:root {
  --primary-900: #1485E1;
  --primary-700: #3198ED;
  --primary-500: #4EA8F0;
  --primary-300: #7CBEF4;
  --primary-100: #A1D0F7;
  --secondary-900: #648D2A;
  --secondary-700: #7AAD34;
  --secondary-500: #8dc63f;
  --secondary-300: #A2D062;
  --secondary-100: #B5D981;
  --light-900: #98ADC3;
  --light-700: #B2C2D2;
  --light-500: #CCD6E1;
  --light-300: #e2e8ee;
  --light-100: #F2F5F7;
  --dark-900: #42494D;
  --dark-700: #4e565b;
  --dark-500: #677279;
  --dark-300: #7B878E;
  --dark-100: #919BA1;
  --success-900: #607c13;
  --success-800: #7b9f19;
  --success-700: #95C11E;
  --success-400: #AEDE2B;
  --success-100: #BCE34F;
  --danger-900: #f50000;
  --danger-700: #ff1f1f;
  --danger-500: #ff4444;
  --danger-300: #ff7070;
  --danger-100: #ff9999;
  --info-900: #085576;
  --info-700: #0A74A1;
  --info-500: #19B0F0;
  --info-300: #52C4F4;
  --info-100: #AFD5E5;
  --warning-900: #CC9D24;
  --warning-700: #FFC225;
  --warning-500: #FFD568;
  --warning-300: #FFE9B0;
  --warning-100: #FFF3D3;
  --blue-logo-color: #008DBB;
  --green-logo-color: #3a8245;
  --purple-logo-color: #8C78CF;
  --white-color: #ffffff;
  --black-color: #000000;
  --main-font: 'Montserrat', sans-serif;
  --font-color: var(--dark-700);
  --page-width: 90%;
  --page-max-width: 1170px;
  --default-transition: all 250ms ease-in-out;
}
/* GENERIC STYLES */
body {
  color: var(--font-color);
  font-family: var(--main-font);
  font-size: 16px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--main-font);
  font-weight: normal;
  color: var(--font-color);
}
h1 {
  color: var(--primary-500);
  margin-bottom: 24px;
}
h1 b,
h1 strong {
  font-weight: 900;
}
h2 {
  color: var(--secondary-500);
  padding: 12px;
  margin-bottom: 24px;
}
h2 b,
h2 strong {
  font-weight: 900;
}
h3 {
  margin-bottom: 24px;
}
h3 b,
h3 strong {
  font-weight: 900;
}
.columns-content {
  display: flex;
}
.columns-content > div {
  padding: 40px;
}
.columns-content .column50 {
  width: 50%;
}
.columns-content .column33 {
  width: 33.33%;
}
.columns-content .column100 {
  width: 100%;
}
.columns-content.top {
  align-items: flex-start;
}
.columns-content.center {
  align-items: center;
}
.columns-content.bottom {
  align-items: flex-end;
}
.shadow-content {
  box-shadow: 0 0.3rem 1.5rem rgba(54, 51, 70, 0.1);
  border-radius: 20px;
  margin: 20px;
  padding: 40px;
}
/*2SXC DISABLE INLINE BUTTONS*/
.sc-content-block-menu.sc-content-block-quick-insert {
  display: none !important;
  visibility: hidden !important;
}
.secondary-button,
.secondary-button:visited {
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: none;
  background-color: var(--primary-500);
  color: var(--white-color);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 1000px;
  text-decoration: none;
  border: 0;
  font-family: var(--main-font);
  font-size: 14px;
  line-height: 21px;
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 5;
  background-color: var(--light-blue-color);
}
.primary-button,
.primary-button:visited,
.primary-button:active,
.primary-button:focus {
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: none;
  background-color: var(--primary-500);
  color: var(--white-color);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 1000px;
  text-decoration: none;
  border: 0;
  font-family: var(--main-font);
  font-size: 14px;
  line-height: 21px;
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 5;
}
.primary-button:hover,
.primary-button:visited:hover,
.primary-button:active:hover,
.primary-button:focus:hover {
  color: var(--white-color);
  background: none;
  background-color: var(--primary-700);
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  transition: var(--default-transition);
}
.secondary-button,
.secondary-button:visited,
.secondary-button:active,
.secondary-button:focus {
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: none;
  background-color: var(--primary-500);
  color: var(--white-color);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 1000px;
  text-decoration: none;
  border: 0;
  font-family: var(--main-font);
  font-size: 14px;
  line-height: 21px;
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 5;
  background-color: var(--secondary-500);
}
.secondary-button:hover,
.secondary-button:visited:hover,
.secondary-button:active:hover,
.secondary-button:focus:hover {
  color: var(--white-color);
  background: none;
  background-color: var(--primary-700);
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  transition: var(--default-transition);
  background-color: var(--secondary-700);
}
.red,
.red:visited,
.red:active,
.red:focus {
  background-color: var(--red);
  color: var(--white-color);
}
a,
a:visited {
  color: var(--primary-700);
}
a:hover,
a:visited:hover {
  color: var(--primary-700);
  text-decoration: none;
}
.centered-content {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.small-container {
  max-width: 980px;
}
.medium-container {
  max-width: 1170px;
}
.main-page-container {
  display: table;
}
@media all and (max-width: 768px) {
  .main-page-container {
    display: block;
  }
}
.main-page-container > div {
  display: table-cell;
  vertical-align: top;
}
@media all and (max-width: 768px) {
  .main-page-container > div {
    display: block;
  }
}
.div-submenu {
  display: none;
  padding: 20px;
}
@media all and (max-width: 768px) {
  .div-submenu {
    display: block;
  }
}
.div-submenu a {
  display: block;
  text-align: center;
}
.div-submenu a::before {
  content: "\f13a";
  font-family: FontAwesome;
  margin-right: 10px;
}
/*header*/
header {
  display: unset;
}
@media all and (max-width: 768px) {
  header {
    display: flex;
    flex-flow: column;
  }
}
header .bar {
  background-color: var(--primary-300);
}
header .bar .centered-content {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 768px) {
  header .bar .centered-content {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    flex-direction: column;
    gap: 0;
  }
}
header .bar .centered-content .places a {
  color: var(--primary-500);
  background-color: var(--white-color);
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 1000px;
  text-decoration: none;
  transition: var(--default-transition);
  font-weight: bold;
  display: inline-block;
}
header .bar .centered-content .places a:hover {
  transition: var(--default-transition);
  background-color: var(--light-100);
}
@media all and (max-width: 768px) {
  header .bar .centered-content .places a {
    display: none;
  }
}
header .bar .centered-content .login {
  display: flex;
  gap: 10px;
  align-items: center;
}
header .bar .centered-content .login a.login-link {
  color: var(--white-color);
  background-color: var(--dark-700);
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 1000px;
  transition: var(--default-transition);
  display: inline-block;
}
header .bar .centered-content .login a.login-link:hover {
  text-decoration: none;
  transition: var(--default-transition);
  background-color: var(--dark-500);
}
header .bar .centered-content .current-user {
  color: var(--white-color);
  border-right: 1px solid var(--white-color);
  padding-right: 10px;
  text-decoration: underline;
  font-size: 14px;
}
header .bar .centered-content .current-user:hover {
  text-decoration: none;
}
header .bar .centered-content > a {
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  color: var(--white-color);
}
header .bar .centered-content > a i.fa {
  color: var(--white-color);
}
header .bar .centered-content a.login-link::before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 5px;
}
header .header {
  padding: 0;
}
header .header .centered-content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  header .header .centered-content {
    display: block;
    width: 100%;
  }
}
header .header .centered-content .logo {
  padding: 10px 0;
  position: relative;
}
@media all and (max-width: 980px) {
  header .header .centered-content .logo {
    padding: 20px 0;
  }
}
@media all and (max-width: 768px) {
  header .header .centered-content .logo {
    padding: 10px 20px;
  }
}
header .header .centered-content .logo img {
  width: 290px;
}
@media all and (max-width: 980px) {
  header .header .centered-content .logo img {
    width: 220px;
  }
}
header .header .centered-content .logo .movil-menu {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  display: none;
}
header .header .centered-content .logo .movil-menu::before {
  content: "\f0c9";
  font-family: FontAwesome;
  color: var(--secondary-500);
  font-size: 28px;
  font-weight: normal;
}
header .header .centered-content .logo .movil-menu.expanded::before {
  content: "\f00d";
}
@media all and (max-width: 768px) {
  header .header .centered-content .logo .movil-menu {
    display: block;
  }
}
header .header .centered-content .search-pane {
  width: 100%;
  margin: 0 30px;
}
@media all and (max-width: 980px) {
  header .header .centered-content .search-pane {
    margin: 0 10px;
  }
}
@media all and (max-width: 768px) {
  header .header .centered-content .search-pane {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  header .header .centered-content .search-pane .nbssearch {
    padding: 0 10px 10px;
  }
}
header .header .centered-content .phone {
  margin: 0 10px;
}
@media all and (max-width: 980px) {
  header .header .centered-content .phone {
    margin: 0;
  }
}
header .header .centered-content .phone a,
header .header .centered-content .phone a:visited {
  white-space: nowrap;
  font-size: 14px;
  color: var(--primary-500);
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px 5px 5px;
  border-radius: 10000px;
  background-color: var(--light-100);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (max-width: 640px) {
  header .header .centered-content .phone a,
  header .header .centered-content .phone a:visited {
    padding: 5px;
    font-size: 0;
  }
}
header .header .centered-content .phone a::before,
header .header .centered-content .phone a:visited::before {
  content: "";
  background: url(Images/IconOutPhone.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: var(--white-color);
  padding: 10px;
  vertical-align: middle;
  border-radius: 1000px;
  margin-right: 10px;
  background-size: 60%;
}
@media all and (max-width: 640px) {
  header .header .centered-content .phone a::before,
  header .header .centered-content .phone a:visited::before {
    margin: 0;
    width: 50px;
    height: 50px;
  }
}
header .header .centered-content .phone a:hover,
header .header .centered-content .phone a:visited:hover {
  background-color: var(--primary-500);
  color: var(--white-color);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (max-width: 980px) {
  header .header .centered-content .phone a,
  header .header .centered-content .phone a:visited {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 2000;
  }
}
header .header .centered-content .whatsapp {
  margin: 0;
}
@media all and (max-width: 980px) {
  header .header .centered-content .whatsapp {
    margin: 0 5px;
  }
}
header .header .centered-content .whatsapp a,
header .header .centered-content .whatsapp a:visited {
  white-space: nowrap;
  font-size: 14px;
  color: #4dc247;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px 5px 5px;
  border-radius: 10000px;
  background-color: var(--light-100);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media all and (max-width: 640px) {
  header .header .centered-content .whatsapp a,
  header .header .centered-content .whatsapp a:visited {
    padding: 5px;
    font-size: 0;
  }
}
header .header .centered-content .whatsapp a::before,
header .header .centered-content .whatsapp a:visited::before {
  content: "\f232";
  width: 30px;
  height: 30px;
  display: inline-flex;
  font-family: FontAwesome;
  vertical-align: middle;
  border-radius: 1000px;
  margin-right: 5px;
  background-color: var(--white-color);
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media all and (max-width: 640px) {
  header .header .centered-content .whatsapp a::before,
  header .header .centered-content .whatsapp a:visited::before {
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 40px;
  }
}
header .header .centered-content .whatsapp a:hover,
header .header .centered-content .whatsapp a:visited:hover {
  background-color: #4dc247;
  color: var(--white-color);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .header .centered-content .whatsapp a:hover::before,
header .header .centered-content .whatsapp a:visited:hover::before {
  color: #4dc247;
}
@media all and (max-width: 980px) {
  header .header .centered-content .whatsapp a,
  header .header .centered-content .whatsapp a:visited {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
  }
}
header .categories-menu {
  background-color: var(--light-300);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media all and (max-width: 768px) {
  header .categories-menu {
    display: none;
    padding: 0;
  }
  header .categories-menu .centered-content {
    width: 100%;
  }
}
header:has(.cart-widget:not(.empty)) .bar {
  position: sticky;
  z-index: 2000;
  width: 100%;
  top: 0;
  animation-duration: 0.5s;
  animation-name: slideDown;
}
@media all and (max-width: 768px) {
  header:has(.cart-widget:not(.empty)) .bar {
    position: fixed;
  }
}
@media all and (max-width: 768px) {
  header:has(.cart-widget:not(.empty)) .header {
    margin-top: 61px;
  }
}
@keyframes slideDown {
  from {
    top: -60px;
  }
  to {
    top: 0;
  }
}
@keyframes slideUp {
  from {
    bottom: -60px;
  }
  to {
    bottom: 0;
  }
}
.action-loader {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #93BA1F;
  padding: 20px;
  border-radius: 10px;
  display: none;
}
.action-loader .loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ffffff;
  --_m: conic-gradient(#0000 10%, #000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
@media all and (max-width: 768px) {
  .contmedication-search .nbssearch {
    padding: 0 10px 10px;
  }
}
.contmedication-search .nbssearch .nbssearchfield {
  border: 1px solid var(--medium-gray);
  padding: 2px 50px 2px 20px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
.contmedication-search .nbssearch .nbssearchfield .nbssearchinputmedcont {
  display: inline-block;
  width: 100%;
}
.contmedication-search .nbssearch .nbssearchfield .nbssearchinputmedcont input[type=search] {
  background-color: var(--white-color);
  border: none;
  font-family: var(--main-font);
  padding: 9px 0px;
  font-size: 16px;
  width: 100%;
}
.contmedication-search .nbssearch .nbssearchfield .nbssearchinputmedcont input[type=search]:focus {
  outline: none !important;
}
@media all and (max-width: 768px) {
  .contmedication-search .nbssearch .nbssearchfield .nbssearchinputmedcont input[type=search] {
    padding: 6px;
  }
}
.contmedication-search .nbssearch .nbssearchfield > a {
  background-color: var(--light-blue);
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  color: white;
  width: 38px;
  height: 38px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  right: 3px;
  top: 3px;
}
@media all and (max-width: 768px) {
  .contmedication-search .nbssearch .nbssearchfield > a {
    width: 32px;
    height: 32px;
    padding: 7px;
  }
}
.home-pharmacy-section {
  margin-bottom: 48px;
}
.home-pharmacy-section .content {
  width: var(--page-width);
  max-width: var(--page-max-width);
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
}
@media all and (max-width: 640px) {
  .home-pharmacy-section .content {
    flex-flow: column;
  }
}
.home-pharmacy-section .content > div {
  width: 50%;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .home-pharmacy-section .content > div {
    width: 100%;
  }
}
.home-pharmacy-section .content .image {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}
@media all and (max-width: 640px) {
  .home-pharmacy-section .content .image {
    min-height: 300px;
  }
}
.home-pharmacy-section .content .image img {
  width: 200px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.home-pharmacy-section .content .text {
  padding: 50px;
  background-color: var(--light-green-logo);
  color: var(--white-color);
}
.home-pharmacy-section .content .text h3 {
  color: var(--white-color);
}
.home-pharmacy-section .content .text p {
  margin: 0;
}
.home-pharmacy-section .content .text .icons-sections {
  display: flex;
  padding: 30px 0;
}
@media all and (max-width: 980px) {
  .home-pharmacy-section .content .text .icons-sections {
    flex-flow: column;
  }
}
.home-pharmacy-section .content .text .icons-sections .section {
  display: flex;
  align-items: center;
  border-right: 1px solid var(--white-color);
  width: 33%;
}
@media all and (max-width: 980px) {
  .home-pharmacy-section .content .text .icons-sections .section {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--white-color);
  }
}
.home-pharmacy-section .content .text .icons-sections .section .icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 10px;
}
.home-pharmacy-section .content .text .icons-sections .section:last-of-type {
  border: 0;
}
.home-pharmacy-section .content .text .button-section {
  text-align: center;
}
.home-pharmacy-section .content .text .button-section a,
.home-pharmacy-section .content .text .button-section a:visited {
  background-color: var(--light-blue);
  display: inline-block;
  padding: 10px 20px;
  color: var(--white-color);
  border-radius: 1000px;
  text-decoration: none;
}
.home-pharmacy-section .content .text .button-section a::before,
.home-pharmacy-section .content .text .button-section a:visited::before {
  content: "";
  background: url(/Portals/0/IcoProducts.png) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.dnnForm .dnnFormItem label {
  font-weight: bold;
  text-align: left;
}
.dnnForm .dnnFormItem input[type='text'],
.dnnForm .dnnFormItem input[type='password'],
.dnnForm .dnnFormItem textarea,
.dnnForm .dnnFormItem select {
  padding: 10px;
  width: 100%;
  max-width: initial;
  box-shadow: none;
  border: 1px solid #cacaca !important;
  border-radius: 10px;
  font-family: var(--main-font);
  font-size: 14px;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.dnnForm .dnnFormItem select {
  background: url(Images/down.png) no-repeat;
  background-position: 98% center;
  background-size: 4%;
}
.dnnForm .dnnPrimaryAction {
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: none;
  background-color: var(--primary-500);
  color: var(--white-color);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 1000px;
  text-decoration: none;
  border: 0;
  font-family: var(--main-font);
  font-size: 14px;
  line-height: 21px;
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 5;
  background-color: var(--secondary-500);
}
.dnnForm .dnnPrimaryAction:hover {
  color: var(--white-color);
  background: none;
  background-color: var(--primary-700);
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  transition: var(--default-transition);
  background-color: var(--secondary-700);
}
.dnnForm .dnnSecondaryAction {
  border: none;
  box-shadow: none;
  text-shadow: none;
  text-align: center;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: none;
  background-color: var(--primary-500);
  color: var(--white-color);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 1000px;
  text-decoration: none;
  border: 0;
  font-family: var(--main-font);
  font-size: 14px;
  line-height: 21px;
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 5;
  background-color: var(--light-100);
  color: var(--font-color);
}
.dnnForm .dnnSecondaryAction:hover {
  color: var(--white-color);
  background: none;
  background-color: var(--primary-700);
  transition: all 250ms ease-in-out;
  -webkit-transition: var(--default-transition);
  transition: var(--default-transition);
  background-color: var(--light-300);
  color: var(--font-color);
}
.mark {
  background-color: transparent;
}
.LoginPanel {
  width: 100%;
}
.LoginPanel .dnnForm .dnnFormItem {
  margin: 5px 0;
}
.LoginPanel .dnnForm .dnnFormItem .dnnLabel {
  width: 100%;
  float: initial;
  text-align: left;
  margin-bottom: 10px;
  color: var(--font-color);
}
.LoginPanel .dnnForm .dnnFormItem span[id$='LoginRememberMe'],
.LoginPanel .dnnForm .dnnFormItem span[id$='Login'],
.LoginPanel .dnnForm .dnnFormItem li[id$='Register'] {
  display: none;
}
.LoginPanel .dnnForm .dnnFormItem:last-of-type > .dnnFormLabel {
  display: none;
}
.dnnSocialRegistration {
  display: none;
}
div.dnnRegistrationForm .dnnForm {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  float: initial;
}
div.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
  position: relative;
  float: initial;
  width: initial;
  text-align: left;
  margin: 5px 0;
}
div.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel .dnnFormHelp {
  position: relative;
  display: inline-block;
  margin-left: 5px !important;
}
div.dnnRegistrationForm .dnnActions {
  text-align: center;
}
div.dnnRegistrationForm .dnnActions li {
  float: none;
  display: inline-block;
}
div.dnnRegistrationForm div.dnnCaptcha {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
div.dnnRegistrationForm div.dnnCaptcha .dnnLabel {
  width: initial;
}
div.dnnRegistrationForm div.dnnCaptcha .dnnLeft {
  float: none;
}
div.dnnRegistrationForm div.dnnCaptcha .dnnLeft div {
  margin: 5px 0;
}
.password-strength-container {
  width: 100%;
  max-width: initial;
}
.minicart-pane {
  display: inline-block;
  color: var(--white-color);
}
@media all and (max-width: 768px) {
  .minicart-pane {
    display: inline-block;
  }
}
.minicart-pane .minicart a {
  background-color: var(--light-green-logo);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
}
.minicart-pane .minicart a::before {
  content: "\f290";
  font-family: FontAwesome;
  margin-right: 5px;
}
.minicart-pane .minicart .empty-cart {
  background-color: var(--light-green-logo);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
}
.minicart-pane .minicart .empty-cart::before {
  content: "\f290";
  font-family: FontAwesome;
  margin-right: 5px;
}
.footer-information {
  background-color: var(--light-300);
  padding: 100px 0 50px;
}
.footer-information .logo {
  color: var(--green-logo-color);
  font-weight: bold;
  text-align: center;
}
.footer-information .logo img {
  width: 250px;
}
.footer-information .information {
  display: flex;
  padding: 50px 0;
  justify-content: space-around;
  flex-flow: row wrap;
}
@media all and (max-width: 768px) {
  .footer-information .information > div {
    width: 50%;
  }
}
@media all and (max-width: 640px) {
  .footer-information .information > div {
    width: 100%;
  }
}
.footer-information .information > div h5 {
  color: var(--font-color);
  font-weight: bold;
  margin-bottom: 10px;
}
.chat-avatar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
@media all and (max-width: 768px) {
  .chat-avatar {
    display: none;
  }
}
.chat-avatar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: var(--font-color);
}
.chat-avatar a .message {
  background-color: white;
  font-size: 12px;
  padding: 10px;
  border-radius: 1000px;
  margin-top: -10px;
  border: 1px solid #cacaca;
}
.chat-avatar a .image img {
  width: 100px;
}
.copyright {
  background-color: var(--primary-300);
  text-align: center;
  font-family: var(--main-font);
  font-size: 14px;
  padding: 24px 0;
  color: var(--white-color);
}
.copyright a {
  color: var(--white-color);
}
@media all and (max-width: 640px) {
  .copyright {
    padding: 24px;
  }
}
