.ui.inverted.menu .item > a {
    color: #DEDEDE !important;
}

body {
    color: rgba(249, 249, 249, 0.87);
}

body.pushable {
    background: #383838 !important;
}

body.pushable > .pusher {
    background: #1F1F1F;
}

body {
    background: #292929;
}

.cookie_warning {
    background: rgb(0 0 0 / 85%);
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    font-size: 1.3rem;
    z-index: 999;
    padding: 10px 50px;
    text-align: center;
    margin: 0 auto;
    display: none;
}

.cookie_warning .cookie-bar-content, .cookie_warning .cookie-bar-actions {
    display: inline-block;
}

.cookie_warning .cookie-bar-actions {
    padding-left: 20px;
}

/* GAMEOPEDIA SURVEY*/
.ui.modal.survey_confirm {
    position: fixed;
    left: 10px;
    bottom: 10px;
}

.ui.modal.survey_modals.longer {
    background: #000;
}

.ui.modal.survey_modals.longer > .actions {
    background: #282828;
}

.ui.modal.survey_confirm > .header {
    color: #fff;
    background: #ef4125;
    text-align: center;
}

.ui.modal.survey_confirm > .content {
    padding: 1rem;
}

.modal.survey_modals .content .description {
    font-size: 1.2rem;
}

.ui.modal.survey_modals > .actions {
    text-align: center;
}

.ui.modal.survey_modals .ui.green.button {
    background-color: #ef4125;
}

.gameopedia_survey {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 145px;
    z-index: 9999;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: right bottom;
    cursor: pointer;
}

.gameopedia_survey:hover {
    width: 250px;
    height: 200px;
    background-size: 250px;
    transition: background-size 500ms ease-in;
    -moz-transition: background-size 500ms ease-in;
    -ms-transition: background-size 500ms ease-in;
    -o-transition: background-size 500ms ease-in;
    -webkit-transition: background-size 500ms ease-in;
}

.final_survey {
    height: 100%;
    padding-bottom: 5px;
    padding-top: 380px;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #010d5b;
}

.splide__slide {
    padding: 0 5px;
}

.maincontainer {
    margin-top: 50px;
}

.ui.container.mainmenu {
    padding-top: 90px;
}

.row.main {
    background: #191919;
    padding: 0 20px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    .ui.container {
        width: 1200px;
    }

    .ui.grid.container {
        width: calc(1190px + 2rem) !important;
    }
}

#fixed_menu {
    position: fixed;
    top: 0;
    height: 80px;
    width: 100%;
    background: #191919;
    z-index: 999;
}

.algolia-autocomplete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.algolia-autocomplete input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right-color: transparent !important;
}

.algolia-autocompleted input {
    width: 0 !important;
}

.algolia-autocomplete > .prompt {
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-shadow: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    -webkit-box-shadow: 0 0 0 0 transparent inset;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: background-color .1s ease, color .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    transition: background-color .1s ease, color .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    transition: background-color .1s ease, color .1s ease, box-shadow .1s ease, border-color .1s ease;
    transition: background-color .1s ease, color .1s ease, box-shadow .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    width: 100%;
}

.algolia-autocomplete input {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    border-radius: .28571429rem;
    -webkit-transition: border-color .1s ease, -webkit-box-shadow .1s ease;
    transition: border-color .1s ease, -webkit-box-shadow .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease;
    transition: box-shadow .1s ease, border-color .1s ease, -webkit-box-shadow .1s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.algolia-autocomplete > .button:last-child {
    border-radius: 0 .28571429rem .28571429rem 0;
}

.algolia-autocomplete > .button:not(:first-child) {
    border-radius: 0;
}

.algolia-autocomplete input.prompt.aa-hint {
    color: #8a8484;
}

.algolia-autocomplete > .button {
    padding-top: .78571429em;
    padding-bottom: .78571429em;
    margin: 0;
}

.algolia-autocomplete > .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.aa-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: normal;
    background: #fff;
    margin-top: .5em;
    width: 117%;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    border: 1px solid #d4d4d5;
    z-index: 998;
    overflow-y: scroll;
    max-height: 1000%;
}

