:root {
    --bs-gray-200: #f3f3f3;
}
body{
    background-color: #eeeeee;
}
*:focus-visible {
    outline: 0px !important;
    outline-offset: 0 !important;
}

.bg-light {
    background-color: #eeeeee !important;
}

.homePage section:nth-child(2n+1) {
    background-color: #eeeeee;
}

.social-media-links img {
    max-height: 13px;
    width: fit-content;
    filter: contrast(0.7);
}

.social-media-links a i.fs-5 {
    font-size: 14px !important;
    filter: contrast(0.7);
}

.topHeader * {

    font-size: 13px;
}

.stories-nav-prev,
.stories-nav-next {
    top: 50% !important;
    transform: unset !important;
}

.form-control {
    border-width: 2px;
    border-color: var(--bs-gray-300);
}

div#navbarOffcanvas {
    width: 100% !important;
}

.offcanvas-body {
    justify-content: start !important;
}

.menu>ul>li>a {
    min-height: 50px;
}

header .logo {
    max-height: 100px;
}

#profileNotLoggedIn a {
    background-color: var(--primaryColor);
    padding: 10px 20px;
    color: white;
    width: fit-content;
    display: block;
    border-radius: 25px;
    transition: all 0.3s ease;
}

#profileNotLoggedIn a:hover {
    color: white !important;
    filter: grayscale(1);
}

.bi-cart-fill {
    color: var(--secondaryColor);
}

.topHeader {
    background-color: white;
    padding: 3px 0px;
}

.menu a {

    font-weight: 400 !important;
    font-size: 15px !important;
    text-transform: uppercase;
}

.social-media-links a i {
    font-size: 16px !important;
}

.shorts {
    padding: 10px 0;
}

.shorts a {
    width: 100px;

}

.shorts img {
    max-width: 100%;
}

.shorts .desktop {
    align-items: stretch !important;
    gap: 10px !important;
}

.shorts a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.shorts img {
    margin: 0 !important
}

.shorts a:hover {
    filter: contrast(0.5);
}

.swiper-wrapper {
    padding-bottom: 0;
}

.story-avatar-container {
    width: 74px !important;
    height: 74px !important;
}

.story-avatar-container img {
    width: 70px;
    height: 70px;
}

#featuredCategories .nav-item > button.nav-link {
    display: flex;
    align-items: flex-start;
    --bs-primary: #fff;
}
@media (max-width: 992px) {
    #featuredCategories {
        overflow-y: hidden;
    }
    #featuredCategories .nav-item > button.nav-link {
        flex-direction: column;
        align-items: center;
        padding: 5px 8px;
        font-size: 0.8em;
        min-width: 70px;
    }
    #featuredCategories .nav-item > button.nav-link > img {
        margin-right: 0 !important;
        width: 21px;
        margin-bottom: 5px;
    }
    
    .store-products .img-wrapper {
        width: 72px;
        min-width: 72px;
    }
}
#featuredCategoriesContent .card-title {
    font-size: 15px;
    text-transform: uppercase;
    color: initial;
    font-weight: 600;
}

#featuredCategoriesContent .addBasketApp>.d-flex {
    flex-direction: column;
}
.store-products .img-wrapper {
    width: 100px;
    min-width: 100px;
}
.store-products .comments-wrapper > a {
    border-radius: var(--bs-border-radius);
    padding: .15rem .25rem;
    box-shadow: var(--bs-box-shadow-sm);
    display: inline-block !important;
}
.store-products .comments-wrapper span.stars > i + i {
    display: none;
}

#featuredCategoriesContent .counter * {
    padding: 3px;
}

#featuredCategoriesContent .card-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#featuredCategoriesContent .card-body .fw-bold {
    color: var(--primaryColor);
}

#featuredCategoriesContent .gamegoldproducts .productItem {
    border: 2px solid #eee;
    padding: 15px;
    border-radius: 10px;
}
.home-price-wrapper > div {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
}
.home-price-wrapper > div .text-decoration-line-through {
    margin-top: 3px;
}
p:last-child {
    margin-bottom: 0;
}
.counter input {
    font-weight: 500;
}

.img-container {
    border-radius: 10px;
}

.nav-link {
    font-weight: 600 !important;
    font-size: 15px;
    text-transform: uppercase;
    height: calc(100% + 3px);
    border-color: #efefef;
    border-width: 2px !important;
}

.nav-link:not(.active) {
    color: #000 !important;
}

.nav-link .active {
    border-color: #efefef;
}

.nav-tabs {
    border-width: 3px;
    border-color: #efefef;
}

.categoryCard2 {
    position: relative;

}

.categoryCard2 .item {
    transition: 0.5s;
    position: relative;
}

.categoryCard2 .char {
    transition: 0.5s;
    opacity: 0;
}

.categoryCard2 .icon {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100px;
    transition: 0.5s;
}

.categoryCard2:hover .item {
    box-shadow: 0px 34px 41px -22px rgb(0 0 0);
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0px);
}

.categoryCard2:hover .char {
    opacity: 1;
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.8));
    transform: translate3d(0%, -35px, 100px) scale(1.1);
}

.categoryCard2:hover .icon {
    bottom: 20px;
}

.bandItem img {
    width: 64px;
    height: 64px;
    padding: 13px;
    object-fit: contain;
    object-position: center;
    background-color: #eee;
    border-radius: 50%;
    margin-bottom: 10px;
}

.bandItem h5 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.bandItem {
    text-align: center;
}
footer{
        background-color: white;
}
footer *,
footer a {
    color: #222 !important;
}

