/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Clearfix
-------------------------*/
/*  clamp()
-------------------------*/
:root {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  --space: 1.5rem;
  --space2: 1rem;
  --icon-size: 1.5em; /* This scales with the button font size */
  --radius: 2.5em;
  --button-margin: calc(var(--space) / 2);
}

/* Box sizing rules */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Remove margin and padding from elements */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
dd,
figure,
figcaption,
dl,
dd,
dt {
  margin: 0px;
  padding: 0px;
}

/* Inherit colors */
h1,
h2,
h3,
h4,
p,
li,
dt,
dd {
  color: currentColor;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  cursor: pointer;
}

/* Turn off the recent search in WebKit. */
::-webkit-search-decoration {
  display: none;
}

/* Normalise form field line-height in WebKit */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  line-height: normal;
}

/* Make a search box appear like a text box */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Remove _all_ animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
    animation: none !important;
    transition: none !important;
  }
}
img,
video,
iframe {
  max-inline-size: 100%;
  block-size: auto;
}

img, source {
  display: block;
}

/**
 * WRAPPER
 * Sets a max width, adds a consistent gutter and horizontally
 * centers the contents
 */
.wrapper {
  width: 90vw;
  width: clamp(16rem, 90vw, 90rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

html {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  scroll-behavior: smooth;
}

body {
  font-synthesis: none;
  -moz-font-feature-settings: "kern";
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
@media (max-width: 960px) {
  body.fix {
    overflow: hidden;
  }
}
body.fixed {
  overflow: hidden;
}
body main {
  min-height: 100vh;
  padding: 30px 0 60px 0;
}
@media (max-width: 979px) {
  body main {
    padding: clamp(5.63rem, 2.5vw + 5.13rem, 8.13rem) 0 60px 0;
  }
}

h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.header-page {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.header-page.left {
  text-align: left;
}

.pagination-wp {
  margin: 30px 0 clamp(1.88rem, 2.19vw + 1.44rem, 4.06rem) 0;
}

#map {
  height: 100%;
}

.alert-success {
  color: #3b123b;
}
.alert-success.birthday-alert {
  color: #3b123b;
  background-color: #ffbf55;
  text-align: center;
}
.alert-success.birthday-alert h4 {
  font-size: clamp(1.13rem, 0.5vw + 1.02rem, 1.63rem);
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.25;
}
.alert-success.birthday-alert p {
  font-size: 16px;
  line-height: 1.25;
}

.auth_container {
  background-color: #1a0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth_container .auth-wp {
  width: 100%;
  max-width: 400px;
}
.auth_container .auth-wp .logo {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.auth_container .auth-wp .alert-danger {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #660000;
  color: white;
}
.auth_container .auth-content {
  padding: 30px;
  border-radius: 6px;
  border: 2px #ffffff solid;
}

.input-box {
  position: relative;
  margin-bottom: 15px;
}
.input-box.date {
  margin-top: 30px;
}
.input-box.date label {
  top: -20px;
}
.input-box input {
  border-style: none;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  position: relative;
  outline: none;
  padding: 15px;
  color: #ffffff !important;
  font-size: 16px;
}
.input-box input:-webkit-autofill,
.input-box input:-webkit-autofill:hover,
.input-box input:-webkit-autofill:focus,
.input-box input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, 0.1607843137);
  border-bottom: 1px #ffffff solid;
}
.input-box input:-webkit-autofill:focus ~ label, .input-box input:-webkit-autofill:valid ~ label,
.input-box input:-webkit-autofill:hover:focus ~ label,
.input-box input:-webkit-autofill:hover:valid ~ label,
.input-box input:-webkit-autofill:focus:focus ~ label,
.input-box input:-webkit-autofill:focus:valid ~ label,
.input-box input:-webkit-autofill:active:focus ~ label,
.input-box input:-webkit-autofill:active:valid ~ label {
  font-weight: 500;
  color: #e60000;
  font-size: 16px;
  top: -20px;
  transition: 0.5s;
}
.input-box label {
  color: #ffffff;
  position: absolute;
  padding: 10px 0;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: 0.5s;
}
.input-box input:focus ~ label,
.input-box input:valid ~ label {
  font-weight: 500;
  color: #e60000;
  font-size: 16px;
  top: -20px;
  transition: 0.5s;
}
.input-box .custom-select {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 0;
  color: #ffffff;
  border: none;
  border-radius: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140"><polyline points="10,50 70,110 130,50" style="fill:none;stroke:%238B8C8F;stroke-width:15;stroke-linecap:round"/></svg>') no-repeat right 15px center;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px #ffffff solid;
}
.input-box .custom-select .select {
  color: #1a0000;
  padding: 5px 0;
}
.input-box .custom-select:focus {
  outline: none;
  border-color: #ffffff;
}

input:-internal-autofill-selected {
  background-image: none !important;
  background-color: transparent !important;
  color: #ffffff !important;
}

input:-internal-edge-excel-like-autofill-previewed {
  color: #ffffff !important;
  font: "Roboto", sans-serif !important;
}

button[type=submit] {
  background: #e60000;
  border: 1px solid #e60000;
  color: #ffffff;
  border-spacing: none;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
  margin: 30px 0;
}

button[type=submit]:hover {
  background: #1a0000;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: 0.3s;
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.auth-content {
  text-align: center;
}
.auth-content h1 {
  font-size: clamp(1.13rem, 0.63vw + 1rem, 1.75rem);
  color: #ffffff;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
.auth-content p {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  color: #ffffff;
  padding: 0;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.auth-content p.text {
  font-weight: 400;
  text-transform: none;
  margin-top: 30px;
}
.auth-content p.text a {
  color: #ffffff;
}

.qty-input {
  color: #000;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px #666 solid;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.filter-wp {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 0px 30px;
}
@media (max-width: 640px) {
  .filter-wp {
    grid-template-columns: 1fr;
  }
}

textarea {
  padding: 10px;
}

table {
  width: 750px;
  border-collapse: collapse;
  margin: 50px auto;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}

th {
  background: #3498db;
  color: white;
  font-weight: bold;
}

td, th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 18px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table {
    width: 100%;
  }
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    /* Top/left values mimic padding */
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    /* Label the data */
    content: attr(data-column);
    color: #000;
    font-weight: bold;
  }
}
#pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}

#pagination li {
  display: inline;
}

#pagination li a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  color: #000;
}

/* Active and Hoverable Pagination */
#pagination li a {
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#pagination li a.active {
  background-color: #4caf50;
  color: #fff;
}

