.custom-model-main .bg-overlay,
.custom-model-main4 .bg-overlay,
.custom-model-main5 .bg-overlay {
    pointer-events: none;
}

.custom-model-main.model-open .bg-overlay,
.custom-model-main4.model-open .bg-overlay,
.custom-model-main5.model-open .bg-overlay {
    pointer-events: auto;
}

.sc-home-methods-loader {
  font-size: 13px;
  color: #A3A3A3;
  margin-bottom: 8px;
  border-top: 2px solid #121212;
  padding-top: 8px;
}

.sc-home-method--selected:hover {
  background: #313131 !important;
}

.sc-btn-change {
  background: none;
  border: 1px solid #2a2b30;
  color: #c9a84c;
  font-size: .75rem;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
}

.sc-btn-change:hover {
  background: #1e1e28;
  border-color: #c9a84c;
}

.sc-modify-btn {
  flex-shrink: 0;
  font-size: .75rem;
  color: #c9a84c;
  border: 1px solid #2a2b30;
  border-radius: 6px;
  padding: 6px 12px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s, border-color .2s;
}

.sc-modify-btn:hover {
  background: #1e1e28;
  border-color: #c9a84c;
}

.sc-btn-open {
  margin-bottom: 4px;
  font-size: .83rem;
  padding: 9px 20px;
}

.sc-home-methods-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sc-home-method {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 8px;
  background: #161616;
  cursor: pointer;
  transition: background .15s, border-color .15s;
}

.sc-home-method:hover {
  background: #151515;
}

.sc-home-method--selected {
  background: #252525;
}

.sc-home-method-carrier {
  font-size: .85rem;
  font-weight: 600;
  color: #e8e8e8;
}

.sc-return-block {
  margin-bottom: 24px;
}

.sc-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  background: linear-gradient(145deg, #1a1a1a 0%, #2a2a2a 100%);
  border: 1px solid #363636;
  transition: background .2s;
  border-radius: .5rem;
}

.sc-row--top {
  
}

.sc-home-method-delay {
  font-size: .72rem;
  color: #7a7b82;
  margin-left: 8px;
  font-weight: 400;
}

.sc-row--bottom {
  margin-top: 15px;
}

.sc-row--bottom.sc-row--no-expand {
  border-radius: 0 0 10px 10px;
}

.sc-row--active {
  background: #3b3b3b;
}

.sc-radio {
  width: 18px;
  height: 18px;
  accent-color: #c9a84c;
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #7a7b82;
  border-radius: 50%;
  background: transparent;
  position: relative;
  transition: border-color .2s;
}

.sc-radio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9a84c;
  transition: transform .2s;
}

.sc-radio:checked {
  appearance: auto;
  -webkit-appearance: auto;
  accent-color: #c9a84c;
  border: none;
}

.sc-row-label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.sc-row-icon {
  display: flex;
  width: 20px;
}

.sc-row-text {
  font-size: .9rem;
  font-weight: 600;
  color: #e8e8e8;
}

.sc-row-price {
  font-size: .9rem;
  font-weight: 600;
  color: #A3A3A3;
  white-space: nowrap;
}

.sc-expand {
  display: none;
  background: #1c1c1c;
  border-left: 1px solid #2a2b30;
  border-right: 1px solid #2a2b30;
  padding: 16px 18px;
  margin-top: -5px;
  border-bottom: 1px solid #2a2b30;
  border-radius: 0 0 10px 10px;
}

.sc-expand--bottom {

}

.sc-error {
  display: none;
  color: #f08080;
  font-size: .8rem;
  margin-bottom: 10px;
  text-align: center;
}

.sc-recap {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sc-recap--visible {
  display: flex;
}

.sc-recap-tag {
  font-size: .75rem;
  color: #E9B01A;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 2px;
}

.sc-recap-name {
  font-size: 15px;
  font-weight: 501;
  color: #e8e8e8;
  margin-top: 10px;
}

.sc-recap-addr {
  font-size: 12px;
  color: #A3A3A3;
  line-height: 16px;
}

.sc-btn-change {
  background: none;
  border: 1px solid #2a2b30;
  color: #c9a84c;
  font-size: .75rem;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
}

.sc-btn-change:hover {
  background: #1e1e28;
  border-color: #c9a84c;
}

.sc-home-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.sc-home-addr {
  font-size: .85rem;
  line-height: 1.8;
  color: #e8e8e8;
}

.sc-home-name {
  font-weight: 600;
  color: #e8e8e8;
}

.sc-home-line {
  color: #a0a0b0;
}

.sc-modify-btn {
  align-self: flex-start;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2e2e2e;
  color: #d5d5d5;
  font-size: 12px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border: 1px SOLID #454545;
  border-radius: .375rem;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
}

.sc-modify-btn:hover {
  background: #3b3b3b;
  border-color: #5b5b5b;
}
.success-content {
  display: none;
}

.g_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
}

.second_elem {
  margin-top: 60px;
}

.g_title-line {
  flex: 1;
  background: #363636;
  height: 1px;
}

.g_title-content {
  color: #FAFAFA;
  font-weight: 601;
  font-size: 19px;
}

.success-content {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 10px !important;
  border-top: 2px solid #A3A3A3;
}

.success-pre_title div:first-child {
  display: flex;
  position: relative;
  margin-right: 15px;
}

.success-pre_subtitle {
  color: #A3A3A3;
  font-weight: initial;
  font-size: 12px;
}

.lucide-chevron-down {
    transition: transform 0.2s ease;
}

.lucide-chevron-down.rotated {
    transform: rotate(180deg);
}

.success-open span {
  background: #4F4124;
  color: #F6B83E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 601;
}

.success-open {
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-pre_title-- {
  display: flex;
  align-items: center;
}

.success-pre_icon svg {
  stroke: #F6B83E;
}

.success-pre_icon {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 5px;
  background: #4F4124;
  border-radius: 10px;
}

.grid-delivery-container .container {
  padding: 1rem !important;
}

.success-pre_title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.success-container {
  border: 1px solid #363636;
  background: linear-gradient(145deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: .5rem;
  border-radius: .4rem;
}

.lists .card-information:hover .card-img img {
  transform: scale(.95);
  filter: grayscale(.5) blur(0.5px);
}

.firststep {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #2b2b2b;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #8a8a8a;
}

::-webkit-scrollbar-thumb:hover {
  background: #b0b0b0;
}

.grid-faq .wrapper {
  background: #262626;
}

.back-svg {
  width: 13px;
  display: block;
  margin-right: 8px;
  transition: .2s;
}

.summary-back:hover .back-svg {
  margin-right: 12px;
}

.summary-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
  display: flex;
}

.lists .card-information:hover .addcard {
  opacity: 1;
}

.svgaddcard {
  width: 70%;
  height: 70%;
  object-fit: contain;
  display: block;
}

#searchmore {
  display: none;
}

.relative {
  position: relative;
}

#loadpkm {
  display: block;
}

.partner-popup {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #181818e5;
  padding: 15px;
  border-radius: 11px;
}

.flex-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.partner-btn-p {
  background-color: #1E1E1EBF !important;
}

.normal-mode {
  cursor: pointer;
  color: #A3A3A3;
  padding: 9px;
  background: #333333cf;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.select-- {
  border: 1px solid #A3A3A3 !important;
  border-radius: 3px !important;
  font-size: 17px !important;
  background: #262626 !important;
  padding: 7px !important;
  width: 100% !important;
}

.no-result p {
  font-weight: initial !important;
}

.help--addcards {
  text-align: center;
  font-size: 14px;
  color: #ff8484;
  max-width: 70%;
  margin: auto;
  margin-bottom: 15px;
}

.more-value {
  font-weight: 501;
  color: #ff8484;
  text-align: center;
  font-size: 14px;
}