.aa-results, .aa-suggestion {
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 1em;
    color: rgba(0, 0, 0, .87);
}

.aa-results, .aa-suggestion .search_item {
    overflow: hidden;
    display: block;
    padding: .85714286em 1.14285714em .85714286em 1.14285714em;
    line-height: 1.33;
    border-bottom: 1px solid rgba(34, 36, 38, .1);
    font-size: 0.9rem;
    max-height: 65px;
    position: relative;
}

.aa-results, .aa-suggestion:last-child .search_item {
    border-bottom: 0;
}

.aa-results a, .aa-suggestion .product_title {
    color: #000;
    font-weight: bold;
}

.algolia-autocomplete .ui.tiny.image {
    width: 100px;
}

.algolia-autocomplete .ui.right.floated.image {
    margin-left: 0.4em;
}

.aa-suggestion .search_item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%);
}

span#algolia-autocomplete-listbox-0 {
    padding: 10px;
}

.ui.search.mainsearch .prompt {
    border-radius: .28571429rem 0 0 .28571429rem;
}

.ui.animated.button.live_chat_button {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    right: 10px;
}

.space10 {
    margin-bottom: 10px;
}

.space20 {
    margin-bottom: 20px;
}

.space30 {
    margin-bottom: 30px;
}

.space40 {
    margin-bottom: 40px;
}

.space50 {
    margin-bottom: 50px;
}

.space60 {
    margin-bottom: 60px;
}

.space70 {
    margin-bottom: 70px;
}

.space80 {
    margin-bottom: 80px;
}

.space90 {
    margin-bottom: 90px;
}

.space100 {
    margin-bottom: 100px;
}

.ui.inverted.menu {
    background: #292929;
}

.menubar {
    background: #191919;
    height: 150px;
}

.navbar-brand img {
    max-height: 35px;
    margin: 20px 0;
    float: left
}

.mainmenu > .menu {
    height: 50px
}
.store-banner.banner_image {
  margin: 0 auto 15px auto;
  text-align: center;
}
.store-banner.banner_image img {
  max-height: 170px;
  border-radius: 5px
}
.autocomplete-suggestions {
    background: #FFF;
    overflow: auto;
    color: #000;
    border-radius: 0 0 5px 5px;
}

.autocomplete-suggestion {
    padding: 10px;
    white-space: wrap;
    overflow: hidden;
    color: #000;
    cursor: pointer;
    clear: both;
}

.autocomplete-suggestion .search_item {
    min-width: 255px;
}

.autocomplete-suggestion .search_item .image {
    float: right;
    min-width: 103px;
    margin-left: 3px;
}

.autocomplete-suggestion .search_item .title {
    float: left;
    width: 50%;
    color: #000;
    font-size: 0.9rem;
    word-break: break-word;
}

.autocomplete-suggestion .search_item .platform {
    clear: both;
    font-size: 0.8rem;
    color: #000;
    display: inline;
    background-color: #cacaca;
    padding: 3px 5px;
    border-radius: 5px;
    float: left;
    max-width: 50%;
}

.autocomplete-suggestion .search_item .price {
    font-size: 0.8rem;
    color: #dedede;
    display: inline;
    background-color: #7d7d7d;
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 5px;
    float: left;
    max-width: 50%;
}

.autocomplete-suggestion:nth-child(even) {
    background-color: #f0f0f0;
}

.autocomplete-suggestion img {
    width: 100px;
}

.autocomplete-suggestion:hover {
    background: #21b945;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-suggestion:hover strong {
    color: #ffffff;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}


.ui.action.fluid.input.mainsearch {
    margin-top: 20px;
}

.mobile_search {
    display: none;
    position: absolute;
    width: 88%;
    height: 45px;
    margin: 3px 0px 0px 55px;
}

.mobile_search .algolia-autocomplete > .prompt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: transparent;
}

