html {
  scroll-behavior: smooth;
}

body {
  background-image: url(../img/banner/website-background.webp);
  background-blend-mode: soft-light;
  scroll-behavior: smooth;
}

.wb-nav {
  background-color: #1A202D;
}

.top-bar {
  background-color: #1A202D;
}

.dark .top-bar {
  background-color: transparent;
}

.top-bar .dropdown .btn {
  border-radius: 24px;
  background: #2f3144;
  border: 1px solid #3f4257;
  height: 34px;
  font-size: 13px;
}


.dropdown-menu {
  background: #2f3144;

}

.dropdown-menu a {
  color: #fff;
  border-radius: 10px;
}

.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgb(255 255 255 / 74%);
}

.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: none;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 1px;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-width: 7px 6px 0 6px;
  border-color: #888 transparent transparent transparent;
}


.wb-banner-top img {
  height: 170px;
  width: 100%;
}

.wb-banner-top img:first-child {
  margin-bottom: 10px;
}

.dd-1 {
  margin-right: 20px;
}

.dd-1 .section-dropdown {
  right: 20px;
}

.dd-1 button,
.dd-2 button {
  height: 27px !important;
  display: flex;
  align-items: center;
}

.dd-1 button::after,
.dd-2 button::after {
  margin-left: 5px;
}

.dd-2 {
  margin-right: 20px;
}

.sec-center {
  /* position: relative; */
  max-width: 100%;
  text-align: center;
  z-index: 5;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.dark-light:checked+label,
.dark-light:not(:checked)+label {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 20000;
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: all 200ms linear;
  box-shadow: 0 0 25px rgba(255, 235, 167, .45);
}

.dropdown:checked+label,
.dropdown:not(:checked)+label {
  position: relative;
  font-size: 13px;
  height: 27px;
  transition: all 200ms linear;
  border-radius: 24px;
  border: 1px solid #3f4257;
  /* width: 170px; */
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: #2f3144;
  cursor: pointer;
  color: #fff;
  user-select: none;
  padding: 0 10px;
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 9;
  cursor: auto;
  pointer-events: none;
}

.dropdown:checked+label:before {
  pointer-events: auto;
}

.dropdown:not(:checked)+label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}

.dropdown:checked+label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}

.section-dropdown {
  position: absolute;
  padding: 5px;
  background-color: #2F3144;
  top: 40px;
  right: 0;
  width: calc(100% + 30px);
  border-radius: 4px;
  display: block;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 200ms linear;
}

.dark-light:checked~.sec-center .section-dropdown {
  background-color: #fff;
  box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.15);
}

.dropdown:checked~.section-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  border-radius: 10px;
}

.section-dropdown a {
  padding: 7px;
  display: flex;
  justify-content: space-between;
}

.section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}

.dropdown-sub:checked+label,
.dropdown-sub:not(:checked)+label {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  cursor: pointer;
}

.dropdown-sub:checked+label .uil,
.dropdown-sub:not(:checked)+label .uil {
  font-size: 22px;
}

.dropdown-sub:not(:checked)+label .uil {
  transition: transform 200ms linear;
}

.dropdown-sub:checked+label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}

.dropdown-sub:checked+label:hover,
.dropdown-sub:not(:checked)+label:hover {
  color: #102770;
  background-color: #ffeba7;
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}

.dropdown-sub:checked~.section-dropdown-sub {
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}

.section-dropdown-sub a {
  font-size: 14px;
}

.section-dropdown-sub a .uil {
  font-size: 20px;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item:hover {
  background-color: #ffffff10;
}

.wb-nav .nav-link {
  margin-right: 5px;
  margin-left: 5px;
}

#story-area {
  padding: 0px;
  padding-bottom: 0;
}

.swiperstory {
  margin-top: -10px;
  width: 100%;
  overflow: hidden;
  padding-left: 40px
  
}

.swiperstory .swiper-slide {
  width: auto;
  margin-top: 15px;
  margin-left: -44px;
}

#story-area .container-fluid {
  overflow-x: hidden;
}

.story-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.story-box .sb-img {
  width: 100px;
  height: 47px;
  border-radius: 10%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
  box-shadow: 0 0 10px 0 #00000030;
  margin-left: 0px;

}

.story-box .sb-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}

.story-box .sb-img.story-new img {
  border: 0px solid #07A5AA;
}

.story-box .sb-img img {
  width: 100px;
  height: 48px;
  border-radius: 10%;
  position: relative;
  opacity: 1.8;
  transition: .2s;
  background-color: #2f3749;
}



.story-box:hover .sb-img img {
  opacity: 10;
}

.story-box .sb-img span {
  position: absolute;
  bottom: -4px;
  color: #fff !important;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 12px;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story-box .sb-img.story-new span {
  background-color: #07A5AA;
}

.story-box>span {
  font-size: 13px;
  color: #888;
  font-weight: 500;
}

.story-box .sb-img.story-discount img {
  border: 4px solid #a40d24;
}

.story-box .sb-img.story-discount span {
  background-color: #a40d24;
}

.story-box .sb-img.story-gold img {
  border: 4px solid #0da458;
}

.story-box .sb-img.story-gold span {
  background-color: #0da458;
}

.section-header {
    background-color: #1A202D;
    padding-bottom: 1.4rem !important;
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 21px;
    border-left: 6px solid #40D04F;
}

.section-header-actions {
  padding-bottom: 0;
}

.slider-control {
  background-color: #40D04F;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.slider-control .slider-control-icon {
  fill: #fff;
}

.slider-control.left {
  margin-right: 5px;
}

#home-productss-slider3 .product-preview-meta {
  display: none;
}

/*FOOTER*/

#footer {
  position: relative;
}

#footer::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, #fd004c, #fe9000, #fff020, #3edf4b, #3363ff, #b102b7, #fd004c);
  animation: rainbow-move 6s infinite linear alternate;
}

@keyframes rainbow-move {
  100% {
    background-position-x: 4000px;
  }
}

#footer .container .footer-top {
  display: flex;
  padding: 80px 0 40px 0;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}

.ft-col {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

.ft-col a img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 30px;
}

.ft-col:nth-child(1) p {
  line-height: 26px;
  color: #d1d5db;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
}