.select--options {
  font-weight: 501;
  color: #ff8484;
  text-align: center;
  font-size: 14px;
}

.no-result {
  text-align: center;
  color: #ff8484;
  font-weight: 501;
  margin-top: 20px;
}

.partner-p-desc {
  font-weight: 501;
  font-size: 16px;
  padding: 9px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: fit-content;
  text-align: center;
  margin: auto;
}

.partner-p-title {
  font-weight: 601;
  font-size: 21px;
  padding: 9px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: fit-content;
  text-align: center;
  margin: auto;
}

.blur {
  position: relative;
  filter: blur(4px);
}

.addcard {
  position: absolute;
  width: 60%;
  aspect-ratio: 1 / 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #F6B83E;
  border-radius: 50%;
  box-shadow: 0 0 30px #F6B83E;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transition: .2s;
}

.country {
  display: block;
  margin-top: 3px;
  margin-bottom: -8px;
  border: 2px solid #A3A3A3 !important;
  border-radius: 3px;
  background: #262626;
  padding: 3px;
    padding-left: 3px;
  font-size: 16px;
  max-width: 60%;
  height: calc(1.9em);
  padding-left: 11px;
}

.underline_link {
  text-decoration: underline;
  color: #A3A3A3;
  font-size: 14px;
  font-weight: initial;
}

.underline {
  text-decoration: underline;
  color: #FAFAFA;
  font-size: 14px;
  font-weight: initial;
}

.reduce {
  max-width: 95%;
  margin-bottom: 8px !important;
  margin: auto;
  margin-top: 10px;
  color: #A3A3A3;
  white-space: nowrap;
}

.d- {
  max-width: 100% !important;
  width: 100%;
}

.edit-i {
  margin-bottom: 25px;
  width: 100% !important;
  max-width: 100% !important;
}

.container-lang {
  width: fit-content;
  margin: auto;
}

.bg-done {
  background: #A3A3A3 !important;
}

