/* INDEX.PHP */

* {
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  * {
    font-weight: 400;
  }
}

html {
  line-height: 26px;
  color: #666;
}

body {
  margin: 0;
}

/* default */ 

input {
  line-height: 28px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
}

.btn {
  line-height: 28px;
  padding: 5px 22px 5px 22px;
  border-radius: 5px;
  border: 1px solid #32be43;
  margin-left: 6px;
  color: white;
  background: #32be43;
}

.btn:hover {
  background: #1d912b;
  border: 1px solid #1d912b;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

hr {
  border-width: 0;
  border-top: 1px solid #e6e6e6;
}

.visible {
  opacity: 1;
}

.hidden {
  opacity: 0;
}



/* end default */
.login-container {
  padding: 40px;
}

@media (min-width: 576px) {
  .login-container {
    width: 500px;
    display: block;
    margin: 0 auto;
  }
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
  -webkit-appearance: none;
}


.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #57b846;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  border: 0;
  -webkit-appearance: none;
}

.login100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 177px 90px 33px 85px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 100px 15px 33px 15px;
  }
}







.logo-mbe {
  display: block; 
  margin: 0 auto; 
  width: 50%; 
  height: auto; 
  padding-top: 50px; 
  padding-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .logo-mbe {
    width: 150px;
    padding-top: 30px;
  }
}

/* HOME.PHP */

.navtop {
  background-color: #ffffff;
  height: 70px;
  width: 100%;
  border: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  color: black;
}
.navtop div {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  height: 100%;
}

.navtop div a {
  display: inline-flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  /* navigation */
  .navtop div h1, .navtop div a {
    margin-left: 20px;
  }
  .navtop a:not(:first-child):not(:last-child) {
    display: none;
  }

  /* pages */
  h2 {
    text-align: center;
  }

  .navtop .menu-burger i {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .menu-burger {
    display: none !important;
  }
}

.navtop div a:not(:first-child) {
  padding: 0 20px;
  text-decoration: none;
  color: #367bee;
  font-weight: 500;
}

.navtop .logout {
  padding-right: 0 !important;
}

.navtop div a:first-child {
  flex: 1;
}

.navtop div a:hover {
  color: #1a59df;
}

.navtop div a i {
  padding: 2px 8px 0 0;
}

.navtop .logo {
  height: 35px;
  width: auto;
}

.nav-menu, .nav-menu * {
  transition: 0.3s;
}

/* navigation menu */
.nav-menu {
  height: inherit !important;
}

.nav-menu div {
  flex-direction: column !important;
  align-items: self-start !important;
  justify-content: space-between !important;
  margin: inherit !important;
  padding: 20px 20px 40px 20px;
}

.nav-menu div a {
  padding: 28px 0 0 14px !important
}

.nav-menu div a {
  display: inherit !important;
}

.nav-menu div a:first-child {
  display: none !important;
}

.navtop .menu-burger i:nth-child(2) {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
}

.hide {
  display: none !important;
  opacity: 0;
}

.show {
  display: inherit;
  opacity: 1 !important;
}



body.loggedin {
  background-color: #f3f4f7;
}
.content {
  max-width: 1000px;
  margin: 0 auto;
}
.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}
/*
.content > p, .content > div

*/

div.whitebox {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 30px 0 0 0;
  padding: 25px 40px 25px 40px;
  background-color: #fff;
  border-radius: 10px;
}


.content > div p {
  padding: 5px;
  margin: 0 0 10px 0;
}

/* home admin */

label.p_amount {
  margin-left: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  line-height: 48px;
}

table tr:nth-child(even) {
  background-color: #f8f6ff;
}

table tr th:first-child, table tr td:first-child {
  padding-left: 40px;
}

table th {
  text-align: left;
}

table th {
  background-color: #b2ccf3;
  color: white;
  line-height: 60px;
}

table td button {
  border: none;
  background: transparent;
}

table td i {
  color: #ea1414;
  cursor: pointer;
}

.customerPurchases, .customersList {
  padding: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}

.responseContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}

.customer-data {
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 49%;
  padding: 10px;
}

/* home loyalty */

.bonus-points-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bonus-points-container .bonus-points {
  width: 100%;
  border: 1px solid #e9e9e9;
  display: flex;
  border-radius: 10px;
  background: #f8f8f8;
  margin-top: 20px;
}

.bonus-points-container .total-points {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background-color: #0fd777;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  flex-direction: column;
}

.bonus-points-container .points {
  font-size: 24px;
}

.bonus-points-container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  font-size: 18px;
  color: #0fd777;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.bonus-points-container .action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px 0 15px;
  border-left: 1px solid #e9e9e9;
}