.ft-header {
  font-size: 16px;
  color: #f3f4f6;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #40D04F;
}

.ft-link {
  margin-bottom: 15px;
  font-size: 14px;
  color: #d1d5db;
  transition: .2s;
  display: flex;
  align-items: center;
  position: relative;
}

.ft-link:hover {
  opacity: .8;
  transform: translateX(10px);
  list-style-type: circle;
}

.ft-link::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #4ff461;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

.ft-link:hover::before {
  opacity: 1;
  visibility: visible;
}

.ft-link::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #4ff461;
  position: absolute;
  top: 17px;
  left: 0;
  transition: .4s;
  border-radius: 10px;
}

.ft-link:hover::after {
  width: 100%;
}

.footer-bottom {
  border-top: 2px solid #e5e7eb10;
  padding: 20px 0;
  color: #e5e7eb;
}

.footer-bottom .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .container p i {
  font-size: 40px;
  transition: .3s;
}

.footer-bottom .container p i:hover {
  font-size: 40px;
  color: #40D04F;
}

.ft-box {
  background-color: #1D2337;
  padding: 20px;
  border-radius: 10px;
}

.ft-box .ft-row {
  padding: 20px 0;
  border-bottom: 1px solid #1D2337;
}

.ft-box .ft-row:first-child p:first-child {
  color: #888;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}


.ft-box .ft-row:first-child p:last-child {
  font-weight: 600;
}

.ft-box .ft-row:nth-child(2) a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: .6;
  font-size: 15px;
  margin-bottom: 15px;
  transition: .2s;
  position: relative;
}

.ft-box .ft-row:nth-child(2) a i {
  margin-right: 10px;
}

.ft-box .ft-row:nth-child(2) a:hover {
  opacity: 1;
  color: #fff;
}

.ft-box .ft-row:nth-child(2) a p {
  transition: .2s;
  margin-left: 5px;
  margin-bottom: 0;
}

.ft-box .ft-row:nth-child(2) a:hover p {
  color: #40D04F;
}

.ft-box>p {
  display: flex;
  opacity: .6;
  padding: 20px 0;
  font-size: 14px;
  line-height: 20px;
}

.ft-box>p i {
  margin-right: 10px;
  margin-top: 5px;
}

.ft-box>a:last-child {
  opacity: .6;
  transition: .2s;
  position: relative;
  display: flex;
}

.ft-box>a:last-child i {
  margin-right: 5px;
}

.ft-box>a:last-child:hover {
  opacity: 1;
  color: #fff;
}

.ft-box a::after {
  content: '';
  background-image: url(../img/badge/arrow-right.svg);
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}

.cookie-box {
  background-color: #1A202D;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: auto;
  height: auto;
  z-index: 999;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #00000030;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.cp {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.cp p:first-child {
  margin-bottom: 10px;
}

.cp p:nth-child(2) {
  color: #888;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  max-width: 300px;
}

.cp p:last-child {
  margin-top: 10px;
}

.ad-area {
  width: 100%;
}

.ad-area img {
  width: 100%;
}

.cookie-box>img {
  margin-bottom: 10px;
  max-width: 70px;
  width: 100%;
}

.cookie-box>p:nth-child(2) {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}

.cookie-box>p:nth-child(3) {
  color: #ffffff90;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.acp {
  background-color: #40D04F;
  max-height: 50px;
  height: 45px;
  padding: 10px 25px;
  border-radius: 10px;
  color: #fff !important;
  margin-right: 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.acp::after {
  content: '';
  position: absolute;
  bottom: -8px;
  width: calc(100% - 20px);
  height: 2px;
  background-color: #40D04F;
  border-radius: 10px;
  transition: .2s;
}

.acp:hover::after {
  width: 0px;
}

.cookie-box>p:nth-child(4) a:last-child {
  border: 1px solid #40D04F;
  max-height: 50px;
  height: 45px;
  padding: 10px 25px;
  border-radius: 10px;
  margin-right: 10px;
  color: #40D04F;
  transition: .2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cookie-box>p:nth-child(4) a:last-child:hover {
  background-color: #40D04F;
  color: #fff;
}

#home-productss-slider4 .product-preview .product-preview-image {
  height: 220px;
  pointer-events: none;
}

#home-productss-slider4 {
  /* padding-bottom: 20px; */
}

.fade-scale {}

.fade-scale .modal-dialog {
  transform: scale(.8);
  opacity: 0;
  -webkit-transition: all .3 linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.fade-scale.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
}

#home-productss-slider4 .product-preview {
  box-shadow: 0 0 10px 0 #00000020;
}

.swipermain {
  width: 100%;
  border-radius: 20px;
  height: 350px;
  position: relative;
}

.swipermain .swiper-slide a img {
  width: 100%;
  border-radius: 20px;
  height: 350px;
  object-fit: cover;
}

.swipermain .swiper-button-prev,
.swipermain .swiper-rtl .swiper-button-next {
  left: 10px;
}

.swipermain .swiper-button-next:after,
.swipermain .swiper-button-prev:after {
  color: #fff;
  font-size: 25px !important;
  font-weight: bold;
}

.swipermain .swiper-button-next:hover,
.swipermain .swiper-button-prev:hover {
  opacity: .7;
}

.swipermain .swiper-pagination-bullet {
  min-width: 15px;
  width: 15px;
  height: 15px;
  background-color: #fff !important;
  opacity: 1;
}

.swipermain .swiper-pagination-bullet-active {
  background-color: #7b5dfa !important;
}

.buton-gold.header-dropdown-trigger {
  height: 39px;
  padding: 10px 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: none;
  cursor: pointer;
  transition: .2s;
  position: relative;
}

.buton-gold.header-dropdown-trigger .basket-number {
  position: absolute;
  background-color: #fff;
  font-size: 10px;
  font-weight: bold;
  min-width: 15px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 50%;
  padding-top: 1px;
  left: 31px;
  top: 4px;
  border: 2px solid #CB7B0C;
}

.buton-gold.header-dropdown-trigger i {
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 26px;
  color: #000;
}

.etbis-img {
  width: 120px;
  height: auto;
  margin-top: 20px;
  border: 1px dashed #88888890;
  position: relative;
}