#pagination li a:hover:not(.active) {
  background-color: #ddd;
}

/* border-pagination */
.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}

#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#border-pagination li {
  display: inline;
}

#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;
}

#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

#border-pagination li a.active {
  background-color: #4caf50;
  color: #fff;
}

#border-pagination li a:hover:not(.active) {
  background: #ddd;
}

/* Style the header */
header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 100;
}
@media (max-width: 797px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 100;
  }
}
header .header_wp {
  width: 90vw;
  width: clamp(16rem, 90vw, 90rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 80px;
}
@media (max-width: 1024px) {
  header .header_wp {
    width: 100%;
  }
}
@media (max-width: 797px) {
  header .header_wp {
    padding: 0 30px;
    width: 100%;
  }
}
header .header_wp .mobile.user {
  display: none;
}
@media (max-width: 797px) {
  header .header_wp .mobile.user {
    display: block;
    color: #fff;
    margin-left: auto;
  }
}

.logo {
  margin-right: 60px;
}
@media (max-width: 797px) {
  .logo {
    margin-right: 40px;
  }
}
.logo img {
  max-width: 180px;
}
@media (max-width: 797px) {
  .logo img {
    max-width: 125px;
  }
}
.logo.mobile {
  display: none;
}
@media (max-width: 797px) {
  .logo.mobile img {
    max-width: 180px;
    margin: 20px 0;
  }
}
@media (max-width: 797px) {
  .logo.mobile {
    display: block;
    margin-right: 0;
  }
}

.no-scroll {
  overflow-y: hidden;
}

@media (max-width: 797px) {
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: -1;
  }
}