.rotate {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.questions-line {
  background-color: #cdcdcf;
  height: 2px;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.questions__separator .container-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.sub-game-select div {
  position: relative;
}

input[type="radio"].game:checked ~ .new-game {
    transform: scale(1.07);
    right: -17px;
    color: #393939;
    background: rgb(255, 203, 119);
  }

.new-game {
  position: absolute !important;
  top: 0;
  right: -12px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: .75rem;
  padding-left: .8rem;
  padding-right: .8rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
  z-index: 9999;
  font-weight: 601;
  font-size: 14px;
  color: #393939;
  background: #eee;
  transition: .2s;
}

.popup-disable {
  position: absolute;
  padding: 10px;
  color: #d57b7b;
  border-radius: 10px;
  display: none;
  z-index: 99999;
  pointer-events: none;
  background: #2d1d1d;
  border: 3px solid #6a4848;
  font-weight: 501;
}

.disable-methode {
  cursor: not-allowed !important;
}

.done {
  border-right: 3px solid #121212;
  border-bottom: 3px solid #121212;
  width: 4px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 10px;
  margin-left: 7px;
  margin-top: 3.2px;
}

.label-code-input {
  position: relative;
  width: 100%;
}

.space-line {
  border-bottom: 2px SOLID #A3A3A3;
  margin-top: 15px;
}

.other-title {
  font-size: 21px;
  font-weight: 601;
}

.bottom-certif {
  margin-bottom: 40px !important;
}

.label-code-input:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url('/include/images/svg/promo-logo.svg') center / contain no-repeat;
}

.promo-value {
  display: initial;
  background: rgba(177,249,143,.1);
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
  border-radius: 6px;
  color: #B1F98F;
  font-weight: 501;
}

.disable-content div span {
  font-size: 15px;
  font-weight: initial;
  display: block;
  margin-bottom: 40px;
}

.disable-content div {
  font-size: 22px;
  margin-top: 5px;
  color: #A3A3A3;
  font-weight: 501;
}

.disable-content {
  text-align: center;
  margin-top: 40px;
}

.disable-icon {
  width: 4em;
  border-radius: 999px;
  border: solid #464646 7px;
  background: #3a3a3a;
}

.done-circle-step {
  margin-right: 8px;
  position: relative;
  border-radius: 100%;
  color: #A3A3A3;
  border: .125rem solid #A3A3A3;
  font-weight: 600;
  width: 1.40rem;
  height: 1.40rem;
  font-size: .85rem;
  line-height: 1.3rem;
  text-align: center;
  margin-right: .625rem;
  font-style: normal;
  display: block;
  margin-left: auto;
  margin-right: 6px;
}

.list-container {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.hidden {
  visibility: 0;
  display: none;
}

.list-content {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
    font-weight: inherit;
    line-height: inherit;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  white-space: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  font-weight: 400;
  color: #A3A3A3;
}

.list-li:not(:first-child)::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: .0625rem;
  background-color: #A3A3A3;
  margin-left: 1.375rem;
  margin-right: 1.375rem;
  vertical-align: middle;
  top: auto;
}

.list-li {
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  display: flex;
}

.subtop {
  margin-top: 20px !important;
}

input[type="radio"].game { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type="radio"].lang-input { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type="radio"].game + img {
  cursor: pointer;
  border: 2px solid #A3A3A3;
  padding: 5px;
  border-radius: 6px;
  transition: .2s;
}

input[type="radio"].game:checked + img {
  border: 2px solid #FFD179 !important;
  background: #FFD1791C;
  transform: scale(1.07);
}

.game-select {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
  width: fit-content;
  margin: auto;
  max-width: 83%;
}

.game-select img {
	width: 100%;
}

.pokemon-lang {
	display: none;
}

.yugioh-lang {
	display: none;
}

.magic-lang {
	display: none;
}

.disney-lang {
  display: none;
}

.dragonball-lang {
	display: none;
}

.onepiece-lang {
	display: none;
}

.rise-lang {
  display: none;
}

.starwars-lang {
  display: none;
}

.fab-lang {
  display: none;
}

.fow-lang {
  display: none;
}

.certif-title {
	width: 85% !important;
	margin: auto;

}

.space-- {
  margin-top: 15px;
  margin-bottom: 30px;
}

.space-bottom {
	margin-bottom: 20px !important;
}

.space-top {
	margin-top: 20px !important;
}

.grid-lang {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    grid-gap: 15px;
    max-width: 54%;
}

.lang {
	max-width: 85%;
	margin: auto;
}

.svg-flag {
	width: 55px;
  height: 42px;
  cursor: pointer;
  border: 2px solid #EEE;
  border-radius: 6px;
  opacity: 0.85;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

input[type="radio"].lang-input:checked + .svg-flag {
  border: 2px solid #FFD179 !important;
}

.card-info {display: none;}

.details {
	max-width: 85%;
	margin: auto;
	display: grid;
	grid-template-columns: 300px 11fr 8fr;
	grid-gap: 15px;
}

 label.field {
	 border-radius: 2px;
	 color: #666;
	 display: block;
	 max-width: 300px;
	 padding: 8px;
	 opacity: 0;
	 position: relative;
	 transition-property: opacity;
	 z-index: 1;
	 margin-top: -35px;
}
 label.field span {
	 color: inherit;
	 display: block;
	 font-size: 16px;
	 height: 20px;
	 line-height: 20px;
	 left: 9px;
	 pointer-events: none;
	 position: absolute;
	 top: 32px;
	 transform: scale(1) translateY(0);
	 transition-property: color, font-size, top;
	 z-index: 1;
}
 label.field span.required::after {
	 color: inherit;
	 content: "*";
	 display: block;
	 height: 20px;
	 left: -20px;
	 line-height: 20px;
	 position: absolute;
	 text-align: center;
	 top: 0;
	 width: 20px;
}
 .error label.field span {
	 color: #f02318;
}
 label.field .psuedo_select {
	 background: rgba(255, 255, 255, 0);
	 position: relative;
	 border: 1px solid #FAFAFA;
	 border-radius: 3px;
	 color: #A3A3A3;
	 cursor: pointer;
	 font-size: 20px;
	 height: 6px;
	 line-height: 24px;
	 margin: 24px 32px 0 0;
	 min-width: 250px;
	 padding-top: 24px;
	 outline: 0;
	 z-index: 1;
}
.sublabel {
	transition-duration: .2s;
    transform: translate(0, -0.865em) scale(0.9, 0.9);
    font-weight: bold;
    color: #FAFAFA;
    background: #262626;
    z-index: 999;
    margin-left: 11px;
    padding: 4px;
}
 label.field .psuedo_select::after {
	 background: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
	 content: "";
	 height: 24px;
	 width: 24px;
	 position: absolute;
	 top: 0;
	 right: 0;
	 transition-property: background;
}
}
 label.field .psuedo_select .selected {
	 height: 24px;
	 left: 1px;
	 line-height: 24px;
	 opacity: 0;
	 position: absolute;
	 top: 0;
	 transform: translateY(24px);
	 transition-property: opacity, transform;
	 will-change: transform;
}
 label.field .psuedo_select ul {
	 background: #fff;
	 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	 display: block;
	 height: 0;
	 list-style: none;
	 margin-top: 2px;
	 opacity: 0;
	 overflow: hidden;
	 padding: 0 1px;
	 pointer-events: none;
	 transition-property: height, opacity;
	 width: 100%;
	 z-index: 2;
}
 label.field .psuedo_select ul li {
	 height: 19px;
	 padding: 2px 4px;
	 font-size: 15px;
}
 label.field .deselect {
	 height: 100vh;
	 left: 0;
	 position: fixed;
	 top: 0;
	 width: 100vw;
	 z-index: -1;
}
 label.field.focused {
	 color: #007bed;
}
 label.field.focused .psuedo_select {
	 border-color: #007bed;
}
 label.field.focused .psuedo_select::after {
	 background: url("data:image/svg+xml;utf8,<svg fill='%23007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}
 label.field.focused .psuedo_select ul {
	 opacity: 1;
	 pointer-events: all;
	 background: #393939;
	 border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
     margin-top: 4px;
     margin-left: -1px;
}

.step2 {
	display: block;
}

 label.field {
   border-radius: 2px;
   color: #666;
   display: block;
   max-width: 300px;
   padding: 8px;
   opacity: 0;
   position: relative;
   transition-property: opacity;
   z-index: 1;
   margin-top: -35px;
}
 label.field span {
   color: inherit;
   display: block;
   font-size: 16px;
   height: 20px;
   line-height: 20px;
   left: 9px;
   pointer-events: none;
   position: absolute;
   top: 32px;
   transform: scale(1) translateY(0);
   transition-property: color, font-size, top;
   z-index: 1;
}
 label.field span.required::after {
   color: inherit;
   content: "*";
   display: block;
   height: 20px;
   left: -20px;
   line-height: 20px;
   position: absolute;
   text-align: center;
   top: 0;
   width: 20px;
}
 .error label.field span {
   color: #f02318;
}
 label.field .psuedo_select2 {
   background: rgba(255, 255, 255, 0);
   position: relative;
   border: 1px solid #FAFAFA;
   border-radius: 3px;
   color: #A3A3A3;
   cursor: pointer;
   font-size: 20px;
   height: 6px;
   line-height: 24px;
   margin: 24px 32px 0 0;
   min-width: 250px;
   padding-top: 24px;
   outline: 0;
   z-index: 1;
}
.sublabel {
  transition-duration: .2s;
    transform: translate(0, -0.865em) scale(0.9, 0.9);
    font-weight: bold;
    color: #FAFAFA;
    background: #262626;
    z-index: 999;
    margin-left: 11px;
    padding: 4px;
}
 label.field .psuedo_select2::after {
   background: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
   content: "";
   height: 24px;
   width: 24px;
   position: absolute;
   top: 0;
   right: 0;
   transition-property: background;
}
}
 label.field .psuedo_select2 .selected2 {
   height: 24px;
   left: 1px;
   line-height: 24px;
   opacity: 0;
   position: absolute;
   top: 0;
   transform: translateY(24px);
   transition-property: opacity, transform;
   will-change: transform;
}
 label.field .psuedo_select2 ul {
   background: #fff;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
   display: block;
   height: 0;
   list-style: none;
   margin-top: 2px;
   opacity: 0;
   overflow: hidden;
   padding: 0 1px;
   pointer-events: none;
   transition-property: height, opacity;
   width: 100%;
   z-index: 2;
}
 label.field .psuedo_select2 ul li {
   height: 19px;
   padding: 2px 4px;
   font-size: 15px;
}
 label.field .deselect {
   height: 100vh;
   left: 0;
   position: fixed;
   top: 0;
   width: 100vw;
   z-index: -1;
}
 label.field.focused {
   color: #007bed;
}
 label.field.focused .psuedo_select2 {
   border-color: #007bed;
}
 label.field.focused .psuedo_select2::after {
   background: url("data:image/svg+xml;utf8,<svg fill='#007BED' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'> <path d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/> <path d='M0-.75h24v24H0z' fill='none'/> </svg>"), no-repeat;
}
 label.field.focused .psuedo_select2 ul {
   opacity: 1;
   pointer-events: all;
   background: #393939;
   border-bottom-right-radius: 5px;
     border-bottom-left-radius: 5px;
     margin-top: 4px;
     margin-left: -1px;
}

.step2 {
  margin-top: 15px;
}

.step3 {
  
}

.step4 {
  display: none;
}

.search {
  background: #393939;
  border-radius: 6px;
}

.inputsearch {
  max-width: 90%;
  height: 63px;
  position: relative;
  margin: auto;
}

.select {
  margin-right: 15px;
}

.card-information {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #292929;
  padding: 1px 3px;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: .2s;
}

.card-detail-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  max-height: 95px;
  padding: 5px 0 5px 0px;
  transition: .2s;
}

.card-img img {
  z-index: 9999;
  position: relative;
  vertical-align: bottom;
  max-width: 60px;
  max-height: 90px;
  height: 100%;
  object-fit: contain;
  transition: .2s;
  color: #202020;
}

.card-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-details .name {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  font-size: 1.15rem;
  color: #EEE;
  margin-top: -3px;
  text-align: left;
}

.card-details .number {
  font-size: 0.8rem;
  color: #A3A3A3;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 4px;
}

.lists2 {
  justify-content: flex-start;
  max-height: 640px;
  overflow-y: auto;
}

.inputsearch .certif-input {
  border: transparent;
}

.lists {
  height: 640px;
  overflow-y: auto;
  border-top: 8px solid #262626;
  padding: 10px;
}

.expansion-details {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 0.9rem;
  display: inline-flex;
  justify-content: center;
  max-height: 41px;
  align-items: center;
}

.expan-name {
  display: inline-block;
  padding-left: 5px;
  font-weight: 500;
  color: #A3A3A3;
  font-size: 0.8rem;
}

.expansion-details img {
  width: 18px;
}

.card-shopping {
   border-bottom: 2px solid #A3A3A3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 12px;
}

.remove-icon {
  width: 24px;
  cursor: pointer;
  transition: 0.1s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-right: -1px;
  background: #1e1e1e;
  padding: 3px;

}

.remove-icon:hover {
  background: #121212;
  transform: scale(.95);
}

.remove-icon:hover .card-shopping {
  background: #353535;
}


.add-icon {
  width: 30px;
  cursor: pointer;
  transition: 0.1s;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-right: -1px;

}

.card-information:hover .add-icon {
  margin-right: -5px;
}

.next-box {
  height: 78px;
  display: flex;
}

.advanced {
  font-size: 14px !important;
}

.advanced-title {font-size: 12px;}

.focused .step2 {opacity: 0;}

.inputgrid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
  text-align: initial;
}

