* {
  font-family: var(--font-family);
  box-sizing: border-box;
}

body {
  text-rendering: geometricPrecision;
}

.tr-2 {
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.outerCircle {
  padding: 1px;
  border-radius: 50%;
  border: solid 1px black;
  height: 10px;
  top: 10px;
  margin-right: 0px;
  width: 10px;
  background: white;
  position: absolute;
}

.areaDescription {
  text-align: center;
  display: none;
  position: relative;
  height: 45px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #a2122e;
}

.areaTitle {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}

.areaSubtitle {
  font-size: 17px;
  line-height: 20px;
}
#searchSite::placeholder {
  color: var(--secondary);   /* o el color que quieras */
  opacity: 1;       /* importante para que no quede grisÃƒÂ¡ceo */
}
#searchSite {
  float: left;
  display: inline-block;
  height: 100%;
  letter-spacing: 0px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  min-width: 200px;
  margin-top: 0;
  color: var(--secondary);
  background: transparent !important;
  padding: 0 15px;
}
#searchSite::placeholder{
  opacity:60%
}
.searchSiteImg,
.searchSiteImg2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 48px;
  cursor: pointer;
  padding: 12px;
  box-sizing: border-box;
}

.searchSite2 {
  max-width: 396px;
}

#profileDiv #signOut {
  height: 30px;
  line-height: 30px;
  pointer-events: all;
  margin: 0;
  padding: 0 10px;
}

.headerHoverOptions {
  position: absolute !important;
  height: 0;
  left: -18px;
  width: fit-content;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  color: black;
  flex-direction: column;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.headerHoverOption {
  position: relative;
  width: max-content;
  margin: auto;
  text-align: left;
  height: 30px;
  margin-left: 0;
  margin-bottom: 5px;
  padding: 15px;
  padding-top: 0;
}

.headerOption:hover .headerHoverOptions {
  padding-top: 0px;
  height: auto;
  overflow: visible;
}

.hoverOptions {
  position: absolute;
  height: 0;
  width: fit-content;
  opacity: 0;
  right: 49px;
  z-index: 5;
  transition: all 0.2s ease-out;
  display: block;
  overflow: hidden;
  border: 1px solid #0000002e;
  background: var(--white);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: fit-content;
}

.hoverOptions a {
  width: 100px;
  margin: 0;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.collaboratorContainer {
  width: 20%;
  margin: 2%;
}

.shortDescription {
  margin-bottom: 10px;
}

body {
  color: black;
  font-weight: 300;
}

#content {
  min-height: calc(100vh - 150px);
  min-width: unset;
  margin: auto;
}
#backHome {
  background: var(--base);
  border-color: var(--base);
}
#backHome:hover {
  color: var(--base);
}
.headerImage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  margin: auto;
  display: none;
}

.headerImage.show {
  display: block;
}

.headerImageShadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
nav.categoriesContainer {
  display: flex;
  height: 48px;
  width: auto;
  /* margin: 0 auto; */
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.headerImage.dummy {
  position: relative;
  height: 150px;
  opacity: 0;
}
#headerDummy {
  height: 171px;
  margin-top: 0px;
}
.headerOption:hover {
  border: none;
}
.header {
  border-bottom: none;
}
.header {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 6;
  background-color: var(--background-color-1);
  color: var(--color-1);
  font-size: 22px;
  font-family: var(--font-family-2);
  border-bottom: 1px solid #2E395C4D;
}

.header .headerPromo {
  text-align: center;
  line-height: 40px;
  font-size: 13px;
  height: 40px;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  border-bottom: 1px solid #2E395C4D;
  background: transparent !important;
}
.headerPromoText.slick-slide {
    max-width: 80%;
    text-align: left !important;
    padding-left: calc(2% - 20px);
}
#header.white {
  color: var(--color-2);
}

.topHeader {
  position: relative;
  width: 86%;
  height: 104px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.goToSection.group {
  margin-bottom: 30px;
}

.goToSection {
  position: relative;
  width: auto;
  text-align: center;
  margin: auto;
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  font-family: (--font-family-2);
  cursor: pointer;
  display: block;
}

.goToSection span {
  color: #7a182f;
  font-family: (--font-family-2);
}

.headerLogo {
  display: block;
  height: 26px;
  width: 171px;
  background-image: url("../../files/logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  display: flex;
  align-items: center;
}

#header.white .headerLogo {
  background-image: url("../../files/logoAlt.svg");
}

#leftHeaderOptions .menuButton {
  margin: auto 32px;
}

#leftHeaderOptions {
  display: none;
}

#searchSite.searchSite,
.searchSite {
  text-indent: 20px;
  border-radius: 0;
  width: 50%;
  letter-spacing: 0;
  color: var(--color-1) !important;
  box-sizing: border-box;
  background: transparent;
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  background: #F5F5F5;
  height: 48px;
  max-width: 496px;
}

#searchSite.searchSite::placeholder,
.searchSite::placeholder {
  color: var(--color-1) !important;
}

#header.white .searchSite {
  color: var(--color-2) !important;
  border: 0.5px solid var(--color-2);
  padding-top: 1px;
}