.etbis-img::after {
  content: 'Etbis Karekod';
  width: 120px;
  height: 137px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  color: #888;
}

.etbis-img img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 1px;
}

.muhur-img {
  width: 220px;
  height: auto;
  margin-top: 20px;
  border: 1px dashed #88888890;
  position: relative;
}

.muhur-img::after {
  content: 'Site Mührü';
  width: 220px;
  height: 60px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  color: #888;
}

.muhur-img img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 1px;
}

._asd {
  padding: 0 0px !important;
  margin-left: -25px;
  margin-right: -23px;
  
}

._asd a {
  display: flex;
  width: 100%;
  justify-content: center;
  transition: transform .2s linear;
}

#annoucement {
  background-color: #0F1420;
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#annoucement .container {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.duy-text {
  background-color: #F92552;
  height: 40px;
  padding: 10px 30px 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 99;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
  display: flex;
  align-items: center;
  position: relative;
}

#annoucement .container::before {
  content: '';
  background-color: #F92552;
  position: absolute;
  left: -97%;
  width: 100%;
  top: 0;
  height: 40px;
}

#annoucement .container::after {
  content: '';
  background-color: #3FFECA;
  position: absolute;
  right: -98%;
  width: 100%;
  top: 0;
  height: 40px;
}

.ar-lft {
  position: absolute;
  right: 0;
  height: 40px;
  width: 100px;
  z-index: 99;
  background-color: #3FFECA;
}

.ar-lft::before {
  content: '';
  width: 30px;
  height: 40px;
  position: absolute;
  left: -22px;
  margin-left: 10px;
  transform: skew(-25deg);
  background-color: #3FFECA;
}

.ar-lft::after {
  content: '';
  width: 10px;
  height: 40px;
  position: absolute;
  left: -39px;
  margin-left: 10px;
  transform: skew(-25deg);
  background-color: #3FFECA;
}

.duy-text::before {
  content: '';
  width: 30px;
  height: 40px;
  position: absolute;
  right: -18px;
  margin-left: 10px;
  transform: skew(-25deg);
  background-color: #F92552;
}

.duy-text::after {
  content: '';
  width: 10px;
  height: 40px;
  position: absolute;
  right: -35px;
  margin-left: 10px;
  transform: skew(-25deg);
  background-color: #F92552;
}

.duy-text span {
  margin-right: 10px;
  font-size: 13px;
}

.marquee {
  font-family: 'Poppins', sans-serif;
  height: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #888;
  user-select: none;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  font-size: 15px;
  animation: marquee 15s linear 2s infinite;
}

.marquee div:hover {
  animation-play-state: paused;
}

.marquee span {
  float: left;
  width: 50%;
  font-size: 13px;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

._asd img {
  width: 94%;
}

._asd a:hover {
  transform: scale(1.01);
}

#footer .footer-top>.etbis-img {
  display: none;
}

.streamer-box {
  user-select: none;
}

.product-preview {
  user-select: none;
  position: relative;
}

.post-preview {
  user-select: none;
}

.product-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: nonepx;
  background-color: #000000d6;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
}

.product-hover a {
  width: 100%;
  color: #fff !important;
}

.product-hover a:not(:last-child) {
  margin-bottom: 10px;
}

.product-preview:hover .product-hover {
  opacity: 1;
  pointer-events: auto;
}

.product-platforms {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.product-platforms span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 5px;
}

.product-platforms span svg {
  width: 15px;
  height: 15px;
}

.product-platforms span.pr-windows {
  background-color: #00a2ed;
}

.product-platforms span.pr-apple {
  background-color: #000;
}

.hw {
  color: #9aa4bf;
  position: absolute;
  top: 15px;
  right: 15px;
}

.tab-switch .tab-switch-button:nth-child(2) {
  border-radius: 0 0px 0px 0px;
}