.mobile_search .algolia-autocomplete input.prompt.aa-hint {
    height: 100%;
}

.sitebg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.topbar .text.menu {
    float: right;
}

.topbar .cl1 h1 {
    float: left;
}

.ui.black.label.gems {
    background-color: #292929 !important;
    border-color: #3a3a3a !important;
    border-width: 1px;
    padding: 4px 6px;
    margin-left: 10px !important;
    font-size: .9rem;
}

.ui.text.menu .symbole {
    padding-right: 5px;
    color: #b7b7b7;
}

.ui.text.menu .menu .symbole {
    width: 30px;
    float: left;
}

.hrkmenu {
    position: relative;
}

#mounted_wall {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
    display: none;
}

.user_dropdown .avatar {
    cursor: default;
}

.mobile_navbar {
    display: none;
    position: absolute;
    width: 100%;
    height: 45px;
    overflow: hidden;
}

.mobile_navbar .ui.image.logo {
    float: left;
    margin-left: 55px;
    height: 30px;
    margin-top: 8px;
}

.mobile_itmes .mitem {
    display: inline;
    float: right;
    padding: 2px 0px 2px 10px;
    color: white;
    font-size: 1.5rem;
    margin: 10px 0 10px 10px;
}

.mobile_itmes .mitem .ui.red.circular.label {
    float: right;
}

.mobile_itmes .mitem:not(:last-child) {
    border-left: 1px #535353 solid;
}

.hrkmenu .sidebar.icon {
    font-size: 1.5rem;
}

.ui.vertical.sidebar.menu .menu .item {
    font-size: 1.2rem;
    padding: 12px 25px;
    color: #fff;
}

.ui.vertical.menu .item > .header:not(.ui) {
    color: #929292;
    font-weight: bold;
    font-size: 1.2rem;
}

.ui.menu.hrkmenu .toc.item {
    display: none;
}

.ui.inverted.menu .toc.item.active, .ui.inverted.menu .toc.item {
    background: none;
    width: 44px !important;
}

.bxslider .side {
    width: 335px;
}

.bxslider .side .ui.images .image, .bxslider .side .ui.images img {
    margin: 0 0.5rem 1rem;
    height: 85px;
}

.centered.bw_button_wrapper {
    display: table;
    text-align: center;
    margin: 0 auto;
}

.bw_button_block {
    float: right;
    text-align: left;
}

.bw_button_block.fluid {
    width: 50%;
    margin-right: 15px;
}

.bw_button_block .ui.button {
    font-size: 1.1rem;
    padding: 0.8em 0.1em;
}

.catalog .bw_button_block .ui.button {
    font-size: 1rem;
    padding: .78571429em .78571429em .78571429em;
    height: 40px;
}

.bw_price_block {
    float: right;
    margin-right: 15px;
}

.bw_button_block .ui.button.selected {
    background-color: #3693bd;
}

.price_block .price_list {
    float: left;
    text-align: right;
    min-height: 35px;
}

.price_block .off {
    float: left;
    background: #e63917;
    padding: 10px 5px;
    font-size: 1.2rem;
    margin: 1px 0 0 10px;
    font-weight: bold;
    color: #fff;
    height: 40px;
}

.price_block .rt_price {
    color: #dcdddd;
    font-weight: normal;
    text-decoration: line-through;
    min-height: 10px;
}

.price_block .price {
    color: #00ea47;
    font-size: 1.3rem;
    padding-top: 2px;
    font-weight: bold;
}

.fb-like.mainfb {
    float: left;
    padding: 28px 0px 1px 15px;
}

.fb-like.minifb {
    float: left;
    margin: 12px 0px 0px 12px;
}

