body {
  background: #1f132b;
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  color: #fff;
}
.BG {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://cdn.discordapp.com/attachments/623387986637094912/893984823977332806/buy.purpleore.net-bg_2.png);
  background-size: cover;
  background-position: bottom;
  z-index: -1;
}
@media (max-width: 450px) {
  .BG {
    /* background: url(https://cdn.discordapp.com/attachments/623387986637094912/893990914643599380/buy.purpleore.net-bg_mobile.png); */
  }
}
.BGBlur {
  width: 100%;
  height: 100%;
  background: transparent;
}
a,
button {
  transition: 0.3s all !important;
  text-decoration: none !important;
  outline: none !important;
  color: #fff;
  backdrop-filter: blur(25px);
}
a:hover {
  color: #fff;
}
.btn-gift,
.btn-primary,
.btn-default {
  background: rgb(234 82 239 / 10%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-sizing: border-box;
  border-radius: 6px !important;
  color: #ffffff;
  transition: 0.3s all !important;
  backdrop-filter: blur(25px);
  transform: translate3d(0, 0, 0);
}
.btn-success {
  background: rgb(82 239 99 / 10%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-sizing: border-box;
  border-radius: 6px !important;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  color: #4aed44 !important;
  background: rgb(34 205 44 / 25%) !important;
	box-shadow: 0px 1px 20px rgb(74 229 84 / 30%);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ed4444 !important;
  background: rgb(205 34 76 / 25%) !important;
	box-shadow: 0px 1px 20px rgb(229 74 74 / 30%);
}
.btn-danger {
  background: rgb(205 34 76 / 13%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-sizing: border-box;
  border-radius: 6px !important;
  color: #fff;
  font-weight: 500;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-info {
  background: rgba(222, 156, 238, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-sizing: border-box;
  border-radius: 6px !important;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(10px);
}
.btn-gift:hover,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #d7ed44 !important;
  background: rgb(192 34 205 / 25%) !important;
	box-shadow: 0px 1px 20px rgb(203 74 229 / 30%);
}
.btn {
  text-transform: uppercase;
  font-weight: 600 !important;
}

.panel,
.modal-content,
.dropdown-menu {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}
.panel .panel-heading {
  background: rgba(222, 156, 238, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  margin: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding: 18px;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}
.panel-body {
  padding: 25px 30px;
}
.panel .panel-body {
  padding-top: 25px !important;
}
.sidebar .panel-body {
  padding: 0px 30px 25px !important;
}
.modal-header {
  background: rgb(215 155 223 / 5%);
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.modal-content {
	background-color: rgb(17, 8, 22, .9);
  /* backdrop-filter: blur(10px) !important; */
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgb(215 155 223 / 5%);
}

.form-control,
.checkout .packages table tbody .quantity input {
  background: rgb(215 155 223 / 5%) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  color: #ddd !important;
  border-radius: 6px !important;
}
.form-control:focus {
  background: rgb(215 155 223 / 8%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: rgba(222, 156, 238, 0.07);
}
td.name {
  font-size: 16px;
  font-weight: 500;
}
td.price {
  color: #5bf97f;
  font-weight: 600;
  font-size: 16px;
}
.category .packages-row table .price .discount {
  font-size: 14px;
  font-weight: 700;
}

.modal-header .close {
  margin-top: -2px;
  opacity: 1;
  font-size: 28px;
  color: #f35d5d;
  transition: 0.3s all !important;
}
.close:hover,
.close:focus {
  color: #f32e2e !important;
}

form[name="gift-form"] input[name="username"] {
  width: 98%;
}
.dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  color: white;
  background: rgb(33 22 40 / 66%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 5px 10px;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}
.dropdown-menu > li > a {
  display: block;
  padding: 6px 20px;
  font-weight: 600;
  box-sizing: border-box;
  color: white;
  background: rgb(33 22 40 / 66%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}

div#CART {
  overflow-x: hidden;
}
#CART .modal-dialog,
#CART .modal-content {
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  height: 100vh;
  margin: 0;
  border-radius: 0px;
  z-index: 1;
  width: 25%;
  transition: 0.5s all !important;
  margin-right: -500px;
}
.cart.in .modal-content {
  margin-right: 500px !important;
}
#CART .modal-content {
  width: 100%;
}
#CART .currency {
  position: relative;
  z-index: 100;
}
#CART .modal-header {
  border: 0px;
  color: #fff;
  background: linear-gradient(
    45deg,
    rgb(197 97 221 / 32%),
    rgb(115 59 129 / 23%)
  );
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-position: 2% 22%;
}
#CART .modal-body {
  display: grid;
  grid-gap: 30px;
}
#CART .User {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
}
#CART .UserMenu {
  margin-bottom: -15px;
}
#CART .User img {
  transform: scaleX(-1);
}
#CART .User a{
	backdrop-filter: none !important;
}
.RIGHT {
  text-align: center;
}
#CART .packages,
#CART .modal-footer {
  background: rgba(222, 156, 238, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
#CART td {
  background: transparent !important;
  color: #fff;
  font-weight: 600;
  border: none;
}
#CART th {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 15px;
}
#CART th.name {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#CART th.RIGHT {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#CART .currency.open ul.dropdown-menu {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}
#CART table {
  margin: 0px;
}
#CART .modal-footer .btn-success {
  display: block;
  width: 50%;
  margin: 60px auto 0px;
  padding: 10px;
}
#CART p.pull-left {
  font-size: 16px;
  text-align: left;
}