.addcardtitle {
  border-bottom: 2px SOLID #A3A3A3;
  padding-bottom: 15px;
  font-size: 1.2rem;
  font-weight: 501;
}

.other-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #1E1E1E;
  color: #FAFAFA;
  font-weight: 501;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border: 1px SOLID transparent;
  border-radius: .375rem;
  text-transform: uppercase;
  text-align: center;
}

.other-btn:hover {
  background-color: #242728;
  border: 1px SOLID #FAFAFA;
  cursor: pointer;
}

.top-30 {
  margin-top: 30px !important;
}

.btnaddothercard {
  cursor: pointer;
  border: 1px solid rgb(238, 238, 238);
  color: rgb(250, 250, 250);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #1E1E1E;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  transition-duration: .2s;
  border-radius: .375rem;
  text-transform: uppercase;
  height: 20px;
  font-weight: 601;
  letter-spacing: 1.5px;
  text-align: center;
  max-width: 70%;
  margin: auto;
  margin-top: 20px;
}

.error {
  margin-top: 7px;
  color: #ff8484;
}

.expan-name2 {
  display: inline-block;
  font-weight: 500;
  color: #A3A3A3;
  font-size: 0.8rem;
}

.who {
  position: absolute;
  z-index: 2;
  background: #606060;
  width: 8px;
  padding: 5px;
  border-radius: 50px;
  line-height: 9px;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  font-weight: 601;
}

.help {
  z-index: 3;
  position: absolute;
width: 45%;
display: none;
border: 3px solid #363636;
background: #1a1a1a;
  background-clip: border-box;
background-clip: border-box;
color: #FAFAFA;
border-radius: 10px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
padding: 9px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.close-btn-help {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 99;
  font-size: 31px;
  color: #FAFAFA;
  border: 2px solid #484343;
  border-radius: 90px;
  line-height: 20px;
  transition-duration: .2s;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 6px;
  padding-left: 4px;
}

.close-btn-help:hover {
  background: #0000003b;
}

.help-img {
  max-width: 90%;
}

.help-ul {
  list-style-type: initial;
  padding: 15px;
}

.content-help {
  font-size: 13px;
}

.help-ul li {
  margin-bottom: 5px;
}

.close-btn- {
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 99;
  font-size: 31px;
  color: #FAFAFA;
  border: 2px solid #484343;
  border-radius: 90px;
  line-height: 20px;
  transition-duration: .2s;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 7px;
  padding-left: 4px;
  width: 21px;
  float: right;
}

.search-result {
  position: relative;
  top: 40%;
  text-align: center;
  transform: translateY(-60%);
}

.no-match {
  font-weight: 501;
  font-size: 1.1rem;
  color: #A3A3A3;
  padding-top: 23px;
  display: inline-block;
  max-width: 300px;
  margin: 0 auto;
}

.loader {
  border: 8px solid #f3f3f31c;
  border-radius: 50%;
  border-top: 8px solid #2d2d2d;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: auto;
}

.search-load {
  display: none;
  position: relative;
  top: 40%;
  text-align: center;
  transform: translateY(-60%);
  max-width: 66%;
  margin: auto;
}

.step-danger {
  font-size: 16px;
  color: #ff8484;
  text-align: center;
}

.top-summary-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.top-summary-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
}


.top-summary-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.top--summary {
  margin-top: -9px !important;
}

.top-summary-title:hover i {
  margin-right: 15px;
}

