/*body {
  letter-spacing: -.03rem;
}*/

body,
button,
input,
select,
textarea {
  font-family: Verdana, BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.title {
  letter-spacing: -.06rem;
}

.is-small {
  font-size: 0.75rem;
}

@media screen and (min-width: 900px) {
  html.has-navbar-fixed-top {
    padding-top: 5.5rem;
  }
}

a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:hover,
.navbar-link.is-active,
.navbar-item.current_page_item {
  background-color: rgba(255, 255, 255, .05);
}

/*.home header nav.navbar .navbar-item.has-text-primary:after,*/
.has-pending-order header nav.navbar .button.is-logged-out-hidden:after {
  background: #FF0083;
  border: solid 2px #161930;
  border-radius: 50%;
  content: '';
  display: block;
  height: 14px;
  position: absolute;
  right: -7px;
  top: -7px;
  width: 14px;
}

.home header nav.navbar .navbar-item.has-text-primary .tag {
  display: inline-flex !important;
}

.cards-sales .card-content {
  padding: 1rem;
}

@media screen and (min-width: 769px) {

  #item_modal .modal-content,
  #item_modal .modal-card {
    width: 700px;
  }
}

.card-columns {
  column-count: 2;
  column-gap: 1.5rem;
}

.card-columns .card {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
}

.cards-sales .card {
  background: white;
}

.cards-sales .card .content .title~p {
  margin-bottom: 0.5rem;
}

.cards-sales figure .tag {
  bottom: 1rem;
  left: 1rem;
  position: absolute;
}

.card-columns a.card figure:after {
  background-color: #FF0083;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.24 14'><path d='M13.84,14V9.801C8.492,8.463,4.42,9.041,0.408,12.144c-0.05,0.038-0.101,0.078-0.15,0.117 c-0.137,0.104-0.192,0.103-0.226,0.077c-0.035-0.027-0.055-0.066,0.014-0.234c0.092-0.228,0.196-0.445,0.298-0.658 C3.208,5.443,7.902,4.2,13.84,4.2V0l8.4,7L13.84,14z' fill='white'></path></svg>");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
  bottom: 1rem;
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  right: 1rem;
  transform: scale(0.25);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.card-columns a.card:hover figure:after {
  transform: scale(1);
  opacity: 1;
}


.card-columns .card.card-feat {
  /*background-color: #FF0083;*/
  border: 3px solid #FF0083;
}

/*
.cards-sales .card.card-feat * {
  color: white !important;
}
*/
/*.card.card-feat .card-image img {
  border-radius: 4px;
}*/

.browser-chrome {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: block;
  height: 13px;
  background-color: white;
  position: relative;
}

.browser-dots,
.browser-dots:before,
.browser-dots:after {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #14182C;
}

.browser-dots {
  display: block;
  top: 5px;
  left: 6px;
}

.browser-dots:before {
  content: '';
  top: 0;
  left: 7px;
}

.browser-dots:after {
  content: '';
  top: 0;
  left: 14px;
}


.card-columns:not(.cards-testimonials) a.card:hover {
  transform: scale(1.05);
}

.columns-6 {
  column-count: 6;
}

.columns-5 {
  column-count: 5;
}

.columns-4 {
  column-count: 4;
}

.columns-3 {
  column-count: 3;
}

.columns-2 {
  column-count: 2;
}

.columns-1 {
  column-count: 1;
}

@media (min-width: 576px) {
  .columns-6-sm {
    column-count: 6;
  }

  .columns-5-sm {
    column-count: 5;
  }

  .columns-4-sm {
    column-count: 4;
  }

  .columns-3-sm {
    column-count: 3;
  }

  .columns-2-sm {
    column-count: 2;
  }

  .columns-1-sm {
    column-count: 1;
  }
}

@media (min-width: 768px) {
  .columns-6-md {
    column-count: 6;
  }

  .columns-5-md {
    column-count: 5;
  }

  .columns-4-md {
    column-count: 4;
  }

  .columns-3-md {
    column-count: 3;
  }

  .columns-2-md {
    column-count: 2;
  }

  .columns-1-md {
    column-count: 1;
  }
}

@media (min-width: 992px) {
  .columns-6-lg {
    column-count: 6;
  }

  .columns-5-lg {
    column-count: 5;
  }

  .columns-4-lg {
    column-count: 4;
  }

  .columns-3-lg {
    column-count: 3;
  }

  .columns-2-lg {
    column-count: 2;
  }

  .columns-1-lg {
    column-count: 1;
  }
}

@media (min-width: 1200px) {
  .columns-6-xl {
    column-count: 6;
  }

  .columns-5-xl {
    column-count: 5;
  }

  .columns-4-xl {
    column-count: 4;
  }

  .columns-3-xl {
    column-count: 3;
  }

  .columns-2-xl {
    column-count: 2;
  }

  .columns-1-xl {
    column-count: 1;
  }
}


#item_modal .modal-card {
  height: 100%;
}

