/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
@import url('https://fonts.googleapis.com/css?family=Passion+One:400,700');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Exo:300,400,500,600,700,800,900&display=swap');

/* Hiding paypal button until we get approval from paypal to use recurring subscriptions */
/* #paypal-submit {
    display: none !important;
    pointer-events: none !important;
}
.woocommerce-billing-fields__field-wrapper.custom .payment-options .paymeny-button {
    width: 100% !important;
} */
/* stop of paypal temp solution */

/* Hiding Previous crates menu item */

#menu-item-2576 {
    display: none !important;
}
/* Hiding genres menu item */
#menu-item-2573 {
    display: none !important;
}

.article-hero {
    width: 100%;
    height: 400px;
    position: relative;
}
.article-hero .overlay {
    background: radial-gradient(52% 67%,rgba(13,108,184,0.83) 0%,rgba(0,0,0,0.8) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}
.article-hero .background {
    width: 100%;
    z-index: 1;
    height: 100%;
    filter: grayscale(100%);
    background-size: cover;
    position: absolute;
    background-position: center;
}

.article-hero h1 {
    margin: 0px;
    font-size: 38px;
    margin-top: -150px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-shadow: 0px 6px 10px rgba(0,0,0,0.3);
    color: white;
    width: 100%;
    text-align: center;
}

.x-container.custom-blog-post {
    margin-top: -140px !important;
    position: relative;
    z-index: 10;
}

.x-container.custom-blog-post .page-panel {
    height: auto;
    min-height: 200px;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
}
.x-container.custom-blog-post .page-panel.product {
    padding: 0px !important;
}
.x-container.custom-blog-post .page-panel.product h4 {
    width: calc(100% - 20px);
    margin-left: 10px;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    color: #39394d;
    margin-top: 15px;
}
.x-container.custom-blog-post .page-panel.product h5 {
    width: calc(100% - 20px);
    margin-left: 10px;
    font-family: 'Exo', sans-serif;
    font-size: 18px;
    color: red;
    line-height: 17px;
    margin-top: -8px;
}
.x-container.custom-blog-post .page-panel.product h5 small {
    font-size: 10px;
    letter-spacing: 0.1px;
    font-weight: 500;
    text-transform: uppercase;
    color: gray;
}
.x-container.custom-blog-post .page-panel.product h5 span {
    color: #5e5e5e;
    font-size: 14px;
    margin-left: 4px;
    text-decoration: line-through;
}
.x-container.custom-blog-post .page-panel.product button {
    width: calc(100% - 20px);
    margin-left: 10px;
    outline: none;
    margin-bottom: 15px;
    border-radius: 5px;
    border: none;
    height: 40px;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    background: #14d57c;
    box-shadow: 0px 5px 11px 1px rgba(20, 213, 124, 0.188);
}
.x-container.custom-blog-post .page-panel.product button:hover {
    transition-duration: 0.2s;
    cursor: pointer;
    background: #0ebd6c;
    box-shadow: 0px 5px 11px 1px rgba(14, 189, 108, 0.188);
}
.x-container.custom-blog-post .page-panel.product .article-product-image {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
}


.x-container.custom-blog-post .page-panel p {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    color: #404056;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
}

.x-container.custom-blog-post .page-panel h2 {
    font-family: 'Exo', sans-serif;
    font-size: 19px;
    margin-bottom: -12px;
    color: #404056;
    font-weight: 900;
}
.x-container.custom-blog-post .page-panel h2 small {
    font-size: 11px;
    font-weight: 600;
    color: #7f7fa5;
}

.x-container.custom-blog-post .page-panel.category-list {
    padding: 0px !important;
}
.x-container.custom-blog-post .page-panel.category-list h5 {
    font-size: 11px;
    font-weight: 800;
    font-family: 'Exo',sans-serif;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 11px;
    color: #7f7fa5;
    letter-spacing: 0.04px;
}

.x-container.custom-blog-post .page-panel.category-list a {
    outline: none;
    width: 100%;
    height: 30px;
    position: relative;
    float: left;
    color: #404056;
    line-height: 30px;
    padding-left: 10px;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-weight: 700;
    transition-duration: 0.2s;
}
.x-container.custom-blog-post .page-panel.category-list a:hover {
    transition-duration: 0.2s;
    text-decoration: none;
    background: rgba(0,0,0,0.04);
}
.x-container.custom-blog-post .page-panel.articles {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.x-container.custom-blog-post .page-panel.articles .single-post-holder {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0px 1px 14px 0px rgba(0,0,0,0.1);
    transition-duration: 0.2s;
}
.x-container.custom-blog-post .page-panel.articles .single-post-holder:hover {
    cursor: pointer;
    transition-duration: 0.2s;
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
}
.x-container.custom-blog-post .page-panel.articles .single-post-holder .post-image {
    width: 100%;
    height: 139px;
    background-size: cover;
    border-radius: 6px;
    background-position: center;
}

.x-container.custom-blog-post .page-panel.articles .single-post-holder h3 {
    margin-top: 14px;
    font-family: 'Exo', sans-serif;
    font-size: 17px;
    color: #404056;
}
.x-container.custom-blog-post .page-panel.articles .single-post-holder h3:hover {
    text-decoration: none;
}
.x-container.custom-blog-post .page-panel.articles a:hover {
    text-decoration: none;
}
.x-container.custom-blog-post .page-panel.articles .single-post-holder p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-height: 24px;        /* fallback */
    max-height: 120px;       /* fallback */
    margin-bottom: 0px;
}
.x-container.custom-blog-post .page-panel.articles .single-post-holder p:hover {
    text-decoration: none;
}

.x-container.custom-blog-post .page-panel.articles .single-post-holder span {
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    color: #00aef2;
    margin-top: -14px;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
}

article.format-standard {
    margin-top: 17px !important;
}
article.format-standard h1.entry-title {
    font-family: 'Exo', sans-serif;
    font-size: 24px;
    color: #39394d;
}
article.format-standard .entry-wrap {
    background-color: #f5f5f5;
}
article.format-standard .entry-content.content {
    margin-top: 8px;
}
article.format-standard .entry-content.content p {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    color: #404056;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
}

.mobile-game-search {
    margin: 0px;
    float: left;
    height: 56px !important;
    border: none !important;
    background-color: #656585 !important;
    font-family: 'Exo', sans-serif;
    font-size: 14px !important;
    color: white !important;
    width: calc(100% - 75px);
}
.mobile-game-search-submit {
    float: left;
    width: 65px;
    margin-left: 10px;
    box-shadow: none !important;
    border: none;
    height: 57px;
    margin-bottom: 20px !important;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    background-color: #0092dd !important;
    text-shadow: none !important;
    padding: 0px;
    line-height: 56px;
}
html.js {
    margin-top: 0px !important;
}
body {
    padding-right: 0px !important;
}
body.wp-megamenu {
  background: #fff !important;
}
body.wp-megamenu.page-template-memberzone {
  background: #f3f3f3 !important;
}
.woocommerce-order .woocommerce-order-details .member-zone-title {
    color: #39394d;
}
.woocommerce-order .woocommerce-order-details .member-zone-panel {
    background-color: #fff;
}
.woocommerce-order .woocommerce-order-details .member-zone-panel table th {
    color: #39394d;
    border-top: 1px solid #e9e9e9;
}
.woocommerce-order .woocommerce-order-details .member-zone-panel table td {
    border-top: 1px solid #e9e9e9;
}
.woocommerce-order .woocommerce-order-details .member-zone-panel table td a.button {
    background-image: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
    border: none;
}
.woocommerce-order .woocommerce-customer-details .member-zone-title {
    color: #39394d;
}
.woocommerce-order .woocommerce-customer-details .member-zone-panel {
    background-color: #fff;
}
.previous-games-crate-select-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.payment_method_paypal {
    display: none;
}
.hidden-payment-info {
    display: none;
}
.previous-games-crate-select-container .row {
    padding: 0px !important;
}
.previous-games-crate-select-container .firstpage-countdown-container {
    float: right;
    margin-top: 0px;
}
.previous-games-crate-select-container .content {
    width: calc(100% - 280px);
    float: left;
    height: auto;
    overflow: hidden;
    min-height: 20px;
}
.previous-games-crate-select-container .content h2 {
    margin-top: 0px;
    color: white;
    font-family: 'Exo', sans-serif;
    font-size: 24px;
}
.previous-games-crate-select-container .content p {
    font-family: 'Exo', sans-serif;
    color: #717199;
    font-size: 13px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 0px;
}
.previous-games-crate-select-container .countdown {
    height: auto;
    overflow: hidden;
    min-height: 20px;
    float: right;
    width: 240px;
}
.previous-games-crate-select-container .firstpage-hero-button {
    margin-top: 7px;
    margin-right: 10px;
    float: right;
    width: 200px;
}
.apsl-icon-block {
    width: 100%;
    margin: 0px;
}
.prev-games .game {
    width: 100%;
    height: 200px;
    background-color: gray;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.prev-games .game.pubg {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/pubg.jpg');
}
.prev-games .game.dishonored2 {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/dishonored2.jpg');
}
.prev-games .game.fallout4 {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/fallout4.jpg');
}
.prev-games .game.quantombreak {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/quantombreak.jpg');
}
.prev-games .game.darksouls3 {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/darksouls3.jpg');
}
.prev-games .game.borderlands2 {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/borderlands2.jpg');
}
.prev-games .game.rocketleague {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/rocketleague.jpg');
}
.prev-games .game.cod {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/cod.jpg');
}
.prev-games .game.goatsimulator {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/goatsimulator.jpg');
}
.prev-games .game.thewitcher2 {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/thewitcher2.jpg');
}
.prev-games .game.bioshock2 {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/bioshock2.jpg');
}
.prev-games .game.witchit {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/witchit.jpg');
}
.prev-games .game.justcause3 {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/justcause3.jpg');
}
.prev-games .game.littlenightmares {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/littlenightmares.jpg');
}
.prev-games .game.gta5 {
    background-image: url('/wp-content/themes/x-child/assets/previous-games/gta5.jpg');
}
.apsl-icon-block.icon-google {
    margin-top: 7px;
}
.site {
  background: #f5f5f5;
}
.woocommerce-billing-fields h3 {
  display: none;
}
.woocommerce-billing-fields__field-wrapper.custom {
  overflow: hidden;
  height: auto;
  background: white;
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
  padding: 10px;
  min-height: 20px;
  border-radius: 6px;
}
.hidden_order_submit {
    display: none;
}
.woocommerce-billing-fields__field-wrapper.custom .woocommerce-input-wrapper {
    width: calc(100% - 20px);
}
.woocommerce-billing-fields__field-wrapper.custom .payment-options {
    width: 100%;
    max-width: 300px;
    float: right;
}
.woocommerce-checkout-review-order-table {
    font-family: 'Exo', sans-serif;
}
.woocommerce-billing-fields__field-wrapper.custom .payment-options .paymeny-button {
    width: calc(50% - 3px);
    border: none;
    text-align: left;
    padding: 0px;
    padding-left: 10px;
    height: 45px;
    float: left;
    border-radius: 5px;
    text-align: center;
    font-family: 'Exo', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 12px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.woocommerce-billing-fields__field-wrapper.custom .payment-options .total-cost-holder {
    width: 100%;
    height: 22px;
    border-radius: 5px;
    float: left;
    line-height: 27px;
    margin-bottom: 6px;
    margin-top: 2px;
    text-align: center;
    font-family: 'Exo', sans-serif;
    color: #404056;
    padding-right: 2px;
}
.woocommerce-billing-fields__field-wrapper.custom .payment-options .total-cost-holder .left {
    font-weight: 700;
    font-size: 12px;
}
.woocommerce-billing-fields__field-wrapper.custom .payment-options .paymeny-button.stripe {
    margin-right: 6px;
    background: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
}
.woocommerce-billing-fields__field-wrapper.custom .payment-options .paymeny-button.paypal {
    background: linear-gradient(-180deg, #FFC837 0%, #FF8008 100%);
}
.woocommerce-billing-fields__field-wrapper.custom .payment-options .paymeny-button img {
    position: relative;
    margin-top: -2px;
    height: 12px;
    margin-right: 5px;
    margin-left: -10px;
}
.woocommerce-billing-fields__field-wrapper.custom p.form-row {
  width: calc(50% - 150px) !important;
  margin: 0px !important;
}
.woocommerce-billing-fields__field-wrapper.custom p.form-row label {
  color: black;
  font-family: 'Exo', sans-serif;
  color: #404056;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 5px;
}
.woocommerce-billing-fields__field-wrapper.custom p.form-row input {
  outline: none;
  border: none;
  border-radius: 0px;
  height: 45px;
  font-family: 'Exo', sans-serif;
  border-radius: 5px;
  color: #2a2a2a;
  background: #e6e6e6;
  font-weight: 500;
  font-size: 14px;
  box-shadow: none !important;
}

.woocommerce-checkout h3#order_review_heading {
  margin-top: 0px !important;
  font-family: 'Exo', sans-serif;
  color: #404056;
}
.woocommerce-billing-fields__field-wrapper.custom p.form-row .select2-selection {
  outline: none;
  border: none;
  border-radius: 0px;
  height: 45px !important;
  background: #e6e6e6;
  border-radius: 5px;
  font-family: 'Exo', sans-serif;
  color: #2a2a2a;
  font-weight: 500;
  font-size: 14px;
}
.woocommerce-checkout-review-order {
    background: white;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.05);
    padding: 5px;
    padding-top: 13px;
}
.woocommerce-billing-fields__field-wrapper.custom .select2-dropdown {
    border: none;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.select2-dropdown {
    border: none;
    background-color: #e6e6e6;
    margin-top: -5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: whitesmoke;
    color: white;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #cacaca;
}
.select2-results li {
    font-family: 'Exo', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    color: #404056 !important;
}
.woocommerce-billing-fields__field-wrapper.custom p.form-row .select2-selection .select2-selection__rendered {
  height: 45px !important;
  line-height: 45px !important;
}
.woocommerce-billing-fields__field-wrapper.custom p.form-row .select2-selection .select2-selection__arrow {
  margin-top: 8px;
}
.x-navbar {
    background: #404056;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border: none;
}

.custom_submit_order {
  float: right;
  border: none;
  box-shadow: none;
  width: 168px !important;
  margin-top: 25px;
  height: 45px;
  border-radius: 0px;
  text-shadow: none !important;
  background: #ffc439 !important;
  box-shadow: none !important;
  color: black !important;
  transition-duration: 0.2s !important;
  font-size: 14px;
  padding: 0px;
  line-height: 45px;
  padding-left: 15px;
  text-align: right;
  padding-right: 15px;
}
.custom_submit_order:hover {
  transition-duration: 0.2s !important;
  cursor: pointer;
  background: #ffcd58 !important;
}
.custom_submit_order img {
  width: 60px;
  float: left;
  margin-top: 13px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.woocommerce-additional-fields {
  display: none;
}
.discount_holder {
  background: linear-gradient(-5deg, #FF416C 0%, #FF4B2B 100%);
  color: white;
  position: absolute;
  width: 200px;
  text-align: center;
  height: 40px;
  line-height: 58px;
  transform: rotateZ(45deg);
  right: -92px;
  top: -11px;
  font-size: 11px;
  transition-duration: 0.3s;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.grid-product-image {
    width: 100%;
    height: 130px;
    background-size: cover;
    transition-duration: 0.2s;
    background-position: center;
    float: left;
}
.x-section {
    padding: 0px !important;
}
.product_hero {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
    min-height: 20px;
    background: transparent;
    position: relative;
    margin-top: 40px;
    margin-bottom: 10px;
}

.product_hero span.info-title {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    color: #404056;
    font-size: 10px;
}
.product_hero .hero-platform {
    margin-top: 4px;
    width: 60px;
    margin-left: 10px;
    float: left;
    line-height: 17px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    color: #404056;
}
.product_hero .hero-platform img {
    border-radius: 3px;
    width: 15px;
    margin-top: -2px;
}
.products .product {
    border: 1px solid #eee;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition-duration: 0.2s;
}
.product-grid {
    height: 100%;
}
.platform-icon {
  width: 20px;
  border-radius: 6px;
  top: 5px;
  left: 5px;
  opacity: 0;
  transition-duration: 0.2s;
  position: absolute;
}

.grid-add-to-cart {
  width: calc(100% - 20px);
  margin-left: 10px;
  height: 30px;
  background-color: #2ecc71;
  position: absolute;
  bottom: -40px;
  color: white;
  text-align: center;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  transition-duration: 0.2s;
  border-radius: 4px;
  font-size: 11px;
}
.grid-add-to-cart:hover {
  transition-duration: 0.2s;
  background-color: #27ae60;
}
.product-grid .product {
    border-radius: 6px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.05);
    position: relative;
    height: 100%;
    background-color: #fff;
    padding-bottom: 60px;
}
.woocommerce-pagination {
  border: 1px solid #eee;
  width: fit-content;
  height: 35px;
  background-color: white;
  border-radius: 4px;
  margin-top: 60px;
  overflow: hidden;
  float: right;
}
.woocommerce-pagination a {
  outline: none;
  height: 33px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 33px;
  float: left;
  font-family: 'Roboto', sans-serif;
  color: #ff435d;
  font-weight: 600;
  transition-duration: 0.2s;
}
.woocommerce-pagination a.prev {
  border-right: 1px solid #eee;
}
.woocommerce-pagination a.next {
  border-right: 1px solid #eee;
}
.woocommerce-pagination a:hover {
  transition-duration: 0.2s;
  text-decoration: none;
  background-color: rgba(0,0,0,0.07)
}
.woocommerce-pagination span {
  outline: none;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 32px;
  float: left;
  font-family: 'Roboto', sans-serif;
}
.woocommerce-pagination span.current {
  background-color: #ff435d;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  height: 35px;
  margin-top: -1px;
  line-height: 36px;
}
.woocommerce-pagination span.dots {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.product-grid .grid-price-holder {
    position: absolute;
    bottom: 5px;
    transition-duration: 0.2s;
}
.product-grid .grid-price-holder.noDiscount {
    position: absolute;
    bottom: 10px;
}
.row {
    overflow: hidden;
    padding-bottom: 40px;
}
.row.nopadding {
    padding-bottom: 20px;
}
hr {
    border-color: #e8e8e8 !important;
}
.row.nopadding .panel {
    margin-bottom: 0px;
    height: 100%;
}
.row.nopadding .panel h4 {
    font-family: 'Exo', sans-serif !important;
    font-size: 15px !important;
    margin-top: 0px;
    color: #404056;
}
.product-grid .add_to_cart_button {
    display: none;
}
.products .product:hover {
    transform: translateY(-6px);
    transition-duration: 0.2s;
    cursor: pointer;
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.1);
}
.grid-price-holder {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.entry-product .onsale {
    display: none;
}
.grid-price-holder h6 {
    margin: 0px;
    margin-top: -8px;
    margin-bottom: 13px;
    color: red;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.grid-price-holder h6 span {
    font-weight: 400;
    color: gray;
    text-decoration: line-through;
}
.grid-price-holder .current_price {
    font-size: 15px;
    color: #39394d;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    letter-spacing: 0px !important;
    transition-duration: 0.2s;
}
.grid-price-holder .current_price small {
  text-decoration: line-through;
  font-weight: 500;
}
[class*="col-md"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    margin-top: 10px;
}
[class*="col-lg"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    margin-top: 10px;
}
[class*="col-xl"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    margin-top: 10px;
}
[class*="col-sm"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    margin-top: 10px;
}
.products .product h3 {
  margin: 0px;
  font-size: 15px;
  color: #404056;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 13px;
  float: left;
  width: calc(100% - 20px);
}
.product-holder {
    height: auto;
    display: table;
    position: relative;
    width: 100%;
    min-height: 20px;
    padding-bottom: 40px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}
.product-holder form {
    margin-bottom: 0px;
}
.product-holder form button {
    margin-bottom: 0px;
}
.product-holder form button:hover {
    margin-bottom: 0px !important;
}
.product_hero h1 {
    position: relative;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #404056;
    margin: 0px;
    width: fit-content;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #d4d4fd;
}
.product_hero h1 small {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: gray;
  text-transform: capitalize;
}
.product_hero h1 small img {
    margin-top: -15px;
    border-radius: 6px;
    width: 21px;
    margin-right: 5px;
}
.product_hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    opacity: 0.9;
}

.price-container {
    width: calc(100% - 20px);
    margin-left: 10px;
    border-radius: 5px;
    background-color: #eee;
    padding: 10px;
}
.price-container h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    margin: 0px;
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #404056;
}
.price-container span.price-title {
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.5px;
}
.price-container h4 {
    margin: 0px;
    margin-top: -3px;
    color: #fd4b13;
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.price-container h4 small {
    margin: 0px;
    color: #83839f;
    text-decoration: line-through;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 13px;
}
.product_hero .divider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    z-index: 2;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(255,255,255, 1), rgba(255,255,255,0));
}
p.first-payment-date {
    display: none !important;
}
.product-images-wrapper {
    width: calc(100% - 310px);
    height: 402px;
    background-color: white;
    float: left;
    position: relative;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 10px;
}
.product-images-wrapper .swiper-slide {
    width: 100% !important;
}
.woocommerce div.product .images {
    width: 100%;
    height: 100%;
}
.woocommerce div.product .images .swiper-slide {
    border-radius: 6px;
    overflow: hidden;
}
.entry-summary .game-image {
    background-size: cover;
    background-position: center;
    height: 187px;
    width: 100%;
}
.entry-summary .game-image img {
    pointer-events: none;
}
.x-container {
    max-width: 1200px !important;
    padding: 0px !important;
    margin: 0 auto 0 auto !important;
    width: 100% !important;
    box-shadow: none !important;
}
.single_add_to_cart_button {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: -7px;
    font-family: 'Exo', sans-serif;
    padding: 0px !important;
    height: 42px;
    line-height: 42px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    background-color: #2ecc71 !important;
    transition-duration: 0.2s;
    margin-bottom: 10px !important;
}
.cart .single_add_to_cart_button:hover {
    transition-duration: 0.2s;
    background-color: #23ac5d !important;
    margin-bottom: 10px !important;
}
.add_game_to_cart {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: -42px;
    font-family: 'Exo', sans-serif;
    padding: 0px !important;
    height: 42px;
    line-height: 42px;
    font-weight: 700;
    font-size: 15px;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    background-color: #2ecc71 !important;
    transition-duration: 0.2s;
}
.add_game_to_cart:hover {
    transition-duration: 0.2s;
    background-color: #23ac5d !important;
}
.entry-content {
    padding-bottom: 60px;
    background-color: #f5f5f5;
}

.entry-content > .product {
    padding-bottom: 40px;
    z-index: 2;
    position: relative;
    margin-top: 0px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    height: auto;
    overflow: visible;
}

.entry-summary.custom {
    width: 300px !important;
    background: white;
    border-radius: 6px;
    padding: 0px !important;
    overflow: hidden;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}

.entry-summary.custom p {
    font-family: 'Exo', sans-serif;
    color: #4b4b62;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px;
    margin-top: 16px;
    width: calc(100% - 20px);
    margin-left: 10px;
}
.custom-upsells {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding-bottom: 55px;
    min-height: 20px;
    margin-top: -10px;
    border-bottom: 1px solid #e6e6e6;
}

.custom-upsells li {
    list-style-type: none;
}

.custom-upsells .product {
    margin: 0px !important;
    width: 100% !important;
}
.game-full-description {
    float: left;
    height: auto;
    overflow: hidden;
    min-height: 100px;
    width: 100%;
    font-family: 'Exo', sans-serif;
    color: #77779b;
    font-weight: 600;
    font-size: 12px;
}
.game-full-description h3 {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #404056;
}
.game-full-description p {
    font-family: 'Exo', sans-serif;
    color: #77779b;
    font-weight: 600;
    font-size: 12px;
}
.game-full-description h2 {
    font-family: 'Exo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #404056;
}
h2.product-title {
    color: #404056;
    font-family: 'Exo', sans-serif;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    font-weight: 700;
}

.entry-summary.custom .quantity {
    display: none;
}
.entry-summary.custom .product_title {
    display: none;
}
.wp-megamenu-sub-menu {

}
.wp-megamenu .menu-item {
    max-height: 60px !important;
}
.x-btn-navbar {
    display: none !important;
}

.wpmm-col.wpmm-col-12 {
    padding: 0px !important;
}
.wpmm-col.wpmm-col-12 .menu-item {
    width: 100% !important;
    background-color: #3f3f3f;
}
.wp-megamenu-sub-menu li.menu-item-object-product_cat a {
    height: 30px !important;
    line-height: 30px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.wp-megamenu-sub-menu li.menu-item-object-product_cat a:hover {
    text-decoration: none;
    transition-duration: 0.2s !important;
    background-color: rgba(255,255,255,0.04) !important;
}
.x-navbar-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.x-navbar-inner .x-container {
    padding-top: 33px !important;
    max-width: 100vw !important;
    width: 100% !important;
}
span.wpmm-selected-icon {
    margin: 0px;
    margin-right: 6px;
}
.modal-backdrop.show {
    opacity: 0.9;
}
.modal-backdrop {
    background-color: #1c1c35;
}
.modal-open .modal#stripe-modal {
    opacity: 1;
    transition-duration: 0.2s;
    display: flex !important;
    align-items: center;
    padding-right: 0px !important;
}
.modal#stripe-modal .modal-body {
    padding: 0px !important;
}
.modal#stripe-modal .modal-body h5 {
    text-align: center;
    font-family: 'Exo', sans-serif;
    font-size: 17px;
    margin-bottom: 2px;
    color: #404056;
}
.modal#stripe-modal .modal-body .card-payment-description {
    display: block;
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Exo', sans-serif;
    text-align: center;
    font-size: 13px;
    color: #7f7f85;
    margin-top: 0px;
}
.x-breadcrumb-wrap {
    transition-duration: 0.3s;
    background: transparent;
    z-index: 20;
    padding: 0px;
    height: 36px;
    display: flex;
    align-items: center;
    border: none;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0);
    position: relative;
    border: none;
}
.x-breadcrumb-wrap.scrolled {
    transition-duration: 0.3s;
    background: white;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.05);
}
.x-breadcrumb-wrap .x-container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
}
.wp-megamenu-wrap ul.wp-megamenu > li {
    float: right !important;
}
#wp-megamenu-item-619 {
    height: 60px;
    float: left !important;
}
.swiper-container.images .image-holder {
    width: 100%;
    height: 100%;
    background: #eee;
}