.game-title-container {
  align-items: center;
  background: url(/include/images/games/summary.png) 100% 0 no-repeat,linear-gradient(270deg,#1a1a1a,#373737);
    background-size: auto, auto;
  background-size: auto 100%;
  border: 1px solid #363636;
  border-radius: 10px;
  display: flex;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.game-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 29px;
  color: #FAFAFA;
  text-transform: uppercase;
}

.game-subtitle {
  color: #F6B83E;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}


.game-title-container::after {
  background-image: url(/include/images/games/summary-pokemon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0px;
  content: "";
  height: 79px;
  position: absolute;
  right: 16px;
  width: 149px;

}

.title-faq {
  font-size: 2rem;
  font-weight: 601;
  letter-spacing: 1px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.grid-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.containerwidth {
  width: 100%;
}

.wrapper {
  border-radius: 5px;
  color: #FAFAFA;
}


.toggle {
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #FAFAFA;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  padding-left: 57px;
  transition: color .3s ease;
}

.content-- strong {
  color: #FAFAFA;
  font-weight: 500;
}
.content-- p {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #A3A3A3;
  line-height: 1.6;
}
.content-- ul li {
  font-size: 13px;
  color: #A3A3A3;
  line-height: 1.7;
}
.content-- a {
  color: #FAFAFA;
  text-decoration: underline;
}
.content-- ul {
  margin: 0 0 12px 0;
  padding-left: 18px;
  padding-top: initial;
}
.content-- {
  position: relative;
  font-size: 15px;
  line-height: 17px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  padding: 0px 20px;
  background: #191919;
  color: #A3A3A3;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.questions__separator {
  border: 2px solid #515160;
  border-radius: 100%;
  flex-shrink: 0;
  height: 22px;
  left: 19px;
  position: absolute;
  top: 7px;
  transition: border-color .3s ease;
  width: 22px;
}

.questions__separator-line:first-child {
  transition: opacity .3s ease;
}
.questions__separator-line {
  background-color: #cdcdcf;
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
  z-index: 1;
}

.questions__separator-line:nth-child(2) {
  height: 2px;
  left: 6px;
  top: 10px;
  transition: background-color .3s ease;
  width: 10px;
}

.faq-ul {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.post {
  border: 8px solid #9b9b9b !important;
  border-top: 8px solid #2d2d2d !important;
}

.show-cards {
  border: 2px solid #363636;
  max-width: 96%;
  margin: auto;
  margin-top: -20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #262626;
}

table.cards-table {
  width: 100%;
  text-align: center;
  margin: auto;
  border-spacing: 0px;
}

th:first-child {
  min-width: 20%;
}

.card-detail {
  display: flex;
}

.lottie {
  z-index: 1;
  width: 80px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.card-img {
  background: #202020;
  width: 60px;
  height: 82px;
  border-radius: 3px;
  margin-left: 4px;
  overflow: hidden;
  position: relative;
}

.card-infos {
  flex: 1 0 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 501;
}

th {
  text-align: left !important;
  padding-top: 16px;
  padding-bottom: 15px;
  padding-left: 10px;

}

td {
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3px solid #262626;
  background: #404040;
}

td:first-child {
  background: #363636;
}

.set-name {
  color: #A3A3A3;
  line-height: 26px;
  font-size: 15px;
  font-weight: initial;
}

label:has([role=switch]) { 
  zoom: var(--switch-zoom, 1);
  display: inline-flex; 
  align-items: center; 
  gap: 1em; 
  cursor: pointer; 
  user-select: none;
}

input[role=switch] {
  --switch-handle-size: 8px;
  --switch-bg-size: 24px;
  --switch-handle-gap: 3px;
  --switch-fg: #959595;
  --switch-bg: #595959;
  background: #555;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: content-box;
  display: inline-flex;
  padding-inline: 0 var(--switch-bg-size);
  border: none;
  font-size: 0;
  margin: 0;
  height: auto;
  width: auto;
  border-radius: 100px;
  background: var(--switch-bg);
  transition: var(--switch-duration, .2s) cubic-bezier(.65, 0, .5, 1);;
  user-select: none;
  outline: none;
  filter: grayscale(1);
  cursor: pointer;
}

input[role=switch]:checked {
  padding-inline: var(--switch-bg-size) 0;
  filter: none;
  --switch-fg: #eaeaea;
  background: #959595;
}

input[role=switch]::before {
  content: '';
  padding: var(--switch-handle-size);
  margin: var(--switch-handle-gap);
  background: var(--switch-fg);
  border-radius: 50%;
  transition: inherit;
}

.checkbox-div {
  margin-top: 15px;
  display: none;
}

.checkbox:checked + label + .checkbox-div {
  display: block;
}

.checkbox-view {
  margin: auto;
}

tr:last-child .card-detail {
  border-bottom-left-radius: 10px;
}

.header-detail {
  font-weight: 501;
  padding: 12px;
}

.note {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

input[type="radio"].inputdisable:checked + label {
  border-color: #F6B83E;
  border-style: solid;
  border-radius: 5px;
  color: #F6B83E;
  border-width: 2px;
}
.notation--slider--number {
  padding: 0.25em;
  text-align: center;
  color: #FAFAFA;
  font-weight: 801;
  font-style: italic;
  letter-spacing: 2px;
  border: 2px SOLID transparent;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: transparent;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: transparent;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: transparent;
  cursor: pointer;
}

input[type="radio"].inputdisable {
  display: none;
}

.more-infos {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  color: #262626;
  background: #808080;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  font-weight: 601;
  cursor: pointer;
  font-family: initial;
}

.more-infos:hover + .dropdown-help {
  visibility: visible;
  opacity: 1;
  transform: translateY(-5px);
}

.dropdown-help {
  visibility: hidden;
  z-index: 9999;
  opacity: 0;
  position: absolute;
  padding: 10px 0;
  transform: translateY(50px);
  width: 256px;
  border: 1px solid #363636;
  background: #262626;
  color: #A3A3A3;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: 0.2s all;
  margin-left: -7px;
  margin-top: 11px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: initial;
  font-size: 14px;
  color: #FAFAFA;
  line-height: 20px;
}

.dropdown-help img {
  width: inherit;
  margin: auto;
  display: block;
  margin-top: 11px;
  margin-bottom: -10px;
}

.dropdown-help span {
  font-style: italic;
}

.dropdown-help:hover {
  visibility: visible;
  opacity: 1;
  transform: translateY(-5px);
}

.delete-cards {
  background: #515151;
  width: 40px;
  margin: auto;
  height: 40px;
  display: flex;
  border-radius: 10px;
  transition: .2s;
  cursor: pointer;
}

.delete-cards img {
  width: 25px;
  margin: auto;
}

.delete-cards:hover {
  background: #2e2e2e;
}

.hidden {
  visibility: hidden;
}

.top-head {
  background: #363636;
}

tr:last-child .trash {
  border-bottom-right-radius: 10px;
}

.delete-cards:hover img {
  background: url("/include/images/svg/delete-open.svg") !important;
}

.delete-cards img{
  background: url("/include/images/svg/delete.svg");
}

.total-container {
  margin-top: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.grid-delivery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-top: 30px;
  border-radius: 8px;
}

.anim-alert {
  border: 2px solid transparent;
}

.anim-alert2 {
  border: 2px solid #e12424ad;
}

.delivery-container {
  background: linear-gradient(270deg, rgb(94, 94, 94) 0%, rgb(55, 55, 55) 100%);
  border-radius: .5rem;
  display: flex;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.delivery-content {
  width: calc(100% - 4.5rem);
  background-color: #363636;
  transition-duration: .2s;
  font-weight: 600;
  border-radius: .5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 22px;
  text-align: center;
  z-index: 999;
  border: 3px solid #363636;
  line-height: 26px;
}

.delivery-price-sale {
  position: absolute !important;
  top: 0;
  right: 0;
  border-top-right-radius: 9px;
  border-bottom-left-radius: .75rem;
  padding-left: .8rem;
  padding-right: .8rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  z-index: 9999;
  font-weight: 601;
  font-size: 15px;
  color: #FAFAFA;
  background: #363636;
}

.top-delivery-sale {
  top: -19px !important;
  border-top-left-radius: .75rem !important;
  border-top-right-radius: .75rem !important;
  border-bottom-right-radius: .75rem !important;
  border-bottom-left-radius: 0 !important;
  left: 0 !important;
  right: initial !important;
  background: #5A5A5A !important;
}

.delivery-content-right {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  right: 0;
  position: absolute;
}

.delivery-icon {
  width: 55px;
}

.selected-delivery {
   width: 100%;
   z-index: 99;
   background: #262626;
   border: 3px solid #363636;
}

.delivery-sub {
  font-size: 12px;
}

.details-other {
  max-width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: 6fr 2.5fr;
  grid-gap: 15px;
}

.order-tcg-top {
  border: 3px solid #919191;
  border-radius: .75rem;
  background: #181818;
  overflow: hidden;
  padding: 0.8rem;
} 

.delsubmit {
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  background: transparent;
  color: transparent;
  border: transparent;
  cursor: pointer;
}

.delsubmit:hover + .delete-cards {
  background: #646464;

}

.checkbox-div #input {
  background: #292929;
  border: initial !important;
  -moz-appearance:textfield;
  letter-spacing: 1px;
}

.content-maxwidth {
  max-width: min-content;
  margin: auto;
}

.checkbox-div #input + label[placeholder]::before {
  background-image: linear-gradient(to bottom, #404040, #404040);
}

.sub-total {
  margin-top: 20px;
}

.checkbox-div label {
  text-align: initial;
}

select {
    color: #fff;
    cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background: #333;
  border: 2px solid #7D7D7D;
  background-image: none;
}
select::-ms-expand {
  display: none;
}

.select-summary option {}
.select-summary {
  position: relative;
  display: flex;
  height: 37px;
  line-height: 3;
  overflow: hidden;
  border-radius: .25em;
  margin-bottom: 9px;
  background: #1A1D21;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #aeaeae !important;
  cursor: pointer;
  font-size: 27px;
}

.select-summary::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  color: #A3A3A3;
  margin-top: -5px;
  border-left-color: #7D7D7D;
  border-left-style: solid;
  background: #79787863;
}

.select-summary:hover::after {
  color: #B7B7B7;
}

.select--box {display: inline-block;}

.select-summary {
  max-width: 50%;
  margin: auto;
}

.flag-option {
  filter: brightness(0.5);
}

.dd-options {
  width: fit-content !important;
}

.noteselect .dd-option {
  padding: 12px;
}
.noteselect .dd-options {
  margin-left: 4px;
  margin-top: 5px;
}

.container-lang .dd-options {
  margin-top: 5px;
}

.dd-select {
  color: #A3A3A3 !important;
  margin-top: -9px !important;
  border-left-color: #7D7D7D !important;
  border-left-style: solid !important;
  background: #262626 !important;
  height: 37px;
  border: initial !important;
  border-radius: .25em !important;
}

.dd-select::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.3em;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  color: #A3A3A3;
  margin-top: 0;
  height: 100%;
  line-height: 36px;
  background-image: url(/include/images/svg/arrow.svg);
  background-position: calc(100% - .42rem);
  background-repeat: no-repeat;
  background-size: .69rem auto;
  width: 10px;
}

.dd-pointer {
  display: none;
}

.dd-option-selected {
    background: #1e1e1e63 !important;
    color: #A3A3A3 !important;
}

.dd-option {
  color: #A3A3A3 !important;
  cursor: pointer !important;
  border-bottom: solid 2px #717171 !important;
}

.dd-options {
  background: #3a3a3a !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  cursor: pointer !important;
  border-top : unset !important;
  border: solid 2px #717171 !important;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0) !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.dd-option:hover {
  background: #1e1e1e63 !important;
  color: #A3A3A3 !important;
}

.dd-selected-text {
  margin-right: 15px;
  font-size: 20px;
  line-height: 32px;
}

.dd-options li:last-child {
  display: none;
}

.dd-selected {
  padding: 2px !important;
}

.dd-option-image {
  width: 40px !important;
  filter: brightness(75%);
}

.dd-selected-image {
  width: 30px;
  margin-top: 4px;
  margin-left: 5px;
  filter: brightness(70%);
  border: 2px solid #a0a0a0;
}

.dd-container {
    margin: auto !important;
}

.title-select-lang {
  margin-bottom: 14px;
}

.assurancediv {
  max-width: 80%;
  margin: auto;
  margin-top: 12px;
  margin-bottom: 16px;
}

.letter-spacing {
  letter-spacing: 1px;
}

label[name="noteactive"] {
  text-align: center;
}

.price-count {
  letter-spacing: 1px;
  padding-right: 2px;
  font-weight: 600 !important;
}

#myprice {
  font-weight: 600 !important;
}

.select-lang {
  margin-top: 12px;
}

.game {
  margin-bottom: 55px;
}

.sub-submit {
  display: grid;
  grid-template-columns: 7fr 5fr;
  grid-gap: 2em;
  max-width: 96%;
  margin: auto;
  margin-top: -50px;
}

.total-container {
  border-top: 3px solid #A3A3A3;
  border-radius: unset;
  padding: 10px;
  border-bottom: 3px solid #A3A3A3;
  font-size: 16px;
  font-weight: 601;
  letter-spacing: 0.5px;
}

.container-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #6d6d6d;
  border-style: none none dotted;
}

.container-title div {
  background: #262626;
  position: relative;
  margin-bottom: -2px;
  padding-right: 10px;
  padding-left: 10px;
}

.total {
  letter-spacing: 1px;
}

.total-container .delivery {
  font-size: 13px;
  font-weight: 499;
  margin-bottom: 8px;
  border-top: 2px solid #A3A3A3;
  border-radius: unset;
  padding-top: 10px;
  margin-top: 15px;
}

.grid-3 {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  grid-gap: 1em;
  max-width: 97%;
  margin: auto;
  font-size: 14px;
  font-weight: 499;
  margin-bottom: 3px;
}

.right-content {
  text-align: end;
}

.center-content {
  text-align: center;
}

.details- {
  font-size: 12px;
  margin-bottom: 2px;
}

.line {
  border-bottom: 2px solid #6d6d6d;
  border-style: none none dotted;
  padding-bottom: 10px;
}

.details-title {
  padding-left: initial !important;
  font-size: 12px;
  font-weight: 601;
  letter-spacing: 0.8px;
}

.padding-reset {
  padding: 0px 0px 6px;
}

.details__content {
  padding-top: 6px;
}

.content-- .grid-3:first-child {
  margin-top: 4px;
}

.grid-3:not(:first-child) {
  border-top: 2px solid #6d6d6d;
  border-style: dotted none none;
  padding-top: 3px;
}

.padding-10 {
  padding: 10px;
  margin-bottom: -14px !important;
}

.btn-submit {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1E1E1E;
  color: #A3A3A3;
  font-size: 14px;
  line-height: 20px;
  transition-duration: .2s;
  border: 1px SOLID #A3A3A3;
  border-radius: .375rem;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin-right: 15px;
  font-weight: 600;
  margin-left: 15px;
  letter-spacing: 0.5;
}

.btn-submit:hover
{
  transition-timing-function: ease-out;
  background: #393939;
  color: #FAFAFA;
  transition-duration: .25s;
  border: 1px SOLID #FAFAFA;
}

.post-container {
  display: grid;
  place-items: center;
}

.details-rendu {
  font-style: italic;
  color: #aaa;
  background: initial !important;
}

.title-delivery {
  text-align: center;
  padding-top: 40px;
  font-size: 2rem !important;
}

.loading-annim {
  max-width: 60%;
  margin: auto;
}

.grid-delivery-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 25px;
}

.total {
  font-size: 14px;
  font-weight: 501;
}

.grid-total {
  display: grid;
  grid-template-columns: 2.5fr 2fr 1fr;
  width: 100%;
}

.line-white {
  border-bottom: 1px solid #FAFAFA;
  padding-bottom: 7px;
}

.padding-6 {
  padding: 6px;
  margin-bottom: -24px !important;
  margin-top: 1px;
}

.total-textalign-left {
  text-align: left;
}

.total-textalign-right {
  text-align: right;
}

.total-textalign-center {
  text-align: center;
}

.flex-total {
  display: flex;
  justify-content: space-between;
  margin-left: 4px;
}

.flex-end {
  justify-content: flex-end;
}

.total-weight {
  font-size: 14px;
  font-weight: initial;
}

.total-font {
  font-size: 14px;
  font-weight: 501;
}

.total-gray {
  color: #A3A3A3;
  font-size: 14px;
  font-weight: initial;
}

.grid-3:not(:first-child) {
  border-top: 1px solid #6d6d6d;
  padding-top: 3px;
}

.max-width-100 {
  max-width: 100%;
}

.tto {
  padding-bottom: 0px;
  margin-top: -1;
}

.total-text {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 17px;
  color: #FAFAFA;
  margin-top: 7px;
  margin-bottom: 2px;
}

.custom-model-main5 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom-model-main4 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 999999;
  opacity: 1;
  overflow: hidden;
}

div.btn-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

label {
  color: #FAFAFA;
  font-weight: 500;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
    cursor: pointer;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 203px;
    height: 37px;
    background: #363636;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    top: 11px;
    color: #A3A3A3;
    right: 20px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    content: attr(data-off);
    width: 100px;
    height: 16px;
    background: #4b4b4b;
    border-radius: 7px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 6px -2px #111;
    padding: 5px 0px 7px;
    height: initial !important;
}

.btn-color-mode-switch > .alert{
    display: none;
    background: #FF9800;
    border: none;
    color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 98px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
    color: #A3A3A3;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
    display: block;
}

.register-form-container {
  display: none;
}

.delivery-login {
  max-width: 85% !important; 
  margin: auto;
  margin-top: 2px;
  margin-bottom: 35px;
}

.success-change {
  position: fixed;
  border: 1px solid #363636;
background: #262626;
margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  right: -99999px;
  transition: all .4s ease-in-out;
  display: flex;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
flex-direction: row;
-moz-box-align: center;
align-items: center;
}

.success-change i {color:#1adc7f; margin-right: 15px;
font-size: 22px;}

.success-title {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #1adc7f; 

}

.promo-success {
  border-right-color: #606060;
  border-right-width: 2px;
  border-right-style: solid;
}

.order-hover {
  margin-left: initial;
}

.sub-line {
  border-bottom: 2px solid #A3A3A3;
  max-width: 80%;
  margin: auto;
  margin-top: 5px;
}

.over-information {
 margin: auto;
  margin-top: auto;
  margin-left: auto;
  margin-left: auto;
  width: 250px;
  position: absolute;
  margin-left: 86px;
  border: 2px solid #363636;
  background: #1c1c1c;
  padding: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 7px;
  z-index: 99999999;
  opacity: 1;
  display: none;
  text-align: start;
  font-size: 12px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  top: 22px;
}

.order-circle {
  text-transform: initial;
  margin-left: 5px !important;
}

.done-circle {
  position: relative;
  border-radius: 100%;
  color: #A3A3A3;
  border: .125rem solid #A3A3A3;
  font-weight: 600;
  width: 1rem;
  height: 1rem;
  font-size: .65rem;
  line-height: 1rem;
  text-align: center;
  font-style: normal;
  display: block;
  margin-left: auto;
  font-family: initial;
  margin-right: 8px;
  cursor: pointer;
}

.title-success {
  font-size: 17px;
  font-weight: 501;
  text-align: center;
  display: flex;
  margin: auto;
  width: fit-content;
}

.success-subtitle {
  margin: 0;
  color: #A3A3A3;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;

}

.error-login-- {
  color: #d36262 !important;
  margin-top: -15px;
  margin-bottom: 7px;
}

.promo-container {
  border-radius: 9px;
  position: relative;
  padding: 2px;
  background: linear-gradient(to bottom right,#515151,#313131);
  box-shadow: 0 1px 8px rgba(0,0,0,.5);
}

.delivery-price {
  position: absolute !important;
  top: 0;
  right: 0;
  border-top-right-radius: 9px;
  border-bottom-left-radius: .75rem;
  padding-left: .8rem;
  padding-right: .8rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  z-index: 9999;
  font-weight: 601;
  font-size: 15px;
  color: #FAFAFA;
  background: #363636;
  display: none;
}

.top-delivery {
  top: -14px;
  border-top-left-radius: .75rem !important;
  border-top-right-radius: .75rem !important;
  border-bottom-left-radius: .75rem !important;
}

.promo {
  padding: 1.25rem;
  background: linear-gradient(to bottom right,#1a1a1a,#404040);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.code-input {
  background: #0000004d;
  border: 2px SOLID #A3A3A3;
  color: #A3A3A3;
  padding: 3px;
    padding-left: 3px;
  border-radius: 7px;
  width: 100%;
  height: 30px;
  padding-left: 35px;
  font-size: 17px;
}

.code-input:focus {
    outline: none;
}

.input-promo {
  margin: auto;
  display: flex;
  margin-top: 25px;
  margin-bottom: 20px;
}

.submit {
  z-index: 999;
  border: 2px SOLID #A3A3A3;
  display: block;
  padding: 10px;
  margin-top: -4px;
  border-radius: 7px;
  cursor: pointer;
  margin-left: -16px;
  text-transform: uppercase;
  font-weight: 601;
  letter-spacing: -0.2px;
  transition: .2s;
  background-color: #292929;
  color: #d5d5d5;
  margin-bottom: -3px;

}

.promo-code-text {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
}

.submit:hover {
  background: #313131;
}

.success-promo {
  width: 82px;
  height: 82px;
  background-position: 50%;
  background-size: contain;
  background-image: url('/include/images/svg/promo-locked.svg');
  z-index: 999;
}

.container-promo-success {
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  flex-flow: wrap;
}

.over-success {
  margin: auto;
  margin-left: auto;
  width: 250px;
  position: absolute;
  margin-left: -108px;
  border: 2px solid #363636;
  background: #1c1c1c;
  padding: 15px;
  border-radius: 7px;
  z-index: 99999999;
  opacity: 1;
  display: none;
  text-align: center;
}

.box-success {
  display: inline-block;
}

.icon_lock svg {
  width: 100%;
}

.icon_lock {
  width: 50px;
  margin-bottom: 10px;
}

.over-description {
  text-align: center;
  font-size: 15px;
  font-weight: initial;
  color: #A3A3A3;
  opacity: 1;
}

.over-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 7px;
  font-weight: 601;
  opacity: 1;
  border-bottom: 3px solid #A3A3A3;
  padding-bottom: 7px;
  border-top: 3px solid #A3A3A3;
  padding-top: 7px;
}

.over-box {
  opacity: 1;
  width: 85%;
  margin: auto;
  background: #151515;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin-top: 25px;
}

.over-alert {
  text-align: center;
  font-size: 12px;
  color: #e16161;
  margin-top: 10px;
  font-weight: initial;
}

.selected {
  background-image: url('/include/images/svg/promo-selected.svg');
}

.active {
  background-image: url('/include/images/svg/promo-active.svg');
}

.padding-7 {
  padding: 6px;
  margin-top: 1px;
  margin-bottom: initial !important;
}

.code-demo {
  background: #0000004d;
  border: 3px solid #595959;
  color: #A3A3A3;
  padding: 6px;
  border-radius: 9px;
  width: 100%;
  height: 17px;
  font-size: 13px;
  cursor: default;
  display: none;
  line-height: 16px;
  padding-left: 9px;
}

.code-show {
  color: #F6B83E;
  margin-left: 5px;
}

.code-methode {
  color: #F6B83E;
  margin-left: 8px;
  background: #332915;
  padding: 1.5px;
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 501;
}

.grid-change-informations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  height: 55px;
}

.grid--informations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

.fakeinput {
  box-sizing: border-box;
  width: 100%;
  height: calc(2em + 0px);
  padding: 6px;
  border: 2px solid #A3A3A3;
  border-radius: 3px;
  background: #222;
  font-size: 16px;
  resize: none;
  outline: none;
  cursor: not-allowed;
  text-align: initial;
  color: #A3A3A3;
}

.fakelabel {
  color: #FAFAFA;
  font-weight: 500;
  display: block;
  pointer-events: none;
  line-height: 0.6em;
  margin-top: -37px;
  width: fit-content;
  background: #262626;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 12px;

}
.fakelabel::before {
  content: '';
  transition-duration: .2s;
  transform: translate(0, -1.01em) scale(0.9, 0.9);
  font-weight: bold;
  color: #FAFAFA;
}
.fakelabel::before {
  content: '';
  display: inline-block;
  color: #A3A3A3;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
    transition-duration: 0.2s;
  background-image: linear-gradient(to bottom, #262626, #262626);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}



.grid--informations .psuedo_select {
  margin: -7px 0 0 0 !important;
}

.psuedo_select .selected {
  background-image: unset !important;
}

#input + label[placeholder] {
  margin-top: calc(-1.24em - 2px) !important;
}

#input {
  margin: 0 0 0 !important;
}

.field {margin-top: 0 !important}

.first {
  margin-top: 14px;
}

.btn-- {
  width: 100%;
  margin: auto;
  margin-top: 10px;
}

.grid-change-informations #input + label[placeholder]::before {
  background: #262626;
}

