.table td, .table-bordered td, .table-bordered th {
  vertical-align: middle !important;
}

.eleminfo {

    font-weight: 300 !important;
    font-size: 13px !important;
    font-style: italic !important;
    /* color: #6c757d; */
}
.badge {
    font-size: 0.75em;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    line-height: 1.175; /*1.15*/
    border-radius: 0.125rem;
    position: relative;
}

.radius-0 {
  border-radius: 0rem !important;
}
.border-0 {
  border-width: 0px !important;
  border-style: solid !important;
  border-color: transparent;
}

#checkout-checkout .card-body{
    padding-left: 8px;
    padding-right: 8px;

}
#checkout-checkout .card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom-width: 0;
  color: #516e80;
  background-color: #f2f4f6;
  border-color: #c3ccd2 !important;
  border-left-width: 6px !important;
  border-left-style: solid !important;
  border-left-color: transparent;
}

#checkout-checkout .card-title {
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: normal;
  margin-bottom: 0;
}

#checkout-checkout .card-toolbar {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.1rem;
}

#checkout-checkout .card-toolbar:not(.no-border)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  width: 0;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}


#checkout-checkout .btn-h-outline-green {
    color: #777;
    border-color: #d4d7dd;
    background-color: transparent;
    cursor: pointer;
}
#checkout-checkout .btn-h-outline-green:hover {
    color: #777;
    border-color: #89c789;
    background-color: transparent;
}

#checkout-checkout .btn-h-outline-green:hover.fs--shadow:focus {
    box-shadow: 0 0 1px 2px rgba(152, 141, 216, 0.4);
}

#checkout-checkout .btn-h-outline-green[class*="btn-outline-"]:hover {
    background-color: rgba(119, 107, 190, 0.0625);
    color: #6a5bc7;
}

#checkout-checkout .btn-a-outline-green:not(:disabled):not(.disabled):active,
#checkout-checkout .btn-a-outline-green:not(:disabled):not(.disabled).active{
  color: #777;
  border-color: #89c789;
  background-color: transparent;
}
#checkout-checkout .v-active, .v-n-active,
#checkout-checkout .v-show, .v-n-show,
#checkout-checkout .v-collapsed, .v-n-collapsed,
#checkout-checkout .v-hover, .v-n-hover {
  transition: opacity 120ms, visibility 0ms;
  transition-delay: 0ms;
}
#checkout-checkout .d-style:not(.active) .v-active,
#checkout-checkout .d-style.active .v-n-active{
  opacity: 0;
  visibility: hidden;
  transition-delay: 0ms, 120ms;
}

#checkout-checkout .pos-rel {
    width: 3rem;
    position: relative !important;
}
#checkout-checkout .position-lc{
    position: absolute !important;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#checkout-checkout .bgc-success-tp1 {
  background-color: rgba(91, 177, 91, 0.925) !important;
}
#checkout-checkout .radius-round {
  border-radius: 4rem !important;
}

#checkout-checkout .mod_desc{
    overflow: auto;
    font-size: 12px;
    text-align: justify !important;
    font-style: italic;
    margin-top: 15px;
}
#register-form-option .text-danger,
#payment-address .text-danger,
#shipping-address .text-danger,
#shipping-method .alert,#payment-method .alert
{
    font-size: 13px !important;
    line-height: 1.5 !important;
}



/*Checkout Modal Card*/
#card-element{
    padding: .475rem .75rem;
}

#confirm-payment-button {
    background: #1565c0;
    color:#fff;
    height: 36px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.6px;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}
#confirm-payment-button:hover {
  opacity: 0.8;
}

.by_stripe #confirm-payment-button {
    background: #556cd6 !important;
}

.cm-form-wrapper .certificate-text{
    font-size: 13px;
}

.cm-form-wrapper .card {
    border: none
}

.cm-form-wrapper h2 span{
    font-size: 16px;
}
.cm-form-wrapper .card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: none
}

.cm-form-wrapper .form-control {
    /* height: 50px; */
    /* border: 2px solid #eee; */
    /* border-radius: 6px; */
    font-size: 14px
}

.cm-form-wrapper .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #039be5;

    outline: 0;
    box-shadow: none
}

.by_stripe .form-control:focus{
    border-color: #99f !important;
}

.cm-form-wrapper .input {
    position: relative
}

.cm-form-wrapper .input i {
    position: absolute;
    top: 12px;
    left: 11px;
    color: #989898
}

.cm-form-wrapper .input input {
    text-indent: 25px
}

.cm-form-wrapper .card-text {
    display: block;
    font-size: 13px;
    margin-left: 4px;
    margin-bottom: 4px;
}

.cm-form-wrapper .card-error-text {
    font-size: 12px;
}