.swiper-container.images .image-holder img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    pointer-events: none;
}
a:hover {
    color: #00AEF3 !important;
}
.x-breadcrumb-wrap .x-breadcrumbs .delimiter {
    color: gray;
    text-shadow: none;
}
.x-breadcrumb-wrap .x-breadcrumbs a {
    color: gray;
    font-family: 'Exo', sans-serif;
    text-shadow: none;
}
.x-breadcrumb-wrap .x-breadcrumbs a.current {
    color: #00AEF3;
    font-weight: 700;
}
.x-container.footer {
    border-bottom: 1px solid #565656 !important;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
}
.entry-wrap {
    padding: 0px !important;
    box-shadow: none;
    margin-top: 0px;
}
.platform {
    padding-right: 15px;
    width: fit-content;
    max-width: 80%;
    height: 20px;
    margin-left: 5px;
    background-color: #212131;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 5px;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}
.platform img {
  height: 100%;
  float: left;
  display: none;
}
.platform p {
  float: left;
  margin: 0px;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
  color: white;
  font-family: 'Exo', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
}
.platform.origin img.origin {
  display: block;
}
.platform.steam img.steam {
  display: block;
}
.platform.uplay img.uplay {
  display: block;
}
.site {
    background: #f5f5f5;
    margin-top: 93px;
}
p.copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    margin-bottom: 30px;
    color: #696969;
}
p.copyright a {
    color: #adadad;
}
p.copyright a:hover {
    color: white;
    text-decoration: none;
}
.x-main.full {
    min-height: calc(100vh - 469px);
}
.x-main.left {
    float: right;
    margin-top: 14px;
}
.x-sidebar.right {
    float: left;
}
@-webkit-keyframes producthero {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
@-moz-keyframes producthero {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
@keyframes producthero {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}


.woocommerce .cart.shop_table .product-thumbnail img {
    max-width: 100px;
}

.woocommerce-cart-form {
    width: calc(100% - 330px);
    float: left;
    border: 1px solid #eee;
    padding: 10px;
    background-color: #fff;
    display: none;
}
.woocommerce-cart-form.original {
    display: block;
    min-height: 250px;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.07);
}
.woocommerce .wc-proceed-to-checkout {
    margin-top: 0px;
}

.cart-collaterals {
    float: right;
    width: 300px;
    padding: 10px;
    border: none;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.07);
}
.cart-collaterals .coupon label {
    font-family: 'Exo', sans-serif;
    color: #404056;
    font-size: 12px;
    font-weight: 700;
}
.cart-collaterals .coupon input[type="text"] {
    border: none;
    height: 45px;
    font-family: 'Exo', sans-serif;
    border-radius: 5px;
    color: #2a2a2a;
    background: #e6e6e6;
    font-weight: 500;
    font-size: 14px;
    box-shadow: none !important;
}
.woocommerce .quantity input[type="number"] {
    outline: none;
    border: none;
    box-shadow: none;
    background: #e6e6e6;
    font-family: 'Exo',sans-serif;
    text-align: left;
    padding: 0px;
    padding-left: 9px;
}
.cart-collaterals .coupon input[type="submit"] {
    height: 45px;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-weight: 700;
    background: #8585ae;
    padding: 0px;
    line-height: 45px;
    text-shadow: none;
}
.cart-collaterals .coupon input[type="submit"]:hover {
    background: #67678b;
}
.cart-collaterals .woocommerce-cart-form {
    width: 100%;
    padding: 0px;
    border: none;
    position: relative;
}

