
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.overlay-full {
  position: fixed !important;
}

.loader {
  width: 48px;
  height: 48px;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

#_mobile_user_info .user-info .login {
    margin-right: 30px;
}
.block-category {
  min-height: 1rem !important;
}

body#bg-private-color {
  background-color: rgba(22,22,128,0.1) !important
}

#bg-private-color #wrapper {
  margin-top: 5% !important;
  border-radius: 25px !important;
}

#bg-private-color #privatebox {
  border-radius: 25px !important;
}
#bg-private-color #privatebox .private_login {
  padding: 0 !important;
}
#bg-private-color .bg_opacity_white {
  background: none !important;
}

#bg-private-color .private_login_table input.form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom, center calc(99%);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
  height: 40px;
  border: 0 !important;
  font-size: 1rem;
}

#bg-private-color .private_login_table input.form-control,
#bg-private-color .private_login_table input.focus,
#bg-private-color .private_login_table input.form-control:focus {
  background-image: linear-gradient(#4a23ad, #4a23ad), linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .2));
  border: 0;
  border-radius: 0;
  box-shadow: none;
  float: none;
}
#bg-private-color .private_login_table input.form-control.focus,
#bg-private-color .private_login_table input.form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  transition-duration: .3s;
}
#bg-private-color ul#pshop_bottom_footer li.submit {
  float: inherit;
  width: 100%;
  text-align: center;
}
#bg-private-color ul#pshop_bottom_footer li,
#bg-private-color ul#pshop_bottom_footer li div {
  width: 100%;
}
#bg-private-color .btn {
  width: 80%;
  height: 40px;
}


.pq_container.ps_rules_17 {
  padding: 0;
}
.pq_container .input-group.bootstrap-touchspin {
  margin-right: .4rem;
  margin-bottom: .5rem;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: .5rem .6875rem;
}
.pq_container #fmm_quote_button {
  margin-left: 0 !important;
}

#pq_top_block {
  float: inherit;
  padding-top: inherit;
  position: inherit;
  width: inherit;
  clear: inherit;
}
#pq_top_block .product_quotation::before {
  color: inherit;
  content: inherit;
  display: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding-right: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}
#pq_top_block .product_quotation {
  height: 3rem;
  padding: .75rem;
  margin-left: .9375rem;
  text-align: center;
  white-space: nowrap;
  background: #f6f6f6;
}
#pq_top_block #header .header-nav .blockcart .header {
  margin-top: .125rem;
}
.fmm_quote_row_qty {
  text-align: center;
}
.fmm_quote_sb_btn {
    margin-right: 0;
}
#fmm_account_quotation_products .pq_customized_data {
    margin-top: 0;
}
.fmm_quote_notice {
    display: block;
    color: #BC0000;
    margin-top: 15px;
    margin-left: 0;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-15 {
  margin-right: 15px;
}


