/*@import url("font-generate.css");*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-optical-sizing: auto;
    text-rendering: geometricPrecision;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: -0.3px;
    font-size: 14px;
    background: #151a27 !important;
    color: #a4b0cb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif !important;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

:focus {
    outline: none !important;
    box-shadow: unset !important;
}

header {
    /* position: sticky;
              top: 0;
              z-index: 9991; */
}

.header-top {
    background-color: #0c0f16fc;
    color: #6c7175;
    line-height: 35px;
}

.header-main {
    height: 70px;
    position: relative;
    background: linear-gradient(to bottom, rgb(18 22 31), rgb(21 26 39 / 80%));
}

.header-top ul.header-links {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.header-top ul.header-links li {
    padding: 0 15px;
    margin-bottom: 0;
    border-right: 1px solid #1c2438;
    float: left;
    position: relative;
}

.header-top ul.header-links li a {
    color: #d4dffb;
}

.header-top ul.header-links li:nth-child(4) {
    background: #171a30;
}

.header-slick span a {
    color: #d4dffb !important;
}

.header-main .search-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top: 15px;
}

.header-main .search-bar .input-group-field {
    background-color: rgb(101 98 131 / 15%);
    border: 1px solid #ffffff1f;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.header-main .input-group-field {
    color: #6c7175;
    padding: 9px 15px 9px;
    width: calc(100% - 50px);
    border: none;
    line-height: 22px;
    border-radius: 3px 0 0 3px;
}

.header-main .icon-search {
    color: #2a5ee1;
    background: linear-gradient(to left, #49a0ff26, transparent);
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding-right: 15px !important;
    background-color: rgb(101 98 131 / 15%);
    border: 1px solid #ffffff1f;
    border-left: 0;
}

.header-main .icon-search {
    padding: 7px 14px 6px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    min-width: 46px;
}

.header-main .icon-search svg {
    width: 21px;
    height: 21px;
    color: #2a5ee1;
}

nav ul.nav-menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav ul.nav-menu-list li {
    float: left;
    /*position: relative;*/
    border-bottom: 2px solid transparent;
}

nav ul.nav-menu-list li a, nav ul.nav-menu-list li > span {
    text-transform: capitalize;
    line-height: 50px;
    color: white;
    padding: 0 15px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.AuthorPost .PostAuthor a {
    display: flex;
    padding-block: 3px;
    gap: 5px;
    align-items: center;
}

/*
nav ul.nav-menu-list li a, nav ul.nav-menu-list li span {
    text-transform: capitalize;
    line-height: 50px;
    color: white;
    padding: 0 15px;
    display: block;
    font-size: 14px;
}

 */
nav.menubar {
    height: 50px;
    background: linear-gradient(45deg, rgb(58 49 90 / 50%), #31315a, rgb(49 60 90 / 38%), rgb(49 61 90 / 70%));
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(4px);
}

svg {
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 0.2px;
    width: 20px;
    height: 20px;
}

.customer-links {
    margin-left: 20px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 19px;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.customer-links .user-caret-down {
    padding-left: 10px;
    color: white;
}

.customer-links .icon-user {
    display: -webkit-inline-flex;
    color: #ffffff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 8px;
}

.customer-links .icon-user svg {
    width: 28px;
    height: 26px;
    stroke-width: 10px;
}

.customer-links span {
    color: #ffffff;
}

.user-panel-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn.btn-message-page:hover {
    filter: drop-shadow(2px 2px 2px black) drop-shadow(2px 0px 13px #d7d7d770);
    color: #d7d7d770;
}

a.btn.btn-message-page svg {
    width: 26px;
    height: 26px;
}

.footer-top {
    background: #11151e;
    color: #ffffff;
    padding: 26px 0 21px;
}

.footer-top i {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.legal-box {
    border: 1px;
    border-style: solid;
	border-color: #313a53;
    background: #21243a;
    color: #afbee5;
    border-radius: 5px;
    padding: 16px;
    min-height: 170px;
}


/**
.legal-box:hover {
    opacity: 100%;
	border-color: #313a53;
    background: #202232;
    color: white;
}
**/
.footer-main {
    background: #0f121a;
    color: #e9efff;
}

.footer-main .footer_info {
    border-bottom: 1px solid #2c3344;
    text-align: center;
    padding: 34px 15px;
    font-size: 16px;
    color: #b3c8ff;
    font-weight: 700;
}

.footer-main .footer_info a, .footer-main .footer_info span {
    color: #b3c8ff !important;
}

.footer-main .footer-link {
    padding: 36px 0 46px;
}

.footer-main .footer-link h3 {
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
}

.footer-main .footer-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.footer-main .footer-link ul li a {
    color: #e7eeff;
    padding: 12px 0;
    line-height: 26px;
}

.footer-bottom {
    padding: 15px 0 15px;
    background: #020304;
    color: #7783a5;
}

.footer_info2 {
    border-top: 1px solid #393939;
    padding: 34px 15px;
    color: #fff1e8;
    font-weight: 700;
}

.PostBox {
    padding: 10px;
    display: block;
    height: calc(100% - 10px);
    margin: 5px 5px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    position: relative;
    transition: 0.1s linear;
    background: #1e2330 !important;
}

.PostBox:hover {
    cursor: pointer;
    transform: scale(1.03);
}

:not(.nonSearchResultComp) .PostBox .PostImage {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: rgb(30 30 31);
    padding: 0px;
    margin: -10px -10px 0;
    border: 1px solid #2d2d2f;
}

.PostBox:hover a.imageLink {
    filter: brightness(1.2);
}

.nonSearchResultComp .PostImage.CategoryImage {
    background: rgb(0 0 0);
    padding: 5px;
    border: none;
    margin: 0 0 10px;
}

.PostBox .PostImage img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.1s linear;
}

.PostBox .PostTitle {
    font-size: 14px;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    word-break: break-all;
}

.PostBox a {
    color: rgb(188 205 243);
}

.PostDescription {
    margin-top: 5px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 14px;
    word-break: break-all;
    height: 28px;
    color: #afafaf;
}

.PostBox .PostTitle {
    margin-top: 10px;
}

.PostBox .PostCategory {
    position: absolute;
    bottom: 5px;
    background: rgb(58 75 104 / 66%);
    padding: 5px 10px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
    line-height: 15px;
    border: 1px solid rgb(111 115 154);
    backdrop-filter: blur(4px);
    text-shadow: 1px 1px 0 #2e3038;
    border-radius: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.PostBox .PostCategory a {
    color: #f6f9ff;
}

.PostBox .PostPrice {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #cecece;
}

.PostBox:hover .PostPrice {
    color: #6da2ff;
}

.PostBox:hover .PostImage img {
    /*filter: contrast(0.8) brightness(1.3) saturate(0.8);*/
    /*transform: scale(1.05);*/
}

.ProductBox {
    margin: 10px 0;
}

.ProductBox .PostImage {
    position: relative;
    overflow: hidden;
}

.ProductBox .PostImage img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.1s linear;
}

.ProductBox .PostTitle a {
    font-size: 13px;
    color: #d6e2ff;
}

.ProductBox .PostTitle a:hover {
    color: #2a5ee1;
}

.ProductBox .PostTitle {
    margin-top: 10px;
}

.ProductBox .PostCategory {
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    padding: 5px 10px;
    border-top-right-radius: 5px;
    font-size: 13px;
}

.ProductBox .PostCategory img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 5px;
}

.ProductBox .PostCategory a {
    color: #2d2d2d;
}

.ProductBox .PostPrice {
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #e7b603;
}

.ProductBox .PostImage img:hover {
    filter: brightness(1.3);
}

.page-header {
    margin-top: 20px;
    color: #bec9e5;
    margin-bottom: 10px;
    position: relative;
}

.page-header h1.page-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #ffffff;
}

.page-header h2.page-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #ffffff;
}

.page-header h3.page-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #ffffff;
}

.page-header p {
    margin-bottom: 0;
}

.page-header .dahaFazlaBtn {
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 13px;
}

.ReklamAlani-Home {
    margin: 25px 0;
    position: relative;
}

.ReklamAlani-Home img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
}