.wallet_block {
    background-color: #292929;
    padding: 10px 10px 10px 40px;
    border-radius: 5px;
    border: 2px #3a3a3a solid;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center left;
    background-position-x: 10px;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer.segment {
    padding: 5em 0em;
    margin-top: 50px !important;
}


@media screen and (max-width: 300px) {
    .price_block .off {
        display: none;
    }

    .price_block .price_list {
        float: right;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .user_dropdown .username, .usermenu .wallet_item {
        display: none !important;
    }

    .hrkmenu .item i.icon:first-child {
        display: none;
    }

    .topbar.ui.grid > [class*="column cl1"].column {
        width: 15% !important;
    }

    .topbar.ui.grid > [class*="column cl2"].column {
        width: 40% !important;
    }

    .topbar.ui.grid > [class*="column cl3"].column {
        width: 45% !important;
    }

    .ui.action.fluid.input.mainsearch {
        width: 90%;
    }

    .navbar-brand img {
        margin: 25px 0;
    }
}

@media only screen and (max-width: 989px) {
    .ui.menu .item {
        padding: 0.92857143em 0.92857143em;
    }

    .hrkmenu .menu, .hrkmenu .item i.icon {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .cookie_warning {
        font-size: 1rem;
    }

    .hrkmenu .toc.item {
        display: block !important;
    }

    .mobile_navbar, .hrkmenu .toc.item i.icon {
        display: block;
    }

    .nomobile, .ui.action.fluid.input.mainsearch, .hrkmenu .item, .live_chat_button {
        display: none !important;
    }

    h2.ui.header {
        padding-left: 15px;
        margin-top: 0 !important;
    }


    .ui.container.maincontainer {
        margin-top: 90px;
    }

    .navbar-brand,
    .footer .payments,
    .feature_logo,
    #fixed_menu, .ui.inverted.menu.hrkmenu .item:before {
        display: none;
    }

    .ui.container.mainmenu {
        padding-top: 0;
    }

    .ui.container.hrkmenu {
        margin-left: 0px !important;
    }

    .menubar {
        height: 65px;
    }

    .ui.inverted.hrkmenu.menu {
        background: #191919;
    }

    .ui.stackable.menu {
        margin-top: 5px;
    }

    .ui.inverted.menu .item:before,
    .ui.vertical.inverted.menu .item:before {
        display: none;
    }

    .ui.menu.hrkmenu .toc.item {
        padding: 12px 0px 12px 10px;
    }

    .mainmenu > .menu {
        height: initial;
        padding: 5px 0;
    }

    .menubar {
        position: fixed;
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .ui.vertical.footer.fixfooter {
        /* overflow: scroll; */
        position: relative !important;
        height: auto !important;
    }

    .fb-like.mainfb {
        position: absolute !important;
        top: 44px;
        left: 60px;
        padding: 0;
    }
}

.twitter-follow-button {
    float: left;
    margin-right: 9px;
}

.ui.breadcrumb a {
    color: #EF4125 !important;
}

.ui.list .list > .item .header,
.ui.list > .item .header {
    color: #A0A0A0;
}

.ui.partner.dropdown {
    background: #790C0C !important;
}

a {
    color: #EF4125;
}

.ui.menu .dropdown.item .menu {
    background: #232323;
    z-index: 9999;
}

.hrkmenu.ui.menu .ui.dropdown .menu > .item, .usermenu.ui.menu .ui.dropdown .menu > .item {
    color: rgba(255, 255, 255, 0.87) !important;
}

.ui.menu .dropdown.item.currency .menu {
    width: 150px;
}

.ui.dropdown.currency.selection.item {
    min-width: 85px;
}

.ui.selection.dropdown.currency .menu > .item {
    border-top: 1px solid #3e3e3e;
}

.ui.selection.active.dropdown.currency:hover,
.ui.selection.active.dropdown.currency:hover .menu,
.ui.selection.active.dropdown.currency,
.ui.selection.active.dropdown.currency .menu {
    border-color: #636363;
}

.ui.dropdown .menu > .divider {
    border-top: 1px solid rgba(160, 0, 0, 0.45) !important;
}

.ui.menu .ui.dropdown .menu > .item:hover,
.ui.menu .ui.dropdown .menu > .selected.item {
    background: rgba(0, 0, 0, 0.64) !important;
    color: #FFF !important;
}

.ui.steps .step {
    transition: background-color 0.5s ease;
    background: #353535 !important;
    color: rgba(251, 251, 251, 0.87) !important;
    border-right: 1px solid rgba(219, 40, 40, 0.71) !important;
}

.ui.steps .step .description {
    color: rgba(195, 195, 195, 0.87) !important;
}

.ui.steps .step:after {
    transition: background-color 0.5s ease;
    background-color: #353535 !important;
    border-color: rgba(219, 40, 40, 0.71) !important;
}

.ui.steps .step:hover {
    background: #EF4125 !important;
}

.ui.steps .step:hover:after {
    background-color: #EF4125 !important;
}

.ui.steps .step:hover .description {
    color: #FFF !important;
}

.ui.vertical.footer.fixfooter {
    width: 100%;
    bottom: 0;
    left: 0;
}

.ui.form.inverted .grouped.fields > label {
    color: rgba(255, 255, 255, 0.87);
}

/* products list */
.a_fp {
    color: white;
}

.ui.card,
.ui.cards > .card {
    width: 275px;
    background: #4A4A4A;
    box-shadow: 0 1px 3px 0 #0E0E0E, 0 0 0 1px #696969;
}

.ui.card .meta,
.ui.cards > .card .meta {
    color: rgba(230, 230, 230, 0.4);
}

.ui.card > .content > .header,
.ui.cards > .card > .content > a.header,
.ui.card > .content > a.header {
    color: rgba(218, 218, 218, 0.85);
}

.ui.cards > .card > .content > .header:not(.ui),
.ui.card > .content > .header:not(.ui) {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui.card .meta > a:not(.ui),
.ui.cards > .card .meta > a:not(.ui) {
    color: rgba(195, 195, 195, 0.4);
}

.ui.card > .content > .description,
.ui.cards > .card > .content > .description {
    color: rgba(255, 255, 255, 0.75);
}

.ui.card > .extra,
.ui.cards > .card > .extra {
    color: rgba(255, 255, 255, 0.4);
    background: #3C3C3C;
}

.ui.cards a.card:hover,
.ui.link.card:hover,
.ui.link.cards .card:hover,
a.ui.card:hover {
    background: #DB2828;
    box-shadow: 0 1px 3px 0 #616161, 0 0 0 1px #505050;
}

.ui.card:hover .meta > a:not(.ui),
.ui.cards > .card:hover .meta > a:not(.ui) {
    color: rgba(0, 0, 0, 0.81);
}

.ui.card:hover > .content > a.header,
.ui.cards > .card:hover > .content > a.header {
    color: rgba(255, 255, 255, 0.85);
}

.ui.card:hover > .extra,
.ui.cards > .card:hover > .extra {
    background: #654C4C;
}

/* modals */
.modal .content .description,
.modal .header,
.modal .content,
.modal .header a {
    color: black;
}

.ui.modal.hpopup > .content {
    background: #DCDCDC;
}

.ui.small.basic.modal .content {
    color: white;
}

.ui.feed > .event > .content .summary {
    color: rgba(255, 255, 255, 0.87);
}

.ui.feed > .event > .content .date {
    color: rgba(255, 255, 255, 0.4);
}

.ui.modal.small.hpopup {
    width: 645px;
}

/* comments */
.ui.comments .comment .author {
    color: rgba(255, 255, 255, 0.87);
}

.ui.comments .comment .metadata {
    color: rgba(255, 255, 255, 0.4);
}

.ui.comments .comment .text {
    color: rgba(255, 255, 255, 0.87);
}

@media only screen and (max-width: 767px) {
    .ui.modal.small.hpopup {
        width: initial;
    }
}

/* other */
.clearspace {
    padding: 0px;
    margin: 0px;
}

.fb-onmenu {
    display: none !important;
    padding: 15px 5px 5px 15px;
}

@media only screen and (min-width: 1200px) {
    .fb-onmenu {
        display: block !important;
    }
}

@media only screen and (max-width: 1200px) {
    .footer .payments, .user_dropdown .username {
        display: none;
    }

    .ui.labeled.icon.button.basket_menu {
        min-width: initial !important;
    }

    .ui.labeled.icon.button.basket_menu .basket_menu__text {
        display: none;
    }

    .fb-like.mainfb {
        display: none !important;
    }
}

.ui.green.basket_menu #basketcount {
    background: #292929;
    padding: 0.2rem 0.5rem;
    border-radius: 35px;
    font-size: 0.9rem;
    margin-left: 0.2rem;
}

.ui.labeled.icon.button.basket_menu {
    padding-left: 3.07142857em !important;
    font-weight: normal;
    font-size: 1.05rem;
    min-width: 140px;
}

.ui.segment.inverted.black.whoarewe {
    margin-top: 20px;
    background-color: #2a2d2f !important;
}

.ui.segment.whoarewe .brand {
    color: #c1c1c1;
    font-weight: bold;
}

.ui.segment.whoarewe span {
    padding-right: 30px;
}

.ui.segment.whoarewe span a {
    color: white;
}

.menubar span.count {
    color: #ff644b;
    padding-left: 5px;
}

.mainmenu .new {
    color: red;
    font-family: sans-serif;
    font-size: 11px;
    padding-left: 10px;
    font-weight: bold;
}

.word_wrap_break_word {
    word-wrap: break-word;
}

.cursor_default {
    cursor: default;
}

.display_none {
    display: none;
}

.display_block, .ui.form .error.message.display_block {
    display: block;
}

.loading_code_box {
    height: 110px;
    display: none;
}

.container_like_display {
    display: none;
}

.container_not_like_display {
    display: none;
}

.black_color {
    color: #000;
}

.green_color {
    color: green;
}

.red_color {
    color: red;
}

.full_width {
    width: 100%;
}

.center_text_align {
    text-align: center;
}

.bold_font_weight {
    font-weight: bold;
}

video.thevideo::-webkit-media-controls {
    display: none !important;
}

.thevideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
}

#result .thevideo {
    border-radius: 0;
}

#result .eight.wide .thevideo {
    margin-top: -20%;
    margin-left: -50%;
    height: 100%;
    width: initial;
}

