.text-right {
  text-align: right;
}
.form-rounded {
  border-radius: 1rem;
}
.title {
  font-size: 22px;
}
.login-wrap.nine.columns {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  float: initial;
  background: #3d3d3d;

}
.mbBgndGallery {
  position: relative !important;
  overflow: hidden;
}
.form-style {
  margin-top: 25px;
  color: #fff;
}
.form-control-file {
  display: block;
}
.login-form a {
    color: #fff;
    text-decoration: underline;
}
.login-form {
  padding: 25px 30px;
}
.form-style label {
  text-align: left;
}
.form-style label span {
    color: #f00;
}
.input-border {
  width: 100%;
  height: 40px;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 1px solid silver;
}
.login-form .input-border:last-child {
    margin-bottom: 25px
}
.text {
  width: 95%;
  height: 100%;
  padding: 0 10px;
  border: none;
  background: transparent;
  font-size: 18px;
  color: #fff;
}
.border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: .5s;
}
.text:focus ~ .border,
.text:valid ~ .border{
  width: 100%;
}
.login-form label {
  position: absolute;
  top: 8px;
  left: 14px;
  color: silver;
  pointer-events: none;
  font-size: 18px;
  transition: .5s;
}

.login-form .text:focus ~ label,
.login-form .text:valid ~ label{
  top: 0px;
  left: 0;
  color: white;
  font-size: 14px;
}
.login-form .btn
 {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: none;
  border: 2px solid silver;
  color: white;
  font-size: 18px;
  transition: .5s;
}
.login-form .btn:hover.border,
#signup-form .btn:hover.border {
  border: 2px solid white;
}
.login-form .btn-login,
#signup-form .btn-signup {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  border: 0;
  background: #215a99;
}
.btn-login:hover,
.btn-login:active,
.btn-login:focus,
.btn-signup:hover,
.btn-signup:active,
.btn-signup:focus {
  opacity: .6;
  color: #fff;
  border-width: 1px
}
.input-border label.error {
  position: absolute !important;
  display: block;
  bottom: -25px !important;
  top: inherit !important;
  background: transparent;
  font-size: 12px !important;
  color: #ff9c9c !important;
}
.btn-add {
  height: initial;
  font-size: 14px;
  border: 0;
  background: #215a99;
  color: #fff;
  transition: all .3s ease-in-out;
}
.btn-add:hover,
.btn-add:focus {
  color: #fff;
  opacity: .7;
}
.btn-group .btn {
    border: none;
}

.img-choose {
  display: block;
  margin: 0 auto;
}
.img-choose img, #photo-img {
  cursor: pointer;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius:50%;
  width: 150px;
  height: 150px;
}

.logo-background {
  background: url("../assets/images/logo_template_.png") no-repeat center center;
  background-size: contain;
}
.btn-save {
    display: inline-block;
    text-align: right;
}
.head-title {
    font-size: 16px;
    font-weight: 600;
}
.inf {
    margin-bottom: 25px;
}
.inf:last-child {
    margin-bottom: 0;
}
.title-panel {
    margin: 20px 0;
}
.title-panel h3 {
  font: normal normal 800 26px/36px Manrope;
  letter-spacing: 0px;
  color: #000000;
}

.btn-wrap {
    padding-top: 30px;
}
button.btn-next,
button.btn-back {
    padding: 6px 30px;
    text-transform: uppercase;
}
button.btn-back {
    margin-right: 10px;
}


