/*    @include rgba-background($bg-info, 1);*/
.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.slide-out-right {
  -webkit-animation: slide-out-right 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; } }
.modal-success-custom {
  margin-top: 15% !important; }

.modal-footer {
  border-top: none; }

.bootbox.modal .modal-header {
  display: block !important; }

.bootbox.modal .modal-header h4 {
  padding: 5px 10px; }

.bootbox.modal .modal-body {
  text-align: center;
  padding: 30px; }

.bootbox.modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end !important;
  border-top: none; }

.bootbox.modal .modal-footer .btn {
  height: 30px;
  width: auto !important;
  line-height: 30px;
  font-size: 12px;
  padding: 0 20px; }

.bootbox.modal .modal-footer .btn.btn-primary {
  background-color: #fdc300;
  color: #fff; }

.bootbox.modal .modal-footer .btn.btn-primary:hover {
  background-color: #fdc300; }

.modal-success-custom .modal-footer .btn.primary {
  background-color: #fdc300;
  color: #fff;
  border: 1px solid #fdc300; }

.modal-success-custom .modal-footer .btn.primary:hover {
  background-color: #fff;
  color: #fdc300; }

.bootbox.modal .modal-footer .btn.btn-success {
  background-color: #e30613;
  color: #fff;
  border-color: #e30613; }

.bootbox.modal .modal-footer .btn.btn-primary.bootbox-accept {
  background-color: #e30613;
  color: #fff;
  border-color: #e30613; }

.bootbox.modal .modal-footer .btn.btn-primary.bootbox-accept:hover {
  background-color: #e30613;
  color: #fff;
  border-color: #e30613; }

.bootbox.modal .modal-footer .btn.btn-success:hover {
  background-color: #e30613; }

.bootbox.modal .modal-footer .btn.btn-default {
  background-color: #fdc300;
  color: #fff;
  border-color: #fdc300; }

.bootbox.modal .modal-footer .btn.btn-default:hover {
  background-color: #fdc300; }

.btn {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  border-radius: 10px;
  -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96); }

.btn.btn-primary {
  background-color: #fdc300;
  border: 1px solid #fff;
  color: #fff; }

.btn.btn-primary:hover,
.btn.btn-primary:active {
  background-color: #d9a700;
  border: 1px solid #fff; }

.btn.btn-secondary {
  background-color: #e30613;
  border: 1px solid #e30613;
  color: #fff; }

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background-color: #ab050e;
  border: 1px solid #ab050e; }

.btn.btn-tertiary {
  background-color: #00A5B2;
  border: 1px solid #00A5B2;
  color: #fff; }

.btn.btn-tertiary:hover,
.btn.btn-tertiary:active {
  background-color: #d9a700;
  border: 1px solid #d9a700; }

.btn.btn-default {
  background-color: #fff;
  border: 1px solid #fdc300;
  color: #fdc300; }

.btn.btn-default:hover,
.btn.btn-default:active {
  background-color: #fff;
  border: 1px solid #fdc300;
  color: #fdc300; }

.btn.btn-outline-default {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }

.btn.btn-outline-default:hover,
.btn.btn-outline-default:active {
  background-color: #fff;
  color: #e30613; }

.btn.btn-outline-secondary {
  background-color: transparent;
  border: 1px solid #e30613;
  color: #e30613;
  width: auto; }

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:active {
  border: 1px solid #e30613;
  color: #e30613; }

.btn.btn-default.continue {
  background-image: url(../../../../../images/icons/leftTo.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 45px; }

.btn.continue {
  background-image: url(../../../../../images/icons/leftTo.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 45px; }

.btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #e30613; }

.btn.btn-white:hover,
.btn.btn-white:active {
  background-color: #fff;
  border: 1px solid #fff;
  color: #e30613; }

.btn.btn-small {
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 10px; }

.btn.btn-small.auto {
  width: auto; }

.btn.download-excel {
  background-image: url(/images/icons/excel.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 45px !important; }

.send {
  width: 30px !important;
  display: block;
  font-size: 14px;
  color: #fdc300 !important;
  background-image: url(/images/icons/send.svg) !important;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center; }

.list-view {
  width: 30px !important;
  display: block;
  font-size: 14px;
  background-color: #fdc300 !important;
  padding: 2px;
  border-radius: 5px;
  display: block;
  margin: 0 auto; }

.send-mail {
  max-width: 230px;
  font-size: 14px;
  background-image: url(/images/icons/send-mail.svg) !important;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 30px !important; }

.backTo {
  display: block;
  font-size: 14px;
  color: #e30613 !important;
  background-image: url(/images/icons/leftTo.svg) !important;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 0 0 18px;
  margin: 0 0 15px 0; }

.selTypeUpload {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-bottom-color: transparent !important;
  color: #fff;
  outline: none;
  border: none;
  margin-right: 5px;
  padding: 7px 15px;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  margin-top: 2px; }
  .selTypeUpload.active {
    background-color: rgba(255, 255, 255, 0.15);
    border-left-color: rgba(255, 255, 255, 0.15) !important;
    font-weight: 500; }

.btn-bar {
  padding: 15px;
  margin: 0 auto;
  flex-wrap: wrap; }
  .btn-bar.start {
    display: flex;
    justify-content: start;
    align-items: last baseline; }
  .btn-bar.center {
    display: flex;
    justify-content: center; }
  .btn-bar.end {
    display: flex;
    justify-content: flex-end; }
  .btn-bar.between {
    display: flex;
    justify-content: space-between;
    align-items: last baseline; }
  .btn-bar .wrapp-btn {
    width: auto;
    padding: 0 15px; }
    .btn-bar .wrapp-btn.large {
      width: 100%; }
    .btn-bar .wrapp-btn.col-6 {
      width: 50%;
      padding: 0 5px; }

.top-bar {
  width: 100%;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  align-items: center; }
  .top-bar.end {
    justify-content: flex-end; }
  .top-bar.between {
    justify-content: space-between; }
  .top-bar.start {
    justify-content: start; }
  .top-bar.center {
    justify-content: center; }

.filter-bar {
  width: 100%;
  padding: 15px;
  position: relative; }
  .filter-bar > div {
    padding: 0 15px 0 0; }
    .filter-bar > div input[type="text"] {
      min-width: 260px;
      width: 100%; }
  .filter-bar.end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .filter-bar.between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .filter-bar.start {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: last baseline; }
  .filter-bar.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

.easing {
  -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96); }

.dataUser {
  background: #F18700;
  background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 15px; }
  .dataUser .avatar {
    width: 50px;
    height: 50px;
    background-image: url(../../../../../images/avatar.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border-radius: 15px;
    position: relative;
    overflow: hidden; }
  .dataUser .welcome {
    margin: 15px auto;
    font-size: 20px;
    color: #fff; }
    .dataUser .welcome .userName {
      font-weight: bold;
      display: block; }
  .dataUser .userPoints {
    display: block;
    margin: 5px 0;
    color: #fff; }
    .dataUser .userPoints .points {
      margin: 0;
      display: block; }
      .dataUser .userPoints .points strong {
        font-size: 40px;
        line-height: 1; }

@media (min-width: 1024px) {
  .dataUser {
    background-color: #fdc300;
    height: 100%;
    padding: 15px 60px 15px 60px; }
    .dataUser .welcome {
      margin: 10px auto;
      font-size: 20px;
      color: #fff; } }
.wrapp-slider {
  position: relative;
  padding: 5px 15px 0 15px; }

.noUi-horizontal {
  height: 6px !important; }
  .noUi-horizontal .noUi-connect {
    background: #d2d2d2 !important; }
  .noUi-horizontal .range-values input:read-only {
    display: none; }
  .noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
    display: none !important; }
  .noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    right: -8px !important;
    top: calc(50% - 8px) !important;
    cursor: default;
    border-radius: 100% !important;
    background: #e30613 !important;
    box-shadow: none !important;
    background-image: none !important;
    content: "" !important; }
    .noUi-horizontal .noUi-handle .noUi-tooltip {
      width: auto !important;
      font-size: 12px; }

.slider {
  margin: 45px auto 30px auto;
  width: 100%;
  left: 0;
  position: relative; }

.btn-filter {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-image: url(./images/icons/filter.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center right;
  padding-right: 35px;
  position: relative; }
  .btn-filter span {
    color: #e30613; }
  .btn-filter.alt {
    background-image: url(./images/icons/filter.svg); }

.filtersbox {
  display: none;
  box-shadow: 0 1px 10px #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 15px;
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000; }
  .filtersbox fieldset {
    padding: 15px 0 0 0; }
    .filtersbox fieldset .form-group {
      margin-bottom: 15px; }
      .filtersbox fieldset .form-group:has(.slider) {
        margin: 30px 0 5px 0; }
  .filtersbox .select,
  .filtersbox .input {
    width: 100%;
    height: 30px; }
  .filtersbox .btn-bar {
    padding: 0; }
    .filtersbox .btn-bar .btn {
      width: 100%; }
  .filtersbox .slider-label {
    display: none; }

.filtersbox-title {
  color: #e30613;
  font-size: 18px;
  font-weight: bold; }
  .filtersbox-title img {
    width: 33px;
    margin: 0 5px 0 0;
    vertical-align: middle; }

.filtersbox-close {
  position: absolute;
  top: 15px;
  right: 15px; }
  .filtersbox-close img {
    width: 22px; }

input[type="text"], input[type="password"], input[type="mail"] {
  border: 1px solid #ebebeb;
  background-color: #ebebeb; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff !important; }

footer {
  display: block;
  height: auto;
  padding: 15px;
  z-index: 100;
  position: relative;
  background: #F18700;
  background: linear-gradient(90deg, #f18700 0%, #e30d13 100%); }
  footer .secNav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center; }
    footer .secNav .footer-menu {
      padding: 0;
      margin: 0 auto; }
      footer .secNav .footer-menu li {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        padding: 5px; }
        footer .secNav .footer-menu li a {
          display: block;
          text-align: center;
          color: #fff; }
    footer .secNav .contact {
      text-align: center;
      padding: 0 15px; }
      footer .secNav .contact .info-corp {
        list-style: none;
        padding: 0; }
        footer .secNav .contact .info-corp li {
          padding: 5px 0;
          font-size: 14px; }
          footer .secNav .contact .info-corp li.logo {
            max-width: 80px; }
          footer .secNav .contact .info-corp li a {
            display: block;
            color: #fff; }

@media (min-width: 1024px) {
  footer {
    position: relative;
    width: 100%;
    z-index: 2;
    height: auto;
    bottom: 0;
    padding: 5px 15px; }
    footer .secNav .footer-menu {
      display: flex;
      justify-content: flex-start; }
      footer .secNav .footer-menu li {
        padding: 0 15px;
        position: relative; }
        footer .secNav .footer-menu li::after {
          content: "|";
          position: absolute;
          z-index: 2;
          color: #fff;
          top: 0;
          right: -1px; }
    footer .secNav li:last-child::after {
      display: none; }
    footer .secNav .contact {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      padding: 0 5px; }
      footer .secNav .contact .info-corp {
        display: flex;
        padding: 0;
        margin: 0; }
        footer .secNav .contact .info-corp li {
          padding: 5px 15px;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          align-items: center;
          margin: 0; }
          footer .secNav .contact .info-corp li a {
            display: block;
            color: #fff;
            padding: 0 5px; } }
.form-group {
  position: relative;
  margin-bottom: 15px; }
  .form-group label {
    margin-bottom: 5px; }

.validatePass {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 20px; }
  .validatePass.changePass {
    width: 28px;
    height: 28px;
    top: -5px;
    right: 10px; }
  .validatePass .infoPass {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../../../../../images/icons/info.svg);
    background-repeat: no-repeat;
    background-size: 28px; }
    .validatePass .infoPass .info {
      fill: #e30613; }
    .validatePass .infoPass .instructions {
      position: absolute;
      display: none;
      min-width: 260px;
      height: auto;
      padding: 10px;
      right: -20px;
      bottom: 40px;
      width: 100%;
      background-color: #e9ecef;
      -webkit-box-shadow: 1px 0 5px 0 #ccc;
      box-shadow: 1px 0 5px 0 #ccc;
      border-radius: 5px;
      color: #000;
      font-size: 12px; }
      .validatePass .infoPass .instructions ul,
      .validatePass .infoPass .instructions ol {
        margin: 0 5px 0 5px;
        font-size: 12px; }
    .validatePass .infoPass .instructions:before {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      right: 20px;
      bottom: -12px;
      border-top: 12px solid #e9ecef;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent; }

.validatePass:hover .instructions {
  display: block; }

.instructions ul,
.instructions ol {
  font-size: 1.2rem; }
.instructions ol {
  list-style: decimal; }

input[type="text"],
input[type="password"],
input[type="mail"], input[type="date"], input[type="number"] {
  display: block;
  font-size: 14px;
  height: 40px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  background-color: #e9ecef;
  border: 1px solid #e9ecef;
  color: #000;
  padding: 5px; }
  input[type="text"]:focus-within,
  input[type="password"]:focus-within,
  input[type="mail"]:focus-within, input[type="date"]:focus-within, input[type="number"]:focus-within {
    outline-color: #000; }

.select {
  background-color: #e9ecef;
  border: 1px solid #e9ecef;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 30px 0 10px;
  margin: 0px;
  background-image: url(../../../../../images/icons/downTo.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 5px;
  cursor: pointer; }

.select.dark {
  background-color: #ab050e;
  border: 1px solid #ab050e;
  background-image: url(./images/icons/arrow_down_dark.svg);
  border-radius: 0;
  color: #fdc300; }

.select.language {
  background-color: rgba(255, 255, 255, 0.75);
  border: none;
  height: 30px;
  padding: 0 20px 0 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #000;
  outline: none;
  position: relative;
  margin: 0 5px; }
  .select.language option {
    background-color: #00A5B2;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #fff; }
  .select.language option:focus,
  .select.language option:active,
  .select.language option:checked {
    background-color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    color: #fff; }

.select::-ms-expand {
  display: none; }

.form-check {
  position: relative;
  padding-left: 40px !important;
  cursor: pointer;
  margin: 15px 0 15px 15px; }

.form-check label {
  font-size: 12px;
  cursor: pointer;
  color: #fff; }

.form-check label a {
  color: #e30613;
  text-decoration: underline; }

.form-check.small {
  margin: 15px 0; }
  .form-check.small label {
    font-size: 14px; }

.form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0; }

.form-check label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 1px 2px #fff;
  border-radius: 3px;
  background-color: #fff; }

.form-check label::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 16px; }

.form-check input:checked ~ label::after {
  width: 10px;
  height: 22px;
  border: solid #e30613;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-check.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0; }

.form-check.radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 1px 2px #ccc;
  border-radius: 3px;
  background-color: #fff;
  border-radius: 50%; }

.form-check.radio label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px; }

.form-check.radio input:checked ~ label::after {
  width: 16px;
  height: 16px;
  border-radius: 50%; }

.input-readonly {
  color: #898b8d; }

.invalid .input,
.input.invalid {
  border: 1px solid #f00;
  background-image: url(../images/icons/input_invalid.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  padding: 15px; }

.errorlabel {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 12px;
  color: #f00;
  font-weight: 300;
  background-image: url(../../../../../images/icons/info.svg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 30px;
  padding: 35px 5px 5px 5px; }

.errorlabel-text p {
  text-align: center; }

.errorlabel-text,
.errorlabel-text span {
  display: block;
  margin: 0 auto 5px auto;
  font-size: 12px;
  text-align: center; }

.input-date {
  width: 100%;
  background-image: url(../../../../../images/icons/calendar.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 28px;
  padding-right: 20px; }

.invalid-feedback {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  padding: 5px;
  display: block;
  font-size: 12px;
  width: 100%;
  margin-top: 5px;
  color: #f00; }

.customMSG {
  position: relative;
  width: 100%; }
  .customMSG .itMSG {
    /*        .invalid-feedback { background-color: rgba(255,255,255,.5); border-radius: 3px;  padding: 5px;
        position: relative;
        bottom: 0;
    }*/ }

.showPass {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 5px;
  top: 7px;
  background-image: url(../../../images/icons/view.svg);
  background-size: cover; }
  .showPass.on {
    background-image: url(../../../images/icons/hide.svg); }

input::placeholder {
  color: #000;
  opacity: 1; }

@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url("../../fonts/HelveticaNeueLTPro-Bd.woff2") format("woff2"), url("../../fonts/HelveticaNeueLTPro-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Neue LT Pro';
  src: url("../../fonts/HelveticaNeueLTPro-Md.woff2") format("woff2"), url("../../fonts/HelveticaNeueLTPro-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Nunito';
  src: url("../../fonts/Nunito-ExtraBold.woff2") format("woff2"), url("../../fonts/Nunito-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Nunito';
  src: url("../../fonts/Nunito-SemiBold.woff2") format("woff2"), url("../../fonts/Nunito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Nunito';
  src: url("../../fonts/Nunito-Light.woff2") format("woff2"), url("../../fonts/Nunito-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
html {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow-x: hidden; }

body {
  position: relative;
  min-height: 100vh;
  font-family: 'Nunito';
  font-size: 16px; }
  body .img-fluid {
    width: 100%; }
  body .img-fluid.cover {
    height: 100%;
    object-fit: cover; }

main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  max-width: 1620px;
  margin: 0 auto;
  padding: 90px 30px 60px 30px; }
  main div, main section {
    width: 100%; }
    main div h1,
    main div .h1, main section h1,
    main section .h1 {
      color: #e30613;
      font-weight: bold;
      margin-bottom: 30px; }

@media (min-width: 1024px) {
  main {
    min-height: calc(100vh - 40px);
    padding: 90px 0 40px 0; } }
/*easing*/
.easing {
  -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
  transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96); }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333; }

.navbar.bg-light {
  background-color: #fff !important;
  -webkit-box-shadow: 1px 0 5px 0 #ced4da;
  box-shadow: 1px 0 5px 0 #ced4da;
  border-radius: 10px;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
.navbar .content-navbar {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between; }
  .navbar .content-navbar .dataUser {
    position: fixed;
    z-index: 2;
    min-height: 150px;
    height: auto;
    max-height: 180px;
    width: 170px;
    top: 70px;
    right: 0;
    background: #F18700;
    background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
    background-image: url(/css/themes/theme_verticalflow/images/icons/hide.svg);
    background-size: 27px;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    padding: 15px;
    border-radius: 0 0 0 50px;
    font-size: 12px;
    cursor: pointer; }
    .navbar .content-navbar .dataUser.off {
      right: -110%; }
    .navbar .content-navbar .dataUser .avatar {
      width: 100px;
      height: 100px;
      background-image: url(../../../../../images/avatar.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
      display: none; }
    .navbar .content-navbar .dataUser .welcome {
      margin: 0 auto;
      font-size: 12px;
      text-align: right;
      color: rgba(255, 255, 255, 0.75); }
      .navbar .content-navbar .dataUser .welcome .userName {
        font-weight: bold;
        color: #fff;
        display: block; }
    .navbar .content-navbar .dataUser .userPoints {
      display: block;
      margin: 15px 0 0 0;
      font-size: 16px;
      line-height: 1.3;
      text-align: right;
      color: rgba(255, 255, 255, 0.75);
      position: relative; }
      .navbar .content-navbar .dataUser .userPoints::before {
        content: "";
        width: 50px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        top: -5px; }
      .navbar .content-navbar .dataUser .userPoints .points {
        color: #fff;
        margin: 0;
        display: block; }
        .navbar .content-navbar .dataUser .userPoints .points strong {
          font-size: 30px;
          line-height: 1; }
        .navbar .content-navbar .dataUser .userPoints .points sub {
          font-size: 12px; }
  .navbar .content-navbar .tabDataUser {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 44px;
    top: 70px;
    right: -0.5%;
    border-radius: 0 0 0 20px;
    background: #F18700;
    background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
    background-image: url(/css/themes/theme_verticalflow/images/icons/show.svg);
    background-size: 27px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .navbar .content-navbar .navbar-collapse {
    background-color: #fff;
    border-radius: 10px;
    width: 100vw;
    padding: 15px;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: 56px;
    left: 0; }
    .navbar .content-navbar .navbar-collapse .navbar-nav .nav-item {
      position: relative; }
      .navbar .content-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-weight: bold;
        color: #e30613 !important;
        padding: 5px 15px; }
    .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu {
      border-radius: 1px;
      border: none;
      margin-left: 25px; }
      .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu li {
        padding: 7px 5px; }
        .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu li::marker {
          content: "-";
          color: #e30613; }
        .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
          padding: 3px 10px;
          border-radius: 1px;
          font-weight: bold;
          color: #e30613; }
          .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover {
            background-color: #e30613;
            color: #fff; }
    .navbar .content-navbar .navbar-collapse .navbar-nav .show > .nav-link,
    .navbar .content-navbar .navbar-collapse .navbar-nav .nav-link.active {
      background-color: #e30613;
      color: #fff !important;
      border-radius: 3px; }
  .navbar .content-navbar .wrapp-navbar-toggler {
    width: 10%; }
    .navbar .content-navbar .wrapp-navbar-toggler .navbar-toggler {
      width: 100%;
      outline: none;
      border: none;
      box-shadow: none; }
      .navbar .content-navbar .wrapp-navbar-toggler .navbar-toggler .navbar-toggler-icon {
        width: 26px;
        display: block;
        margin: 0 auto; }
  .navbar .content-navbar .wrapp-navbar-brand {
    width: 30%;
    margin: 0 .5%; }
    .navbar .content-navbar .wrapp-navbar-brand .navbar-brand {
      margin-right: 0;
      padding: 0 5px;
      display: inline-block; }
  .navbar .content-navbar .navbar-direct-access {
    width: auto;
    margin-left: auto; }
    .navbar .content-navbar .navbar-direct-access .directAccess {
      background: #F18700;
      background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
      display: flex;
      padding: 7px 5px;
      position: relative;
      right: -1px; }
      .navbar .content-navbar .navbar-direct-access .directAccess .selLang {
        display: fle;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        padding: 0 0 0 10px; }
      .navbar .content-navbar .navbar-direct-access .directAccess .favorites, .navbar .content-navbar .navbar-direct-access .directAccess .cart, .navbar .content-navbar .navbar-direct-access .directAccess .logout {
        position: relative;
        padding: 0 3px; }
        .navbar .content-navbar .navbar-direct-access .directAccess .favorites .bubleNum, .navbar .content-navbar .navbar-direct-access .directAccess .cart .bubleNum, .navbar .content-navbar .navbar-direct-access .directAccess .logout .bubleNum {
          position: absolute;
          z-index: 2;
          right: 10px;
          top: 2px;
          width: 20px;
          height: 20px;
          border-radius: 100%;
          background-color: #EB1717;
          border: 1px solid #fff;
          font-size: 10px;
          color: #fff;
          font-weight: bold;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
      .navbar .content-navbar .navbar-direct-access .directAccess .out-user {
        background-color: #e30613;
        padding: 10px 5px;
        border-radius: 10px;
        position: relative; }
      .navbar .content-navbar .navbar-direct-access .directAccess .icon {
        margin: 0 2px; }
      .navbar .content-navbar .navbar-direct-access .directAccess .access {
        display: none; }

@media (min-width: 1024px) {
  .navbar.bg-light {
    background-color: #fff !important;
    border-radius: 15px;
    /*       max-width: 1620px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
    max-width: 99%;
    left: .5%; }
  .navbar .content-navbar {
    padding: 0; }
    .navbar .content-navbar .navbar-collapse {
      background-color: #fff;
      width: auto;
      padding: 0;
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
      position: relative;
      z-index: 1;
      top: 0;
      left: 0;
      height: 100%; }
      .navbar .content-navbar .navbar-collapse .navbar-nav {
        height: 50px;
        align-content: center;
        align-items: center; }
        .navbar .content-navbar .navbar-collapse .navbar-nav .nav-item {
          height: 50px;
          position: relative; }
          .navbar .content-navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            padding: 0 30px;
            border-radius: 7px;
            font-size: 16px; }
        .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu {
          border-radius: 3px;
          margin-left: 0;
          box-shadow: 1px 1px 10px 0 #ccc; }
          .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu .nav-item {
            height: auto; }
            .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu .nav-item .nav-link {
              padding: 0 10px;
              border-radius: 0;
              font-size: 16px; }
          .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu li {
            padding: 7px 10px; }
            .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu li::marker {
              content: ""; }
            .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
              padding: 3px 10px;
              border-radius: 1px;
              color: #e30613; }
              .navbar .content-navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover {
                background-color: #fff;
                color: #e30613; }
    .navbar .content-navbar .wrapp-navbar-toggler {
      display: none; }
    .navbar .content-navbar .wrapp-navbar-brand {
      width: 16%;
      margin: 0; }
      .navbar .content-navbar .wrapp-navbar-brand .navbar-brand {
        margin-left: 15px !important;
        display: inline-block; }
    .navbar .content-navbar .wrapp-navbar {
      min-width: 60%;
      width: auto; }
    .navbar .content-navbar .navbar .dropdown-menu {
      border: none;
      bottom: 0; }
    .navbar .content-navbar .navbar .dropdown-item li {
      display: block;
      padding: 5px 0 10px 0;
      margin: 0;
      text-align: left; }
      .navbar .content-navbar .navbar .dropdown-item li a {
        font-size: 16px;
        color: #e30613;
        text-decoration: none; }
      .navbar .content-navbar .navbar .dropdown-item li a:hover {
        color: #e30613;
        text-decoration: none; }
    .navbar .content-navbar .navbar-close {
      display: none !important; }
    .navbar .content-navbar .navbar-direct-access {
      min-width: auto;
      width: auto; }
      .navbar .content-navbar .navbar-direct-access .directAccess {
        width: auto;
        border-radius: 15px; }
        .navbar .content-navbar .navbar-direct-access .directAccess .favorites,
        .navbar .content-navbar .navbar-direct-access .directAccess .cart,
        .navbar .content-navbar .navbar-direct-access .directAccess .logout {
          padding: 5px 6px; }
        .navbar .content-navbar .navbar-direct-access .directAccess .icon {
          margin: 0 5px; } }
body:has(.home) .navbar .content-navbar .wrapp-datauser {
  display: none; }

.product {
  position: relative;
  padding: 30px;
  background: #F18700;
  background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
  border-radius: 30px;
  padding: 15px 15px 30px 15px;
  border: 1px solid #ccc;
  height: 100%; }
  .product:hover {
    -webkit-box-shadow: 1px 1px 10px 0 #fdc300;
    box-shadow: 1px 1px 10px 0 #fdc300; }
  .product .addToWhishlist {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 30px; }
    .product .addToWhishlist .icon {
      width: 30px;
      cursor: pointer; }
    .product .addToWhishlist.active svg {
      fill: #e30613; }
  .product figure {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0; }
    .product figure .photo {
      background-color: #fff;
      border-radius: 30px;
      margin-bottom: 15px; }
      .product figure .photo img {
        position: relative;
        z-index: 1;
        max-width: 60%;
        -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
        -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
        -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
        transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96); }
    .product figure figcaption {
      color: #fff;
      font-weight: bold;
      text-align: left;
      padding: 15px; }
  .product .description {
    text-decoration: none;
    color: #fff;
    margin: 15px auto; }
  .product .select-size {
    padding: 15px;
    max-width: 200px; }
    .product .select-size label {
      color: #fdc300;
      display: block; }
  .product .goToDetails {
    font-weight: bold;
    color: #e30613;
    display: block; }
  .product .info {
    text-align: right;
    padding: 0 0 15px 0; }
    .product .info .points {
      margin-top: 15px;
      font-size: 14px; }
      .product .info .points .num {
        font-size: 34px;
        font-weight: 800;
        color: #fdc300; }
    .product .info sub {
      color: #fff; }
  .product .addToCart {
    background-color: #fdc300;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    bottom: -15px;
    right: 15px;
    background-image: url(../../../../../images/icons/cart.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center center; }
  .product .removeToWhishlist {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    z-index: 2;
    top: -15px;
    right: 15px;
    background-image: url(../../../../../images/icons/delete.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center center;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0 #ccc;
    box-shadow: 1px 1px 5px 0 #ccc; }

#recommended .swiper-wrapper {
  padding: 30px 0; }
  #recommended .swiper-wrapper .swiper-slide {
    padding-bottom: 30px; }

#publiBanners {
  height: 100%; }
  #publiBanners .swiper-wrapper {
    height: 100%;
    padding: 0; }
    #publiBanners .swiper-wrapper .swiper-slide {
      height: 100%; }

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important; }

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: #ccc !important;
  opacity: 0.5 !important; }

.swiper-pagination-bullet-active {
  background-color: #e30613 !important;
  opacity: 1 !important; }

#howToGuide {
  padding-bottom: 100px; }
  #howToGuide .swiper-button-next,
  #howToGuide .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff !important;
    background-color: #e30613; }
  #howToGuide .swiper-button-next:after,
  #howToGuide .swiper-button-prev:after {
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; }

.table tr th:first-of-type,
.table tr td:first-of-type {
  border-radius: 5px 0 0 5px !important; }

.table tr th:last-of-type,
.table tr td:last-of-type {
  border-radius: 0 5px 5px 0 !important; }

.table {
  color: #fdc300;
  position: relative;
  z-index: 1;
  border-collapse: separate;
  border-spacing: 0 5px;
  border: 0; }
  .table th {
    min-height: 44px;
    background-color: #e30613;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: 0; }
  .table td {
    color: #000; }

.table thead th {
  vertical-align: middle !important; }

/* .table tr th:last-of-type,
.table tr td:last-of-type {
    border-radius: 0 10px 10px 0 !important;
}

.table tr th:first-of-type,
.table tr td:first-of-type {
    border-radius: 10px 0 0 10px !important;
} */
tbody tr td {
  background-color: white !important;
  padding: 7px 5px;
  font-size: 14px;
  font-weight: 500;
  border-top: none !important; }

tbody tr:hover td {
  background-color: #ebebeb !important; }

tbody tr td .ico {
  width: 30px; }

tbody tr td .status {
  display: inline-block;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 15px;
  line-height: 20px;
  font-weight: bold; }

tbody tr td .status.canceled {
  background-color: #fbdbdc;
  color: #fdc300; }

tbody tr td .status.sent {
  background-color: #faebcc;
  color: #8a6d3b; }

tbody tr td .status.required {
  background-color: #cee1f7;
  color: #e30613; }

tbody tr td .status.delivered {
  background-color: #ceebe1;
  color: #0C9A67; }

tbody tr td .status.pending {
  background-color: #ffe8dc;
  color: #fe6511; }

tbody tr td .status.waitingForPayment {
  background-color: #d7e5e7;
  color: #377c86; }

/* tbody tr:nth-of-type(even) td {
    background-color: $color-5;

}

tbody tr:hover td {
    background-color: $color-5;

} */
/* width */
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

/* Track */
.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #555; }

.message {
  max-width: 500px;
  margin: 30px auto;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-size: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 90px 30px 30px 30px;
  border-radius: 15px;
  color: #000; }
  .message.error-order {
    background-image: url(../../../../../images/icons/info.svg); }
  .message.success-order {
    background-image: url(../../../../../images/icons/success-order.svg); }
  .message.no-orders {
    background-image: url(../../../../../images/icons/empty-box.svg); }
  .message.empty-cart {
    background-image: url(../../../../../images/icons/cart_dark.svg); }
  .message.empty-whishlist {
    background-image: url(../../../../../images/icons/cart_dark.svg); }

.Catalogue.Detail .contentSect {
  max-width: 1080px;
  margin: 0 auto; }
  .Catalogue.Detail .contentSect h1 {
    color: #fff; }
  .Catalogue.Detail .contentSect h2 {
    font-weight: bold;
    text-align: center;
    color: #e30613;
    margin-bottom: 30px;
    margin-top: 30px; }
  .Catalogue.Detail .contentSect p {
    color: #fdc300; }
  .Catalogue.Detail .contentSect .productlistitem {
    margin: 15px auto; }
    .Catalogue.Detail .contentSect .productlistitem .product {
      display: flex;
      flex-wrap: wrap; }
      .Catalogue.Detail .contentSect .productlistitem .product.detail {
        padding: 15px; }
      .Catalogue.Detail .contentSect .productlistitem .product .photo {
        background-color: #fff;
        border-radius: 30px;
        padding: 15px; }
      .Catalogue.Detail .contentSect .productlistitem .product:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
      .Catalogue.Detail .contentSect .productlistitem .product .wrap-detail {
        padding: 30px; }
        .Catalogue.Detail .contentSect .productlistitem .product .wrap-detail .points {
          text-align: right;
          display: block;
          margin-top: 15px;
          font-size: 14px; }
          .Catalogue.Detail .contentSect .productlistitem .product .wrap-detail .points .num {
            font-size: 34px;
            font-weight: bold;
            color: #fdc300; }
        .Catalogue.Detail .contentSect .productlistitem .product .wrap-detail .addToWhishlist {
          position: absolute;
          z-index: 2;
          right: 10px;
          top: 10px; }
          .Catalogue.Detail .contentSect .productlistitem .product .wrap-detail .addToWhishlist .icon {
            width: 30px;
            cursor: pointer; }
          .Catalogue.Detail .contentSect .productlistitem .product .wrap-detail .addToWhishlist.active svg {
            fill: #fdc300; }
  .Catalogue.Detail .contentSect .swiper {
    padding-bottom: 60px !important;
    margin: 0 auto;
    height: 100%; }
    .Catalogue.Detail .contentSect .swiper .swiper-wrapper {
      height: 100%; }
      .Catalogue.Detail .contentSect .swiper .swiper-wrapper figcaption {
        height: 80px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .Catalogue.Detail .contentSect .swiper .swiper-wrapper .swiper-slide, .Catalogue.Detail .contentSect .swiper .swiper-wrapper .swiper-slide .product {
        height: 100%; }

.Catalogue .contentSect .filterCat {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .Catalogue .contentSect .filterCat .item {
    width: calc(50% - 10px);
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e30613;
    font-size: 11px;
    font-weight: bold;
    margin: 5px;
    color: #e30613;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
    -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
    -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
    transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96); }
  .Catalogue .contentSect .filterCat .item.all,
  .Catalogue .contentSect .filterCat .item.selected {
    background: #F18700;
    background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
    margin: 5px;
    color: #fff;
    position: relative; }
  .Catalogue .contentSect .filterCat .item.selected:after {
    font-size: 11px;
    content: "X";
    position: absolute;
    width: 18px;
    height: 18px;
    top: -5px;
    right: -5px;
    background-color: #e30613;
    border: 1px solid #e30613;
    color: #fdc300;
    font-weight: 500;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
.Catalogue .contentSect .producList {
  display: flex;
  flex-wrap: wrap; }
  .Catalogue .contentSect .producList .productItem {
    width: 100%;
    padding: 15px; }

@media (min-width: 1024px) {
  .Catalogue .contentSect .filterCat .item {
    width: auto;
    font-size: 14px;
    padding: 5px 15px; }
  .Catalogue .contentSect .producList {
    display: flex;
    flex-wrap: wrap; }
    .Catalogue .contentSect .producList .productItem {
      width: 25%; } }
.Home {
    /*    .moreInfo {
        background-color: $color-2;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        position: absolute;
        z-index: 2;
        right: 30px;
        bottom: 30px;
        font-size: 30px;
        text-align: center;
        line-height: 34px;
        color: #fff;
        display: block;
        -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0.000, 0.960);
        -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0.000, 0.960);
        -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0.000, 0.960);
        transition: all 800ms cubic-bezier(0.095, 0.435, 0.000, 0.960);
    }

    .moreInfo:hover {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }*/ }
  .Home .wrapp-datauser {
    width: 100%; }
  .Home .wrapp-publi {
    width: 100%;
    padding: 15px 0 15px 0; }
  .Home .rowHome {
    display: flex;
    flex-wrap: wrap; }
  .Home .publi {
    height: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden; }
  .Home .content_1 {
    width: 100%;
    height: 230px;
    padding: 15px 0; }
    .Home .content_1 .banner_small_1 {
      height: 100%;
      background-size: 100% 100%;
      position: relative; }
      .Home .content_1 .banner_small_1 a {
        display: block;
        height: 100%; }
  .Home .content_2 {
    width: 100%;
    height: 230px;
    padding: 15px 0;
    color: #fdc300;
    text-align: center; }
    .Home .content_2 .banner_small_2 {
      height: 100%;
      background-size: 100% 100%;
      position: relative; }
      .Home .content_2 .banner_small_2 a {
        display: block;
        height: 100%; }

.recommended-products {
  background: #F18700;
  background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
  border-radius: 30px;
  padding: 30px 30px 0 30px;
  margin-top: 30px; }
  .recommended-products .listProducts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .recommended-products .listProducts .itemProduct {
      width: 100%;
      padding: 30px; }
      .recommended-products .listProducts .itemProduct .product {
        position: relative;
        overflow: hidden;
        height: auto;
        border: none;
        text-align: left; }
        .recommended-products .listProducts .itemProduct .product a {
          text-decoration: none; }
        .recommended-products .listProducts .itemProduct .product .info {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          z-index: 2;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          color: #fff;
          padding: 30px;
          /*                    background: #F18700;
          background: linear-gradient(90deg, rgba(241, 135, 0, .75) 0%, rgba(227, 13, 19, .75) 100%);*/
          background-color: rgba(227, 6, 19, 0.75);
          border: 1px solid #fff;
          border-radius: 10px;
          color: #fff;
          text-align: left; }
        .recommended-products .listProducts .itemProduct .product .addToWhishlist {
          display: none; }
        .recommended-products .listProducts .itemProduct .product h3 {
          font-size: 24px; }
        .recommended-products .listProducts .itemProduct .product .points {
          color: #fff; }
          .recommended-products .listProducts .itemProduct .product .points .num {
            font-size: 50px;
            color: #fdc300;
            padding: 0 5px; }
        .recommended-products .listProducts .itemProduct .product .goToDetails {
          display: none; }
        .recommended-products .listProducts .itemProduct .product .btn {
          position: relative;
          max-width: 150px;
          display: block;
          margin: 45px auto; }
        .recommended-products .listProducts .itemProduct .product:hover {
          -webkit-box-shadow: 1px 1px 10px 0 #e30613;
          box-shadow: 1px 1px 10px 0 #e30613; }
          .recommended-products .listProducts .itemProduct .product:hover figure {
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            align-items: center; }
            .recommended-products .listProducts .itemProduct .product:hover figure img {
              max-width: 90%;
              opacity: 1; }
              .recommended-products .listProducts .itemProduct .product:hover figure img:hover {
                opacity: .6; }
            .recommended-products .listProducts .itemProduct .product:hover figure h3 {
              opacity: 0;
              visibility: 0; }
          .recommended-products .listProducts .itemProduct .product:hover .info {
            opacity: 1;
            visibility: visible; }
      .recommended-products .listProducts .itemProduct.home .product {
        background: #fff; }
        .recommended-products .listProducts .itemProduct.home .product:hover {
          -webkit-box-shadow: 1px 1px 10px 0 #fff;
          box-shadow: 1px 1px 10px 0 #fff; }
  .recommended-products h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 15px; }

.howTo {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%; }
  .howTo .guide {
    width: 100%;
    padding: 30px 0 0 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #e30613;
    border-radius: 30px; }
    .howTo .guide h2 {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      color: #e30613; }
    .howTo .guide article {
      text-align: center;
      padding: 0 5%; }
      .howTo .guide article .step {
        font-size: 40px;
        font-weight: bold;
        color: #e30613;
        padding: 5px 0;
        display: block; }
      .howTo .guide article p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 15px; }
        .howTo .guide article p:last-of-type {
          margin-bottom: 0; }
        .howTo .guide article p a {
          font-weight: bold;
          color: #e30613; }
  .howTo .howToHead {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 30px;
    margin-top: 30px; }
    .howTo .howToHead a {
      height: 100%;
      color: #000;
      text-decoration: none;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      align-content: center; }

@media (min-width: 768px) and (orientation: portrait) {
  .Home .content_1 {
    width: 50%;
    height: 180px;
    padding: 15px 15px 15px 0;
    order: 3; }
    .Home .content_1 .banner_small_1 {
      height: 100%;
      background-size: 100% 100%;
      position: relative; }
  .Home .content_2 {
    width: 50%;
    height: 180px;
    color: #fdc300;
    text-align: center;
    padding: 15px 0 15px 15px;
    order: 4; }
    .Home .content_2 .banner_small_1 {
      height: 100%;
      background-size: 100% 100%;
      position: relative; }
  .Home .recommended-products {
    padding: 30px;
    order: 5; }
    .Home .recommended-products .listProducts .itemProduct {
      width: 50%;
      padding: 30px; }
  .Home .howTo {
    order: 6; } }
@media (min-width: 1024px) {
  .Home .wrapp-datauser {
    width: 25%;
    order: 2;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 15px 0 0 0; }
  .Home .wrapp-publi {
    max-height: 400px;
    width: 75%;
    order: 1;
    padding-right: 15px;
    padding-bottom: 15px; }
    .Home .wrapp-publi .publi {
      height: 100%; }
    .Home .wrapp-publi .swiper-slide img {
      height: 100%; }
  .Home .rowHome {
    display: flex;
    flex-wrap: wrap; }
  .Home .content_1 {
    width: 50%;
    height: 355px;
    padding: 15px 15px 15px 0;
    order: 3; }
    .Home .content_1 .banner_small_1 {
      height: 100%;
      background-size: 100% 100%;
      position: relative; }
  .Home .content_2 {
    width: 50%;
    height: 355px;
    color: #fdc300;
    text-align: center;
    padding: 15px 0 15px 15px;
    order: 4; }
    .Home .content_2 .banner_small_1 {
      height: 100%;
      background-size: 100% 100%;
      position: relative; }

  .recommended-products {
    width: 70%;
    margin-top: 15px;
    order: 5;
    padding: 30px; }
    .recommended-products .listProducts .itemProduct {
      width: 50%;
      padding: 30px; }
      .recommended-products .listProducts .itemProduct .product {
        overflow: hidden;
        height: 475px;
        overflow: hidden;
        border: none; }
        .recommended-products .listProducts .itemProduct .product h3 {
          font-size: 30px;
          font-weight: bold; }
        .recommended-products .listProducts .itemProduct .product::after {
          content: "";
          background-color: rgba(253, 195, 0, 0.5);
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 2;
          display: flex;
          justify-content: center;
          align-content: center;
          align-items: center;
          font-size: 20px;
          color: #fff;
          opacity: 0;
          visibility: hidden; }
        .recommended-products .listProducts .itemProduct .product:hover::after {
          opacity: 1;
          visibility: visible; }
        .recommended-products .listProducts .itemProduct .product figure {
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          align-items: center; }
          .recommended-products .listProducts .itemProduct .product figure img {
            max-width: 85%;
            display: block;
            margin: 0 auto; }
        .recommended-products .listProducts .itemProduct .product .info {
          display: none;
          z-index: 3; }
      .recommended-products .listProducts .itemProduct:hover figure img {
        max-width: 90%;
        opacity: 1; }
        .recommended-products .listProducts .itemProduct:hover figure img:hover {
          opacity: .6; }
      .recommended-products .listProducts .itemProduct:hover figure h3 {
        opacity: 0;
        visibility: 0; }
      .recommended-products .listProducts .itemProduct:hover .info {
        opacity: 1;
        visibility: visible;
        display: block; }
    .recommended-products h2 {
      font-size: 40px;
      text-align: center;
      padding: 0 30px; }

  .howTo {
    width: 30%;
    margin-top: 15px;
    padding-left: 30px;
    order: 6; }
    .howTo .guide {
      width: 100%;
      order: 1; }
      .howTo .guide article p {
        font-size: 20px; }
    .howTo .howToHead {
      width: 100%;
      order: 2;
      margin-top: 30px;
      margin-bottom: 0; } }
.userDetails .contentSect .user-personal-data {
  background-color: white;
  -webkit-box-shadow: 1px 0 5px 0 #adb5bd;
  box-shadow: 1px 0 5px 0 #adb5bd;
  padding: 15px 30px;
  margin-bottom: 30px;
  justify-content: center;
  width: 100%;
  border-radius: 10px; }
  .userDetails .contentSect .user-personal-data h2 {
    color: #e30613;
    margin-bottom: 15px; }
  .userDetails .contentSect .user-personal-data .edit {
    width: 30px;
    height: 30px;
    margin-left: auto;
    display: block;
    background-image: url(/css/themes/theme_verticalflow/images/icons/icoEdit.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center center; }
  .userDetails .contentSect .user-personal-data .data-user .data-item {
    width: 100%;
    margin-bottom: 15px; }
  .userDetails .contentSect .user-personal-data .data-user .data-label {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block; }
  .userDetails .contentSect .user-personal-data .data-user .data-value {
    display: block;
    color: #000; }
  .userDetails .contentSect .user-personal-data .edit-data {
    display: flex;
    flex-wrap: wrap; }
    .userDetails .contentSect .user-personal-data .edit-data .form-group {
      padding: 0;
      margin-bottom: 15px; }
      .userDetails .contentSect .user-personal-data .edit-data .form-group label, .userDetails .contentSect .user-personal-data .edit-data .form-group .data-label {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 5px; }
    .userDetails .contentSect .user-personal-data .edit-data .btn-bar {
      display: flex;
      flex-wrap: wrap;
      padding: 30px 0 0 0; }
      .userDetails .contentSect .user-personal-data .edit-data .btn-bar .wrapp-btn {
        width: 100%;
        padding: 0;
        margin-bottom: 15px; }
        .userDetails .contentSect .user-personal-data .edit-data .btn-bar .wrapp-btn .btn {
          width: 100%; }
  .userDetails .contentSect .user-personal-data .info-LPD {
    padding: 15px; }
    .userDetails .contentSect .user-personal-data .info-LPD a, .userDetails .contentSect .user-personal-data .info-LPD a span {
      font-weight: bold;
      color: #e30613; }
    .userDetails .contentSect .user-personal-data .info-LPD .accept {
      font-size: 14px;
      padding: 5px 15px; }
      .userDetails .contentSect .user-personal-data .info-LPD .accept label {
        margin-left: 10px; }
        .userDetails .contentSect .user-personal-data .info-LPD .accept label a, .userDetails .contentSect .user-personal-data .info-LPD .accept label a span {
          color: #e30613; }
  .userDetails .contentSect .user-personal-data .edit {
    display: block;
    width: 30px; }

@media (min-width: 1024px) {
  .userDetails .contentSect .user-personal-data {
    padding: 15px 45px; }
    .userDetails .contentSect .user-personal-data .data-user {
      display: flex;
      flex-wrap: wrap; }
      .userDetails .contentSect .user-personal-data .data-user .data-item {
        margin-bottom: 15px;
        min-width: 20%;
        flex-basis: 0 1 auto;
        padding: 0 15px;
        width: 20%; }
    .userDetails .contentSect .user-personal-data .edit-data {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .userDetails .contentSect .user-personal-data .edit-data .form-group {
        margin-bottom: 15px;
        min-width: 20%;
        flex-basis: 0 1 auto;
        padding: 0 15px;
        width: 20%; }
      .userDetails .contentSect .user-personal-data .edit-data .btn-bar {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 15px 0 15px;
        justify-content: flex-end; }
        .userDetails .contentSect .user-personal-data .edit-data .btn-bar .wrapp-btn {
          width: auto;
          padding: 0 0 0 15px;
          margin-bottom: 15px; }
          .userDetails .contentSect .user-personal-data .edit-data .btn-bar .wrapp-btn .btn {
            width: auto; } }
body.loginLMS .wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  width: 100%; }
  body.loginLMS .wrapper main {
    width: 100%;
    min-height: calc(100vh - 40px);
    padding: 0; }
    body.loginLMS .wrapper main section {
      width: 100%;
      min-height: 100%;
      display: block; }
      body.loginLMS .wrapper main section .contSection {
        min-height: 100%;
        padding: 30px;
        background: #F18700;
        background: linear-gradient(90deg, #f18700 0%, #e30d13 100%); }
        body.loginLMS .wrapper main section .contSection .logo {
          max-width: 250px;
          margin: 0 auto;
          padding: 30px 0; }
        body.loginLMS .wrapper main section .contSection .login {
          width: 250px;
          padding: 30px 0;
          margin: 15% auto 0 auto;
          position: relative; }
          body.loginLMS .wrapper main section .contSection .login .formLogin {
            width: 250px;
            position: relative;
            margin: 0 auto; }
          body.loginLMS .wrapper main section .contSection .login p {
            color: #fff; }
          body.loginLMS .wrapper main section .contSection .login a {
            color: #fff; }
          body.loginLMS .wrapper main section .contSection .login .resetPass {
            display: block;
            margin: 15px 0; }
        body.loginLMS .wrapper main section .contSection .recoverpassword {
          display: none; }
        body.loginLMS .wrapper main section .contSection .btn,
        body.loginLMS .wrapper main section .contSection input {
          width: 100%;
          display: block; }

@media (orientation: landscape) {
  body.loginLMS .wrapper {
    position: relative;
    overflow: hidden;
    min-height: inherit;
    width: 100%; }
    body.loginLMS .wrapper main {
      width: 100%;
      height: auto; }
      body.loginLMS .wrapper main section {
        height: auto; }
        body.loginLMS .wrapper main section .contSection {
          height: auto; }
          body.loginLMS .wrapper main section .contSection .login {
            width: 250px;
            padding: 30px 0;
            margin: 0 auto 0 auto;
            position: relative; }
            body.loginLMS .wrapper main section .contSection .login .formLogin {
              width: 250px;
              position: relative;
              margin: 0 auto; } }
@media (min-width: 768px) and (orientation: portrait) {
  body.loginLMS .wrapper main {
    height: 90vh; } }
@media (min-width: 1024px) {
  body.loginLMS .wrapper {
    position: relative;
    overflow: visible;
    height: 100vh;
    width: 100%; }
    body.loginLMS .wrapper main {
      width: 100%;
      max-width: 100%;
      min-height: calc(100vh - 40px);
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center;
      align-content: center; }
      body.loginLMS .wrapper main section {
        min-height: calc(100vh - 40px);
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 1.5vw; }
        body.loginLMS .wrapper main section .bg {
          width: 70vw;
          background-image: url(/css/themes/theme_verticalflow/images/bgLayout_Desktop_2.jpg);
          background-size: 100% 100%;
          margin-right: 1.5vw;
          object-fit: cover;
          border-radius: 25px; }
        body.loginLMS .wrapper main section .contSection {
          width: 30vw;
          height: calc(100vh - 40px);
          padding: 0;
          border-radius: 25px; }
          body.loginLMS .wrapper main section .contSection .logo {
            width: 100%;
            max-width: 200px;
            margin: 0 auto;
            padding: 30px 0; }
          body.loginLMS .wrapper main section .contSection .login {
            width: 200px;
            padding: 30px 0;
            margin: 5% auto 0 auto; }
            body.loginLMS .wrapper main section .contSection .login .btn-bar {
              padding: 0; }
            body.loginLMS .wrapper main section .contSection .login .formLogin {
              max-width: 200px;
              margin: 0 auto; }
            body.loginLMS .wrapper main section .contSection .login p {
              color: #fff;
              font-weight: bold; }
            body.loginLMS .wrapper main section .contSection .login a {
              color: #fff;
              font-weight: bold; }
            body.loginLMS .wrapper main section .contSection .login .password {
              position: relative; }
            body.loginLMS .wrapper main section .contSection .login .resetPass {
              display: block;
              margin: 15px 0; }
          body.loginLMS .wrapper main section .contSection .recoverpassword {
            display: none; }
          body.loginLMS .wrapper main section .contSection .btn,
          body.loginLMS .wrapper main section .contSection input {
            width: 100%; } }
@media (min-width: 1280px) {
  body.loginLMS .wrapper {
    position: relative;
    overflow: visible;
    height: 100vh;
    width: 100%; }
    body.loginLMS .wrapper main {
      width: 100%;
      max-width: 100%;
      min-height: calc(100vh - 40px);
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-end;
      align-items: center;
      align-content: center; }
      body.loginLMS .wrapper main section {
        height: calc(100vh - 40px);
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 1.5vw; }
        body.loginLMS .wrapper main section .bg {
          width: 66vw;
          background-image: url(/css/themes/theme_verticalflow/images/bgLayout_Desktop_2.jpg);
          background-size: 100% 100%;
          margin-right: 1.5vw;
          object-fit: cover;
          border-radius: 25px; }
        body.loginLMS .wrapper main section .contSection {
          width: 34vw;
          height: 100%;
          padding: 30px;
          border-radius: 25px; }
          body.loginLMS .wrapper main section .contSection .logo {
            width: 100%;
            max-width: 250px;
            margin: 0 auto;
            padding: 30px 0; }
          body.loginLMS .wrapper main section .contSection .login {
            width: 250px;
            padding: 30px 0;
            margin: 5% auto 0 auto; }
            body.loginLMS .wrapper main section .contSection .login .btn-bar {
              padding: 0; }
            body.loginLMS .wrapper main section .contSection .login .formLogin {
              max-width: 250px;
              margin: 0 auto; }
            body.loginLMS .wrapper main section .contSection .login p {
              color: #fff;
              font-weight: bold; }
            body.loginLMS .wrapper main section .contSection .login a {
              color: #fff;
              font-weight: bold; }
            body.loginLMS .wrapper main section .contSection .login .password {
              position: relative; }
            body.loginLMS .wrapper main section .contSection .login .resetPass {
              display: block;
              margin: 15px 0; }
          body.loginLMS .wrapper main section .contSection .recoverpassword {
            display: none; }
          body.loginLMS .wrapper main section .contSection .btn,
          body.loginLMS .wrapper main section .contSection input {
            width: 100%; } }
.Points {
  padding: 90px 15px 60px 15px; }
  .Points .contentSect .filtersbox {
    width: 240px;
    top: 15px; }
  .Points .contentSect h2 {
    color: #e30613; }
    .Points .contentSect h2.alt {
      color: #fff; }
  .Points .contentSect .viewGraphPoints {
    background-image: url(../../../../images/icons/graph.svg);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 45px; }
  .Points .contentSect .panels {
    padding: 15px 0; }
    .Points .contentSect .panels .wrapp-points {
      display: flex;
      flex-wrap: wrap; }
      .Points .contentSect .panels .wrapp-points .detail-points-buy {
        background-color: #fdc300;
        padding: 15px 15px 30px 15px;
        border-radius: 15px; }
        .Points .contentSect .panels .wrapp-points .detail-points-buy label {
          font-size: 18px;
          font-weight: 500;
          color: #fff; }
        .Points .contentSect .panels .wrapp-points .detail-points-buy .wrapp-input {
          display: flex;
          justify-content: flex-end;
          align-content: last baseline;
          align-items: last baseline;
          align-self: flex-end;
          margin-top: 30px; }
          .Points .contentSect .panels .wrapp-points .detail-points-buy .wrapp-input input[type="text"] {
            width: auto;
            max-width: 250px;
            background-color: #fff;
            border: none;
            outline: none;
            font-size: 40px;
            font-weight: bold;
            text-align: right; }
          .Points .contentSect .panels .wrapp-points .detail-points-buy .wrapp-input sub {
            font-size: 14px;
            color: #fff;
            padding: 0 0 0 10px; }
      .Points .contentSect .panels .wrapp-points .detail-points {
        background-color: rgba(255, 255, 255, 0.75);
        padding: 15px;
        min-height: 60px;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        border-radius: 15px; }
        .Points .contentSect .panels .wrapp-points .detail-points label {
          font-size: 16px;
          font-weight: 500;
          color: #fdc300; }
        .Points .contentSect .panels .wrapp-points .detail-points .wrapp-input {
          display: flex;
          align-content: last baseline;
          align-items: last baseline;
          align-self: flex-end;
          margin-top: 30px; }
          .Points .contentSect .panels .wrapp-points .detail-points .wrapp-input input[type="text"] {
            background-color: transparent;
            border: none;
            outline: none;
            font-size: 40px;
            font-weight: bold;
            text-align: right; }
            .Points .contentSect .panels .wrapp-points .detail-points .wrapp-input input[type="text"] sub {
              font-size: 14px;
              color: #fdc300; }
      .Points .contentSect .panels .wrapp-points .form-group {
        padding: 15px; }
      .Points .contentSect .panels .wrapp-points .total {
        width: 100%;
        padding: 15px;
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        text-align: right; }
        .Points .contentSect .panels .wrapp-points .total .total-amount {
          color: #00A5B2; }
      .Points .contentSect .panels .wrapp-points .price {
        display: block; }
    .Points .contentSect .panels .wrapp-panel {
      height: 100%;
      margin-bottom: 45px; }
      .Points .contentSect .panels .wrapp-panel .panel {
        background-color: #fdc300;
        -webkit-box-shadow: 1px 0 5px 0 #adb5bd;
        box-shadow: 1px 0 5px 0 #adb5bd;
        height: 100%;
        padding: 15px 0 15px 0;
        position: relative;
        border-radius: 15px; }
        .Points .contentSect .panels .wrapp-panel .panel .wrapp-content {
          position: relative;
          padding: 0 15px;
          z-index: 2; }
          .Points .contentSect .panels .wrapp-panel .panel .wrapp-content .btn-bar {
            padding: 0 15px; }
        .Points .contentSect .panels .wrapp-panel .panel::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-color: white;
          border-radius: 15px;
          z-index: 1;
          opacity: 1;
          transition: .5s; }
        .Points .contentSect .panels .wrapp-panel .panel:hover::after {
          height: 100%;
          opacity: 1; }
  .Points .contentSect .user-profile-chart h2 {
    margin-bottom: 30px; }
  .Points .contentSect .user-profile-chart .chart-wrapper {
    max-width: 990px;
    margin: 15px auto; }
  .Points .contentSect .user-profile-chart .chart-legend {
    max-width: 40%;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8rem; }
  .Points .contentSect .user-profile-chart .chart-legend-box {
    display: inline-block;
    width: 27px;
    height: 4px;
    border-radius: 2px;
    background-color: #e30613;
    margin-bottom: 2px;
    margin-right: 5px; }
  .Points .contentSect .user-profile-chart .chart-legend-box.pointsout {
    background-color: #00A5B2; }

@media (min-width: 1024px) {
  .Points {
    padding: 0 60px 90px 60px; }
    .Points .contentSect .panels {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .Points .contentSect .panels .wrapp-panel {
        padding: 15px;
        height: auto; }
        .Points .contentSect .panels .wrapp-panel .panel {
          padding: 15px 30px 15px 30px; }
    .Points .user-profile-chart {
      padding: 15px 60px; } }
.Orders {
  padding: 90px 15px 60px 15px; }
  .Orders .contentSect .filtersbox {
    width: 240px;
    top: 15px; }
  .Orders .contentSect .wrapp-panel .panel {
    background-color: #fff;
    padding: 15px;
    border-radius: 15px; }
    .Orders .contentSect .wrapp-panel .panel h3 {
      font-size: 16px;
      text-align: left;
      color: #e30613;
      margin: 5px 0 0 0; }
    .Orders .contentSect .wrapp-panel .panel .thumb {
      width: 50px; }
    .Orders .contentSect .wrapp-panel .panel .showDetail {
      width: 10px;
      cursor: pointer; }
    .Orders .contentSect .wrapp-panel .panel .item-order-detail {
      padding: 5px 15px;
      font-size: 16px; }
      .Orders .contentSect .wrapp-panel .panel .item-order-detail .orderdetail-label {
        display: block;
        text-align: left;
        font-weight: bold; }
      .Orders .contentSect .wrapp-panel .panel .item-order-detail .orderdetail {
        display: block;
        text-align: left;
        font-weight: 500; }
    .Orders .contentSect .wrapp-panel .panel .detailVoucher {
      padding: 0 15px;
      text-align: center; }
      .Orders .contentSect .wrapp-panel .panel .detailVoucher .head {
        text-align: center; }

@media (min-width: 1024px) {
  .Orders {
    padding: 0 60px 90px 60px; }
    .Orders .contentSect .wrapp-panel .panel {
      height: 100%;
      padding: 30px 30px 15px 30px; }
      .Orders .contentSect .wrapp-panel .panel h3 {
        font-size: 20px; }
      .Orders .contentSect .wrapp-panel .panel .thumb {
        width: 50px; }
      .Orders .contentSect .wrapp-panel .panel .showDetail {
        width: 14px; }
      .Orders .contentSect .wrapp-panel .panel .detailVoucher {
        padding: 15px 0; } }
.Wishlist {
  padding: 90px 15px 60px 15px; }
  .Wishlist .contentSect .user-wishlist-products {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto; }
    .Wishlist .contentSect .user-wishlist-products .item-whishlist {
      padding: 15px; }
      .Wishlist .contentSect .user-wishlist-products .item-whishlist .addToCart {
        width: 44px;
        height: 44px; }

@media (min-width: 1024px) {
  .Wishlist {
    padding: 0 180px 90px 180px; }
    .Wishlist .contentSect .user-wishlist-products {
      display: flex;
      flex-wrap: wrap; }
      .Wishlist .contentSect .user-wishlist-products .item-whishlist {
        padding: 15px; } }
.Error {
  padding: 90px 15px 60px 15px; }
  .Error .contentSect .wrapp-error {
    padding: 60px 30px; }

@media (min-width: 1024px) {
  .Error {
    padding: 90px 180px; } }
.Basket {
  padding: 90px 15px 60px 15px; }
  .Basket .contentSect h2 {
    color: #fff; }
  .Basket .contentSect .ceco {
    background-color: #ab050e;
    padding: 15px; }
    .Basket .contentSect .ceco input[type="text"] {
      background-color: #fff; }
  .Basket .contentSect .total {
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    text-align: right; }
    .Basket .contentSect .total .user-cart-numproducts {
      color: #e30613;
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 0 5px; }
  .Basket .contentSect .timeline {
    display: flex;
    justify-content: center;
    position: relative;
    list-style: none;
    width: 450px;
    margin: 15px auto 15px auto;
    font-size: 0; }
    .Basket .contentSect .timeline li:first-child {
      margin-left: 0px; }
    .Basket .contentSect .timeline li:last-child {
      margin-right: 0px; }
    .Basket .contentSect .timeline li {
      position: relative;
      display: inline-block;
      text-align: center;
      margin-left: 40px;
      margin-right: 40px; }
    .Basket .contentSect .timeline li:first-child:before {
      display: none; }
    .Basket .contentSect .timeline li:last-child:after {
      display: none; }
    .Basket .contentSect .timeline li:after,
    .Basket .contentSect .timeline li:before {
      content: "";
      position: absolute;
      height: 1px;
      background-color: #e30613;
      top: 19px;
      width: 48px; }
    .Basket .contentSect .timeline li::before {
      left: -50px; }
    .Basket .contentSect .timeline li:after {
      right: -50px; }
    .Basket .contentSect .timeline li .timeline-number {
      color: #e30613;
      background-color: #fff;
      border: 1px solid #e30613; }
    .Basket .contentSect .timeline li:after {
      background-color: #e30613; }
    .Basket .contentSect .timeline li:before {
      background-color: #e30613; }
    .Basket .contentSect .timeline li.active .timeline-number {
      background-color: #e30613;
      border: 1px solid #e30613;
      color: #fff; }
    .Basket .contentSect .timeline li.active:after {
      background-color: #e30613; }
    .Basket .contentSect .timeline li.active:before {
      background-color: #e30613; }
    .Basket .contentSect .timeline .timeline-number {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 40px;
      font-size: 16px;
      font-weight: bold;
      line-height: 40px;
      color: #e30613;
      text-align: center;
      border-radius: 100%;
      border: 1px solid #e30613;
      background-color: #e30613; }
    .Basket .contentSect .timeline .timeline-label {
      position: absolute;
      display: block;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      margin-top: 5px;
      left: 50%;
      transform: translateX(-50%); }
  .Basket .contentSect .productslist-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 15px;
    background: #F18700;
    background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
    border-radius: 30px;
    padding: 15px;
    position: relative; }
    .Basket .contentSect .productslist-item .photo {
      background-color: #fff;
      border-radius: 30px;
      padding: 15px; }
    .Basket .contentSect .productslist-item .delete {
      width: 40px;
      position: absolute;
      top: 15px;
      right: 15px; }
    .Basket .contentSect .productslist-item .detail-product {
      padding: 45px 30px 15px 30px; }
  .Basket .contentSect .productslist-item-name {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }
  .Basket .contentSect .productslist-item-points {
    color: #fdc300;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    display: block;
    text-align: right; }
    .Basket .contentSect .productslist-item-points sub {
      font-weight: 500;
      margin-left: 5px;
      color: #fff;
      font-size: 12px; }
  .Basket .contentSect .total-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding: 0 15px; }
  .Basket .contentSect .productslist-total {
    font-size: 40px;
    font-weight: bold;
    padding: 0 10px;
    color: #000; }
  .Basket .contentSect .productslist-points {
    color: #fdc300;
    font-size: 40px;
    font-weight: bold; }
    .Basket .contentSect .productslist-points sub {
      margin-left: 5px;
      color: #000;
      font-size: 14px;
      font-weight: 500; }
  .Basket .contentSect .user-personaldata {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 15px;
    pading: 15px; }
  .Basket .contentSect .content-data {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 15px;
    background: #F18700;
    background: linear-gradient(90deg, #f18700 0%, #e30d13 100%);
    border-radius: 30px;
    padding: 15px; }
    .Basket .contentSect .content-data .form-group {
      padding: 15px; }
      .Basket .contentSect .content-data .form-group .input,
      .Basket .contentSect .content-data .form-group select {
        width: 100%;
        background-color: #fff; }
  .Basket .contentSect .productslist-nextbtn,
  .Basket .contentSect .personaldata-nextbtn,
  .Basket .contentSect .finalize-nextbtn {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
  .Basket .contentSect .productslist-continue {
    text-align: center; }
  .Basket .contentSect .personaldata-label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold; }
  .Basket .contentSect .personaldata-value {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #fff; }
  .Basket .contentSect .personaldata .actionbuttons-container .btn {
    width: 80%; }
  .Basket .contentSect .productslistread {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 15px;
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    color: #fdc300; }
  .Basket .contentSect .productslistread-item {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    color: #fdc300;
    font-weight: bold;
    background-color: #ebebeb;
    padding: 10px;
    border-radius: 5px; }
    .Basket .contentSect .productslistread-item .points-item {
      text-align: right; }
  .Basket .contentSect .productslistread-total {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: right; }
    .Basket .contentSect .productslistread-total .points {
      color: #fdc300;
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 0 5px; }
      .Basket .contentSect .productslistread-total .points sub {
        font-size: 12px;
        font-weight: normal;
        color: #fff; }
  .Basket .contentSect .ordersuccess-icon,
  .Basket .contentSect .ordererror-icon,
  .Basket .contentSect .ordersuccess-icon > svg > path,
  .Basket .contentSect .ordererror-icon > svg > path {
    text-align: center;
    margin: 15px auto;
    fill: none; }
  .Basket .contentSect .ordersuccess-icon img {
    width: 100px; }
  .Basket .contentSect .ordersuccess-text,
  .Basket .contentSect .ordererror-text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold; }
    .Basket .contentSect .ordersuccess-text strong,
    .Basket .contentSect .ordererror-text strong {
      display: block;
      font-weight: 600;
      margin-bottom: 30px; }
  .Basket .contentSect .ordersuccess-contacts,
  .Basket .contentSect .ordererror-contacts {
    margin-top: 15px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8rem; }

.productquantity {
  margin: 15px 0; }
  .productquantity label,
  .productquantity .label {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px; }
  .productquantity .form-group input[type="text"] {
    max-width: 120px;
    background-color: #fff;
    border: 1px solid #EB1717;
    color: #EB1717; }
  .productquantity .form-group input[type="text"]:focus {
    border: 1px solid #EB1717;
    -webkit-box-shadow: 1px 0 5px 0 #EB1717;
    box-shadow: 1px 0 5px 0 #EB1717; }

.productquantity-btnAddRemove {
  width: 30px;
  height: 30px;
  box-shadow: 0 2px 4px #ccc;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  color: #fdc300;
  font-size: 18px;
  font-weight: bold; }

.productquantity-quantity {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #fdc300;
  font-size: 14px;
  font-weight: 700; }

.errorQuantity p {
  font-size: 12px;
  color: #fdc300;
  padding: 15px 0; }

@media (min-width: 1024px) {
  .Basket {
    padding: 0 180px 90px 180px; }
    .Basket .timeline {
      margin-top: 15px;
      margin-bottom: 15px; }
      .Basket .timeline li {
        margin-left: 47px;
        margin-right: 47px; }
      .Basket .timeline li:before {
        width: 47px; }
      .Basket .timeline li::before {
        left: -47px; }
      .Basket .timeline li:after {
        right: -47px; }
    .Basket .timeline-label {
      font-size: 12px; }
    .Basket .contentSect .content-data {
      padding: 30px; }
    .Basket .productquantity-btnAddRemove {
      width: 34px;
      height: 34px; }
    .Basket .productquantity-quantity {
      margin-left: 18px;
      margin-right: 18px; } }
.Admin .wrapp-content-type-upload {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 15px; }
.Admin .contentSect h2 {
  color: #fff; }
.Admin .contentSect .wrapp-upload {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  margin-bottom: 30px; }
  .Admin .contentSect .wrapp-upload .drag-drop-area {
    min-height: 150px;
    border: 2px dashed #8e8e8d;
    text-align: center;
    cursor: pointer;
    background-image: url(/images/icons/file.svg);
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: center 30px;
    padding: 120px 15px 15px 15px;
    border-radius: 5px; }
    .Admin .contentSect .wrapp-upload .drag-drop-area .uploadFile {
      padding: 15px; }
      .Admin .contentSect .wrapp-upload .drag-drop-area .uploadFile input[type="file"]::file-selector-button {
        border: 1px solid #000;
        padding: 5px 30px;
        margin-right: 15px;
        color: #000;
        transition: .5s;
        border-radius: 5px; }
  .Admin .contentSect .wrapp-upload .drag-drop-area:hover {
    border-color: #000; }
.Admin .contentSect .send-test {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center; }
  .Admin .contentSect .send-test .col-auto {
    padding: 0 5px; }
    .Admin .contentSect .send-test .col-auto input[type="text"] {
      width: 200px;
      height: 30px;
      border: 1px solid #000;
      border-radius: 5px;
      padding: 0 10px;
      font-size: 12px;
      background-color: transparent; }
.Admin .contentSect .form-group {
  margin-bottom: 15px; }
  .Admin .contentSect .form-group label, .Admin .contentSect .form-group label span {
    white-space: nowrap;
    display: block;
    color: #000 !important; }
  .Admin .contentSect .form-group.inline {
    padding-right: 15px; }
  .Admin .contentSect .form-group.inline label {
    display: inline-block;
    padding-right: 15px; }
  .Admin .contentSect .form-group label.inline {
    display: flex; }
    .Admin .contentSect .form-group label.inline .intruction {
      padding: 0 0 0 15px; }
.Admin .contentSect .new-banner {
  display: flex;
  flex-wrap: wrap; }
.Admin .contentSect .wrapp-form-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; }
  .Admin .contentSect .wrapp-form-group .form-group {
    padding-right: 30px;
    min-width: 250px; }
.Admin .contentSect .top-bar .wrapp-btn {
  padding-top: 21px; }
.Admin .contentSect .wrapp-content-upload {
  width: calc(100% - 30px);
  display: flex;
  flex-wrap: wrap;
  background-color: #ebebeb;
  border-radius: 5px;
  margin: 15px; }
  .Admin .contentSect .wrapp-content-upload .wrapp {
    padding: 0 15px 30px 15px;
    margin-top: 30px; }
    .Admin .contentSect .wrapp-content-upload .wrapp .upload {
      background-color: #fff;
      padding: 30px;
      color: #000; }
      .Admin .contentSect .wrapp-content-upload .wrapp .upload span {
        font-weight: bold; }
      .Admin .contentSect .wrapp-content-upload .wrapp .upload.mobile {
        background-image: url(/images/icons/mobile.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: calc(100% - 30px) 15px; }
      .Admin .contentSect .wrapp-content-upload .wrapp .upload.tablet {
        background-image: url(/images/icons/tablet.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: calc(100% - 30px) 15px; }
      .Admin .contentSect .wrapp-content-upload .wrapp .upload.laptop {
        background-image: url(/images/icons/laptop.svg);
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: calc(100% - 30px) 15px; }
    .Admin .contentSect .wrapp-content-upload .wrapp .wrapp-upload {
      margin-top: 15px;
      /* file upload button */
      font-size: 14px;
      /* file upload button hover state */
      /* file upload button active state */ }
      .Admin .contentSect .wrapp-content-upload .wrapp .wrapp-upload input[type="file"]::file-selector-button {
        border-radius: 5px;
        padding: 0 16px;
        height: 40px;
        cursor: pointer;
        background-color: white;
        border: 1px solid rgba(0, 0, 0, 0.16);
        box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
        margin-right: 16px;
        transition: background-color 200ms; }
      .Admin .contentSect .wrapp-content-upload .wrapp .wrapp-upload input[type="file"]::file-selector-button:hover {
        background-color: #f3f4f6; }
      .Admin .contentSect .wrapp-content-upload .wrapp .wrapp-upload input[type="file"]::file-selector-button:active {
        background-color: #e5e7eb; }

@media (min-width: 1024px) {
  .Admin .wrapp-content-type-upload {
    padding: 30px; } }
.Users {
  padding: 90px 15px 60px 15px; }
  .Users .contentSect .verDetalle svg {
    cursor: pointer; }
  .Users .contentSect .participant-detail .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 30px; }
    .Users .contentSect .participant-detail .details .detail-label {
      display: block;
      font-weight: bold;
      text-align: center; }
    .Users .contentSect .participant-detail .details .detail-value {
      display: block;
      text-align: center; }

@media (min-width: 1024px) {
  .Users {
    padding: 0 60px 90px 60px; } }
.Conditions .contentSect ul,
.Conditions .contentSect ol {
  margin: 15px 15px 15px 30px; }
.Conditions .contentSect .howTo {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .Conditions .contentSect .howTo .instruction {
    padding: 0;
    height: 100%;
    border: 1px solid #fff;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 1px 1px 10px 0 #ebebeb;
    box-shadow: 1px 1px 10px 0 #ebebeb; }
    .Conditions .contentSect .howTo .instruction .photo {
      width: 100%;
      position: relative;
      padding: 0;
      margin: 0 auto 30px auto; }
      .Conditions .contentSect .howTo .instruction .photo figure {
        position: relative;
        overflow: hidden; }
        .Conditions .contentSect .howTo .instruction .photo figure img {
          width: 80%;
          display: block;
          margin: 0 auto; }
    .Conditions .contentSect .howTo .instruction .photo .number {
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #e30613;
      border: 1px solid #fff;
      border-radius: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      bottom: -25px;
      left: calc(50% - 25px);
      font-size: 30px;
      font-weight: bold;
      color: #fff; }
    .Conditions .contentSect .howTo .instruction .intro {
      padding: 15px; }
      .Conditions .contentSect .howTo .instruction .intro p {
        font-size: 14px;
        line-height: 1.2; }
      .Conditions .contentSect .howTo .instruction .intro h2 {
        margin: 0 0 15px 0;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #e30613;
        text-align: center; }
  .Conditions .contentSect .howTo .instruction:hover {
    -webkit-box-shadow: 1px 1px 10px 0 #ccc;
    box-shadow: 1px 1px 10px 0 #ccc; }
  .Conditions .contentSect .howTo .instruction:hover .photo img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
    -moz-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
    -o-transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96);
    transition: all 800ms cubic-bezier(0.095, 0.435, 0, 0.96); }

/*# sourceMappingURL=styles.css.map */