.ui.image > .ui[class*="right ribbon"].label {
    z-index: 99;
}

/* related*/
.spoffer .bw_price_block {
    margin-right: 0;
    background: #5e5e5e;
    border-radius: 5px;
}

.spoffer .rt_price {
    font-size: 1rem;
}

.spoffer {
    position: relative;
}

.spoffer .price_block {
    margin-left: 5px;
}

.spoffer .price_block .off {
    float: left;
    background: #e63917;
    padding: 10px 5px;
    font-size: 1.2rem;
    margin: 1px 0 0 10px;
    font-weight: bold;
    color: #fff;
    height: 40px;
    border-radius: 0 5px 5px 0;
}

.spoffer .offer_cnt {
    position: absolute;
    width: 100%;
    background: #333333;
    bottom: -52px;
    color: white;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 0 0 5px 5px;
    min-height: 53px;
    z-index: 99;
    overflow: auto;
}

.offer_column {
    max-width: 350px;
    height: 225px;
    margin: 0 15px;
}

.offer_column.big.meta .ui.fluid.image img {
    max-height: 440px;
}

.spoffer .offer_cnt:hover {
    background: #000000;
}

.spoffer .offer_cnt a {
    color: white;
}

.spoffer .offer_cnt .off {
    font-size: 19px;
    text-transform: uppercase;
    color: #d8d8d8;
    padding-bottom: 5px;
}