input.searchFastCategory {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    background: #12192a;
    border: none;
    border-radius: 3px;
    padding: 0 15px;
    color: white;
}

input.searchFastCategory::placeholder {
    color: #586076;
}

.new-style-pagination a.page-link {
    border-radius: 100% !important;
    width: 30px;
    line-height: 28px;
    padding: 0;
    margin: 0 2px;
    color: #a4b2d5;
    border: 1px solid #2b354e;
    background-color: #2b354e;
}

.new-style-pagination .active a.page-link {
    background-color: #799efb;
    border-color: #799efb;
}

.ReklamAlani-Home span {
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 30px;
    text-shadow: 2px 2px 0 black, 0 0 30px black, 0 0 30px black, 0 0 30px black;
    top: calc(50% - 15px);
}

@media (min-width: 576px) {
    .modal-login-dialog {
        max-width: 576px;
        margin: 1.75rem auto;
    }
}

.modal-login-dialog label {
    margin: 0;
}

.modal-login-dialog .modal-content {
    border: none;
    padding-top: 30px;
}

.modal-login-dialog button.close {
    position: absolute;
    right: 15px;
    top: -14px;
    font-size: 35px;
}

.btn-social-group {
    width: 100%;
}

button.btn.btn-social-login {
    font-size: 25px;
    padding: 10px 0;
    color: white;
    width: 100%;
    border-radius: 3px;
}

button.btn.btn-social-login.facebook-btn {
    background: #3b5998;
}

button.btn.btn-social-login.google-btn {
    background: #ea4335;
}

button.btn.btn-social-login.facebook-btn {
    background: #3b5998;
}

button.btn.btn-social-login.twitter-btn {
    background: #00acee;
}

button.btn.btn-social-login.twitch-btn {
    background: #6441a5;
}

.row.social-login {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
}

span.socialLoginText {
    display: block;
    margin-bottom: 10px;
}

.modal-login-dialog .modal-body {
    padding: 20px 0;
    padding-bottom: 0;
}

.login-footer {
    background: #f3f3f3;
    margin-top: 10px;
    padding: 20px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 40px;
}

button.slick-prev.slick-arrow {
    position: absolute;
    left: -40px;
    z-index: 3;
    border: none;
    width: 40px;
    background: none;
    height: 40px;
    border-radius: 40px;
    top: calc(50% - 20px);
}

button.slick-next.slick-arrow {
    position: absolute;
    right: -40px;
    z-index: 3;
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: calc(50% - 20px);
}

button.slick-arrow svg {
    fill: rgb(153 182 201);
}

button.slick-arrow.slick-disabled svg {
    fill: gray !important;
}

.slick-slide img {
    display: initial !important;
}

.placeHolder {
    position: relative;
    display: inline-block;
}

a.placeHolder {
    display: block;
}

.placeHolder::after {
    content: " ";
    display: block;
    overflow: hidden;
    -webkit-animation: placeholderShimmer 2s linear;
    animation: placeholderShimmer 2s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #ffffff;
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.08)),
            color-stop(15%, rgba(0, 0, 0, 0.15)),
            color-stop(30%, rgba(0, 0, 0, 0.08))
    );
    background-image: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.08) 0,
            rgba(0, 0, 0, 0.15) 15%,
            rgba(0, 0, 0, 0.08) 30%
    );
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.08) 0,
            rgba(0, 0, 0, 0.15) 15%,
            rgba(0, 0, 0, 0.08) 30%
    );
    background-size: 1200px 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.eight.wide.column.modal-login-left {
    padding: 30px 50px;
}

.eight.wide.column.modal-login-right {
    background: rgb(24 30 44);
    border-top: 1px solid #2d364c;
    padding: 20px 50px;
    margin: -15px;
    margin-top: 0;
    color: #ccd6f1;
}

.sosyalGiris {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
}

.sosyalGiris span {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 13px;
}

.sosyalGiris ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sosyalGiris ul li {
    float: left;
    width: calc(20% - 14px);
    text-align: center;
    margin: 0 7px;
    cursor: pointer;
}

.sosyalGiris ul li a {
    color: inherit;
}

.sosyalGiris ul li .socialIcon {
    width: 100%;
    height: 50px;
    background: rgb(255 255 255);
    margin-bottom: 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socialIcon.facebook {
    background: #3b5998 !important;
    color: white;
}

.sosyalGiris ul li .socialIcon i {
    font-size: 23px;
}

.socialIcon.twitch {
    background: #6441a5 !important;
    color: white;
}

.socialIcon.steam {
    background: #333233 !important;
    color: white;
}

.swal2-popup {
    width: 560px !important;
    font-size: 13px !important;
}

.socialIcon img {
    height: 25px;
}

.login-special-container .field {
    text-align: left;
}

.login-special-container .ui.form label {
    text-align: left;
    color: #ccd6f1 !important;
}

.login-special-container .field {
    text-align: left;
}

.field.loginPassword {
    position: relative;
}

button.btn.btn-default.btn-sm.btn-hide-password {
    position: absolute;
    top: 23px;
    float: right;
    right: 3px;
    padding: 4px 10px;
}

.login-special-container .swal2-content {
    padding: 0 !important;
}

.searchBoxPanel {
    display: none;
    width: calc(100% + 30px);
    background: #1d2333;
    position: absolute;
    border: 1px solid #444f6c;
    left: -15px;
    top: 75px;
    z-index: 7;
    padding: 15px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px #151a27;
}

.searchTrend {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e5ecff;
    border-bottom: 1px solid #3b4560;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}

span.searchItem {
    margin-bottom: 5px;
    display: inline-block;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: rgb(208 220 255);
    padding: 7px 12px 5px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 2px;
    background: linear-gradient(45deg, rgb(56 44 80), rgb(56 45 102));
}

span.searchItem:hover {
    background: #223566;
}

.PostBox .CategoryImage img {
    height: 100px;
}

.searchBoxPanel.active {
    display: block !important;
}

.backgroundLeft {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 50;
    background-size: inherit !important;
    background-position: top center !important;
    /*border-right: 5px solid white;*/
}

.backgroundRight {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 50;
    background-size: inherit !important;
    background-position: top center !important;
    /*border-left: 5px solid white;*/
}

.special-message input.swal2-input {
    width: 60%;
    font-size: 13px;
    margin-bottom: 0;
}

.topImages {
    width: 100%;
    height: 100px;
    display: block;
    background: url(../../../i.hizliresim.com/iIXqcO.png) center center;
}

.topImagesBig {
    width: 100%;
    height: 400px;
    display: block;
    background: url(../../../i.hizliresim.com/EsoYy9.png) center center;
    z-index: 51;
    position: relative;
}

button.btn.btn-reklam.float-right {
    background: #ffffff;
    font-weight: bold;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    margin-top: 30px;
    box-shadow: 0 0 30px black;
}

.NavigationList ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.NavigationList li {
    float: left;
    padding-right: 20px;
}

.NavigationList li a {
    color: #cad9ff;
}

.NavigationList li a:hover {
    color: #a6bfff;
}

section.NavigationList {
    border-bottom: 1px solid #404b66;
    padding: 11px 0 9px;
    background: #1c2438;
    color: #f3f6ff;
}

.NavigationList li::after {
    content: ">";
    display: inline-block;
    position: relative;
    left: 10px;
    color: #5c6989;
}

.NavigationList li:last-child:after {
    display: none;
}

.customer-links img.userAvatar {
    padding: 1px;
    border-radius: 5px;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    filter: drop-shadow(0px 0 6px #171e2e);
    max-width: unset !important;
    margin-top: 0px;
}

b.comment-1 {
    color: #a91111;
    padding-left: 7px;
}

b.comment-2 {
    color: #a91111;
    padding-left: 7px;
}

b.comment-3 {
    color: #a91111;
    padding-left: 7px;
}

b.comment-4 {
    color: #f1b200;
    padding-left: 7px;
}

b.comment-5 {
    color: #f1b200;
    padding-left: 7px;
}

b.comment-6 {
    color: #f1b200;
    padding-left: 7px;
}

b.comment-7 {
    color: #f1b200;
    padding-left: 7px;
}

b.comment-8 {
    color: #36a911;
    padding-left: 7px;
}

b.comment-9 {
    color: #36a911;
    padding-left: 7px;
}

b.comment-10 {
    color: #36a911;
    padding-left: 7px;
}

.comment-bg-1 {
    background: #a91111;
}

.comment-bg-2 {
    background: #a91111;
}

.comment-bg-3 {
    background: #a91111;
}

.comment-bg-4 {
    background: #f1b200;
}

.comment-bg-5 {
    background: #f1b200;
}

.comment-bg-6 {
    background: #f1b200;
}

.comment-bg-7 {
    background: #f1b200;
}

.comment-bg-8 {
    background: #36a911;
}

.comment-bg-9 {
    background: #36a911;
}

.comment-bg-10 {
    background: #36a911;
}

nav ul.nav-menu-list li a i, nav ul.nav-menu-list li span i {
    margin-right: 5px;
}

.message-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1rem 2rem;
    margin: 0 0 20px 0;
    border-radius: 4px;
}

.message-alert-secondary {
    color: #c1c1e7;
    background: linear-gradient(45deg, #31315a, #4b4b7e);
    border-color: #f7f7fb;
    border: none !important;
}

.message-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 13px;
}

.message-alert .message-alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0;
}

.message-alert.message-alert-secondary .message-alert-icon i {
    color: #6767ab;
}

.message-alert .message-alert-icon i {
    font-size: 2.4rem;
}

.kt-font-brand {
    color: #5d78ff !important;
}

.customer-links .menu .item {
    border-bottom: 1px solid #f3f3f3 !important;
    padding: 0 !important;
}

.customer-links .menu .item:last-child {
    border-bottom: none !important;
}

.customer-links .menu .item {
    border-bottom: 1px solid #f3f3f3 !important;
    padding: 0 !important;
}

.customer-links .menu .item:last-child {
    border-bottom: none !important;
}

.no-padding {
    padding: 0 !important;
}

.customer-links .menu a {
    color: #dee8ff;
    font-size: 13px;
    display: block;
    padding: 0.78571429rem 1.14285714rem;
}

.customer-links .menu.transition.visible {
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.customer-links .menu .item i {
    margin-right: 10px;
    width: 20px;
    text-align: right;
}

.home-fast-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    height: 1200px;
}

.home-fast-links ul li a {
    color: #fff7f7;
    display: block;
    padding: 7px 5px;
    border-left: 2px solid #f6f8fa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    border: none;
}

.home-fast-links ul li a:hover {
    background: #242d44;
}

.home-fast-links ul li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}