.printer-top {
    z-index: 1;
    border: 6px solid #666666;
    height: 6px;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #333333;
  }
  
  .printer-bottom {
    z-index: 0;
    border: 6px solid #666666;
    height: 6px;
    border-top: 0;
    border-radius: 0 0 6px 6px;
    background: #333333;
  }
  
  .paper-container {
    position: relative;
    overflow: hidden;
    height: 467px;
  }
  
  .paper {
    width: 60%;
    background: #ffffff;
    height: 447px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    margin-top: -12px;
    animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
    -moz-animation: print 1800ms cubic-bezier(0.68, -0.55, 0.265, 0.9);
  }
  
  .main-contents {
    margin: 0 12px;
    padding: 24px;
  }
  
  .jagged-edge {
    position: relative;
    height: 20px;
    width: 100%;
    margin-top: -1px;
  }
  
  .paper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient( 45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%), linear-gradient( -45deg, transparent 33.333%, #ffffff 33.333%, #ffffff 66.667%, transparent 66.667%);
    background-size: 16px 40px;
    background-position: 0 -20px;
  }
  
  .success-icon {
    text-align: center;
    font-size: 48px;
    height: 72px;
    background: #359d00;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin: 16px auto;
    color: #fff;
  }
  
  .success-title {
    font-size: 22px;
    text-align: center;
    color: #666;
    font-weight: bold;
    margin-bottom: 16px;
  }
  
  .success-description {
    font-size: 15px;
    line-height: 21px;
    color: #999;
    text-align: center;
    margin-bottom: 24px;
  }
  
  .order-details {
    text-align: center;
    color: #333;
    font-weight: bold;
  }
    .order-number-label {
      font-size: 18px;
      margin-bottom: 8px;
    }
    .order-number {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      line-height: 48px;
      font-size: 48px;
      padding: 8px 0;
      margin-bottom: 24px;
    }
  
  .order-footer {
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #999;
  }
  @keyframes print {
    0% {
      transform: translateY(-90%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes print {
    0% {
      -webkit-transform: translateY(-90%);
    }
    100% {
      -webkit-transform: translateY(0%);
    }
  }
  
  @-moz-keyframes print {
    0% {
      -moz-transform: translateY(-90%);
    }
    100% {
      -moz-transform: translateY(0%);
    }
  }
  
  @-ms-keyframes print {
    0% {
      -ms-transform: translateY(-90%);
    }
    100% {
      -ms-transform: translateY(0%);
    }
  }
.payment-wrap img {
    max-width: 100%;
}
  /* Responsive */
  @media screen and (max-width: 1024px) {
    .logo {
      display: none;
    }
    .logo-center img {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 991px) {
    .payment-wrap .order-number {
        font-size: 30px;
    }
  }
  @media screen and (max-width: 570px) {
    .paper {
        width: 80%;
    }
    .success-title {
        font-size: 17px;
    }
    .order-number-label {
        font-size: 15px;
    }
    .payment-wrap .order-number {
        font-size: 22px;
    }
  }

  .footer {
    margin-bottom: 40px;
  }
  .custom-footer {
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #EFEFEF;
  }
  ul.footer-social {
    text-align: center;
    margin-bottom: 30px;
}

ul.footer-social li {
    display: inline-block;
    margin: 0 20px;
}

ul.footer-social li i:before {
    width: auto !important;
    height: auto !important;
    line-height: 1;
    background: transparent;
}

ul.footer-social li i {
    font-size: 20px;
    margin-top: 0 !important;
}

ul.footer-social li a {
    text-decoration: none;
}

ul.footer-links {
  font-size: 0;
  display: block;
  padding: 0;
  margin: 0;
}

ul.footer-links li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

ul.footer-links li a {
  font-size: 14px;
  color: #898989;
  text-decoration: underline;
}

ul.footer-links li a:hover,ul.footer-links li a:active {
  color: #000;
}

ul.footer-links li:not(:last-child):before {
  content: ".";
  font-size: 40px;
  color: #215A99;
  position: absolute;
  right: -15px;
  top: -12px;
}
.footer-copyright {
  font-size: 14px;
  color: #898989;
  line-height: 1.3;
}

  .content-item .item-wrapper {
    position: relative;
  }
  .no-gutters > [class*=col-] {
      padding-right: 0;
      padding-left: 0;
  }
  .content-item .item-wrapper .container-fluid {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 100%;
    padding: 0;
  }
  
  .content-item .content {
    font-size: 18px;
    line-height: 1.5;
  }
  
  .content-item .wf-content .page-title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
  }
  .content-item .item-row {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .content-item .item-wrapper {
    margin-top: 100px;
    margin-bottom: 200px;
  }
  
  .content-item .item-wrapper:nth-child(2n-1) .item-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .content-item .item-wrapper:nth-child(2n-1) .item-row .wf-content {
      padding: 20px 0 20px 40px;
  }
  
  .content-item .item-wrapper:nth-child(2n) .item-row .wf-content {
      padding: 20px 40px 20px 0;
  }
  
  .content-item .item-wrapper .wf-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .content-item .item-wrapper .content {
    padding-bottom: 40px;
  }
  
  .content-item .item-wrapper .wf-image img {
    -o-object-fit: cover;
    /* width: 100%; */
    /* max-width: 100%; */
    height: 100%;
    object-fit: cover;
    /* position: relative; */
    width: 130%;
    /* top: -50px; */
    /* left: -25px; */
    margin-top: -50px;
  }
  .custom-img-small {
    width: 120% !important;
    top: -250px !important;
  }
  .custom-img {
    width: 100% !important;
    /* top: -350px !important; */
    margin-top: -250px !important;
  }
  .custom-item {
    margin-top: 315px !important;
  }
  @media(max-width:992px) {
      .content-item .item-wrapper .container-fluid {
          position: static;
      }
      .content-item [class*=col-] {
          width: 100%;
      }
      .content-item .item-wrapper:nth-child(2n-1) .item-row .wf-content {
          padding: 0;
      }
  
      .content-item .item-wrapper:nth-child(2n) .item-row .wf-content {
          padding: 0;
      }
      .content-item .item-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
      }
      .content-item .item-wrapper .wf-image img {
        width: 100%;
        left: 0;
        margin-top: 0 !important;
      }
      .custom-footer,
      .custom-item {
        margin-top: 0 !important;
      }
      .custom-img-small {
        width: 100% !important;
      }
  }
  
@media(max-width: 380px) {
  .content-item .wf-content .page-title {
      font-size: 25px;
  }
}
#loading {
  text-align: center;
}
#loading img {
  width: 150px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -75px;
}
#btn-logout {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0;
  z-index: 999999999;
  border-top: 4px solid #F6FAFD;
}
#about-content p {
  margin-bottom: 25px;
  line-height: 1.5;
}
.custom-footer a {
  display: inline-block;
  color: #fff;
  margin-right: 8px;
  transition: all .3s ease-in-out;
}
.custom-footer a:last-child {
  margin-right: 0;
}
.custom-footer a:focus,
.custom-footer a:hover {
  color: #1669ac;
}
article {
  overflow: auto;
}
#privacy-policy {
  max-width: 100%;
  height: 200px;
  overflow-y: scroll;
}
#privacy-policy h1,
#privacy-policy h2,
#privacy-policy h3 {
  color: #fff;
}
#privacy-policy h1 {
  padding-top: 0;
  font-size: 25px;
}
#privacy-policy h2 {
  font-size: 22px;
}
#privacy-policy h3 {
  font-size: 18px;
}
#agreeBox {
  position: relative;
}
#agreeBox input,
#agreeBox label.agLabel {
  display: inline-block;
}
#agreeBox input {
  width: initial;
  position: relative;
  top: 2px;
}
@media screen and (max-width:500px) {
  #agreeBox input {
    top: -17px;
  }
  #agreeBox {
    display: flex;
  }
}
#agreeBox label.agLabel {
  position: relative;
  font-size: 13px;
  margin-left: 14px;
}
#ppAgreement-error {
  display: block;
  font-size: 11px;
  color: #d71616;
  bottom: -16px;
  top: initial;
  left: 30px;
}
.shipping-content {
  max-width: 100%;
  height: 250px;
  overflow-y: scroll;
  padding: 20px;
  margin-top: 25px;
}
#shipping-policy h1 {
  font-size: 25px;
}
#shipping-policy h3 {
  font-size: 18px;
}
#agreewrap {
  margin-top: 20px;
  color: #d71616;
}
.email-top {
  position: absolute;
  left: 120px;
  top: 20px;
}  
@media(max-width: 1024px) {
  .email-top {
    left: 15px;
  }
} 
@media(max-width: 767px) {
  .social-wrap {
    margin-top: 25px;
  }
  .social-wrap img {
    width: 30px;
  }
  .bottom-social li.icon-bottom a {
    font-size: 14px;
  }
}
#contact {
  margin-top: 300px;
  padding: 40px 0;
  background: #414a50;
  color: #fff;
}
#contact h3 {
  padding-bottom: 25px;
  color: #fff;
  border-bottom: 1px dotted #ccc;
  font-size: 35px;
}
#contact h5 {
  padding: 15px 0;
  color: #fff;
  text-transform: initial;
  font-size: 25px;
  letter-spacing: 1.5;
}
#contact-form {
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
}
#contact-form .text {
  font-size: 14px;
  color: #000;
  padding: 8px 15px;
  background: #fff;
  border-radius: 3px;
}
#contact-form .input-box {
  margin-bottom: 15px;
  position: relative;
}
#contact-form .input-box:last-child {
  margin-bottom: 0;
}
#btn-send {
  width: 50%;
  margin-top: 15px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all .3s ease-in-out;
}
#btn-send:hover,
#btn-send:focus {
  background: #1768aa;
  color: #fff;
}
#contact-form .input-box label.error {
  display: block;
  text-align: left;
  padding-left: 15px;
  font-size: 11px;
  position: absolute;
  bottom: -15px;
}
.pace-done #preloader {
  display: none;
}

