.NLP-store-item-v3 .NLP-store-item-v3-header > a {
    height: 248px;
    width: 248px;
    display: block;
}
.NLP-store-item-v3 img {
    width: 100%;
}
.NLP-store-item-v3-body--title {
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.NLP-store-item-v3-body {
    margin-top: 15px;
}
.NLP-store-item-v3-footer--brand {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 300;
}
.NLP-store-item-v3-footer--actions {
    margin-top: 10px;
}
.NLP-store-item-v3 {
    max-width: 230px;
}
.NLP-store-game-list-row{
    gap:25px;
}

/*product*/
.NLP-product-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.NLP-product-header-slideshow-container {
    width: 57%;
}
.NLP-product-price-container {
    width: 41%;
    position: relative;
    padding: 25px;
    padding-top: 0px;
}
.NLP-product--title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.product-reviews-summary {
    margin: 0 0 30px;
}
.price-box {
    letter-spacing: 0;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 13px;
    font-weight: 700;
    display: block;
}

.game-media.content-box {
    background: transparent;
    padding: 0;
    box-shadow: none !important;
    position: relative;
}
.mySlides {
    display: none;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.imgfrontgameslideshow {
    width: 100%;
    min-width: 200px;
    height:auto;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 46%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.rating-summary {
    margin-inline-end: 15px;
    margin-right: 7px;
    display: inline-block;
}
.reviews-actions {
    display: inline-block;
    max-width: 100%;
}
.reviews-actions .action, .reviews-actions .action:visited {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-weight: 700;
    font-size: 10px;
    color: #2563eb;
    display: inline-block;
    line-height: 20px;
    max-width: 100%;
    vertical-align: middle;
}
.reviews-actions .action, .reviews-actions .action:visited {
    text-transform: none;
    letter-spacing: .25px;
    font-weight: 400;
    font-size: 14px;
}
.rating-summary .label {
    clip: auto;
    height: auto;
    margin: 0;
    opacity: 1;
    overflow: visible;
    position: static;
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
}
.rating-result {
    display: inline-block;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 94px;
}

.rating-result:before {
    background-image: url(/uploads/store/star-empty.svg);
    background-position: 0;
    background-size: 15px;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 14px;
    background-size: 19px;
}
.rating-result>span:before {
    background-image: url(/uploads/store/star-hover.svg);
    background-position: 0;
    background-size: 15px;
    content: '';
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: 2;
    height: 14px;
    background-size: 19px;
}

.NLP-supported-platforms>span{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    font-size: 14px;
    margin-top: 5px;
}
.NLP-supported-platforms, .NLP-supported-engine-versions {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 12px;
    display: block;
}
.NLP-supported-engine-versions>span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.product-add-cart-container {
    background: var(--surface-color);
    display: flex;
}

.add-to-card--actions, .product-add-card--sub-section{
    flex: 1;
    padding: 20px 7px;
}

.add-to-card--actions {
    border-right: 1px solid var(--border-color);
    margin-right: 10px;
}
.add-to-card--actions .add-to-cart {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 100%;
    max-width: 12em;
    padding: 0px 5px;
    min-height: 45px;
    background-color: var(--main-color);
    color: #f5f5f5;
    font-size: 1em;
    line-height: 47px;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in;
    -o-transition: .3s all ease-in;
    transition: all .3s ease-in;
    border-radius: 5px;
}
.add-to-card--actions .add-to-cart:hover {
    color:#f5f5f5;
    opacity: 0.8;
}
.tabcontent ul {
    margin-left: 45px;
    margin-top: 10px;
    list-style: circle;
}
.on-sale {
    font-size: 14px;
    font-weight: 400;
    margin-top: -15px;
}
.on-sale>span {
    text-decoration: line-through;
    color: #999;
}

.NLP-product-body{
    margin-top: 50px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: var(--body-text-color);
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: var(--surface-color);
    color: var(--body-text-color);
    opacity: 0.9;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    border-bottom: 1px solid var(--main-color);
    color: var(--body-text-color);
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
  }

  .review-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--surface-color);
    background-clip: border-box;
    border-radius: 15px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.card-header {
    height: auto;
    font-size: 28px;
    font-family: 'Titillium Web';
    font-weight: 800;
    color: var(--body-text-color);
    display: inline-block;
    font-size: 25px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    position: relative;
    z-index: 1;
}
.review-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: 1s;
    background: linear-gradient(54deg, rgba(33, 31, 42, 24%) 45%, rgba(16, 108, 167, 8%) 100%);
    backdrop-filter: blur(16px) saturate(170%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 6%);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: left;
    z-index: 1;
}
.text-warning {
    color: #f0ad4e;
}
.card-body>div>div{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    flex: 1;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-footer {
    position: relative !important;
    bottom: 0;
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid var(--border-color);
}
.card-body .row{
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px; 
    justify-content: space-between;
}
.progress-container {
    align-content: flex-end;
    margin-bottom: 10px;
}
#review_content {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.st-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}
.st-custom-button {
    position: relative;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    margin-right: 7px;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    top: 0;
    cursor: pointer;
    -moz-transition: opacity .2s ease-in, top .2s ease-in;
    -ms-transition: opacity .2s ease-in, top .2s ease-in;
    -o-transition: opacity .2s ease-in, top .2s ease-in;
    -webkit-transition: opacity .2s ease-in, top .2s ease-in;
    transition: opacity .2s ease-in, top .2s ease-in;
}
.st-custom-button-group {
    display: flex;
    align-items: center;
    gap: 7px;
}

[data-network="facebook"] svg{
    fill: #1877f2;
}
[data-network="reddit"] svg{
    fill: #ff4500;
}
[data-network="twitter"] svg{
    fill: #55acee;
}
[data-network="whatsapp"] svg{
    fill: #25d366;
}
[data-network="pinterest"] svg{
    fill: #cb2027;
}
[data-network="email"] svg{
    fill: #7d7d7d;
}
[data-network="messenger"] svg{
    fill: #448aff;
}
[data-network="copy"] svg{
    fill: #14682b;
}
[data-network="sharethis"] svg{
    fill: #95d03a;
}


.st-custom-button:hover svg{fill: #fff;}

[data-network="facebook"]:hover{
    background-color: #1877f2;
}
[data-network="reddit"]:hover{
    background-color: #ff4500;
}
[data-network="twitter"]:hover{
    background-color: #55acee;
}
[data-network="whatsapp"]:hover{
    background-color: #25d366;
}
[data-network="pinterest"]:hover{
    background-color: #cb2027;
}
[data-network="email"]:hover{
    background-color: #7d7d7d;
}
[data-network="messenger"]:hover{
    background-color: #448aff;
}
[data-network="copy"]:hover{
    background-color: #14682b;
}
[data-network="sharethis"]:hover{
    background-color: #95d03a;
}
.subscription-type {
    margin-bottom: 8px;
    margin-inline-end: 8px;
    margin-inline-start: 0;
    margin-top: 0;
    border: 2px solid var(--border-color);
    border-radius: 80px;
    cursor: pointer;
    display: inline-block;
    min-width: 36px;
    text-align: center;
    transition: all .4s ease-in-out;
    padding: 6px 15px;
    min-height: 36px;
    background: var(--surface-color);
    color: var(--body-text-color);
}
.subscription-type:hover {
    background: var(--background-color);
    border-color: var(--main-color);
}
.subscription-type.active{
    background: var(--background-color);
    border-color: var(--secondary-color);
}
.subscription-type--container {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.plan-type--title {
    margin-top: -5px;
    font-weight: 700;
    color: var(--body-text-color);
}
.nlp-product-additional-info {
    margin-top: 10px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
}
.nlp-product-additional-info>div {
    color: var(--body-text-color);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    background: var(--surface-color);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 0px 7px;
    overflow: hidden;
}
.nlp-product-additional-info>div>i {
    color: var(--secondary-color);
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
    border-right: 2px solid var(--secondary-color);
    background: #aa6a0d;
    width: 45px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -8px;
}

@media (max-width: 1029px) {
    .NLP-product-header{
        flex-direction: column;
    }
    .NLP-product-header-slideshow-container{
        width:100%;
    }
    .NLP-product-price-container{
        width:100%;
    }
}