.home-fast-links ul li {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.home-fast-links {
    border-radius: 5px;
    padding: 15px;
    position: sticky;
    top: 60px;
    background: #1d2333;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.home-fast-links ul li:last-child {
    border-bottom: none;
}

.home-fast-links ul::-webkit-scrollbar {
    width: 3px;
    border-radius: 6px;
}

.home-fast-links ul::-webkit-scrollbar-track {
    background: #151a27;
}

.home-fast-links ul::-webkit-scrollbar-thumb {
    background: #4b5f93;
    border-radius: 3px;
}

.home-fast-links ul::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

section.page-main {
    margin: 25px 0;
}

body.is-loading::after {
    display: block;
    position: fixed;
    width: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 5000;
    height: 100%;
    content: " ";
    top: 0;
    left: 0;
}

.socialIcon.twitter {
    background: #1da1f2 !important;
    color: white;
}

body.is-loading::before {
    content: " ";
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 5001;
    background: url(../img/spinner.png) no-repeat center center black;
    border-radius: 5px;
}

.forget-special-container div#swal2-content {
    padding: 20px;
    text-align: left;
}

.swal2-validation-message {
    background: #660f0f !important;
    color: #ffa8a8 !important;
}

.ui.full-width {
    width: 100%;
}

.MiniSearchDiv {
    background: rgb(38 47 70);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-right: 15px;
    border-radius: 4px;
}

.MiniSearchDiv a {
    color: rgb(150 167 213);
    display: block;
}

.MiniSearchDiv img {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: 4px;
    margin-right: 10px;
    object-fit: cover;
}

.MiniSearchDiv:hover {
    background: rgb(46 58 90);
}

.MiniSearchDiv:hover a {
    color: rgb(160 179 231);
}

.hiddenElement {
    display: none;
}

.form-group {
    position: relative;
}

.LoginButton {
    cursor: pointer;
}

button.swal2-styled {
    height: 40px;
}

.popup-reklam-dialog {
    max-width: calc(650px + 2rem) !important;
}

.popup-reklam-dialog .modal-header {
    border-bottom: none;
}

.popup-reklam-dialog .modal-body {
    padding-top: 0;
}

.slick-track {
    min-width: 100% !important;
}

nav ul.nav-menu-list li:hover, nav ul.nav-menu-list li.active {
    background: rgb(112 109 173 / 25%);
    border: none;
    /*height: 51px;*/
}

.PostBox.CategoryBox img {
    height: 110px !important;
}

.ui.raised.card {
    box-shadow: none;
}

.topMessageBar.Mail {
    background: linear-gradient(to left, #f2cf9b, #c1834e);
}

.topMessageBar.ControlPanel {
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: 0 5px 5px 0 rgba(85, 85, 85, 0.06);
    padding: 20px 15px;
    color: white !important;
}

.topMessageBar.Mail {
    height: 70px;
    padding: 15px 0;
    color: white;
}

.topMessageBar.ControlPanel img {
    margin-right: 25px;
}

.topMessageBar img {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

img.sweetIconImage {
    width: 90px;
    margin-bottom: -10px;
    margin-top: 5px;
}

.sozlesmeListesi ul li {
    overflow: hidden; /* taşanları gizle */
    white-space: nowrap; /* alt satıra hiç inme */
    text-overflow: ellipsis; /* eğer uzunsa üç nokta koy */
}

a.btn.btn-message-page {
    line-height: 40px;
    padding: 0;
    border: none;
    width: 50px;
    font-size: 19px;
    color: #9fbbff;
    text-shadow: 0px 0px 8px #14203c;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-right: 1px solid #21293e;*/
    height: 60%;
    border-radius: 0;
    filter: drop-shadow(2px 2px 2px black);
}

a.btn.btn-message-page .floating.ui.red.label {
    padding: 3.5px;
    top: 5px;
    font-weight: normal;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: unset;
    right: 7px;
    font-size: 11px;
    text-shadow: 1px 1px 0 black !important;
}

.animateMessage {
    font-size: 150px;
    color: #ee0000;
    animation: beat 0.3s infinite alternate;
    transform-origin: center;
}

/* Heart beat animation */
@keyframes beat {
    to {
        transform: scale(1.2);
    }
}

#toastArea .toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 230px;
    z-index: 5;
}

#toastArea .toast img {
    width: 35px;
    border-radius: 50% !important;
    height: 35px;
}

img.IP_Banner {
    border-radius: 5px;
    height: 140px;
    width: 100%;
    object-fit: cover;
}

span.iletisimBox {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    color: rgb(255 255 255 / 87%) !important;
    transition: 0.2s linear;
}

img.section-pattern-donut {
    position: absolute;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: auto;
    opacity: 0.3;
    z-index: -1;
    top: 0;
}