/* Form Validator */
.formError,.formSent {
  display: none;
}
.alert {
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
border: 1px solid #fbeed5;
margin: 20px 0;
}
.alert-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
/* Captcha */  
#contact-form .controls {
  position: relative;
  padding: 0 10px;
}
#contact-form .contact-page.controls label.error {
  color: #b62f2f;
}
#hidden-grecaptcha {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px !important;
  width: 1px !important;
  padding: 1px !important;
}
.g-recaptcha {
  margin-bottom: 10px;
}
.btn-disabled {
  color: #999 !important;
  background: #5b5e65 !important;
  cursor: not-allowed !important;
}
#hidden-grecaptcha-error {
  display: block;
  position: absolute;
  bottom: -20px;
  font-size: 10px;
  text-align: left;
}
.order-detail-wrap {
  margin-top: 25px;
}
@media(max-width: 992px) {
  #contact {
    margin-top: 0;
  }
  .mobile-toggle-nav.hamburger--elastic .hamburger-inner::before {
    opacity: 1;
  }
  .mobile-toggle-nav.hamburger--elastic .hamburger-inner::after {
    top: 6px;
    transition: none;
    transform: none;
  }
  .mobile-toggle-nav.hamburger--elastic .hamburger-inner {
    transform: none;
  }
  .mobile-toggle-nav.hamburger--elastic.is-active .hamburger-inner::after {
    top: 12px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translate3d(0, -12px, 0) rotate(-270deg);
  }
  .mobile-toggle-nav.hamburger--elastic.is-active .hamburger-inner::before {
    opacity: 0;
  }
  .mobile-toggle-nav.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: 0.075s;
  }
  #grid-orders table {
    width: max-content;
  }
}
@media(max-width: 767px) {
  #contact-form {
    width: 100%;
  }
  .k-grid-header table {
    table-layout: initial !important;
  }
}
@media(max-width: 576px) {
  .right-content {
    margin-top: 20px;
    text-align: left !important;
  }
  #create-order {
    display: block;
    width: 100%;
    overflow: auto;
  }
  .k-grid table {
    width: max-content;
  }
  #payment-form {
    width: 100% !important;
  }
  .app-footer {
    font-size: 10px;
  }
}
.k-grid-search .k-input {
  background: transparent !important;
}