footer a {
    font-size: 13px;

}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    line-height: normal;
}

hr {
    border-color: #979797;
    border-width: 1px;
    margin: 12px 0px;
}

nav .callButton {
    display: none !important;
}

section.contacts .container {
    position: relative;
}

section.contacts .container::after {
    content: '';
    height: 2px;
    background-color: #ddd;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

section.contacts a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
}

section.contacts .bi {
    width: 40px;
    height: 40px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 22px;
}



header .btn-outline-light {
    color: #000 !important;
    white-space: nowrap;
}

header>div>.container.d-flex {
    gap: 25px !important
}

#notifyApp i {
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    width: 33.75px;
    height: 33.75px;
    background-color: var(--bs-gray-200);
    color: initial !important;
}

.balance {
    color: var(--secondaryColor);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1 !important;
}

.balanceBarApp .btn {
    border-radius: 20px;
    background-color: var(--bs-gray-200);
    display: flex;
    align-items: center;
    font-weight: 600;

    padding: 5px 20px !important;
    font-size: 16px;
}

.profileMenu {
    background-color: var(--bs-gray-200);
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 36px;
    justify-content: center;
    /* font-weight: 600; */
}

.profileMenu .ms-2.text-truncate,
.profileMenu .d-none.d-lg-block.text-truncate.fw-semibold {
    color: #000;

}

.profileMenu .flex-grow-1.text-truncate {
    text-align: center;

}

.login-button-text {
    position: absolute;
    top: 103%;
    left: 51%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    font-weight: bold;
    font-size: 12px;
    color: var(--secondaryColor);
    background-color: var(--primaryColor);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
@media (max-width: 992px) {
    .login-button-text {left: auto;right: 0;transform: translateX(0);}
}
 
div#profileLoggedIn {
    background-color: transparent !important;
}

#featuredCategoriesContent .all-btn {
    top: -38px;
}

.shorts a {
    width: unset;
}

.shorts a img {
    max-width: 100%;
}

.navbar {
    min-height: 60px;
}
.productItem {
    background-color: white !important;
    border-radius: 7px;
    padding:7px;
}
@media (min-width: 992px) {
    .navbar .searchApp {
        display: none;
    }

    .profileMenu {
        width: 20ch !important;

    }

    .profileMenu a {
        /* width: 100%;
        padding: 0 7px; */
    }

    .profileMenu .rounded-circle img {
        width: 3.1ch !important;
        height: 3.1ch !important;
    }

    #notifyLoggedIn {
        width: unset !important;
        height: unset !important;
    }

    #notifyApp {
        width: unset;
        height: unset;
    }

    #notifyApp i {
        font-size: 20px;
        width: 46px;
        height: 46px;
    }

    .searchApp {
        max-width: 100%;
        min-width: 600px;
        z-index: 1021;

    }

    .searchApp .form-control:focus-visible {
        outline: 0px !important;
        outline-offset: 0 !important;
    }

    .searchApp .form-control {
        border-width: 2px;
        border-color: var(--bs-gray-200);
    }
}

@media (max-width: 992px) {
    footer section.contacts .container>div {
        border-radius: 7px !important;
        padding: 15px !important;
    }

    #profileNotLoggedIn a {
        padding: 5px 10px;
    }

    .balanceBarApp .btn {
        padding: 5px 10px !important;
        font-size: 12px;
        text-transform: uppercase;
    }

    header .searchApp {
        display: none;
    }

    .profileMenu {
        width: 3.8ch !important;
    }

    div#profileLoggedIn {
        padding: 0 0 0 0;
    }

    .mobile-tab-wrapper.open .all-btn {
        display: none;
    }

    #featuredCategoriesContent .all-btn {
        top: -120px;
    }



    #profileLoggedIn a span {
        display: none;
    }


    footer section.contacts .container::after {
        content: unset;
    }

    .topHeader {
        display: none;
    }

    header .logo {
        max-height: 45px;
    }
    .search-component > .bi.bi-search {font-size:25px;}
}

 
/* Custom row-cols classes for 7 and 8 columns */
@media (min-width: 992px) {
    .row-cols-lg-7>* {
        flex: 0 0 auto;
        width: 14.2857142857%;
    }

    .row-cols-lg-8>* {
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1620px;
    }
}

/* .stories-wrapper {
    margin: 0 auto;
}

.stories-swiper {
    padding: 0;
    overflow: visible;
    display: flex;
    justify-content: center;
}

.stories-swiper .swiper-wrapper {
    align-items: start;
    justify-content: center;
} */

.stories-swiper .swiper-slide {
    width: auto;
    flex-shrink: 0;
}

.story-item {
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease;
}


.story-avatar-container {
    width: 100px;
    height: 100px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-avatar {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    background: #fff;
}

.story-name {
    color: #262626;
    font-size: 12px;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

 
.story-item.viewed .story-avatar {
    border-color: #dbdbdb;
}

.stories-nav-prev,
.stories-nav-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: none;
}

.stories-nav-prev {
    left: 0;
}

.stories-nav-next {
    right: 0;
}

.stories-nav-prev::after {
    content: '‹';
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.stories-nav-next::after {
    content: '›';
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.main-title-wrapper {position: relative;}
.main-title-wrapper .img-wrapper img {min-height: 116px;object-fit: cover;}
.main-title-wrapper .img-wrapper + .title-wrapper {position: absolute;z-index: 1;top: 50%;left:15px; right:15px;transform: translateY(-50%);}
.main-title-wrapper .img-wrapper + .title-wrapper .title-item  {color: #fff;text-shadow: 0 0 2px rgba(0,0,0,0.5);}