/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*
  2. Remove default margin
*/
* {
  margin: 0;
}
/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
/*
  5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/*
  6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}
/*
  7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/*
  8. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

body {
  background-color: #cfcadb;
}

.distributorsMain {
  position: relative;
}

.topMask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b8b1ca;
  width: 100%;
  height: 50%;
}

.topMask:before {
  -webkit-mask-image: url(../../icons/top.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mask-image: url(../../icons/top.svg);
  mask-position: bottom;
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: #cfcadb;
  width: 100%;
  height: 100%;
  content: "";
}
.middleMask {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #a299ba;
  width: 100%;
  height: 50%;
}

.middleMask:before {
  -webkit-mask-image: url(../../icons/middle.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mask-image: url(../../icons/middle.svg);
  mask-position: bottom;
  mask-size: cover;
  mask-repeat: no-repeat;
  background-color: #b8b1ca;
  width: 100%;
  height: 100%;
  content: "";
}

.fdistributorForm {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 50px;
  width: 100%;
  min-height: 100vh;
}

.distContainerSec {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}

.distSiteLogo {
  margin: 0 auto;
  background-image: url(../../icons/distLogo.png);
  width: 300px;
  height: 300px;
}

.wrapperDistForm {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-end;
}

.innerDistWrapperForm {
  top: -50px;
  width: 50%;
  max-width: 600px;
}

.ditsForm {
  position: relative;
  z-index: 1;
  border-radius: 40px;
  background-color: #e7e5f2;
  padding: 40px 60px;
  color: #1d1a58;
  text-align: center;
}

.labelDistForm {
  display: block;
  margin-bottom: 25px;
  width: 100%;
  text-align: left;
}

.labelDistForm span {
  display: block;
  margin-bottom: 5px;
}

.labelDistForm input {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  outline: none !important;
  border: 1px solid #1d1a58;
  border-radius: 50px;
  background-color: transparent;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.distLinkForm {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}

.distSubmitBtnForm {
  display: inline-block;
  padding: 10px 60px;
}

.distPalmCoconut {
  position: relative;
  left: 110px;
  z-index: 2;
  width: 20%;
  pointer-events: none;
  /* background-image: url(../../icons/palm-cinamon.png); */
}
.distPalmCinamon {
  position: relative;
  right: 122px;
  z-index: 2;
  width: 25%;
  pointer-events: none;
  /* background-image: url(../../icons/palm-cinamon.png); */
}

.distPalmCoconut img {
  width: 100%;
}

.returnLogin {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.backDark {
  background-image: url(../../icons/back-dark.svg);
  width: 20px;
  height: 20px;
}

.desciptiveRecoverText {
  margin: 0 auto 20px;
  width: 80%;
  text-align: center;
}

.containerDistributorsProducts {
  width: 80%;
}

.rowDistProducts {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #a299ba;
  padding: 20px 0;
  width: 100%;
}

.infoDistProduct {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: calc(40% - 130px);
}

.imgDistProduct {
  margin-right: 30px;
  background-image: url(../../icons/mix.png);
  width: 100px;
  height: 150px;
  cursor: pointer;
}

.detailsInfoDistProduct {
  width: 100%;
  text-align: left;
}

.titleDistProduct {
  font-size: 18px;
  line-height: 1;
}

.titleDistProduct .bold {
  display: block;
  margin: 5px 0;
  font-size: 22px;
}

.detailsInfoDistProduct .falvorProduct {
  margin-top: 10px;
  font-size: 18px;
}

.distPriceCol {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #a299ba;
  border-left: 1px solid #a299ba;
  width: 20%;
}

.ditPriceText {
  font-size: 25px;
}

.distTotalCol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  width: 40%;
}

/*
.distTotalCont {
  border: 1px solid #a299ba;
  border-radius: 50px;
  padding: 5px 20px;
  color: #a299ba;
  font-size: 22px;
}
*/
.distTotalCont {
    /* border: 1px solid #1d1a58; */
    border-radius: 50px;
    padding: 5px 20px;
    color: #1d1a58;
    font-size: 22px;
}

.distControlsQuantity {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.distMinus,
.distPlus {
  cursor: pointer;
  border: 1px solid #1d1a58;
  border-radius: 5px;
  background-size: 15px;
  width: 35px;
  height: 35px;
}

.distMinus {
  background-image: url(../../icons/menos.png);
}
.distPlus {
  background-image: url(../../icons/mas.png);
}

.distTotalQuanity {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1d1a58;
  border-radius: 5px;
  width: 65px;
  height: 35px;
  user-select: none;
  background-color: transparent;
  text-align: center;
  outline: none;
}

.containerDistHeaderProducts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 70px;
}

.destHelloText {
  font-size: 40px;
}

.distQuota {
  border-radius: 50px;
  background-color: #e7e5f2;
  padding: 15px 40px;
  font-size: 22px;
}

.distQuota span {
  font-weight: 700;
}

.distFloatingOrderInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding: 50px 0 25px;
  width: 100%;
}

.distFloatingOrderInfo:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../icons/waves-floating.png);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
}
/* .distFloatingOrderInfo:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background-color: #a498bc;
} */

.containerDistOrderInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px 20px;
  overflow: initial;
  /* padding-top: 30px; */
}

.distAvailableQuota {
  width: 100%;
  color: #1e185b4d;
  font-size: 22px;
  text-align: right;
  white-space: nowrap;
}

.distSearchControls {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  width: min(calc(50% - 10px), 400px);
}

.distSearchLens {
  cursor: pointer;
  border: 1px solid #1d1a58;
  border-radius: 50%;
  background-image: url(../../icons/dist-lens.png);
  background-size: 50%;
  width: 50px;
  height: 50px;
}
.distSearchInput {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out, opacity 0.25s ease-in-out 0.5s,
    visibility 0.25s ease-in-out 0.5s;
  border: 0px solid #1d1a58;
  border-radius: 50px;
  background-color: #a498bc;
  width: 50px;
  height: 100%;
  overflow: hidden;
}

.distSearchInput.active {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out 0.3s, opacity 0.25s ease-in-out 0s,
    visibility 0.25s ease-in-out 0s;
  border-width: 1px;
  width: 390px;
}