nav {
  width: 100%;
}
@media (max-width: 797px) {
  nav {
    width: 50px;
  }
}
nav ul.nav-links {
  width: 100%;
}
nav ul.nav-links .nav-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 797px) {
  nav ul.nav-links .nav-right {
    margin-left: 30px;
  }
}
nav ul.nav-links .nav-right li {
  margin: 0 10px;
}

nav ul.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 797px) {
  nav ul.nav-links {
    position: fixed;
    top: 0;
    right: -100%; /* Start off the screen */
    width: 100%; /* Slide in width */
    height: 100%; /* Cover the entire viewport */
    z-index: 4; /* Place the menu above the overlay */
    transition: right 0.3s ease; /* Add a smooth sliding transition effect */
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
  }
  nav ul.nav-links.active {
    right: 0; /* Slide in to the screen */
  }
}
nav ul.nav-links .nav-social {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 797px) {
  nav ul.nav-links .nav-social {
    padding: 30px;
  }
}
nav ul.nav-links .nav-social button {
  cursor: pointer;
}
nav ul.nav-links li {
  margin-right: 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
@media (max-width: 797px) {
  nav ul.nav-links li {
    margin-right: 0;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
  }
}
nav ul.nav-links li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
nav ul.nav-links li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
nav ul.nav-links li a:hover, nav ul.nav-links li a.active {
  color: #fff;
}
nav ul.nav-links li a:hover:after, nav ul.nav-links li a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
nav ul.nav-links li a.cart {
  text-decoration: none;
  position: relative;
  overflow: visible;
}
nav ul.nav-links li a.cart:after {
  content: none;
}
nav ul.nav-links li a.cart .number {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60000;
  border-radius: 50%;
  top: 8px;
  left: -12px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
nav ul.nav-links li a.cart .svg-cart {
  width: 20px;
  fill: #fff;
}
nav ul.nav-links li a.cart:hover .svg-cart {
  width: 20px;
  fill: #e60000;
}
nav ul.nav-links li a.logout {
  text-decoration: none;
}
nav ul.nav-links li a.logout:after {
  content: none;
}
nav ul.nav-links li a.logout .svg-logout {
  width: 20px;
  fill: #fff;
}
nav ul.nav-links li a.logout:hover .svg-logout {
  width: 20px;
  fill: #e60000;
}
nav ul.nav-links li .points {
  border-radius: 2px;
  border: 1px #fff solid;
  background-color: transparent;
  gap: 5px;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
nav ul.nav-links li .points .svg-point {
  width: 20px;
}
nav ul.nav-links li:nth-last-child(2) {
  margin-right: 10px;
}
nav ul.nav-links li:last-child {
  margin-right: 0;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 797px) {
  .mobile-menu-toggle {
    display: flex;
    position: relative;
    z-index: 4; /* Ensure it's above the menu */
    margin-left: auto;
  }
}

/* Style for the "X" icon */
.mobile-menu-toggle {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  /*   border:1px solid red; */
}

.mobile-menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  /*   border:4px solid black; */
}

.mobile-menu-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mobile-menu-toggle span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mobile-menu-toggle span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mobile-menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 4px;
  top: -4px;
}

.mobile-menu-toggle.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
  top: 24px;
}