.cart-collaterals .coupon .input-text {
    width: calc(100% - 110px);
    float: left;
}
.cart-collaterals .shop_table {
    color: black;
}
.cart-collaterals .woocommerce-cart-form:nth-child(1) {
    display: block !important;
}
.cart-collaterals .woocommerce-cart-form.original:nth-child(1) {
    display: none !important;
}
.cart-collaterals .woocommerce-cart-form:nth-child(2) {
    display: block !important;
}
.cart-collaterals .woocommerce-cart-form {
    display: none !important;
}
.cart-collaterals .woocommerce-cart-form.original {
    display: none !important;
}
.cart_totals h2 {
    display: none;
}

.woocommerce > .woocommerce-cart-form.original ~ .woocommerce-cart-form.original {
    display: none !important;
}
.cart-collaterals .coupon .button {
    width: 100px;
    margin-left: 10px;
    float: left;
    box-shadow: none;
    border: none;
    height: 34px;
    line-height: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: gray;
}
.cart-collaterals .coupon .button:hover {
    transition-duration: 0.2s;
    cursor: pointer;
    background-color: lightgray;
}
.woocommerce .cart-collaterals table th {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
}
.woocommerce .cart-collaterals table td {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.woocommerce .cart-collaterals .cart-discount td {
    text-align: right;
}
.wc-proceed-to-checkout a {
    width: 100%;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.07);
    border: none;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-shadow: none;
    background: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
    padding: 0px;
    line-height: 50px;
}
.wc-proceed-to-checkout a:hover {
    text-shadow: none;
    color: white !important;
    transition-duration: 0.2s;
    background-color: #27ae60;
    cursor: pointer;
    box-shadow: none;
    border: none;
}
.cart-subtotal td {
    text-align: right;
}
.order-total td {
    text-align: right;
}
.cart-collaterals .cart_totals {
    margin-top: 0px !important;
}

h2.cart-title {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 20px;
    margin: 0px;
}

.custom-remove {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: lightgray;
    color: white;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 14px;
    transition-duration: 0.2s;
}
.custom-remove:hover {
    cursor: pointer;
    transition-duration: 0.2s;
    background: #e74c3c;
}

.cart_item .product-name {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 12px;
}
.cart_item .product-name a {
    color: #6b6bbb !important;
}

.woocommerce-cart-form th {
    color: #39394d;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
}

.cart_item .woocommerce-Price-amount {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    color: black;
    font-weight: 700;
}
.actions .coupon {
    display: none;
}
.actions .button[name="apply_coupon"] {
    display: none;
}
.actions .button[name="update_cart"] {
    border: none;
    box-shadow: none;
    padding: 0px;
    height: 35px;
    line-height: 35px;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: none;
    background-color: gray;
    font-family: 'Exo', sans-serif;
    font-size: 12px !important;
    font-weight: 700;
}
.actions .button[name="update_cart"]:hover {
    transition-duration: 0.2s;
    cursor: pointer;
    background-color: #a6a6a6;
}
.order-success-product {
    width: 100%;
    height: 100%;
    background-color: #2e2e3f;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
}
.order-confirm-product {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
}
.order-confirm-product .product-hero {
    width: 100%;
    height: 110px;
    background-size: cover;
    position: relative;
    background-position: center;
}
.order-confirm-product .product-hero .product-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.order-confirm-product .product-hero .product-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.order-confirm-product h3 {
    margin: 0px;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    color: #404056;
    font-weight: 700;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.badge.bold {
    color: white !important;
    font-weight: 700 !important;
    font-size: 10px;
    margin-left: 4px;
}
.member-zone-button {
    width: fit-content;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 6px;
    background-color: #2ecc71;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    color: white;
    border: none;
    transition-duration: 0.3s;
}
.member-zone-button:hover {
    background-color: #27ae60;
    cursor: pointer;
    transition-duration: 0.3s;
}
.order-success-product .product-hero {
    width: 100%;
    height: 110px;
    background-size: cover;
    position: relative;
    background-position: center;
}
.order-success-product .product-hero .product-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.order-success-product .product-hero .product-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.order-success-product h3 {
    margin: 0px;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    color: #9489be;
    font-weight: 700;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.order-success-product .badge-warning {
    background-color: #3a3a59 !important;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 10px;
}
.badge-success {
    color: #fff;
    background: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
}
.order-success-product input {
    width: calc(100% - 20px);
    margin-left: 10px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition-duration: 0.3s;
    border: none;
    background: #212131;
    box-shadow: none;
    color: white;
}
.order-success-product input:hover {
    transition-duration: 0.3s !important;
    cursor: pointer !important;
    background-color: #212131;
}
.custom-product-item-display {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    background-color: #fff;
}
.custom-product-item-display .product-hero {
    width: 100%;
    height: 110px;
    background-size: cover;
    background-position: center;
}
.custom-product-item-display h3 {
    margin: 0px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-product-item-display input {
    width: calc(100% - 20px);
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    transition-duration: 0.3s;
}
.custom-product-item-display input:hover {
    cursor: text;
    transform: scale(1.05);
    transition-duration: 0.3s !important;
}
.super-offer-title h1 p span {
  color: rgb(255, 68, 86);
  text-shadow: 0px 0px 4px rgba(255,68,86,0.3);
}
.super-offer-title h1 p {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size: 20px;
}
.custom-campaign-headline {
  margin: 0 auto !important;
}
.supreme-flipper {
  transform: rotate(-10deg) !important;
  margin-left: -15px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
#supreme-particles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.supreme-games-desktop {
  position: absolute;
  width: 80%;
  left: 10%;
  transform: translateY(-50%);
  top: 57%;
}
.supreme-discount-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: center;
  background: linear-gradient(-5deg, #FF416C 0%, #FF4B2B 100%);
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 5px;
  line-height: 20px;
  padding-top: 1px;
}
.supreme-discount-button small {
  font-size: 12px;
  opacity: 0.6;
}
.supreme-games-mobile {
  display: none;
}
.supreme-image {
  width: 50%;
  max-width: 200px;
  position: absolute;
  left: 20px;
  top: 30px;
}
.custom-campaign-headline h1 {
  color: white !important;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 35px !important;
}
.order-complete-holder .panel {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    font-family: 'Exo', sans-serif;

    color: #9b9bcb;
    font-size: 12px;
    font-weight: 600;
}

.custom-order-products-title {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 17px !important;
    margin-top: 27px !important;
    color: #39394d;
}
.order-complete-holder .woocommerce-order-details__title {
    font-family: 'Roboto', sans-serif;
    font-size: 19px !important;
    margin-left: 2px;
}
.order-complete-holder .woocommerce-column__title {
    font-family: 'Roboto', sans-serif;
    font-size: 19px !important;
    margin-left: 2px;
}
.order-complete-holder address {
    background-color: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    margin-bottom: 20px;
}
.order-complete-hero {
    width: 100%;
    height: 170px;
    position: relative;
    background-size: cover;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    border-radius: 6px;
    background-position: center;
    overflow: hidden;
}
.order-complete-hero .overlay {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.order-complete-hero .overlay .row {
    width: 100%;
    padding: 0px;
}
.order-complete-hero .overlay h1 {
    color: white;
    font-family: 'Exo', sans-serif;
    font-size: 30px;
}
.order-complete-hero .overlay h1 small {
    font-size: 15px;
    font-weight: 600;
}
.woocommerce-thankyou-order-details {
    font-family: 'Exo', sans-serif;
    color: white;
}

a.product_type_simple {
    display: none;
}

.out_of_stock {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 12px;
    margin-bottom: 10px;
    height: 40px;
    background-color: lightgray;
    color: black;
    text-align: center;
    line-height: 40px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    border-radius: 4px;
}
.woocommerce-billing-fields__field-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 20px;
    height: auto;
}
.woocommerce-billing-fields__field-wrapper p {
    width: 50% !important;
    float: left !important;
    position: relative !important;
    margin: 0px !important;
    margin-bottom: 20px !important;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper:nth-child(odd) {
    margin-left: 40px;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
    width: calc(100% - 40px) !important;
}
.woocommerce-billing-fields__field-wrapper p input {
    width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper p select {
    width: 100% !important;
}

.woocommerce .select2-container {
    margin: 0px !important;
}

#billing_phone_field {
    display: none !important;
}

.wpmc-steps-wrapper .woocommerce_checkout_coupon {
    display: none !important;
}

.select2-selection {
    height: 34px !important;
}

.select2-selection .select2-selection__rendered {
    height: 34px !important;
}
.wpmc-footer-left button {
    width: fit-content;
    box-shadow: none;
    border: none;
    background-color: #e6e6e6;
    color: black;
    font-weight: 700;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}
.wpmc-footer-left button:hover {
    box-shadow: none;
    transition-duration: 0.2s;
    border: none;
    color: black;
    text-shadow: none;
    background-color: lightgray;
}
.wpmc-footer-right #wpmc-next {
    width: 100%;
    max-width: 200px;
    box-shadow: none;
    border: none;
    background-color: #2ecc71;
    color: white;
    font-weight: 700;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    line-height: 35px;
}
.wpmc-footer-right #wpmc-prev {
    width: fit-content;
    box-shadow: none;
    border: none;
    background-color: #e6e6e6;
    color: black;
    font-weight: 700;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}
.wpmc-footer-right #wpmc-next:hover {
    cursor: pointer;
    transition-duration: 0.2s;
    background-color: #27ae60;
}
.wpmc-nav-wrapper {
    margin-top: 60px;
}
#place_order {
    width: 100%;
    max-width: 200px;
    box-shadow: none;
    border: none;
    background-color: #2ecc71;
    color: white;
    font-weight: 700;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    line-height: 35px;
    position: absolute;
    right: 0
}