.distCloseSeach {
  position: absolute;
  top: 50%;
  left: 15px;
  cursor: pointer;
  margin-top: -15px;
  border-radius: 50%;
  background-image: url(../../icons/dist-x.png);
  width: 30px;
  height: 30px;
}

.distInputtext {
  outline: none;
  border: none;
  border-radius: 50px;
  background-color: transparent;
  padding: 0 60px;
  width: 100%;
  height: 100%;
}

.distInputtext::placeholder {
  color: #1d1a58;
  text-align: center;
}

.icon-container {
  display: inline-block;
  cursor: pointer;
}

svg {
  fill: currentColor;
}

.distDopdownCategoy {
  border: 1px solid #1d1a58;
  border-radius: 50px;
  width: 300px;
}

.distLabelDropdown {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding: 0 35px;
  height: 50px;
  font-size: 18px;
}

.distLabelDropdown::before {
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    background-image: url(../../icons/dist-arrow-down.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    content: "";
}

.distInnerDropdownCat {
  position: absolute;
  bottom: 100%;
  transition: all 0.5s ease-in-out;
  border: 0px solid #1d1a58;
  border-radius: 15px;
  background-color: #dfdce9;
  padding: 0px 20px;
  width: 300px;
  height: 0px;
  max-height: 50vh;
  overflow-y: auto;
  overflow-y: auto;
}

.distInnerDropdownCat::-webkit-scrollbar {
  width: 1px;
}
.distInnerDropdownCat::-webkit-scrollbar-thumb {
  background-color: #1d1a58;
}

.distInnerDropdownCat.active {
  border-width: 1px;
  padding: 15px 20px;
  height: 225px;
}

.distCategoryItem {
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid #1d1a58;
  background-color: transparent;
  padding: 15px 0;
}

/* .distCategoryItem:hover {
  background-color: #a498bc;
} */

.distCategoryItem:first-of-type {
  padding-top: 0;
}
.distCategoryItem:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.distTotalSide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 25px;
  width: calc(50% - 10px);
}

.distTotalText {
  font-size: 22px;
  text-align: right;
}

.distConfirmOrder {
  white-space: nowrap;
}

.distPopUpDetailProduct {
  display: flex;
  position: fixed;
  top: -100%;
  left: 0;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 11101;
  transition: all 0.5s ease-in-out, top 0s ease 0.5s;
  width: 100%;
  height: 100%;
}

.mainDistributosProducts {
  padding-bottom: 50px !important;
}

.distPopUpDetailProduct.active {
  top: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out, top 0s ease 0s;
}

.distBgPopUp {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000002a;
  width: 100%;
  height: 100%;
}

.distWrapperDetailInfo {
  position: relative;
  border-radius: 50px;
  background-color: #ecd3a7;
  padding: 35px 70px;
  width: 80%;
  max-width: 900px;
  max-height: 85vh;
  overflow-y: auto;
}

.distFeaturesProduct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.distContainerDetailInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.distContainerDetailInfo .infoNutritionContainer {
  position: relative;
  margin: 0;
  width: calc(50% - 30px);
}
.distContainerDetailInfo img {
  position: relative;
  margin: 0 auto;
  max-height: 700px;
  object-fit: contain;
}

.distContainerDetailInfo .ulIngredients {
  position: relative;
  margin: 0;
  width: calc(50% - 30px);
  text-align: center;
}

.distContainerDetailInfo .ingredientsText {
  margin-bottom: 10px;
  font-size: 22px;
}

.distContainerDetailInfo .itemIngredientsPopUp {
  margin-bottom: 5px;
}

.porucstDistributos {
  position: relative;
  padding-top: 170px;
  width: 100%;
  overflow: hidden;
}

.porucstDistributos .cloudsContainer {
  top: 170px;
}

.distCloseDetailPopUp {
  position: sticky;
  top: 0px;
  right: 0px;
  transform: translateX(100%);
  z-index: 1;
  cursor: pointer;
  margin-left: auto;
  background-image: url(../../icons/dist-x.png);
  width: 30px;
  height: 30px;
}

.distCloudsCotainer.left {
  left: 0 !important;
  width: 10%;
  min-width: 100px;
}
.distCloudsCotainer.right {
  right: 0 !important;
  width: 10%;
  min-width: 100px;
}

.distCloudSec {
  opacity: 1;
  background-image: url(../../icons/dist-cloud-table.svg);
  width: 110px;
  height: 110px;
}

.distDarkBg {
  background-color: #bab2cd;
}

.containerDistHeaderProducts .wingedProduct {
  position: relative;
  top: initial;
  left: initial;
  margin: 0;
}

.distWelcomeImg {
  position: relative;
  width: 400px;
}

.innerDistImgWelcome {
  width: 100%;
}

.distWelcomeImg .destHelloText {
  margin-top: -30px;
  font-size: 30px;
}

.distCenterContainer {
  width: min(700px, 60%);
}

.infoNutritionContainer .distWindgedOpacityIcon {
  position: absolute;
  width: 90px;
  height: 90px;
}

.infoNutritionContainer .distWindgedOpacity1 {
  top: -100px;
  left: -50px;
  background-image: url(../../icons/distWingedOpacity.png);
}
.infoNutritionContainer .distWindgedOpacity2 {
  bottom: 20px;
  left: -50px;
  background-image: url(../../icons/distWingedOpacity2.png);
}

.distContainerDetailInfo .ulIngredients .distWindgedOpacityIcon {
  position: absolute;
  width: 90px;
  height: 90px;
}

.distContainerDetailInfo .ulIngredients .distWindgedOpacity1 {
  top: -100px;
  left: 20px;
  background-image: url(../../icons/distWingedOpacity.png);
}
.distContainerDetailInfo .ulIngredients .distWindgedOpacity2 {
  right: 20px;
  bottom: -100px;
  background-image: url(../../icons/distWingedOpacity.png);
}

.distWingedtsContainer {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 10%;
  height: 100%;
}

.distWingedtsContainer.distLeft {
  left: 0;
}
.distWingedtsContainer.distRight {
  right: 0;
}

.distWingedtsContainer .wingedProduct {
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  animation: moveY 30s linear 0s infinite alternate;
}

.distWingedtsContainer .wingedProduct:last-of-type {
  top: 50%;
  animation: moveY 30s linear 0s infinite alternate;
}