@media (min-width: 1400px) {
  .container {
    width: 1400px !important;
  }
}

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

.toolbar.container {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: end;
  padding-top: 25px;
}
.BUTTon.basket a {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.BUTTon.basket svg {
  margin-bottom: -1px;
}
.toolbar img {
  border-radius: 6px;
  width: 35px;
  height: 35px;
}

#Header {
  display: flex;
  align-items: center;
}
.Logo {
  position: relative;
}
.Logo img {
  width: 414px;
}
.LogoShadow {
  position: absolute;
  left: 0;
  z-index: -1;
  transform: scale(1.05);
}
.navbar.navbar-default {
  background: transparent;
  border: none;
  margin-left: auto;
}
.nav.navbar-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px 10px;
}
.nav::before {
  display: none;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px;
  font-weight: 600;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(5px);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f8e859;
  text-decoration: underline;
}

#CheckoutBTN {
  margin: 0 0 16px 8px;
  transition: 0.3s all !important;
  padding: 0;
  width: calc(100% - 16px);
}
#CheckoutBTN a {
  padding: 15px;
  color: #fff !important;
  display: block;
  font-weight: 700;
}
.Yellow {
  /*color: #f9da59;*/
}
.Green {
  color: #5bf97f;
}

#HomeBody {
  padding: 0px 15px;
}

.HomeHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.HomeHeader .Left {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.HomeHeader .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-right: 20px;
}
.HomeHeader .name:after {
  content: "";
  width: 2px;
  height: 125%;
  background: rgba(255, 255, 255, 0.08);
  display: block;
  right: 0;
  top: -4px;
  position: absolute;
}
.ip {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#8d03fa, #dfe248);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.SocialIcons {
  text-align: right;
  margin-bottom: 10px;
}
.Sale {
  background: rgba(222, 156, 238, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 28px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}
.Sale h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  margin: 0px;
  background: -webkit-linear-gradient(#f5de94, #f1de50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
.Sale h4 {
  font-weight: 900;
  font-size: 26px;
  line-height: 29px;
  margin: 0px;
  background: -webkit-linear-gradient(#fffc95, #f5a92d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.HomeBody {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin: 35px 0px 50px;
}

.HomeFooter {
  display: flex;
  align-items: center;
}
.SupportBox {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
}
.SupportBox h3 {
  font-size: 22px;
  font-weight: 700;
}
.SupportBox p {
  display: flex;
  align-items: center;
  margin: 0px 0px 20px;
}
.SupportLink {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 5px;
  padding: 15px 20px;
  margin-left: 20px;
  outline: 3px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  grid-gap: 5px;
  background: rgba(222, 156, 238, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-sizing: border-box;
  border-radius: 6px !important;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}
.SupportLink:hover {
  color: #f8d659 !important;
  background: rgb(192 34 205 / 25%) !important;
	box-shadow: 0px 1px 20px rgb(203 74 229 / 30%);
}

.InfoBoxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.InfoBoxes h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.InfoBoxes p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.module .featured-package .image img {
  margin: 0px;
  background: rgba(222, 156, 238, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 15px;
  width: 150px;
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(25px);
}
.featured-package {
  display: flex;
  align-items: end;
  grid-gap: 15px;
}
.featured-package .info {
  display: grid;
  grid-gap: 5px;
}
.module .featured-package .info .text {
  float: left;
  width: 100%;
}
.module .featured-package .info .text .name {
  font-size: 16px;
  font-weight: 600 !important;
}
.module .featured-package .info .text .price {
  font-size: 16px;
  font-weight: 600 !important;
  color: #5bf97e;
}
.module .featured-package .info .text .price .discount {
  font-weight: 600 !important;
  font-size: 14px;
  color: #f83f3f;
}
.module .featured-package .info .button {
  float: right;
  width: 80%;
}

.payments {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  row-gap: 20px;
}
.payments img {
  width: 32px;
  border-radius: 4px;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 80%;
  margin: 30px auto;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .payments {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #Header,
  .HomeHeader,
  .featured-package {
    flex-direction: column !important;
  }
  .InfoBoxes {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .module .featured-package .info .button {
    width: 100% !important;
  }
  .module .featured-package .info .text {
    text-align: center;
  }
  #CART .modal-dialog,
  #CART .modal-content {
    width: 70% !important;
  }
}

@media (max-width: 767px) {
  nav.navbar.navbar-default {
    margin: 0px auto !important;
    width: 100% !important;
  }
  .collapse.navbar-collapse {
    display: block !important;
    width: 100% !important;
    border: none !important;
    margin: 0px auto !important;
		box-shadow: none !important;
  }
  .HomeHeader .Left {
    flex-direction: column !important;
    grid-gap: 0px !important;
  }
  .navbar-header {
    display: none !important;
  }
  .HomeHeader .name:after {
    content: "";
    width: 25% !important;
    height: 2px !important;
    right: 0;
    left: 0;
    margin: 0px auto !important;
    bottom: -15px !important;
    top: unset !important;
  }
  .SocialIcons {
    text-align: center !important;
  }
  #Header,
  .HomeHeader {
    flex-direction: column;
  }
  .InfoBoxes {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .nav.navbar-nav {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .navbar-toggle {
    border: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #f8e258;
  }
  #CART .modal-dialog,
  #CART .modal-content {
    width: 100% !important;
  }
  .Logo img {
    width: 350px !important;
  }
}