#header.white .searchSite::placeholder {
  color: var(--color-2) !important;
}

#rightHeaderOptions {
  position: relative;
  display: flex;
  font-size: 22px;
  gap: 12px;
}
#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 50% !important;
}
#rightHeaderOptions .headerCart,
#rightHeaderOptions .wishListProductsDiv  {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  /* margin-right: 10px; */
  display: flex;
  height: auto;
  position: relative;
  align-items: end;
  color: var(--base);
}
#rightHeaderOptions #profileDiv {
  height: 28px;
}

#accountOptions #logoutUser {
  background-color: white;
  border: 1px solid var(--black);
  color: var(--black);
  width: 120px;
  top: 0;
  right: 0;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  height: 28px;
  color: var(--base);
  line-height: 28px;
  border-radius: 0px 0px 9px 9px;
  /* margin-left: -54px; */
  /* display: none; */
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}
#accountOptions #myProfileUser:hover,
#accountOptions #logoutUser:hover {
  font-weight: 400;
  background-color: var(--base);
  color: var(--base-aux);
  opacity: 1;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  width: 21px;
  display: block;
  height: 21px;
  overflow: visible;
}

#accountOptions .profileIcon,
#accountOptions1 .profileIcon,
#accountOptions2 .profileIcon {
  margin-bottom: 9px;
}

#accountOptions1,
#accountOptions2 {
  float: left;
  height: 20px;
  z-index: 1;
}

#accountOptions:hover,
#accountOptions1:hover,
#accountOptions2:hover {
  height: 21px;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  display: none;
  position: absolute;
  top: 13px;
  right: 1px;
  z-index: 1;
  color: var(--secondary);
}

#myProfileUser,
#myProfileUser1 {
  display: none;
  line-height: 28px;
  height: 28px;
  background-color: var(--web-background);
  border-radius: 9px 9px 0px 0px;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--base);
  position: relative;
  border: 1px solid var(--secondary);
  width: 120px;
  border-bottom: 0px;
}

#logoutUser,
#logoutUser1 {
  line-height: 28px;
  height: 28px;
  right: 10px;
  font-size: 12px;
  background-color: var(--web-background);
  border: 1px solid var(--secondary);
  color: var(--base);
  border-radius: 0px 0px var(--border-radius-small) var(--border-radius-small);
  /* border-top: none; */
  width: 120px;
  text-transform: uppercase;
}
.headerBar {
  width: 100%;
  height: 27px;
  text-align: center;
  color: var(--secondary);
  background: var(--base);
  line-height: 27px;
}
#logoutUser {
  /* border-top: 1px solid var(--base); */
}

#logoutUser2:hover {
  background-color: var(--base);
  color: #fff;
}

#myProfileUser:hover,
#myProfileUser1:hover,
#logoutUser:hover,
#logoutUser1:hover {
  background-color: var(--secondary);
  color: var(--button-font-color);
  font-weight: unset;
}

.profileIcon {
  position: relative;
  width: 36px;
  display: block;
  height: 36px;
  cursor: pointer;
}

.wishListProductsDiv .wishListQuantity,
.cartAmount {
  margin: 0;
  position: absolute;
  top: 0;
  right: -2px;
  border: 1px solid var(--base);
  border-radius: 100px;
  padding: 2px 4px;
  background: var(--base-aux);
  font-size: 12px;
  font-weight: 500;
}
span.cartAmount {
    margin: 0;
    position: absolute;
    top: 0;
    right: -2px;
    border: 1px solid var(--base);
    border-radius: 100px;
    padding: 2px 4px;
    background: var(--base-aux);
    font-size: 12px;
    font-weight: 500;
}
.headerCart img,
.heart,
.profile {
  height: 36px;
  width: 36px;
  /* margin-top: 5px; */
  margin-right: 2px;
}

.bottomHeader {
  position: relative;
  width: 100%;
  /* margin: 25px auto; */
}

.bottomHeaderMainOptions,
.bottomHeaderSecondaryOptions {
  position: relative;
  height: auto;
  line-height: 35px;
  margin: auto;
  display: flex;
  justify-content: center;
  width: 90%;
  font-size: 15px;
  flex-wrap: wrap;
}

.headerOptionContainer {
  height: 50px;
  padding: 0;
  padding-bottom: 0;
  text-indent: 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  /* margin: 0 auto; */
  box-sizing: content-box;
  padding-bottom: 20px;
}

.bottomHeaderSecondaryOptions {
  margin-top: 10px;
}

.headerOptionsSeparator {
  border-right: 1px solid black;
  margin-top: 10px;
  margin-bottom: 10px;
}

.headerOption {
  display: flex;
  position: relative;
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-family: var(--font-family-2);
  cursor: pointer;
  text-indent: 0;
  line-height: 20px;
  /* max-width: 80px !important; */
}
.headerOption:hover {
  border-bottom: 2px solid #952634;
}

.headerOption.tienda {
  font-style: italic;
  pointer-events: none;
}

.headerOptionDropDown {
  background-color: #afafaf;
  padding: 20px;
  position: absolute;
  color: white;
  z-index: 2;
  /* min-height: 112px; */
  font-family: var(--font-family-2);
  display: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 50px;
  top: 60px;
  padding-bottom: 20px;
}