.slider-panel {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.swiper-urun {
  width: 33%;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
}

.swiper-urun .swiper-slide img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.pr-det-right {
  width: 66%;
}

.pdll-top {
  background-color: #1d2333;
  padding: 20px;
  border-radius: none;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 50%;
}

.pdll-top .post-option {
  width: 100px;
}

.pdll-top .roww a {
  font-size: 13px;
  color: #9aa4bf;
  transition: .3s;
  font-weight: 500;
}

.pdll-top .roww a:hover {
  color: #4ff461;
}

.pdll-top h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.pdll-top .roww>p {
  font-size: 15px;
  color: #9aa4bf !important;
  font-weight: 500;
  margin-bottom: 10px !important;
}

.pdll-top span {
  font-size: 13px;
  color: #9aa4bf;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  display: flex;
  font-weight: 400;
}

.pdl-left,
.pdl-right {
  width: 50%;
}

.pdll-bottom {
  background-color: #1d2333;
  padding: 20px;
  border-radius: none;
  width: 50%;
  margin-right: 20px;
}

.pdll-col {
  width: 25%;
  background-color: #2f3749;
  padding: 10px;
  border-radius: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Poppins', sans-serif;
}

.pdll-col span {
  color: #fff;
  font-size: 10px;
  margin-bottom: 3px;
}

.pdll-col p {
  font-size: 13px;
}

.pdll-col:not(:last-child) {
  margin-right: 10px;
}

.stock-no {
  color: #fd004c;
  font-weight: 600;
}

.stock-yes {
  color: #4ff461;
  font-weight: 600;
}

.pdl-right {
  background-color: #1d2333;
  padding: 20px;
  border-radius: none;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 50%;
}

.pdl-right>.roww img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.pdlr-right {
  width: 100%;
}

.pdlr-right a:first-child {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.pdlr-right a:first-child+span {
  color: #9aa4bf;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 10px;
}

.progress-r {
  height: 10px;
  width: 100%;
  margin-right: 10px;
  border-radius: none;
  background-color: #2f3749;
}

.pr-r {
  background: linear-gradient(90deg, #4ff461, #09ab1c);
  height: 10px;
  width: 80%;
  border-radius: 10px;
}

span {
  font-family: 'Poppins', sans-serif;
}

.r-prog {
  margin-bottom: 12px;
}

.r-prog span {
  color: #9aa4bf;
  font-size: 10px;
  font-weight: 600;
}

.pdlr-right a {
  font-size: 11px;
  font-weight: 500;
  color: #9aa4bf;
  margin-bottom: 5px;
  transition: .3s;
}

.pdlr-right a:hover {
  color: #4ff461;
}

.msns {
  margin-bottom: 20px;
}

.ww-btn {
  width: 100%;
}

.islem-adet {
  margin-bottom: 20px;
}

.ww-btn .primary {
  margin-right: 20px;
}

.ww-btn a {
  width: 50%;
}

.islem-adet {
  background-color: #0F1420;
  padding: 20px;
  border-radius: none;
}

.islem-adet p span {
  font-size: 14px;
  color: #9aa4bf;
  font-weight: 500;
}

.islem-adet div span {
  color: #9aa4bf;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.islem-adet div span:not(:last-child) {
  margin-right: 20px;
}

.islem-adet div span:nth-child(1) i {
  color: #4ff461;
  margin-right: 5px;
  font-size: 18px;
}

.islem-adet div span:nth-child(2) i {
  color: #fd004c;
  margin-right: 5px;
  font-size: 18px;
}

.pdb-right {
  background-color: #1d2333;
  padding: 20px;
  border-radius: none;
  margin-right: 20px;
  width: 50%;
}

.pdb-right .roww:first-child {
  margin-bottom: 20px;
}

.pdb-right .roww:first-child span {
  color: #9aa4bf;
  font-size: 11px;
  font-weight: 600;
  max-width: 200px;
}

.pdb-right .roww:first-child p {
  font-size: 30px;
  font-weight: bold;
}

.pdb-right .roww:last-child input {
    width: 100%;
    margin-right: 0px;
    background-color: #0F1420;
    border: none;
    outline: none;
    border-radius: none;
    padding: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 18px;
    height: 45px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.pdb-right .roww:last-child a {
  width: 50%;
}

.swiperprdetail {
  width: 100%;
}

.m-gallery {
  background-color: #1D2333;
  z-index: 99;
}

.m-gallery .modal-header {
  color: #fff;
}

.modal-body .swiper-urun {
  width: 100%;
  height: auto;
}

.modal-body .swiper-urun .swiper-slide {
  height: 100%;
}

.modal-body .swiper-urun img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

#exampleModalCenter .modal-dialog {
  max-width: 800px;
}

/* #user-store .checkbox-line label {
  text-indent: 2rem !important;
} */

#user-store .product-preview-meta .flex-between {
  width: 100%;
}

/* width */
::-webkit-scrollbar {
  width: -1px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(33, 40, 55);
}

/* Track */
body.dark::-webkit-scrollbar-track {
  background: rgb(230, 230, 230);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7750F8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #542cd7;
}

#progress {
  position: fixed;
  bottom: 20px;
  right: 10px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: none%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 999;
}

#progress-value {
  display: block;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  background-color: #001a2e;
  border-radius: none%;
  display: grid;
  place-items: center;
  font-size: 35px;
  fill: #7B5DFA;
}

#progress-value svg {
  width: 24px;
  height: 24px;
}

._dfg h2 {
  font-size: 2rem !important;
}

.interactive-input {
  position: relative;
}

.search-dropdown {
  position: absolute;
  top: 50px;
  background-color: #0F1420;
  width: 100%;
  border-radius: none;
  padding: 20px;
  z-index: 9;
  font-size: 13px;
  box-shadow: 0 0 10px 0 #00000040;
  visibility: hidden;
  opacity: 0;
  transition: .2s;
}

.search-btn input {
  pointer-events: none;
}

#search-lab:checked+.search-btn input {
  pointer-events: all;
  z-index: 9;
  position: relative;
}

#search-lab:checked~.interactive-input-icon-wrap,
#search-lab:checked~.interactive-input-action {
  z-index: 9;
}

#search-lab:checked~.search-dropdown {
  visibility: visible;
  opacity: 1;
  transition: .2s;
}

#search-lab:checked~.search-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #00000090;
  top: 0;
  left: 0;
  z-index: 8;
}

.header .header-actions.search-bar .interactive-input.active+.dropdown-box {
  opacity: 1 !important;
  visibility: visible !important;
}

.header .header-actions.search-bar .interactive-input.active input {
  position: relative;
  z-index: 100;
}

.header .header-actions.search-bar .interactive-input.active .interactive-input-action {
  z-index: 100;
}

.header .header-actions.search-bar .interactive-input.active::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000ac;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.fixScrollToggle--on {
  overflow: hidden;
}

.checkbox-wrap .checkbox-box {
  position: static;
}

.checkbox-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sidebar-box-items label {
  padding-left: 10px;
}

.yenilol .checkbox-wrap {
  flex-wrap: wrap;
}

.yenilol label.accordion-trigger-linked {
  padding-left: 10px;
}

.yenilol label.accordion-trigger-linked+div {
  width: 100%;
}

.yayinci-basvur form label.accordion-trigger {
  margin-bottom: 0;
}

#news-info .post-options{
  border-top:none;
}

.section-header-actions{
  padding:20px 20px 0 20px;
}

@media all and (min-width:1200px) {
  .product-hover {
    display: flex;
  }

  .product-platforms {
    display: none;
  }

  .product-preview .product-preview-meta {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }

  .product-preview-meta .product-platforms {
    display: flex !important;
    position: relative;
    left: 20px;
    top: auto;
    right: auto;
    z-index: 0;
  }

  .product-preview-meta .product-platforms span {
    margin-bottom: 5px;
    margin-right: 5px;
    z-index: 0;
  }

  .product-preview-meta .col-6 {
    display: none;
  }
}