.k-dialog-titlebar {
  background-color: #20508e;
}

.k-text-selection ::selection, .k-block ::selection, .k-panel ::selection, .k-pane-wrapper ::selection, .k-view ::selection, .k-progressbar ::selection, .k-numerictextbox ::selection, .k-flatcolorpicker ::selection, .k-combobox ::selection, .k-dateinput ::selection, .k-datepicker ::selection, .k-datetimepicker ::selection, .k-timepicker ::selection, .k-dropdown ::selection, .k-dropdowntree ::selection, .k-multiselect ::selection, .k-maskedtextbox ::selection, .k-rating ::selection, .k-window ::selection, .k-drawer ::selection, .k-notification ::selection, .k-breadcrumb ::selection, .k-pager-wrap ::selection, .k-panelbar ::selection, .k-card ::selection, .k-splitter ::selection, .k-spreadsheet ::selection, .k-scheduler ::selection, .k-chat ::selection, .k-mediaplayer ::selection, .k-pdf-viewer ::selection, kendo-scrollview.k-scrollview-wrap ::selection, div.k-scrollview ::selection, .k-chart ::selection, .k-sparkline ::selection, .k-stockchart ::selection {
  background-color: #212060;
  color: white;
}

.k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
  color: #212060;
}

.k-button.k-primary:hover, .k-button.k-primary.k-state-hover {
  background-color: #20508e;
  color: white;
}

.fa-spinner {
  font-size: 40px;;
}