.grid-change-informations #input {
  border: 2px solid #A3A3A3;
}

.grid--informations #input {
  border: 2px solid #A3A3A3;
}

.grid--informations #input + label[placeholder]::before {
  background: #262626;
}

.grid--informations label.field .psuedo_select {
  border: 2px solid #A3A3A3;
}

.popup-first-title {
  font-size: 21px;
  font-weight: 601;
  margin-bottom: 5px;
}

.popup-text {
  color: #A3A3A3 !important;
}

.padding-15 {
  padding: 15px !important;
}

.grid-popup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 20px;
}

.not-change {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.not-btn {
  background: transparent;
  color: #A3A3A3;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.config-btn {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.success-nope {
  width: 82px;
  height: 82px;
  background-position: 50%;
  background-size: contain;
  background-image: url('/include/images/svg/promo-nope.svg');
  z-index: 999;
}

.my-information-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 11px;
  font-weight: 601;
  color: #A3A3A3;
}

.grid-success-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 15px;
}

.checkmark {
  width: 50%;
  margin: 0 auto;
  background: #1c1c1c;
  border-radius: 0.75rem;
  padding: 15px;
  margin-top: 20px;
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}

.spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.initial {
  margin-top: -35px !important;
}

.subject-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.object {
  position: absolute;
  width: 100%;
}