#payment_heading {
    display: none;
}

.payment_method_stripe {
    display: block !important;
}

.wc_payment_methods {
    display: block;
}
.woocommerce-privacy-policy-text p {
    margin-left: 10px;
    font-family: 'Exo', sans-serif;
    color: #9191b9;
    font-weight: 700;
    font-size: 11px;
}
.woocommerce-privacy-policy-text p a {
    color: #00AEF3;
}
.x-btn-widgetbar {
    display: none;
}
.member-zone-content {
    width: calc(100vw - 240px);
    margin-left: 240px;
    padding: 20px;
    background-color: #212131;
}
.member-zone-content .entry-content {
    background-color: #212131;
}
.member-zone-logo {
   width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.member-zone-logo img {
    width: 200px;
}
.member-zone-menu {
    width: 240px;
    height: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #2e2e3f;
    padding-top: 12px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07)
}
.member-zone-menu .my-crates {
    float: left;
    width: calc(100% - 40px);
    margin-left: 20px;
    display: table;
    margin-top: 20px;
    min-height: 10px;
}
.member-zone-menu .my-crates .crate {
    width: 100%;
    background-color: rgb(59, 59, 79);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.06);
    border-radius: 5px;
    height: 35px;
    float: left;
    margin-top: 3px;
    transition-duration: 0.2s;
    margin-bottom: 10px;
}
.member-zone-menu .my-crates .crate:hover {
    transition-duration: 0.2s;
    background-color: rgb(69, 69, 92);
}
.member-zone-menu .my-crates .title {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    color: #585888;
    font-size: 12px;
}
.member-zone-top-bar {
    width: calc(100vw - 240px);
    height: 50px;
    position: fixed;
    top: 0;
    left: 240px;
    z-index: 5;
    background-color: #2e2e3f;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07)
}
.member-zone-top-bar .user-holder {
    width: fit-content;
    height: 50px;
    float: right;
    margin-right: 20px;
    line-height: 50px;
    font-family: 'Exo', sans-serif;
    color: #9394bc;
    font-size: 13px;
    font-weight: 700;
}
.member-zone-top-bar .user-holder .icon {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin-top: 7.5px;
    background-size: cover;
    background-position: center;
    float: right;
    margin-left: 10px;
}
.member-zone-title {
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin-top: 0px;
}
.member-zone-title small {
    color: #9489be;
    font-size: 12px;
    font-weight: 700;
}
.back-to-store {
    width: fit-content;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    color: #00a3ea;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
}
.member-zone-menu .menu-item {
    width: 100%;
    height: 40px;
    background-color: #2e2e3f;
    font-family: 'Exo', sans-serif;
    color: #9D9DCC;
    font-weight: 600;
    font-size: 12px;
    padding-left: 60px;
    padding-right: 20px;
    position: relative;
    line-height: 40px;
}
.currency-holder {
    width: 140px;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    background-image: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
    float: left;
    color: white;
    font-weight: 700;
    text-align: left;
    font-family: 'Exo', sans-serif;
}
.currency-holder h5 {
    margin: 0px;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    margin-top: 9px;
}
.member-crate-info-container-background {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -18px;
    height: 280px;
    position: relative;
    background: radial-gradient(52% 67%,#003158 0%,#0E0D1E 100%);
    text-align: centeR;
}
.member-crate-info-container-background h3 {
    font-family: 'Exo', sans-serif;
    font-size: 13px;
    margin-top: 120px;
    position: relative;
    z-index: 3;
    width: 100%;
    float: left;
    color: #9294d6;
    font-weight: 600;
}
.member-crate-info-container-background .custom-subscribe {
    width: 200px;
    border-radius: 6px;
    height: 31px;
    line-height: 28px;
    position: relative;
    z-index: 3;
    background-color: rgba(0, 174, 243, 0.19);
    color: white;
    margin-top: 10px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    transition-duration: 0.2s;
    border: 1.5px solid #0095df;
}
.member-crate-info-container-background .custom-subscribe:hover {
    cursor: pointer;
    transition-duration: 0.2s;
    background-color: rgba(0, 174, 243, 0.39);
}
.member-crate-info-container-background .firstpage-countdown-container {
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    float: none;
    background-color: rgba(0,0,0,0.1);
    padding: 6px;
    padding-top: 10px;
    border-radius: 6px;
}
.particles-js-canvas-el {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index: 0;
}
.member-crate-info-container-background .box {
    width: 240px;
    position: absolute;
    left: calc(50% - 120px);
    top: -37px;
    z-index: 2;
    pointer-events: none;
}
.member-zone-divider {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    z-index: 1;
}
.woo-wallet-my-wallet-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 20px;
    background-color: #212131;
    border: none;
    padding: 0px;
    margin-top: 10px;
}
.woo-wallet-my-wallet-container .woo-wallet-content {
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    overflow: hidden;
    min-height: 20px;
    background-color: #2e2e3f;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}
.woo-wallet-my-wallet-container .woo-wallet-content p {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    color: #9489be;
    font-size: 12px;
}
.woo-wallet-my-wallet-container .woo-wallet-content small {
    font-family: 'Exo', sans-serif;
    color: #666684;
}
.woo-wallet-my-wallet-container .woo-wallet-transaction-type-debit {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #ee4447;
    margin-top: 10px;
    margin-right: 5px;
}
.woo-wallet-my-wallet-container .woo-wallet-transaction-type-credit {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #4eb76c;
    margin-right: 5px;
    margin-top: 10px;
}
.woo-wallet-my-wallet-container .woo-wallet-content-heading {
    margin-bottom: 0px;
    border: none;
}
.woo-wallet-my-wallet-container .woo-wallet-content-heading h3 {
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 6px;
}
.woo-wallet-my-wallet-container .woo-wallet-content-heading p {
    margin-bottom: 0px;
}
.woo-wallet-my-wallet-container .woo-wallet-content-heading p span {
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0px;
    margin-top: 6px;
}
.woo-wallet-my-wallet-container .woo-wallet-transactions-items li {
    border-top: 1px solid #413c53;
    padding-bottom: 5px;
    transition-duration: 0.2s;
    padding-top: 5px;
}
.woo-wallet-transactions-items li div:first-child {
    margin-left: 5px;
}
.woo-wallet-my-wallet-container .woo-wallet-transactions-items li:hover {
    transition-duration: 0.2s;
    background-color: #38384a;
}
.woo-wallet-sidebar {
    display: none;
}

.woo-wallet-my-wallet-container hr {
    display: none;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar {
    background-color: transparent;
    border-right: 1px solid #eee;
    padding-left: 20px;
    padding-right: 20px;
}

.woo-wallet-my-wallet-container .woo-wallet-sidebar .card {
    margin: 0px;
    margin-top: 10px;
    box-shadow: none !important;
}
.woo-wallet-content-heading {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar .card:hover {
    background-color: #eee;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar .card a:hover {
    text-decoration: none;
}
.woo-wallet-my-wallet-container .woo-wallet-sidebar .card p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: black;
}
.woo-wallet-sidebar-heading {
    text-align: left;
    pointer-events: none;
    height: 39px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.member-zone-menu .menu-item.active {
    border-right: 3px solid #00AEF3;
    background-color: #4f4f69;
    color: white;
}
.member-zone-menu .menu-item:hover {
    transition-duration: 0.2s;
    background-color: #46465d;
    cursor: pointer;
}
.member-zone-menu .menu-item img {
    height: 20px;
    position: absolute;
    margin-right: 20px;
    left: 20px;
}

.woocommerce-MyAccount-navigation {
    display: none;
}

header.masthead {
    position: fixed;
    z-index: 15;
    width: 100%;
    top: 0;
}
.site {
    position: relative;
}

.x-nav {
    height: 60px;
    /* margin-top: 34px !important; */
    width: 100%;
}
#wpadminbar {
    display: none;
}
.custom-top-bar {
    width: 100vw;
    position: fixed;
    top: 0;
    height: 34px;
    background-color: rgba(0,0,0,0.1);
    z-index: 20;
    left: 0;
}
.custom-top-bar .payment-options {
    width: 100%;
    max-width: 217px;
    float: left;
    height: auto;
}
.custom-top-bar .payment-options img {
    width: 100%;
    margin-top: 8px;
}
.custom-top-bar .links {
    width: fit-content;
    float: right;
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    position: relative;
}
.custom-top-bar .links .account {
    width: fit-content;
    height: 100%;
    padding-right: 24px;
    padding-left: 10px;
    color: #fff;
    float: right;
    font-weight: 500;
    margin-left: 7px;
    transition-duration: 0.2s;
    line-height: 36px;
    font-family: 'Exo', sans-serif;
    font-size: 11px;
    background-image: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
}
.custom-top-bar .links .account img {
    width: 13px;
    float: left;
    margin-left: 6px;
    margin-right: 8px;
    margin-top: 8px;
}
.custom-top-bar .links a.link {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    color: #9D9DCC;
    float: left;
    height: 34px;
    line-height: 36px;
    font-size: 11px;
    font-weight: 500;
    float: left;
    margin-right: 0px;
    transition-duration: 0.2s;
    padding-left: 10px;
    padding-right: 10px;
}
.custom-top-bar .links a.link:hover {
    text-decoration: none;
    transition-duration: 0.2s;
    background-color: rgba(255,255,255,0.05);
    cursor: pointer;
}
.custom-top-bar .links a.link small {
    font-weight: 700;
    color: #636385;
}
.custom-top-bar .links a.link img.game {
    width: 20px;
    float: left;
    margin-top: 12px;
    margin-right: 6px;
}
.custom-top-bar .links a.link img.orders {
    width: 13px;
    float: left;
    margin-top: 9px;
    margin-right: 6px;
}
.custom-top-bar .links a.link img.wallet {
    width: 15px;
    float: left;
    margin-top: 10px;
    margin-right: 6px;
}
.custom-top-bar .links .account:hover {
    background-color: rgba(255,255,255,0.1);
    cursor: pointer;
    transition-duration: 0.2s;
}

.custom-top-bar .links .account .icon {
    width: 20px;
    height: 20px;
    border-radius: 25px;
    float: right;
    margin-left: 6px;
    background-size: cover;
    background-position: center;
    margin-top: 6.5px;
}
.custom-top-bar .custom-container {
    width: 100%;
    padding-left: 15px;
}
/* Robin Fixa här vid merge till rätt menu-item */
.x-navbar .x-nav-wrap .x-nav > li.menu-item.menu-item-2596 {
    float: left !important;
    padding: 0px !important;
}
.x-navbar .x-nav-wrap .x-nav > li.menu-item.menu-item-619 {
    float: left !important;
}
.x-navbar .x-nav-wrap .x-nav > li {
    float: right !important;
}
/* Slut på fix */
.x-navbar .x-nav-wrap .x-nav > li > a {
    text-transform: capitalize !important;
}
.x-nav-wrap .menu-item a {
    margin: 0px !important;
    height: 60px !important;
    padding: 0px !important;
    line-height: 60px !important;
    font-family: 'Exo', sans-serif !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 11.5px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    box-shadow: none !important;
    transition-duration: 0.2s !important;
}
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
    box-shadow: none;
    transition-duration: 0.2s !important;
    background-color: rgba(255,255,255,0.1);
}
.x-brand.text {
    font-size: 20px;
    margin-top: 52px;
    display: none;
}
.member-zone-panel {
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    overflow: hidden;
    min-height: 20px;
    background-color: #2e2e3f;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}
p.order-again {
    display: none;
}
.member-zone-panel table th {
    padding-left: 0px;
    font-family: 'Exo', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 13px;
    border-top: 1px solid #413c53;
}
.member-zone-panel table td {
    padding-left: 0px;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-top: 1px solid #413c53;
    color: #9489be;
}
.member-zone-panel table td small {
    color: #666684;
}
.member-zone-panel table td a {
    font-family: 'Exo', sans-serif;
    color: #00a3ea;
    font-weight: 700;
    text-decoration: none;
}
.member-zone-panel table td a.button {
    border-radius: 6px;
    padding: 0px;
    height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 23px;
    position: relative;
    z-index: 3;
    background-color: rgba(0, 174, 243, 0.19);
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 11px;
    box-shadow: none;
    transition-duration: 0.2s;
    border: 1.5px solid #0095df;
}
.member-zone-panel table td a.button.cancel {
    border: 1.5px solid #e64343;
    background-color: rgba(253, 76, 76, 0.19);
}
.member-zone-panel table td a.button.cancel:hover {
    color: red !important;
}
.member-zone-panel address {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #9489be;
}
.subscription_renewal_early {
    display: none;
}
.change_payment_method {
    display: none;
}
.x-header-landmark {
    display: none;
}
.table td {
    height: 30px;
    line-height: 30px;
}

.member-zone-panel .table thead th {
    border-bottom: none;
}
.order-again a {
    box-shadow: none !important;
    border: none !important;
    background-color: #2ecc71 !important;
    text-shadow: none !important;
    font-family: 'Roboto', sans-serif !important;
    padding: 0px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
}
.lrm-user-modal {
    background: linear-gradient(-5deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.lrm-user-modal-container {
    max-width: 320px;
}
.lrm-user-modal-container label.image-replace {
    margin-top: -4px;
}
.lrm-user-modal-container .hide-password {
    margin-top: -4px;
}
.lrm-user-modal-container button {
    box-shadow: none;
    border: none;
    text-shadow: none;
    background-color: #2ecc71 !important;
}
.lrm-user-modal-container button:hover {
    text-shadow: none;
    border: none;
    box-shadow: none;
    background-color: #27ae60 !important;
}
.x-nav-wrap .menu-item a.logo-link {
    margin: 0px;
    padding: 0px !important;
}
.menu-item {
    float: right !important;
    padding-left: 5px;
    padding-right: 5px;
}
.wp-megamenu li.menu-item a {
    padding-left: 3px !important;
    padding-right: 3px !important;
}
li.menu-item a .custom-menu-item {
    font-size: 12px;
    transition-duration: 0.2s;
    font-weight: 500;
}
li.menu-item a img {
    transition-duration: 0.2s;
}
li.menu-item a:hover {
    background: transparent !important;
}
li.menu-item a:hover .custom-menu-item {
    transition-duration: 0.2s;
    color: #00aef3;
    font-weight: 500;
}
li.menu-item a:hover img {
    transition-duration: 0.2s;
    transform: scale(1.2);
}
.wpmm_brand_logo_wrap img {
    margin-top: 15px;
}
.menu-item .dgwt-wcas-search-wrapp {
    margin-left: 15px;
    height: 60px;
}
.dgwt-wcas-suggestion {
    background: #4b4b62;
    border-bottom: 1px solid #686884 !important;
}
.dgwt-wcas-suggestions-wrapp {
    position: fixed !important;
    background: #4b4b62 none repeat scroll 0 0;
    border: none !important;
}
.dgwt-wcas-si {
    width: 104px !important;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    min-height: 48px !important;
}
.dgwt-wcas-si img {
    background: transparent !important;
    padding: 0px !important;
    border: none !important;
}
.dgwt-wcas-sp {
    color: #42caff !important;
    font-family: 'Exo', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}
.dgwt-wcas-sp ins {
    text-decoration: none;
}
.dgwt-wcas-suggestion-more {
    background: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
    border: none;
    color: white;
    font-family: 'Exo',sans-serif;
    font-weight: 700;
}
.right-menu {
    float: right;
}
.custom-menu-item img.cart-icon {
    float: left;
    margin-top: 20px;
    margin-right: 8px;
}
.custom-menu-item img.genres-icon {
    float: left;
    margin-top: 24px;
    margin-right: 8px;
}
.custom-menu-item img.games-icon {
    float: left;
    margin-top: 20px;
    margin-right: 8px;
}
.custom-menu-item img.crate-icon {
    float: left;
    margin-top: 21px;
    margin-right: 8px;
}
.custom-menu-item img.home-icon {
    float: left;
    margin-top: 21px;
    margin-right: 8px;
}
.divider {
    height: 40px;
    width: 1px;
    background-color: #6a6a8b;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 0.4;
}
.dgwt-wcas-sp del {
    color: #9b9bab;
    font-weight: 700;
    font-size: 10px !important;
    opacity: 0.8;
}
.dgwt-wcas-st-title {
    color: #b3b3d2;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
}
.dgwt-wcas-suggestion-selected {
    background-color: #404056 !important;
}
.dgwt-wcas-search-input {
    font-family: 'Exo', sans-serif !important;
    width: 100%;
    max-width: 300px !important;
    height: 60px !important;
    border-radius: 0px !important;
    background: #4b4b62 !important;
    border: none !important;
    color: white !important;
}
.menu-item .dgwt-wcas-search-input::placeholder {
    font-family: 'Exo', sans-serif !important;
    color: #8888BC !important;
    font-style: italic;
    font-size: 14px !important;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    fill: #b4b4ee !important;
}
.x-nav-wrap > ul > li > a {
    font-family: 'Exo', sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

.wpmc-step-item .woocommerce-Message--info {
    display: none;
}
.wpmm-none a:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0.05) !important;
}
.menu-item.menu-item-type-gs_sim {
    float: left !important;
}
.x-nav-wrap .menu-item a.logo-link:hover {
    background: transparent !important;
}
.navbar-logo {
    margin-top: 14px;
}
.navbar-logo:hover {
    cursor: pointer;
}

.x-nav-wrap .custom-navbar-logo {
    width: 200px;
}
.woocommerce-MyAccount-content {
  margin-top: 30px;
}
.woocommerce-cart-form .woocommerce-Message--info {
    display: none !important;
}
.woocommerce-cart-form .woocommerce-Message--info .woocommerce-Price-amount {
    font-weight: 700;
}
.custom-dropdown-menu {
  float: left;
  height: 0px;
  background: #f6f6f6;
  transition-duration: 0.3s;
  overflow: hidden;
}
.custom-dropdown-menu.display {
  height: 240px;
  transition-duration: 0.3s;
}
.custom-dropdown-menu a {
  width: 100%;
  height: 30px;
  float: left;
  line-height: 30px;
  outline: none;
  padding-left: 60px;
  color: gray;
  font-family: 'Robot', sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2px;
  transition-duration: 0.2s;
}
.custom-dropdown-menu a:hover {
  transition-duration: 0.2s;
  text-decoration: none;
  background-color: rgba(0,0,0,0.03);
  cursor: pointer;
}
#affwp-affiliate-dashboard-tabs {
  display: none !important;
}
.woocommerce .woocommerce-Message--info {
  padding: 10px;
  background-color: #27ae60;
  color: white;
  font-family: 'Exo', sans-serif;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
  border-radius: 5px;
}
.woocommerce .woocommerce-Message--info span {
    font-weight: 700;
}
.custom-footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 300px;
    margin-top: 70px;
    background-color: #39394d;
}
.fee td {
    text-align: right;
}
.custom-footer h5 {
    color: white;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 1px;
}
.custom-footer a.link {
    width: 100%;
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #949494;
    text-decoration: none;
    font-size: 10px;
    transition-duration: 0.2s;
}
.custom-footer a.link:hover {
    transition-duration: 0.2s;
    color: white;
    cursor: pointer;
}
.custom-footer .payment-bar {
    width: 100%;
    height: 50px;
    background-color: #404056;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.1);
}
.custom-footer .payment-bar .gateway {
    pointer-events: none;
    float: left;
    margin-right: 20px;
}
.custom-footer .payment-bar .gateway.payment1 {
    width: 41px;
    margin-top: 20px;
    display: none;
}
.custom-footer .payment-bar .gateway.payment2 {
    width: 32px;
    margin-top: 16px;
    display: none;
}
.custom-footer .payment-bar .gateway.payment3 {
    width: 28px;
    margin-top: 16px;
    display: none;
}
.custom-footer .payment-bar .gateway.payment4 {
    width: 55px;
    margin-top: 20px;
}
.custom-footer .payment-bar .gateway.payment5 {
    width: 90px;
    margin-top: 18px;
    display: none;
}
.custom-footer .payment-bar .gateway.payment6 {
    width: 45px;
    margin-top: 18px;
    display: none;
}
.custom-footer .payment-bar .g2a {
    float: right;
    height: 20px;
    pointer-events: none;
    margin-top: 15px;
    display: none;
}
.x-colophon {
    display: none !important;
}
.member-zone-mobile-menu {
    display: none;
}
.member-zone-top-bar .mobile-logo {
    display: none;
}
.custom-page-holder {
  width: 1000vw;
  max-width: 100vw !important;
}
.firstpage-slider {
    height: 274px;
    margin-top: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.firstpage-swiper a:hover {
    text-decoration: none;
}
.firstpage-slider.apex {
    background-image: url('/wp-content/uploads/2019/assets/apex-background-pattern.png');
    display: flex;
    align-items: center;
}

.firstpage-slider.apex .coins {
    top: calc(50% - 100px);
    position: absolute;
    height: 200px;
    right: 50px;
}
.firstpage-slider.apex button {
    width: 200px;
    height: 45px;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
}
.firstpage-slider.apex h1 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
}
.widget_product_categories .product-categories {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #eee;
}
.widget_product_categories h4 {
    color: black;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-top: 21px;
    margin-bottom: 16px;
}

.widget_product_categories .cat-item {
    padding: 0px;
    border: none;
    position: relative;
}
.widget_product_categories .cat-item.current-cat a {
    border-right: 4px solid #ff4267;
    font-weight: 700;
    color: #ff4267;
}
.widget_product_categories .cat-item.current-cat a:hover {
    color: #ff4267;
}
.widget_product_categories .cat-item a {
    width: 100%;
    height: 35px;
    float: left;
    padding-left: 10px;
    color: black;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    transition-duration: 0.2s;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.widget_product_categories .cat-item a:hover {
    text-decoration: none;
    transition-duration: 0.2s;
    color: black;
    background-color: rgba(0,0,0,0.05);
}
.phone-title {
  display: none;
}
.product-total {
  text-align: right;
}
.button.wc-backward {
  background: #2ecc71;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.button.wc-backward:hover {
  background-color: #27ae60;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.widget_product_categories {
  margin-top: 35px !important;
}
.woocommerce-ordering {
  margin-top: 18px !important;
  margin-bottom: 0px;
}
.woocommerce-result-count  {
  margin-top: 18px !important;
  margin-bottom: 0px;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account {
  padding: 0px;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row {
  width: calc(50% - 20px);
  float: left;
  margin: 0px;
  margin-bottom: 10px;
}
.member-zone-panel em {
    font-size: 11px;
    color: #727298;
    font-family: 'Exo', sans-serif;
}
.member-zone-panel .custom-member-button {
    height: 35px;
    box-shadow: none;
    line-height: 32px;
    padding: 0px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: rgba(0, 174, 243, 0.19);
    border: 1.5px solid #0095df;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 13px;
    border-radius: 5px;
}
.member-zone-panel .custom-member-button:hover {
    box-shadow: none;
    text-shadow: none;
    border: 1.5px solid #0095df;
    background-color: rgba(0, 174, 243, 0.19);
    color: #00a3ea !important;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.special-margin-right {
    margin-right: 40px;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.no-margin {
    margin-right: 0px !important;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.only-margin-left {
    margin-right: 0px !important;
    margin-left: 40px !important;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row:nth-child(2n+1) {
  margin-right: 40px;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row:nth-child(4) {
  margin-right: 40px;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row label {
    color: black;
    font-family: 'Exo', sans-serif;
    color: #9D9DCC;
    font-size: 11px;
    font-weight: 700;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row input {
    border: none;
    height: 40px;
    border-radius: 5px;
    font-family: 'Exo', sans-serif;
    color: #ffffff;
    background: #3c3c51;
    font-weight: 500;
    font-size: 12px;
    box-shadow: none !important;
}
.member-zone-panel legend {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: white;
    border: none;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account .clear {
  display: none;
  visibility: hidden;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account fieldset {
  width: 100%;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account fieldset p:nth-child(1) {
  margin-right: 20px !important;
}
.member-zone-panel .woocommerce-EditAccountForm.edit-account fieldset p:nth-last-of-type(1) {
  float: right;
}

.member-zone-panel .woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.form-row-wide:nth-child(2n+1) {
  margin-right: 20px;
}

article#post-6 {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
article#post-7 {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
.product .campaign-product-image {
  display: none;
}
.deal-section .product {
  background-color: #272727 !important;
  border: none;
  padding: 0px;
  min-height: 400px;
}
.deal-section .product .campaign-product-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.deal-section .product h3 {
  position: absolute;
  bottom: 40px;
  color: white;
  font-weight: 700;
  font-size: 30px;
  text-shadow: 0px 5px 14px rgba(0,0,0,0.6);
}
.deal-section .product .grid-price-holder {
  bottom: 17px;
}

.deal-section .product .platform-icon {
  z-index: 100;
}
.deal-section .product .grid-price-holder .woocommerce-Price-amount {
  color: #ff6d6d;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.9);
}
.deal-section .product .grid-price-holder small {
  color: white;
}

.deal-section .product .grid-price-holder small .woocommerce-Price-amount {
  color: white !important;
}

.deal-section .product .grid-product-image {
  height: 100%;
}

.deal-section .product .campaign-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,1));
}

.woocommerce-cart-form .coupon < .woocommerce-cart-form {
  display: none;
}
.x-nav-wrap.mobile {
    display: none !important;
}
.x-nav-wrap.desktop {
    display: block !important;
}
.mobile-desktop-trigger .mobile-menu-holder {
    left: -80vw;
    transition-duration: 0.4s;
}

.mobile-desktop-trigger.show .mobile-menu-holder {
    left: 0;
    transition-duration: 0.4s;
}
.mobile-desktop-trigger .mobile-menu-holder-backdrop {
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.4s;
}
.mobile-desktop-trigger.show .mobile-menu-holder-backdrop {
    visibility: visible;
    opacity: 1;
    transition-duration: 0.4s;
}
.mobile-menu-holder {
    transition-duration: 0.4s;
    width: 80vw;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    z-index: 999998;
    background-color: #404056;
    top: 0;
}
.mobile-menu-holder .navigation-holder {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    overflow: hidden;
    min-height: 100px;
    padding-top: 20px;
}
.mobile-menu-holder .navigation-holder .nav-item {
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 6px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: 'Exo', sans-serif;
    color: white;
    transition-duration: 0.2s;
    font-weight: 400;
    line-height: 50px;
    padding-left: 50px;
    position: relative;
}
.mobile-menu-holder .navigation-holder .nav-item img {
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.2);
}
.mobile-menu-holder .navigation-holder .nav-item img.home-icon {
    top: 15px;
    left: 16px;
}
.mobile-menu-holder .navigation-holder .nav-item img.crate-icon {
    top: 16px;
    left: 16px;
}
.mobile-menu-holder .navigation-holder .nav-item img.previous-icon {
    top: 15px;
    left: 17px;
}
.mobile-menu-holder .navigation-holder .nav-item img.game-icon {
    top: 15px;
    left: 15px;
}
.mobile-menu-holder .navigation-holder .nav-item img.genres-icon {
    top: 18px;
    left: 16px;
}
.mobile-menu-holder .navigation-holder .divider {
    height: 1px;
    width: 100%;
    background-color: #6a6a8b;
    opacity: 0.4;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
}
.mobile-menu-holder .profile-holder {
    width: 100%;
    height: 190px;
    background-color: red;
    float: left;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
}
.mobile-menu-holder .profile-holder.login {
    padding-top: 50px;
    height: 100px;
}
.mobile-menu-holder .profile-holder .profile-info {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    min-width: 60px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    min-height: 50px;
    text-align: center;
}
.mobile-menu-holder .profile-holder .profile-actions {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
}
.mobile-menu-holder .profile-holder .profile-actions .custom-button {
    width: 95px;
    height: 30px;
    background-color: #fff;
    color: #00AEF3;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    float: left;
    margin-left: 10px;
    font-size: 12px;
    margin-right: 10px;
}
.mobile-menu-holder .profile-holder .profile-info .image {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.15);
    width: 50px;
    background-position: center;
    height: 50px;
    background-size: cover;
}
.mobile-menu-holder .profile-holder .profile-info h5 {
    font-family: 'Exo', sans-serif;
    color: white;
    margin-top: 10px;
    letter-spacing: 0px;
    font-size: 17px;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
.mobile-menu-holder-backdrop {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 999997;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
.menu-item-2597, .menu-item-2599 {
    display: none !important;
}
.firstpage-particles {
    pointer-events: none !important;
}
.firstpage-hero {
  position: relative;
  background-image: radial-gradient(52% 67%, #003158 0%, #0E0D1E 100%);
  overflow: hidden;
  min-height: 561px;
}
.firstpage-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
  left: 0;
  top: 0;
}
.mailchimp-newsletter {
    font-size: 12px;
    font-family: 'Exo', sans-serif;
    width: 100%;
    margin: 0px;
    margin-top: 20px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.05);
}
.mailchimp-newsletter input {
    margin-right: 10px;
}
.firstpage-divider {

    width: 100vw;
  	z-index: 3;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-size: cover;
    background-position: bottom;
    height: 162px;
    background-image: url(/wp-content/themes/x-child/assets/hero-divider.svg);
    pointer-events: none !important;
}
.firstpage-hero .x-container {
  position: static;
}
.firstpage-hero .e374-3 {
  position: static;
}
.hero-title h1 {
  font-family: 'Exo', sans-serif !important;
  font-weight: 700 !important;
}
.page-panel {
  width: 100%;
  height: 300px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.1);
  float: left;
}
.page-panel.custom-apex-banner {
    background-size: cover;
    background-position: center;
    background-image: url('/wp-content/themes/x-child/assets/apex-banner.jpg');
}
.page-panel.custom-apex-banner:hover {
    cursor: pointer;
}
.page-panel.custom-apex-banner:hover h3 {
    transition-duration: 0.3s;
    bottom: 26px;
}
.page-panel.custom-apex-banner h3 {
    transition-duration: 0.3s;
    position: absolute;
    left: 0;
    bottom: 16px;
    color: white;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    width: 100%;
    text-align: center;
    line-height: 29px;
}
.page-panel.custom-apex-banner h3 span {
    color: #ec3643;
}
.page-panel.custom-apex-banner h3 small {
    font-size: 18px;
    font-weight: 500;
    color: #e9d6a3;
}
.page-panel.special {
    position: relative;
    z-index: 4;
    height: 156px;
}
.page-panel.firstpage-banner1 {
    background-image: url('/wp-content/themes/x-child/assets/banner-background.jpg');
    background-size: 130% auto;
    background-position: 0 0;
    position: relative;
    transition-duration: 2s;
}
.page-panel.firstpage-banner1:hover {
    cursor: pointer;
    background-position: 30% 0;
    transition-duration: 2s;
}
.page-panel.firstpage-banner1:hover img {
    transition-duration: 0.3s;
    transform: translateY(-6px);
}
.page-panel.firstpage-banner1 .bottom-line {
    width: 70px;
    height: 4px;
    border-radius: 10px;
    background-color: #242431;
    position: absolute;
    bottom: 20px;
    left: 28px;
}
.page-panel.firstpage-banner1 .right-line {
    width: 4px;
    height: 50px;
    border-radius: 10px;
    background-color: #242431;
    position: absolute;
    top: 20px;
    right: 28px;
}
.page-panel.firstpage-banner1 .banner-sellpoint-holder {
    width: calc(100% - 56px);
    float: left;
    height: 28px;
    margin-left: 28px;
}
.page-panel.firstpage-banner1 .banner-sellpoint-holder .banner-sellpoint {
    float: left;
    width: fit-content;
    margin-right: 44px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    color: #0090DB;
}
.page-panel.firstpage-banner1 h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #242431;
    margin-left: 28px;
    font-size: 32px;
    margin-top: 26px;
}
.page-panel.firstpage-banner1 img {
    transition-duration: 0.3s;
    width: calc(100% - 20px);
    margin-left: 10px;
    float: left;
    pointer-events: none;
}
.game-title h3 {
  font-family: 'Exo', sans-serif !important;
  font-weight: 800 !important;
  font-size: 18px !important;
}
hr.x-gap {
  border: none !important;
}
.more-content {
  width: fit-content;
  float: right;
  font-family: 'Exo', sans-serif !important;
  font-weight: 700;
  font-size: 13.68px;
  color: #627CFF;
  letter-spacing: 0.09px;
  text-align: right;
}
.more-content.white {
  color: white !important;
}
.more-content.white:hover {
  color: #eee !important;
}
.more-content:hover {
  transition-duration: 0.2s;
  color: #495BBB;
  text-decoration: none;
}
.deal-section {
  padding-bottom: 60px !important;
  padding-top: 40px !important;
  background-image: url(/wp-content/themes/x-child/assets/superdeal-background.jpg);
  background-position: center;
  background-size: cover;
}
.deal-title h3 {
  font-family: 'Exo', sans-serif !important;
  font-weight: 800 !important;
  font-size: 32px !important;
}
.section-title h2 {
    font-family: 'Exo', sans-serif !important;
    font-weight: 800 !important;
    font-size: 27px !important;
}
.crate-sellpoint {
    padding: 20px;
}
.crate-sellpoint h3 {
    font-family: 'Exo', sans-serif !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    margin-top: 32px !important;

}
.crate-sellpoint p {
    font-family: 'Exo', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;

    color: #6d6d9e;
}
.review-swiper .swiper-slide {
    text-align: center;
}
.review-swiper .swiper-slide h5 {
    font-family: 'Exo', sans-serif !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    margin-top: 32px !important;
    width: calc(100% - 30px);
    margin-left: 15px;
}
.review-swiper .swiper-slide p {
    font-family: 'Exo', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #333358;
    width: calc(100% - 30px);
    margin-left: 15px;
}
.firstpage-sellpoint {
  width: 100%;
  max-width: 330px;
  height: 33px;
  line-height: 33px;
  font-family: 'Exo', sans-serif;
  color: #9b9bcb;
  font-weight: 900;
  font-size: 13px;
  padding-left: 40px;
  background-color: rgb(5, 36, 67);
  box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.14);
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.3s;
}

.firstpage-sellpoint img {
  position: absolute;
  left: 10px;
  width: 17px;
  top: 8px;
}
.firstpage-hero-button {
  width: 200px;
  height: 50px;
  background-image: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
  line-height: 50px;
  font-family: 'Exo', sans-serif;
  color: white;
  border-radius: 6px;
  float: left;
  margin-right: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
}
.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    max-width: 315px !important;
}
p.woocommerce-SavedPaymentMethods-saveNew {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    font-family: 'Exo', sans-serif;
    color: #a4acbb;
    font-weight: 600;
}
ul.woocommerce-SavedPaymentMethods {
    margin: 0px;
    padding: 0px;
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
}
ul.woocommerce-SavedPaymentMethods li {
    background: white;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.05);
    padding: 4px;
    position: relative;
    height: 34px;
    border: 1px solid #eee;
    border-radius: 5px;
    transition-duration: 0.2s;
}
ul.woocommerce-SavedPaymentMethods li input {
    margin-left: 3px;
}
ul.woocommerce-SavedPaymentMethods li label {
    font-family: 'Exo', sans-serif;
    font-size: 11px;
    color: #404056;
    font-weight: 700;
    float: left;
    margin-top: 4px;
    margin-left: 6px;
    padding-left: 0px !important;
}
ul.woocommerce-SavedPaymentMethods li label:hover {
    cursor: pointer;
}
ul.woocommerce-SavedPaymentMethods li:hover {
    transition-duration: 0.2s;
    cursor: pointer;
    transform: translateY(-3px);
}
.close-card-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: right;
    font-family: 'Exo', sans-serif;
    color: gray;
}
.close-card-popup:hover {
    cursor: pointer;
}
p.woocommerce-SavedPaymentMethods-saveNew label {
    width: calc(100% - 26px);
    float: right;
    padding-left: 0px !important;
}

#stripe-payment-data p {
    display: none;
}
.stripe-card-group {
    width: 100%;
}
.wc-credit-card-form {
    max-width: 240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wc-credit-card-form .wc-stripe-elements-field {
    width: 100%;
    height: 45px;
    background: #f7f7f7;
    padding-top: 14px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    margin-top: 0px;
}
#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand, .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
    width: 22px !important;
}
.stripe-source-errors {
    float: left;
    width: 100%;
}
.stripe-source-errors ul {
    margin: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #f74f4f;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px;
    font-family: 'Exo', sans-serif;
    margin-top: 10px !important;
}
.stripe-source-errors ul li {
    margin: 0px !important;
}
.wc-credit-card-form .form-row {
    margin: 0px !important;
    float: left;
}
.wc-credit-card-form .form-row.form-row-wide {
    width: 100%;
}
.wc-credit-card-form .form-row.form-row-last {
    margin-left: 4% !important;
}
.wc-credit-card-form label {
    padding-left: 0px !important;
    font-family: 'Exo', sans-serif;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #546580;
    font-size: 11px;
    font-weight: 600;
}
.card-checkout-submit {
    width: 100%;
    margin-top: 41px;
    height: 45px;
    background-color: #00AEF3;
    border-radius: 0px 0px 3px 3px;
    text-align: center;
    line-height: 45px;
    color: white;
    position: relative;
    font-family: 'Exo', sans-serif;
    transition-duration: 0.2s;
}
.x-alert-danger {
    border: none;
    background: #ff5555;
    text-shadow: none;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    height: 45px;
    padding: 0px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.07);
}
.x-alert-info {
    border: none;
    background: #07b9ff;
    text-shadow: none;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    height: 45px;
    padding: 0px;
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.07);
}
.blockUI.blockOverlay {
    min-height: 200px !important;
}
.card-checkout-submit img {
    width: 20px;
    position: absolute;
    left: calc(50% - 10px);
    top: 12px;
    display: none;
}
.card-checkout-submit.loading img {
    display: block;
}
.card-checkout-submit.loading span {
    display: none;
}
.card-checkout-submit.loading {
    pointer-events: none;
}
.card-checkout-submit:hover {
    transition-duration: 0.2s;
    background-color: #0090DB;
    cursor: pointer;
}
#add_payment_method #payment ul.payment_methods li .stripe-visa-brand, .woocommerce-checkout #payment ul.payment_methods li .stripe-visa-brand {
    width: 22px !important;
}
.firstpage-countdown-container {
  width: fit-content;
  margin-top: 40px;
  float: left;
  height: auto;
  overflow: hidden;
  min-height: 50px;
}
.firstpage-countdown-container .count {
  width: fit-content;
  float: left;
  line-height: 17px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-family: 'Exo', sans-serif;
}
.firstpage-countdown-container .count span {
    font-weight: 700;
    color: white;
    font-size: 22px;
}
.firstpage-countdown-container .count small {
  color: #9b9bcb;
  text-transform: capitalize;
}
.mobile-padding {
    position: static;
}
.firstpage-character {
    position: absolute;
    left: calc(54%);
    pointer-events: none;
    z-index: 2;
    top: 0;
    max-width: 500px;
}
.select-crate-container {
    max-width: 380px;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
    min-height: 400px;
    position: relative;
    background-color: #2a2a3c;
    border-radius: 0px 0px 6px 6px;
    border-top: 3px solid #00AEF3;
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3);
    padding-bottom: 100px;
    text-align: center;
}
.select-crate-container .crate-select-holder {
    position: absolute;
    width: 100%;
    top: 18px;
    height: 40px;
}
.select-crate-container .crate-select-holder .crate-select {
    width: calc((100% / 3) - 20px);
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    border-radius: 5px;
    background-color: #3d3d55;
    border: 2px solid #3d3d55;
    float: left;
    line-height: 40px;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
.select-crate-container .crate-select-holder .crate-select.active {
    border: 2px solid #00AEF3;
}
.select-crate-container .crate-select-holder .crate-select:hover {
    cursor: pointer;
}

.select-crate-container .crate-images {
    margin-top: 64px;
}

.select-crate-container .crate-images .image {
    display: none;
}
.select-crate-container.smallpack .crate-images .image.smallpack {
    display: block;
}
.select-crate-container.bigpack .crate-images .image.bigpack {
    display: block;
}
.select-crate-container.vippack .crate-images .image.vippack {
    display: block;
}
.select-crate-container .crate-subscribe {
    height: 60px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 10px;
    position: absolute;
}
.select-crate-container .crate-subscribe .crate-subscribe-button {
    width: 100%;
    height: 50px;
    border: none;
    background: linear-gradient(-180deg, #00AEF3 50%, #0090DB 100%);
    border-radius: 5px;
    line-height: 50px;
    font-family: 'Exo', sans-serif;
    color: white;
    font-weight: 700;
}
.select-crate-container .crate-sellpoints {
    height: auto;
    overflow: hidden;
    min-height: 20px;
    float: left;
}
.select-crate-container .crate-sellpoints .select-crate-sellpoint {
    width: calc(50% - 20px);
    float: left;
    margin-left: 10px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.16);
    margin-right: 10px;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #7d6c9d;
    margin-top: 10px;
    line-height: 35px;
    border-radius: 5px;
    display: none;
}
.select-crate-container.smallpack .crate-sellpoints .select-crate-sellpoint.smallpack {
    display: block;
}
.select-crate-container.bigpack .crate-sellpoints .select-crate-sellpoint.bigpack {
    display: block;
}
.select-crate-container.vippack .crate-sellpoints .select-crate-sellpoint.vippack {
    display: block;
}
.select-crate-container .crate-subscribe a {
    display: none;
}
.select-crate-container.smallpack .crate-subscribe a.smallpack {
    display: block;
}
.select-crate-container.bigpack .crate-subscribe a.bigpack {
    display: block;
}
.select-crate-container.vippack .crate-subscribe a.vippack {
    display: block;
}

.divider-holder .x-container {
    position: static !important;
}
.section-divider-2 {
    width: 100vw;
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: -3px;
    background-size: cover;
    background-position: bottom;
    height: 232px;
    background-image: url('/wp-content/themes/x-child/assets/page-divider-2.svg');
}

.page-panel.crate-example {
  height: 120px;
  padding: 12px;
}

.page-panel.crate-example .game-example {
  width: calc(16.8% - 24px);
  height: 96px;
  margin-right: 20px;
  border-radius: 6px;
  background-color: #E9E9E9;
  background-size: cover;
  background-position: center;
  float: left;
  display: flex;
  align-items: center;
}
.page-panel.crate-example .game-example img {
  width: 42%;
  margin-left: calc(50% - 21%);
}
.page-panel.crate-example .game-example.last {
  margin-right: 0px;
}
.page-panel.crate-example .game-example.pubg {
  background-image: url('/wp-content/themes/x-child/assets/pubg-example.jpg');
}
.page-panel.crate-example .game-divider {
  float: left;
  height: 97px;
  width: 1px;
  background-color: lightgray;
  margin-right: 20px;
}
.crate-sellpoint {
  height: 200px;
}
.crate-sellpoint {
  overflow: hidden;
}
.crate-sellpoint .hero {
  width: 100%;
  height: 90px;
  background-color: #eee;
  background-size: cover;
  background-position: center top;
}
.crate-sellpoint .hero.fun {
  background-image: url('/wp-content/themes/x-child/assets/fun-sellpoint-bg.jpg');
}
.crate-sellpoint .hero.safe {
  background-image: url('/wp-content/themes/x-child/assets/safe-sellpoint-bg.jpg');
}
.crate-sellpoint .hero.smart {
  background-image: url('/wp-content/themes/x-child/assets/smart-sellpoint-bg.jpg');
}


.phone-info {
    width: fit-content;
    margin-right: 10px;
    margin-top: 19px;
    float: left;
    display: none;
    margin-bottom: 23px;
}

.phone-info .info-box {
    margin-top: 4px;
    width: fit-content;
    padding-left: 10px;
    float: left;
    line-height: 17px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    color: #404056;
}
.phone-info .info-box .info-title {
    position: relative;
    float: left;
    width: 100%;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    color: #404056;
    font-size: 10px;
}
.phone-info .info-box img {
    border-radius: 3px;
    width: 15px;
    margin-top: -2px;
}
.order-hero-mobile {
    display: none;
}
.order-hero-desktop {
    width: 100%;
}
@media screen and (max-width: 1250px){
    .previous-games-crate-select-container {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
}
@media screen and (max-width: 1200px){
    .x-section.padding .x-container {
        margin-left: 15px !important;
        margin-right: 15px !important;
        width: calc(100% - 30px) !important;
    }
    .game-full-description {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    h2.product-title {
        margin-left: 10px;
    }
    .custom-upsells {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .product-holder {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .product_hero {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
}
@media screen and (max-width: 1180px) {
    #menu-item-2576 {
        display: none;
    }
    #menu-item-2573 {
        display: none;
    }
}

@media screen and (max-width: 1091px) {
    .article-hero {
        margin-top: 90px;
    }
    .custom-blog-post .page-panel.category-list {
        display: none;
    }
    .x-container.max.width.offset.custom-blog-post {
        margin-top: -178px !important;
    }
}


@media screen and (min-width: 991px) {

  .product-grid .product:hover .grid-price-holder {
    transition-duration: 0.2s;
    bottom: 40px !important;
  }
  .product-grid .product:hover .grid-price-holder .current_price {
    font-size: 15px;
    color: gray;
    transition-duration: 0.2s;
  }

  .product-grid .product:hover .platform-icon {
    opacity: 0.9;
    transition-duration: 0.2s;
  }
  .product-grid .product:hover .grid-add-to-cart {
    transition-duration: 0.2s;
    bottom: 8px !important;
  }
  .deal-section .product:hover .discount_holder {
    transition-duration: 0.2s;
    height: 60px;
    line-height: 91px;
    margin-top: -10px;
    font-size: 15px;
  }
  .deal-section .product:hover .grid-price-holder {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 991px) {
    .select-crate-container .crate-sellpoints .select-crate-sellpoint {
        width: calc(100% - 20px);
    }
    .woocommerce-thankyou-order-details li {
        font-size: 11px;
    }
    .woocommerce-thankyou-order-details li strong {
        float: right;
    }
    .order-complete-hero .overlay h1 {
        text-align: center;
        font-size: 26px;
        margin-bottom: 24px;
    }
    .order-complete-hero {
        height: auto;
        overflow: hidden;
        min-height: 20px;
    }
    .order-complete-hero .overlay {
        display: block;
        align-items: unset;
        height: auto;
        overflow: hidden;
        min-height: 100px;
    }
    .order-hero-desktop {
        display: none;
    }
    .order-hero-mobile {
        display: block;
    }
    .x-navbar-inner .x-container.max.width {
        width: 100% !important;
    }
    .blockUI.blockOverlay {
        min-height: 500px !important;
    }
    .woocommerce-MyAccount-content {
        margin-top: 17px;
    }
    .price-container {
        float: left;
        margin-bottom: 20px;
    }
    .product-images-wrapper {
        display: none;
    }
    .deal-section .product .platform-icon {
      opacity: 1 !important
    }
    .deal-section .product:hover .grid-price-holder {
      opacity: 1 !important;
    }
    .deal-section .product {
      min-height: 240px;
    }
    .deal-section .product h3 {
      font-size: 21px;
      bottom: 25px;
    }
    .deal-section .product-grid .product .grid-price-holder {
      bottom: 1px !important;
    }
    .deal-section .product .grid-add-to-cart {
      display: none;
    }
    .firstpage-slider.apex .coins {
      display: none;
    }
    .supreme-games-desktop {
      display: none;
    }
    .supreme-flipper {
      margin-top: -20px;
    }
    .supreme-image {
      width: 50%;
      max-width: 200px;
      position: absolute;
      left: -6px;
      top: 15px;
      transform: scale(0.8) !important;
    }
    .supreme-games-mobile {
      width: 75%;
      left: 12.5%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display: block;
    }
    .product-grid .product .grid-price-holder {
      bottom: 40px !important;
    }
    .grid-add-to-cart {
      bottom: 8px !important;
    }
    .grid-product-image {
      height: 90px;
    }
    .custom-footer {
      padding-bottom: 30px;
    }
    .woocommerce-result-count  {
      margin-top: 5px !important;
      width: calc(100% - 10px);
      margin-left: 5px;
      margin-bottom: 0px;
    }
    .woocommerce-ordering {
      margin-top: 10px !important;
      padding-left: 5px;
      margin-right: 5px;
      margin-bottom: 0px;
    }
    .custom-footer p.copyright {
      padding-left: 15px;
      padding-right: 15px;
    }
    .x-container.footer {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .payment-bar {
      height: auto !important;
      overflow: hidden;
      min-height: 20px;
      padding-bottom: 15px;
    }
    .payment-bar .x-container {
      text-align: center;
    }
    .payment-bar .x-container img {
      float: none !important;
      margin-right: 5px !important;
      margin-left: 5px !important;
      transform: scale(0.7) !important;
    }
    p.cart-empty {
      margin-top: 80px !important;
    }
    .wpmm_brand_logo_wrap img {
      margin-top: 18px;
      margin-left: 10px;
    }
    .member-zone-top-bar {
      z-index: 99999;
    }
    #post-374 {
      margin-top: -10px !important;
    }
    .woocommerce-billing-fields__field-wrapper.custom {
      height: auto;
      min-height: 20px;
      overflow: hidden;
      position: relative;
      padding-bottom: 100px;
      box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
      border: none;
    }
    .woocommerce-billing-fields__field-wrapper.custom .payment-options {
        position: absolute;
        bottom: 20px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        max-width: unset;
        left: 0;
    }
    .woocommerce-billing-fields__field-wrapper.custom p.form-row {
      width: 100% !important;
      position: relative !important;
    }
    .custom_submit_order {
      position: absolute;
      width: calc(100% - 20px) !important;
      bottom: 11px;
      height: 80px !important;
    }

    .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
      width: 100% !important;
    }
    .woocommerce .woocommerce-Message--info {
      width: calc(100% - 20px);
      margin-left: auto;
      margin-right: auto;
    }
    form.woocommerce-checkout {
      padding-left: 0px;
      padding-right: 0px;
    }
    .woocommerce-cart-form {
      width: 100%;
      padding: 10px;
    }
    .woocommerce-cart-form.original {
        min-height: 20px;
    }
    article.post-6 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
    article.post-7 {
        padding: 15px;
    }
    .cart-collaterals {
      height: auto !important;
      overflow: hidden;
      min-height: 20px;
      box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
      border: none;
      background: white;
      width: 100%;
    }
    .cart-collaterals .woocommerce-cart-form {
      padding: 0px !important;
    }
    .cart-collaterals h2 {
      font-family: 'Robot', sans-serif;
    }
    .x-container.max.width.offset {
        margin-top: 55px !important;
    }
    .price-container span {
      display: none;
    }
    .price-container h3 span {
      display: unset;
    }
    .price-container h4 span {
      display: unset;
    }

    .swiper-images {
      display: none;
    }
    .product-holder {
      padding-bottom: 20px;
      margin-top: 35px;
      border-radius: 6px;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 67px;

    }
    .product_hero {
      padding-left: 10px;
      padding-right: 10px;
      display: none;
      margin-top: 0px;
    }
    .product_hero h1 {
      font-family: 'Roboto', sans-serif;
      font-size: 34px;
      margin-top: 15px;
      display: block;
    }
    .entry-summary.custom {
      width: 100% !important;
      padding: 0px !important;
      margin-top: 0px !important;
      padding-top: 0px !important;
      border-radius: 6px;
    }
    .entry-summary.custom .game-image {
      width: calc(100% + 20px);
      margin-left: -10px;
    }
    .entry-summary.custom p {
      display: none;
    }
    .phone-title {
        font-family: 'Exo', sans-serif;
        font-weight: 800;
        margin-top: 27px;
        text-align: left;
        font-size: 30px;
        color: #404056;
        width: fit-content;
        max-width: calc(100% - 20px);
        float: left;
        margin-left: 10px;
        display: block;
        margin-bottom: -20px;
    }
    .phone-info {
        display: block;
    }
    .site {
      margin-top: 3px;
    }
    /* .wp-megamenu {
      position: relative !important;
      height: auto;
      min-height: 0px;
      overflow: hidden;
      background: linear-gradient(-5deg, rgb(255, 65, 108) 0%, rgb(255, 75, 43) 100%) !important;
      padding: 0px !important;
    }
    .wp-megamenu-wrap ul.wp-megamenu > li {
      width: calc(100% - 20px) !important;
      margin-left: 10px !important;
      float: left !important;
    } */

    .wp-megamenu-item-557 {
      display: none !important;
    }


    .wp-megamenu li.menu-item .dgwt-wcas-search-wrapp {
      width: 100%;
      margin: 0px;
    }

    .wp-megamenu li.menu-item .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
      width: 100%;
      max-width: 100% !important;
    }
    .wpmm-mobile-menu a.wpmm_mobile_menu_btn {
      box-shadow: none;
      border: none;
      padding: 0px 12px;
      font-weight: 400;
      margin-top: 12px;
      margin-right: 10px;
      background: transparent !important;
      border-radius: 3px;
      transition: 200ms !important;
      -webkit-transition: 400ms;
      padding-right: 0px;
    }
    .x-sidebar {
      display: none !important;
    }
    .x-breadcrumb-wrap {
      display: none !important;
    }
    .woocommerce-pagination {
      margin-top: 20px;
      float: unset;
      margin-left: auto;
      margin-right: auto;
    }
    .x-main .products {
      padding-left: 10px;
      padding-right: 10px;
    }
    .x-main .products .col-6 {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

    .x-main .products .col-6:nth-child(2n+1) {
      padding-right: 2px !important;
    }
    .x-main .products .col-6:nth-child(2n) {
      padding-left: 2px !important;
    }

    .member-zone-top-bar {
        width: 100%;
        left: 0;
    }
    .member-zone-top-bar .currency-holder {
        display: none;
    }
    .member-zone-top-bar .user-holder {
        margin-right: 10px;
    }
    .member-zone-mobile-menu {
        display: block;
        background-color: #212131;
        margin-top: 49px;
    }
    .mobile-menu-item {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
        background-color: #45455d;
        border-radius: 5px;
        margin-top: 10px;
        text-align: center;
        font-family: 'Exo', sans-serif;
        color: white;
        font-weight: 700;
        font-size: 12px;
    }
    .member-zone-top-bar .mobile-logo {
        display: block;
        width: 200px;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
    }
    .back-to-store {
        display: none;
    }
    .member-zone-content {
        width: 100%;
        margin-left: 0px;
        padding: 10px;
    }
    .member-zone-content .entry-content {
        margin-top: 0px;
    }
    .member-zone-menu {
        display: none;
    }
}
@media screen and (max-width: 944px) {
    #menu-item-619 {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .prev-games .game {
        height: 324px;
    }
}
@media screen and (max-width: 768px) {
    .previous-games-crate-select-container .content {
        width: 100%;
        float: left;
        text-align: center;
    }
    .previous-games-crate-select-container .countdown {
        width: 100%;
        float: left;
    }
    .previous-games-crate-select-container .countdown .firstpage-countdown-container {
        float: unset;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .previous-games-crate-select-container .countdown .firstpage-hero-button {
        float: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .prev-games .game {
        height: 274px;
    }
    .firstpage-character {
        display: none;
    }
    /* Robin kika här. Banner sektionen i firstpage hero */
    .e374-13.x-section {
        margin-top: 0px !important;
    }
    /* sluta titta */
}


@media screen and (max-width: 685px) {
    .page-panel.crate-example {
        height: auto;
        overflow: hidden;
        min-height: 20px;
    }
    .page-panel.crate-example .game-divider {
        display: none;
    }
    .page-panel.crate-example .game-example img {
        width: 70px;
        margin-left: calc(50% - 35px);
    }
    .page-panel.crate-example .game-example {
        width: calc(50% - 20px);
        height: 90px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .prev-games .game {
        height: 238px;
    }
    .firstpage-countdown-container {
        margin-left: auto !important;
        float: unset !important;
        margin-right: auto !important;
    }
    .hero-title h1 {
        font-size: 30px !important;
        text-align: center;
    }
    .firstpage-hero {
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    .firstpage-hero .x-line {
        display: none !important;
    }
    /* .hero-title {
        margin-top: -130px !important;
    } */
    .firstpage-hero-button {
        float: unset !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: calc(100% - 100px) !important;
    }
    .firstpage-sellpoint {
        margin-left: auto;
        margin-right: auto;
    }
    .x-main.left {
        margin-top: 44px;
    }
    .custom-top-bar .links {
        margin-right: 0px;
    }
    .custom-top-bar .links .account {
        padding-right: 16px;
    }
    .links .link {
      display: none;
    }
    .links .link.logged {
      display: block;
    }
    .custom-top-bar .payment-options {
        max-width: 157px;
    }
    .menu-item-2579, .menu-item-2578, .menu-item-2577, .menu-item-2575, .menu-item-2574, .menu-item-2572, .menu-item-2571 {
        display: none;
    }
    .menu-item-2597, .menu-item-2599 {
        display: block !important;
        position: absolute !important;
    }
    .menu-item-2597 {
        left: 0;
        width: 50px;
        height: 50px;
    }
    .menu-item-2599 {
        right: 0;
        width: 50px;
        height: 50px;
        text-align: right;
    }
    .mobile-menu-cart img {
        width: 27px;
        margin-right: -9px;
    }
    .mobile-menu-open {
        margin-left: -5px;
    }
    .mobile-menu-open img {
        width: 32px;
        margin-top: 19px;
    }
    .menu-item-2596 {
        width: 160px;
        position: absolute;
        left: calc(50% - 80px);
    }
    .navbar-logo {
        margin-top: 19px;
    }
}
@media screen and (max-width: 650px) {
    .page-panel.firstpage-banner1 {
        height: 260px;
    }
}
@media screen and (max-width: 570px) {
    .page-panel.firstpage-banner1 h2 {
        font-size: 22px;
    }
    .page-panel.firstpage-banner1 .banner-sellpoint-holder .banner-sellpoint {
        margin-right: 15px;
    }
    .page-panel.firstpage-banner1 {
        height: 220px;
    }
    .prev-games .game {
        height: 210px;
    }
}
@media screen and (max-width: 500px) {
    .prev-games .game {
        height: 190px;
    }
    .product-holder {
        max-width: unset;
        margin-top: 35px;
        width: 100%;
        margin-left: 0px;
    }
    .entry-summary.custom {
        border-radius: 0px;
    }

}
@media screen and (max-width: 470px) {
    .out_of_stock {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-top: -11px;
        border-radius: 6px;
        float: left;
        font-family: 'Exo', sans-serif;
        padding: 0px !important;
        height: 42px;
        line-height: 42px;
        font-weight: 700;
        font-size: 15px;
        box-shadow: none !important;
        text-shadow: none !important;
        border: none !important;
        background-color: #c7c7c7 !important;
        transition-duration: 0.2s;
    }
    .x-text-content {
        text-align: center;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }
    h2.product-title {
        margin-left: 15px;
        width: calc(100% - 30px);
        text-align: center;
    }
    .game-full-description p {
        text-align: center;
    }
    .custom-upsells {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .more-content {
        text-align: center !important;
        width: calc(100% - 30px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important;
    }
    .x-container.max.width.offset {
        width: 100% !important;
    }
    .x-container.max.width {
        width: calc(100% - 30px) !important;
    }
    .page-panel.firstpage-banner1 {
        overflow: hidden;
        height: 230px;
    }
    .page-panel.firstpage-banner1 img {
        width: 520px;
        max-width: unset;
    }
    .page-panel.firstpage-banner1 .banner-sellpoint-holder .banner-sellpoint {
        font-size: 10px;
    }
}
@media screen and (max-width: 440px) {
    .prev-games .game {
        height: 165px;
    }
}
