html {
  --color-primary-dark: #5a2ed0;
  --color-primary-light: #d1c4e9;
  --color-primary: #524ad3;
  --color-secondary-dark: #b34a17;
  --color-secondary: #ea5b0c;
  --color-yellow: #ffd900;
  --color-red: #e83f33;
  --color-green: #2c982b;
  --color-gray-100: #757575;
  --color-gray-200: #bdbdbd;
  --color-gray-300: #dedede;
  --color-gray-600: #696969;
  --color-gray-700: #36393f;
  --color-gray-800: #212121;
  --g-transition-duration: 0.4s;
  --swiper-navigation-color: var(--color-primary);
  --swiper-pagination-color: var(--color-primary);
}

*:focus {
  outline-color: var(--color-primary-dark);
}

#logo .img-responsive {
  max-height: 135px;
}

@media (min-width: 1360px) {
  .container {
    width: 1350px;
  }
}

.panel {
  border: none;
}
body {
  font-family: "Baloo Da 2", cursive;
  fill: currentColor;
  color: var(--color-gray-800);
  background-color: #fcfbfb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

/* Utilities */
@media (min-width: 768px) {
  .u-padding-ends-40px\@md-up {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.u-word-break-break-word {
  word-break: break-word;
}

.active:hover {
  color: #fff !important;
}
.list-button {
  margin-top: -6px;
}
.indirim {
  font-size: 14px;
  color: #c2010a;
  font-weight: 700;
  padding: 2px;
  border-radius: 3px;
  margin-right: 3px;
  vertical-align: super;
  -moz-text-decoration-color: #000;
  -moz-text-decoration-style: solid;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    19.1% -7.9%,
    81% 107.9%,
    color-stop(0, #fff),
    color-stop(0.48, #fff),
    color-stop(0.5, #000),
    color-stop(0.52, #fff),
    color-stop(1, #fff)
  );
  background-image: -webkit-repeating-linear-gradient(
    287deg,
    #fff 0%,
    #fff 48%,
    #000 50%,
    #fff 52%,
    #fff 100%
  );
  background-image: repeating-linear-gradient(
    163deg,
    #fff 0%,
    #fff 48%,
    #000 50%,
    #fff 52%,
    #fff 100%
  );
  background-image: -ms-repeating-linear-gradient(
    287deg,
    #fff 0%,
    #fff 48%,
    #000 50%,
    #fff 52%,
    #fff 100%
  );
}
.details {
  margin-left: 10px;
}
.divider-small {
  margin-top: 5px;
  margin-bottom: 5px;
}
.divider-large {
  margin-top: 15px;
  margin-bottom: 15px;
}
.label {
  line-height: 1.846;
}
.jumbotron {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 130px;
}
.jumbotron h1 h2 h3 h4 {
  vertical-align: middle;
}
.container .jumbotron {
  padding-left: 10px;
  padding-right: 10px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background: #0c7cd5 !important;
}
span.avatar img {
  vertical-align: sub;
}
.modal-dialog {
  position: static;
}
.checkout-item-image {
  max-width: 20px;
  margin-right: 5px;
}
.checkbox {
  margin-top: 6px;
  margin-bottom: 0;
}
.checkout-item-quantity {
  width: 35px;
  text-align: center;
  padding: 2px;
  height: 25px;
}
.discount {
  font-size: 14px;
}
.discount i {
  top: 2px;
  left: 3px;
}
.checkout-item-remove {
}
.islemler {
  transition: 0.3s;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
}
.card:hover .islemler {
  opacity: 1;
}
.modal-dialog {
  margin: 60px auto;
}

.widget-box {
  border: none;
}
@media (min-width: 824px) {
  .affix {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
  }
  #user-con > li > a {
    border-radius: 0;
  }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #0c7cd5;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-center:hover:before,
  .hvr-underline-from-center:focus:before,
  .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
  }
  .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.1s;
  }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #6c0198;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-shutter-out-horizontal:hover,
  .hvr-shutter-out-horizontal:focus,
  .hvr-shutter-out-horizontal:active {
    color: #fff;
  }
  .hvr-shutter-out-horizontal:hover:before,
  .hvr-shutter-out-horizontal:focus:before,
  .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
  background: 0 0;
  color: #fff;
}
.currency-selector {
  width: 80px;
}
.header {
  display: table-row;
}
#market-controls {
  position: relative;
  top: 50%;
  #transform: translateY(130%);
  z-index: 1000;
}
.item-wrapper {
  width: 100%;
}
.item-wrapper span {
  line-height: 35px;
}
.item-wrapper span button {
  display: table-cell;
  float: left;
}
.item-wrapper button {
  float: right;
}
.cart-dropdown-image img {
  width: 30px;
  float: left;
}
.cart-dropdown-name {
  width: 160px;
}
.cart-dropdown-info {
  width: 100px;
  text-align: right;
}
.cart-dropdown-remove {
  width: 20px;
}
.cart-dropdown-remove button {
  float: right;
}
.cart-dropdown li:first-child {
  border-top: 0;
  padding-top: 0;
}
.cart-dropdown li {
  border-top: 1px solid #ddd;
}
.cart-dropdown-list {
  margin-top: 5px;
  padding-top: 3px;
}
.cart-dropdown-list div {
  display: inline-block;
  clear: left;
  vertical-align: middle;
}
.cart-dropdown {
  width: 350px;
  padding: 8px;
  margin-top: 2px;
  right: 0;
  left: auto;
}
.cart-dropdown-controls div {
  display: inline-block;
  margin-top: 5px;
}
.cart-dropdown-controls {
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
.cart-dropdown-checkout {
  float: right;
}
.cart-dropdown-total {
  float: left;
  padding-top: 2px;
}
.float-right {
  float: right;
}
footer {
  margin-bottom: 20px;
}
.footer-background {
  background-color: #2f3640;
}
.footer-float-right {
  float: right;
}
.market-name {
  margin-top: 40px;
}
.radio-inline input[type="radio"] {
  visibility: hidden;
  width: 0;
}
.radio-inline {
  padding-left: 0;
}
.selected-gateway {
  border: solid 1px darkgrey;
  border-radius: 8px;
}
.info-box {
  color: #fff;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
  font-size: small;
  min-height: 110px;
}
.online-oyuncu {
  background-color: #4caf50;
}
.kayitli-oyuncu {
  background-color: #2196f3;
}
.bildirim-sayisi {
  background-color: #ff9800;
}
.pad2 {
  padding: 5px;
}
.bilgi {
  font-size: 18px;
  width: 100%;
}
.dropdown-menu {
  margin-top: 10px;
}
.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.bot {
  margin-bottom: 15px;
}
#user-name {
  font-weight: 700;
  font-size: 1.8em;
  color: #212b35;
}

.right {
  text-align: right;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hovercover {
  overflow: hidden;
}
.card-img-top:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-body h2 {
  margin-top: 0;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.text-color-white {
  color: #c8c5c5;
}
.text-muted {
  color: #868e96 !important;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.top {
  margin-top: 60px;
}
.space {
  width: 100% !important;
  clear: both !important;
  padding: 5px 0;
}
.kat-title {
  font-weight: 800;
  font-size: 1.3em;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumb > li + li:before {
  content: none;
}
.breadcrumb > li + li:after {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.catdiv {
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.cats {
  direction: rtl;
  width: fit-content;
}
.cats li {
  direction: ltr;
  display: inline-block;
}
#user-name {
  text-transform: uppercase;
}
.item-footer {
  margin-top: 15px;
  font-size: 1.3em;
}
.modal-header {
  padding-bottom: 0;
}
.urun-title {
  font-size: 100%;
  font-weight: bolder;
  overflow: hidden;
  white-space: nowrap;
}

#name-top {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}
.highlightme {
  background-color: rgba(0, 0, 0, 0.9);
}
#logo-img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.login a {
  display: block;
  text-decoration: none;
  color: #ffffd4;
  background: rgba(246, 152, 2, 0.8);
}
.login a:hover {
  border: 2px solid #ffc200;
  text-shadow: 1px 0 2px #969696;
}
.login a:active {
  border: 2px solid #ffc200;
  background-color: #ffc200;
  color: #212b35;
}
#logo-img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hr {
  margin: 0;
  border: 0;
  height: 2px;
  opacity: 0.3;
  background: #ae0404;
  background: -moz-linear-gradient(
    left,
    rgba(174, 4, 4, 1) 0%,
    rgba(223, 126, 6, 1) 50%,
    rgba(174, 4, 4, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(174, 4, 4, 1) 0%,
    rgba(223, 126, 6, 1) 50%,
    rgba(174, 4, 4, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(174, 4, 4, 1) 0%,
    rgba(223, 126, 6, 1) 50%,
    rgba(174, 4, 4, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0404',endColorstr='#ae0404',GradientType=1 );
}

.affix {
  top: 0;
  width: 100%;
  border-radius: 0;
  margin: 0;
  left: 0;
}

.navbar-default .navbar-nav > li > a {
  text-shadow: 0 1px 1px rgba(150, 150, 150, 0.5);
  transition: 0.5s;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar {
  margin: 0;
}

.dropdown-menu {
  border: none;
}
.open > .dropdown-menu {
  margin-top: 10px;
}
.sunucu {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  margin-top: 20px;
  min-height: 150px;
  -webkit-box-shadow: inset 0 0 12px -1px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: inset 0 0 12px -1px rgba(0, 0, 0, 0.31);
  box-shadow: inset 0 0 12px -1px rgba(0, 0, 0, 0.31);
}
#contbody {
  background-color: #fff;
  padding-top: 20px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#contbody h2 {
  font-family: source sans pro;
  font-weight: 600;
}
#contbody .row {
}

.duyuru {
  font-family: "Museo Sans Cyrl 900";
  background-color: #2ecc71;
  border-bottom: 3px solid #27ae60;
  color: white;
  font-size: 18px;
  padding-top: 5px;
  transition: 0.5s ease;
  position: relative;
}

.duyuru > .container > marquee {
  line-height: 25px;
  transition: 0.5s ease;
}

@font-face {
  font-family: "Museo Sans Cyrl 900";
  font-style: normal;
  font-weight: normal;
  src: local("Museo Sans Cyrl 900"), url("MuseoSansCyrl_3.woff") format("woff");
}

.duyuru:hover .duyuru-overlay {
  opacity: 1;
}
.duyuru-overlay {
  font-family: "Museo Sans Cyrl 900";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #2ecc71;
}

.btn-panel-list {
  margin-top: 10px;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: #fff !important;
  opacity: 0.9;
}
.btn-panel-list:hover {
  color: #fff !important;
  opacity: 1;
}
.duyuru-text {
  font-family: "Museo Sans Cyrl 900";
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

a:focus,
a:hover {
  text-decoration: none;
}

.c-main-swiper {
  width: 100%;
  height: 300px;
}

.c-main-swiper__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1330px) {
  .sidebar {
    padding-right: 80px;
  }
}

/* panel / widget-box */
.widget-box {
  border-radius: 7px 7px 0px 0px;
  margin-bottom: 40px;
  box-shadow: 1px 1px 20px 0px #9c9c9c;
  overflow: hidden;
}

.panel-default .panel-heading {
  border-color: var(--color-secondary);
  color: #fff;
  text-align: center;
  padding: 16px 20px 11px;
  letter-spacing: 3px;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 0 !important;
}

.panel-default.last-donate .panel-heading {
  background-color: var(--color-primary);
  border-bottom: 8px solid var(--color-secondary);
}

.panel-default.market-title .panel-heading {
  background-color: var(--color-primary);
  border-bottom: 8px solid var(--color-secondary);
}

.panel-default.is-user-panel .panel-heading {
  background-color: var(--color-primary);
  border-bottom: 8px solid var(--color-secondary);
}

.panel-default.is-server-statics .panel-heading {
  background-color: var(--color-green);
  border-bottom: 8px solid var(--color-red);
}

.panel-default.is-newbies .panel-heading {
  background-color: var(--color-primary);
  border-bottom: 8px solid var(--color-primary);
}

.panel-default.is-market .panel-heading {
  background-color: rgb(63, 15, 65);
}

.panel-default.is-market .panel-body {
  background-image: url(../img/market-widget-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 0;
}

.panel-default.is-market .panel-bottom {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.panel-default.is-market p {
  margin-bottom: 0;
  line-height: 1.1;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 300;
}

.panel-default.is-market .btn {
  background-color: var(--color-secondary);
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.panel-default.is-market .btn:hover {
  background-color: var(--color-secondary-dark);
  color: #fff;
}

.btn {
  padding: 12px 12px 7px;
  font-size: 20px;
}

.panel-default.is-newbies tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}

.panel-default.is-newbies td {
  border-top: 0;
  vertical-align: middle;
}

input[type="text"],
input[type="password"] {
  min-height: 30px;
  background: #fff;
  font-size: 18px;
  padding: 10px;
  border: solid 0.5px #a9a9a9;
  height: auto;
  border-radius: 0;
}

.info-box {
  min-height: unset;
}

footer {
  margin-bottom: 0;
}

.footer-top {
  background-color: var(--color-primary);
  font-size: 27px;
  padding: 25px 25px 20px;
  color: #fff;
}

.footer {
  background-color: var(--color-gray-700);
}

.footer p {
  margin-bottom: 0;
}

.footer .container {
  color: var(--color-gray-600);
  padding: 8px 8px 3px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.7;
}

.footer a:hover {
  color: var(--color-primary);
}

.pagination a {
  color: #fff !important;
  background-color: var(--color-primary) !important;
  padding: 16px 24px !important;
  font-size: 20px;
  transition: background-color 0.3s;
  margin: 8px;
  text-align: center;
}

.pagination li:not(.active) a:hover {
  background-color: var(--color-yellow) !important;
}

.pagination .active a {
  background-color: #fff !important;
  border: solid 1px var(--color-primary);
  color: var(--color-primary) !important;
}

.c-blog-post {
  box-shadow: 1px 1px 20px 0px #9c9c9c;
  margin-bottom: 40px !important;
  position: relative;
  padding-bottom: 50px;
}

.c-blog-post__header {
  display: flex;
  align-items: center;
  position: relative;
}

.c-blog-post__header::after {
  content: "";
  width: 100%;
  border-bottom: 10px solid var(--color-primary);
  position: absolute;
  bottom: 0;
  display: none;
}

.c-blog-post__category {
  background-color: var(--color-primary);
  color: white;
  font-weight: 600;
  width: 200px;
  height: 70px;
  margin-left: -40px;
  margin-left: 0;
  padding: 18px;
  font-size: 23px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 100%;
}

.c-blog-post__title {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
}

.c-blog-post__time {
  margin-left: auto;
  font-style: italic;
  margin-right: 12px;
  letter-spacing: 1px;
  color: var(--color-gray-100);
}

.c-blog-post .btn {
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0;
  font-weight: 700;
  font-size: 18px;
  border-top-left-radius: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 17px 10px 3px 41px;
}

.c-blog-post .btn:hover {
  background-color: var(--color-primary-dark);
}

.c-blog-post .btn i {
  margin-left: 8px;
}

.c-blog-post article {
  padding: 20px;
  font-size: 16px;
}

.c-blog-post img {
  width: 100%;
}

.ip-box {
  background-color: var(--color-primary);
  color: #fff;
  border: 0;
  padding: 10px 20px;
  width: 100%;
  font-size: 17px;
  letter-spacing: 1px;
}

.c-server-info-card {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.c-server-info-card__card {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  justify-content: center;
  min-height: 35px;
}

.c-server-info-card__card.is-online-gamer {
  background-color: var(--color-secondary);
  flex: 1;
}
.c-server-info-card__card.is-registered-gamer {
  background-color: var(--color-green);
  flex: 1;
}
.c-server-info-card__card.is-release {
  background-color: var(--color-yellow);
  width: 100%;
  font-size: 16px;
}

@media (min-width: 768px) {
  .c-login-register-modal .modal-dialog {
    width: 550px;
  }
}

.c-login-register-modal {
  padding: 20px 20px 40px;
}

.c-login-register-modal h3 {
  font-weight: 400;
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
}

.c-login-register-modal .modal-body {
  position: relative;
}

.c-login-register-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 30px;
  opacity: 1;
}

.c-login-register-modal .form-group {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.c-login-register-modal .forget-password {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #000;
  font-size: 16px;
  display: block;
}

.c-login-register-modal .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-login-register-modal .btn-login {
  background-color: var(--color-primary);
  color: #fff;
}

.c-login-register-modal .btn-register {
  background-color: var(--color-secondary);
  color: #fff;
  margin-left: 12px;
}

@media (max-width: 768px) {
  .c-header-get-address {
    display: none;
  }
}
.panel.is-shop {
  box-shadow: 1px 1px 20px 0px #9c9c9c;
}

.panel.is-shop .panel-heading {
  background-color: var(--color-primary);
}

.panel.is-shop .panel-body {
  display: flex;
  flex-wrap: wrap;
}

.c-product-box {
  display: inline-block;
  margin: auto;
}

.c-product-box__title {
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

.c-product-box__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to right, #fbb040, #f15a29);
  margin-bottom: 8px;
}

.c-product-box__image-area {
  /* margin: 0; */
  height: 200px;
  width: 350px;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
  background-image: linear-gradient(to right, #fbb040, #f15a29);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-product-box__image-area a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-product-box__image {
  cursor: pointer;
  transition: all 0.2s ease-in;
  width: 80px;
  height: 80px;
}

.c-product-box__image:hover {
  transform: scale(1.2);
}

.c-product-box__buy {
  background-color: var(--color-green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 0;
  margin: 30px 20px;
  font-weight: 700;
  font-size: 18px;
  float: right;
}

.c-product-box__buy:hover {
  background-color: var(--color-green);
  color: #fff;
}

.c-product-box__buy i {
  margin-left: 8px;
}

.c-shop-banner {
  background-image: linear-gradient(to right, #f4b008, #b5500b);
  padding: 20px;
  text-align: center;
}

.c-shop-banner__title {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
}

.c-shop-banner p {
  font-size: 24px;
  color: #fff;
}

.c-shop-banner-bottom {
  background-color: #e08b0c;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-shop-banner-bottom .btn {
  color: #fff;
  background-color: var(--color-primary);
  margin-right: 8px;
}

.c-shop-banner-bottom .btn:hover {
  color: #fff;
  background-color: var(--color-primary-dark);
}

.panel-default.is-support .panel-heading {
  background-color: var(--color-primary);
}

.btn-primary.is-support {
  font-size: 13px;
  padding: 10px 10px 7px;
  float: right;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  right: 53px;
  top: 9px;
}

.panel-default.is-support tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}

.panel-default.is-support td {
  border-top: 0;
  vertical-align: middle;
}

.panel-default.is-support td a {
  padding: 5px;
  font-size: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel-default.is-support.is-support-page .panel-body,
.panel-default.is-support.is-support-page .panel-body > .col-md-12 {
  padding: 0;
}

.panel-default.is-support table {
  margin-bottom: 0;
}

/* Mobile Responsive Settings */
@media (max-width: 768px) {
  .panel-default.is-support .panel-heading {
    display: flex;
    flex-direction: column;
  }

  .btn-primary.is-support {
    position: static;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container > div {
    margin-left: 0 !important;
  }
  .c-main-swiper {
    height: 250px;
  }
  .c-blog-post__time {
    display: none;
  }
  .c-blog-post__header::after {
    display: none;
  }

.c-vip-table {
  width: 100%;
}

.c-vip-table__thead img {
  height: 112px;
  width: auto;
}

.c-vip-table__row.is-header td {
  background: var(--color-primary-dark) !important;
  font-size: 20px;
  color: #fff !important;
  font-weight: 900;
}

.c-vip-table__tbody .c-vip-table__row .c-vip-table__item:first-of-type {
  text-align: left;
  color: #212121;
  min-width: 100px;
}

.c-vip-table__item {
  text-align: center;
  padding: 12px 12px 8px 12px;
  color: var(--color-primary);
  font-size: 17px;
}

.c-vip-table__item_remove {
  color: #dc1717;
}

.c-vip-table__item_success {
  color: #26961f;
}

.c-vip-table__row:nth-of-type(odd) .c-vip-table__item {
  background-color: #f0f0f0;
}

.c-vip-table__head-item {
  text-align: center;
}

.c-vip-table__head-item .btn {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 12px;
  padding: 9px 16px 8px 16px;
  font-size: 16px;
}

.c-vip-table__head-item .btn i {
  font-size: 16px;
}

.c-vip-table-wrapper {
  width: 100%;
  overflow-y: auto;
}

.c-vip-table__price,
.c-vip-table__price .indirim {
  font-size: 24px;
}
