.top-discount-register {
  color: #fff !important;
}

.top-discount-register:hover {
  color: rgba(255,255,255,0.8) !important;
}

.top-discount-register i {
  color: rgba(255,255,255,0.8) !important;
}

.fix-icon--2 {
  position: relative;
  top: -2px;
}

.fix-icon--1 {
  position: relative;
  top: -1px;
}

.fix-icon0 {
  position: relative;
  top: 0px;
}

.fix-icon {
  position: relative;
  top: 1px;
}

.fix-icon2 {
  position: relative;
  top: 2px;
}

.colored {
  color: #5736FD !important;
}

.text-primary {
  color: #5736FD !important;
}

.search-domain-container {
  position: relative;
}

.search-domain-container input {
  width: 450px;
  font-weight: 600;
  height: 45px;
  border-radius: 25px;
  border: 1px solid #202020;
  padding: 0px 45px 0px 25px;
}

.search-domain-container input::placeholder {
  color: #999999;
  opacity: 1;
}

.search-domain-container input::-ms-input-placeholder {
  color: #999999;
}

.search-domain-footer {
  width: 950px;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px){
  .search-domain-container input {
    width: 350px;
  }

  .search-domain-footer {
    width: 95%;
  }
}

@media (max-width: 468px){
  .search-domain-container input {
    width: 280px;
  }

  .search-domain-footer {
    width: 96%;
  }
}

.search-domain-container button {
  position: absolute;
  top: 0;
  right: 15px;
  background: transparent;
  color: #202020;
  border: 0px solid;
  padding: 0;
  height: 45px;
}

.flex-column {
  flex-direction: column !important;
}

.gap-0 {
  gap: 0;
}

.d-flex {
  display: flex;
}

.search-domain-footer span.title {
  font-size: 11px;
}

.search-domain-footer strong {
  font-size: 24px;
}

.search-domain-footer .d-flex {
  gap: 2.5rem;
}

@media (max-width: 768px){
  .search-domain-footer .d-flex {
    gap: 1rem;
  }

  .search-domain-footer strong {
    font-size: 18px;
  }
}

.text-danger {
  color: #bd2431 !important;
}

.domain-search-result {
  flex-direction: row !important;
  width: 100%;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: end !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.w-auto {
  width: auto !important;
}

.align-items-center {
  align-items: center !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-dark {
  color: #202020 !important;
}

.search-result-price {
  font-weight: 900;
}

.search-result-price sub {
  color: #5736FD;
}

.tx-8 {
  font-size: 8px !important;
}

.tx-9 {
  font-size: 9px !important;
}

.tx-10 {
  font-size: 10px !important;
}

.tx-11 {
  font-size: 11px !important;
}

.tx-12 {
  font-size: 12px !important;
}

.tx-13 {
  font-size: 13px !important;
}

.tx-14 {
  font-size: 14px !important;
}

.tx-15 {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px !important;
}

.tx-17 {
  font-size: 17px !important;
}

.tx-18 {
  font-size: 18px !important;
}

.tx-19 {
  font-size: 19px !important;
}

.tx-20 {
  font-size: 20px !important;
}

.tx-21 {
  font-size: 21px !important;
}

.tx-22 {
  font-size: 22px !important;
}

.tx-23 {
  font-size: 23px !important;
}

.tx-24 {
  font-size: 24px !important;
}

.tx-25 {
  font-size: 25px !important;
}

.tx-26 {
  font-size: 26px !important;
}

.tx-27 {
  font-size: 27px !important;
}

.tx-28 {
  font-size: 28px !important;
}

.tx-29 {
  font-size: 29px !important;
}

.tx-30 {
  font-size: 30px !important;
}

.order-btn-search {
  width: auto !important;
  padding: 10px 20px !important;
}

.search-alternatives {
  margin-top: 45px;
}

.search-alter-pos {
  box-shadow: 0px 10px 32px 0px rgba(87.00000000000017, 54.00000000000004, 253.00000000000009, 0.10);
  border-radius: 12px;
  background: #fff;
  padding: 30px;
  margin-bottom: 15px;
}

.search-alter-pos span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #202020;
}

.order-btn-search-min {
  width: auto !important;
  padding: 6px 14px !important;
  height: auto !important;
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
}

.m-0 {
  margin: 0;
}

.bg-white {
  background: #fff !important;
  box-shadow: 0px 10px 32px 0px rgba(87.00000000000017, 54.00000000000004, 253.00000000000009, 0.10);
}

.p-10px {
  padding: 10px;
}

.breadcrumbs-container {
  background: url('../images/subpage.jpg') no-repeat center center;
  width: 100%;
  height: auto;
  padding: 120px 90px;
}

.breadcrumbs-container h1 {
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.breadcrumbs-container ul {
  list-style-type: none;
}

.breadcrumbs-container ul li {
  display: inline-block;
  color: #fff;
}

.breadcrumbs-container ul li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  margin-right: 6px;
  position: relative;
  top: -3px;
}

.breadcrumbs-container ul li:last-child:after {
  display: none;
}

.breadcrumbs-container ul li a:hover {
  color: rgba(255,255,255,0.9);
}

@media (max-width: 768px){
  .breadcrumbs-container {
    background: url('../images/subpage.jpg') no-repeat center center;
    width: 100%;
    height: auto;
    padding: 70px 30px;
  }
  
  .breadcrumbs-container h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  }
}