.headerOptionDropDown.intervalo {
  padding-right: 60px;
  padding-left: 50px;
}

.headerOptionDropDown.intervalo {
  margin-left: 2vw;
}
.extendedRight {
  position: absolute;
  left: 100%;
  /* height: 140px; */
  /* min-height: 112px; */
  top: 0px;
  border-radius: 0px 10px 10px 0px;
  background: #7b7b7b;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  width: 445px;
  flex-wrap: wrap;
  height: 130px;
  flex-direction: column;
  align-content: space-between;
  display: none;
  font-size: 14px;
  box-sizing: content-box;
}
.libros .headerOptionDropDown {
  margin-left: 0;
  margin-right: 40px;
  padding-right: 40px;
  padding-left: 40px;
  left: -5vw;
}

#header .left {
  padding-right: 40px;
  border-right: 1px solid white;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.plusArrowMainMenuOptions {
  width: 25%;
  text-align: right;
  padding-right: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dropDownItem {
  font-family: var(--font-family-2);
  line-height: 25px;
  /* margin-top: 10px; */
  width: fit-content;
  text-underline-offset: 5px;
  cursor: pointer;
  height: 30px;
  display: flex;
  position: relative;
  line-height: 15px;
  padding-top: 5px;
  text-wrap: nowrap;
  padding-bottom: 5px;
  box-sizing: content-box;
  font-size: 14px;
}
.extendedRightItem {
  font-family: var(--font-family-2);
  line-height: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 130px;
  line-height: 15px;
  height: fit-content;
  height: 30px;
  padding: 5px 0px 5px 0px;
  display: block;
}

#header .right {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.dropDownItem:hover {
  /* text-decoration: underline; */
}

.extendedRightItem:hover {
  /* border-bottom: 1px solid white; */
  /* color: #bfbfbf; */
  text-decoration: underline;
}

.headerOptionDropDown:hover {
}

.categoriasDropDownItem:first-child:hover .extendedRight {
  display: flex !important;
}

.secondCategoryContainer {
  position: absolute;
  display: flex;
  flex-direction: column;
  display: none;
}

.headerOptionsContainer {
  display: flex;
}

.dropDownItem:hover {
  /* text-decoration: underline; */
}

.headerOptionContainer:hover .secondCategoryContainer {
  display: flex;
}

.headerOptions.cl-effect-4 {
  display: flex;
  justify-content: space-between;
  height: 50px;
  width: 62%;
  margin: 0 auto;
  max-width: 1200px;
}

.headerLink {
  width: fit-content;
  /* margin-left: 20px; */
  /* margin-right: 20px; */
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: var(--base);
  padding: 4px 14px;
  text-transform: uppercase;
}
.headerLink:nth-child(5)::before {
  /* content: ""; */
  /* position: absolute; */
  /* width: 1px; */
  /* background: #000; */
  /* right: -20.5px; */
  /* top: -8px; */
  /* height: 30px; */
}

.categoryColumn {
  width: 100%;
  position: relative;
  float: left;
  box-sizing: border-box;
  height: auto;
  /* padding: 2rem; */
  background: #fff;
  padding: 12px 0;
}
.categoryColumn:first-child{
    padding-top: 30px;
}
.categoryColumn:last-child{
  padding-bottom:30px;
}
.categoryFourColumn {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background: #b8b8b8;
  /* width: 100%; */
  /* height: 100%; */
  border-radius: 0px 10px 10px 00px;
  /* padding: 2rem 3rem; */
  min-width: 150px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
}

.categoryLevelFourContainer {
  width: 100%;
  color: #000;
}

.categoryLevelFourTitle {
  position: relative;
  font-size: 15px;
  width: max-content;
  font-weight: 400;
  line-height: 25px;
  /* padding: .5rem; */
  font-family: (--font-family-2);
  /* padding-left: 1rem; */
  display: flex;
  /* margin-left: .5rem; */
  color: white;
  align-items: center;
  margin: 0.5rem 2rem;
  /* padding-right: 40px; */
}

.categoriesMenuContainer {
  width: 100%;
}

.categoryThreeColumn {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  flex-direction: column;
  background: #b8b8b8;
  /* width: 100%; */
  /* height: 100%; */
  border-radius: 0px 10px 10px 00px;
  /* padding: 2rem 3rem; */
  min-width: 150px;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
}

.categoryLevelThreeContainer {
  width: 100%;
  color: #000;
}

.categoryLevelThreeContainer::after {
  width: 1px;
  position: absolute;
  height: 80%;
  background: white;
  content: "";
  top: 10%;
  left: 0;
}

.categoryLevelThreeTitle {
  position: relative;
  font-size: 15px;
  width: max-content;
  font-weight: 400;
  line-height: 25px;
  /* padding: .5rem; */
  font-family: (--font-family-2);
  /* padding-left: 1rem; */
  display: flex;
  /* margin-left: .5rem; */
  color: white;
  align-items: center;
  margin: 0.5rem 2rem;
  /* padding-right: 40px; */
}