#item_modal .modal-card-body {
  padding: 0;
}

#item_modal .modal-card-foot {
  justify-content: space-between;
}

/*
.iframe-container {
  height: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
*/
.iframe-container iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.clipbtn {
  cursor: pointer;
}

.column-icons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.column-icons a {
  display: flex;
}

.content figure.has-text-left {
  margin-left: 0;
}

.bt1,
footer.footer {
  border-top: 1px solid #42508A;
}




.countup-customers {
  background-image: url("https://media.giphy.com/media/U1BHMuycKkMZW/giphy.gif");
  background-position: center;
  /*  background-repeat: no-repeat;
  background-size: cover;*/
  background-clip: text;
  font-size: 3.5rem !important;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

@media (min-width: 1024px) {
  .countup-customers {
    font-size: 7rem !important;
  }
}

@media (min-width: 1400px) {
  .countup-customers {
    font-size: 9rem !important;
  }
}

.stars {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 1rem;
}

@keyframes review-stars {
  0% {
    width: 0;
  }
}

.stars:before {
  content: "★★★★★";
  position: absolute;
  overflow: hidden;
  z-index: 1;
  left: 0px;
  top: 0px;
  transition: none;
  color: #FF0083;
}

.stars-visible:before {
  animation-name: review-stars;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}

.stars:after {
  content: "★★★★★";
  position: relative;
  color: #92ABDC;
}

.stars:not([data-percent]):before,
.stars[data-percent="0"]:before {
  display: none;
}

/* 1/2 a star */
.stars[data-percent="10"]:before {
  width: 10%;
}

/* 1 star */
.stars[data-percent="20"]:before {
  width: 20%;
}

/* 1 & 1/2 stars */
.stars[data-percent="30"]:before {
  width: 30%;
}

/* etc. */
.stars[data-percent="40"]:before {
  width: 40%;
}

.stars[data-percent="50"]:before {
  width: 50%;
}

.stars[data-percent="60"]:before {
  width: 60%;
}

.stars[data-percent="70"]:before {
  width: 70%;
}

.stars[data-percent="80"]:before {
  width: 80%;
}

.stars[data-percent="90"]:before {
  width: 90%;
}

.stars[data-percent="100"]:before {
  width: 100%;
}









footer.footer h4.title {
  color: #6b8dd0;
}

footer.footer li {
  margin-bottom: .5rem;
}





/* dashboard.blade */

  .label {
    font-weight: normal;
  }
  .input:read-only {
    background-color: #161a31;
    color: white;
  }

  .is-envelope {
    border: 3px solid transparent;
    border-image: 3 repeating-linear-gradient(-45deg, #111 0, #111 1em, transparent 0, transparent 2em, #ffdd57 0, #ffdd57 3em, #f14668 0, #f14668 4em);
  }

  ul.is-blocked li:before {
    color: #f14668;
    content: '× ';
    margin-left: -20px;
  }

  ul.is-unblocked li:before {
    color: #48c774;
    content: '✓ ';
    margin-left: -20px;
  }

  ul.is-blocked li,
  ul.is-unblocked li {
    /*margin-left: 20px;*/
    list-style: none;
  }

  /* Target tablet and up */
  @media screen and (min-width: 769px), print {
    .field-group {
      display: flex;
    }

    /* Give margin on left if not first field */
    .field-group > .field:not(:first-child) {
      margin-left: 0.75rem;
    }

    /* Give margin on right if not last field */
    .field-group > .field:not(:last-child) {
      margin-right: 0.75rem;
    }

    /* Allow fields to grow to fill up all horizontal space */
    .field-group > .field {
      flex: 1 1 0;
    }

    /* Remove bottom margin if grouped fields are the last in the form */
    .field-group:last-child > .field {
      margin-bottom: 0;
    }
  }

  /* If grouped fields aren't the last in the form, give them bottom margin */
  .field-group:not(:last-child) > .field {
    margin-bottom: 0.75rem;
  }


ol.is-processed {
  counter-reset: numberedList;
  padding: 0;
  margin: 0;
  list-style: none;
}

ol.is-processed li {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  padding: 1rem 0;
  color: currentColor;
  text-align: left;
}

@media screen and (min-width: 769px), print {
  ol.is-processed li {
    flex-direction: row;
  }
}

ol.is-processed li:before {
  counter-increment: numberedList;
  content: counter(numberedList);
  font-weight: bold;
  margin-right: 1.8rem;
  background: #2e3464;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  max-width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.6rem;
}


dl.is-processed {
  max-width: 580px;
  margin: auto;
}

dl.is-processed dd {
  border-top: 3px dashed;
  border-color: #2e3464 !important;
  margin:0;
  padding: 2.5rem;
  counter-increment: section;
  position: relative;
}

dl.is-processed dd:before {
  content: counter(section);
  font-weight: bold;
  position: absolute;
  border-radius: 50%;
  padding: 0.65rem;
  height: 3rem;
  width: 3rem;
  background-color: #2e3464;
  text-align:center;
  color: #ff0084;
  font-size: 110%;
  transition-duration: 0.5s
}

dl.is-processed dd:hover:before {
  background-color: #f0f3fa;
}

dl.is-processed dd:nth-child(odd):before {
  right: 100%;
  margin-right: -1.5rem;
}

dl.is-processed dd:nth-child(even):before {
  left: 100%;
  margin-left: -1.5rem;
}

dl.is-processed dd:nth-child(odd) {
  border-left: 3px dashed;
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  margin-right: 2.5rem;
  padding-right: 0;
}

dl.is-processed dd:nth-child(even) {
  border-right: 3px dashed;
  border-top-right-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
  margin-left: 2.5rem;
  padding-left: 0;
}

dl.is-processed dd:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

dl.is-processed dd:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}


/* form-edit-address */



  .column .address,
  address {
    background: transparent;
    color: white !important;
    font-style: normal;
  }

  address br{content:' ';}
  address br:after{content:' - ';}




  .dropdown.is-down .dropdown-trigger button.button-icon-dropdown {
    padding-right: 1.85em;
  }

  .dropdown.is-down .dropdown-trigger button:after {
      border-radius: 2px;
      border-right: 0;
      border-top: 0;
      content: "";
      display: block;
      height: .625em;
      pointer-events: none;
      position: absolute;
      top: 50%;
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center;
      width: .625em;
      border-left: 3px solid;
      border-bottom: 3px solid;
      border-right-color: currentColor;
      border-top-color: currentColor;
      margin-top: -0.35em;
      right: 1.125em;
  }

  .dropdown.is-down .dropdown-content {
    display: flex;
    flex-direction: column;
  }


  .required {
    color: rgb(255, 56, 96);
    text-decoration: none;
  }

  .select2,
  #wcmca_billing_country_field,
  #billing_country_field select {
    height: 4rem;
    /*padding: calc(.5em - 2px) calc(.75em - 2px);*/
    width: 100% !important;
  }

  .flag-box {
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
  }

  .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #42518a;
  }

  .select2-container--default .select2-selection--single {
    border: 0;
    box-shadow: inset 0 0.0625em 0.125em hsla(0,0%,4%,.05);
    height: 100%;
    padding: calc(.5em - 2px) calc(.75em - 10px);
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-results__option {
    color: #161a31;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.1;
  }

  .select2-search--dropdown .select2-search__field {
    border-radius: 4px;
    line-height: 2rem;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1.25rem;
    /*right: 1rem;*/
  }


  #wcmca_form_popup_container_shipping,
  #wcmca_form_popup_container_billing {
    background-color: #1b1f3c;
    max-width: none;
    margin: 0 auto;
      padding: 2em;

  }


  #wcmca_address_form_fieldset_billing {
    max-width: 640px;
    margin: 0 auto;
  }


  .mfp-auto-cursor .mfp-content {
    width: 100%;
  }

  div.mfp-container {
    padding: 0;
  }

  .mfp-bg {
    background-color: #1b1f3c;
    opacity: 1;
  }


  #wcmca_form_popup_container_billing .modal-close {
    position: fixed;
    right: 20px;
    top: 20px;
  }

  #wcmca_add_new_address_button_billing,
  #wcmca_save_address_button_billing {
    box-shadow: 0 10px 40px -10px rgba(255,0,131,.7);
    background-color: #ff0084;
    border-color: transparent;
    color: white;
    font-size: 1.25rem;
    width: 100%;
  }




.wcmca_loader_image,
.wcmca_preloader_image,
.wcmca_loader_container img {
  /*border-color: transparent transparent #aabde4 #aabde4;
  display: block;*/
  background-color: white;
  border: 3px #ff0084 solid;
  border-radius: 290486px;
  height: 4em;
  padding: 1em;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  width: 4em;
}




@-webkit-keyframes spCircRot {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spCircRot {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spCircRot {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}


@-o-keyframes spinAround {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}






/* form-pay */

  hr.is-separating {
    background-image: linear-gradient(to right, rgba(109, 142, 208, 0), rgba(109, 142, 208, 0.75), rgba(109, 142, 208, 0));
  }