.products-container {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
@media (max-width: 1280px) {
  .products-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 797px) {
  .products-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .products-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products-container .pro-item {
  border: 1px rgba(102, 102, 102, 0.1) solid;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.products-container .pro-item .pro-image {
  background-color: #f5f6f6;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140%;
}
.products-container .pro-item .pro-name,
.products-container .pro-item .pro-points {
  margin-bottom: 10px;
}
.products-container .pro-item .pro-info {
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding: 15px;
  width: 100%;
}
.products-container .pro-item .pro-info .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  margin-bottom: 15px;
}
.products-container .pro-item .pro-name {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  font-weight: 600;
  line-height: 1.25;
  min-height: 55px;
  width: 100%; /* Set the desired width */
  height: 40px; /* Set height to accommodate two lines */
  overflow: hidden; /* Prevent overflow */
  text-overflow: ellipsis; /* Optional: add ellipsis for overflow */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limit to two lines */
  white-space: normal; /* Allow wrapping */
  margin: 0;
}
@media (max-width: 640px) {
  .products-container .pro-item .pro-name {
    height: auto;
    -webkit-line-clamp: 1; /* Limit to two lines */
  }
}
.products-container .pro-item .pro-points {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: flex-end;
}
.products-container .pro-item .pro-points span.small {
  font-size: 11px;
  font-weight: 400;
}
.products-container .pro-item .pro-units {
  font-size: 12px;
  font-weight: 400;
}
.products-container .pro-item button.cart {
  background-color: #e60000;
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  color: #fff;
  font-weight: 600;
  padding: 5px 25px;
}

.Myredemptions h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 100%;
  color: #000;
  text-align: center;
  padding: 15px 30px;
}
.Myredemptions .redemption-cards {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  gap: 30px;
}
@media (max-width: 1280px) {
  .Myredemptions .redemption-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 797px) {
  .Myredemptions .redemption-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .Myredemptions .redemption-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Myredemptions .redemption-cards .redemption-card {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.Myredemptions .redemption-cards .redemption-card .redemption-image {
  width: 100%;
  background-color: #f5f6f6;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140%;
  margin-bottom: 10px;
}
.Myredemptions .redemption-cards .redemption-card .redemption-info {
  min-height: 55px;
  width: 100%;
}
.Myredemptions .redemption-cards .redemption-card .redemption-info h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 10px;
  width: 100%; /* Set the desired width */
  height: 40px; /* Set height to accommodate two lines */
  overflow: hidden; /* Prevent overflow */
  text-overflow: ellipsis; /* Optional: add ellipsis for overflow */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Limit to two lines */
  white-space: normal; /* Allow wrapping */
}
@media (max-width: 640px) {
  .Myredemptions .redemption-cards .redemption-card .redemption-info h3 {
    height: auto;
    -webkit-line-clamp: 1; /* Limit to two lines */
  }
}
.Myredemptions .redemption-cards .redemption-card .redemption-info p {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  font-weight: 400;
  text-align: left;
  line-height: 1.25;
  margin: 0;
}
.Myredemptions .redemption-cards .redemption-card .redemption-info p.coins {
  font-size: clamp(1.06rem, 0vw + 1.06rem, 1.06rem);
  font-weight: 600;
}
.Myredemptions .redemption-cards .redemption-card .redemption-info p.qty {
  font-size: 12px;
  font-weight: 400;
}
.Myredemptions .redemption-cards .redemption-card .redemption-info p.redeem {
  font-size: 11px;
  font-weight: 400;
}
.Myredemptions .redemption-cards .redemption-card .redemption-info .flex-use {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fully-redeemed-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  background-color: #e60000;
  font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  z-index: 9;
}

.product-group-wp {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.product-group-wp .product-group h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 100%;
  background-color: #e60000;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 30px;
}
.product-group-wp .product-group .products-container {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
@media (max-width: 1280px) {
  .product-group-wp .product-group .products-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 797px) {
  .product-group-wp .product-group .products-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .product-group-wp .product-group .products-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.table-product {
  background-color: transparent;
}
.table-product .table-dark {
  background-color: transparent;
}
.table-product .table-dark tr:hover {
  background-color: transparent;
}
.table-product tr th {
  white-space: nowrap;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  background-color: transparent;
}
.table-product tr th a {
  font-size: 15px;
  font-weight: 600;
  color: #000 !important;
}
.table-product tr:nth-of-type(odd) {
  background-color: transparent;
}
.table-product tr {
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.table-product tr:hover {
  border-radius: 4px;
  background-color: rgba(196, 196, 196, 0.16);
}
.table-product tr td {
  border: none;
  background-color: transparent;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
}
.table-product tr td.action {
  width: 10%;
}
.table-product tr td.action a {
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  border: none;
  width: 35px;
  height: 35px;
  position: relative;
  vertical-align: middle;
  margin: 0 5px;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.table-product tr td.action a:hover {
  width: 35px;
  height: 35px;
  background-color: rgba(196, 196, 196, 0.16);
  border-radius: 50%;
}
.table-product tr td.action a .edit {
  width: 20px;
  fill: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table-product tr td.action a .delete {
  width: 20px;
  fill: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.delete-item {
  border: none;
  outline: none;
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  background-color: transparent;
  padding: 5px 5px;
  margin-left: 30px;
}
.delete-item:hover {
  border-radius: 50%;
  background-color: rgba(196, 196, 196, 0.16);
  padding: 5px 5px;
}
.delete-item .delete {
  width: 20px;
  fill: #000;
}

.total-points {
  text-align: right;
  font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
  color: #000;
  font-weight: 600;
}
.total-points span {
  font-size: clamp(1.63rem, 0.13vw + 1.6rem, 1.75rem);
  color: #000;
  font-weight: 600;
}

.display-text {
  font-size: 14px;
  font-weight: 400;
}

.top_header {
  margin-bottom: 30px;
}
.top_header h1 {
  padding: 0;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: clamp(1.63rem, 0.63vw + 1.5rem, 2.25rem);
}

.btn {
  transition: all 0.2s ease-out;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
}
.btn.red-color {
  background-color: #e60000;
  color: #fff;
}
.btn.red-color:hover {
  background-color: #000;
}
.btn.black-color {
  background-color: #000;
  color: #fff;
}
.btn.black-color:hover {
  background-color: #000;
}

.search__wp {
  display: flex;
  align-items: center;
}

.cart-success .cart-success-header h2 {
  font-size: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
  color: #e60000;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
.cart-success .cart-success-header h3 {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  color: #000;
  font-weight: 400;
}
.cart-success .product-list {
  margin: 15px 0;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
.cart-success .product-list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.cart-success .product-list li div:first-child {
  width: 60%;
}
.cart-success .product-list li span.qty {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
  display: block;
  color: #666666;
}
.cart-success .product-list li .pts {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  color: #000;
  font-weight: 600;
}
.cart-success .product-total li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0;
}
.cart-success .product-total li .left {
  width: 70%;
}
.cart-success .product-total li .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}
.cart-success .product-total li .right .pts {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  color: #000;
  font-weight: 600;
}

#loading-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 990;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-square {
  z-index: 10000;
  box-sizing: border-box;
}
.loader-square.square .block {
  border-radius: 4px;
  width: 74px;
  height: 74px;
  box-sizing: border-box;
}
.loader-square.square .block:before, .loader-square.square .block:after {
  bottom: 2px;
}
.loader-square.square .block:before {
  left: 2px;
}
.loader-square.square .block:after {
  right: 2px;
}
.loader-square.square .block .box {
  left: 2px;
  top: 2px;
  animation-name: slide;
}
.loader-square.reg .block {
  animation-name: reg;
}
.loader-square .block {
  position: absolute;
  color: #e60000;
  border: 2px solid;
  transform: translate(-50%, -50%) rotate(-45deg);
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.loader-square .block:before, .loader-square .block:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: #e60000;
  border-radius: 4px;
}
.loader-square .block:before {
  left: 2px;
}
.loader-square .block:after {
  right: 2px;
}
.loader-square .box {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #e60000;
  border-radius: 4px;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes slide {
  33% {
    left: 2px;
  }
  67%, 100% {
    left: 36px;
  }
}
@keyframes reg {
  50% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.user-container {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-template-rows: auto;
  column-gap: 30px;
}
@media (max-width: 1100px) {
  .user-container {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    grid-template-rows: none;
  }
}
@media (max-width: 680px) {
  .user-container .point-display {
    display: flex;
    gap: clamp(0.94rem, 0.94vw + 0.75rem, 1.88rem);
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .user-container .point-display {
    display: flex;
    flex-direction: column;
  }
}
.user-container .content {
  border-radius: 30px;
}
.user-container .content:first-child {
  background-color: #fff;
}
.user-container .content h2 {
  font-weight: 600;
  font-size: clamp(1.13rem, 0.63vw + 1rem, 1.75rem);
  padding: 15px;
  text-transform: capitalize;
}
.user-container .content .PointWallet {
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .user-container .content .PointWallet {
    margin-bottom: 0;
  }
}
.user-container .content .PointWallet, .user-container .content .RewardPoint {
  padding: clamp(1.25rem, 0.63vw + 1.13rem, 1.88rem);
  border-radius: 15px;
  background-color: #e60000;
  display: flex;
  flex-direction: column;
}
.user-container .content .PointWallet.bgColorL, .user-container .content .RewardPoint.bgColorL {
  background-color: #2f3589;
  margin-bottom: 30px;
}
.user-container .content .PointWallet .text, .user-container .content .RewardPoint .text {
  font-size: clamp(1rem, 0vw + 1rem, 1rem);
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
.user-container .content .PointWallet .text.q, .user-container .content .RewardPoint .text.q {
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  margin-top: 10px;
}
.user-container .content .PointWallet .points, .user-container .content .RewardPoint .points {
  font-size: clamp(1.5rem, 0.38vw + 1.43rem, 1.88rem);
  color: #fff;
  font-weight: 600;
  margin-top: auto;
}

.send-point-wp {
  border: 1px solid #ced4da;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 50px;
}

.Send-received-point-table .table {
  margin: 0;
}
.Send-received-point-table .mgleft {
  margin-left: auto;
}
.Send-received-point-table .btn.btn-primary {
  background-color: #000;
  color: #fff;
}

.send-point-container {
  margin-bottom: clamp(2.5rem, 0.63vw + 2.38rem, 3.13rem);
}
.send-point-container .form-text.text-muted {
  font-size: 11px;
  margin-top: 5px;
}
.send-point-container .filter-user-wp p {
  font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
}
.send-point-container .filter-user-wp .input-box-2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.send-point-container .filter-user-wp .input-box-2 label {
  margin-bottom: 5px;
  font-size: clamp(0.88rem, 0.13vw + 0.85rem, 1rem);
  font-weight: 500;
}
.send-point-container .filter-user-wp .input-box-2 textarea {
  border: 1px solid #ced4da;
}
.send-point-container .filter-user-wp button[type=submit] {
  margin: 0;
  font-size: clamp(0.88rem, 0.25vw + 0.83rem, 1.13rem);
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  background-color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 8px;
}

.bootstrap-select > .dropdown-toggle.btn {
  padding: 0 10px 0 0;
  border: 1px solid #ced4da;
}

.Send-received-point-table {
  margin-bottom: 30px;
}
.Send-received-point-table .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 680px) {
  .Send-received-point-table .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.points-history-wp {
  margin-bottom: 20px;
}
.points-history-wp .points-history-card {
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 30px;
}
.points-history-wp .points-history-card:last-child {
  margin-bottom: 0;
}
.points-history-wp .points-history-card.in {
  border: 1px #ced4da solid;
}
.points-history-wp .points-history-card.in span {
  color: #e60000;
}
.points-history-wp .points-history-card.out {
  border: 1px #ced4da solid;
}
.points-history-wp .points-history-card .svg img {
  width: 50px;
}
.points-history-wp .points-history-card .message {
  width: 70%;
}
.points-history-wp .points-history-card .message .title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.points-history-wp .points-history-card .message .note {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  line-height: 1.25;
}
.points-history-wp .points-history-card .date {
  margin-left: auto;
}

.pagination {
  display: flex;
  justify-content: flex-end;
}
.pagination .active a {
  color: #e60000;
  background-color: transparent;
  font-weight: 800;
}
.pagination .active a:hover {
  background-color: transparent;
  color: #e60000;
  border: 0px;
}
.pagination .active a:focus {
  background-color: transparent;
  color: #e60000;
  outline: none;
}
.pagination li a {
  border: 1px;
  margin-left: 0px;
  color: #000;
  padding: 10px 2px;
  margin: 0px clamp(0.31rem, 0.94vw + 0.13rem, 1.25rem);
}
.pagination li a:hover {
  background-color: transparent;
  color: #000;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}
.pagination li a:focus {
  outline: none;
  background-color: transparent;
  /*color:#707070;*/
}
.pagination li:first-child a, .pagination li:last-child a {
  border: 2px solid #000 !important;
  border-radius: 6px;
  margin: 0px;
  padding: 10px 12px;
  border: 2px solid;
  font-size: 14px;
  color: #000000;
}
.pagination li:first-child a:hover, .pagination li:last-child a:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  border: 2px solid #000 !important;
}
.pagination li:first-child a:focus, .pagination li:last-child a:focus {
  outline: none;
}

.pagination-wp nav ul.pagination {
  align-items: center;
}
.pagination-wp nav ul.pagination li.disabled span {
  border: 1px #000 solid;
  border-radius: 4px;
  margin-left: 0px;
  color: #000;
  padding: 10px 10px;
  display: inline-block;
  background-color: transparent;
  margin: 0px clamp(0.31rem, 0.94vw + 0.13rem, 1.25rem);
}
.pagination-wp nav ul.pagination li.active span {
  color: #e60000;
  background-color: transparent;
  font-weight: 800;
  border: none;
}
.pagination-wp nav ul.pagination li.active span:hover {
  background-color: transparent;
  color: #e60000;
  border: 0px;
}
.pagination-wp nav ul.pagination li.active span:focus {
  background-color: transparent;
  color: #e60000;
  outline: none;
}
.pagination-wp nav ul.pagination li a {
  border: 1px;
  margin-left: 0px;
  color: #000;
  padding: 10px 2px;
  margin: 0px clamp(0.31rem, 0.94vw + 0.13rem, 1.25rem);
}
.pagination-wp nav ul.pagination li a:hover {
  background-color: transparent;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.pagination-wp nav ul.pagination li a:focus {
  outline: none;
  background-color: transparent;
  box-shadow: none;
  /*color:#707070;*/
}
.pagination-wp nav ul.pagination li:first-child a, .pagination-wp nav ul.pagination li:last-child a {
  border: 2px solid #000 !important;
  border-radius: 6px;
  margin: 0px;
  padding: 10px 12px;
  border: 2px solid;
  font-size: 14px;
  color: #000000;
}
.pagination-wp nav ul.pagination li:first-child a:hover, .pagination-wp nav ul.pagination li:last-child a:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  border: 2px solid #000 !important;
}
.pagination-wp nav ul.pagination li:first-child a:focus, .pagination-wp nav ul.pagination li:last-child a:focus {
  outline: none;
}

.ranking-container {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
@media (max-width: 1100px) {
  .ranking-container {
    flex-direction: column;
  }
}
.ranking-container .ranking-list {
  width: 33.33%;
}
@media (max-width: 1100px) {
  .ranking-container .ranking-list {
    width: 100%;
  }
}

.ranking-wp {
  margin-bottom: 50px;
}
.ranking-wp .ranking-items {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 5px;
  gap: 10px;
}
.ranking-wp .ranking-items .number {
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  display: inline-block;
}
.ranking-wp .ranking-items .profile {
  margin-right: 10px;
}
.ranking-wp .ranking-items .profile img {
  width: clamp(3.13rem, 0.94vw + 2.94rem, 4.06rem);
}
.ranking-wp .ranking-items .name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.ranking-wp .ranking-items .points {
  font-weight: 600;
  font-size: clamp(1.13rem, 0.13vw + 1.1rem, 1.25rem);
  margin: 0;
  color: #000;
  text-transform: capitalize;
}
.ranking-wp .ranking-items.first-place {
  border: 2px #E5B80B solid;
}
.ranking-wp .ranking-items.first-place .points {
  color: #E5B80B;
}
.ranking-wp .ranking-items.second-place {
  border: 2px #C0C0C0 solid;
}
.ranking-wp .ranking-items.second-place .points {
  color: #C0C0C0;
}
.ranking-wp .ranking-items.third-place {
  border: 2px #CD7F32 solid;
}
.ranking-wp .ranking-items.third-place .points {
  color: #CD7F32;
}

.section-header h2 {
  font-weight: 600;
  font-size: clamp(1.38rem, 0.38vw + 1.3rem, 1.75rem);
  padding: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.admin-points-status .alert-info {
  background-color: #E9ECEF;
  color: #000000;
  border-color: #E9ECEF;
}
.admin-points-status .alert-info h4 {
  font-weight: 600;
  font-size: clamp(1rem, 0.13vw + 0.98rem, 1.13rem);
  padding: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.admin-points-status .alert-info p {
  font-size: 14px;
  line-height: 1.25;
}
.admin-points-status .alert-info p strong {
  font-weight: 600;
}

/*# sourceMappingURL=main.css.map */