.pxl-team-grid-widget.layout-1 .team-member-item-inner {
  padding: 20px 32px 20px 32px;
}

.pt-market-fix {
  padding-top: 90px;
}

@media (max-width: 575px){
  .market-item {
    width: 98%;
    margin: 0 auto;
  }

  .pt-market-fix {
    padding-top: 55px;
  }

  .pxl-team-grid-widget.layout-1 .team-member-item-inner {
    padding: 20px 20px 20px 20px;
  }
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple.sm {
  width: 40px;
  height: 40px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #5736fd;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple.sm div {
  border: 2px solid #5736fd;
  animation: lds-ripple-sm 1.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}

@keyframes lds-ripple-sm {
  0% {
    top: 18px;
    left: 18px;
    width: 4px;
    height: 4px;
    opacity: 0;
  }
  4.9% {
    top: 18px;
    left: 18px;
    width: 4px;
    height: 4px;
    opacity: 0;
  }
  5% {
    top: 18px;
    left: 18px;
    width: 4px;
    height: 4px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}

#main-price .lds-ripple {
  margin-right: 22px;
  margin-top: 23px;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.linear-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.inter-draw{
  background: #FFF;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 100px;
}
.inter-right--top{
  background: #FFF;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 100px;
}
.inter-right--bottom{
  background: #FFF;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 60px;
  left: 100px;
}
.inter-crop{
  background: #FFF;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100px;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.text-placeholder {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 4px;
}

.pxl-cart-widget .tecko-cart .cart-count {
  width: 16px;
  height: 16px;
  background: #e3e3e3;
  font-size: 10px;
}

.lh-0 {
  line-height: 0 !important;
}

.fix-lh1 {
  line-height: 1 !important;
}

.fix-lh {
  line-height: 1.24 !important;
}

.cart-title {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  bottom: -4px;
  left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.disabled {
  opacity: 0.6 !important;
}

.card {
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.25rem 0.5rem;
  margin-bottom: 25px;
}

.card-body {
  padding: 25px;
  font-family: 'Inter';
}

.card-body h2 {
  color: #202020;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Red Hat Display';
}

.card .card-title {
  background: #f5f8fa;
  padding: 18px 25px;
}

.card .card-title h3 {
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Red Hat Display';
  margin-bottom: 0px;
}

.card-body h2 svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 7px;
}

.card-body p {
  color: #636363;
  line-height: 1.54;
  font-size: 14px;
}

  .checkbox-wrapper-28 {
    --size: 21px;
    position: relative;
  }

  .checkbox-wrapper-28 *,
  .checkbox-wrapper-28 *:before,
  .checkbox-wrapper-28 *:after {
    box-sizing: border-box;
  }

  .checkbox-wrapper-28 .promoted-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .checkbox-wrapper-28 input:checked ~ svg {
    height: calc(var(--size) * 0.6);
    -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
            animation: draw-checkbox-28 ease-in-out 0.2s forwards;
  }
  .checkbox-wrapper-28 label:active::after {
    background-color: #5736FD;
  }
  .checkbox-wrapper-28 label {
    color: #202020;
    line-height: var(--size);
    cursor: pointer;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .checkbox-wrapper-28 label span {
    background: rgba(87, 54, 253, 0.08);
    border: 1px solid rgba(87, 54, 253, 0.4);
    padding: 0px 8px;
    font-size: 10px;
    font-weight: 500;
    color: rgb(87, 54, 253);
    border-radius: 4px;
    position: relative;
    display: inline-block;
    top: 0px;
    order: 3;
  }

  .checkbox-wrapper-28 label span svg {
    stroke: none;
    width: 14px;
    height: 14px;
    position: relative;
    left: 0;
    top: 4px;
  }

  .checkbox-wrapper-28 label h4 {
    font-size: 17px;
    color: #202020;
    font-weight: 600;
    order: 2;
    margin-bottom: 0px;
    font-family: 'Inter';
  }

  .checkbox-wrapper-28 label:after {
    content: "";
    height: var(--size);
    width: var(--size);
    float: left;
    border: 2px solid #5736FD;
    border-radius: 3px;
    transition: 0.15s all ease-out;
    order: 1;
    flex-shrink: 0;
  }
  .checkbox-wrapper-28 svg {
    stroke: #5736FD;
    stroke-width: 3px;
    height: 0;
    width: calc(var(--size) * 0.6);
    position: absolute;
    left: calc(var(--size) * 0.21);
    top: calc(var(--size) * 0.2);
    stroke-dasharray: 33;
  }

  @-webkit-keyframes draw-checkbox-28 {
    0% {
      stroke-dashoffset: 33;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes draw-checkbox-28 {
    0% {
      stroke-dashoffset: 33;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  .cart-addon-info {
    font-size: 13px !important;
    margin-top: 10px;
  }

  .cart-addon-pricing span {
    color: #202020;
    font-size: 13px;
  }

  .text-success {
    color: #00a149 !important;
  }

  .info-msg {
    width: 100%;
    padding: 10px 14px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Inter';
    box-shadow: rgba(25, 48, 82, 0.1) 0rem 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    background: #f8f8f8;
  }

  .info-msg span {
    display: block;
  }

  .info-msg svg {
    position: relative;
    width: 16px;
    height: 16px;
    top: -1px;
    margin-right: 6px;
    flex-shrink: 0;
  }

  .cursor-pointer {
    cursor: pointer !important;
  }

  .info-msg.error {
    border-left: 2px solid rgb(189, 36, 49);
    box-shadow: rgba(189, 36, 49, 0.1) 0rem 0.25rem 0.5rem;
  }

  .cart-item .col {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .cart-item .col span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }

  .cart-item .price {
    font-weight: 500;
    color: #202020;
  }

  .flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .cart-item svg {
    position: relative;
    top: 1px;
    color: #202020;
  }

  .cart-items {
    border-bottom: 1px dashed #dfdfdf;
  }

  .cart-total-netto .netto {
    color: #202020;
    font-size: 17px;
    font-weight: 600;
  }

  .cart-total-netto .netto-price {
    color: #202020;
    font-size: 17px;
    font-weight: 700;
  }

  .cart-total-brutto .netto {
    color: #202020;
    font-size: 19px;
    font-weight: 600;
  }

  .cart-total-brutto .netto-price {
    color: #5736fd;
    font-size: 19px;
    font-weight: 700;
  }

  .cart-pay-btn {
    width: 100% !important;
    display: block;
    border-radius: 3px !important;
    --btn-background-color: #5736FD !important;
    --btn-hover-background-color: #7e8695 !important;
  }

  .loading-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
  }

  .position-relative {
    position: relative !important;
  }

  .cart-empty svg {
    width: 36px;
    height: 36px;
  }

  .cart-empty span {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 8px;
  }

  .input-icon div {
    position: relative;
  }

  .input-icon input {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Inter';
    padding: 9px 12px 9px 30px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
  }

  .input-icon input:focus {
    border: 1px solid rgba(87, 54, 253, 0.40);
  }

  .input-icon input::placeholder {
    color: #bdbdbd;
    font-family: 'Inter';
    font-size: 13px;
    opacity: 1;
  }

  .input-icon:focus-within svg {
    color: rgba(87, 54, 253, 0.65);
  }

  .input-icon svg {
    position: absolute;
    top: 11px;
    left: 9px;
    transition: all 0.2s ease-in-out;
    color: #c5c5c5;
    width: 15px;
    height: 15px;
  }

  .input-icon label {
    font-weight: 500;
    color: #202020;
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
  }

  .checkout-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
  }

  .checkout-login-span {
    font-family: 'Inter';
    font-size: 13px;
    display: block;
    margin-top: 15px;
  }

  .checkout-login-span strong {
    font-size: 15px;
  }

  .checkout-login-action {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .checkout-login-action a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Inter';
  }

  .checkout-login-action span {
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
  }

  .no-products-icon {
    width: 100%;
    height: auto !important;
    max-width: 190px !important;
  }

  .empty-cart span {
    display: block;
    font-weight: 600;
    font-size: 18px;
  }

  .blog-item-title {
    font-family: 'Red Hat Display';
    font-weight: 700;
    color: #202020;
  }

  .blog-item-layout-1 .post-date {
    border-top: 1px solid #dbe2f1;
  }

  .blog-item-layout-1 .post-date:before {
    display: none;
  }

  .blog-maintitle {
    font-family: 'Red Hat Display';
    font-weight: 700;
    font-size: 34px;
  }

  .text-justify {
    text-align: justify !important;
  }

  .contact-form-fix label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.24;
    margin-bottom: 2px;
    color: #7e8695;
}
.contact-form-fix input, .contact-form-fix select, .contact-form-fix textarea {
    margin-top: 0;
    font-family: 'Inter';
    font-size: 14px;
    height: auto;
    min-height: auto;
    padding: 10px 18px;
    border: 1px solid #bbc2cf;
    border-radius: 6px;
    background: #fff;
    color: #202020;
}

.grecaptcha-badge {
    display: none;
}

#contact-submit i {
  position: relative;
  top: 2px;
  margin-right: 6px;
  transition: all 0.3s ease-in-out;
}

#contact-submit:hover i svg {
  filter: invert(46%) sepia(92%) saturate(7469%) hue-rotate(247deg) brightness(96%) contrast(107%);
}

#askform-submit i {
  position: relative;
  top: 2px;
  margin-right: 6px;
  transition: all 0.3s ease-in-out;
}

#askform-submit:hover i svg {
  filter: invert(46%) sepia(92%) saturate(7469%) hue-rotate(247deg) brightness(96%) contrast(107%);
}