img.section-pattern-donut-2 {
    position: absolute;
    left: -100px;
    object-fit: cover;
    height: auto;
    opacity: 0.9;
    z-index: -1;
    top: 0;
    transform: rotate(300deg);
}

img.section-pattern-donut-3 {
    position: absolute;
    right: -340px;
    object-fit: cover;
    height: auto;
    opacity: 0.5;
    z-index: -1;
    top: 350px;
    transform: scale(1.2) rotate(45deg);
}

.header-top ul.header-links li .floating.ui.label {
    padding: 3px 4px;
    font-weight: normal;
    font-size: 13px;
    bottom: 0;
    right: 0;
    text-align: center;
    left: unset;
    top: unset;
}

.mobileNavMenu {
    display: none;
}

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

img {
    max-width: 100%;
}

.table-middle td {
    vertical-align: middle !important;
}

.ui.dimmer {
    text-align: unset !important;
}

img.HeaderMagazaBanner {
    margin-bottom: 20px;
    border-radius: 4px;
}

div#ETBIS {
    float: right;
    position: absolute;
    left: 0;
    top: -120px;
    background: #020304;
    padding: 15px;
    border-radius: 5px;
}

.chatMessageList li.isDeletedMessage span {
    transform: skewX(-5deg);
}

@media (min-width: 1360px) {
    .col-lg-10 {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-lg-30 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .col-lg-40 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .col-lg-60 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-60 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-lg-70 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-lg-80 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .col-lg-90 {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .search-bar {
        margin-inline: 60px;
    }
}

.PostCategoryText {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #47516a;
    display: block;
    line-height: 13px;
}

.PostCategoryText a {
    color: #637195;
    max-width: 50%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-main .search-bar .input-group-field::placeholder {
    color: #495164;
}

a.float-right.nonSearchResultComp {
    color: #6891ff;
}

.PostBox:hover a.imageLink {
    filter: brightness(1.2);
}

.PostBox:hover .PostTitle a {
    color: rgb(132 165 255);
}

.swal2-popup {
    background: #1d2333 !important;
    border-top: 3px solid #088dcd !important;
    box-shadow: 0 10px 20px #0a0d14, 0 10px 160px #0a0d14 !important;
}

.sosyalGiris span {
    color: #ccd6f1;
}

.modal-login-left .ui.divider {
    color: #ccd6f1;
}

.modal-login-left input {
    background: #293249 !important;
    color: #ffffff !important;
    border-color: #3e4658 !important;
    box-shadow: 0 0 20px #13192b !important;
}

button.loginSubmitBtn {
    background: linear-gradient(45deg, #415178, #566b9d) !important;
    border: 1px solid #6176a9 !important;
}

.modal-login-right a.ui.fluid.button.violet {
    margin-top: 5px;
    background: linear-gradient(45deg, #4d4178, #8b61ad) !important;
    border: 1px solid #755895 !important;
}

.mainSliderArea img:hover {
    filter: brightness(1.2);
}

.mainSliderArea img {
    transition: 0.2s linear;
}

.swal2-title {
    color: #f4f7ff !important;
}

.swal2-content {
    color: #a5b0cf !important;
}

.ui.dropdown .menu {
    background: #1c2438 !important;
    border: 1px solid #313d5a !important;
    box-shadow: 0 10px 20px #161c2a !important;
}

.ui.dropdown .menu .item {
    border-color: #232c42 !important;
}

.ui.dropdown .menu > .item:hover {
    background: rgb(22 30 50);
}

.ui.comments .comment .author {
    color: rgb(235 241 255) !important;
}

.ui.comments .comment .metadata {
    color: rgb(79 90 118) !important;
}

.ui.comments .comment .text {
    color: rgb(139 151 181) !important;
}

.ui.comments .comment .actions a {
    color: rgb(125 135 161) !important;
}

.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="file"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"] {
    background: #2a3147 !important;
    color: #ffffff !important;
    border-color: transparent !important;
    min-height: 35px;
    box-shadow: none !important;
}

.ui.selection.dropdown, .ui.form textarea {
    background: #2a3147 !important;
    color: #ffffff !important;
    min-height: 35px;
    box-shadow: none !important;
    border-color: #333b53 !important;
}

.ui.dropdown .menu > .item {
    color: white !important;
}

.ui.icon.input > i.icon {
    color: white;
}

.ui.form .field > label {
    color: rgb(242 245 255) !important;
    font-weight: 500 !important;
}

.ui.checkbox label,
.ui.checkbox + label {
    color: rgb(216 219 230) !important;
}

.ui.list .list > .item .description,
.ui.list > .item .description {
    color: rgb(200 208 227) !important;
}

.ui.list .list > .item .header,
.ui.list > .item .header {
    color: rgb(255 255 255 / 87%) !important;
}

.ui.list .list > a.item i.icon,
.ui.list > a.item i.icon {
    color: rgb(255 255 255 / 65%) !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: #f4f7ff;
}

.footer-main .footer-link ul li a:hover {
    color: #a0b9f5;
}

a.nav-link:hover {
    color: rgb(139 143 205);
}

.page-item.disabled .page-link {
    color: #7d87a3;
    background-color: #0f121a;
    border-color: #0f121a;
}

span.old-price {
    font-weight: normal;
    color: rgb(88 103 141);
    text-decoration: line-through;
    font-size: 13px;
    padding-left: 7px;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    border: 1px solid #3f4a66 !important;
    background: #141926 !important;
}

.ui.raised.card.full-width {
    background: #1d2333;
    border: 1px solid rgba(255, 255, 255, 0.04);
}

.ui.card > .content > .description,
.ui.cards > .card > .content > .description {
    clear: both;
    color: #a4b0cb;
}

input.form-control {
    background: #2a3147 !important;
    color: #ffffff !important;
    border-color: transparent;
    min-height: 45px;
}

.ql-toolbar.ql-snow {
    border: 1px solid #3e4658 !important;
    border-radius: 0.28571429rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ql-snow .ql-stroke {
    stroke: #ffffff !important;
}

section.navigationBar {
    border-bottom: 1px solid rgb(139 156 197 / 20%);
    padding: 11px 0 9px;
    background: rgb(52 47 86 / 40%);
    color: #f3f6ff;
    position: relative;
    display: block;
}

section.navigationBar ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.navigationBar ol li {
    padding: 0 10px;
    display: inline-block;
}

.btn {
    transition: 0.1s linear;
}

.btn:hover {
    filter: brightness(1.15);
}

.btn.btn-default {
    color: rgb(187 197 223);
    background: rgb(43 53 78);
}

.ui.table th {
    background: rgb(52 63 90) !important;
    color: rgb(219 228 249) !important;
    border-color: rgb(87 101 137) !important;
}

.ui.table tr td {
    background: rgb(36 45 68) !important;
    color: rgb(147 162 199) !important;
    border-color: rgb(46 55 78) !important;
}

.ui.table {
    border-color: rgb(60 75 112) !important;
}

.ui.info.message {
    background-color: rgb(49 54 96) !important;
    color: rgb(135 143 207) !important;
    -webkit-box-shadow: 0 0 0 1px #4c5495 inset, 0 0 0 0 transparent !important;
    box-shadow: 0 0 0 1px #4c5495 inset, 0 0 0 0 transparent !important;
}

.ui.info.message .header {
    color: rgb(192 198 253) !important;
}

.modal-content {
    background: rgb(29 35 51) !important;
    border-top: 3px solid rgb(8 141 205) !important;
    box-shadow: 0 10px 20px #0a0d14, 0 10px 160px #0a0d14 !important;
}

.modal-header {
    border-color: rgb(57 66 90) !important;
}

select.form-control {
    background: rgb(41 50 73) !important;
    color: rgb(255 255 255) !important;
    border-color: rgb(62 70 88) !important;
    box-shadow: 0 0 20px #13192b !important;
}

.PostBox.AuthorPost {
    padding-bottom: 45px;
    position: relative;
}

.AuthorPost .PostAuthor {
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
    margin: 10px -10px 0;
    padding: 7px 10px;
    position: absolute;
    width: calc(100% - 0px);
    bottom: 0;
    background: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.AuthorPost .PostAuthor img {
    width: 25px;
    height: 25px;
    border-radius: 10px;
    margin-right: 5px;
}

.ui.message {
    background: rgb(53 62 86);
    color: rgb(177 189 221);
}

input.commentReplyInput {
    background: rgb(41 50 73) !important;
    color: rgb(255 255 255) !important;
    border-color: rgb(62 70 88) !important;
    box-shadow: 0 0 20px #13192b !important;
}

.card {
    background: rgb(29 35 51);
    border: 1px solid rgb(255 255 255 / 4%);
}

.odd-section {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgb(33 40 58);
    background: rgb(19 23 34);
    padding-bottom: 40px;
    margin-top: 40px;
}

.odi-section {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid rgb(33 40 58);
    padding-bottom: 40px;
}

.AutoDelivery {
    position: absolute;
    bottom: 1px;
    right: 0;
    width: 25px;
    line-height: 25px;
    background: rgb(98 132 213 / 37%);
    text-align: center;
    color: rgb(255 255 255);
    border-top: 1px solid rgb(59 68 92);
    border-left: 1px solid rgb(59 68 92);
    backdrop-filter: blur(3px);
    text-shadow: 1px 1px 0 #151a27;
    border-top-left-radius: 4px;
}

.PinnedPost {
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    line-height: 25px;
    text-align: center;
    backdrop-filter: blur(3px);
    background: #fe3d3dc7;
    font-size: 12px;
    z-index: 2;
    color: #ffffff;
    border-radius: 3px;
}

.PinnedPost::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 5px;
    transform: rotate(90deg);
    background: linear-gradient(to left, transparent, #c93030);
    left: calc(-50% + 2px);
    top: 105px;
    backdrop-filter: blur(3px);
}

.PinnedPost::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    transform: rotate(90deg);
    background: linear-gradient(to left, transparent, #c93030);
    right: calc(-50% + 2px);
    top: 79px;
}

pre.panel {
    background: rgb(38 45 62);
    color: rgb(255 255 255);
    padding: 15px;
    font-size: 11px;
}

.ui.selection.dropdown .ui.label {
    background: rgb(93 93 135);
    color: rgb(232 232 255);
    font-weight: normal;
}

.FeaturedPost {
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0px;
    line-height: 25px;
    text-align: center;
    backdrop-filter: blur(3px);
    background: #3d68feb5;
    font-size: 12px;
    z-index: 2;
    color: #ffffff;
    border-radius: 3px;
}

.FeaturedPost::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 5px;
    transform: rotate(90deg);
    background: linear-gradient(to left, transparent, #3d68feb5);
    left: calc(-50% + 2px);
    top: 105px;
    backdrop-filter: blur(3px);
}

.FeaturedPost::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    transform: rotate(90deg);
    background: linear-gradient(to left, transparent, #3d68feb5);
    right: calc(-50% + 2px);
    top: 79px;
}

textarea.form-control {
    background: rgb(41 50 73) !important;
    color: rgb(255 255 255) !important;
    border-color: rgb(62 70 88) !important;
    box-shadow: 0 0 20px #13192b !important;
}

.footer-link {
    padding: 36px 0 80px !important;
}

#ETBIS {
    transform: translate(-50%) !important;
    left: 50% !important;
    top: -150px !important;
}

/* .menubar > .container {
  padding-top: 10px;
} */
.ProductArea {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.ProductBox {
    width: calc(20% - 10px);
    display: inline-flex;
    margin: 5px;
    background: rgb(0 0 0);
    padding: 10px;
    border-radius: 4px;
    position: relative;
    transition: 0.2s linear;
    border: 1px solid rgb(0 0 0 / 0%);
    flex-direction: column;
    justify-content: space-between;
}

.ProductBox img {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ProductBox span.productName {
    display: block;
    margin-top: 0;
    color: rgb(167 183 223);
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    padding: 0 10px;
    position: relative;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ProductBox span.productPrice {
    color: rgb(255 255 255);
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
    height: 52px;
}

.ProductBox:hover {
    filter: brightness(1.3);
    transition: 0.2s linear;
    border-color: rgb(31 38 56);
}

.ProductInner {
    background: linear-gradient(to bottom, rgb(16 23 40) 85%, rgb(0 0 0));
    padding-bottom: 10px;
    position: relative;
}

span.CategoryName {
    padding: 0 10px;
    color: rgb(228 183 3);
    font-size: 13px;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ProductStars {
    display: block;
    text-align: center;
    padding-top: 5px;
}

.StarsInner {
    display: inline-block;
}

.StarsInner span.fa.checked {
    color: rgb(255 200 0);
}

.StarsInner span.fa {
    font-size: 11px;
    width: 10px;
    color: rgb(88 94 108);
}

.StarsRating {
    display: inline-block;
    font-size: 11px;
    color: rgb(131 142 167);
    padding-left: 5px;
}

.ProductFooter {
    width: 100%;
}

.ProductInner.DiscountProduct {
    padding-bottom: 10px;
}

span.oldPrice {
    display: block;
    line-height: 17px;
    font-size: 15px;
    color: rgb(88 105 149);
    text-decoration: line-through;
}

span.DiscountBadge {
    color: rgb(255 255 255);
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 500px;
    font-size: 11px;
    padding: 0 6px;
    line-height: 19px;
    background: linear-gradient(45deg, rgb(255 0 0), rgb(191 55 55));
    filter: drop-shadow(0px 2px 1px black);
    padding-top: 12px;
    padding-bottom: 10px;
}

span.DiscountBadge span.DisocuntRate {
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 13px;
}

.no-margin {
    margin: 0 !important;
}

.tablet-info-bar {
    display: none;
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .btn-message-page {
        display: none;
    }

    .headerLogo {
        margin-top: 20px;
    }

    .slick-next {
        right: -20px !important;
    }

    .slick-prev {
        left: -20px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .logoWrap {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

    .header-links {
        width: 100%;
    }

    .header-links > li > a {
        font-size: 21px !important;
    }

    .page-title {
        text-align: left;
    }

    .dahaFazlaBtn {
        position: unset !important;
        width: 100%;
        background: none !important;
    }

    ul.nav-menu-list > li > a {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1336px) {
    .col-105 {
        -ms-flex: 0 0 14.28% !important;
        flex: 0 0 14.28% !important;
        max-width: 14.28% !important;
    }
}

@media only screen and (min-width: 1024px) {
    .header-top ul.header-links li {
        border-right: none;
    }
}

.sticky-panel {
    border-radius: 5px;
    position: sticky;
    /*padding: 0px !important;*/
    top: 60px;
    height: 100% !important;
    overflow: auto;
    display: block;
}

.grecaptcha-badge {
    opacity: 0;
}

.PostBox .PostImage,
.PostBox .PostTitle,
.PostBox .PostDescription,
.PostBox .PostPrice,
.PostBox .post-button-groups {
    z-index: 1;
    position: relative;
}

.nonSearchResultComp .CategoryBox img {
    height: 116px !important;
}

.dropdown-menu {
    position: absolute !important;
    transform: unset !important;
    top: unset !important;
    left: unset !important;
    will-change: unset !important;
}

.t-item {
    border-color: #232c42 !important;
    padding: 0px !important;
    border: 1pt solid !important;
    /*width: 140px;*/
}

.t-item > a {
    color: #dee8ff;
    font-size: 13px;
    display: block;
    padding: 0.78571429rem 1.14285714rem;
    font-size: 1rem !important;
    line-height: 36px !important;
}

button.swal2-cancel.swal2-styled {
    background: rgb(79 91 120);
}

button.swal2-styled {
    font-family: "Inter", sans-serif !important;
}

.swal2-close:hover {
    color: rgb(116 185 225) !important;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
    background: rgb(37 45 64) !important;
    border: 1px solid rgb(52 60 84) !important;
}

.ui.checkbox .box:active::before,
.ui.checkbox label:active::before {
    background: rgb(56 68 98) !important;
    border-color: rgb(89 101 135) !important;
}

.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
    color: rgb(32 154 213) !important;
}

button.swal2-styled:hover {
    filter: brightness(1.2);
}

.btn-primary {
    background: linear-gradient(45deg, rgb(67 125 187), rgb(62 125 191));
    border: none;
    font-family: "Inter", sans-serif !important;
}

.item.guncelBakiyeItem:after {
    content: "BAKİYENİZ";
    position: absolute;
    left: 0;
    font-size: 10px;
    top: -15px;
    width: 100%;
    color: rgb(172 131 217);
}

.customer-links span {
    color: rgb(255 255 255);
    font-size: 15px;
}

.item.guncelBakiyeItem {
    width: 100%;
    text-align: center !important;
    line-height: 40px !important;
    font-size: 15px !important;
    margin-top: 15px;
    background: linear-gradient(1deg, rgb(60 47 98), rgb(0 0 0 / 0%)) !important;
}

.ui.radio.checkbox input:checked ~ .box:after,
.ui.radio.checkbox input:checked ~ label:after {
    background-color: rgb(32 154 213) !important;
}

.is-visible-mobile {
    display: none !important;
}

.ui.table {
    background: rgb(36 45 68);
}

.ui.floating.label {
    z-index: 5;
}

.ui.button {
    font-weight: normal !important;
}

.boost-container .swal2-popup {
    width: 70% !important;
    max-width: 900px;
}

.dropzone .dz-preview .dz-image {
    z-index: 4 !important;
}

.header-top ul.header-links li:hover {
    background: rgb(32 36 48);
    color: rgb(255 255 255);
}

.message {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: white !important;
    background: #293249 !important;
}

.message .header {
    color: white !important;
}

.visible-only-mobile {
    display: none !important;
}

.visible-not-pc {
    display: none !important;
}

.side-menu-search {
    background: linear-gradient(rgb(41 49 70), rgb(26 37 64));
    border-radius: 5px;
    margin-bottom: 10px;
}

#searchModal {
    display: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

#searchModal.active {
    display: flex !important;
}

.side-menu-search {
    display: none !important;
}

.item.guvenilirItem {
    background: linear-gradient(
            45deg, rgb(97 63 110), rgb(0 0 0 / 0%));
}

.item.guvenilirItem a {
    color: rgb(237 218 255);
    padding-block: 15px !important;
}

.item.guvenilirItem:hover {
    background: linear-gradient(
            45deg, rgb(138 85 159), rgb(0 0 0 / 0%)) !important;
}

.ui.card, .ui.cards > .card {
    background: rgb(29 35 51);
    border: 1px solid rgb(255 255 255 / 4%);
}

.ui.card > .content > .header, .ui.cards > .card > .content > .header {
    color: rgb(230 237 255);
}

.footer-col-right i {
    width: 20px;
    text-align: left;
}

span.iletisimBox small {
    position: relative;
    display: block;
    margin-bottom: -10px;
    top: -5px;
    left: 24px;
    color: rgb(159 203 173);
}

.reportModalClass .modal-content {
    padding: 20px 30px;
}

.reportModalClass .rm-times {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    color: rgb(255 255 255);
}

.rm.form-check {
    margin-bottom: 10px;
}

.rm .form-check-label {
    margin-left: 5px;
}

header .PostBox.CategoryBox {
    padding: 0;
    background: none;
    margin: 0;
    border: none;
}

.expressConsentModalClass div#swal2-content {
    padding: 15px;
    background: #181c28;
    text-align: left;
    border-radius: 5px;
}

nav ul.nav-menu-list li.campaign {
    background: linear-gradient(45deg, #424178, #56589d);
    border-top: 2px solid #b39aff;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
}

.g_id_signin {
    display: none;
}

ul.footerSocialLinks {
    margin: -3px !important;
}

ul.footerSocialLinks li {
    display: inline-block;
    margin: 3px;
}

ul.footerSocialLinks li a {
    width: 40px;
    line-height: 40px !important;
    background: #252c3e;
    display: inline-block;
    text-align: center;
    padding-block: 0 !important;
    border-radius: 4px;
}

ul.footerSocialLinks li a i {
    width: unset !important;
    text-align: unset;
}

ul.footerSocialLinks li a:hover {
    background: #42527a;
    color: white !important;
}

.dropdown-big-menu-with-image .dropdown-item img {
    width: 100%;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #2a3346;
}

.dropdown-menu.dropdown-big-menu-with-image.show {
    min-width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    top: 47px !important;
    max-width: 100%;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px !important;
    position: absolute !important;
    left: 0 !important;
    border: none;
    background: linear-gradient(to bottom, #1f293e, #1e2534);
    filter: drop-shadow(0 24px 16px #121722);
}

.dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item {
    width: calc(10%);
    padding: 10px !important;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 4px;
}

.dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item:hover {
    background-color: #273044 !important;
}

.dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 35px;
    text-align: center;
}

.footer-link-area {
    margin-top: 50px;
}

.footer-link-area a {
    display: inline-block;
    padding: 5px;
    color: #7884a5;
    padding-inline: 10px;
    text-transform: capitalize;
}

.footer-link-area a:hover {
    background: #141822;
    border-radius: 3px;
    color: #718bd1;
}

/** Footer link area mobil display none **/
@media only screen and (max-width: 768px) {
    .footer-link-area {
        display: none;
    }
}


.dropdown-menu.dropdown-big-menu-with-image.show a.dropdown-item:hover span {
    color: #aec8ff;
}

.same-heading-title h1, .same-heading-title h2, .same-heading-title h3, .same-heading-title h4, .same-heading-title h5, .same-heading-title h6 {
    font-size: 18px !important;
    text-transform: capitalize;
}

.header-main .headerUserClass {
    display: flex;
    justify-content: flex-end;
}

.midPanel .slick-list {
    height: 100%;
}

.midPanel .slick-list .slick-track {
    height: 100%;
}

.rainbowLink {
    color: #ffadad !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-shadow: 1px 1px 0px #461616 !important;
    -webkit-animation: rainbow-animation 8s infinite;
    animation: rainbow-animation 8s infinite;
}

@-webkit-keyframes rainbow-animation {
    0% {
        -webkit-filter: hue-rotate(0deg);
    }
    50% {
        -webkit-filter: hue-rotate(360deg);
    }
    100% {
        -webkit-filter: hue-rotate(0deg);
    }
}

.PostBox .PostPrice small {
    font-weight: 700;
}

.flex-big-info-message.text-center {
    /** display: flex; **/
    display: block;
    align-items: center;
    gap: 30px;
}

nav ul.nav-menu-list li:not(.float-right) > *:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: calc(100% - 20px);
    background: rgb(93 106 137 / 25%);
}

nav ul.nav-menu-list li:not(.float-right):last-child > *:after {
    display: none;
}

.toast {
    background: #36405a;
    box-shadow: 0px 0px 30px #151a27;
}

.toast-body {
    color: #c7d7ff;
    font-size: 13px;
    padding-top: 5px;
}

.toast-header {
    background: linear-gradient(to bottom, #3e4a9f, transparent);
    color: white;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    width: 100%;
    position: relative;
    gap: 5px;
    border: none;
    padding-top: 10px;
}

.toast-header > div {
    display: flex;
    flex-direction: column;
    line-height: 16px;
}

.toast-header button.close {
    position: absolute;
    right: 10px;
    top: 15px;
    color: white;
    opacity: 1;
    text-shadow: none;
}

.toast-header > div small.text-muted {
    color: #a7bffd !important;
}

.ui.form select {
    border: 1px solid #3e4658;
    background: #293249 !important;
    color: #ffffff !important;
    border-color: #3e4658 !important;
    box-shadow: 0 0 20px #13192b !important;
}

.white-spaces-break {
    white-space: break-spaces !important;
}

.break-word {
    word-break: break-word !important;
}

.word-cut {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    display: -webkit-box !important;
}

.word-cut.line-2 {
    -webkit-line-clamp: 2 !important;
}

.word-cut.line-3 {
    -webkit-line-clamp: 3 !important;
}

.word-cut.line-4 {
    -webkit-line-clamp: 4 !important;
}

.word-cut.line-5 {
    -webkit-line-clamp: 5 !important;
}

.word-cut.line-6 {
    -webkit-line-clamp: 6 !important;
}

div.div-price-box {
    background: linear-gradient(45deg, #743e78, #508bbd);
    padding: 7px 15px;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 500;
    text-shadow: 0 0 2px black;
    color: white;
    margin: auto;
    height: 35px;
    padding-block: 0;
    line-height: 35px;
}

div.div-price-box:hover {
    background: linear-gradient(45deg, #a44aab, #4696db);
}

li.no-bg-border-menu {
    background: none !important;
    border: none !important;
    padding-right: 0 !important;
    margin-block: 6.5px;
    margin-left: 10px;
}

li.no-bg-border-menu > div > span {
    text-transform: capitalize;
    line-height: 50px;
    color: white;
    padding: 0 15px;
    display: block;
    font-size: 14px;
    position: relative;
}

span.label.label-block-balance {
    width: 100%;
    background: rgb(255 0 0 / 20%);
    display: block;
    margin-top: 5px;
    padding: 5px 5px;
    text-align: center;
    border-radius: 5px;
    color: #ffcece;
}

nav .menu .item a, header .menu .item a {
    min-width: 180px;
}

.col-12.search-result-title {
    text-align: left !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #b2bfe3;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #2a3144;
    padding-inline: 0;
    font-size: 13px;
}

.flex-row-product {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.flex-row-shop {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.flex-row-category {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.flex-row-category .searchCategoryDiv {
    background: #21283a;
    flex: 0 0 calc(20% - 5px);
    padding: 10px !important;
    display: flex;
    align-items: flex-start;
    border-radius: 5px;
}

.flex-row-category .searchCategoryDiv .MidiSearchDiv {
    text-align: center;
}

.flex-row-category .searchCategoryDiv .MidiSearchDiv img {
    margin-bottom: 5px;
    border-radius: 5px;
}

.flex-row-category .searchCategoryDiv .MidiSearchDiv a {
    color: #d2dfff;
}

.flex-row-category .searchCategoryDiv:hover {
    background: #2c3752;
}

.flex-row-category .searchCategoryDiv:hover .MidiSearchDiv a {
    color: #ffffff;
}

span.basariliSaticiBilgi {
    /*background: linear-gradient(45deg, #3f51b5, #009688);*/
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 15px;
    color: white;
    border-radius: 5px;
    margin-inline: 5px;
    background: #305164;
}

@media (max-width: 767px) {
    .flex-row-category .searchCategoryDiv {
        flex: 0 0 calc(50% - 5px);
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    .flex-row-product .productDiv {
        flex: 0 0 calc(33.33% - 5px);
    }
}

.giveaways-special-link {
    color: #ffc107 !important;
    text-shadow: 0 0 10px rgb(255 193 7 / 65%);
    background: linear-gradient(to right, transparent, rgb(255 193 7 / 10%), transparent);
    font-weight: 600;
}

.ProductInner span.PreOrderBadge {
    position: absolute;
    background: linear-gradient(45deg, rgb(72 0 255 / 55%), rgb(0 173 255 / 55%));
    padding-inline: 10px;
    padding-block: 2px;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    color: white;
    backdrop-filter: blur(5px);
    top: 10px;
    text-shadow: 1px 1px 0 black;
    width: 120px;
    text-align: center;
}

.ProductBox .ProductButtons {
    padding: 0 10px 10px;
}

.swal2-input[type=number] {
    max-width: unset !important;
}

.searchBoxPanel .PostBox a > span {
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 13px;
    line-height: 12px;
    padding-inline: 10px;
}

.editorArea p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.editorArea ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.editorArea ul li {
    margin-block-start: 0.3em;
    margin-block-end: 0.2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.form-check input.form-check-input {
    position: relative;
    margin-right: 22px;
    margin-block: 0;
    padding-block: 0;
    background: none;
    border: none;
    width: 0;
    height: 0;
}

.form-check input.form-check-input:before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background: #3b445f;
    opacity: 12323;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.form-check {
    padding-block: 0;
    display: flex;
    margin-top: 10px !important;
}

.form-check input.form-check-input:checked:after {
    content: " ";
    position: absolute;
    line-height: 20px;
    text-align: center;
    left: 7px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #aad3ff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-check:hover {
    cursor: pointer;
}

.form-check:hover input.form-check-input:before {
    background: #485785;
}

.form-check input.form-check-input:checked:before {
    background: #323f67;
}

.btn.btn-lg {
    font-size: 1rem;
    padding: 9px 20px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #59627c;
    color: #b7bfd6;
}

.footerSocialLinks svg {
    width: 15px;
    display: inline;
}

.loginFlex {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    gap: 15px;
    padding-inline: 55px;
    align-items: center;
    margin-bottom: 25px;
}

.loginFlex img {
    width: 80px;
}

input.swal2-input.loginInput {
    font-size: 30px;
    letter-spacing: 20px;
    font-weight: 700;
    color: #ffffff;
    width: 290px;
    padding-inline: 0;
    text-align: center;
    height: 50px;
}

input.swal2-input.loginInput::-webkit-inner-spin-button,
input.swal2-input.loginInput::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; /* Çubukların marjini sıfırlar */
}

.AlfaKarartma {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 95%);
    z-index: 5;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.AlfaKarartma img {
    max-width: 90%;
}

.AlfaKarartma h1 {
    font-size: 35px;
    margin-bottom: 0;
}

.AlfaKarartma h2 {
    font-size: 55px;
    margin: 0;
}

.AlfaKarartma h2 span {
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 8px;
}

button.alfa-karartma-btn {
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid white;
    background: none;
    color: white;
    font-size: 17px;
}

button.alfa-karartma-btn:hover {
    background: #282828;
}

.maintanence-big-annoucment {
    position: fixed;
    bottom: 20px;
    background: #833538;
    width: 60%;
    left: 20%;
    padding: 10px;
    border-radius: 10px;
    text-shadow: 1px 1px 0px #381719;
    text-align: center;
    color: white;
    z-index: 500;
}

.render-me-later {
    content-visibility: auto;
}

.header-top ul.header-links li a i {
    margin-right: 5px;
}

li.big-header-menu {
    color: white;
    cursor: pointer;
}

.big-menu-header {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.big-menu-header span.header {
    color: white;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    text-shadow: 1px 1px 2px black;
}

.big-menu-header input.input-group-search {
    height: 35px;
    background: #00000066;
    border: none;
    padding: 0 15px;
    border-radius: 5px;
    color: white;
}

.category-list-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    overflow: auto;
    max-height: 430px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.full-category-list-area {
    position: absolute;
    width: 100%;
    max-height: 525px;
    background: #00000063;
    z-index: 2;
    top: 155px;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid #ffffff14;
}

.full-category-list-area.active {
    display: block !important;
}

.category-list-flex .CategoryBox {
    padding: 0;
    display: block;
    border-radius: 6px;
    transition: 0.2s linear;
    background: rgb(0 0 0);
    border: 1px solid rgb(0 0 0 / 0%);
    margin: 0;
}

.category-list-flex .PostImage {
    background: unset !important;
    padding: 3px !important;
}

.category-list-flex .CategoryBox .PostImage img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: 0.1s linear;
}

.category-list-flex .CategoryBox .PostTitle {
    margin: 10px;
    color: rgb(255 255 255);
    text-align: center;
}

.category-list-flex .CategoryBox .PostTitle a {
    font-size: 13px;
    color: #dbe1ff;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 16px;
    word-break: break-word;
}

.category-list-flex .CategoryDiv {
    flex-basis: calc(7.69% - 10px);
}

@media only screen and (max-width: 1390px) {
    .category-list-flex .CategoryDiv {
        flex-basis: calc(9.09% - 10px);
    }
}

@media only screen and (max-width: 1200px) {
    .category-list-flex .CategoryDiv {
        flex-basis: calc(11.11% - 10px);
    }
}

@media only screen and (max-width: 1025px) {
    .category-list-flex .CategoryDiv {
        flex-basis: calc(12.5% - 10px);
    }
}

.search-not-found-list {
    display: none;
    flex-direction: column;
    align-items: center;
    color: #e8e8e8;
    text-shadow: 1px 1px 2px black;
    padding-block: 20px;
}

.search-not-found-list svg {
    color: white;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(2px 2px 1px black);
}

.search-not-found-list span.text {
    font-size: 17px;
    font-weight: 600;
}

.category-list-flex .CategoryDiv:hover img {
    filter: contrast(1.1) brightness(1.4);
}

.category-list-flex .CategoryDiv:hover .CategoryBox {
    border: 1px solid #ffffff57;
}

/* Banner Box */
.post-boost-box {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 230px;
    border-radius: 6px;
    z-index: 10;
    display: none;
}

.post-boost-box > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    filter: grayscale(0.1) contrast(0.8) brightness(0.8);
    opacity: 0.8;
}

.post-boost-box .boost-box-content {
    background: #00000066;
    position: relative;
    backdrop-filter: blur(40px);
    border-radius: 6px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0px 0px 0px 1px #ffffff2e inset;
    cursor: pointer;
}

.post-boost-box .boost-box-content:hover {
    filter: brightness(1.2);
}

.post-boost-box .boost-box-content > img {
    width: 100%;
    border-radius: 6px;
    max-height: 140px;
    object-fit: cover;
}

.post-boost-box .boost-box-content .boost-box-title {
    font-weight: 600;
    color: white;
    font-size: 17px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 20px;
    word-break: break-all;
    margin-bottom: 10px;
}

.post-boost-box .boost-box-content .boost-box-text {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #c1c1c1;
}

.post-boost-box .boost-box-content .boost-box-seller {
    display: flex;
    margin-block: 10px;
    gap: 10px;
    background: #ffffff00;
    padding: 5px;
    border-radius: 6px;
    backdrop-filter: blur(3px);
}

.post-boost-box .boost-box-content .boost-box-seller img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.post-boost-box .boost-box-content .boost-box-seller .seller-name {
    color: white;
    font-weight: 600;
}

.post-boost-box .boost-box-content .boost-box-seller > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seller-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.boost-title {
    color: white;
    text-shadow: 1px 1px 2px black;
}

img.menu-icon-img {
    width: 18px;
}

.boost-box-price {
    font-size: 19px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #bcecff;
}

.boost-post-progress {
    height: 3px;
    background: #ffffffb8;
    position: absolute;
    top: 2px;
    z-index: 1;
    border-radius: 55px;
    left: 3px;
    filter: invert(0.3);
}

.footer-title {
    display: flex;
    gap: 10px;
}

.footer-badge-area {
    display: flex;
}

.footer-badge-area .badge-item {
    width: 20%;
    display: flex;
    gap: 15px;
}

.footer-badge-area .badge-item svg {
    width: 48px;
    height: 48px;
}

.badge-header {
    font-weight: 600;
}

.badge-text {
    font-weight: 400;
    color: #c6d0e6;
}

.fixed-left-menu {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    background: rgb(25 26 37 / 55%);
    padding: 10px 0px;
    border-radius: 30px 0px 0px 30px;
    z-index: 999;
    border: 1px solid rgb(99 107 192 / 47%);
    backdrop-filter: blur(6px);
}

.fixed-left-menu .menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    width: 80px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.fixed-left-menu .menu-btn:hover {
    filter: brightness(1.5);
}

.fixed-left-menu .menu-btn i {
    font-size: 24px;
    margin-bottom: 5px;
}

.fixed-left-menu .menu-btn span {
    font-size: 12px;
}

.fixed-left-menu-mobile {
    display: none;
}

.fixed-left-menu-mobile-items {
    display: none;
}

.fixed-left-menu .menu-btn:nth-child(1) {
    color: #00ff00;
}

.fixed-left-menu .menu-btn:nth-child(2) {
    color: #0099ff;
}

.fixed-left-menu .menu-btn:nth-child(3) {
    color: #ff9800;
}

.fixed-left-menu .menu-btn:nth-child(4) {
    color: #aa00ff;
}

.fixed-left-menu .menu-btn:nth-child(5) {
    color: #00ff99;
}

@media (max-width: 1500px) {
    .fixed-left-menu {
        display: none !important;
        width: auto;
        top: 60%;
        background: rgba(30, 30, 30, 0.7) !important;
        padding: 5px 3px;
    }

    .fixed-left-menu .menu-btn {
        width: 45px;
        height: 45px;
        padding: 5px;
    }

    .fixed-left-menu .menu-btn span {
        display: none;
    }

    .fixed-left-menu .menu-btn i {
        font-size: 18px;
    }

    .fixed-left-menu-mobile {
        display: flex !important;
        width: auto;
        top: 60%;
        cursor: grab;
        touch-action: none;
        background: rgba(30, 30, 30, 0.7);
        padding: 20px 15px;
        position: fixed;
        right: 0;
        transform: translateY(-50%);
        border-radius: 30px 0 0 30px;
        z-index: 999;
        border: 1px solid rgb(99 107 192 / 47%);
        backdrop-filter: blur(6px);
    }

    .fixed-left-menu-mobile:active {
        cursor: grabbing;
    }

    .fixed-left-menu-mobile i {
        font-size: 20px;
        color: darkgrey;
    }

    .fixed-left-menu-mobile-items {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: rotate(15deg) translateY(-50%);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        width: 120px;
    }

    .fixed-left-menu-mobile.open .fixed-left-menu-mobile-items {
        opacity: 1;
        pointer-events: auto;
    }

    .fixed-left-menu-mobile-items a {
        position: absolute;
        width: 60px;
        height: 60px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        transition: transform 0.3s ease, opacity 0.3s ease;
        opacity: 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }

    .fixed-left-menu-mobile .fixed-left-menu-mobile-items-arrow {
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .fixed-left-menu-mobile .fixed-left-menu-mobile-items-arrow.open {
        transform: rotate(180deg);
    }

    .fixed-left-menu-mobile-items i {
        font-size: 25px;
    }

    .fixed-left-menu-mobile.open .fixed-left-menu-mobile-items a {
        opacity: 1;
    }

    .fixed-left-menu-mobile.open .item-0 {
        transform: translate(0px, -100px);
        z-index: 2;
    }

    .fixed-left-menu-mobile.open .item-1 {
        transform: translate(-65px, -70px);
    }

    .fixed-left-menu-mobile.open .item-2 {
        transform: translate(-105px, -10px);
    }

    .fixed-left-menu-mobile.open .item-3 {
        transform: translate(-90px, 55px);
    }

    .fixed-left-menu-mobile.open .item-4 {
        transform: translate(-25px, 90px);
    }

    .fixed-left-menu-mobile.open .item-5 {
        transform: translate(45px, 80px);
    }
}