@media all and (max-width:1200px) {

  #user-store .profile-header .profile-header-info .user-stats,
  #user-store .profile-header .profile-header-info .profile-header-info-actions {
    margin-top: 20px;
  }

  ._tab-a {
    top:-155px;
  }

  #user-store .profile-header .profile-header-info .profile-header-social-links-wrap {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  #user-store .profile-header .profile-header-info .userpp-stats {
    position: static;
    margin: 20px 0;
    top: 0;
  }

  #user-store .profile-header .profile-header-info .profile-header-social-links-wrap .badge-list {
    position: static;
    width: auto;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  #user-store .user-stat .userpp-stat-image,
  #user-store .user-stat .userall-stat-image {
    position: static;
    margin-bottom: 10px;
  }

  #user-store .section-navigation,
  #user-store .section-menu .section-menu-item {
    height: 50px;
  }

  #user-store .section-navigation .slider-controls .slider-control {
    height: 50px;
    width: 43px;
    border-radius: none;
  }

  #user-store .streampp-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #user-store .streampp-box .streamerpp-box-status,
  #user-store .user-short-description .userpp-short-description-text {
    position: static;
    text-align: center;
  }

  #user-store .user-short-description .userpp-short-description-text {
    margin-top: 10px;
    margin-bottom: 0;
  }

  #user-store .section-menu .section-menu-item .section-menu-item-icon {
    top: 15px;
  }

  #user-store .section-menu .section-menu-item .section-menu-item-text {
    top: 17px;
  }

  #user-store .profile-header .profile-header-info .user-short-description .user-short-description-avatar {
    display: flex;
  }

  #user-store .user-short-description.big .user-short-description-avatar {
    top: -100px;
  }

  #user-store .profile-header .profile-header-cover {
    height: 115px;
  }

  #user-store .profile-header .profile-header-info .user-short-description {
    padding-top: 63px !important;
  }

  #footer .container .footer-top {
    flex-wrap: wrap;
  }

  .bnc .table-wrapp .table-header{
    display:none;
  }

  .bnc .table-wrapp .table-header{
    display:none;
  }

  .bnc .table.split-rows .table-body{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  .bnc .table .table-row.medium{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    max-width: 100%;
    box-shadow:none;
  }

  .bnc .table-wrapp .dropdown-toggle::after{
    display:none;
  }

  .bnc .table-wrapp .dropdown-banka .btn{
    padding-right: 35px;
    width: 166px;
  }

  .bnc .table-wrapp::-webkit-scrollbar {
    height: 3px;
  }

  .bnc .table .table-row.medium .table-column {
    padding-top: 14px;
    padding-left: 14px;
    padding: 14px 0 14px 14px;
  }

  .bnc .table-header-title {
    white-space: nowrap;
  }


  .slider-panel {
    flex-direction: column;
  }

  .swiper-urun {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .pr-det-right {
    width: 100%;
    margin-right: 0;
  }

  .pdl-right {
    margin-right: 0;
  }

  .product-preview-meta .product-platforms {
    display: none;
  }

  .product-platforms {
    display: inline-block;
  }

  .ft-col {
    width: calc(33% - 20px);
    margin: 10px;
  }

  .ft-col:first-child .etbis-img {
    display: none;
  }

  #footer .footer-top>.etbis-img {
    display: flex;
  }

  #footer .container .footer-top {
    padding-bottom: 20px;
  }
}

@media all and (max-width:900px) {

  
  .hibild {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }

  .header .logo img{width:350px !important;height:42px !important;}

  .landing-form {
    margin-top: 150px;
  }

  .landing-info img {
    max-width: 100%;
    padding: 20px;
  }

  .landing-info .landing-info-title {
    font-size: 2.75rem;
    margin-bottom: 20px;
    position: static;
  }

  .girkay {
    margin-top: 40px;
  }

  .hibild .section-header-info {
    margin-bottom: 10px;
  }

  .hibild .section-header-actions {
    width: 100%;
  }

  .hibild .buton.buton-red {
    margin-left: 0;
  }
}

