/*
 * PrivateShop
 *
 * Do not edit or add to this file.
 * You are not authorized to modify, copy or redistribute this file.
 * Permissions are reserved by FME Modules.
 *
 *  @author    FME Modules
 *  @copyright 2021 FME Modules All right reserved
 *  @license   Copyrights FME Modules
 *  @category  FMM Modules
 *  @package   PrivateShop
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html {
  padding: 30px 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #737373;
  background: #f0f0f0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: transparent;
  height: auto;
}

body,
html {
  height: auto !important;
}

html,
input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#privatebox {
  border-radius: 10px;
  border: 1px solid #BD006B;
  background: #FFF;
  display: block;
  margin: 0 auto;
  padding: 5px 5px;
  @media only screen and (min-width: 768px) {
    padding: 20px 70px;
  }
}
#wrapper.private_wrapper {
  height: 65%;
  margin-left: 1%;
  overflow: auto;
  width: 44%;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}
#wrapper {
  width: 100%;
  max-width: 600px;
  max-height: 90%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background: #fff;
}

h1 {
  margin: 0 10px;
  font-size: 40px;
  text-align: center;
}

h1 span {
  color: #bbb;
}
h2 {
  color: #d35780;
  margin: 0 10px;
  font-size: 40px;
  text-align: left;
}

h2 span {
  color: #bbb;
  font-size: 60px;
}

h3 {
  margin: 1.5em 0 0.5em;
}

p {
  margin: 1em 0;
}

ul {
  padding: 0 0 0 40px;
  margin: 1em 0;
}

.container {
  padding: 10px;
  _width: 380px;
  margin: 0 auto;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#privatebox .private_login {
  padding: 15px 0 10px;
}
.radio-inline,
.checkbox {
  padding-left: 5% !important;
}
#privatebox .private-subheading {
  color: #d35780;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*~~~~~~~~~~ PS 1.7 Styles ~~~~~~~~~~*/
#fmm_ps17 h1 {
  font-weight: normal;
}

#fmm_ps17 #ps17_errors {
  background: #f3515c;
  color: #fff;
  padding: 1%;
  margin-bottom: 10px;
}

#fmm_ps17 #ps17_errors ol {
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}

h1.page-subheading {
  line-height: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 5px !important;
  font-weight: bold !important;
  color: #000 !important;
  font-size: 16px !important;
  text-align: left;
}
#private-lost-password p{
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
#private-lost-password .btn{
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
}
#private-lost-password .submit{
  display: flex;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #private-lost-password .submit{
    width: calc(100% - 20px);
    gap: 20px;
    flex-wrap: nowrap;
  }
}
#private-lost-password .submit > div {
  flex: 100%;
}
@media only screen and (min-width: 768px) {
  #private-lost-password .submit > div {
    flex: 0 0 50%;
  }
}
#private-lost-password .btn span{
  margin-top: 2px;
}
#private-lost-password .btn#forgotpassword{
  border: 1px solid #BD006B;
  background: #BD006B;
  color: #fff;
  margin-right: 10px;
}
#private-lost-password .btn#forgotpassword:hover {
  background: #FFE8F3 !important;
  color: #BD006B;
}
#private-lost-password .btn#back-to-login{
  border: 1px solid #BD006B;
  background: #fff;
  color: #BD006B;
}
#private-lost-password .btn#back-to-login:hover {
  background: #FFE8F3 !important;
  color: #BD006B;
}
/*
#fmm_ps17 label {color: #333; font-weight: bold; font-size: 12px}

#fmm_ps17 #login_form { background: #fbfbfb; border: 1px solid #d6d4d4; padding: 14px 18px 13px}

#fmm_ps17 .form-control {box-shadow: none; height: 27px; padding: 3px 5px;border: 1px solid #d6d4d4; border-radius: 0;
color: #9c9b9b; font-size: 13px; vertical-align: middle}*/

/*--------- END PS 1.7 -----------*/

