@charset "UTF-8";
/* BASE CSS
 * --------------------------------------- */
body {
  overflow-x: hidden !important;
  background-color: #1F2435;
  color: #EAEAEA;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: "Rubik", sans-serif;
}

body ::selection {
  background: #FCAF4F;
  color: #1F2435;
}

header {
  margin-bottom: 50px;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  padding-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

li {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #EAEAEA;
}
a:hover {
  text-decoration: none;
  color: #FCAF4F;
}
a:active {
  background-color: transparent !important;
}

::-webkit-scrollbar {
  width: 7px;
  /* for vertical scrollbars */
  height: 7px;
  /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: #181B27;
}

::-webkit-scrollbar-thumb {
  background: #1F2435;
  height: 10px;
}

::-webkit-scrollbar-track-piece {
  height: 30px;
}

/* ==============================
   Table
=============================== */
.table {
  overflow: auto;
}

table {
  width: 100%;
  min-width: auto;
  text-align: start;
  border: none;
  margin: 0;
  border-spacing: 0;
  padding: 5px;
  background-color: #EAEAEA;
  border-collapse: collapse;
  color: #181B27;
  border-radius: 0;
}
table td, table th {
  border-top: none !important;
  color: #EAEAEA !important;
}
table thead {
  color: #EAEAEA;
  text-transform: uppercase;
}
table thead th {
  width: 20%;
  padding: 16px;
  text-align: start;
  border-bottom: none !important;
  font-weight: bold;
  color: #181B27 !important;
}
table tbody {
  background-color: #181B27;
}
table tbody td {
  padding: 10px;
}

.card {
  background-color: transparent;
  border: none;
}
.card .card-header {
  background-color: #181B27;
  border-radius: 0;
  border-bottom: none;
  font-weight: bold;
  font-size: 20px;
}

.shadow-sm {
  box-shadow: none !important;
}

.btn-link {
  color: #FCAF4F;
  transition: color 0.3s ease-in-out;
}

.breadcrumb {
  background-color: #181B27;
}

.editor-toolbar {
  border-top: 1px solid #EAEAEA !important;
  border-left: 1px solid #EAEAEA !important;
  border-right: 1px solid #EAEAEA !important;
}
.editor-toolbar i {
  color: #FCAF4F;
}

.CodeMirror {
  background-color: #1F2435 !important;
  color: #EAEAEA !important;
  border: 1px solid #EAEAEA !important;
}

.card-body {
  background-color: #181b278a;
}

.forum .list-group-item {
  background-color: #181b278a;
}
.forum .list-group-item i, .forum .card-header i {
  color: #FCAF4F;
}

.list-group-item {
  background-color: #181b278a;
}

.offerts a:hover span {
  color: #EAEAEA !important;
}
.offerts .card-body {
  background-color: #181B27;
  color: #181B27;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  padding: 6px 30px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 70px;
  margin: 10px;
}
.offerts .card-body span {
  color: #FCAF4F;
  transition: color 0.3s ease-in-out;
}
.offerts .card-body:hover {
  background-color: #FCAF4F;
}
.offerts .card-body:hover h4, .offerts .card-body:hover h3 {
  color: #181B27;
}
.offerts .card-body img {
  height: 50px;
  width: auto;
}
.offerts .card-body h3 {
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #EAEAEA;
  border: none;
  text-align: center;
  font-weight: bold;
  max-width: 200px;
  margin: 5px auto auto;
  line-height: 20px;
  min-width: 95%;
  transition: color 0.3s ease-in-out;
}
.offerts .card-body h3 span {
  color: #FCAF4F;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.offerts .warn-col {
  padding: 20px;
  background-color: #181B27;
  margin-top: 50px;
}
.offerts .payments-col .row {
  justify-content: center;
}
.offerts .row {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}

.vote .vote-title {
  color: #EAEAEA;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 25px;
  font-weight: bold;
}
.vote .podium {
  margin: 35px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
}
.vote .podium .player {
  text-align: center;
}
.vote .podium .player span {
  color: #FCAF4F;
}
.vote .podium .player .pseudo {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.vote .podium .player img {
  height: 190px;
  width: auto;
}
.vote .podium .player .step {
  color: #181B27;
  background-color: #EAEAEA;
  font-size: 20px;
  text-transform: uppercase;
  min-width: 200px;
}
.vote .podium .player .step .top {
  font-weight: bold;
}
.vote .podium .player .step .votes {
  font-size: 15px;
  font-weight: bold;
}
.vote .podium .player .reward {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.vote .podium .first-player span, .vote .podium .first-player i {
  color: #FFDB24;
}
.vote .podium .first-player img {
  height: 190px;
}
.vote .podium .first-player .step {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 25px;
  padding: 15px 0;
}
.vote .podium .first-player .step .votes {
  font-size: 15px;
}
.vote .podium .second-player span, .vote .podium .second-player i {
  color: #C6D6EB;
}
.vote .podium .second-player img {
  height: 160px;
}
.vote .podium .second-player .step {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 20px;
  padding: 10px 0;
}
.vote .podium .second-player .step .votes {
  font-size: 13px;
}
.vote .podium .third-player span, .vote .podium .third-player i {
  color: #f68c18;
}
.vote .podium .third-player img {
  height: 140px;
}
.vote .podium .third-player .step {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 15px;
  padding: 5px 0;
}
.vote .podium .third-player .step .votes {
  font-size: 13px;
}
@media screen and (max-width: 885px) {
  .vote .podium .player {
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .vote .podium .player .pseudo {
    font-size: 18px;
  }
  .vote .podium .player img {
    height: 150px !important;
  }
  .vote .podium .player .step {
    width: 200px;
    padding: 6px 40px;
    font-size: 18px;
    margin: auto;
    border-radius: 5px;
  }
  .vote .podium .first-player {
    order: 1;
  }
  .vote .podium .second-player {
    order: 2;
  }
  .vote .podium .third-player {
    order: 3;
  }
}
.vote .vote-buttons-group {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: center;
}
.vote .vote-buttons-group .vote-btn {
  text-align: center;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  background-color: #FCAF4F;
  margin: 10px;
  transition: all 0.35s ease-in-out;
  padding: 0 35px;
  color: #181B27;
}
@media screen and (max-width: 400px) {
  .vote .vote-buttons-group .vote-btn {
    width: 100%;
  }
}
.vote .vote-buttons-group .vote-btn:hover {
  transform: translateY(-5px) scale(1.05);
}
.vote .vote-buttons-group .vote-btn:hover p {
  color: #EAEAEA;
}
.vote .vote-buttons-group .vote-btn i {
  font-size: 22px;
  color: #181B27;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: #EAEAEA;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.vote .vote-buttons-group .vote-btn p {
  text-transform: uppercase;
  min-width: 180px;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.vote .vote-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-flow: row wrap;
  width: 100%;
}
.vote .vote-top li {
  margin-top: 15px;
  flex-basis: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  line-height: 50px;
  background-color: #181B27;
  flex-basis: 100%;
}
@media screen and (max-width: 600px) {
  .vote .vote-top li {
    line-height: 40px;
  }
}
.vote .vote-top li .user-info {
  position: relative;
  flex: 0.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-left: 60px;
}
.vote .vote-top li .user-info .head img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 54px;
  width: auto;
  border-radius: 5px;
  border: 3px solid #FCAF4F;
}
.vote .vote-top li .user-info .first {
  color: #FFDB24;
}
.vote .vote-top li .user-info .second {
  color: #C6D6EB;
}
.vote .vote-top li .user-info .third {
  color: #f68c18;
}
.vote .vote-top li .user-info .top {
  flex: 0.3;
  text-align: center;
  font-size: 25px;
  margin-left: 10px;
}
.vote .vote-top li .user-info .pseudo {
  flex: 0.7;
  text-align: center;
  font-size: 22px;
  margin-left: 20px;
}
.vote .vote-top li .count {
  flex: 0.2;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.vote .vote-top li .reward {
  flex: 0.2;
  text-align: center;
  font-size: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .vote .vote-top li .user-info {
    flex: 0.6;
  }
  .vote .vote-top li .count {
    flex: 0.4;
  }
}
@media screen and (max-width: 600px) {
  .vote .vote-top li .user-info .head img {
    height: 40px;
    width: auto;
  }
  .vote .vote-top li .user-info .top {
    font-size: 20px;
  }
  .vote .vote-top li .user-info .pseudo {
    font-size: 18px;
  }
}
.vote .classement-icon {
  position: relative;
}
.vote .classement-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-100%, -50%);
}
.vote td img {
  width: 30px;
  height: auto;
  border-radius: 2px;
  margin-right: 5px;
}
.vote .first i {
  color: #FFDB24;
}
.vote .second i {
  color: #C6D6EB;
}
.vote .third i {
  color: #f68c18;
}
@media screen and (max-width: 400px) {
  .vote table {
    padding: 2px;
    border-collapse: collapse;
    font-weight: bold;
  }
  .vote table thead tr {
    border-radius: 2px;
  }
  .vote table thead th {
    padding: 10px;
  }
  .vote table tbody {
    border-radius: 2px;
  }
  .vote table tbody td {
    padding: 6px;
  }
}

.warn-message {
  width: 100%;
  text-align: center;
  color: #FCAF4F;
  margin-top: 10px;
  margin-bottom: 15px;
}
.warn-message i {
  font-size: 20px;
  margin-bottom: 15px;
}
.warn-message p {
  text-align: justify;
}

.cookie-bar {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background-color: #181B27;
  padding: 10px 0;
}
.cookie-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
.cookie-bar p {
  font-size: 18px;
}
.cookie-bar .more-link {
  color: #FCAF4F;
  transition: color 0.3s ease-in-out;
}
.cookie-bar .more-link:hover {
  color: #fb981d;
}
.cookie-bar .ok-button {
  background-color: #FCAF4F;
  padding: 5px 15px;
  transition: background-color 0.3s ease-in-out;
  color: #181B27;
}
.cookie-bar .ok-button:hover {
  background-color: #fb981d;
}

.cart-info {
  align-items: center;
}
.cart-info .cart-point {
  color: #FCAF4F;
  font-weight: bold;
  font-size: 20px;
}
.cart-info .cart-point span {
  color: #EAEAEA;
}
.cart-info .add-point-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCAF4F;
  padding: 10px 15px;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  font-size: 18px;
  color: #181B27;
  line-height: 20px;
  transition: color 0.3s ease-in-out;
  border-radius: 3px;
  margin-bottom: 15px;
}
.cart-info .add-point-btn:hover {
  color: #181B27;
}
.cart-info .add-point-btn:hover i {
  color: #EAEAEA;
}
.cart-info .add-point-btn i {
  margin-right: 10px;
  color: #181B27;
  font-size: 22px;
  transition: color 0.3s ease-in-out;
}

.multiSlider {
  position: relative;
}
.multiSlider .MS-content {
  padding-top: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.multiSlider .MS-content .item {
  display: inline-block;
  width: 33.33333%;
  position: relative;
  vertical-align: top;
  height: 100%;
}
.multiSlider .MS-controls .MS-left {
  left: -40px;
  transform: translate3d(0, -50%, 0) rotate(90deg);
}
.multiSlider .MS-controls .MS-right {
  right: -40px;
  transform: translate3d(0, -50%, 0) rotate(-90deg);
}
.multiSlider .MS-controls button {
  cursor: pointer;
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(90deg);
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
}
.multiSlider .MS-controls button:after {
  font-size: 35px;
  color: #EAEAEA;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, calc(-50% + 1px), 0);
  content: "";
}
.multiSlider .MS-controls button:hover .multiSlider .MS-controls button:after {
  color: #fb981d;
}

@media (max-width: 992px) {
  .multiSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .multiSlider .MS-controls button {
    font-size: 20px;
  }
}
@media screen and (max-width: 1052px) {
  .multiSlider .MS-content .item {
    display: inline-block;
    width: 50%;
    position: relative;
    vertical-align: top;
    height: 100%;
  }
}
@media screen and (max-width: 700px) {
  .multiSlider .MS-content .item {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
    height: 100%;
  }
}
@keyframes go-to-bottom-anim {
  0% {
    transform: scale(1);
  }
  75% {
    transform: translate3d(0, -12px, 0) scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.header-nav {
  position: relative;
  z-index: 40;
  height: calc(70vh);
  background-position: center;
  background-size: cover;
}
.header-nav:before {
  background-color: #030c2da6;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100vw;
  height: calc(70vh);
  content: "";
  display: table;
  clear: both;
}
.header-nav:after {
  position: absolute;
  z-index: 0;
  top: 0;
  content: "";
  display: table;
  clear: both;
  width: 0px;
  height: 0px;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: calc(70vh + 60px) solid #eaeaea0a;
}
@media screen and (max-width: 750px) {
  .header-nav:after {
    border-left: 60vw solid transparent;
    border-right: 60vw solid transparent;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .header-nav:after {
    border-left: 80vw solid transparent;
    border-right: 80vw solid transparent;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 400px) {
  .header-nav:after {
    border-left: 100vw solid transparent;
    border-right: 100vw solid transparent;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-nav .navigation {
  position: relative;
  z-index: 500;
  height: 100px;
  line-height: 100px;
  background-color: transparent;
}
.header-nav .sub-navigation {
  position: relative;
  z-index: 999;
  height: 45px;
  line-height: 45px;
  font-size: 19px;
  background-color: #181b278a;
}
@media screen and (max-width: 885px) {
  .header-nav .sub-navigation {
    display: none;
  }
}
.header-nav .navigation-content {
  display: flex;
  justify-content: center;
}
.header-nav .header-nav-top-mid {
  position: relative;
}
.header-nav .header-nav-top-mid .shop {
  margin: 0 35px;
}
.header-nav .header-nav-top-mid .shop a {
  background-color: #FCAF4F;
  color: #181B27;
  padding: 6px 25px;
  transition: background-color 0.3s ease-in-out;
  font-weight: bold;
  font-size: 22px;
}
.header-nav .header-nav-top-mid .shop a:hover {
  background-color: #fb981d;
  color: #181B27;
}
.header-nav-top {
  position: relative;
  display: flex;
  width: 100%;
}
.header-nav-top:after {
  content: "";
  display: table;
  clear: both;
}
.header-nav-top .active a {
  color: #FCAF4F !important;
}
.header-nav-top .nav-link {
  padding: 0;
}
.header-nav-top .dropdown-menu {
  z-index: 999;
  line-height: initial;
  background-color: #FCAF4F;
}
.header-nav-top .dropdown {
  margin-left: 15px;
  font-size: 18px;
  transition: color 0.3s ease-in-out;
  color: #EAEAEA;
  text-transform: uppercase;
}
.header-nav-top .dropdown .active {
  color: #FCAF4F !important;
  border-left: 3px solid #FCAF4F;
}
.header-nav-top .dropdown .active:after {
  display: none !important;
}
.header-nav-top .dropdown a:hover, .header-nav-top .dropdown:hover {
  color: #FCAF4F;
}
.header-nav-top .dropdown .dropdown-item {
  color: #EAEAEA;
  background-color: transparent !important;
}
.header-nav-top .dropdown .dropdown-item .active {
  background-color: transparent !important;
  color: #FCAF4F !important;
}
.header-nav-top .dropdown .dropdown-item .active:after {
  display: none !important;
}
.header-nav-top .dropdown .dropdown-toggle::after {
  border-top: 0.3em solid #FCAF4F;
}
.header-nav-top .item {
  display: table;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  min-width: 100px;
  text-align: center;
}
.header-nav-top .item i {
  color: #FCAF4F;
  font-size: 16px;
  margin-right: 5px;
}
.header-nav-top .item a {
  font-size: 19px;
  text-transform: uppercase;
  color: #EAEAEA;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.header-nav-top .item a:hover {
  color: #FCAF4F;
}
.header-nav-top-left {
  float: left;
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
.header-nav-top-right {
  float: right;
  display: flex;
  justify-content: flex-start;
  width: 40%;
}
.header-nav .header-content {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: calc(70vh - 100px);
}
@media screen and (max-width: 1200px) {
  .header-nav .header-content {
    height: 70vh;
  }
}
.header-nav .header-content .container {
  height: calc(70vh - 100px);
}
@media screen and (max-width: 1200px) {
  .header-nav .header-content .container {
    height: 70vh;
  }
}
.header-nav .header-content-mid {
  position: relative;
  top: 50%;
  transform: translateY(calc(-50% - 50px));
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-flow: row wrap;
  width: 100%;
}
.header-nav .header-content-mid .content {
  text-align: center;
}
.header-nav .header-content-mid .content img {
  height: 200px;
  width: auto;
}
.header-nav .header-content-mid .content .copy-ip {
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header-nav .header-content-mid .content .copy-ip:hover .ip {
  background-color: #FCAF4F;
}
.header-nav .header-content-mid .content .copy-ip .top-info {
  font-weight: bold;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
}
.header-nav .header-content-mid .content .copy-ip .info {
  font-weight: bold;
  color: #EAEAEA;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
  margin-top: 5px;
}
.header-nav .header-content-mid .content .copy-ip .ip {
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 30px;
  background-color: #EAEAEA;
  font-size: 18px;
  font-weight: bold;
  color: #181B27;
  transition: all 0.3s ease-in-out;
}
.header-nav .header-content-bottom {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 19px;
  background-color: #2f313e85;
}
@media screen and (max-width: 750px) {
  .header-nav .header-content-bottom {
    background-color: transparent;
  }
}
.header-nav .header-content-bottom .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav .header-content-bottom .nav-link {
  padding: 0;
}
.header-nav .header-content-bottom .dropdown-menu {
  z-index: 999;
  line-height: initial;
  background-color: #FCAF4F;
}
.header-nav .header-content-bottom .item {
  font-size: 18px;
  transition: color 0.3s ease-in-out;
  color: #EAEAEA;
}
.header-nav .header-content-bottom .item a {
  color: #EAEAEA;
}
.header-nav .header-content-bottom .item a:hover, .header-nav .header-content-bottom .item:hover {
  background-color: transparent;
}
.header-nav .header-content-bottom .item .dropdown-toggle::after {
  border-top: 0.3em solid #FCAF4F;
}
.header-nav .header-content-bottom .dropdown-item {
  transition: color 0.3s ease-in-out;
}
.header-nav .header-content-bottom .dropdown-item:hover {
  color: #181B27;
}
.header-nav .header-content-bottom-online {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .header-nav .header-content-bottom-online {
    display: none;
  }
}
.header-nav .header-content-bottom-online .item {
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.header-nav .header-content-bottom-online .item .online {
  float: left;
  font-weight: bold;
  font-size: 15px;
}
.header-nav .header-content-bottom-online .item .online span {
  color: #FCAF4F;
}
.header-nav .header-content-bottom-online .item .online p {
  color: #EAEAEA;
}
.header-nav .header-content-bottom-go-to-bottom {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(5px);
  text-align: center;
  margin-left: 3px;
}
.header-nav .header-content-bottom-go-to-bottom i {
  cursor: pointer;
  color: #FCAF4F;
  font-size: 30px;
  transition: color 0.3s ease-in-out;
}
.header-nav .header-content-bottom-go-to-bottom i:hover {
  color: #fb981d;
}
.header-nav .header-content-bottom-user {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .header-nav .header-content-bottom-user {
    display: none;
  }
}
.header-nav .header-content-bottom-user .item:not(first-child) {
  margin-left: 15px;
}
.header-nav .header-content-bottom-user .dropdown-toggle::after {
  display: none;
}
.header-nav .header-content-bottom-user .user-nav-link {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #EAEAEA;
}
.header-nav .header-content-bottom-user .user-nav-link:hover img {
  border-color: #FCAF4F;
}
.header-nav .header-content-bottom-user .user-nav-link img {
  border-radius: 2px;
  width: 40px;
  height: auto;
  margin-left: 15px;
  border: 3px solid #EAEAEA;
  transition: border-color 0.25s ease-in-out;
}

.small-header {
  height: auto;
  overflow: auto;
  overflow-y: hidden;
}
.small-header:after {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100vw;
  height: 500px;
  content: "";
  display: table;
  clear: both;
}
.small-header .header-content {
  height: auto;
  overflow: hidden;
}
.small-header .header-content:after {
  display: none;
}
.small-header .header-content .container {
  height: auto;
  padding: 50px 0 35px;
  padding-bottom: calc(70px + 50px);
}
@media screen and (max-width: 1200px) {
  .small-header .header-content .container {
    padding-top: 100px;
  }
}
.small-header .header-content-mid {
  top: auto;
  transform: translateY(0);
}
.small-header .header-content .content {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .small-header .header-content .content {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .small-header .header-content .content .copy-ip {
    margin-right: 0;
    flex-basis: 100%;
  }
}
.small-header .header-content .go-to-button {
  bottom: 5vh;
}

.header-mobile-nav {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: transparent;
  height: 60px;
  width: 100%;
}
.header-mobile-nav li {
  display: block;
}
.header-mobile-nav .mobile-btn {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 30px;
  transform: translate3d(0, -50%, 0);
}
.header-mobile-nav .mobile-btn i {
  font-size: 30px;
  color: #EAEAEA;
}
.header-mobile-nav .mobile-navigation {
  transition: all 0.3s ease-in-out;
  transform: translateX(-100vw);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #181B27;
  line-height: 20px;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  padding: 30px;
  text-align: center;
}
.header-mobile-nav .mobile-navigation .nav-link {
  padding: 0;
}
.header-mobile-nav .mobile-navigation li:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}
.header-mobile-nav .mobile-navigation img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.header-mobile-nav .mobile-navigation .item {
  position: relative;
  line-height: 40px;
  font-weight: bold;
  width: 100%;
}
.header-mobile-nav .mobile-navigation .item a {
  text-align: center;
  margin: 10px auto auto;
  display: block;
  text-transform: uppercase;
  padding: 4px 0;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #EAEAEA;
  max-width: 400px;
  border-left: 4px solid #EAEAEA;
  background-color: #1F2435;
  transition: color 0.3s ease-in-out;
}
.header-mobile-nav .mobile-navigation .item a:hover {
  color: #FCAF4F;
}
.header-mobile-nav .mobile-navigation .item .dropdown-item {
  color: #EAEAEA;
  font-size: 18px;
}
.header-mobile-nav .mobile-navigation .shop a {
  background-color: #FCAF4F;
  color: #181B27;
}
.header-mobile-nav .mobile-navigation .shop a:hover {
  color: #EAEAEA;
}
.header-mobile-nav .mobile-navigation .dropdown-menu {
  position: relative !important;
  transform: none !important;
  float: none !important;
  background-color: transparent;
  max-width: 400px;
  margin: 20px auto auto;
  padding: 0;
  border: none;
}
.header-mobile-nav .mobile-navigation .dropdown-menu .dropdown-item {
  background-color: #1F2435 !important;
}
.header-mobile-nav .mobile-navigation .dropdown-menu .dropdown-item {
  color: #EAEAEA;
  font-size: 18px;
}

.footer {
  position: relative;
  margin-top: 140px;
}
.footer .top-footer {
  background-color: #181b278a;
  padding: 65px 10px;
}
.footer .top-footer-content {
  position: relative;
}
.footer .top-footer-content .container {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: baseline;
}
.footer .top-footer .footer-title {
  position: relative;
  font-weight: bold;
  text-align: start;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 20px;
}
.footer .top-footer .about, .footer .top-footer .support, .footer .top-footer .links {
  display: block;
}
.footer .top-footer .about .content, .footer .top-footer .support .content, .footer .top-footer .links .content {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer .top-footer .about, .footer .top-footer .support, .footer .top-footer .links {
    flex-basis: 100% !important;
    width: 100%;
    flex: 1;
    margin-bottom: 15px;
  }
}
.footer .top-footer .about {
  flex: 0.3;
}
.footer .top-footer .about p {
  color: #EAEAEA;
  text-align: justify;
  font-size: 15px;
}
.footer .top-footer .support {
  flex: 0.3;
  margin-top: 25px;
  text-align: center;
}
.footer .top-footer .support p {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 10px;
}
.footer .top-footer .support .btn {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  color: #181B27;
  border-radius: 0;
  padding: 6px 30px;
}
.footer .top-footer .links {
  flex: 0.3;
  text-align: center;
}
.footer .top-footer .links .footer-title {
  text-align: center;
}
.footer .top-footer .links a {
  display: block;
  margin-bottom: 5px;
  color: #FCAF4F;
  transition: color 0.3s ease-in-out;
  font-weight: bold;
  font-size: 18px;
  background-color: #181B27;
  padding: 5px 0;
}
.footer .top-footer .links a:hover {
  color: #EAEAEA;
}
.footer .bottom-footer {
  background-color: #181B27;
  color: #EAEAEA;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .bottom-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .footer .bottom-footer .copyright, .footer .bottom-footer .links, .footer .bottom-footer .socials {
    flex-basis: 100% !important;
    width: 100%;
    flex: 1;
    margin-bottom: 15px;
  }
}
.footer .bottom-footer .copyright {
  flex-basis: 33.33%;
  background-color: #181B27;
  text-align: start;
  color: #EAEAEA;
}
@media screen and (max-width: 1200px) {
  .footer .bottom-footer .copyright {
    text-align: center;
  }
}
.footer .bottom-footer .copyright p {
  font-size: 16px;
}
.footer .bottom-footer .copyright span {
  color: #d1d1d1;
  font-weight: bold;
}
.footer .bottom-footer .copyright .azuriom {
  font-size: 10px;
}
.footer .bottom-footer .links {
  flex-basis: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.footer .bottom-footer .links a:not(:first-child) {
  margin-left: 10px;
}
.footer .bottom-footer .links a {
  color: #FCAF4F;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}
.footer .bottom-footer .links a:hover {
  color: #EAEAEA;
}
.footer .bottom-footer .socials {
  flex-basis: 33.33%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (max-width: 1200px) {
  .footer .bottom-footer .socials {
    justify-content: center;
  }
}
.footer .bottom-footer .socials a:not(:first-child) {
  margin-left: 10px;
}
.footer .bottom-footer .socials a:hover i {
  color: #FCAF4F;
}
.footer .bottom-footer .socials a i {
  font-size: 25px;
  color: #EAEAEA;
  transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
  .header-nav .navigation {
    display: none;
  }

  .header-nav .sub-navigation {
    display: none;
  }

  .header-mobile-nav {
    display: block;
  }
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #181B27 !important;
  border-color: #FCAF4F !important;
  background-color: #FCAF4F !important;
}

textarea {
  background-color: transparent !important;
  border: 2px solid #EAEAEA !important;
  color: #EAEAEA !important;
  outline: 0 !important;
}

textarea:focus {
  background-color: transparent !important;
  color: #EAEAEA !important;
  border-color: #FCAF4F !important;
  outline: 0 !important;
  box-shadow: none !important;
}

input {
  background-color: transparent !important;
  border: 2px solid #EAEAEA !important;
  color: #EAEAEA !important;
  outline: 0 !important;
}

input:focus {
  background-color: transparent !important;
  color: #EAEAEA !important;
  border-color: #FCAF4F !important;
  outline: 0 !important;
  box-shadow: none !important;
}

select {
  background-color: transparent !important;
  border: 2px solid #EAEAEA !important;
  color: #EAEAEA !important;
  outline: 0 !important;
}

select:focus {
  background-color: transparent !important;
  color: #EAEAEA !important;
  border-color: #FCAF4F !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.btn-success, .btn-primary, .btn-secondary, .btn-warning, .btn-info, .btn-danger {
  background-color: #FCAF4F;
  font-weight: bold;
  color: white;
  transition: all 0.3s ease-in-out;
  border: none;
  padding: 6px 20px;
}
.btn-success:hover, .btn-primary:hover, .btn-secondary:hover, .btn-warning:hover, .btn-info:hover, .btn-danger:hover {
  background-color: #fca436;
  color: white;
  border: none;
}

.btn-danger {
  background-color: #ff5956;
  color: white;
}
.btn-danger:hover {
  background-color: #ff403d;
  color: white;
}

.badge-success, .badge-primary, .badge-secondary, .badge-warning, .badge-info, .badge-danger {
  background-color: #FCAF4F;
  font-weight: bold;
  color: white;
  transition: all 0.3s ease-in-out;
  border: none;
  padding: 5px 10px;
}

.btn-danger {
  background-color: #ff5956;
  color: white;
}

.modal-content {
  background-color: #181B27;
  color: #EAEAEA;
}
.modal-content .close {
  color: #1F2435;
  text-shadow: none;
  opacity: 1;
  font-size: 40px;
}

.page-container {
  position: relative;
  background-color: transparent;
}
.page-container-title {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #EAEAEA;
  text-transform: uppercase;
  padding-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 885px) {
  .page-container-title {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
/* ==============================
   Container
=============================== */
.container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1244px) {
  .container {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1052px) {
  .container {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 848px) {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.welcome-group {
  margin-top: 80px;
  position: relative;
  padding: 60px 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  border: 2px solid #EAEAEA;
}
@media screen and (max-width: 1052px) {
  .welcome-group {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .welcome-group {
    padding: 40px 20px;
  }
}
.welcome-group:before {
  background-color: #1f2435a9;
  border-radius: 10px;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  clear: both;
}
@media screen and (max-width: 885px) {
  .welcome-group:before {
    border-radius: 20px;
  }
}
.welcome-group .welcome-text {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  max-width: 500px;
}
.welcome-group .welcome-text-title {
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
  color: #FCAF4F;
  text-transform: uppercase;
}
.welcome-group .welcome-text .text {
  text-align: justify;
}
.welcome-group .welcome-links {
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  max-width: 210px;
}
@media screen and (max-width: 1052px) {
  .welcome-group .welcome-links {
    margin-top: 30px;
  }
}
.welcome-group .welcome-links a {
  background-color: #EAEAEA;
  color: #181B27;
  padding: 8px 10px;
  font-size: 18px;
  transition: background-color 0.3s ease-in-out;
  text-transform: uppercase;
  margin: 10px;
  min-width: 100%;
  text-align: center;
}
.welcome-group .welcome-links a i {
  color: #FCAF4F;
  font-size: 20px;
  transition: color 0.3s ease-in-out;
  margin-right: 8px;
}
.welcome-group .welcome-links a:hover {
  background-color: #FCAF4F;
}
.welcome-group .welcome-links a:hover i {
  color: #181B27;
}

.infos-group {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}
@media screen and (max-width: 1052px) {
  .infos-group {
    justify-content: center;
  }
}
.infos-group .about-content {
  flex: 1;
  margin-right: 60px;
}
@media screen and (max-width: 842px) {
  .infos-group .about-content {
    flex: 1;
    flex-basis: 100%;
    max-width: calc(100% - 60px);
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .infos-group .about-content {
    max-width: 100%;
  }
}
.infos-group .about-content .about-item {
  position: relative;
  width: 100%;
  padding: 30px 60px;
  background-color: #181B27;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .infos-group .about-content .about-item {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 400px) {
  .infos-group .about-content .about-item {
    padding: 30px 15px;
    padding-top: 60px;
  }
}
.infos-group .about-content .about-item .icon-rotate-inverse {
  transform: translateX(30%) translateY(-30%) rotate(15deg) !important;
  right: 0;
  left: initial !important;
}
.infos-group .about-content .about-item .icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-30%) translateY(-30%) rotate(-15deg);
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #EAEAEA;
  border-radius: 5px;
}
@media screen and (max-width: 400px) {
  .infos-group .about-content .about-item .icon {
    left: 50% !important;
    transform: translateX(-50%) translateY(-30%) rotate(0deg) !important;
  }
}
.infos-group .about-content .about-item .icon i {
  font-size: 30px;
  color: #FCAF4F;
}
.infos-group .about-content .about-item .content {
  margin: auto;
  max-width: 800px;
}
.infos-group .about-content .about-item .content .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #FCAF4F;
}
.infos-group .about-content .about-item .content p {
  font-size: 18px;
  text-align: justify;
}
.infos-group .stats-content {
  display: inline-block;
  max-width: 180px;
}
@media screen and (max-width: 842px) {
  .infos-group .stats-content {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 30px;
  }
}
.infos-group .stats-content .stats {
  flex: 1;
  position: relative;
  z-index: 999;
  border-radius: 5px;
  margin: 10px;
  flex: 0.3;
  text-align: center;
  margin: 10px;
  width: 180px;
}
@media screen and (max-width: 580px) {
  .infos-group .stats-content .stats {
    min-width: 100%;
  }
}
.infos-group .stats-content .stats-number {
  color: #FCAF4F;
  font-size: 30px;
  font-weight: bold;
}
.infos-group .stats-content .stats-text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.news-slider {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .news-slider {
    flex: 1;
    min-width: 90%;
  }
}
@media screen and (max-width: 885px) {
  .news-slider {
    flex: 1;
    min-width: 80%;
  }
}
.news-slider .news {
  position: relative;
  margin: 10px;
}
.news-slider .news a {
  transition: color 0.3s ease-in-out;
}
.news-slider .news a:hover {
  color: #FCAF4F;
}
.news-slider .news .post-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0;
  min-width: 300px;
  text-align: center;
}
.news-slider .news img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 0 6px #1f2435a9;
}
.news-slider .news .date {
  margin-top: 5px;
  color: #FCAF4F;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.stats-group {
  position: relative;
  padding: 100px 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.stats-group .stats {
  position: relative;
  z-index: 999;
  background-color: #1F2435;
  padding: 25px 15px;
  border-radius: 5px;
  margin: 10px;
  flex: 0.3;
  text-align: center;
  width: 300px;
}
@media screen and (max-width: 885px) {
  .stats-group .stats {
    min-width: 100%;
  }
}
.stats-group .stats-number {
  color: #FCAF4F;
  font-size: 30px;
  font-weight: bold;
}
.stats-group .stats-text {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.faqs .faq {
  background-color: #FCAF4F;
  margin-top: 10px;
}
.faqs .faq .card-header {
  background-color: #1F2435;
  border: none;
  border-radius: 10px !important;
}
.faqs .faq .card-header a {
  font-weight: bold;
  color: #EAEAEA;
  font-size: 19px;
}
.faqs .faq .collapse {
  background-color: #FCAF4F;
  border: none;
  border-radius: 10px !important;
}
.faqs .faq .collapse .card-body {
  margin-top: 10px;
  border-radius: 10px !important;
  transition: all 0.3s ease-in-out;
}

.support-ticket-show .card {
  border: none;
  background-color: #FCAF4F;
  color: #EAEAEA;
}
.support-ticket-show .card .card-header {
  color: #1F2435 !important;
}

.news-show .card {
  background-color: transparent;
  border: none;
}
.news-show .card .card-header {
  background-color: #FCAF4F;
  border-radius: 0;
}
.news-show .shadow-sm {
  box-shadow: none !important;
}
.news-show hr {
  border-top: 1px solid #1F2435;
}

.categories-sidebar {
  background-color: #181B27;
  padding: 5px 15px;
  border-radius: 0;
  margin-bottom: 15px;
}
.categories-sidebar .active {
  background-color: #FCAF4F;
  color: #1F2435;
  border: none;
}
.categories-sidebar .active i {
  color: #FCAF4F;
}
.categories-sidebar a {
  background-color: #1F2435;
  padding: 8px 0;
  color: #FCAF4F;
  text-transform: uppercase;
  margin-top: 10px !important;
  display: block;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.categories-sidebar a i {
  font-size: 16px;
  color: #EAEAEA;
  margin-right: 5px;
  transition: color 0.3s ease-in-out;
}
.categories-sidebar a:hover {
  background-color: #FCAF4F;
  color: #1F2435;
}
.categories-sidebar a:hover i {
  color: #FCAF4F;
}

.shop-sidebar {
  background-color: #181B27;
  padding: 25px 15px;
  border-radius: 3px;
}
.shop-sidebar .not-login {
  text-align: justify;
}
.shop-sidebar .top-user-info {
  text-align: center;
}
.shop-sidebar .top-user-info img {
  width: 70px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.shop-sidebar .top-user-info h3 {
  font-weight: bold;
  font-size: 25px;
}
.shop-sidebar .top-user-info p {
  font-size: 16px;
}
.shop-sidebar .top-user-info i {
  font-size: 16px;
  color: #F4DF4C;
  margin-right: 5px;
}
.shop-sidebar a {
  background-color: #1F2435;
  padding: 8px 0;
  color: #FCAF4F;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.shop-sidebar a i {
  font-size: 16px;
  color: #EAEAEA;
  margin-right: 5px;
  transition: color 0.3s ease-in-out;
}
.shop-sidebar a:hover {
  background-color: #FCAF4F;
  color: #1F2435;
}
.shop-sidebar a:hover i {
  color: #FCAF4F;
}
.shop-sidebar .add-point-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCAF4F;
  padding: 10px 15px;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
  font-size: 18px;
  color: #181B27;
  line-height: 20px;
  transition: color 0.3s ease-in-out;
  border-radius: 3px;
  margin-bottom: 15px;
}
.shop-sidebar .add-point-btn:hover {
  color: #181B27;
}
.shop-sidebar .add-point-btn:hover i {
  color: #EAEAEA;
}
.shop-sidebar .add-point-btn i {
  margin-right: 5px;
  color: #181B27;
  font-size: 22px;
  transition: color 0.3s ease-in-out;
}
.shop-sidebar .add-point-btn p {
  max-width: 200px;
}

.shop-navbar {
  background-color: #181B27;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px 0;
}
.shop-navbar .navbar-nav {
  width: 100%;
}
.shop-navbar .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #EAEAEA;
  transition: color 0.3s ease-in-out;
  font-size: 18px;
}
.shop-navbar .navbar-nav .nav-link:hover {
  color: #FCAF4F;
}
.shop-navbar .navbar-nav .active a {
  color: #FCAF4F;
}
.shop-navbar button {
  outline: 0;
}
.shop-navbar .toggler-icon i {
  color: #EAEAEA;
  font-size: 24px;
}

.products .card-body {
  background-color: transparent;
}
.products .product {
  border-radius: 3px;
  text-align: center;
  background-color: #181B27;
  padding-bottom: 10px;
}
.products .product .card-body {
  padding: 10px;
}
.products .product img {
  width: 50%;
  height: auto;
  margin: 15% 20% 15% 20%;
}
.products .product h4 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #EAEAEA;
  text-transform: uppercase;
}
.products .product .buy {
  background-color: #1F2435;
  padding: 10px 25px;
  font-size: 14px;
  text-transform: uppercase;
  color: #EAEAEA;
  border-radius: 0;
  border: none;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  max-width: 200px;
  margin: 5px auto auto;
  line-height: 20px;
  min-width: 95%;
}
.products .product .buy span {
  color: #FCAF4F;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.products .product .buy:hover {
  background-color: #FCAF4F;
  color: #181B27;
}
.products .product .buy:hover span {
  color: #EAEAEA;
}

.payments-method {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  background-color: #181b278a;
  margin-top: 20px;
}
.payments-method img {
  height: 40px;
  width: auto;
  margin: 15px 30px;
}

.payments .card {
  background-color: #181B27;
  border-radius: 5px;
  margin: 5px;
  padding: 15px 0;
  min-width: 250px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.payments .card-body {
  padding: 0;
  background-color: transparent;
}
.payments .card:hover p {
  color: #FCAF4F;
}
.payments .card i {
  display: block;
  color: #FCAF4F;
  font-size: 33px;
  margin-bottom: 5px;
}
.payments .card i svg {
  margin: auto;
  display: block;
  width: 30px;
  height: auto;
}
.payments .card p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #EAEAEA;
  transition: all 0.3s ease-in-out;
}