@media all and (max-width:768px) {

  .hibild .section-header-actions {
    flex-direction: column;
  }

  .section-header-actions{
    white-space:nowrap;
    flex-wrap:wrap;
    align-items:flex-start;
    width: 100%;
    justify-content:flex-start !important;
    padding:20px 20px 0 20px;
  }
  
  .section-header-subsection{
    margin-bottom: 5px;
    font-size:10px !important;
  }

  .yayinci-basvur .nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .yayinci-basvur .nav .nav-item .nav-link {
    font-size: 12px;
    padding: 10px 25px;
  }

  .yayinci-basvur .nav-pills {
    flex-wrap: nowrap;
  }

  .oykatde .wb-banner-top img {
    height: 170px;
  }

  .oykatde .wb-slider-area {
    width: 100%;
  }

  .oykatde .wb-slider-area>.row {
    width: 100%;
    margin: 0;
  }

  .oykatde .wb-slider-area>.row .col-md-3.col-lg-3 {
    padding: auto 0;
  }

  .oykatde .wb-product-inline .prices {
    margin-top: 0;
  }

  .oykatde .wb-product-inline {
    padding-bottom: 15px;
  }

  .oykatde .wb-product-inline .right {
    bottom: 16px;
    width: calc(100% - 85px) !important;
    right: 15px;
    padding-left: 27px;
  }

  .oykatde .wb-product-inline .right .btn {
    padding-left: 23px !important;
  }

  .oykatde .wb-slider-area>.row .col-md-9.col-lg-9 {
    margin-top: 15px;
    padding: auto 0;
  }

  .hibild .section-header-actions .buton.buton-red {
    margin-bottom: 10px;
  }

  .account-hub-content .button-right {
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .fcol {
    flex-direction: column;
  }

  .fcol span {
    width: 100%;
  }

  .fcol span:not(:last-child) {
    margin-bottom: 10px;
  }

  .fbkom {
    flex-wrap: wrap;
  }

  .fbkom a {
    margin-bottom: 10px;
  }

  .ft-col {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .gmcontainer.pl-0.pr-0 {
    display: none;
  }

  .gmsection-title {
    margin-bottom: 20px !important;
  }

  .header {
    flex-direction: column;
    height: auto !important;
    padding: 20px;
  }

  .header .header-actions,
  .header-brand,
  .header .header-brand .logo {
    width: 100%;
    height: auto !important;
  }

  .header .header-actions:nth-child(1) {
    order: 1;
  }

  .header .search-bar {
    order: 2;
    width: 100% !important;
    margin-bottom: 20px;
  }

  .header .header-actions:nth-child(2) {
    order: 4;
    display: none;
  }

  #story-area {
    padding-left: 0;
    padding-right: 0;
    display:none;
  }

  .story-box .sb-img img {
    width: 65px;
    height: 65px;
  }

  .story-box .sb-img {
    width: 65px;
    height: 65px;
  }

  .story-box .sb-img span {
    font-size: 10px;
  }

  #story-area+.content-grid .wb-slider-area .col-md-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .swipermain {
    height: 150px !important;
    margin-bottom: 15px;
  }

  .wb-slider-area {
    padding: 15px;
  }

  .swipermain .swiper-slide a img {
    height: 150px;
  }

  .banner-img {
    display: flex;
    padding-right: 0 !important;
  }

  .wb-banner-top img {
    height: auto;
    margin-bottom: 0 !important;
  }

  .banner-img a {
    width: 50%;
  }

  .banner-img a:first-child {
    margin-right: 15px;
  }

  .swipermain .swiper-pagination-bullet {
    min-width: 8px;
    width: 8px;
    height: 8px;
  }

  ._dfg h2 {
    font-size: 1.300rem !important;
  }

  ._asd+.p40 {
    padding: 20px !important;
  }

  .gmalbum-preview {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
    height: 200px;
  }

  .gmalbum-preview:nth-child(odd) {
    margin-right: 15px;
  }

  .gmgrid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: unset;
  }

  .gmgrid.centered {
    justify-content: unset;
  }

  .story-box>span {
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header .header-actions:nth-child(4) {
    order: 3;
  }

  .header .header-actions:nth-child(4) .action-list-item:first-child {
    display: none;
  }

  .header .header-actions:nth-child(4) .buton {
    width: 50%;
    margin: 0;
  }

  .header .header-actions:nth-child(4) .buton.buton-purple {
    margin-right: 10px;
  }

  .header .header-brand .logo {
    margin-bottom: 20px;
    margin-left: 0 !important;
  }

  .pr-det-right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .pdl-top {
    flex-direction: column;
  }

  .pdll-top {
    margin-right: 0;
    width: 100%;
  }

  .pdl-right {
    margin-right: 0;
    width: 100%;
  }

  .pdl-bottom {
    flex-direction: column-reverse;
  }

  .pdll-bottom {
    width: 100%;
    margin-right: 0;
  }

  .pdb-right {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .ar-lft {
    width: 20px;
  }

  .duy-text span {
    display: none;
  }

  .duy-text {
    padding-right: 15px;
  }

  .duy-text::before {
    width: 20px;
    right: -10px;
    transform: skew(-19deg);
  }

  .duy-text::after {
    right: -25px;
    transform: skew(-19deg);
  }

  .cookie-box {
    z-index: 99999;
    left: 0;
    bottom: 10px;
    right: 0;
    margin: 10px;
    width: calc(100% - 20px);
  }

  .cookie-box>img {
    max-width: 40px;
  }

  .acp {
    max-height: 35px;
    font-size: 12px;
    padding: 5px 20px;
  }

  .acp+a {
    font-size: 12px;
  }

  #annoucement .container::before {
    left: -95%;
  }

  .ft-col:nth-child(5) {
    width: 100%;
    max-width: 1000px;
  }

  .ft-col:nth-child(1) p {
    font-size: 11px;
  }

  .ft-header {
    font-size: 12px;
  }

  .ft-link {
    font-size: 11px;
  }

  .social-link {
    width: 50px;
    height: 50px;
  }

  .footer-bottom {
    padding-bottom: 110px;
  }

  .footer-bottom .container p i,
  .footer-bottom .container p i:hover {
    font-size: 32px;
  }

  .footer-bottom .container {
    font-size: 11px;
    flex-direction: column;
  }

  .footer-bottom .container p {
    margin-bottom: 10px;
  }
}