.spoffer .offer_cnt .off span {
    color: #fd331d;
    font-weight: bold;
}

.spoffer .offer_cnt .price {
    float: right;
    font-size: 1rem;
}

.spoffer .offer_cnt .title {
    word-break: break-word;
}

.spoffer .offer_cnt .info {
    float: left;
    max-width: 60%;
}
@keyframes flashAnimation {
    0%   { background-color: #545454; }
    50%  { background-color: #494949; }
    100% { background-color: #3A3A3A; }
}
.spoffer .ui.image img {
    border-radius: 5px 5px 0 0;
    width: 350px;
    min-height: 164px;
    background-color: #3A3A3A;
    animation: flashAnimation 2s infinite;
}

@media only screen and (max-width: 1199px) {
    .stackable_column {
        flex-direction: column !important;
    }

    .browse_catalogues_items:not(.splide_js) {
        width: 45% !important;
    }

    .makebundle_box {
        display: none !important;
    }
}

@media only screen and (max-width: 991px) {
    .browse_catalogues_items:not(.splide_js) {
        width: 40% !important;
    }

    .browse_catalogues_items_detail {
        margin-right: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .browse_catalogues_items:not(.splide_js) {
        width: 100% !important;
    }

    .browse_catalogues_items_pic {
        width: 100% !important;
    }

    .browse_catalogues_items_detail {
        margin-right: 10px !important;
    }

    .price_block .off {
        padding: 6px 5px;
        height: 35px;
    }

    .fb-like.minifb {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .mobile_navbar, .mobile_search {
        display: none !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 640px) {
    .today_hrk_bonus_games {
        padding-top: 70px !important;
    }
}

@media screen and (max-width: 425px) {
    .sitebg {
        display: none;
    }

    body {
        background: #292929;
    }

    body.pushable > .pusher {
        background: #1F1F1F;
    }

    .giveaway_row_main {
        padding: 5px !important;
    }

    .ui.breadcrumb {
        padding-left: 15px;
    }

    .mobile_navbar .ui.image.logo {
        height: 20px;
        margin-top: 12px;
    }
}

@media screen and (max-width: 380px) {
    .price_block .off {
        display: none;
    }

    .price_block .price_list {
        float: right;
        margin-right: 15px;
    }
}

.one.column.row.products {
    max-height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .centered.bw_button_wrapper .bw_price_block {
        text-align: center;
        margin: 5px auto 0 auto;
        width: 100%;
        float: none;
    }

    .centered.bw_button_wrapper .price_block .off {
        display: block;
    }

    .centered.bw_button_wrapper .price_block .price_list {
        float: left;
        margin-right: 0;
    }

    .centered.bw_button_wrapper .price_block .price_list {
        width: 40%;
    }

    .centered.bw_button_wrapper .bw_button_block {
        text-align: center;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 767px) {
    .spoffer .offer_cnt .info {
        max-width: 45%;
    }
}

/* SIDEBAR BASKET */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: none;
}
#sidebarCart .ui.dimmer {
    background-color: color(srgb 0.17 0.17 0.17);
}
#sidebarCart {
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
    z-index: 2000;
    transition: right 0.3s;
    font-family: 'Lato', serif;
    background-color: #2B2B2B;
    color: #FFFFFF;
}

#sidebarCart .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#sidebarCart .cart-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

#sidebarCart .cart-header .item-count {
    color: #CDCDCD;
    font-size: 14px;
    padding-left: 5px;
    font-weight: normal;
}

#sidebarCart .cart-header .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: #FFFFFF;
    cursor: pointer;
}

#sidebarCart .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #404040;
}

#sidebarCart .cart-item img {
    width: 108px;
    height: auto;
    margin-right: 10px;
    flex-shrink: 0;
}