.categoryLevelTwoTitle {
  font-size: 15px;
  width: fit-content;
  line-height: 25px;
  display: block;
  box-sizing: border-box;
  text-align: left;
  color: white;
  margin: 0.5rem 2rem;
}

.categoryLevelTwoContainer {
  position: relative;
  display: flex;
  align-items: center;
  font-family: (--font-family-2);
}

.secondCategoryContainer {
  /* padding: 20px; */
  z-index: 2;
  background: #b8b8b8;
  align-items: baseline;
  color: white;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.secondCategoryContainer .headerOption:not(:last-child) {
  margin-bottom: 24px;
  font-size: 14px;
}

.headerOption.selected {
  /* color: var(--background-color-2); */
}

.headerOption.stayOpaque:hover {
  opacity: 1 !important;
}

.headerOption.selected {
  border-bottom: 2px solid #952634;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 370px;
  background-color: white;
  border: none;
  padding-top: 20px;
  border-radius: 0;
}

.alertMessageAceptar {
  position: relative;
  margin: auto;
  width: 200px;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 50px;
  height: 45px;
  line-height: 42px;
  font-size: 16px;
  FONT-WEIGHT: 400;
  text-align: center;
  cursor: pointer;
  border: 1px solid;
  transition: all 0.2s ease-out;
  background-color: var(--base);
  color: #fff;
}

.alertMessageAceptar:hover {
  border-color: var(--base) !important;
  background-color: #fff!important;
  color: var(--base) !important;
  opacity: 1 !important;
}

.alertMessageClose {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 19px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--base);
  color: white;
}

.alertMessageMessage {
  font-size: 15px;
  margin-top: 60px !important;
  font-family: (--font-family-2);
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 240px;
  margin-bottom: 20px;
  max-width: 170px;
}

#cartMessageButtonsWrapper {
  display: flex;
  width: 90%;
  margin: auto;
  float: none;
  margin-bottom: 20px;
}

.cartMessageAceptar {
  width: 40%;
  margin: auto;
  padding: 0;
  font-size: 12px;
}

#cartMessageDiv {
  height: 240px;
  width: 420px;
  overflow: visible;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
}

#cartMessageMessage {
  margin-bottom: 20px;
  margin: 30px auto 40px!important;
  font-size: 16px;
  line-height: 24px;
}

.whatsAppWebContainer {
  width: 60px;
  height: auto;
  right: 30px;
  z-index: 18;
}

.whatsAppWebContainer.open {
  bottom: 30px;
}

.menuButton {
  width: 22px;
  height: 18px;
  position: relative;
  float: left;
  margin-top: 25px;
  margin-left: 25px;
  -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;
}

#fastAddToCartPopup {
  display: none;
  background-color: #a2122e;
  color: white;
  width: auto;
  position: fixed;
  right: 0;
  top: 96px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  height: 43px;
  line-height: 43px;
  font-family: (--font-family);
  z-index: 10;
  padding: 0px 15px;
  padding-right: 5%;
}

#fastAddToCartPopup.visible {
  display: block;
}
.menuButton span {
  display: block;
  position: absolute;
  height: 1.7px;
  width: 54%;
  background: var(--base);
  opacity: 1;
  -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;
}

.menuButton span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.menuButton span:nth-child(1),
.menuButton span:nth-child(2) {
  top: 0px;
}
.menuButton span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.menuButton span:nth-child(3),
.menuButton span:nth-child(4) {
  top: 7px;
}

.menuButton span:nth-child(5),
.menuButton span:nth-child(6) {
  top: 14px;
  width: 54%;
}
.menuButton span:nth-child(6) {
  top: 14px;
  width: 0%;
}
.menuButton.open span:nth-child(1),
.menuButton.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuButton.open span:nth-child(2),
.menuButton.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuButton.open span:nth-child(1) {
  left: 0px;
  top: 7px;
}

.menuButton.open span:nth-child(2) {
  left: calc(50% - 4px);
  top: 7px;
}

.menuButton.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menuButton.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menuButton.open span:nth-child(5) {
  left: 0px;
  top: 14px;
}

.menuButton.open span:nth-child(6) {
  left: calc(50% - 4px);
  top: 14px;
  width: 54%;
}

.sectionTitle {
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}
.sectionTitle:first-child {
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
}

.sectionSubTitle {
  font-size: 20px;
}

.sectionTitle,
.sectionSubTitle {
  position: relative;
  width: 50%;
  height: auto;
  line-height: 50px;
  margin: 15px auto;
  text-align: center;
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}

.sectionSubTitle {
  font-size: 20px;
}

.newsSummery img {
  width: 100%;
}

.newsSummary img {
  max-width: 100%;
}




.newsRow {
  position: relative;
  width: 100%;
  grid-gap: 0%;
  grid-auto-flow: column;
  height: auto;
  overflow: hidden;
  display: grid;
  margin: 50px auto;
}

.articleRow {
  row-gap: 50px;
}

.newsRow:nth-child(odd) {
  grid-auto-columns: 25% 25% 50%;
}

.newsRow:nth-child(even) {
  grid-auto-columns: 50% 25% 25%;
}

.newsRow.even-size {
  grid-auto-columns: 25% 25% 25% 25%;
}