@media all and (max-width:550px) {

  #user-store .profile-header .profile-header-info .profile-header-info-actions {
    padding: 10px;
  }

  .oyildet .reaction-options.reaction-options-dropdown {
    padding: 0 8px;
    border-radius: 10px !important;
    overflow: hidden;
    width: 285px;
  }

  .oyildet .reaction-options.reaction-options-dropdown .profile-header-social-links-wrap{
    width: 100%;
  }

  #news-info .reaction-options.reaction-options-dropdown {
    left: -26px !important;
    padding: 0 8px;
    border-radius: 10px !important;
    overflow: hidden;
  }

  .crad .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .crad .row .col-4 {
    white-space: nowrap;
  }


  .crad .row .col-4:not(:last-child) {
    margin-bottom: 10px;
  }

  .detmob {
    flex-direction: column;
    align-items: flex-start;
  }

  .detmob .detail {
    width: 100%;
    padding: 5px;
  }

  .butmob {
    flex-wrap: wrap;
  }

  .butmob .btn {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .sipmo .box.pc-urun .flex-start {
    flex-direction: column;
  }

  .sipmo .box.pc-urun .flex-start img,
  .sipmo .box.pc-urun .flex-start .content {
    margin-bottom: 10px;
  }

  .sipmo .box.pc-urun .flex-start .content {
    flex-direction: column;
  }

  .sipmo .box.pc-urun .flex-start .content .left {
    width: 100%;
  }

  .gr4t {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
  }

  .gr4t .user-preview {
    width: 47%;
  }

  .gr4t .user-preview .badge-list {
    grid-template-columns: repeat(auto-fit, 17px);
  }

  .gr4t .user-preview .user-preview-info {
    padding: 0 10px 10px;
  }

  .gr4t .user-short-description .user-short-description-title a {
    font-size: 15px !important;
  }

  .gr4t .user-preview-stats-slide .user-stats {
    display: flex;
    flex-direction: column;
  }

  .gr4t .user-preview .badge-item,
  .gr4t .user-preview .badge-item img {
    width: 17px;
    height: 20px;
  }

  .gr4t .user-stat {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }

  .gr4t .user-stat::after {
    display: none;
  }

  .gr4t .streamtt-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gr4t .user-preview .user-preview-info .user-preview-actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }

  .gr4t .user-preview .user-preview-info .user-preview-actions .button.secondary {
    margin-bottom: 15px;
  }

  .gr4t .streamtt-box .streamertt-box-status {
    position: static;
  }

  #user-store .profile-header .profile-header-info .profile-header-info-actions p {
    width: 50%;
    overflow: hidden;
  }

  .dfps {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    padding: 10px 0;
    width: 100%;
  }

  .dfps .badge-item-preview{
    flex-direction: column;
    align-items:center;
    width: calc(50% - 10px);
    height: auto;
    padding: 15px;
    box-sizing: border-box;
  }

  .dfps .badge-item-preview .badge-item-preview-info{
    padding-left: 0;
  }

  .dfps .badge-item-preview .badge-item-preview-image{
    margin-bottom: 10px;
  }

  .yenilol .checkbox-wrap .checkbox-box {
    position: absolute;
  }

  .yenilol .accordion-trigger-linked {
    text-indent: 1rem;
    margin-top: 0px;
    line-height: 1.5rem;
  }

  .gr3t .stream-box {
    width: 46%;
  }

  .user-stat.big {
    padding: 0 12px;
  }

  .profile-header .profile-header-info .user-stats .user-stat.yayinci-stat {
    display: block;
  }

  .user-stat.yayinci-stat .user-stat-image+.user-stat-text {
    margin-top: 8px;
  }

  .gr3t .stream-box .stream-box-info {
    padding: 22px 14px;
  }

  .odgec .product-card .box .flex-start {
    flex-direction: column;
  }

  #user-store .product-preview-meta .flex-between {
    flex-direction: column;
    padding: 10px;
  }

  #user-store .product-preview-meta .flex-between .button.games {
    width: 100%;
    margin-top: 10px;
  }

  #user-store .product-preview .product-preview-author .product-preview-author-text a,
  #user-store .product-preview .product-preview-author .product-preview-author-text {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bpan {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .odgec .product-card .box .flex-start .content {
    margin-top: 10px;
    width: 100%;
    flex-direction: column;
  }

  .odgec .product-card .box .flex-start .content .left {
    /* width: 100%; */
    text-align:center;
  }

  .gr3t .create-entity-box.v2,
  .gr3t .product-preview {
    width: 46%;
    height: auto;
  }

  .gcat .gmsection-header {
    justify-content: center;
  }

  #oyuncu-pazari .product-preview-meta .flex-between {
    flex-direction: column;
  }

  #oyuncu-pazari .product-preview-meta .flex-between .product-preview-author {
    width: 100%;
  }

  #oyuncu-pazari .product-preview-meta .flex-between .button.games {
    margin-top: 10px;
    width: 100%;
  }

  .p-20 {
    padding: 10px 0px;
  }

  .gr3t .create-entity-box.v2 .create-entity-box-info {
    padding: 10px !important;
  }

  .gr3t .create-entity-box.v2 .create-entity-box-cover {
    height: 150px;
  }

  .gr3t .create-entity-box.v2 .create-entity-box-avatar {
    top: 21px;
  }

  .gr3t .product-preview .product-preview-info {
    padding-bottom: 10px;
  }

  .gr3t .product-preview.fixed-height {
    height: auto;
  }

  .profil-ayar .td-right {
    flex-wrap: wrap;
  }

  .profil-ayar .td-right .action.gray {
    width: 100%;
    margin-bottom: 10px;
  }

  .profil-ayar .action.mid {
    width: 80%;
  }

  .profil-ayar .action.check {
    width: 15%;
    top: 0;
  }

  .profil-ayar .action.check i {
    position: static;
    margin-right: 0 !important;
  }

  .hbilg .user-stat.big {
    padding: 0 12px;
  }

  .profil-ayar .td-right .action {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .profil-ayar .td-right .action i {
    margin-right: 5px;
  }

  .shbfil {
    width: 100%;
    padding: 0 14px;
  }

  .shbfil .sectionhb-filters-bar-actions {
    width: 100%;
  }

  .gr3t {
    display: flex;
    flex-wrap: wrap;
  }

  .gr3t .post-preview {
    width: 46%;
    min-height: auto;
  }

  .gr3t .post-preview .post-preview-info.fixed-height .post-preview-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .post-preview .post-preview-info.fixed-height {
    height: auto;
  }

  .tab-bar .tab-item.active .tab-item-inner {
    transform: translateY(-30px) !important;
  }

  .des-tal .payments-accordion .card-body .box .flex-between {
    display: flex;
    flex-direction: column;
  }

  .des-tal .payments-accordion .card-body .box .flex-between .badge {
    margin-top: 10px;
    width: 100%;
  }

  .tab-bar .tab-indicator .tab-indicator-left,
  .tab-bar .tab-indicator .tab-indicator-right {
    height: 12px !important;
  }
}

@media all and (max-width:420px) {

  .tab-bar .tab-item.active .tab-item-inner {
    margin-left: 6px;
  }

  .yayinci-basvur .nav .nav-item .nav-link {
    font-size: 8px;
    padding: 10px 25px;
  }

  .gmsection-title {
    font-size: 20px !important;
  }

  .tab-bar .tab-item.active .tab-item-inner {
    transform: translateY(-25px) !important;
  }

  .tab-bar .tab-item .tab-item-inner {
    width: 60px !important;
    height: 60px !important;
  }

  .story-box .sb-img,
  .story-box .sb-img img {
    width: 55px;
    height: 55px;
  }



  .tab-bar .tab-item {
    width: 60px !important;
  }

  .tab-bar .tab-indicator {
    width: 23% !important;
    height: 49px !important;
  }

  .pdb-right .roww:first-child {
    flex-direction: column-reverse;
  }

  .pdb-right .roww:first-child span {
    margin-top: 20px;
    text-align: center;
  }

  .header .header-actions.search-bar .header-search-dropdown {
    top: 95px !important;
  }

  .pdll-bottom {
    flex-direction: column;
  }

  .pdll-col {
    width: 100%;
    margin-right: 0;
  }

  .pdll-col:not(:last-child) {
    margin-bottom: 20px;
  }

  .dd-1 {
    margin-right: 10px;
  }

  .dd-1 label,
  .dd-2 label {
    font-size: 10px !important;
  }

  .section-dropdown a {
    font-size: 11px;
  }

  .dd-1 .section-dropdown {
    left: 0px;
    right: auto !important;
  }

  .p40 {
    padding: 20px !important;
  }

  .section-header-info .section-title {
    font-size: 1rem;
    text-transform: uppercase;
  }

  .streamer-box .streamer-box-info {
    padding: 36px 10px 10px;
  }

  .streamer-box.small .streamer-box-info .button {
    margin-top: 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }

  .streamer-box.small .streamer-box-info .streamer-box-image {
    top: -40px;
  }

  .product-preview .product-preview-image {
    height: 259px;
  }

  .product-preview-meta .row {
    flex-direction: column;
  }

  .product-preview-meta .row .col-6 {
    max-width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0 !important;
  }

  .product-preview-meta .row .col-6:nth-child(1) {
    margin-bottom: 10px;
  }

  .product-preview .product-preview-info .text-sticker {
    right: 0;
  }

  .text-sticker {
    font-size: .7rem;
  }

  .product-preview .oldprice {
    font-size: 9px;
  }

  .product-preview .product-preview-info {
    padding: 28px 10px;
  }

  .post-preview .post-preview-info.fixed-height {
    padding: 10px;
  }

  .post-preview .post-preview-info.fixed-height .post-preview-text {
    font-size: 10px;
  }

  .post-preview .post-preview-info .post-preview-title {
    font-size: .9rem;
  }

  .wbf .row .col-md-3 {
    width: 50%;
    display: flex;
    flex-direction: column;
  }

  .wbf .row .col-md-3 .wb-feature-box {
    flex-direction: column;
    align-items: center;
  }

  .wbf .row .col-md-3 .wb-feature-box i {
    margin-right: 0;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wbf .wb-feature-box .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: uppercase;
  }

  .wbf .wb-feature-box .title+p {
    font-size: 11px;
    color: #888;
  }
}