@keyframes moveY {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(50vh);
  }
}

.mainProfileInfo {
  border-radius: 50px;
  background-color: #dfdce9;
  padding: 50px 90px;
  width: 100%;
  text-align: left;
}

.personalProfileInfo {
  margin-bottom: 35px;
  width: 100%;
}

.innerPersonalProfileInfo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
}

.porfileUserAvatar {
  position: relative;
  border: 3px solid #1d1a58;
  border-radius: 50%;
  background-image: url(../../icons/distAvatar.png);
  width: 100px;
  height: 100px;
}

.editAvatarProfile {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: 50%;
  background-image: url(../../icons/distEdit.png);
  background-size: 50%;
  background-color: #1d1a58;
  width: 30px;
  height: 30px;
}

input.editAvatarProfile {
  display: none;
}

.wrapperPersonalProfileText {
  width: calc(100% - 150px);
  text-align: left;
}

.profileText {
  display: block;
}

.dataCompanyHeading {
  margin-bottom: 10px;
}

.wrapperDataCompany {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.distCompanyColInfo {
  width: calc(33.3333% - 6.666666px);
}

.sectionProfile {
  margin-bottom: 50px;
  padding-top: 170px;
}

.sectionStores {
  padding-bottom: 50px;
}

.containerStores {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px 60px;
}

.distStore {
  position: relative;
  border-radius: 25px;
  background-color: #dfdce9;
  padding: 35px;
  width: calc(33.33333% - 40px);
  text-align: center;
  cursor: pointer;
}

.addStore {
  background-color: #1d1a58;
  color: #ecd3a7;
}

.addStore .distIconStore {
  cursor: pointer;
  background-image: url(../../icons/distStoreAdd.png);
}

.distEditStore {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  cursor: pointer;
  border-radius: 50%;
  background-image: url(../../icons/distEdit.png);
  background-size: 50%;
  background-color: #1d1a58;
  width: 30px;
  height: 30px;
}

.distIconStore {
  margin: 0 auto 15px;
  background-image: url(../../icons/distStoreIcon.png);
  width: 80px;
  height: 80px;
}

.distEditStorePop {
  display: flex;
  position: fixed;
  top: -100%;
  left: 0;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  z-index: 111010;
  transition: all 0.5s ease-in-out, top 0s ease 0.5s;
  width: 100%;
  height: 100%;
}

.distEditStorePop.active {
  top: 0%;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out, top 0s ease 0s;
}

.distBgEditStorePop {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d1a5833;
  width: 100%;
  height: 100%;
}

.wrapperDistEditStore {
  position: relative;
  border-radius: 50px;
  background-color: #dfdce9;
  padding: 40px 70px;
  width: 90%;
  max-width: 1000px;
  max-height: 80vh;
  overflow-y: auto;
}

.wrapperDistEditStore::-webkit-scrollbar{
  width: 3px;
  border-radius: 10px;
  background-color: transparent;
}
.wrapperDistEditStore::-webkit-scrollbar-thumb{
  width: 3px;
  border-radius: 10px;
  background-color: #2a1d65;
}

.headerDistEditStore {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}

.closeEditStorePop {
  position: sticky;
  top: 0px;
  transform: translateX(calc(100% + 30px));
  cursor: pointer;
  margin-left: auto;
  background-image: url(../../icons/dist-x.png);
  width: 30px;
  height: 30px;
}

.groupEditStoreInputsPop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 40px;
  width: 100%;
}

.rowLabelsEditStore {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 40px;
  width: 100%;
  position: relative;
}

.labelEditStorePop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
  width: calc(50% - 20px);
  position: relative;
}

.trashIconLabel {
  position: absolute;
  left: calc(100% + 10px);
  bottom: calc(37.5px - 10px);
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url(../../icons/trashIcon.png);
}