.newsWrapper {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  padding: 0px 20px;
}

.newsWrapper:not(.noBorder):nth-child(2n) {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: rgb(205 205 205);
}

.news {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 0px;
  overflow: hidden;
  height: 100%;
  font-size: 14px;
  padding: 0px 20px;
}



.newsImage {
  position: relative;
  background-size: cover;
  width: 100%;
  height: auto !important;
}

.newsTitle {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  margin: 10px auto;
  font-family: "Futura";
}

.newsSummary {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
  margin-top: 0px;
  line-height: 18px;
  font-family: var(--font-family-2) !important;
}

.imageCaption {
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  font-family: var(--font-family-2) !important;
}

.shortDescription {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 18px;
  color: #a2122e;
  line-height: 20px;
  line-height: 22px;
  font-family: var(--font-family-2) !important;
}

.newsAuthor {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
  margin-bottom: 0px;
  font-family: var(--font-family-2) !important;
}

body.overflowHidden {
  overflow: hidden;
}

.mainMenu {
  position: fixed;
  left: -100%;
  top: 172px;
  min-height: 100vh;
  width: 100vw;
  /* width: 0; */
  background-color: white;
  z-index: 5;
  display: flex;
  flex-direction: column;
  color: var(--black);
  transition: all 0.3s ease-out;
}

.mainMenu.open {
  /* min-height: 100vh; */
  /* width: 100vw; */
  left: 0;
  top: 150px;
  top: 172px;
}

.mainMenuOptions {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  /* margin: 10%; */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: -100vw;
  transition: all 0.3s ease-out;
}

.mainMenu.open .mainMenuOptions {
  left: 0;
}

.mainMenuOption {
  position: relative;
  width: auto;
  margin: auto;
  /* min-height: 50px; */
  font-family: var(--font-family-2) !important;
  font-size: 39px;
  /* min-height: 37px; */
  line-height: 48px;
  margin: 0px auto;
}

.customButton {
  position: relative;
  margin: 20px auto;
  width: fit-content;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: var(--black);
  border: 1px solid var(--black);
  background: var(--white);
  transition: all 0.2s ease-out;
  font-family: var(--font-family);
  font-weight: 400;
}

.customButton:hover {
  border-color: var(--base);
  background-color: #7a182f;
  color: white;
}
a.customButton {
  display: block;
}

em {
  font-style: italic;
}

.pagesNavigation {
  position: relative;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 23px;
  display: flex;
  margin: 80px auto;
  align-items: center;
  justify-content: center;
  display: none;
}

.pagesNavigation a,
.numbers {
  position: relative;
  height: 100%;
  width: fit-content;
  margin: auto 10px;
  cursor: pointer;
}

.numbers {
  display: flex;
  justify-content: center;
  margin: auto 0;
}

.pagesNavigation .button {
  margin: auto 20px;
}

.pageNumber {
  color: #808080;
  margin: auto 10px;
}

.pageNumber.selected {
  color: var(--base);
}

.pagesNavigation * {
  font-family: var(--font-family-2);
}

.arrowDown {
  position: absolute;
  right: 14px;
  width: 15px;
  height: 7px;
}

#header.white .searchSite::placeholder {
  margin-top: 20px;
}

.newsSummary p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: var(--font-family-2) !important;
}

#signInFixedContainer.noGuest #signInUser {
  margin-top: 0;
}

#signInFixedContainer.noGuest #signGuest {
  display: none;
}

#articlesContainer {
  display: grid;
  position: relative;
  width: 90%;
  grid-gap: 0%;
  height: auto;
  margin: 50px auto;
  grid-template-columns: repeat(auto-fill, 25%);
  row-gap: 50px;
  justify-content: center;
}

#articlesContainer.noGap {
  grid-column-gap: 0;
}

.searchSite2.headerMobileSearch {
  position: relative;
  height: 30px;
  margin: auto;
  width: 70%;
  margin-bottom: 15px;
  font-size: 15px;
}

/* colores de ViewSubscritpion */
#communitySection,
#contactButton,
.frequencyButton:hover,
.frequencyButton.selected {
  background-color: #a2122e;
}

#benefitsList,
.benefitButton {
  color: #a2122e;
}

.subscribeButton {
  border: 2px solid #a2122e;
  background-color: #a2122e;
}

#contactButton:hover {
  color: #a2122e;
  border: 1px solid #a2122e;
}

/* MenÃƒÂº principal */
.expandedCategoryContainer {
  display: none;
  position: absolute;
}
.expandedCategory {
  position: absolute;
  top: calc(var(--menu-height) + 11px);
  display: none;
  width: auto;
  /* min-width: 440px; */
  background-color: var(--web-background);
  z-index: 3;
  flex-direction: row;
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  overflow: hidden;
  border-radius: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.expandedCategory.expandedCategoryColumns {
  grid-template-columns: auto auto;
}
.expandedCategory.expandedCategoryColumn {
  grid-template-columns: 1fr;
}

.expandedCategory.expandedCategoryColumns .menuSubcategory:nth-child(odd) {
  border-right: 1px solid #fff;
}

.categoryTwoTilte {
  text-decoration: none;
  color: var(--base);
  font-weight: 400;
  padding: 0px 35px;
  line-height: 17px;
  font-size: 14px;
  text-underline-offset: 5px;
}

.categoriesLevelThree {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #7b7b7b;
  color: #fff;
  width: 100%;
  display: none;
  z-index: 10;
  padding: 20px 35px;
  border-radius: 0px 10px 10px 0px;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  column-gap: 35px;
}

.categoryThreeTilte {
  text-decoration: none;
  color: #fff;
  line-height: 35px;
  font-size: 15px;
  text-underline-offset: 5px;
}
.profileDiv .hoverOptions {
  top: 30px;
}
.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  background-color: #00000024;
  display: none;
  z-index: 7;
}