.object-success-title {
  color: #F6B83E;
  text-align: center;
  font-size: 23px;
  font-weight: 601;
  margin-top: 15px;
}

.right-adress strong {
  color: #FAFAFA;
}

.change-adress-btn:hover {
  background-color: #313131;
}

.change-adress-btn {
  align-self: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #292929;
  color: #d5d5d5;
  font-weight: 601;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border: 2px SOLID #959595;
  border-radius: .375rem;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
}

.change-adress {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 3px;
  color: #FAFAFA !important;
}

.right-adress div {
  padding-bottom: 0px;
  color: #A3A3A3;
}

.addadress {
  margin-top: 35px;
}

.overflow-reset {
  overflow: initial !important;
}

.right-adress div:not(:last-child) {
  padding-bottom: 2px;
}
.adress-container {
  border: 3px solid #A3A3A3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 20px;
  background: #313131;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
}

.custom-model-main5 label {
  text-align: left !important;
}

.change-information-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 11px;
  font-weight: 601;
  color: #FAFAFA;
  border-bottom: 2px solid #A3A3A3;
  padding-bottom: 10px;
}

.checkbox {
  width: 16px;
  height: 16px;
  accent-color: #F6B83E;
}

.company_details {
  margin-top: 7px;
}

.checkbox-details {
  display: flex;
  align-items: center;
}