@media only screen and (max-width: 360px) {
  #privatebox .container {
    padding-left: 0;
    padding-right: 0;
  }
  #privatebox .container p img {
    width: 80%;
  }
  #privatebox .container h1 {
    margin-bottom: -10px;
    margin-top: 0;
    font-size: 25px;
  }
  #privatebox #noSlide .page-heading {
    font-size: 15px;
  }
  #private-lost-password h1.page-subheading {
    line-height: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 5px !important;
    font-weight: bold !important;
    color: #000 !important;
    font-size: 16px !important;
  }
  #privatebox .private-subheading {
    border-bottom: 1px solid #d6d4d4;
    color: #d35780;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    padding: 0 0 10px;
    text-transform: uppercase;
  }
  #register span {
    font-size: 12px;
    text-align: center;
  }
  #SubmitLogin span,
  #SubmitCreate span,
  #privatebox #noSlide #account-creation_form .page-subheading {
    font-size: 12px;
  }
  #SubmitLogin span i,
  #SubmitCreate span i,
  .exttra_row {
    display: none;
  }
  td span.label-default {
    background-color: #999999;
    margin-top: -15px;
  }
  .private_error_resp {
    margin-bottom: 5px !important;
    margin-top: -17px !important;
  }
  #login_form {
    min-height: 240px;
  }
  #create-account_form {
    min-height: 275px;
  }
  .private_signup_table {
    margin-top: -40px;
  }
}
#logo_basic {
  text-align: center;
}
ul#pshop_bottom_footer {
  margin: 0px;
}
ul#pshop_bottom_footer li,
ul#pshop_bottom_footer li div {
  flex: 100%;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  ul#pshop_bottom_footer li,
  ul#pshop_bottom_footer li div {
    flex: 0 0 50%;
    flex-wrap: nowrap;
  }
}
table.private_login_table {
  width: 100%;
}
/*------- New Modern Theme Styles --------*/
body.private_modern_theme #wrapper {
  padding-top: 0px !important;
  border-radius: 2px;
}
body.private_modern_theme .container {
  padding: 15px !important;
  border-radius: 2px;
}
body.private_modern_theme #logo_basic {
  padding: 0 0 15px!important;
  text-align: center;
  margin: 0 !important;
  display: block;
}
body.private_modern_theme #logo_basic img {
  max-width: 100%;
  margin-top: 20px;
}
body.private_modern_theme h2.private-subheading {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 5px !important;
  font-weight: bold !important;
  color: #000 !important;
  font-size: 16px !important;
}
body.private_modern_theme .private_login_table {
  width: 100%;
}
body.private_modern_theme
.private_login_table
tr.pshop_fields_row
td:first-child {
  display: none;
}
body.private_modern_theme input.form-control, body.private_modern_theme select.form-control{
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 5px;
  border: 1px solid #E3E3E3 !important;
  background: #FFF !important;
  color: #808080 !important;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  margin-bottom: 10px;
}
#field_attachment_3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#new-private-account span.custom-checkbox{
  margin-top: 0 !important;
  font-size: 13px;
}
#new-private-account span.custom-checkbox a{
  font-size: 13px;
  color: #BD006B;
}
/*#field_attachment_3 input[type="file"] {*/
/*  display: none!important;*/
/*}*/
#field_attachment_3 input.form-control {
  width: 100% !important;
  max-width: calc( 100% - 70px) !important;
  border-radius: 5px;
  border: 1px solid #bd006b !important;
  background: #FFF !important;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  margin-bottom: 10px;
}
input::selection{
  background: transparent;
}
body.private_modern_theme .alert.alert-danger {
  background: rgba(243, 81, 92, 0.7) !important;
  border: 0px !important;
  border-radius: 4px;
}
body.private_modern_theme .alert.alert-danger ol {
  padding-left: 3px !important;
}
body.private_modern_theme .alert.alert-danger {
  background: rgba(243, 81, 92, 0.7) !important;
  border: 0px !important;
  border-radius: 4px;
}
body.private_modern_theme .pshop_title_shop {
  display: none;
  visibility: hidden;
}
body.private_modern_theme ul#pshop_bottom_footer {
  padding: 10px 0 0;
}
body.private_modern_theme ul#pshop_bottom_footer li.submit {
  display: flex;
  width: 100%;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  body.private_modern_theme ul#pshop_bottom_footer li.submit {
    width: calc(100% - 20px);
    gap: 20px;
  }
}
body.private_modern_theme ul#pshop_bottom_footer .lost_password {
  font-size: 14px !important;
  margin-top: 20px;
  text-align: center;
  color: #000;
}
body.private_modern_theme ul#pshop_bottom_footer .lost_password a {
  text-decoration: none;
  padding: 1px 4px;
  color: #000;
  background: transparent;
}
body.private_modern_theme ul#pshop_bottom_footer .lost_password a:hover {
  text-decoration: underline;
}

