::-moz-selection {
  background: #ccc;
  color: #333;
}

::selection {
  background: #ccc;
  color: #333;
}

.bg-gray {
  background: #E9E9E9;
}

.bg-grad {
  background: rgb(255, 255, 255);
  background: linear-gradient(to top, rgb(255, 255, 255) 50%, rgb(233, 233, 233) 100%);
}

.form-control:focus {
  box-shadow: none;
}

.t-gray {
  color: #ADADAD;
}

.line-through {
  text-decoration: line-through;
}

.t-success {
  color: #00C241;
}

.btn {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.125rem 4.5rem;
}
.btn.btn-primary {
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #C61212;
  color: #fff;
  border: 1px solid #C61212;
}
.btn.btn-primary:focus {
  box-shadow: none;
}
.btn.btn-primary.small {
  padding: 5px 12px;
  font-size: 0.875rem;
}
.btn.btn-secondary {
  background-color: #424040;
  color: #fff;
  border: 1px solid #424040;
}
.btn.btn-secondary:hover {
  background-color: #424040;
  color: #fff;
  border: 1px solid #424040;
}
.btn.btn-secondary:focus {
  box-shadow: none;
}

a {
  transition: all 0.2s linear;
  text-decoration: none;
}

.btn-search {
  background: transparent;
  border: none;
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50px !important;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.btn-search svg {
  color: #e10728;
  width: 15px;
  height: 15px;
}
.btn-search:hover {
  background: rgba(238, 238, 238, 0.5882352941);
}

.link-return {
  color: #B0B0B0;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.link-return svg {
  color: #B0B0B0;
  height: 16px;
  width: 12px;
  margin-right: 16px;
  transition: all 0.2s linear;
}
.link-return:hover {
  color: #e10728;
}
.link-return:hover svg {
  color: #e10728;
}

h1 {
  color: #424040;
  font-size: 3.4375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h2 {
  color: #424040;
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.wrap-form .form-control {
  border-radius: 10px !important;
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  border: 1px solid #707070;
}
.wrap-form .form-control::-moz-placeholder {
  font-size: 0.875rem;
  color: #1A1A1A;
}
.wrap-form .form-control::placeholder {
  font-size: 0.875rem;
  color: #1A1A1A;
}
.wrap-form .form-control:focus {
  color: #424040;
  box-shadow: none;
}
.wrap-form .remember {
  text-decoration: none;
  margin-top: -12px;
  display: block;
  color: #2A2A2A;
  font-size: 0.75rem;
  margin-left: 9px;
}
.wrap-form .remember:hover {
  color: #C61212;
}
.wrap-form .input-group {
  margin-bottom: 1rem;
}
.wrap-form .form-check-label {
  font-size: 1rem;
  line-height: 1.2;
}
.wrap-form .form-check-input:focus {
  box-shadow: none;
}
.wrap-form .form-check {
  margin-bottom: 0.45rem;
}
.wrap-form.registration {
  height: 100%;
}
.wrap-form.registration .container-log {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.wrap-form .wrapper {
  margin-top: 2rem;
}
.wrap-form .wrapper-check .form-check-label {
  font-size: 0.875rem;
}

.container-panel {
  height: calc(100vh - 400px);
}

.h-calc {
  height: calc(100% - 50px);
}

.container-log {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-log > .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.container-log > .row .col-left .content-left {
  padding-left: 10%;
  padding-right: 10%;
}
.container-log > .row .col-left .content-left .wrapper-btn {
  margin-top: 2rem;
}
.container-log > .row .col-right .content-right {
  background-color: #fff;
  border-radius: 10px;
  padding: 5rem;
  padding-top: 5rem;
}
.container-log > .row .col-right .content-right .wrapper-btn {
  display: -ms-flex;
  display: flex;
}
.container-log.distributors {
  justify-content: center;
  text-align: center;
}
.container-log.distributors .btn {
  margin: 0 auto;
}
.container-log.distributors .input-group {
  max-width: 410px;
  margin: 1rem auto;
}
.container-log.distributors h1 {
  margin: 0;
}
.container-log.distributors form {
  margin-top: 3rem;
}

.container-remember {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container-remember form {
  margin-top: 1rem;
  width: 80%;
}
.container-remember form .wrapper-btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.container-remember .wrapper-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-account {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.container-account .header.mobile {
  display: none;
}
.container-account .content-right {
  padding-left: 8rem;
  padding-top: 2rem;
  position: relative;
}
.container-account .content-right h3 {
  font-size: 1rem;
  font-weight: 400;
}
.container-account .content-right .wrapper-btn {
  margin-top: 2rem;
  width: auto;
  display: -ms-flex;
  display: flex;
}
.container-account .content-right.consent form .form-check-label {
  line-height: 1.2;
  font-weight: 400;
  font-size: 0.875rem;
}
.container-account .content-right.consent .form-check .form-check-input {
  margin-left: -2em;
}
.container-account .content-right.consent .form-check-input[type=checkbox] {
  border-radius: 5px;
}
.container-account .content-right.consent .form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.1em;
  border: 1px solid #e10728;
}
.container-account .content-right.consent .form-check-input:checked {
  background-color: #e10728;
  border-color: #e10728;
}
.container-account .content-right.consent .form-check-input:focus {
  box-shadow: none;
}
.container-account .content-right.order-details {
  padding-top: 0;
  padding-bottom: 0;
}
.container-account .content-left.account .content-profile {
  background-color: #fff;
  border-radius: 5px;
}
.container-account .content-left.account .content-profile .header {
  padding: 2rem 3rem;
}
.container-account .content-left.account .content-profile .header p {
  margin-bottom: 0;
}

.profile {
  padding-bottom: 2rem;
}
.profile .btn-profile {
  background: transparent;
  border: none;
  font-size: 1rem;
  padding: 1rem 0;
  display: block;
  color: #424040;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 3rem;
  position: relative;
  font-weight: 500;
  transition: all 0.2s linear;
}
.profile .btn-profile span {
  margin-left: 1rem;
}
.profile .btn-profile svg {
  width: 30px;
  height: 24px;
  transition: all 0.2s linear;
}
.profile .btn-profile .wrap {
  transition: all 0.2s linear;
  z-index: 2;
}
.profile .item-profile {
  position: relative;
}
.profile .item-profile:last-child::after {
  display: none;
}
.profile .item-profile.active .btn-profile {
  color: #e10728;
  box-shadow: -19px 0px 19px -18px rgba(0, 0, 0, 0.05);
}
.profile .item-profile.active .btn-profile svg {
  color: #e10728;
}
.profile .item-profile:hover .btn-profile {
  color: #e10728;
  box-shadow: -19px 0px 19px -18px rgba(0, 0, 0, 0.05);
}
.profile .item-profile:hover .btn-profile svg {
  color: #e10728;
}
.profile .collapse.show {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-left: 6rem;
}
.profile .collapsing {
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-left: 6rem;
}

.link-profile {
  color: #424040;
  padding: 0.75rem 0;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s linear;
}
.link-profile.btn-modal {
  background: transparent;
  border: none;
  width: auto;
  display: flex;
}
.link-profile::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #e10728;
  border-radius: 50px;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  display: none;
}
.link-profile.active {
  font-weight: 600;
}
.link-profile.active::after {
  display: block;
}
.link-profile:hover {
  color: #e10728;
}

.order {
  border: 1px solid #7F7F7F;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  color: #424040;
  display: block;
}
.order:hover {
  border: 1px solid #e10728;
  color: #424040;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.06);
}
.order:last-child {
  margin-bottom: 0;
}
.order .top {
  display: grid;
  grid-template: auto/auto auto;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E7;
  padding-bottom: 1rem;
  align-items: center;
}
.order .top .number {
  font-weight: 800;
  font-size: 1.75rem;
}
.order .top .cost {
  font-size: 0.75rem;
  font-weight: 500;
}
.order .top .stage {
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
}
.order .top .date {
  text-align: right;
  font-size: 0.75rem;
  font-weight: 400;
}
.order .bottom {
  display: grid;
  grid-template: auto/1.5fr 1fr;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E6E6E7;
  padding-top: 1rem;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.order .bottom .info {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.order .bottom .info .text {
  font-weight: 500;
  font-size: 1rem;
  flex: 0 0 80%;
  max-width: 80%;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.order .bottom .info .text .product {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
}
.order .bottom .info .text.b-t {
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.order .bottom .info .text.b-t .product {
  margin-bottom: 10px;
}
.order .bottom .info .text .amount {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1px;
}
.order .bottom .info .img {
  aspect-ratio: 40/40;
  margin-right: 0.5rem;
  border-radius: 5px;
}
.order .bottom .info .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.order .bottom .price {
  text-align: right;
  white-space: nowrap;
}
.order .bottom .price .brutto {
  font-weight: 700;
  font-size: 1rem;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.order .bottom .price .brutto span {
  font-weight: 500;
}
.order .bottom .price .netto {
  font-size: 0.675rem;
}
.order .bottom:last-child {
  border-bottom: none;
}

.badge {
  padding: 0.35em 0.35em;
}

.d-content {
  margin-bottom: 16px;
}
.d-content h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.d-content .box {
  border: 1px solid #ADADAD;
  border-radius: 5px;
  padding: 1rem 1.5rem;
}
.d-content .box .wrapper-status {
  position: relative;
  padding-left: 22px;
}
.d-content .box .wrapper-status::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  top: 10px;
  background-color: #BDBDBD;
  left: 0;
}
.d-content .box.status {
  border: none;
}
.d-content .box.status .stage {
  font-size: 0.875rem;
  font-weight: 400;
  color: #B1B1B1;
  margin-bottom: 16px;
  position: relative;
  line-height: 1;
}
.d-content .box.status .stage:last-child {
  margin-bottom: 0;
}
.d-content .box.status .stage::after {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  content: "";
  transform: translateY(-50%);
  z-index: 1;
}
.d-content .box.status .stage.success::after {
  background-color: #198754;
}
.d-content .box.status .stage.red {
  color: #424040;
  font-size: 1rem;
  font-weight: 600;
}
.d-content .box.status .stage.red::after {
  background-color: #FF3C00;
  width: 9px;
  height: 9px;
  left: -26px;
}
.d-content .box.status .stage.gray::after {
  background-color: #BDBDBD;
}
.d-content .box.date {
  display: grid;
  grid-template: auto/1fr 1fr 1fr;
}
.d-content .box.shipment {
  display: grid;
  grid-template: auto/1fr 1fr;
}
.d-content .box.shipment .d-col:nth-child(2) {
  border-right: none;
}
.d-content .box.shipment .wrapper-btn {
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.5rem;
}
.d-content .box.shipment .wrapper-btn .btn-primary-outline {
  margin-top: 10px;
  padding: 0.2rem 0.5rem;
  font-size: 0.875rem;
}
.d-content .box.shipment-product .item {
  display: grid;
  grid-template: auto/40px 2fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: flex-start;
  row-gap: 5px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E6E6E7;
}
.d-content .box.shipment-product .item .img {
  aspect-ratio: 40/40;
  border-radius: 5px;
}
.d-content .box.shipment-product .item .img img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.d-content .box.shipment-product .item .s-header {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  align-items: flex-end;
}
.d-content .box.shipment-product .item .s-header .info {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 600;
}
.d-content .box.shipment-product .item .s-header .amount {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ADADAD;
  margin-left: 10px;
  margin-bottom: 1px;
  line-height: 1;
}
.d-content .box.shipment-product .item .s-header.b-t {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.d-content .box.shipment-product .item .s-header.b-t .info {
  margin-bottom: 5px;
}
.d-content .box.shipment-product .item .price {
  font-size: 1rem;
  font-weight: 700;
  justify-self: flex-end;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.d-content .box.shipment-product .item ul {
  grid-column: 2/3;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -0.5rem;
}
.d-content .box.shipment-product .item ul li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 11px;
}
.d-content .box.shipment-product .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.d-content .box.shipment-product .item .wrapper-btn {
  grid-column: 2/3;
  margin-top: 0;
}
.d-content .box.shipment-product .item .wrapper-btn .btn-success {
  padding: 0.2rem 0.5rem;
}
.d-content .box.summary .comment {
  border-bottom: 1px solid #E6E6E7;
  padding-bottom: 0.75rem;
}
.d-content .box.summary .comment .top {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.d-content .box.summary .bottom {
  font-size: 0.75rem;
}
.d-content .box.summary .i-sum {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #E6E6E7;
  align-items: center;
}
.d-content .box.summary .i-sum:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.d-content .box.summary .i-sum.bold {
  border-bottom: none;
  padding-bottom: 0;
  font-weight: 700;
}
.d-content .box.summary .i-sum .item.big {
  font-size: 1.25rem;
}
.d-content .box .header {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.d-content .box .text {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 3px;
  color: #424040;
}
.d-content .box .text span {
  font-weight: 700;
}
.d-content .box .d-col {
  border-right: 1px solid #E6E6E7;
  padding-left: 1.5rem;
  padding-right: 5px;
}
.d-content .box .d-col:first-child {
  padding-left: 0;
}
.d-content .box .d-col:last-child {
  border-right: 0;
}
.d-content .box .d-col a {
  display: -ms-flex;
  display: flex;
  color: #e10728;
  margin-top: 9px;
  align-items: center;
}
.d-content .box .d-col a svg {
  color: #424040;
  margin-right: 5px;
  transition: all 0.2s linear;
}
.d-content .box .d-col a:hover svg {
  color: #e10728;
}

.container-alert {
  background-color: #fff;
  color: #424040;
  min-height: calc(100vh - 490px);
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.container-alert .container {
  height: 100%;
}
.container-alert .wrapper-alert {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-alert .wrapper-alert .wrapper-lottie {
  width: 340px;
  height: 340px;
  margin-bottom: 2rem;
}
.container-alert .wrapper-alert h1 {
  text-align: center;
}
.container-alert .wrapper-alert .wrapper-btn {
  margin-top: 2rem;
}

.form-header {
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.form-row.shipping-layer {
  margin-top: 1rem;
  transition: all 0.2s linear;
  animation: fadeIn;
  animation-duration: 0s;
  animation-duration: 0.75s;
}
.form-row.invoice-layer {
  margin-top: 1rem;
  transition: all 0.2s linear;
  animation: fadeIn;
  animation-duration: 0s;
  animation-duration: 0.75s;
}

.invalid-feedback {
  font-size: 12px;
  font-weight: bold;
}

.valid-feedback {
  display: none !important;
}

.form-group .text-help {
  font-size: 12px;
  line-height: 1.4;
  display: inherit;
  margin-top: 0.5rem;
  text-align: justify;
}

.col-right-register {
  position: sticky;
  top: 7rem;
}

.container-account .content-right.order-details h2 small {
  font-size: 1rem;
  opacity: 0.5;
}

.order-details .text-info, .order .text-info {
  --bs-text-opacity: 1;
  color: #0766e1 !important;
  font-weight: bold;
}
.order-details .text-danger, .order .text-danger {
  --bs-text-opacity: 1;
  color: #e10728 !important;
  font-weight: bold;
}
.order-details .text-primary, .order .text-primary {
  --bs-text-opacity: 1;
  color: #9d07e1 !important;
  font-weight: bold;
}
.order-details .text-success, .order .text-success {
  --bs-text-opacity: 1;
  color: #86c400 !important;
  font-weight: bold;
}

@media only screen and (max-width: 1919px) {
  .profile .btn-profile .arrow {
    right: -30px;
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 1679.98px) {
  .container-panel {
    height: calc(100vh - 150px);
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 1.65rem;
  }
  .container-remember .wrapper-content {
    width: 50%;
  }
  .container-account {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .order .bottom .price .brutto {
    font-size: 0.875rem;
  }
  .order .bottom .info .text {
    font-size: 0.875rem;
  }
  .d-content .box .d-col {
    padding-left: 10px;
  }
  .d-content .box.shipment .wrapper-btn {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .profile .btn-profile {
    padding: 1rem 3rem;
  }
  .profile .btn-profile .arrow {
    right: -25px;
    width: calc(100% + 25px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .container-log .row {
    align-items: flex-start;
  }
  .container-log .row .col-left .content-left {
    padding-left: 0;
    padding-right: 3%;
  }
  .container-log .row .col-right .content-right {
    padding: 2rem;
    padding-top: 3rem;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  .btn {
    font-size: 1rem;
    padding: 0.75rem 3.5rem;
  }
  .h-calc {
    height: calc(100% - 70px);
  }
  .container-remember .wrapper-content {
    width: 70%;
  }
  .container-account .content-left.account .content-profile .header {
    padding: 2rem 1rem;
  }
  .container-account .content-right {
    padding-left: 5rem;
  }
  .container-account .content-right .wrapper-btn {
    margin-top: 1rem;
  }
  .order .top .number {
    font-size: 1.5rem;
  }
  .order .top .stage {
    font-size: 0.875rem;
  }
  .order .bottom .info .text {
    font-size: 0.75rem;
  }
  .order .bottom .info .text .product {
    font-size: 1.25rem;
  }
  .order .bottom .info .text .amount {
    font-size: 0.75rem;
  }
  .d-content .box.shipment-product .item {
    grid-template: auto/40px 3fr;
  }
  .d-content .box.shipment-product .item .price {
    font-size: 0.875rem;
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .d-content .box.shipment-product .item .s-header {
    font-size: 0.875rem;
  }
  .d-content .box.shipment-product .item .s-header .info {
    font-size: 1.25rem;
  }
  .d-content .box.shipment-product .item ul li {
    font-size: 0.75rem;
    margin-bottom: 9px;
  }
  .d-content .box.date {
    grid-template: auto/1fr;
  }
  .d-content .box .d-col {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #E6E6E7;
    padding: 10px 0;
    padding-left: 0;
  }
  .d-content .box .d-col:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .d-content .box .d-col:first-child {
    padding-top: 0;
  }
  .d-content .box.shipment {
    grid-template: auto/1fr;
  }
  .d-content .box.shipment .wrapper-btn {
    padding-left: 0;
    margin-top: 1rem;
    grid-column: 1/2;
  }
  .link-return {
    font-size: 0.875rem;
  }
  .profile .btn-profile {
    padding: 1rem 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .container-log .row .col-left .content-left {
    padding-right: 30%;
  }
  .container-log .row .col-right .content-right {
    padding-top: 2rem;
    margin-top: 3rem;
    justify-content: center;
    background-color: #E9E9E9;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h-calc {
    height: calc(100% - 120px);
  }
  .container-panel.registration .container-log {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .profile .btn-profile {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
  .profile .btn-profile svg {
    width: 24px;
    height: 20px;
  }
  .profile .collapse.show {
    padding-left: 4rem;
  }
  .container-account {
    height: calc(100vh - 200px);
  }
  .container-account .content-right {
    padding-left: 3rem;
  }
  .container-account.container-order {
    height: 100%;
  }
  .link-profile {
    font-size: 0.875rem;
  }
  .profile .btn-profile .arrow {
    right: -20px;
    width: calc(100% + 20px);
  }
  .d-content .box.shipment-product .item {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .d-content .box.shipment-product .item .s-header .info {
    font-size: 1.125rem;
  }
  .container-alert {
    min-height: calc(100vh - 90px);
  }
  .container-alert .wrapper-alert .wrapper-lottie {
    width: 240px;
    height: 240px;
  }
  .container-alert .logo img {
    height: 54px;
  }
  .container-account .content-left.account .content-profile .header {
    padding: 2rem 1rem 1rem;
  }
  .order .bottom .info .text {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .order .bottom .info .text .amount {
    margin-bottom: 0;
  }
  .order .bottom .info .text .product {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 568px) and (max-width: 1000px) and (min-height: 200px) and (max-height: 450px) {
  .container-panel {
    height: 180vh;
  }
}
@media only screen and (max-width: 767.98px) {
  @keyframes MenufadeInDown {
    0% {
      opacity: 0;
      display: none;
      top: 100%;
    }
    100% {
      display: block !important;
      opacity: 1 !important;
      top: 0;
    }
  }
  @keyframes MenufadeOutDown {
    0% {
      display: block;
      opacity: 1;
      top: 0;
    }
    100% {
      opacity: 0;
      display: none;
      top: 100%;
    }
  }
  h1 {
    font-size: 2rem;
  }
  .container-log .row .col-left .content-left {
    padding-right: 0;
    text-align: center;
  }
  .container-log .row .col-left .content-left .wrapper-btn {
    display: flex;
    justify-content: center;
  }
  .container-remember .wrapper-content {
    width: 100%;
  }
  p {
    margin-bottom: 0.875rem;
  }
  .container-panel.registration .wrapper-check .form-check-label {
    font-size: 0.75rem;
  }
  .container-panel.registration .wrapper {
    text-align: left;
    margin-top: 1.5rem;
  }
  .wrap-form .form-check {
    text-align: left;
  }
  .wrap-form .form-check-label {
    font-size: 0.875rem;
  }
  .container-account {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
    height: 100%;
    padding-top: 1rem;
    position: relative;
  }
  .container-account .row-right {
    min-height: 100%;
  }
  .container-account .content-left.account .content-profile {
    width: auto;
  }
  .container-account .content-left.account .content-profile .header {
    display: none;
  }
  .container-account .content-left .col-left {
    position: fixed;
    bottom: 0;
    z-index: 3;
    grid-column: 1/2;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    top: auto;
    left: 0;
    border-top: 1px solid #e10728;
  }
  .container-account .content-right {
    padding-left: 0;
    padding-bottom: 0;
    height: 100%;
    grid-row: 2/3;
    grid-column: 1/2;
    padding-left: 0;
    padding-right: 0rem;
  }
  .container-account .content-right::after {
    display: none;
  }
  .container-account .header.mobile {
    display: block;
    margin-bottom: 2rem;
    grid-column: 1/3;
    margin-bottom: 1rem;
  }
  .profile {
    padding-bottom: 0;
    display: grid;
    grid-template: auto/1fr 1fr 1fr;
  }
  .profile .btn-profile {
    justify-content: center;
  }
  .profile .btn-profile .wrap {
    pointer-events: none;
  }
  .profile .btn-profile .arrow {
    height: 40px;
    width: 40px;
    display: none;
  }
  .profile .btn-profile svg {
    width: 29px;
    height: 29px;
    pointer-events: none;
  }
  .profile .btn-profile span {
    margin-left: 0.5rem;
    display: none;
  }
  .profile .collapse.show {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    text-align: center;
  }
  .profile .collapsing {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    text-align: center;
    position: absolute;
    bottom: 100px;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    box-shadow: 8px 4px 8px 0px rgba(0, 0, 0, 0.05);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
    height: auto;
  }
  .profile .collapse.show {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .profile .item-profile {
    border-left: 1px solid #e10728;
  }
  .profile .item-profile:first-child {
    border-left: none;
  }
  .profile .item-profile.active .btn-profile {
    background-color: #fff;
    box-shadow: none;
  }
  .profile .item-profile::after {
    width: 1px;
    left: 0;
    height: 44px;
    bottom: auto;
    left: 0;
    top: 14px;
  }
  .profile .item-profile:last-child::after {
    display: block;
  }
  .link-profile {
    padding: 0.4rem 0;
    line-height: 1;
  }
  .link-profile::after {
    display: none;
  }
  .link-profile.active {
    color: #e10728;
  }
  .link-profile.active::after {
    display: none;
  }
  .menuCollapseAll {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-113%) translateX(-50%);
    background: #fff;
    padding-bottom: 0.7rem;
    border-radius: 5px;
    box-shadow: 0px 0px 16px 11px rgba(0, 0, 0, 0.05);
    margin-left: 0 !important;
    transition: all 0.3s ease-in;
    padding-top: 0.7rem;
    width: 100%;
    height: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .menuCollapseAll::after {
    position: absolute;
    content: "";
    bottom: -14px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #ffffff transparent transparent transparent;
    transform: translateX(-50%);
  }
  .menuCollapseAll.menu-show {
    animation-duration: 300ms !important;
    animation-name: MenufadeInDown !important;
    display: block;
    opacity: 1;
    z-index: 1;
  }
  .menuCollapseAll.menu-hide {
    animation-duration: 300ms !important;
    animation-name: MenufadeOutDown !important;
    opacity: 0;
    z-index: 0;
    display: none;
  }
  .link-profile {
    font-size: 0.875rem;
  }
  .link-profile.btn-modal {
    justify-content: center;
  }
  body {
    padding-bottom: 53px;
  }
}
@media only screen and (max-width: 575.98px) {
  .h-calc {
    height: calc(100% - 50px);
  }
  .container-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .container-panel .remember {
    text-align: left;
  }
  .container-panel.registration .container-log {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .container-log {
    justify-content: center;
    align-items: center;
  }
  .container-log .row {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .container-log .row .col-left .content-left .wrapper-btn {
    margin-top: 1rem;
    width: 100%;
  }
  .container-log .row .col-left .wrapper-btn {
    width: 100%;
  }
  .container-log .row .col-right .content-right {
    padding-top: 1.5rem 1rem;
    margin-top: 2rem;
    padding: 1.5rem 1rem;
  }
  .container-log .row .col-right .content-right .wrapper-btn {
    width: 100%;
  }
  .container-log form .col-12 {
    padding-right: 0;
  }
  .btn {
    width: 100%;
  }
  h2 {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .container-remember form {
    width: 100%;
  }
  .link-profile {
    font-size: 0.75rem;
  }
  .container-account {
    padding-bottom: 2rem;
  }
  .container-account .content-right {
    padding-top: 1rem;
  }
  .container-wrapper-account {
    padding-left: 0;
    padding-right: 0;
  }
  .order {
    padding: 1rem 1rem;
  }
  .order .top {
    grid-template: auto/auto;
    row-gap: 5px;
  }
  .order .top .number {
    font-size: 1.25rem;
  }
  .order .top .date {
    text-align: left;
  }
  .order .top .stage {
    text-align: left;
  }
  .order .bottom {
    grid-template: auto/1fr;
    row-gap: 15px;
  }
  .order .bottom .info .text {
    justify-content: space-between;
  }
  .d-content .box {
    padding: 1rem 1rem;
  }
  .d-content .box.status .stage {
    font-size: 0.75rem;
  }
  .d-content .box.status .stage.red {
    font-size: 0.875rem;
  }
  .d-content .box.shipment-product .item {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .d-content .box.summary .i-sum {
    font-size: 0.75rem;
  }
  .d-content .box.summary .i-sum .item.big {
    font-size: 1.125rem;
  }
  .d-content .box.summary .comment .top {
    font-size: 0.75rem;
  }
  .d-content .box.summary .bottom {
    font-size: 0.675rem;
  }
  .d-content .box.status .stage.red::after {
    left: -16px;
  }
  .container-alert .logo img {
    height: 53px;
    height: 44px;
  }
  .container-alert .wrapper-alert .wrapper-lottie {
    width: 150px;
    height: 150px;
  }
  .container-alert {
    padding-left: 0;
    padding-right: 0;
  }
  .container-alert .btn.btn-primary {
    padding: 0.75rem;
    width: 100%;
  }
  .container-alert .wrapper-btn {
    width: 100%;
  }
}/*# sourceMappingURL=panel.css.map */