.company_details .label-checkbox {
  color: #A3A3A3;
  font-size: 14px;
  margin-left: 3px;
}

.psuedo_select .selected {
  margin-top: 0px !important;
  margin-left: -3px !important;
}

#img_category_label span {
  margin-top: -25px;
  margin-left: 5px;
}

.add-other {
  border: 1px solid #A3A3A3 !important;
}

.inputgrid label {
  font-size: 15px !important;
}

.yugioh::after {
  background-image: url(/include/images/games/summary-yugioh.png) !important;
}

.magic::after {
  background-image: url(/include/images/games/summary-magic.png) !important;
}

.help-circle {
  position: relative;
  border-radius: 100%;
  color: #A3A3A3;
  border: .125rem solid #A3A3A3;
  font-weight: 600;
  width: 1rem;
  height: 1rem;
  font-size: .65rem;
  line-height: 1rem;
  text-align: center;
  font-style: normal;
  display: block;
  margin-left: auto;
  font-family: initial;
  margin-right: 8px;
  cursor: pointer;
  margin-top: -16px;
}

.grid-no-game {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.left-no-game {
  text-align: initial;
  font-size: 1.2rem;
  font-weight: 501;
  display: flex;
}

.flex-title-no-game {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-title-no-game {
  width: fit-content;
  font-size: 1rem;
  font-weight: initial;
  color: #A3A3A3;
}

.addcardtitle-no-game {
  border-top: 2px SOLID #A3A3A3;
  font-size: 1.2rem;
  font-weight: 501;
  margin-top: 10px;
  padding-top: 5px;
}

.game-no-data {
  cursor: pointer;
  border: 2px solid #FFD179 !important;
  background: #393939;
  padding: 5px;
  border-radius: 10px;
  max-width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
}

.game-no-data img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.box-add-card {
  width: 9em;
  height: 9em;
  background: #262626;
  border: 3px solid #919191;
  border-radius: .75rem;
  margin: auto;
  margin-top: 15px;
  transition: .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-add-card:hover {
  background: #313131;
}

.box-add-card img {
  transition: .3s;
  width: 30%;
  display: block;
}

.box-add-card:hover img {
  transform: scale(1.10);
}

.add-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 6.6em;
  color: #A3A3A3;
}

.sub-game-select {
  margin-top: 15px !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  width: fit-content;
  margin: auto;
}

.sub-game-select img {
  max-height: 53px;
  width: 100%;
}

.order-tcg-top span {
  color: #A3A3A3;
}

.no-data {
  margin-top: 7px;
  margin-bottom: 5px;
}

.no-data-title {
  font-size: 25px;
  text-align: center;
  margin-top: 35px;
  font-weight: 501;
}

.sticky-submit {
  position: sticky !important;
  top: 85px;
}

.over-title .fa {
  font-size: 30px;
}

.reward:hover {
  transform: scale(1.1);
}

.reward {
  transition: .2s;
  cursor: pointer;
}

.submit-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.price-details {
  display: flex;
  justify-content: space-between;
  color: #FAFAFA;
  font-weight: 601;
  padding-bottom: 20px;
  border-bottom: 1px SOLID #A3A3A3;
}

.price-details-final {
  color: #F6B83E;
  display: flex;
  justify-content: space-between;
  font-weight: 601;
  font-size: 23px;
  margin-top: 15px;
}

.final_btn {
  width: 100%;
  margin-left: initial;
  margin-right: initial;
  margin-top: 15px;
}

.submit-- {
  margin-right: 35px;
  margin-top: 30px;
}

.price-details-final div:first-child {
  color: #FAFAFA;
}

.price-details div:first-child {
  margin-right: 70px;
  color: #A3A3A3;
  font-weight: initial;
}

.details__separator {
  border: 2px solid #515160;
  border-radius: 100%;
  flex-shrink: 0;
  height: 13px;
  transition: border-color .3s ease;
  width: 13px;
  position: relative;
}

.details__separator-line:first-child {
  transition: opacity .3s ease;
}
.details__separator-line {
  background-color: #cdcdcf;
  display: inline-block;
  position: absolute;
  width: 2px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8px;
}

.details__separator-line:nth-child(2) {
  height: 2px;
  transition: background-color .3s ease;
  width: 8px;
}


@media screen and (max-width: 1050px) {
  .delivery-container:not(:last-child) {
    margin-bottom: 30px;
  }
  .grid-delivery {
    display: block !important;
  }
  .top--summary .container {
    margin-top: 30px;
  }
  .list-container {
    display: none;
  }
  .grid-faq {
    display: block;
  }

  .grid-faq .wrapper {
    margin-bottom: 20px;
  }

  .game-select {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .sub-game-select {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    width: auto !important;
    margin: auto;
    max-width: 83%;
  }
  .details {
    max-width: 100%;
    grid-template-columns: 0.7fr 1fr 1fr;
  }
  label.field .psuedo_select {
    min-width: initial !important;
  }
}
@media screen and (max-width: 750px) {
  .partner-popup {
    transform: translate(-9%,-50%);
    left: 17%;
  }
  #companyresponsive {margin-top: 40px;}
  .fakelabel {
    margin-top: -62px;
    margin-left: 19px;
  }
  #delivery-grid {
    margin-bottom: 60px;
  }
  #hiddenDiv .grid--informations {grid-template-columns: 1fr}
  .model-open {
    width: initial !important;
  }
  .details-other {display: block}
  .custom-model-inner {
    width: 90%;
  }
  .inputgrid {
    display: block;
  }
  .inputgrid div {
    margin-bottom: 15px;
  }
  .grid-delivery-container {
    display: block;
  }
  .second {
    margin-top: 40px;
  }
  .grid-change-informations div {
    margin-bottom: 25px;
  }
  .grid-change-informations {
    display: block;
  }
  .promo-success {
    border: initial;
  }
  .promo {
    display: block;
  }
  .step1 {
    margin-bottom: 30px;
  }
  .details {
    display: block;
  }
  .certif-title {
    width: 100% !important;
  }
  .game-select {
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
  }
  .sub-game-select {
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
  }
  .grid-lang {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .card-img {
    display: none;
  }
  .show-cards {
    overflow-x: auto;
  }
}

@media screen and (max-width: 550px) {
  .grid-lang {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .sub-submit {
    display: block;
  }
  .btn-submit {
    margin-top: 15px;
  }

  .details-other {
    display: block;
  }
  .card-details {margin-left: 7px;}
}

@-webkit-keyframes dash {
 0% {
   stroke-dashoffset: 1000;
 }
 100% {
   stroke-dashoffset: 0;
 }
}

@keyframes dash {
 0% {
   stroke-dashoffset: 1000;
 }
 100% {
   stroke-dashoffset: 0;
 }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
  }

  
  @keyframes text {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
  }
}