.cm-form-wrapper .cm-card-body {
    flex: 1 1 auto;
    padding: 24px 1rem !important
}

.cm-form-wrapper .card{
    border-radius: 4px;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.cm-form-wrapper .hidden {
    display: none;
}

.cm-form-wrapper.submitting .card-form-wrapper {
    opacity: 0.4;
    pointer-events: none;
}
.cm-form-wrapper.submitting .waiting-spinner {
    pointer-events: all;
    opacity: 1;
}

.cm-form-wrapper .waiting-spinner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    pointer-events: none;
    overflow: hidden;
}
.cm-form-wrapper .submitting .waiting-spinner {
    pointer-events: all;
}

@keyframes rotate {
  to {
    transform: rotate(1turn)
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 1 125;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 120, 125;
    stroke-dashoffset: 0;
  }

  to {
    stroke-dasharray: 120 125;
    stroke-dashoffset: -125px;
  }
}

.submitting .waiting-spinner .box{
    animation: rotate 2s linear infinite;
}

.submitting .waiting-spinner .box .circle {
    animation: circle 2s infinite;
    stroke-dasharray: 120 125;
    stroke-dashoffset: -125px;
    stroke-width: 3;
    stroke: #409eff;
    stroke-linecap: round;
}

.by_stripe .submitting .waiting-spinner .box .circle {
    stroke: #99f !important;
}


/* ==========================================================================
    Validation circles
========================================================================== */
.noneborder.tab-content{border:none}

.validation-circles>ul.step-anchor{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    margin-bottom:4rem;width:75%
}

.validation-circles>ul.step-anchor>li{
    display:inline-block;
    margin-left:0;
    -ms-flex-positive:1;
    flex-grow:1;
    position:relative;
    z-index:auto;border:0 solid;
}

.validation-circles>ul.step-anchor>li.active,
.validation-circles>ul.step-anchor>li.done{border-color:#0063a3}

/* not done yet */
.validation-circles>ul.step-anchor>li.active~li.done,
.validation-circles>ul.step-anchor>li:not(.active):not(.done){
    border-color:#c3ccd2;
}
.validation-circles>ul.step-anchor>li.active~li.done .step-title,
.validation-circles>ul.step-anchor>li:not(.active):not(.done) .step-title{
    color:re!important
}
.validation-circles>ul.step-anchor>li.active~li.done .step-description,
.validation-circles>ul.step-anchor>li:not(.active):not(.done) .step-description{
    color:#515259!important
}


@media (max-width:767.98px){
    .validation-circles>ul.step-anchor{width:100%;margin-bottom:3.5rem}
}

.validation-circles>ul.step-anchor>li::before{
    display:block;
    content:"";width:100%;
    height:0;
    overflow:hidden;
    border-top:.35rem solid;
    border-color:inherit;
    position:absolute;
    top:calc(50% - .125rem);z-index:0;
}

.validation-circles>ul.step-anchor>li:last-child::before{
    left:0;width:50%
}
.validation-circles>ul.step-anchor>li.wizard-progressbar+li::before,
.validation-circles>ul.step-anchor>li:first-child::before{
    left:50%;
    width:50%
}
.validation-circles>ul.step-anchor>li.nav-item.active~li.done>a,
.validation-circles>ul.step-anchor>li.nav-item>a{
    position:relative;z-index:3;margin:0 auto;padding:0;width:4rem;height:4rem;
    display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;
    -ms-flex-pack:center;justify-content:center;color:#45464b;font-size:1.125rem;
    background-color:#fff;border:5px solid;border-color:inherit!important;
    border-radius:50%;box-shadow:none!important
}

@media (max-width:575.98px){
    /* validation cirles */
    .validation-circles>ul.step-anchor>li.nav-item.active~li.done>a,
    .validation-circles>ul.step-anchor>li.nav-item>a
    {width:3.25rem;height:3.25rem;border-width:4px}
}
.validation-circles>ul.step-anchor>li.nav-item.active>a,
.validation-circles>ul.step-anchor>li.nav-item.done>a{
    background-color:#fff;color:#45464b;border-color:inherit!important
}
.validation-circles>ul.step-anchor>li .step-title-done{display:none}
.validation-circles>ul.step-anchor>li.done .step-title{display:none}
.validation-circles>ul.step-anchor>li.done .step-title-done{display:inline-block}
.validation-circles>ul.step-anchor>li.active~li.done .step-title{display:inline-block}
.validation-circles>ul.step-anchor>li.active~li.done .step-title-done{display:none}

.validation-circles>ul.step-anchor>li .step-description{
    position:absolute;left:0;width:100%;text-align:center;margin-top:.2rem;font-size: 13px;
}