.labelTextPop {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.halfLabelTextPop {
  width: calc(50% - 20px);
}

.inputPopStore {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  outline: none !important;
  border: 1px solid #1d1a58;
  border-radius: 50px;
  background-color: transparent;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.selectStorePopDist {
  position: relative;
  width: 100%;
}

.selectStorePopDist.halfWidthSelectStoreDist {
  width: calc(100% - 46px);
}

.innerLabelGroupEditStorePop {
    display: flex;
    justify-content: left;
    align-items: center;
    width: calc(50% - 5px);
    gap: 10px;
}

.labelInformativeTextDist {
  font-size: 14px;
}

.selectedOptionStorePopDist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  border: 1px solid #1d1a58;
  border-radius: 50px;
  background-image: url(../../icons/dist-arrow-down.png);
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.containerOptionsStorePopDist {
    display: flex;
    position: relative;
    top: 100%;
    left: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
    z-index: 0;
    transition: all 0.5s ease-in-out, z-index 0.5s ease-in-out 0.4s;
    border-radius: 25px;
    background-color: #dfdce9;
    width: auto;
    height: auto;
    max-height: 170px;
    overflow: hidden;
    border: 1px solid #1d1a58;
    padding: 10px;
    outline: none;
    background-image: url(../../icons/dist-arrow-down.png);
    background-position: 95% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.containerOptionsStorePopDist.dayDel{
    width: 100%;
}

.containerOptionsStorePopDist.active {
  z-index: 1;
  transition: all 0.5s ease-in-out, z-index 0s ease-in-out 0s;
  border: 1px solid #1d1a58;
  height: 170px;
  overflow-y: auto;
}

.optionStoreEdit {
  cursor: pointer;
  border-bottom: 1px solid #1d1a58;
  padding: 5px 0;
  width: 100%;
  text-align: left;
}
.optionStoreEdit:last-of-type {
  border-bottom: none;
}

.distButtonsFormEdit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin-top: 10px;
  width: 100%;
}

.addDeliverControlsDist {
  display: flex;
  justify-content: center;
  margin: 0px 0 30px;
  width: 100%;
}

.buttonAddDeliverControlsDist {
  cursor: pointer;
  background-image: url(../../icons/distMore.png);
  width: 50px;
  height: 50px;
}

.distButtonsFormEdit .distConfirmOrder {
  padding: 10px 30px;
}

.distButtonsFormEdit .inactiveButton {
  background-image: url(../../icons/inactiveButton.svg);
  padding: 10px 15px;
}

.addStorePopUp .distButtonsFormEdit .inactiveButton {
  display: none;
}

.orderListDist {
  position: relative;
  margin-bottom: 30px;
  border-radius: 35px;
  background-color: #cac5d7;
  padding: 25px 30px;
  width: 100%;
  text-align: left;
}

.titleOrderDist {
  margin-bottom: 10px;
  font-size: 22px;
}

.rowDetailsOrderDist {
  display: flex;
    justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.imgProductOrderedDis {
  background-image: url(../../icons/mix.png);
  width: 40px;
  height: 65px;
}

.colDetailsOrderList {
  width: calc(33.33333% - 56px);
}
.quantityProductOrderList {
  text-align: center;
}

.priceProductOrderList {
  text-align: right;
}

.infoDetailsOrderDist span {
  display: block;
}

.containerDetailsOrderDist {
  overflow: hidden;
}

.rowDetailsOrderDist {
  margin-bottom: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0.15s;
}

.orderListDist.active .rowDetailsOrderDist {
  max-height: 300px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

.minifyDetailOrderList {
  display: block;
  overflow: hidden;
  max-height: 50px;
  transition: all 0.5s ease-in-out 0s;
}

.orderListDist.active .minifyDetailOrderList {
  max-height: 0px;
  transition: all 0.5s ease-in-out 0s;
}

.openOrderListDetails {
  background-image: url(../../icons/mas.png);
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0.2s;
}

.orderListDist.active .openOrderListDetails {
  background-image: url(../../icons/menos.png);
}

.orderListDist.active .openOrderListDetails {
  top: 20px;
}

.rowLabelsEditStore .labelTextPop {
  display: none;
}
.rowLabelsEditStore:first-of-type .labelTextPop {
  display: block;
}

.distContainerClouds {
  width: 100%;
  overflow: initial;
  position: relative;
}

.distContainerClouds > div {
  position: relative;
  z-index: 1;
}

.distContainerClouds:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  height: 100%;
  width: 10%;
  background-image: url(../../icons/repeat-bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: left top;
}

.distContainerClouds:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  height: 100%;
  width: 10%;
  background-image: url(../../icons/repeat-bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: right top;
}

.distOrdersRepeat {
  margin: 0px auto 0;
  display: block;
  max-height: 0px;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.15s;
}

.orderListDist.active .distOrdersRepeat {
  max-height: 60px;
  margin: 10px auto 0;
  padding: 10px 20px;
  transition-delay: 0s;
}

@media only screen and (width <= 1350px) {
  .distPalmCoconut,
  .distPalmCinamon {
    width: 25%;
  }
  .distPalmCoconut {
    left: 70px;
  }
  .distPalmCinamon {
    right: 70px;
  }
  .containerDistHeaderProducts {
    margin-bottom: 40px;
  }
  .destHelloText {
    font-size: 35px;
  }
  .ditPriceText,
  .titleDistProduct .bold,
  .distQuota,
  .distTotalCont,
  .distTotalText,
  .distAvailableQuota {
    font-size: 20px;
  }

  .distTotalSide {
    gap: 0 20px;
  }
  .distCloudsCotainer.left {
    min-width: 80px;
  }
  .distCloudsCotainer.right {
    min-width: 80px;
  }

  .distCloudSec {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (width <= 1024px) {
  .closeEditStorePop {
    transform: translateX(100%);
  }
  .distContainerClouds:before,
  .distContainerClouds:after {
    width: 20%;
  }
  .halfLabelTextPop {
    width: calc(50% - 10px);
  }
  .wrapperDistEditStore {
    padding: 20px 40px;
  }
  .groupEditStoreInputsPop,
  .rowLabelsEditStore {
    gap: 0 20px;
  }
  .labelEditStorePop {
    width: calc(50% - 10px);
  }
  .containerStores {
    gap: 30px;
  }
  .distStore {
    width: calc(33.3333% - 20px);
  }
  .selectedOptionStorePopDist {
    background-size: 10px;
    padding: 0 10px;
  }
  .distPalmCoconut,
  .distPalmCinamon {
    width: 20%;
  }
  .distPalmCoconut {
    left: 50px;
  }
  .distPalmCinamon {
    right: 50px;
  }
  .distSiteLogo {
    width: 250px;
    height: 250px;
  }
  .innerDistWrapperForm {
    width: 60%;
  }
  .containerDistributorsProducts {
    width: 90%;
  }
  .distTotalCol {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .distTotalCont {
    width: 70%;
  }
  .detailsInfoDistProduct .falvorProduct {
    margin-top: 5px;
    padding: 5px 20px;
    font-size: 18px;
  }
  .imgDistProduct {
    margin-right: 20px;
    width: 80px;
    height: 125px;
  }

  .distSearchControls {
    gap: 20px;
  }

  .distSearchLens {
    width: 40px;
    height: 40px;
  }

  .distDopdownCategoy {
    width: 250px;
  }

  .distSearchInput.active {
    width: 310px;
  }

  .distTotalSide {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
  }

  .distTotalText {
    width: 100%;
    text-align: right;
  }

  .distLabelDropdown {
    height: 40px;
  }

  .distCloseSeach {
    left: 10px;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
  }
  .distLabelDropdown::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }

  .distInnerDropdownCat {
    width: 250px;
  }
  .distCategoryItem {
    padding: 10px 0;
  }

  .distInnerDropdownCat.active {
    height: 195px;
  }

  .distFloatingOrderInfo {
    padding-top: 60px;
  }
  .containerDistOrderInfo {
    align-items: flex-end;
    gap: 10px;
  }
  .distCloudsCotainer.left {
    min-width: 60px;
  }
  .distCloudsCotainer.right {
    min-width: 60px;
  }

  .distCloudSec {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (width <= 768px) {
  .distFloatingOrderInfo{
    z-index: 3;
  }
  .mainDistributosProducts{
    padding-top: 220px;
    padding-bottom: 0 !important;
  }
  .distContainerClouds:before,
  .distContainerClouds:after {
    width: 30%;
  }
  .minifyDetailOrderList {
    max-height: 100px;
    border-bottom: 1px solid #2a1d65;
  }
  .minifyDetailOrderList:last-of-type {
    border-bottom: none;
  }
  .orderListDist.active .minifyDetailOrderList {
    max-height: 0px;
    transition: all 0.5s ease-in-out 0.4s;
    border-color: transparent;
  }

  .rowDetailsOrderDist {
    flex-wrap: wrap;
    padding-left: 100px;
    position: relative;
    border-bottom: 1px solid transparent;
  }

  .rowDetailsOrderDist:last-of-type {
    border-bottom: none;
    justify-content: center;
  }

  .openOrderListDetails {
    right: 10px;
    top: 15px;
  }
  .orderListDist {
    padding: 25px;
  }

  .orderListDist.active .rowDetailsOrderDist {
    border-color: #2a1d65;
    padding-bottom: 10px;
    gap: 5px 25px;
  }

  .imgProductOrderedDis {
    width: 100px;
    height: 100%;
    min-height: 120px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .colDetailsOrderList {
    width: calc(100%);
    display: flex;
    flex-wrap: wrap;
  }

  .rowLabelsEditStore .labelTextPop {
    display: block;
  }
  .sectionProfile {
    padding-top: 250px;
    margin-bottom: 35px;
  }
  .mainProfileInfo {
    padding: 30px 50px;
  }

  .personalProfileInfo {
    margin-bottom: 20px;
  }

  .innerPersonalProfileInfo {
    gap: 0 25px;
  }

  .distStore {
    width: calc(50% - 20px);
  }

  .wrapperDistEditStore {
    width: 100%;
    max-width: 1000px;
    max-height: 100vh;
    padding: 20px;
    border-radius: 0;
  }
  .closeEditStorePop {
    width: 20px;
    height: 20px;
  }

  .wrapperDataCompany {
    flex-wrap: wrap;
  }
  .distCompanyColInfo {
    width: 50%;
    margin-bottom: 10px;
  }
  .distCloudSec {
    display: block;
  }
  .distAvailableQuota {
    order: 1;
    margin-top: -7px;
    margin-bottom: 10px;
  }
  .distConfirmOrder {
    order: 2;
  }
  .distSiteLogo {
    width: 200px;
    height: 200px;
  }
  .distPalmCoconut {
    left: 30px;
  }
  .distPalmCinamon {
    right: 30px;
  }
  .ditsForm {
    padding: 20px 40px;
  }

  .rowDistProducts {
    position: relative;
    flex-wrap: wrap;
    padding: 25px 0 25px 170px;
  }

  .imgDistProduct {
    position: absolute;
    top: 20px;
    left: 0;
    margin-right: 20px;
    width: 150px;
    height: 200px;
  }

  .infoDistProduct {
    margin-bottom: 10px;
    width: 100%;
  }

  .distPriceCol {
    justify-content: flex-start;
    margin-bottom: 10px;
    border: none;
    width: 100%;
    text-align: left;
  }
  .distTotalCol {
    justify-content: flex-start;
    width: 100%;
  }
  .distControlsQuantity {
    position: relative;
    gap: 5px;
    z-index: 1;
    border: 1px solid #1d1a58;
    border-radius: 30px;
    padding: 0px 20px;
    height: 45px;
  }
  .distMinus,
  .distPlus,
  .distTotalQuanity {
    border: none;
  }

  .distTotalQuanity {
    order: 0;
    width: 40px;
  }
  .distTotalCont {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0px 0 0px;
    width: auto;
    height: 45px;
    color: #63548d;
    border: none;
    margin-right: 10px;
  }

  .distHeaderSectionProducts {
    display: none;
  }

  .distDopdownCategoy {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .distSearchControls {
    gap: 10px;
    width: auto;
  }

  .distLabelDropdown {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0px;
  }

  .distLabelDropdown:before {
    top: 25%;
    left: 25%;
    background-image: url(../../icons/distFilter.svg);
    width: 50%;
    height: 50%;
  }

  .distFloatingOrderInfo:before {
    background-image: url(../../icons/waves-floating-phone.png);
  }

  .distTotalSide {
    width: calc(100% - 100px);
  }
  .distWrapperDetailInfo {
    padding: 35px 50px;
  }
  .distContainerDetailInfo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .distContainerDetailInfo .infoNutritionContainer {
    width: 70%;
  }
  .distContainerDetailInfo .ulIngredients {
    margin-top: 20px;
    width: 100%;
  }
  .porucstDistributos {
    padding-top: 20px;
  }

  .labelEditStorePop {
    width: 100%;
  }
  .selectStorePopDist.halfWidthSelectStoreDist {
    width: 100%;
  }
  .trashIconLabel {
    left: initial;
    right: 0;
    bottom: calc(37.5px - 7px);
  }
  .innerLabelGroupEditStorePop {
    width: calc(50% - 20px);
    flex-wrap: wrap;
  }
}

@media only screen and (width <= 520px) {
  .wrapperDistEditStore{
    padding-right: 25px;
  }
  .trashIconLabel{
    right: -21.5px;
    width: 18px;
    height: 18px;
  }
  .innerLabelGroupEditStorePop {
    width: calc(50% - 5px);
  }
  .rowDetailsOrderDist {
    padding-left: 80px;
  }
  .imgProductOrderedDis {
    width: 70px;
  }
  .rowDetailsOrderDist,
  .orderListDist.active .minifyDetailOrderList,
  .minifyDetailOrderList {
    transition-delay: 0s;
  }
  .distContainerClouds:before,
  .distContainerClouds:after {
    display: none;
  }
  .distCompanyColInfo {
    width: 100%;
  }
  .innerPersonalProfileInfo {
    flex-wrap: wrap;
  }
  .innerPersonalProfileInfo {
    gap: 10px;
  }
  .porfileUserAvatar {
    width: 70px;
    height: 70px;
  }
  .wrapperPersonalProfileText {
    width: calc(100% - 90px);
  }
  .mainProfileInfo {
    padding: 20px;
    border-radius: 30px;
  }
  .distStore {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
  }
  .containerStores {
    gap: 20px;
  }
  .distIconStore {
    width: 50px;
    height: 50px;
  }
  .distEditStore {
    width: 25px;
    height: 25px;
  }
  .porucstDistributos .cloudsContainer {
    display: none;
  }
  .distWrapperDetailInfo {
    padding: 20px 30px;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .distWrapperDetailInfo::-webkit-scrollbar {
    width: 3px;
  }
  .distCloseDetailPopUp {
    position: sticky;
    top: 15px;
    right: 15px;
    transform: translate(40px, -25px);
    margin-left: auto;
    width: 25px;
    height: 25px;
  }
  .distFeature {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
  }
  .distContainerDetailInfo img {
    max-height: 60vh;
    z-index: 1;
  }
  .distContainerDetailInfo .infoNutritionContainer {
    width: 100%;
  }
  .distFeaturesProduct {
    margin-bottom: 20px;
  }
  .distWrapperDetailInfo {
    width: 90%;
  }
  .distCategoryItem {
    padding: 5px 0;
    font-size: 14px;
  }

  .distInnerDropdownCat {
    bottom: calc(100% + 10px);
    left: 0;
    width: calc(90vw - 50px);
  }
  .distInnerDropdownCat.active {
    height: 150px;
  }
  .distSiteLogo {
    width: 180px;
    height: 180px;
  }
  .distPalmCoconut {
    left: 0px;
    order: 1;
    width: 25%;

    display: none;
  }
  .distPalmCinamon {
    right: 0px;
    order: 2;
    width: 25%;
    display: none;
  }
  .innerDistWrapperForm {
    /* margin-bottom: -35%; */
    width: 100%;
  }
  .ditsForm {
    z-index: 1;
    padding: 20px 30px;
  }
  .wrapperDistForm {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .labelDistForm input {
    height: 40px;
  }
  .desciptiveRecoverText {
    width: 100%;
  }

  .recoverPass.innerDistWrapperForm {
    margin-bottom: -20%;
  }

  .rowDistProducts {
    padding: 25px 0 25px 100px;
  }

  .imgDistProduct {
    width: 80px;
    height: 130px;
  }
  .distTotalQuanity {
    width: 20px;
  }
  .distMinus,
  .distPlus {
    width: 25px;
    height: 25px;
  }
  .titleDistProduct {
    font-size: 14px;
  }
  .titleDistProduct .bold {
    font-size: 16px;
  }
  .ditPriceText,
  .titleDistProduct .bold,
  .distQuota,
  .distTotalCont,
  .distTotalText,
  .distAvailableQuota {
    font-size: 15px;
  }
  .detailsInfoDistProduct .falvorProduct {
    font-size: 15px;
  }

  .distControlsQuantity,
  .distTotalCont {
    height: 40px;
  }

  .distConfirmOrder {
    padding: 5px 25px;
  }
  .distSearchInput.active {
    width: 90vw;
  }
  .distFloatingOrderInfo {
    padding-top: 40px;
  }
  .distWrapperDetailInfo {
    border-radius: 20px;
  }
  .distFloatingOrderInfo {
    padding-bottom: 20px;
  }
}

@media only screen and (width <= 350px) {
  .distControlsQuantity {
    padding: 0 5px;
  }
  .distMinus,
  .distPlus {
    width: 20px;
    height: 20px;
  }
  /* .distTotalCont {
    padding-left: 40px;
  } */
}

.popUpPromoDistri {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 90000;
    background-color: #0000003a;
}
.popUpPromoDistri.active {
    display: flex;    
}
.innerPopUpPromoDistri {
    max-height: calc(100% - 100px);
    background-color: #b8b2ca;
    max-width: 700px;
    width: 90%;
    padding: 60px 20px 140px 20px;
    position: relative;
    overflow: auto;
}
.imageInfoPopUpPromoDistri {
    height: 280px;
    aspect-ratio: 1 / 1;
    background-image: url(../../icons/banano.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: relative;
    z-index: 10;
}
.titlePopUpPromoDistri {
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}
.contPromosPopUpPromoDistri {
    width: 50%;
    margin: auto;
}
.itemPromoPopUpPromoDistri {
    text-align: center;
    background-image: url(../../icons/texto.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    margin: 10px 0;
    z-index: 10;
    position: relative;
}
.itemPromoPopUpPromoDistri strong {
    font-family: 'Mostardesign-FilsonSoft-Bold', Helvetica, Arial, "sans-serif";
}
.imageRightPopUpPromoDistri {
    position: absolute;
    height: 90px;
    width: 90px;
    right: 0;
}
.imageRightPopUpPromoDistri {
    position: absolute;
    height: 250px;
    width: 140px;
    right: 10px;
    bottom: 10px;
    background-image: url(../../icons/productos.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.closePopUpPromoDistri {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-image: url(../../icons/dist-x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.itemsOnCart {
    width: auto;
    padding: 0 5px;
    border-radius: 10px;
    min-width: 20px;
}
.cloudPopUpPromoDistri {
    position: absolute;
    height: 70px;
    width: 110px;
    background-image: url(../../icons/nube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cloudPromoDist-1 {
    top: 15%;
    left: 15%;
}
.cloudPromoDist-2 {
    top: 15%;
    right: 30px;
}
.cloudPromoDist-3 {
    top: 30%;
    right: 15%;
}
.cloudPromoDist-4 {
    bottom: 30%;
    left: 20px;
}
.cloudPromoDist-5 {
    bottom: 7%;
    left: 48%;
}
.leftPackPopUpPromoDistri {
    position: absolute;
    height: 60px;
    width: 60px;
    background-image: url(../../icons/mezcla.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.rightPackPopUpPromoDistri {
    position: absolute;
    height: 70px;
    width: 70px;
    background-image: url(../../icons/spread.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.packLPromoDist-1 {
    top: 20px;
    right: 23%;
}
.packLPromoDist-2 {
    bottom: 42%;
    left: 10%;
    height: 75px;
    width: 80px;
}
.packRPromoDist-1 {
    top: 20px;
    left: 30px;
    height: 50px;
    width: 50px;
}
.packRPromoDist-3 {
    bottom: 260px;
    right: 60px;
}
.packRPromoDist-2 {
    left: 20%;
    bottom: 30px;
}
.distUserCata .containerFooter {
    display: none;
}

.logPagedistUser #siteFooter {
    padding: 0;
}
.logPagedistUser .containerFooter {
    display: none;
}
.contTextInfoPopUpPromoDistri {
    position: absolute;
    color: #f3e2c1;
    width: 180px;
    text-align: center;
    left: 50%;
    transform: translate(-40%, 20px);
}
.titleInfoPopUpPromoDistri {
    font-family: 'Mostardesign-FilsonSoft-Bold', Helvetica, Arial, "sans-serif";
}
.popUpConfirmation,
.popUpInfoCupo,
.popUpInfoOrdersCart,
.popUpConfirmationDelete {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200000;
    justify-content: center;
    align-items: center;
}
.popUpConfirmation.active,
.popUpInfoCupo.active,
.popUpInfoOrdersCart.active,
.popUpConfirmationDelete.active {
    display: flex;
}
.innerPopUpConfirmation,
.innerPopUpInfoOrdersCart,
.innerPopUpInfoCupo {
    width: 90%;
    max-width: 530px;
    padding: 60px;
    background-color: #dfdce9;
    border-radius: 20px;
    text-align: center;
}
.infoTextPopUpConfirmation,
.innerPopUpInfoOrdersCart,
.infoTextPopUpInfoCupo {
    font-family: 'Mostardesign-FilsonSoft-Black';
    margin-bottom: 40px;
    font-size: 25px;
}

.innerPopUpInfoOrdersCart .inactiveButton,  
.popUpConfirmationDelete .inactiveButton  {    
    background-image: url(../../icons/inactiveButton.svg);
    padding: 15px 50px;
}
.infoTextPopUpInfoOrdersCart {
    margin-bottom: 30px;
}

.popUpProfimeImage {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 20000;
    justify-content: center;
    align-items: center;
    
}
.popUpProfimeImage.open {
    display: flex;    
}
.innerPopUpProfileImg {
    background-color: #dfdce9;
    max-height: 90%;
    width: 90%;
    max-width: 880px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    height: 90%;
}
.titleProfileImage {
    font-family: 'Mostardesign-FilsonSoft-Bold', Helvetica, Arial, "sans-serif";
    font-size: 36px;
    text-align: center;
    margin: 30px 0;
}
.contItemsProfileImg {
    position: absolute;
    left: 0;
    max-height: calc(100% - 234px);
    width: 100%;
    overflow: auto;
    text-align: center;
    height: calc(100% - 234px);
    padding: 20px 0;
}
.outerItemProfile {
    width: 23%;
    aspect-ratio: 1 / 1;
    display: inline-block;
    border: 2px solid;
    border-radius: 11px;
    margin: 10px 2%;
    cursor: pointer;
    position: relative;
}
.itemProfileImage {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.contChekImg {
    background-image: url(../../icons/verificado.png);
    height: 50px;
    width: 50px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -20px;
    left: -20px;
    display: none;
}
.active .contChekImg{
    display: block;
}
.outerItemProfile.select {
    border: 4px solid;
}
.closePopProfile {
    cursor: pointer;
    margin-left: auto;
    background-image: url(../../icons/dist-x.png);
    width: 30px;
    height: 30px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 20px;
    right: 20px;
}
.contBtnAceptPopProfile {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 30px;
    background-color: #dfdce9;
    text-align: center;
}
.distUser .mainCheckout .checkout p span.woocommerce-input-wrapper select{
    appearance: none;
    background-image: url(../../icons/dist-arrow-down.png); 
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 96% center;   
}
.titleStoreDist {
    text-align: center;
    font-size: 33px !important;
    border-top: 3px solid;
    width: 93%;
    padding-top: 10px;
    margin-bottom: 30px !important;
}
#billing_tienda.error {
    border-color: #B22222;
}
.distTotalText {
    width: 50%;
    display: inline-block;
    line-height: 1;
}
.contInfoCupo {
    display: none;
    width: 100%;
    font-size: 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.contInfoCupo.active {
    display: flex;
}
.contInfoCupo.noCupo{
  display: none;
}
.iconInfoCupo {
    display: inline-block;
    height: 20px;
    width: 20px;    
    background-image: url(../../icons/boton-de-informacion-blue.png); 
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.subTotalOrdersRepeat {
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
    margin-bottom: 0;
}
.orderListDist.active .rowDetailsOrderDist.subTotalOrdersRepeat {
    margin-bottom: 0;
}

.valorOrdersSubtotal {
    width: 130px;
    margin-left: 20px;
}
.containerOrdersTextSubtotal {
    font-family: 'Mostardesign-FilsonSoft-Bold', Helvetica, Arial, "sans-serif";
    font-size: 20px;
}

.contPedidoOrderID {
    display: inline-block;
    border-radius: 25px;
    background-color: #2a1d65;
    color: #f4e1c1;
    padding: 0px 20px;
    font-size: 16px;
}
.contStatusOrder {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
}
.contOuterOrdersID {
    display: flex;
    align-items: center;
    gap: 5px;
}
.contDateOrder {
    font-size: 14px;
}
.containerOptionsStorePopDist.dayDel {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    outline: none !important;
    border: 1px solid #1d1a58;
    border-radius: 50px;
    background-color: transparent;
    padding: 0 20px;
    width: 100%;
    height: 50px;
}

.preloadInfoOrdersCart {
    background-image: url(../../icons/preloader.webp);
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 20000;
    display: none;
}
.preloadInfoOrdersCart.active{
    display: block;
}

/*chavi04032024*/
.textPsswdrInfoFailed,
.textUserInfo,
.textPsswdrInfo {
    overflow: hidden;
    height: 0;
}

.textPsswdrInfoFailed.failed,
.textUserInfo.active,
.textPsswdrInfo.active {
    height: auto;    
}
input[type=number].distTotalQuanity::-webkit-inner-spin-button, 
input[type=number].distTotalQuanity::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number].distTotalQuanity { 
    -moz-appearance:textfield; 
}
.contRowDistProducts {
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
}
.contRowDistProducts.hide{
    height: 0;
}
.userIcon {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-image: url(../../icons/perfil-noactivo.png);
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left: 50%;
    margin-left: -12.5px;
    cursor: pointer;
    transition: all .5s ease;
}
.itemNav.userLog {
    width: 11%;
}
.itemNav.userLog .innerCloud {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
    background-image: url(../../icons/test/Nube-off-search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .5s ease;
    /* background-color: transparent !important; */
}
.itemNav.userLog .innerCloud {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-image: url(../../icons/test/Nube-off-search.png);
    mask-image: url(../../icons/test/Nube-off-search.png);
    background-image: none;
}
.userLog:hover .innerCloud {
    background-color: #2a1d65!important;
}
.userLog:hover .userIcon {
    background-image: url(../../icons/perfil-activo.png);    
}
.contAllUserOptHeader {
    position: absolute;
    top: 100%;
    width: 150px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    overflow: hidden;
    border: 0px solid #1d1a58;
    border-radius: 15px;
    background-color: #dfdce9;
    transition: height .5s ease;    
    flex-direction: column;
}
.itemOptUser {
    cursor: pointer;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
/*    border-bottom: 1px solid;*/
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: -1px;
    margin-top: -1px;
}
.itemOptUser::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 90%;
    left: 5%;
    background-color: #1d1a58;    
}
.itemOptUser:hover {
    background-color: #1d1a58;
    color: #dfdce9;
}
.itemOptUser:first-child {
    margin-top: 0px;    
}
.itemOptUser:last-child::after {
    height: 0;
}
.userLog:hover .contAllUserOptHeader,
.contAllUserOptHeader:hover {
    height: auto;
    border: 1px solid #1d1a58;
}
.ammountTextCartDistProd {
    font-family: 'Mostardesign-FilsonSoft-Black', Helvetica, Arial, "sans-serif";
}
.mainCheckout .checkout .woocommerce-billing-fields p,
.mainCheckout .checkout .woocommerce-shipping-fields p {
    height: 96px;
}
#ship-to-different-address label {
    display: flex;
    justify-content: flex-start;
    align-items: center;    
}
.selectStoreDistProd {
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 50px;
    border: 1px solid #8c81a9;
    background-color: transparent;
    outline: none;
    resize: none;
    width: 45%;
    margin-top: 20px;
    position: relative;
}
.arrowSelectDitProd {
    background-image: url(../../icons/test/Flecha-der-morada.png);
    height: 20px;
    width: 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    transition: all .5s ease;
}
.active .arrowSelectDitProd{
    transform: rotate(-90deg);        
}
.contSelectOptDistProd {
    position: absolute;
    width: 100%;
    left: 0;
    height: 90px;
    background-color: rgb(186, 178, 205);
    /* border: 1px solid #8c81a9; */
    border-radius: 0 0 15px 15px;
    top: 30px;
}
.selectStoreDistProd {
    cursor: pointer;
    padding: 0 30px;
    border-radius: 20px;
    border: 1px solid #8c81a9;
    background-color: transparent;
    outline: none;
    resize: none;
    width: 45%;
    margin-top: 20px;
    position: relative;
    height: 42px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.selectStoreDistProd.active{
    border-radius: 20px 20px 0 0;    
}
.contSelectOptDistProd {
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    height: 0;
    background-color: rgb(186, 178, 205);
    border-radius: 0 0 15px 15px;
    top: 30px;
/*    padding: 0px 30px;*/
    overflow: hidden;
    border: none;  
    transition: height .5s ease;
}
.active .contSelectOptDistProd {
    border: 1px solid #8c81a9;
    border-top: none; 
}
.optSelectDistProd {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    transition: all .3s ease;
}
.optSelectDistProd:first-child{
    margin-top: 10px;
}
.optSelectDistProd:last-child{
    margin-bottom: 10px;
}
.optSelectDistProd:hover {
    background-color: #8c81a9;
    color: #fff;
}
.contSelectStoreDistProd {
    position: relative;
    z-index: 10;
}
.distUser .mainCheckout .checkout h3#ship-to-different-address {
    overflow: hidden;
    margin: 0;
    height: 0;
}
.distUser .woocommerce-shipping-fields {
    margin: 20px 0 20px;
}
.nameShippingDist {
    display: none;
}
.distUser .nameShippingDist {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 30px;
    text-transform: inherit;
    font-weight: bold;
    color: #2a1d65;
    height: 0;
    overflow: hidden;
}
.distUser .nameShippingDist.active {
    margin: 40px 0 15px;
    height: auto;    
}
.mainCheckout .checkout p#order_comments_field {
    margin-top: 20px;
}
.porucstDistributos {
    min-height: 90vh;
}


.profileText.nameProfileText.bold {
    font-size: 28px;
}
.dataCompanyHeading {
    margin-bottom: 10px;
    font-size: 23px;
}
.subtitleDistCompany.bold {
    font-size: 19px;
}
.bold.storeText {
    font-size: 26px;
}
.titleOrdersPage.bold {
    text-align: center;
    font-size: 60px;
    margin-bottom: 40px;
}
.distStoreDeliveryTime {
    font-size: 26px;
    margin: 20px 0 10px;
}
.containerOptionsStorePopDist {
    height: 50px;    
}
.innerLabelGroupEditStorePop .containerOptionsStorePopDist {
    padding-right: 25px;    
}
.btnPopUpCancelAvatar {
    background-image: url(../../icons/inactiveButton.svg);
    padding: 15px 50px;
    background-position: center;
    background-size: 100% 100%;
}

@media only screen and (max-width: 768px) {
    #siteFooter {
        padding-bottom: 0;
    }
    .porucstDistributos {
        padding-bottom: 120px;
    }
    .contBtnAceptPopProfile .btn {
        font-size: 12px;        
        padding: 7px 25px;
    }
    .outerItemProfile {
        width: 36%;
    }
    .userLog.active {
        margin-bottom: 60px;        
    }
    .contAllUserOptHeader {
        height: 0!important;
        transition: height .3s ease;
    }
    .itemNav.userLog .innerCloud {
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-image: url(../../icons/test/Nube-off-search.png);
        mask-image: url(../../icons/test/Nube-off-search.png);
        background-image: none;
    }
    .userLog.active .contAllUserOptHeader {
        position: relative;
        width: max-content;
        margin-bottom: 10px;
        height: 100px!important;
    }
    a.itemOptUser {
        padding: 0 30px;
    }
    .imageRightPopUpPromoDistri {      
        position: relative;
        margin: auto;  
    }
    .innerPopUpPromoDistri{
        padding: 60px 20px 30px 20px;
    }
    .contPromosPopUpPromoDistri {
        width: 100%;
    }
}