#sidebarCart .item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}

#sidebarCart .item-title {
    font-size: 14px;
    margin-bottom: 5px;
}

#sidebarCart .cart-item .item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 16px;
}

#sidebarCart .cart-item .item-price .discounted-price {
    color: #3CA054;
}

#sidebarCart .cart-item .item-price .original-price {
    color: #888;
    text-decoration: line-through;
    font-size: 16px;
}

#sidebarCart .remove-btn {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}

#sidebarCart .trash.icon {
    margin-right: 5px;
    margin-top: -2px;
    color: #EF4128;
}

#sidebarCart .subtotal, #sidebarCart .discount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #404040;
    font-size: 16px;
    margin: 0;
}

#sidebarCart .discount {
    border-bottom: 0;
}

#sidebarCart .accordion {
    border-bottom: 1px solid #404040;
}
#sidebarCart .accordion .content {
    padding: 10px 0;
}


#sidebarCart .subtotal p {
    margin: 0;
}

#sidebarCart .subtotal-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#sidebarCart .subtotal-price {
    color: #3CA054;
}

#sidebarCart .original-subtotal-price {
    color: #a0a0a0;
    margin-top: 5px;
}

#sidebarCart .checkout-btn {
    background-color: #21ba45;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Lato', serif;
}
#sidebarCart .discount_message {
    display: none;
    margin-top: 10px;
}

