/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 /* / vendor registration form css / */
 a#rtwmer_goto_accnt {
  background-color: #dfaa16;
  color: white;
  padding: 10px;
  border-radius: 5px;
  line-height: 25px;
  display: inline-block;
}
 .rtwmer_vendor_registration_form {
  width: 800px;
  background: #fff;
  padding-top: 3rem;
    border-top: 4px solid #2ea3f2;
  margin: 0 auto;
  box-shadow: 0 15px 16.83px 0.17px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 15px 16.83px 0.17px rgb(0 0 0 / 5%);
  -o-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
  -ms-box-shadow: 0 15px 16.83px .17px rgba(0,0,0,.05);
  border-radius: 10px 10px 20px 20px;
  -moz-border-radius: 10px 10px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
.rtwmer_signup_form,.rtwmer_registration_image {
  width: 50%;
  overflow: hidden;
}
.rtwmer_signup_form{
  padding-right: 50px;
}
.rtwmer_signup_form h2{
  font-weight: bold;
  margin-bottom: 2rem;
}

.rtwmer_vendor_registration_form form label {
  display: block;
  line-height: 2;
  color: #666;
}
span.rtwmer_required {
  color: red;
  font-weight: 700;
  border: 0!important;
  text-decoration: none;
}
.rtwmer_signup_form p{
  position: relative;
  margin-bottom: 1.2rem;
}
.rtwmer_signup_form p i{
  position: absolute;
  top: 12px;
  color: black;
  line-height: 1;
}
.rtwmer_vendor_registration_form form input {
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #999;
  padding: 6px 30px;
  box-sizing: border-box;
  background: white;
    box-shadow: none;
}
button.rtwmer_create_vndr_form_sbmt {
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background: transparent;
  position: relative;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #2ea3f2;
}
button.rtwmer_create_vndr_form_sbmt:hover {
  background: #2ea3f2;
  color: white;
  border-color: #2ea3f2;
}
.rtwmer_signup_form input:focus{
  outline: 0;
  border-color: black;
  background-color: white !important;
}
/* / end css / */

.rtwmer-modal {
  visibility: hidden;

  opacity: 0;

  position: fixed;

  z-index: 1050;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  overflow-x: hidden;

  overflow-y: auto;

  background-color: rgb(0, 0, 0);

  background-color: rgba(0, 0, 0, 0.4);

  transition: opacity 250ms ease-in-out;
}

.rtwmer-modal-open {
  visibility: visible !important;

  opacity: 1 !important;
}

.rtwmer-modal-open .rtwmer-modal-dialog {
  transform: translate3d(-700px, 0, 0);
}

.rtwmer-modal-open .rtwmer-modal-dialog.rtwmer_modal_dialog_for_prod {
  transform: translate3d(-100%, 0, 0);
}

.rtwmer-modal-dialog {
  position: absolute;

  top: 0;

  min-height: 100%;

  height: auto;

  background: white;

  transform: translate(0, 0, 0);

  transition: all 250ms ease-in-out;

  right: -700px;

  width: 700px;

  padding: 0;

  margin: 0;
}

.rtwmer-modal-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: white;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.rtwmer-modal-title {
  margin: 0;
}

.rtwmer_become_vend_sections_main {
  padding: 20px;
}
.rtwmer_become_vend_sections label {
  width: 20%;
  display: inline-block;
}
.rtwmer_switch {
  width: auto !important;
}
.rtwmer_become_vend_sections {
  margin: 20px 0;
}

.rtwmer-modal-footer {
  background-color: #ffffff;
  z-index: 1;
  padding: 20px;
  text-align: right;
  border-top: 1px solid #ddd;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  text-align: center;
  font-family: arial;
  width: 30%;
  margin: 0.5rem;
  position: relative;
  min-height: 15px;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.rtwmer_become_vend_sections input {
  background: none;
  border: 1px solid black !important;
  border-radius: 4px;
  width: 50%;
}

/* become vendor css */
.rtwmer_become_as_vendor {
  border: 2px solid gray;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom:1rem;
}
.rtwmer_become_as_vendor h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.rtwmer_become_vend_btn {
  background-color: #201e1e;
  padding: 10px 20px;
  color: #fff;
  text-transform: capitalize;
  border-radius: 4px;
  display: inline-block;
}

/* register as vendor modal */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}


.rtwmer_vendor_formContainer form ul {
  margin: 0 auto;
  flex-flow: row wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: space-around;
  width: 85%;
  height: 100%;
  box-shadow: 0px 0px 32px #dbd3d3;
  padding: 3rem 3rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.rtwmer_vendor_formContainer form ul li {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.rtwmer_vendor_formContainer form ul li label {
  background-color: #151516;
  color: #d6e6f2;
  padding: 8px 0;
  transition: 800ms;
  white-space: nowrap;
  position: absolute;

  -webkit-clip-path: polygon(0 0, 95% 0, 90% 50%, 95% 100%, 0 100%);
  clip-path: polygon(0 0, 95% 0, 90% 50%, 95% 100%, 0 100%);
  text-align: center;
  width: 100%;
  height: 100%;
}
.rtwmer_vendor_formContainer form ul li input {
  width: 100%;
  display: block;
  height: 100%;
  background: #d6e6f2;
  color: #07689f;
  border: none;

  padding-left: 30px;

  transition: 300ms;
}
.rtwmer_vendor_formContainer form ul li input::-moz-placeholder {
  color: transparent;
  font-weight: normal;
  letter-spacing: 0.04em;
  -moz-transition: 300ms;
  transition: 300ms;
}
.rtwmer_vendor_formContainer form ul li input:-ms-input-placeholder {
  color: transparent;
  font-weight: normal;
  letter-spacing: 0.04em;
  -ms-transition: 300ms;
  transition: 300ms;
}
.rtwmer_vendor_formContainer form ul li input::placeholder {
  color: transparent;
  font-weight: normal;
  letter-spacing: 0.04em;
  transition: 300ms;
}
.rtwmer_vendor_formContainer form ul li input:focus {
  outline: none;
}
.rtwmer_vendor_formContainer form ul li input:focus::-moz-placeholder {
  color: #07689f;
}
.rtwmer_vendor_formContainer form ul li input:focus:-ms-input-placeholder {
  color: #07689f;
}
.rtwmer_vendor_formContainer form ul li input:focus::placeholder {
  color: #07689f;
}
.rtwmer_became_vend_btn {
  min-width: 100px;
  height: 33px;
  display: inline-block;
  position: relative;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 19px 20px;
  transition: 400ms 100ms;
  color: #d6e6f2;
  background-color: #151516;

  border: none;
  margin: 0 auto;
}
.rtwmer_became_vend_btn > div {
  z-index: 102;
  color: white;
}
.rtwmer_became_vend_btn::before {
  content: "";
  display: block;
  width: 0px;
  height: 0%;
  z-index: 100;
  padding-top: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f69a10c7;
  transition: 200ms;
}
.rtwmer_became_vend_btn:hover {
  color: #07689f;
  outline: none;
  border: none;
}
.rtwmer_became_vend_btn:hover::before {
  width: 120%;
  padding-top: 120%;
}
.rtwmer_became_vend_btn:active {
  color: #d6e6f2;
  outline: none;
  border: none;
}
.rtwmer_became_vend_btn:active::before {
  width: 0%;
  padding-top: 0%;
  transition: 100ms;
}
.rtwmer_vendor_formContainer form ul li.rtwmerinputFocused input {
  width: 75%;
  margin-left: 25%;
}
.rtwmer_vendor_formContainer form ul li.rtwmerinputFocused label {
  transition: 1s;
  width: 30%;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.rtwmer_vendor_formContainer form ul li.rtwmerinputFocused label::-moz-placeholder {
  color: #07689f;
}
.rtwmer_vendor_formContainer
  form
  ul
  li.rtwmerinputFocused
  label:-ms-input-placeholder {
  color: #07689f;
}
.rtwmer_vendor_formContainer form ul li.rtwmerinputFocused label::placeholder {
  color: #07689f;
}

.rtwmer_become_vendor_notice_checkbox span {
  color: black;
  font-weight: 550;
}

#rtwmer_become_vndr_close_modal_btn {
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: #706a6a;
  border-color: #eeeeee;
  color: white;
}
#rtwmer-become-vend-rtwmer-modal .rtwmer-modal-title {
  font-weight: bold;
}
div#rtwmer-become-vend-rtwmer-modal:focus {
  outline: 0;
}
#rtwmer_become_vend_agreed_terms:focus{
    outline: 0;
}
.rtwmer_become_vendor_notice_checkbox{
    display: flex;
}
.rtwmer_switch{
    margin-right: 10px;
}

@media(max-width:576px){
    .rtwmer-modal-dialog,.rtwmer_vendor_formContainer form ul {
        width: 100%;
    }
    .rtwmer_vendor_formContainer form{
        margin-bottom: 5rem;
    }
}