
.images_col img {
  display: none;
  max-width: 100%;
  margin-bottom: 10px;
}
.subtotal-box {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 5px;
  text-align: right;
}

div#price-loader {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    opacity: 0.7;
}

.label {
  text-align: center;
  width: 100%;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 0.8rem;
}

.spinner::after {
  content: '';
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  border-radius: 50%;
}

.spinner.smooth::after {
  border-top: 4px solid rgba(22, 163, 238, 1.0);
  border-left: 4px solid rgba(22, 163, 238, 1.0);
  border-right: 4px solid rgba(22, 163, 238, 0.0);
  animation: spinner .6s linear infinite;
}

.spinner.material::after {
  border-top: 4px solid rgba(255, 255, 255, 1.0);
  border-left: 4px solid rgba(255, 255, 255, 1.0);
  border-bottom: 4px solid rgba(255, 255, 255, 1.0);
  border-right: 4px solid rgba(255, 255, 255, 0.0);
  animation: spinner .6s linear infinite;
}

.spinner.pulse::after {
  background-color: rgba(255, 255, 255, 1.0);
  animation: pulse 1s ease-in-out infinite;
}

.spinner.grow-pulse::after {
  background-color: rgba(255, 255, 255, 1.0);
  animation: grow-pulse 1.5s ease-out infinite;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes grow-pulse {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  60% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.business_card_form .form-labelo {
    position: absolute;
    pointer-events: none;
    top: -0.8rem;
    left: 1rem;
    background-color: var(--white);
    padding-top: 0rem;
    padding-right: .5rem;
    padding-bottom: 0rem;
    padding-left: .5rem;
    visibility: visible;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7rem;
    z-index: 10;
}

.business_card_form .form-control{
    border: 2px solid rgb(22 163 238);
    margin-bottom: 21px !important;
    min-height: 46px;
}


.business_card_form .form-group{
    position:relative;
}

div#style-image-container {
    position: absolute;
    top: 3px;
    right: 24px;
}

div#style-image-container img{
    max-height: 39px;
}


.upload-file-col input[type="file"] {
    height: 54px;
}

.file_text {
    position: absolute;
    right: 8px;
    top: 13px;
    color: rgb(22 163 238);
    background: white;
    padding: 0 9px;
    font-weight: bold;
}


div#finishing-image-container {
    border: 2px solid rgb(22 163 238);
    padding: 4px;
    border-radius: 4px;
    max-height: 194px;
    overflow: hidden;
}

.image_out_control {
    max-height: 184px;
    overflow: hidden;
}

img#finishing-image {
    transform: scale(1.5);
}



.subtotal_col {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    border: 2px solid rgb(22 163 238);
}

.subtotal_col span {
    font-weight: bold;
}

.subtotal_col h4 {
    float: right;
    display: inline-block;
    width: auto;
}

.business_card_form {
    position: relative;
}


.images_col {
    border: 2px solid rgb(22 163 238);
    border-radius: 4px;
    padding: 5px;
}

.images_col img {
    border-radius: 5px;
    margin: 0px;
}



.order_review {
    background-color: #f7f8fb;
    padding: 30px;
}

.order_complete i {
    color: rgb(22 163 238);
    font-size: 80px;
    margin-bottom: 20px;
}