#sidebarCart .discounted-total-price {
    font-weight: bold;
    font-size: 1.3rem;
    color: #30ab39;
}

#sidebarCart .discounted_price_title {
    font-size: 1.3rem;
    color: #30ab39;
}

#sidebarCart .original_price_title {
    font-weight: normal;
    color: #a0a0a0;
}
#sidebarCart .subtotal-price.discount_applied {
    color: #ffffff;
}

#sidebarCart .checkout-btn:hover {
    background-color: #16ab39;
}

@media (max-width: 500px) {
    #sidebarCart .cart-item img {
        width: 40px;
    }

    #sidebarCart .cart-header h2 {
        font-size: 18px;
    }

    #sidebarCart .subtotal-price, #sidebarCart .item-price, .item-title {
        font-size: 16px;
    }

    #sidebarCart {
        width: 100%;
    }
}
.ui.minicart {
    padding-left: 15px;
    padding-top: 5px;
}
#curatedOffers {
    padding: 30px 0;
    border-top: 1px solid #404040;
    font-size: 20px;
    text-align: center;
    background: #404040;
    margin: 32px -20px 0 -20px;
}

#sidebarCart .empty_basket {
    display: none;
}

#curatedOffers h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #fff;
}

#curatedOffers h1 span {
    font-weight: normal;
    color: #b6b6b6;
}
#curatedOffers .divider {
    height: 2px;
    background: #555;
    margin: 10px;
}

#curatedOffers .offer_column {
    max-width: 320px;
    margin: 0 auto;
    float: none;
    display: block;
}

#curatedOffers .splide__list {
    margin: 0!important;
    padding: 0!important;
    width: -webkit-max-content;
    width: max-content;
    will-change: transform
}

#curatedOffers .splide__list {
    padding-top: 20px !important;
    width: 100%;
}

#curatedOffers .spoffer .offer_cnt .title {
    text-align: left;
}

#curatedOffers .spoffer .ui.image img {
    max-height: 150px;
    min-width: 320px;
}

.message_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.message_modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    padding: 20px;
    background-color: #333;
    border-radius: 8px;
    color: #fff;
}

.message_modal .send-btn {
    margin-top: 10px;
    padding: 10px 15px;
    border: none;
    background-color: #555;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.message_modal .send-btn:hover {
    background-color: #444;
}

/* LUIGI*/
.luigi-ac-heromobile .luigi-ac-others > .luigi-ac-header {
    color: #000 !important;
    font-weight: bold;
}

.luigi-ac-heromobile .luigi-ac-hero-color {
    background: #21ba45 !important;
}

.luigi-ac-heromobile .luigi-ac-header {
    color: #151515 !important;
    font-weight: bold;
}

.luigi-ac-heromobile .luigi-ac-others {
    background: #f0f0f0 !important;
}

.luigi-ac-heromobile .luigi-ac-highlight {
    background: #f0f0f0 !important;
}

.luigi-ac-heromobile .luigi-ac-main .luigi-ac-rest-main .luigi-ac-image {
    width: 145px !important;
}

@media (min-width: 1021px) {
    .luigi-ac-heromobile .luigi-ac-main-without-heromobile .luigi-ac-item.luigi-ac-product {
        width: 49.33% !important;
    }
}