.profile-information {
  line-height: 40px;
}

.profile-information > label, .profile-information > input {
  display: block;
}

.profile-information > label:not(:first-child) {
  margin-top: 10px;
}

.profile-information input#_password, .profile-information input#password {
  display: block;
}

.profile-information .btn {
  margin: 40px 0 0 0;
  display: block;
}

#last-purchases {
  height: 300px;
  position: relative;
  border-radius: 10px;
}

/* flexbox */

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px;
}

@media screen and (min-width: 767px) {
  .flex-container {
    margin: 0 -20px -20px -20px;
  }
}

.flex {
  flex: 1 0 200px; /* grow taking up available space */
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 25px 40px 25px 40px;
  background-color: #fff;
  border-radius: 10px;
  border-top: 20px;
  margin: 10px;
}

.icon-container {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 25px;
}

.icon-container > i {
  font-size: 20px;
}

.blue {
  color: #367bee;
  background: #dbe8fc;
}

.welcome {
  font-size: 22px;
  text-align: center;
}

.membership-card {
  padding-top: 20px;
  text-align: center;
}

.last-purchase {
  padding-top: 20px;
  text-align: center;
}

.yellow {
  color: #f4b441;
  background: #f4f8b9;
}

.green {
  color: #03df94;
  background: #ccf9e9;
}

.red {
  color: #eb2d36;
  background: #ffdfe0;
}

.orange {
  color: #ff8219;
  background: #fff2df;
}

.purple {
  color: #dd64df;
  background: #ecd4ec;
}

.violet {
  color: white;
  background: #d2cfff;
}

.user-points {
  font-size: 22px;
  text-align: center;
}

.nopadding {
  padding: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}

.nopadding-top {
  padding: 25px 0 0 0 !important;
  border-radius: 10px;
  overflow: hidden;
}

.contacts {
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.contacts a {
  text-decoration: none;
  color: inherit;
  display: flex;
  font-size: 18px;
}

.contacts i {
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.bonus-points-tit {
  font-size: 22px;
  text-align: center;
}

.bonus-points-sub {
  text-align: center;
}

.title-icon {
  font-size: 24px;
  margin-right: 10px;
}

.prizes .prize {
  background: linear-gradient(90deg, #0004ff63 0%, #0004ff33 0%);
  border-radius: 10px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.prizes .prize:not(:first-child) {
  margin-top: 20px;
}

.prizes .points {
  font-weight: 500;
  padding: 15px 20px 15px 20px;
  border-right: 1px solid #ffffff4d;
  text-align: center;
  flex-basis: 100px;
}

.prizes .p-number {
  font-weight: 500;
  display: block;
}

.prizes .description-container {
  flex-grow: 1;
  padding: 15px 20px 15px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prizes .description {
  font-size: 20px;
  font-weight: 400;
}

.prizes .sub-description {
  font-size: 12px;
  line-height: 16px;
}

.prizes .terms {
  font-size: 12px;
  display: block;
  text-align: center;
  padding-top: 20px;
  color: #a8a1ff;
}

.prizes .terms:hover {
  color: #8a83e7;
  cursor: pointer;
}

.prizes a {
  text-decoration: none;
}

.prizes .terms i {
  vertical-align: middle;
  margin-right: 4px;
}

/* admin prizes */

.prizes.admin .prize:not(:first-child) {
  margin-left: 20px;
  margin-top: 0;
}

.prizes.admin .sub-description {
  text-align: center;
}

/* modal box and overlay styles */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.terms-conditions {
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
}

/* shipments */

.courier-icon {
  width: 30px;
  height: auto;
}

.shipments-count {
  text-align: center;
  line-height: 40px;
}

#shipments-total {
  color: #367aee;
}

#shipments-delivered {
  color: rgb(50, 190, 67);
}

#shipments-warning {
  color: orange;
}

#shipments-hold {
  color: rgb(224, 6, 26);
}

.shipments-count .shipment-total-value {
  font-size: 32px;
}

.shipment-status-td {
  padding-left: 0 !important;
}

.shipment-status-table {
  line-height: 32px;
}

.shipment-status-table th {
  line-height: 32px;
  background-color: #78a4e5;
}

.tr-spacer {
  height: 24px;
}

/* filter */

.flex-filter {
  display: flex;
}

.filter {
  flex: 1 0 200px; /* grow taking up available space */
  padding: 25px 40px 25px 40px;
  border-top: 20px;
  margin: 10px;
  max-height: 200px; 
  overflow-y: auto; 
  overflow-x: hidden;
}