.nask-footer {
  position: relative;
}

.nask-footer img {
  width: 100%;
  max-width: 160px;
}

.nask-footer span {
  font-weight: 500;
  font-size: 12px;
  display: block;
  margin-top: 4px;
  color: #202020;
  position: absolute;
  left: 62px;
  bottom: -1px;
}

.footer-langs {
  margin-top: 10px;
}

.footer-langs a {
  margin-right: 6px;
}

.footer-langs img {
  width: 16px;
  height: 14px;
  object-fit: cover;
}

.dev_mode_back {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9991;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dev_mode_front {
  position: relative;
  background: #fff;
  width: 65%;
  padding: 35px;
  border-radius: 6px;
}

.dev_mode_front span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 10px;
}

.dev_mode_front p {
  color: #202020;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 1.44;
}

.dev_mode_front a {
  position: absolute;
  font-weight: 700;
  font-size: 20px;
  right: 10px;
  top: 10px;
  color: #202020;
}

.full-before-shapes::before {
  background-image: url(../images/Illustration2.png) !important;
  background-position: center center !important;
}

.full-before-shapes {
  min-height: 280px !important;
}

@media (max-width: 768px){
  .full-before-shapes {
    min-height: 140px !important;
  }

  .full-before-shapes a {
    top: 12px !important;
  }
}