body.private_modern_theme .btn{
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
}
body.private_modern_theme .btn span{
  margin-top: 2px;
}
body.private_modern_theme .btn#SubmitLogin{
  border: 1px solid #BD006B;
  background: #BD006B;
  color: #fff;
  margin-right: 10px;
}
body.private_modern_theme .btn#SubmitLogin:hover {
  background: #FFE8F3 !important;
  color: #BD006B;
}
body.private_modern_theme .btn#register{
  border: 1px solid #BD006B;
  background: #fff;
  color: #BD006B;
}
body.private_modern_theme .btn#register:hover {
  background: #FFE8F3 !important;
  color: #BD006B;
}
body.private_modern_theme form#form_forgotpassword label {
  display: none;
}
body.private_modern_theme form#customer-form .form-control-label,
body.private_modern_theme form#customer-form .form-control-comment {
  display: none;
}
body.private_modern_theme form#customer-form .social_title label {
  display: inline !important;
}
body.private_modern_theme form#customer-form .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px;
}
body.private_modern_theme form#customer-form .col-md-6 {
  width: 100% !important;
  padding: 0px !important;
}
body.private_modern_theme form#customer-form .pshop_show_hide button {
  padding: 1.1rem 1rem !important;
}
body.private_modern_theme form#customer-form .social_title .col-md-6 {
  width: 75% !important;
  padding-top: 0.625rem !important;
}
/*---------------------------------------*/
/*---------PS-1.6 and below Fixes----------*/
.privateshop_ps_lower .box {
  background: transparent !important;
}
body.private_modern_theme .privateshop_ps_lower .box {
  padding: 0px !important;
  border: 0px !important;
}
body.private_modern_theme .privateshop_ps_lower .pshop_fields_row_hide {
  display: none;
}
body.private_modern_theme .privateshop_ps_lower input.form-control {
  height: auto !important;
  color: #7a7a7a !important;
  border-radius: 2px !important;
  font-size: 14px !important;
}
body.private_modern_theme .privateshop_ps_lower input.form-control:focus {
  outline: 4px solid #2fb5d2;
}
body.private_modern_theme .privateshop_ps_lower .btn span {
  border: 0px !important;
}
body.private_modern_theme .privateshop_ps_lower .alert.alert-danger ol {
  margin-bottom: 0px !important;
}
body.private_modern_theme .privateshop_ps_lower .alert.alert-danger ol li {
  list-style: none !important;
}
body.private_modern_theme .privateshop_ps_lower .form-error input.form-control,
body.private_modern_theme .privateshop_ps_lower .form-ok input.form-control {
  background-position: right center !important;
}
/*body.private_modern_theme .privateshop_ps_lower .account_creation .form-group label { display: none}*/
/*------------------------*/
@media (min-width: 500px) and (max-width: 768px) {
  #wrapper {
    width: 75% !important;
  }
}
@media (min-width: 200px) and (max-width: 499px) {
  #wrapper {
    width: 90% !important;
  }
  body.private_modern_theme
  form#customer-form
  .social_title
  label.form-control-label {
    display: none !important;
  }
  body.private_modern_theme .privateshop_ps_lower .btn,
  body.private_modern_theme .privateshop_ps_lower .btn span {
    font-size: 13px !important;
  }
  body.private_modern_theme
  .privateshop_ps_lower
  #new-private-account
  .pull-right {
    clear: both;
    float: left !important;
    margin-top: 5%;
  }
}
@media (min-width: 200px) and (max-width: 400px) {
  body.private_modern_theme form#customer-form .pshop_show_hide button {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
  body.private_modern_theme
  form#customer-form
  .social_title
  .form-control-valign {
    width: 100% !important;
  }
  #private-lost-password h1 {
    margin-bottom: 10px !important;
  }
}

#new-private-account .input-group{
  border: none!important;
}
#new-private-account .pshop_show_hide{
  height: 40px;
  display: block;
  right: 0;
  position: absolute;
  width: 80px;
}
#new-private-account .pshop_show_hide button{
  border-radius: 5px;
  border: 1px solid #BD006B;
  background: #FFE8F3;
  color: #BD006B;
  font-size: 14px;
  z-index: 55;
  text-transform: none;
}

#registration_fields {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E3E3E3!important;
}
#registration_fields .rf_input_label {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  float: unset;
  text-align: left;
  padding: 0;
  span{
    display: none!important;
  }
}

#registration_fields .type_multiboxes input{
  display: none;
}
#new-private-account .alert-warning{
  border-radius: 5px;
}
#new-private-account .form-footer a{
  display: block;
  text-align: center;
  margin-top: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
#new-private-account .form-footer button{
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  border: 1px solid #BD006B;
  background: #BD006B;
  color: #fff;
  margin-right: 10px;
}
#new-private-account .form-footer button:hover {
  background: #FFE8F3 !important;
  color: #BD006B;
}
#private-login .custom-login-info{
  background-color: rgb(255 232 243);
  color: #000;
  border-radius: 5px;
  font-size: .8125rem;
  padding: .75rem;
  margin-bottom: 1rem;
  border: 1px solid #b00061;
}