.bkg.openFilter {
  opacity: 1;
  display: block;
}

@media screen and (max-width: 1100px) {
  .headerOptions.cl-effect-4 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .headerLogo {
    width: 108px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .searchSite {
    display: none;
  }
  .news {
    height: auto;
    padding: 0px;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: auto;
    overflow: visible;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .plusArrowMainMenuOptions {
    width: 25%;
    text-align: right;
    padding-right: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .headerOption {
    text-align: left;
    width: 90%;
    margin: 0px;
    padding-left: 10%;
  }
  .mainMenuOption,
  .headerOption {
    font-size: 18px !important;
    margin-top: 7px;
    margin-bottom: 8px;
    width: 100%;
    justify-content: space-between;
    max-width: unset !important;
    line-height: 20px;
  }

  .headerOption.selected {
    border: none;
  }

  .headerOptionsSeparator {
    border-right: none;
    border-bottom: 1px solid #0000005c;
    width: 80%;
    margin: 0px auto;
    margin-top: 10px;
    z-index: 2;
    margin-bottom: 10px;
  }
  .expandedCategoryMainMenuOption {
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    /* transition: all 0.2s; */
    /* margin-bottom: 15px; */
    background: #afafaf;
    color: white;
    height: 0px;
    position: relative;
    /* overflow: hidden; */
    padding-left: 0px;
    padding-bottom: 0px !important;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* padding: 20px 20px 20px 10%; */
  }
  .headerOption.dropDownItem {
    padding: 20px 0px 20px 10%;
    margin: 0px;
  }
  .extendedRightItem {
    padding: 15px 0px 15px 10%;
  }
  .expandedCategoryMainMenuOption.categorias {
    background: #7b7b7b;
    width: 100%;
    overflow: hidden;
  }
  .titleAndArrowContainer {
    display: flex;
    width: 100%;
    /* flex-direction: column; */
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    /* padding: 10px 0px 10px 0px; */
  }
  .mainMenuOptions {
    position: absolute;
    padding-top: 0px;
    overflow: auto;
    color: black;
    width: 100vw;
    /* top: 149px; */
    padding-top: 20px;
    display: flex;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 132px);
    padding: 0;
    /* display: block; */
    align-items: flex-start;
    justify-content: flex-start;
    /* border-top: 1px solid #00000030; */
    padding-top: 20px;
  }
  #header:not(.white) {
    background-color: white;
  }
  #headerDummy {
  height: 153px;
}
  .topHeader {
    width: 82%;
    justify-content: space-between;
    margin: auto;
    position: relative;
    display: flex;
    margin: auto;
    z-index: 6;
    height: 53px;
    margin-right: 5%;
  }
  img.searchSiteImg,
  img.searchSiteImg2 {
    top: 8px;
    right: 5%;
    left: unset;
    width: 20px;
    z-index: 5;
  }
  .searchSite2Container {
    position: relative;
    margin: auto;
    width: 100% !important;
    line-height: 40px !important;
    font-size: 15px;
    z-index: 4;
    display: flex;
    border-radius: 0px;
    /* align-items: center; */
    border-radius: 0;
  }
  #headerMobileMenu .searchSite2Container{
    margin: 64px auto 0;
  }
  
  .searchMobileContainer {
    width: 100%;
    position: relative;
    margin: 70px auto 0;
    overflow: hidden;
  }
  
  #rightHeaderOptions {
    font-size: 14px;
    flex-direction: row-reverse;
  }
  #rightHeaderOptions a:hover {
    opacity: 1;
  }
  #rightHeaderOptions a {
    margin: 0px;
  }
  #signOut {
    margin: 0px !important;
  }
  #rightHeaderOptions div,
  #rightHeaderOptions a {
    margin: auto;
    line-height: 17px;
    height: unset;
    margin-left: 10px;
  }

  .headerImage.show:not(.dummy) {
    position: fixed;
    z-index: 5;
  }
  #headerPromoText {
    font-size: 10px;
  }
  #cartMessageDiv {
    width: 90%;
    border: none;
  }
  #cartMessageButtonsWrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cartMessageAceptar {
    width: calc(100% - 6% - 4px);
    margin-left: 3%;
    margin-right: 3%;
    display: block;
  }
  .whatsAppWebContainer.open {
    bottom: 23px !important;
  }
  .newsRow {
    display: block;
    margin: auto;
  }
  .newsWrapper:nth-child(2n) {
    border-left: none;
    border-right: none;
  }
  .newsWrapper {
    border: none !important;
    margin-bottom: 10px;
    padding: 0px;
    width: 100%;
  }
  .newsWrapper:last-child {
    border-bottom: none;
  }
  .sectionTitle,
  .sectionSubTitle {
    width: 100%;
    line-height: 47px;
    font-size: 25px;
    margin: 40px auto 10px;
  }
  .sectionSubTitle {
    font-size: 16px;
    line-height: 22px;
  }

  .news.blogPostRegular {
    border-left: none;
    border-right: none;
    border-color: none;
  }

  .news.blogPostRegular:nth-child(4n-2),
  .news.blogPostRegular:nth-child(4n-1),
  .blogsContent .news.blogPostRegular:nth-child(4n-1),
  .blogsContent .news.blogPostRegular:nth-child(4n-2),
  .news.blogPostRegular:nth-child(3n-1) {
    border-left: none;
    border-right: none;
    border-color: unset;
  }

  #alertMessageAceptar {
    width: 200px !important;
  }
  .imageCaption {
    margin-bottom: 10px;
    line-height: 17px;
  }

  #leftHeaderOptions .menuButton {
    margin: auto 2px;
  }

  .searchSite2 {
    width: 91px !important;
    display: none !important;
  }
  .searchSite2 {
    position: relative;
    margin: auto;
    height: 33px;
    line-height: 34px;
    text-indent: 0px;
    border-radius: 50px;
    border: 1px solid gray;
    width: 100%;
    max-width: 320px;
    letter-spacing: 0;
    padding: 0;
    color: var(--color-1) !important;
    background-color: var(--background-color-1) !important;
    font-weight: 400;
    margin-left: 25px;
  }
  .mobileElement #profileDiv {
    display: grid;
  }
  .searchSite2.headerMobileSearch {
    position: relative;
    height: 40px;
    width: 90% !important;
    max-width: unset;
    line-height: 40px !important;
    margin-bottom: 0px;
    font-size: 12px;
    z-index: 4;
    padding: 0 12px;
    border: none;
    color: #2E395C !important;
    display: block !important;
    border-radius: 0px;
    background-color: #F5F5F5 !important;
    margin: 15px auto;
  }

  .header .headerPromo {
  height: 34px;
  line-height: 34px;
}
  .headerMobileSearch::placeholder{
    color:var(--base);
  }
  .moblieMenuItemsContainer {
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    z-index: 2;
    background: #fff;
    -webkit-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    height: 100svh;
    overflow: auto;
  }
  .moblieMenuItemsContainer.open {
    left: -0%;
  }

  .mobileMenuItems {
    box-sizing: border-box;
    padding-top: 0;
    margin: 64px auto 0;
  }
  #headerMobileMenu {
    position: fixed;
    height: calc(100dvh - 27px);
    width: 100%;
    left: -100%;
    background-color: var(--base-aux);
    z-index: 5;
    overflow: hidden;
    top: 30px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
 .headerMobileMenuIcon {
    top: 51px;
    width: 28px;
    height: 23px;
    position: fixed;
    z-index: 6;
    left: calc((100% - var(--web-container)) / 2);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out, left 0.3s ease-in-out;
    cursor: pointer;
  }

  #headerMobileMenu.open {
    left: 0;
    z-index: 6;
  }
  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 73%;
    opacity: 1;
    -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;
  }

  .headerMobileMenuIcon span:nth-child(even) {
    border-radius: 0 0 0 0;
    float: left;
  }

  .headerMobileMenuIcon span:nth-child(odd) {
    /* right: 0; */
    border-radius: 0 0 0 0;
    width: 6px;
  }

  .headerMobileMenuIcon span:nth-child(1),
  .headerMobileMenuIcon span:nth-child(2) {
    top: 0;
    float: right;
    /* left: 15px; */
    width: 22px;
  }

  .headerMobileMenuIcon span:nth-child(3),
  .headerMobileMenuIcon span:nth-child(4) {
    top: 8px;
    width: 22px;
    /* left: 15px; */
  }

  .headerMobileMenuIcon span:nth-child(5),
  .headerMobileMenuIcon span:nth-child(6) {
    top: 16px;
    /* left: 15px; */
    width: 25px;
  }
  .headerMobileMenuIcon span:nth-child(5) {

    width: 0px;
  }
  .headerMobileMenuIcon span:nth-child(6) {
    width: 22px;
  }

  .headerMobileMenuIcon.open span:nth-child(1),
  .headerMobileMenuIcon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(2),
  .headerMobileMenuIcon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .headerMobileMenuIcon.open span:nth-child(1) {
    left: 2px;
    top: 10px;
  }

  .headerMobileMenuIcon.open span:nth-child(2) {
    left: 2px;
    top: 10px;
  }

  .headerMobileMenuIcon.open span:nth-child(3) {
    /* left: -50%; */
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .languageRow.notSelected {
    left: -4px;
    width: fit-content;
  }

  .headerMobileMenuIcon.open span:nth-child(5) {
    /* left: 3px; */
    top: 13px;
    opacity: 0;
  }

  .headerMobileMenuIcon.open span:nth-child(6) {
    /* left: 3.5px; */
    top: 8px;
    opacity: 0;
  }

  
  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
    color: #000;
  }
 
  .headerMobileMenuIcon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 21px;
    background: var(--base);
    opacity: 1;
    -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;
  }
 
   .topHeaderMobileIcons {
    position: absolute;
    right: calc((100% - var(--web-container)) / 2);
    top: 15px;
    left: calc(5% + 34px);
    display: flex;
    align-items: center;
  }
    .user {
    width: 20px;
    margin-left: 0;
    margin-bottom: 0;
    height: 20px;
    float: right;
    position: relative;
    display: block;
    margin-right: 20px;
    z-index: 94;
  }

  .highlightTitle {
    font-size: 70px;
  }

  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(100% - 91px);
    font-size: var(--button-font-size);
    letter-spacing: var(--letter-spacing);
    height: 60px;
    line-height: 60px;
    color: var(--base);
    padding-left: 30px;
    word-break: break-all;
    overflow: hidden;
  }

  .mobileMenuSubcategory:last-of-type {
    padding-bottom: 10px;
  }

  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    text-transform: unset;
  }

  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 22px;
    line-height: 60px;
    width: 15px;
    font-size: 17px;
    text-align: center;
    font-weight: var(--secondary-font-weight);
    color: var(--base);
  }

  
  .mobileMenuLink {
    position: relative;
    float: left;
    width: calc(85% - 20px);
    font-size: 14px;
    height: 60px;
    font-weight: 500;
    line-height: 60px;
    color: var(--base);
    padding-left: 7.5%;
    word-break: break-all;
    overflow: hidden;
  }
  .mobileMenuLink:not(.mobileMenuSubcategoryText) {
    text-transform: unset;
    font-weight: 500;
  }
  .userMobile {
    margin-right: 8px;
    height: auto;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    line-height: 19px;
    color: var(--base);
  }
  .mobileMenuSeeMore {
    position: relative;
    float: right;
    margin-right: 7.5%;
    line-height: 60px;
    width: 15px;
    font-size: 17px;
    text-align: center;
    color: #000;
  }
  .mobileMenuSubcategories {
    position: relative;
    float: left;
    width: calc(100% - 0px);
    height: 0;
    overflow: hidden;
    background-color: #2E395C0D;
  }
  .mobileMenuSubcategory {
    position: relative;
    width: 100%;
    height: auto;
    text-transform: capitalize;
    height: auto;
    border-bottom: none;
    overflow: hidden;
  }
  .mobileMenuLink.mobileMenuCategoryLevelThreeText {
    color: #fff;
  }

  .mobileMenuSubcategory .mobileMenuSeeMore {
    line-height: 50px;
    color: #fff;
  }
  .mobileMenuSubcategory:first-of-type {
    padding-top: 10px;
  }
  .mobileMenuCategoryLevelThree {
    background: #7b7b7b;
  }
  .mobileMenuLink.mobileMenuSubcategoryText {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: var(--base);
  }
  .pagesNavigation {
    justify-content: center;
    height: auto;
    margin: 20px auto 40px;
  }
  .pagesNavigation .previous.button,
  .pagesNavigation .next.button {
    font-size: 0px;
    margin: 0 10px;
  }
  .pagesNavigation .previous.button::before {
    content: "<";
    display: inline-block;
  }
  .mobileMenuItem {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: auto;
    color: var(--base);
    border-bottom: 1px solid #00000030;
  }

  .pagesNavigation .previous.button::before,
  .pagesNavigation .next.button::after {
    font-size: 13px;
    display: inline-block;
  }

  .pagesNavigation a.pageNumber {
    padding: 5px 10px;
    margin: auto 0px;
    font-size: 13px;
  }
    .menuCartMobile {
    margin-right: 8px;
    width: auto;
    position: relative;
    margin-left: 6px;
    display: block;
  }

    .profileImgMobile {
    /* width: 23px; */
    /* height: 23px; */
    position: relative;
    padding-right: 8px;
  }

  
  .pagesNavigation .next.button::after {
    content: ">";
    display: inline-block;
  }
   .wishListProductsDiv {
    position: relative;
    display: block;
    margin-right: 4px;
    overflow: visible;
  }

  .wishListQuantity {
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 10px;
  }

  .newsContainer {
    width: 90%;
  }
  
  .newsBox {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0rem;
  }
  .newsBox:nth-child(even) {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0rem;
  }
   #header .right {
    position: absolute;
    right: 0px;
    display: flex !important;
    align-items: center;
    flex-direction: row;
  }
.cartAmount {
    float: right;
    line-height: 12px;
    position: absolute;
    right: -8px;
    top: 0px;
    font-size: 12px;
    padding: 2px 4px;
  }
}


@media screen and (min-width: 769px) {
  .categoryTwoTilte:hover,
  .categoryThreeTilte:hover {
    text-decoration: underline;
  }
  .headerLink:hover,
  .headerLink.selectedCategoryOne {
    text-decoration: underline 2px solid var(--secondary);
    text-underline-offset: 5px;
  }
  .profileDiv:hover .hoverOptions {
    opacity: 1;
  }
  .hoverOptions a:hover {
    color: var(--base);
  }
}
