#main > *, #content-wrapper {
  width : 100%;
}

#wrapper {
  background : var(--color-grey-default);
}

#wrapper .wrapper__inner {
  /*background            : var(--color-grey-default);*/
  /*background-size       : cover;*/
  /*background-attachment : fixed;*/
  padding               : 20px 0;
  position              : relative;
  width                 : 100%;
  max-width             : var(--container-primary-max-width);
  margin                : 0 auto;
  display               : flex;
  flex-direction        : row;
  gap                   : 30px;
}

.wishlist-container {
  background : var(--color-white-default) !important;
}

.wishlist-container-header {
  display : block !important;
  margin-bottom : 0 !important;
}

.wishlist-container-header h1 {
  width          : 100%;
  margin         : 0 0 20px 0;
  padding        : 1em 1.5em;
  text-align     : center;
  color          : var(--color-primary);
  border-bottom  : 1px solid var(--color-primary);
  background     : white;
  text-transform : uppercase;
}

#content {
  padding-bottom : 10px;
}

#module-psgdpr-gdpr  #content {
  padding : 20px
}

.psgdprinfo17 {
  border-radius: 5px;
  padding: 50px 20px;
}

.psgdprinfo17 h2 {
  color: #004B49;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.26px;
}

.psgdprinfo17 p {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.44px;
  margin-bottom: 10px;
}
.col-xs-12.psgdprinfo17 {
  float: unset;
}

.psgdprinfo17 a:not(#exportDataToCsv,#exportDataToPdf) {
  color: #004B49;
  text-decoration: underline;
  font-weight: 600;
}

.content-container {
  height   : fit-content;
  overflow : hidden;
}

#content h6 {
  padding : 0 10px;
}

.page-footer {
  padding : 0.5rem 0;
  display: none;
}

.page-footer .account-link {
  color           : var(--color-black-default);
  text-decoration : none;
  transition      : all .3s;
}

.page-footer .account-link:hover {
  color : var(--color-primary);
}

/********************************/
/* Customer Sidebar */
/********************************/
.customer-sidebar__container.links {
  display          : -webkit-box;
  display          : -ms-flexbox;
  display          : flex;
  -ms-flex-wrap    : wrap;
  flex-wrap        : wrap;
  -webkit-box-pack : start;
  -ms-flex-pack    : start;
  justify-content  : flex-start;
  flex-direction   : column;
}

.customer-sidebar__container.links a {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.44px;
}

.customer-sidebar__container.links a span.link-item {
  display     : flex;
  align-items : center;
  height      : 100%;
  padding     : 12px 10px 12px 0;
  position    : relative;
}

.customer-sidebar__container.links a:not(:last-child) span.link-item {
  border-bottom : 1px solid var(--color-secondary);
}

.customer-sidebar__container.links a span.link-item img {
  width         : 25px;
  height        : 25px;
  margin-right: 10px;
}

.customer-sidebar__container.links a i {
  display      : block;
  font-size    : 2rem;
  color        : var(--color-black-default);
  margin-right : 10px;
  transition   : all .3s;
}

.customer-sidebar__container.links a:hover {
  color : var(--link-color-on-hover);
}

.customer-sidebar__container.links a:hover i {
  color : var(--link-color-on-hover);
}

.customer-sidebar__container.links .link-item:after {
  content           : '';
  position          : absolute;
  top               : 50%;
  margin-top        : -5px;
  right             : 0;
  border            : 1px solid var(--color-black-default);
  width             : 10px;
  height            : 10px;
  border-width      : 1px 0 0 1px;
  -webkit-transform : scaleY(.8) rotate(45deg);
  -ms-transform     : scaleY(.8) rotate(45deg);
  transform         : scaleX(.85) rotate(135deg) translateX(1px);
  transition        : all .4s ease-out;
}

.customer-sidebar__container .greeting {
  color: #1F1F1F;
  font-family: "Lexend Giga";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -1.98px;
}

.customer-sidebar__container .greeting .logout-link {
  padding : 0;
}

.customer-sidebar__container .greeting .logout-link i {
  font-size    : var(--font-size-600);
  margin-right : 0;
}

.customer-sidebar__container .menu {
  display        : flex;
  flex-direction : column;
}

.customer-sidebar__container .menu-burger {
  cursor   : pointer;
  position : absolute;
  z-index  : 1;
}

.customer-sidebar__container .menu-burger > .lines {
  width           : 30px;
  height          : 20px;
  display         : flex;
  justify-content : space-between;
  align-items     : center;
}

.customer-sidebar__container .menu-burger > .lines > .line {
  width            : 100%;
  height           : 2px;
  position         : relative;
  background-color : var(--color-black-default);
  transition       : all .4s ease-out;
}

.customer-sidebar__container .menu-burger > .lines > .line:first-child {
  transform: translateX(2.8px) rotate(45deg);
}

.customer-sidebar__container .menu-burger > .lines > .line:last-child {
  transform: translateX(-2.5px) rotate(-45deg);
}

.title-container {
  color: #004B49;
  font-family: Elsie;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}


#module-ps_emailalerts-account a div,#module-ps_emailalerts-account .material-icons{
  color: #004B49;
}

.alert.alert-info {
  height: fit-content;
}

.alert {
  color: #004B49;
}

.proposal_action, .order_action {
  position: relative;
  cursor: pointer;
}
.action_trigger {
  cursor: pointer;
  border: none;
  background: transparent;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.action_trigger:hover,.action_trigger:visited,.action_trigger:focus {
  background: #f3f4f6;
  outline: none;
}
.action_menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 6px;
  list-style: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  margin: 0;
  display: none;
  z-index: 3;
}

.proposal_action.open .action_menu, .order_action.open .action_menu {
  display: block;
}

.action_menu a,
.action_menu button {
  display: block;
  width: 100%;
  padding: 8px 10px;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  color : #004B49;
}
.action_menu a:hover,
.action_menu button:hover {
  background: #f3f4f6;
}
.menu_divider {
  height: 1px;
  background: #eee;
  margin: 6px 0;
}

#main .page-content h6 {
  color: #004B49;
  font-size: .8125rem;
  font-weight: 500;
}
