html {
  scroll-behavior: smooth; }

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
  box-shadow: none; }

ul[class],
ol[class],
ul,
ol {
  padding: 0; }

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  color: white; }

a {
  color: white;
  text-decoration: none; }
  a:hover {
    color: #0071e3; }

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  display: block; }

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  padding: 0; }
  input:focus,
  button:focus,
  textarea:focus,
  select:focus {
    outline: none; }

h1 {
  font-size: 32px;
  font-weight: 600; }

h2,
h3,
h4,
h5 {
  font-weight: 600; }

body {
  background-color: #151923; }

select,
input {
  background: #151924;
  border: solid 1px #272d3a;
  border-radius: 5px;
  height: 40px;
  font-weight: 600;
  color: white;
  text-align: center;
  transition-duration: 0.3s; }
  select:focus,
  input:focus {
    border-color: #0071e3; }

input[type=number] {
  appearance: textfield; }

.container {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto; }

.modal-content {
  border-radius: 8px;
  background-color: #1c212c; }

.modal-header {
  border-color: #232830; }

.modal-footer {
  border-color: #232830; }

.toastify {
  box-shadow: none;
  max-width: 520px;
  width: fit-content;
  font-family: 'Poppins', sans-serif;
  background: #00172d;
  border: 1px solid #0071e3;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between; }
  .toastify.error {
    background-color: #330000;
    border: 1px solid red; }

.cc__category___panel {
  box-shadow: 1px 5px 22px -2px rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  background-color: #1c212c;
  overflow: hidden; }
  .cc__category___panel .cc__category___products .cc__category___empty {
    padding: 24px; }
    .cc__category___panel .cc__category___products .cc__category___empty .cc__category___empty_box {
      padding: 8px;
      border: solid 1px #2d3036;
      border-radius: 4px; }
      .cc__category___panel .cc__category___products .cc__category___empty .cc__category___empty_box p {
        color: #999fb0; }
  .cc__category___panel .cc__category___products .cc__category___products_header {
    padding: 24px;
    border-bottom: solid 1px #2d3036; }
  .cc__category___panel .cc__category___products .cc__category___products_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    padding: 24px; }
  @media screen and (max-width: 1029px) {
    .cc__category___panel .cc__category___products .cc__category___products_grid {
      grid-template-columns: 1fr; } }
  .cc__category___panel .cc_category___pagination {
    user-select: none;
    padding: 24px;
    display: flex;
    justify-content: center;
    text-align: center; }
    .cc__category___panel .cc_category___pagination .base_button {
      padding: 4px 12px;
      border: solid 1px #cdcdcd1f;
      border-radius: 4px;
      height: 32px;
      color: #cdcdcd;
      display: flex;
      align-items: center; }
    .cc__category___panel .cc_category___pagination .base_button[data-disabled=true] {
      pointer-events: none;
      color: #cdcdcd; }
    .cc__category___panel .cc_category___pagination .base_button[data-current=true] {
      background-color: #0071e3;
      color: black; }

.cc__checkout___wrapper .cc__checkout___header {
  padding: 24px;
  border-bottom: solid 1px #2d3036;
  text-transform: uppercase; }

.cc__checkout___wrapper .cc__checkout___separator {
  border-bottom: solid 1px #2d3036;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .cc__checkout___wrapper .cc__checkout___separator .cc__checkout___coupon_container {
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 8px 0; }
    .cc__checkout___wrapper .cc__checkout___separator .cc__checkout___coupon_container .coupon-error {
      font-size: 14px;
      color: #fe293e;
      display: none; }
    .cc__checkout___wrapper .cc__checkout___separator .cc__checkout___coupon_container .cc__checkout___coupon_form {
      display: flex;
      gap: 12px; }
    .cc__checkout___wrapper .cc__checkout___separator .cc__checkout___coupon_container .coupon-input {
      height: auto; }

.cc__checkout___wrapper .cc__checkout___no_products p {
  text-align: center; }

.cc__checkout___wrapper .cc__checkout___footer .cc__checkout___footer_finish {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.cc__checkout___wrapper .cc__checkout___footer p {
  font-family: 'Poppins', sans-serif; }
  .cc__checkout___wrapper .cc__checkout___footer p strong {
    color: #0071e3; }

.cc__checkout___wrapper .cc__checkout___footer i {
  margin-right: 5px; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.cc__checkout___wrapper .cc__checkout___footer .rotate {
  margin: 0;
  margin-left: 8px;
  color: #0071e3;
  animation: rotation 2s infinite linear; }

.cc__checkout___wrapper .cc__checkout___products {
  padding: 24px; }
  .cc__checkout___wrapper .cc__checkout___products table {
    font-family: 'Poppins', sans-serif;
    border-collapse: collapse;
    padding: 24px;
    width: 100%; }
  .cc__checkout___wrapper .cc__checkout___products td, .cc__checkout___wrapper .cc__checkout___products th {
    text-align: left;
    padding: 16px; }
  .cc__checkout___wrapper .cc__checkout___products th {
    font-weight: bold;
    font-size: 14px; }
  .cc__checkout___wrapper .cc__checkout___products td {
    font-size: 14px; }
  .cc__checkout___wrapper .cc__checkout___products thead {
    border-bottom: #2d3036 solid 1px; }
  .cc__checkout___wrapper .cc__checkout___products tbody tr.display:nth-child(2n) {
    background-color: #212733; }
  .cc__checkout___wrapper .cc__checkout___products .cc__checkout___price {
    font-weight: 700;
    color: #0071e3;
    font-size: 15px; }
  .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller {
    transition-duration: 0.2s;
    display: flex;
    align-items: center;
    gap: 8px; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller button {
      border-radius: 5px;
      width: 35px;
      height: 35px;
      color: white;
      transition-duration: 0.3s; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller .cc__checkout___increase {
      background: #00d37d; }
      .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller .cc__checkout___increase:hover, .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller .cc__checkout___increase:focus {
        background: #008750; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller .cc__checkout___decrease {
      background: #fe293e; }
      .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller .cc__checkout___decrease:hover, .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller .cc__checkout___decrease:focus {
        background: #d90116; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___quantity_controller .cc__checkout___quantity_input {
      width: 40px; }
  .cc__checkout___wrapper .cc__checkout___products .cc__checkout___remove {
    width: 35px;
    height: 35px;
    color: #cdcdcd;
    background-color: transparent;
    transition-duration: 0.3s; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___remove:focus {
      background-color: #333333;
      border-radius: 50px;
      color: #fe293e; }
  .cc__checkout___wrapper .cc__checkout___products .cc__checkout___options_btn {
    width: 35px;
    height: 35px;
    color: #ffffff;
    background-color: #333333;
    border-radius: 8px;
    transition-duration: 0.3s;
    position: relative;
    display: none; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___options_btn.enabled {
      display: block; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___options_btn p {
      position: absolute;
      background-color: #333333;
      font-weight: 600;
      font-size: 14px;
      padding: 5px;
      border-radius: 5px;
      opacity: 0;
      visibility: hidden;
      transition-duration: 0.2s;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%); }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___options_btn.open {
      background-color: #0071e3; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___options_btn i {
      transition-duration: 0.3s; }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___options_btn:hover i {
      transition-duration: 0.3s;
      transform: rotateZ(90deg); }
    .cc__checkout___wrapper .cc__checkout___products .cc__checkout___options_btn:hover p {
      opacity: 1;
      visibility: visible; }

.cc__checkout___modal .modal-dialog {
  font-family: 'Inter', sans-serif;
  max-width: 400px; }

.cc__checkout___modal .modal-body .cc__checkout___modal_alert_container {
  display: none; }
  .cc__checkout___modal .modal-body .cc__checkout___modal_alert_container .cc__checkout___modal_alert {
    background-color: #ae0000;
    padding: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 16px; }
    .cc__checkout___modal .modal-body .cc__checkout___modal_alert_container .cc__checkout___modal_alert i {
      font-size: 24px; }
    .cc__checkout___modal .modal-body .cc__checkout___modal_alert_container .cc__checkout___modal_alert h5 {
      margin-bottom: 0;
      font-size: 16px; }
    .cc__checkout___modal .modal-body .cc__checkout___modal_alert_container .cc__checkout___modal_alert p {
      font-size: 14px; }

.cc__checkout___modal .modal-body .cc__checkout___form_field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px; }
  .cc__checkout___modal .modal-body .cc__checkout___form_field.checkbox {
    flex-direction: row;
    align-items: center; }
    .cc__checkout___modal .modal-body .cc__checkout___form_field.checkbox label {
      margin: 0;
      margin-left: 5px; }
      .cc__checkout___modal .modal-body .cc__checkout___form_field.checkbox label #terms-form {
        color: #0071e3;
        font-weight: bold;
        cursor: pointer; }
        .cc__checkout___modal .modal-body .cc__checkout___form_field.checkbox label #terms-form:hover {
          color: #003e7d; }
  .cc__checkout___modal .modal-body .cc__checkout___form_field label {
    font-size: 14px;
    margin-bottom: 4px; }
    .cc__checkout___modal .modal-body .cc__checkout___form_field label::after {
      content: ' *';
      color: red; }
  .cc__checkout___modal .modal-body .cc__checkout___form_field input {
    font-weight: 500;
    font-size: 14px; }
  .cc__checkout___modal .modal-body .cc__checkout___form_field .cc__checkout___gateways {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    .cc__checkout___modal .modal-body .cc__checkout___form_field .cc__checkout___gateways button {
      background-color: transparent;
      border: solid 1px #333740;
      color: white;
      padding: 6px 12px;
      border-radius: 5px;
      text-align: center;
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600; }
      .cc__checkout___modal .modal-body .cc__checkout___form_field .cc__checkout___gateways button.active {
        background-color: #00d37d;
        border-color: transparent; }

.cc__checkout___modal .modal-body .cc__checkout___help_text {
  font-size: 11px;
  color: #cdcdcd; }

.cc__checkout___pix_modal .modal-dialog {
  font-family: 'Inter', sans-serif; }

.cc__checkout___pix_modal .modal-body {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .cc__checkout___pix_modal .modal-body button {
    background-color: #00d37d; }

.cc__checkout___opt_len {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 128px; }

.btn-primary#checkout:disabled {
  opacity: 0.4; }


footer {
  background-color: #12161e; }
  footer .cc__footer___wrapper {
    display: flex;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
    padding: 24px 0; }
    footer .cc__footer___wrapper img {
      margin-right: 8px; }
    footer .cc__footer___wrapper p {
      color: #656565; }
    footer .cc__footer___wrapper .cc__footer___left_element {
      display: flex;
      align-items: center; }

header nav {
  padding: 35px;
  background-color: #12161e;
  border-bottom: solid 2px #1c212f; }
  header nav li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    header nav li .cc__nav_links {
      gap: 28px;
      flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      align-items: inherit; }
    header nav li .cc__nav_buttons {
      display: flex;
      gap: 24px;
      justify-content: space-between;
      align-items: inherit; }
    header nav li a {
      font-size: 18px;
      font-weight: 700;
      color: #cdcdcd;
      position: relative; }
      header nav li a.active {
        color: #0071e3; }
      header nav li a.animate:hover::after {
        width: 100%; }
      header nav li a::after {
        content: "";
        transition: all ease 0.3s;
        width: 0px;
        height: 3px;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        background: white; }
    header nav li .cc__header___store_btn {
      background-color: #0071e3;
      padding: 10px 24px;
      border-radius: 64px;
      color: white;
      transition-duration: 0.2s; }
      header nav li .cc__header___store_btn:hover {
        background-color: #0064ca; }

header .cc__header___hero {
  min-height: 256px; }
  header .cc__header___hero::before {
    content: "";
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    min-width: 100%;
    min-height: inherit;
    position: absolute;
    right: 0;
    opacity: 0.1;
    z-index: -1;
    filter: blur(4px); }
  header .cc__header___hero .cc__header___hero__wrapper {
    min-height: 256px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__widget {
      display: flex;
      align-items: center;
      cursor: pointer;
      transition-duration: 0.2s; }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__widget:hover {
        transform: scale(1.1); }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__widget i {
        margin-right: auto;
        margin-left: auto;
        font-size: 43px;
        color: #0071e3;
        padding-left: 16px;
        padding-right: 16px; }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__widget h1 {
        color: white;
        font-size: 24px;
        font-weight: 600; }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__widget p {
        font-family: 'Poppins';
        font-weight: 600;
        color: #798095; }
    header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__logo {
      transition-duration: 0.2s;
      cursor: pointer; }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__logo h1 {
        width: min-content;
        font-size: 48px;
        font-weight: 700;
        text-shadow: 1px 1px 0 #0071e3;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Orbitron', sans-serif; }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__logo img {
        max-width: 256px; }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__logo.right {
        order: 1; }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__logo.left {
        order: -1; }
      header .cc__header___hero .cc__header___hero__wrapper .cc__header___hero__logo:hover {
        transform: scale(1.2); }

@media screen and (max-width: 540px) {
  header nav li {
    justify-content: center; } }

@media screen and (max-width: 640px) {
  .cc__header___hero__widget h1, .cc__header___hero__widget p {
    display: none; } }

.cc__index___grid {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 32px; }
  .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation {
    box-shadow: 1px 5px 22px -2px rgba(0, 0, 0, 0.45);
    border-radius: 8px;
    background-color: #1c212c;
    overflow: hidden; }
    .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      border-bottom: 1px #252c38  solid; }
      .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li.active {
        background-color: #10131a; }
      .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li:last-child {
        border-bottom: none; }
      .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li a, .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li button {
        color: white;
        background: transparent;
        padding: 24px;
        width: 100%;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700; }
        .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li a .fa-house,
        .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li a .fa-bars, .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li button .fa-house,
        .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li button .fa-bars {
          color: #0071e3;
          margin-right: 8px; }
        .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li a .fa-caret-right, .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation li button .fa-caret-right {
          color: #5b5b5b;
          margin-left: auto;
          transition: all 0.1s linear; }
    .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation .cc__subcategories___list__wrapper {
      height: 0px;
      overflow: hidden;
      width: 100%;
      transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation .cc__subcategories___list {
      display: block;
      background-color: #151920;
      padding: 12px 0px; }
      .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation .cc__subcategories___list li {
        border: none; }
        .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation .cc__subcategories___list li a {
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 16px; }
          .cc__index___grid .cc__index___sidebar .cc__index___sidebar__navigation .cc__subcategories___list li a:hover {
            color: #0071e3; }
  .cc__index___grid .cc__index___content {
    min-height: 100vh; }
    .cc__index___grid .cc__index___content .cc__index___content__panel {
      box-shadow: 1px 5px 22px -2px rgba(0, 0, 0, 0.45);
      border-radius: 8px;
      background-color: #1c212c;
      overflow: hidden; }
      .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___custom_content {
        padding: 24px;
        font-family: 'Poppins', sans-serif;
        list-style: inside !important; }
      .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts {
        padding: 24px; }
        .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post {
          margin-top: 64px; }
          .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post p,
          .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post h1 {
            color: #c3cbdd; }
          .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post:first-child {
            margin-top: 0px; }
          .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__index___posts__post_header {
            display: flex;
            align-items: center;
            margin: 24px; }
            .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__index___posts__post_header .cc__post_subtitle {
              font-weight: 600; }
            .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__index___posts__post_header .cc__post_title {
              color: white; }
            .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__index___posts__post_header .cc__post_info {
              text-align: end;
              padding: 8px;
              border-radius: 8px;
              background-color: #0071e3;
              margin-left: auto;
              font-family: 'Poppins', sans-serif;
              font-weight: 500; }
              .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__index___posts__post_header .cc__post_info p {
                color: white; }
          .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__post_container {
            margin-top: 8px;
            padding: 24px;
            margin: 24px;
            border-radius: 8px;
            background-color: #10131a;
            height: 300px;
            position: relative;
            overflow: hidden;
            margin-right: 24px;
            margin-left: 24px; }
            .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__post_container .cc__post_footer {
              display: flex;
              align-items: center;
              justify-content: center;
              position: absolute;
              bottom: 0;
              left: 0;
              background: linear-gradient(0deg, #10131a 30%, rgba(255, 255, 255, 0) 100%);
              width: 100%;
              height: 70px; }
              .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__post_container .cc__post_footer .cc__post_footer__read_more {
                padding: 8px;
                border-radius: 5px;
                background-color: #0071e3;
                font-weight: bold; }
                .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts .cc__index___posts__post .cc__post_container .cc__post_footer .cc__post_footer__read_more:hover {
                  color: #10131a; }
      .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts_paginator {
        padding: 24px 48px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts_paginator * {
          border-radius: 5px;
          background-color: #0071e3;
          height: 32px;
          width: 32px;
          line-height: 32px;
          text-align: center; }
          .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts_paginator *.disabled {
            cursor: not-allowed; }
          .cc__index___grid .cc__index___content .cc__index___content__panel .cc__index___posts_paginator *:hover {
            color: #10131a; }

@media screen and (max-width: 785px) {
  .cc__index___grid {
    grid-template-columns: 0.7fr 1fr; } }

@media screen and (max-width: 620px) {
  .cc__index___grid {
    grid-template-columns: 1fr; }
  .cc__index___widgets {
    order: -1; } }

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 5px;
  background-color: #0071e3;
  color: white;
  transition-duration: 0.2s;
  font-family: 'Poppins', sans-serif; }
  .btn-primary:hover {
    background-color: #0064ca; }
  .btn-primary.thin {
    padding: 6px 12px; }
  .btn-primary.red {
    background-color: red; }
    .btn-primary.red:hover {
      background-color: #990000; }
  .btn-primary.green {
    background-color: #0c9b0c; }
    .btn-primary.green:hover {
      background-color: #086c08; }
  .btn-primary.discord {
    background-color: #5865f2; }
    .btn-primary.discord:hover {
      background-color: #404ff0; }

.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 5px;
  background-color: rgba(0, 113, 227, 0.2);
  color: #0071e3;
  transition-duration: 0.2s;
  font-family: 'Poppins', sans-serif; }
  .btn-secondary:hover {
    background-color: rgba(0, 113, 227, 0.3); }

.btn-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 5px;
  background-color: transparent;
  color: #0071e3;
  transition-duration: 0.2s;
  font-family: 'Poppins', sans-serif;
  border: solid 1px #0071e3; }
  .btn-outline:hover {
    background-color: rgba(0, 113, 227, 0.1); }

.cc__order___wrapper {
  margin: 24px;
  font-family: 'Poppins', sans-serif; }
  .cc__order___wrapper .cc__order___info {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .cc__order___wrapper .cc__order___info .cc__order___status {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      .cc__order___wrapper .cc__order___info .cc__order___status i {
        font-size: 64px; }
      .cc__order___wrapper .cc__order___info .cc__order___status p {
        font-size: 18px;
        font-weight: 600; }
    .cc__order___wrapper .cc__order___info .cc__order___details {
      margin-top: 48px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px; }
      .cc__order___wrapper .cc__order___info .cc__order___details div:last-child {
        grid-column: 1 / -1; }
      .cc__order___wrapper .cc__order___info .cc__order___details h5 {
        font-weight: normal;
        font-size: 16px;
        margin: 0; }
      .cc__order___wrapper .cc__order___info .cc__order___details p {
        font-weight: 600; }
      .cc__order___wrapper .cc__order___info .cc__order___details li {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin: 5px 0;
        align-items: center; }
      .cc__order___wrapper .cc__order___info .cc__order___details .cc__order___badge {
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed',sans-serif;
        border-radius: 30px;
        background-color: #ffa600;
        color: rgba(0, 0, 0, 0.6);
        width: fit-content;
        padding: 2px 6px; }
  .cc__order___wrapper .cc__order___not_found {
    display: flex;
    align-items: center;
    flex-direction: column; }

.cc__post___wrapper p,
.cc__post___wrapper h1 {
  color: #c3cbdd; }

.cc__post___wrapper .cc__post_header___wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-img); }
  .cc__post___wrapper .cc__post_header___wrapper .cc__post_header {
    display: flex;
    align-items: center;
    padding: 24px; }
    .cc__post___wrapper .cc__post_header___wrapper .cc__post_header .cc__post_subtitle {
      font-weight: 600; }
    .cc__post___wrapper .cc__post_header___wrapper .cc__post_header .cc__post_title {
      color: white; }
    .cc__post___wrapper .cc__post_header___wrapper .cc__post_header .cc__post_info {
      text-align: end;
      padding: 8px;
      border-radius: 8px;
      background-color: #0071e3;
      margin-left: auto;
      font-family: 'Poppins', sans-serif;
      font-weight: 500; }
      .cc__post___wrapper .cc__post_header___wrapper .cc__post_header .cc__post_info p {
        color: white; }

.cc__post___wrapper .cc__post_container {
  margin-top: 8px;
  padding: 24px;
  margin: 24px;
  border-radius: 8px;
  background-color: #10131a;
  position: relative;
  overflow: hidden;
  margin-right: 24px;
  margin-left: 24px; }

.cc__product___wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  justify-content: end; }
  .cc__product___wrapper img {
    z-index: 1; }
  .cc__product___wrapper .cc__product___info {
    border-radius: 8px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin-top: -64px;
    padding: 24px;
    padding-top: 64px;
    background: linear-gradient(#13161e, #1c212c); }
    .cc__product___wrapper .cc__product___info .package-price {
      font-weight: bold;
      color: #0071e3; }
    .cc__product___wrapper .cc__product___info h1 {
      margin-top: 16px;
      font-size: 18px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .cc__product___wrapper .cc__product___info .cc__product___action {
      margin-top: 16px;
      display: grid;
      grid-template-columns: 3fr 1fr;
      gap: 16px; }
      .cc__product___wrapper .cc__product___info .cc__product___action p {
        color: #0071e3;
        font-weight: 600; }

.cc__package___options {
  display: flex;
  flex-direction: column; }
  .cc__package___options div {
    margin-bottom: 12px; }
    .cc__package___options div label {
      width: 100%;
      margin-bottom: 4px; }
    .cc__package___options div input, .cc__package___options div select {
      width: 100%;
      font-weight: normal;
      padding: 0 10px; }
    .cc__package___options div:last-child {
      margin-bottom: 0; }

.cc__widget___connection {
  margin-top: 45px;
  padding: 24px;
  background-color: #1c212c;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 1px 5px 22px -2px rgba(0, 0, 0, 0.45); }
  .cc__widget___connection a, .cc__widget___connection button {
    margin-top: 16px;
    border-radius: 5px;
    padding: 8px;
    background-color: #0071e3;
    color: white;
    text-align: center; }

.cc__widget___product {
  margin-top: 45px;
  padding: 24px;
  background-color: #1c212c;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 1px 5px 22px -2px rgba(0, 0, 0, 0.45); }
  .cc__widget___product p {
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif; }
  .cc__widget___product img {
    width: 164px; }
  .cc__widget___product button {
    background-color: #0071e3;
    color: white;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    text-align: center; }

.cc__widget___product_modal_price {
  margin-right: auto;
  font-family: 'Poppins', sans-serif; }
  .cc__widget___product_modal_price strong {
    color: #0071e3; }