@media all and (max-width:378px) {
  .tab-bar .tab-item.active .tab-item-inner {
    margin-left: -1px;
  }
}

@media all and (max-width:343px) {
  .tab-bar .tab-indicator {
    width: 24% !important;
  }


}

.tab-bar {
  background-color: rgb(33, 40, 55);
  padding: 0 20px 0px 20px;
  display: none;
  position: fixed;
  bottom: 0;
  height: 10px;
  left: 0;
  right: 0;
  height: 80px;
  justify-content: space-between;
  z-index: 99;
  padding-bottom: 15px;
}

.dark .tab-bar {
  background-color: #fefcfe;
}

.tab-bar .tab-indicator {
  position: absolute;
  background-color: #7750F8;
  width: 100px;
  height: 48px;
  border-radius: 0 0 50px 50px;
  z-index: 1;
  transform: translateX(155px);
  transition: transform 0.3s ease-out;
}

.highlighted {
  color: #4ff461;
}

.mb-header .closebtn:hover svg {
  stroke: #4ff461 !important;
}

.tab-bar .tab-indicator .tab-indicator-left,
.tab-bar .tab-indicator .tab-indicator-right {
  background-color: #7750F8;
  height: 9px;
  width: 25px;
  position: absolute;
}

.tab-bar .tab-indicator .tab-indicator-left:after,
.tab-bar .tab-indicator .tab-indicator-right:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(33, 40, 55);
  display: block;
}

.dark .tab-bar .tab-indicator .tab-indicator-left:after,
.dark .tab-bar .tab-indicator .tab-indicator-right:after {
  background-color: #fefcfe;
}

.tab-bar .tab-indicator .tab-indicator-left {
  left: -25px;
}

.tab-bar .tab-indicator .tab-indicator-left:after {
  border-radius: 0 25px 0 0;
}

.tab-bar .tab-indicator .tab-indicator-right {
  right: -25px;
}

.tab-bar .tab-indicator .tab-indicator-right:after {
  border-radius: 25px 0 0 0;
}

.tab-bar .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none !important;
}

.tab-bar .tab-item .tab-item-inner {
  position: absolute;
  display: flex;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  z-index: 9;
}

.tab-bar .tab-item .tab-item-inner svg {
  width: 40%;
  transition: fill 0.2s ease-out 0.2s;
}

.tab-bar .tab-item .tab-item-inner svg * {
  stroke: #888;
}

.tab-bar .tab-item.active .tab-item-inner {
  transform: translateY(-31px);
  transition-delay: 0.2s;
  background-color: rgb(33, 40, 55);
  z-index: 2;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, .25);
}

.dark .tab-bar .tab-item.active .tab-item-inner {
  background-color: #fefcfe;
}

.tab-bar .tab-item.active .tab-item-inner svg * {
  stroke: #7750F8;
  opacity: 0;
  animation: draw 0.8s linear forwards 0.2s;
}

.tab-item.active #layout * {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
}

.tab-item.active #list * {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.tab-item #settings {
  width: 55%;
}

.tii-basket {
  position: relative;
}

.tii-basket span {
  position: absolute;
  background-color: #7750F8;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  top: 15px;
  right: 11px;
  color: #fff !important;
}

span.mbbm {
  font-size: 10px;
  font-weight: 600;
  z-index: 9;
  margin-top: 55px;
  color: #fff;
}

.mob-basket-dropdown {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  background-color: rgb(33, 40, 55);
  z-index: 999;
  height: calc(100% - 110px);
  border-radius: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
}

#sepetim:target {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.mb-header,
.mb-content {
  padding: 20px;
}

.mb-content {
  padding-bottom: 0;
  padding-top: 0;
  height: calc(100% - 54px);
  overflow-y: auto;
  overflow-x: hidden;
}

.mb-footer {
  position: fixed;
  width: 300px;
  bottom: 0;
  background-color: rgb(33, 40, 55);
}

.mb-footer .dropdown-box-actions {
  padding: 20px 10px;
}

.mb-footer .dropdown-box-action {
  width: calc(50% - 5px);
}

.mb-footer .dropdown-box-action a {
  width: 100% !important;
  font-size: 12px;
  white-space: nowrap;
}

.mb-header {
  position: sticky;
  top: 0;
  background-color: rgb(33, 40, 55);
  z-index: 9;
}

.mob-basket-dropdown::-webkit-scrollbar {
  width: 3px;
}

.mb-footer .dropdown-box-action:first-child {
  margin-right: 10px;
}

.mb-content .dropdown-box-list-item {
  margin-bottom: 30px;
}

.tab-item.active #settings * {
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
}

.tab-item.active #message * {
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
}

.tab-item.active #user * {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}