@import url(https://fonts.googleapis.com/css?family=Noto+Sans&display=swap);
/* File: //css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, 
abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {
  outline-color: transparent;
  outline-style: none;
}
input{
  outline-color: transparent;
  outline-style: none;
  font-family: unset;
}
select{
  outline-color: transparent;
  outline-style: none;
}


/* File: //css/fonts.css */
@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/Inter/Inter-Regular.woff") format("woff"),
    url("../../fonts/Inter/Inter-Regular.ttf") format("truetype"),
    url("../../fonts/Inter/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Inter/Inter-Medium.woff") format("woff"),
    url("../../fonts/Inter/Inter-Medium.ttf") format("truetype"),
    url("../../fonts/Inter/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../../fonts/Inter/Inter-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/Inter/Inter-SemiBold.woff") format("woff"),
    url("../../fonts/Inter/Inter-SemiBold.ttf") format("truetype"),
    url("../../fonts/Inter/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* File: //css/main.css */
body {
  position: relative;
  width: 100%;
  height: auto;
}

blueDaysTable {
  border: none;
  border-spacing: 0px;
}

.color1 {
  color: white;
}

.color2 {
  color: #17375e;
}

.color3 {
  color: white;
}

.color4 {
  color: #3f3f3f;
}

.color5 {
  color: #4f4f4f;
}

.color6 {
  color: #717171;
}

.color7 {
  color: #333234;
}

.color8 {
  color: #636466;
}

.backgroundColor1 {
  background-color: #56cbba;
}

.backgroundColor2 {
  background-color: #4d5550;
}

.backgroundColor3 {
  background-color: #001620;
}

.backgroundColor4 {
  background-color: white;
}

.backgroundColor5 {
  background-color: #f5f5f5;
}

.backgroundColor6 {
  background-color: #154996;
}

.backgroundColor7 {
  background-color: white;
}

.backgroundColor8 {
  background-color: black;
}

.backgroundColor9 {
  background-color: #505050;
}

.border1 {
  border: 1px solid #bdd740;
}

.border2 {
  border: 1px solid black;
}

body {
}

.errorTitle {
  font-size: 18px;
  display: block;
  margin: auto;
  width: fit-content;
  color: black;
  margin-top: 136px;
}

input {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background-repeat: no-repeat;
  font-weight: inherit;
  font-family: unset;
}

select {
  color: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  outline: none;
  font-weight: inherit;
  font-family: unset;
}

.radioBtn {
  -webkit-appearance: radio;
  font-weight: inherit;
}

textArea {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: unset;
}

a {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.centeredContent {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  font-size: 14px;
  height: auto;
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 45px;
  width: 335px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #f2f2f2;
}

.alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 64px;
  width: 150px;
}

.alertMessageCheck {
  display: none;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 120px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 45px;
  color: #999999;
  line-height: 23px;
  word-wrap: break-word;
  max-height: 300px;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.alertMessageMessage::-webkit-scrollbar {
  display: none;
}

.alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.alertMessageAceptar {
  position: relative;
  margin: 0 auto;
  width: 194px;
  height: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  border-radius: 3px;
  border: 1px solid #002541;
  background-color: #002541;
  cursor: pointer;
}

.alertMessageClose {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding: 7px;
  border-radius: 23px;
  background-color: #e6e6e6;
  font-size: 20px;
}

.alertMessageAceptar:hover {
  cursor: pointer;
  color: #002541;
  background-color: #ffffff !important;
}

.alertMessageClose:hover {
  opacity: 0.8;
}

#alertCloseIcon {
  width: 14px;
}

#cartMessageDiv {
  width: 450px;
}

.cartMessageAceptar {
  display: block;
  float: left;
  width: 95%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

#cartMessageDiv {
  text-align: center;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
}

#loaderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1002;
}

#loaderDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#loaderDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 20%;
  width: 40px;
}

.fullBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.blackOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: black;
}

.whiteOpacity {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: white;
}

.fullRelative {
  position: relative;
  width: 100%;
  height: 100%;
}

.centeredLogon {
  position: relative;
  width: 720px;
  margin: 0 auto;
  background-color: white;
  margin-top: 10%;
  margin-bottom: 10%;
}

#registerUserBtn {
  margin-top: 20px;
}

#loginUserBtn:hover {
  cursor: pointer;
}

#registerUserBtn {
  cursor: pointer;
}

#loginTopMenu:hover {
  cursor: pointer;
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pointedBlueLine {
  background-image: url("/images/pointedBlueLine.png");
  background-repeat: repeat-x;
}

.sexRadioBtn {
  float: left;
  width: 25px;
  margin-top: 10px;
}

.sexTypeText {
  float: left;
  margin-right: 12px;
  margin-top: 8px;
}

.checkbox {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #ec1c24;
  margin-top: 5px;
}

.note-modal-body .checkbox {
  all: unset;
}

.note-modal-body input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.note-btn-primary {
  background: #fa6362 !important;
  color: #fff !important;
  border: unset !important;
  cursor: pointer;
}

.checkboxTickImg {
  position: absolute;
  left: 2px;
}

.transparentCheckBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -3px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.studio4dSprite {
  background-image: url(/files/layouts/studio4dsprite.png);
  overflow: hidden;
  position: absolute;
}

.blackBkg75 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.75;
}

.blackBkg50 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}

@media screen and (max-width: 770px) {
  #alertMessageDiv {
    width: 84%;
    margin-top: 0%;
    top: calc(50% - 150px);
    padding-top: 23px;
  }

  #alertMessageAceptar {
    width: 80%;
  }

  #cartMessageDiv {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
  }

  .centeredContent {
    width: 90%;
  }
}

/* File: //css/layouts/main.css */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");

body {
  position: absolute;
  min-height: 100%;
  color: #e0e0e0;
}

/* --------SALESMAN SECTION -------------*/
.salesmanTopBar {
  background-color: #c24442;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 35px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

/* .salesmanTopBar {
  background-color: #c24442;
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  position: fixed;
  cursor: pointer;
  bottom: 255px;
  right: 49px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 10;
} */

.salesmanTopBar-icon {
}

#saveUserInfo {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 340px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#salesman-popupContainer {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 200;
  display: none;
  top: 0;
  left: 0;
}

#salesman-popupContainer.shown,
.inboundPopup-container.shown,
.inboundPopup.markAsPayed.shown,
.inboundPopup.sendBudget.shown {
  display: flex;
  opacity: 1;
}

.backDrop,
.inboundPopup-backDrop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  pointer-events: all;

  mix-blend-mode: normal;
  backdrop-filter: blur(9px);
}

.backDrop.triggered,
.inboundPopup-backDrop {
  display: block;
}

#salesman-popup {
  display: flex;
  max-width: 950px;
  width: 90vw;
  height: 85vh;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0 7px 7px 0;
}

.salesman-sideBar {
  flex: 1;
  height: auto;
  background-color: #00253f;
  /* border-radius: 7px 0 0 7px; */
}

.sideBar-categoriesContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 3vh;
}

.sideBarCategory {
  width: 70%;
  height: 40px;
  border-radius: 60px 0 0 60px;
  float: right;
  cursor: pointer;
}

.sideBarCategory.active {
  background-color: #003255;
  border-right: 5px solid #ff6d4c;
}

.sideBarIcon,
.sideBarIconHover {
  width: 25px;
  height: 25px;
  position: relative;
  top: 9px;
  left: 10px;
}

.salesman-topBar {
  height: 8vh;
  width: 100%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}

.topBar-InfoContainer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: auto;
  gap: 20px;
  margin-left: 5%;
  align-items: center;
}

.topBar-title {
  color: #898989;
  font-weight: 700;
  font-size: 17px;
}

.topBar-customerInfo {
  color: #898989;
  text-transform: capitalize;
  font-size: 14px;
  opacity: 0;
}

.topBar-customerInfo.shown {
  opacity: 1;
}

.topBar-icon {
  display: none;
  margin-right: 5.5vh;
  cursor: pointer;
}

.topBar-icon.shown {
  display: block;
}

.topBar-refreshOrder {
  opacity: 0;
  position: relative;
  margin: 0 auto;
  width: 30px;
  color: white;
  font-weight: 600;
  background-color: #f6f6f6;
  height: 30px;
  border-radius: 0px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border: #00253f;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
  border-radius: 60%;
  margin-right: 3vh;
}

.topBar-refreshOrder.shown {
  opacity: 1;
}

.topBar-refreshOrder img {
  width: 21px;
  height: 21px;
  filter: invert(62%) sepia(0%) saturate(77%) hue-rotate(179deg) brightness(88%)
    contrast(82%);
}

.topBar-refreshOrder.clicked {
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  animation-direction: normal;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.salesman-mainContainer {
  flex: 10;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.salesman-orderDetailView,
.salesman-orderListView {
  display: none;
  height: calc(100% - 18vh);
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.salesman-orderListView {
  overflow: auto;
}

.salesman-orderDetailView.shown,
.salesman-orderListView.shown {
  display: flex;
}

/* ORDER DETAIL */
.orderDetailView-mainContainer {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: black;
  font-size: 13px;
  margin-top: 2vh;
}

.orderDetailView-mainContainer tr,
.orderDetailView-mainContainer td {
  padding: unset;
  line-height: unset;
}

.orderDetailView-mainContainer tr:last-of-type {
  border-bottom-width: 1px;
}

/* Search bar */
.orderDetailview-searchBarAndResultsContainer {
  width: 100%;
  overflow: hidden;
  height: 70px;
}

.orderDetailView-searchBarContainer {
  width: 100%;
  height: 40px;
  background: rgba(240, 240, 240, 0.56);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderDetailView-SearchBar {
  width: 77%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #898989;
}

.orderDetailView-SearchBar-input {
  width: 100%;
  text-indent: 10px;
  background-color: #f6f6f6;
  height: 100%;
}

.orderDetailView-SearchButton {
  height: 100%;
  width: 23%;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #00253f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.orderDetailView-searchResultsContainer {
  width: calc(100% + 1px);
  height: calc(100% - 60px);
  background: rgba(240, 240, 240);
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  top: -1px;
  left: -1px;
}

.orderDetailView-searchResultsContainer.shown {
  display: block;
}

.searchResultsTable {
  width: 100%;
  font-size: 11px;
}

.searchResultsTable tbody {
  width: 100%;
  color: #898989;
}

.searchResultsTable-tableRow {
  border-bottom: 1px solid #e9e9e9;
  height: 75px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1.5fr;
  grid-gap: 5px;
  align-items: center;
  width: 99%;
}

.searchResultsTable-tableRow.noResults {
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchResultsTable-imgContainer {
  width: 60%;
  height: 70px;
  margin: auto;
}

.searchResultsTable-imgContainer img {
  width: 100%;
  height: 100%;
}

.searchResultsTable-productInfoContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.searchResultsTable-productInfoContainer p {
  font-weight: 700;
}

.searchResultsTable-productInfoContainer span {
  font-size: 10px;
}

.searchResultsTable-productInfoContainer span:last-of-type {
  color: #ff0000;
}

.searchResultsTable-priceContainer {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchResultsTable-quantityContainer,
.orderDetailView-table-quantityContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13vh;
}

.searchResultsTable-quantitySelect,
.orderDetailView-table-quantitySelect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: white;
  border-radius: 7px;
  height: 3vh;
}

.searchResultsTable-minusSign,
.searchResultsTable-plusSign,
.orderDetailView-table-minusSign,
.orderDetailView-table-plusSign {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  cursor: pointer;
  background: white;
  height: 100%;
}

.quantityProduct,
.orderDetailView-table-quantityProduct {
  width: 32%;
  text-align: center;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}

.searchResultsTable-buttonsContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}

.searchResultsTable-SeeMoreButtonContainer,
.searchResultsTable-AddButtonContainer {
  flex-basis: 45%;
}

.searchResultsTable-SeeMoreButton {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 9px;
  line-height: 13px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}

.searchResultsTable-addButton {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

/* Search bar ends */

/* Order detail section */
.orderDetailView-orderContainer {
  width: 100%;
  position: relative;
}

.orderContainer-topBar {
  height: 50px;
  width: 100%;
  background-color: #00253f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.orderContainer-topBar h3 {
  font-weight: 700;
}

.orderContainer-topBar span {
  font-weight: 500;
  margin-left: 5px;
}

.orderContainer-topBar h3:first-of-type {
  margin-left: 6%;
  text-transform: uppercase;
}

.orderContainer-topBar-orderTotalContainer {
  display: flex;
  justify-content: space-evenly;
  width: 15%;
  margin-right: 6%;
}

.orderContainer-tableContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  overflow: scroll;
  height: 45vh;
}

.orderDetailView-table {
  width: 95%;
}

.orderDetailView-table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 0.5fr;
  align-items: center;
  justify-items: center;
  border-bottom: 1px solid #c7c7c7;
  height: 95px;
  color: #898989;
}

.orderDetailView-table-imgContainer {
  width: 60%;
  height: 85px;
  margin: auto;
}

.orderDetailView-table-imgContainer img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.orderDetailView-table-productInfoContainer {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  justify-self: baseline;
}

.orderDetailView-table-productInfoContainer span:last-of-type {
  margin-top: 2px;
}

.orderDetailView-table-productInfoContainer p {
  color: #898989;
  font-weight: 700;
  font-size: 13px;
}

.orderDetailView-table-quantityContainer {
  width: 100px;
  flex-direction: column;
  justify-content: space-evenly;
}

.orderDetailView-table-quantitySelect {
  height: 3.5vh;
}

.orderDetailView-table-priceContainer {
  font-weight: 700;
}

.orderDetailView-table-changeOrderProductQuantityButton {
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 1vh;
  display: none;
}

.orderDetailView-table-deleteButtonContainer,
.orderDetailView-table-percentageButtonContainer {
  border-radius: 4px;
  background-color: #e6e6e6;
  width: 3.5vh;
  height: 3.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #686868;
  cursor: pointer;
}

.orderDetailView-table-percentageButtonContainer {
  position: relative;
  width: 60px;
  cursor: default;
}

.orderDetailView-table-percentageButtonContainer::after {
  content: "%";
  position: absolute;
  right: 8px;
  font-weight: 800;
}

.orderProduct-percentageButton {
  font-weight: 600;
  width: 85%;
  background-color: #e6e6e6;
  text-indent: 3px;
  font-size: 12px;
  height: 100%;
}

/* order detail section ends */

/* ---- */
/* ORDER LIST */
.orderListView-table {
  width: 95%;
  margin-top: 25px;
}

.orderListView-table tbody {
  width: 100%;
  color: #898989;
  font-size: 15px;
  font-weight: 500;
}

.orderListView-table tr {
  display: flex;
  width: auto;
  height: 60px;
  align-items: center;
  justify-content: space-evenly;
  background-color: rgba(240, 240, 240, 0.56);
  margin-bottom: 20px;
}

.orderListView-table .inSessionOrder {
  background-color: #03144a1c;
}

.orderListView-table td {
  display: flex;
  justify-content: center;
  flex-basis: 70%;
  border-spacing: 10px;
}

.orderListView-table .order-id {
  font-weight: 700;
  flex-basis: 50%;
}

.orderListView-table .order-contactDetail {
  flex-basis: 100%;
}

.orderListView-table .order-price span {
  margin-left: 5px;
}

.orderListView-table .order-quantity {
  justify-content: space-evenly;
  flex-basis: 60%;
}

.orderListView-table .order-continueButton-container,
.orderListView-table .order-deleteButton-container {
  flex-basis: 50%;
}

.orderListView-table .order-continueButton {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.orderListView-table .order-deleteButton {
  width: 3.5vh;
  height: 3.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}

/* ---- */

.salesman-bottomBar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: black;
  height: 10vh;
  border-top: 1px solid #e9e9e9;
}

.bottomBar-pauseButtonContainer {
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}

.bottomBar-pauseButton {
  background-color: #bbbbbb;
  color: #ffffff;
  width: 35%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer;
}

.bottomBar-blueButtonsContainer {
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 5%;
}

.bottomBar-newOrderContainer {
  display: none;
}

.bottomBar-pauseButtonContainer.shown,
.bottomBar-blueButtonsContainer.shown,
.bottomBar-newOrderContainer.shown {
  display: flex;
}

.bottomBar-newOrderContainer.shown {
  width: 90%;
  align-items: center;
  justify-content: flex-end;
}

.bottomBar-markAsPayedButton,
.bottomBar-sharePurchaseLinkButton,
.bottomBar-updateUserInfoButton,
.bottomBar-sendBudgetButton,
.bottomBar-createNewOrderButton {
  width: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 9px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.bottomBar-sendBudgetButton,
.bottomBar-sharePurchaseLinkButton {
  margin-left: 10%;
}

.bottomBar-sharePurchaseLinkButton {
  font-size: 8px;
}

.bottomBar-markAsPayedButton,
.bottomBar-pauseButton {
  display: none;
}

.bottomBar-createNewOrderButton {
  width: 25%;
}

/* INBOUND POPUPS */
.inboundPopup-container {
  position: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 1001;
  display: none;
  top: 0;
  left: 0;
}

.inboundPopup {
  display: none;
  max-width: 90%;
  width: 550px;
  height: 45vh;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  color: #898989;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  border-top: 5px solid #00253f;
}

.inboundPopup span {
  width: 100%;
  margin-left: 7.5vh;
  font-size: 13px;
  position: relative;
}

#markAsPayed-textarea {
  width: 85%;
  background-color: #f1f1f1;
  resize: none;
  border: none;
  text-indent: 20px;
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 13px;
}

.inboundPopup-saveButton {
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

.inboundPopup.sendBudget {
  height: 280px;
}

.inboundPopup.sendBudget .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
}

.inboundPopup.sendBudget .inputWrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}

.inboundPopup.sendBudget .inputWrapper.isSwitch {
  justify-content: flex-start;
}

.inboundPopup.sendBudget label:not(#ivaIncluded),
.inboundPopup.sendBudget label:not(#openWhatsapp) {
  flex-basis: 60%;
}

.inboundPopup.sendBudget .inputWrapper.notVisible {
  display: none;
}

.whatsappButton {
  width: 60%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00253f;
  font-size: 11px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}

#txtSalesmanCode,
#txtSalesmanName,
#txtSalesmanLastName {
  border-radius: 4px;
  background-color: #e6e6e6;
  text-indent: 5px;
  width: 50%;
}

.salesmanCustomSwitch.adminSwitch {
  position: relative;
  display: inline-block;
  height: 30px;
}

.salesmanCustomSlider.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salesmanCustomSwitch.adminSwitchChecked .slider {
  background-color: #4caf50 !important;
  box-shadow: 0 0 1px #4caf50;
}

.salesmanCustomSlider.slider.round {
  border-radius: 34px;
  width: 48px;
  top: 5px;
  height: 21px;
  display: inline-block;
}

.salesmanCustomSlider.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #808080;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.salesmanCustomSwitch.adminSwitchChecked .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #f0f0f0;
}

.salesmanCustomSlider.slider.round:before {
  border-radius: 50%;
}

/* ---- */

/* -----SALESMAN SECTION ENDS----------- */
#bottomBarContent {
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  position: absolute;
}

#blogLinkImg {
  height: 14px;
  width: 15px;
  float: left;
  margin-top: 2px;
}

#content {
  position: relative;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}

#myCart {
  display: inline-block;
}

#searchImg {
  position: absolute;
  height: 20px;
  margin-top: 7px;
  margin-left: 61px;
}

#searchBar {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: white;
  height: 0px;
}

#searchSite {
  width: 70%;
  display: block;
  position: relative;
  margin: 0 auto;
  height: 30px;
  padding: 3px;
  padding-left: 10px;
  color: black;
  margin-top: 4px;
  font-size: 15px;
}

#searchSite::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}

#searchSite:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}

#searchSite::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}

#searchSite:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

#bottomBar {
  position: relative;
  width: 100%;
  height: 47px;
}

.widthContainer {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: 100%;
  text-align: left;
  margin-bottom: 40px;
}

#removeWishlistProduct {
  cursor: pointer;
  background-image: url(../../files/heartFilled.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.removeWishlistProduct {
  background-image: url(../../files/whishlistCross.svg);
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  bottom: 100px;
  z-index: 99;
  right: 10px;
  background-position: center;
}

.addWishlistProduct {
  background-image: url(../../files/heart.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
}

.remove-WishlistProduct {
  background-image: url(../../files/heartFilled.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-position: center;
}

.figureBackground {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  bottom: 100px;
  right: 10px;
  border-radius: 5px;
  background-position: center;
}

.productSlide .figureBackground {
  bottom: 10px;
}

#wish-list-container {
  height: 30px;
  position: relative;
  width: 30px;
  top: 30px;
  left: 80%;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 5px;
}

#addToWishlist {
  cursor: pointer;
  background-image: url(../../files/heart.svg);
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.selectedTriangle {
  position: absolute;
  background-image: url(../../files/selectedTriangle.png);
  background-size: cover;
  height: 20px;
  width: 25px;
  top: -10px;
}

.productSlide .figureBackground {
  bottom: 25px;
}

#selectedTriangle1 {
  left: 250px;
}

#selectedTriangle2 {
  left: 345px;
}

#selectedTriangle3 {
  left: 440px;
}

#selectedTriangle4 {
  left: 522px;
}

#selectedTriangle5 {
  left: 612px;
}

#selectedTriangle6 {
  left: 710px;
}

#selectedTriangle7 {
  left: 793px;
}

#blogLink {
  position: relative;

  float: left;

  margin-top: 6px;
}

#searchImg:hover {
  cursor: pointer;
  opacity: 0.8;
}

#blogText {
  display: inline-block;

  float: left;

  margin-top: 3px;

  margin-left: 5px;
}

#myCartImg {
  width: 17px;

  float: left;

  display: inline-block;

  margin-top: 7px;

  margin-left: 8px;
}

#myCartText {
  float: left;

  display: inline-block;

  margin-top: 9px;

  margin-left: 5px;
}

#aboutUs {
  float: left;
  margin-top: 9px;
  margin-right: 10px;
}

#stores {
  float: left;

  margin-top: 9px;

  margin-left: 10px;

  margin-right: 10px;
}

#logIn {
  float: left;
}

#logIn:hover {
  cursor: pointer;
}

#loginImg {
  float: left;

  margin-left: 10px;

  width: 18px;

  margin-top: 7px;
}

#searchSpace {
  width: 100%;
  height: 0px;
}

#viewCart {
  float: left;
  display: block;
  padding-left: 10px;
  padding-top: 9px;
  padding-right: 3px;
}

#viewCart:hover {
  cursor: pointer;
}

#profile {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
  margin-right: 3px;
}

#profile:hover {
  cursor: pointer;
}

#logout {
  float: left;
  margin-left: 10px;
  margin-top: 9px;
}

#logout:hover {
  cursor: pointer;
}

#headerCart {
  position: relative;
  height: 20px;
  top: -4px;
}

#orderProductNumber {
  position: relative;
  float: left;
  background-color: #d34848;
  margin-right: 5px;
  color: white;
  height: 15px;
  width: 15px;
  text-align: center;
  border-radius: 12px;
  line-height: 16px;
  padding-right: 1px;
}

.signInTitle {
  display: none;
}

#headerWrapper {
  display: inline-block;
  position: relative;
  width: auto;
}

#alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
}

#alertMessageLogo {
  width: 80%;
}

.mobileElement {
  display: none !important;
}

#adminBarDiv {
  position: fixed;
  left: 0px;
  top: 130px;
  width: 300px;
  z-index: 999;
}

#adminBarTitle {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #00253f;
  color: white;
  font-size: 13px;
  text-align: center;
  border-radius: 0px 25px 25px 0px;
  cursor: pointer;
  transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
  -o-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
}

#adminContent {
  position: relative;
  float: left;
  width: 100%;
  color: #4d5550;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 0px;
  height: 0px;
  overflow: hidden;
  background-color: #e2e2e2;
  border-radius: 0px 0px 10px 0px;
  overflow: auto;
}

#contentDiv {
  width: calc(100% - 40px);
  margin-left: 20px;
  height: auto;
  float: left;
  display: block;
  margin-top: 10px;
}

#adminBarTitle.open {
  border-radius: 0px 10px 0px 0px;
  width: 100%;
}

.subcontentName {
  position: relative;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  margin-top: 2px;
  cursor: pointer;
  display: inline-block;
}

.contentTitle {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  color: #00253f;
  margin-bottom: 6px;
}

#checkoutMain2Content {
  display: block;
  max-width: 500px;
  position: fixed;
  width: 470px;
  top: 75px;
  background-color: #ffffff;
  right: 35px;
  z-index: 2000000000;
  box-shadow: 0 4px 5px 0px #0000002e;
  padding: 10px;
}

#checkoutMain2 {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 3;
  position: fixed;
}

.headerCart2Background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
}

#checkoutMain2.opened {
  display: block;
}

#finishOrder {
  width: 40%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  padding-bottom: 0;
  justify-content: center;
  vertical-align: middle;
  margin-top: 20px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #ef9249;
  border: 1px solid #ef9249;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: bold;
  font-family: "Cambay" !important;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#finishOrder:hover {
  color: #ef9249;
  background-color: #ffffff;
}

.productTitle {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ef9249;
}

#titlesFlex {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Cambay" !important;
}

#newOrder {
  background: #00253f;
  margin-top: 11px;
  border-radius: 3px;
  margin-bottom: 11px;
  height: 32px;
  margin-left: 32px;
  margin-right: 11px;
  text-align: center;
  line-height: 33px;
  color: white;
  cursor: pointer;
  float: left;
  width: 200px;
}

#newOrderFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1000;
}

#newOrderDivContainer {
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}

#newOrderDiv {
  /* position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 340px;
  border: 1px solid white;
  background-color: #ebe3d4;
  background-color: white !important;
  border: 1px solid #606060 !important;
  height: 355px;
  border-radius: 8px; */
  display: flex;
  flex-direction: column;
  max-width: 90%;
  width: 30vw;
  height: 401px;
  position: relative;
  box-sizing: border-box;
  background-color: white !important;
  border: 1px solid #606060 !important;
  border-radius: 8px;
}

#newOrderTitle {
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  text-align: left;
  color: black;
  border-bottom: 1px solid #ccc;
}

.orderDiv {
  color: #00253f;
  margin-left: 5px;
  padding: 4px;
  padding-left: 6px;
  width: 92%;
  font-size: 14px;
  float: left;
  border: 1px solid #525252;
  border-radius: 6px;
  margin-bottom: 5px;
}

.deleteOrder {
  float: right;
  cursor: pointer;
}

.orderName {
  float: left;
  margin-top: 6px;
  margin-left: 5px;
}

#newOrderAccept {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  text-align: center;
  top: 355px;
  color: white;
  cursor: pointer;
  background-color: #00253f;
  border-radius: 4px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #00253f;
}

#newOrderAccept:hover {
  border: 1px solid #00253f;
  color: #00253f;
  background-color: transparent;
}

.alertMessageClose {
  color: #333234;
}

#newOrderCloseButton {
  color: black;
  font-size: 20px;
}

.alertMessageFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.alertMessageDivContainer {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

.alertMessageDiv {
  position: relative;
  margin: 0px auto;
  margin-top: 10%;
  padding-bottom: 40px;
  width: 335px;
  border: 1px solid black;
  border-radius: var(--main-border-radius);
  background-color: white;
}

.alertMessageLogoDiv {
  position: relative;
  width: 70px;
  height: 149px;
  margin: 0 auto;
  margin-top: 34px;
}

.alertMessageLogo {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
}

.alertMessageBkgImg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.alertMessageMessage {
  position: relative;
  width: 80%;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
  color: black;
}

#alertMessageFixedContainerCheckout {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
}

#alertMessageDivContainerCheckout {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#alertCloseButtonCheckout {
  position: absolute;
  right: 20px;
  font-weight: 600;
  font-size: 11px;
  cursor: pointer;
}

#alertMessageDivCheckout {
  position: relative;
  background: white;
  width: 330px;
  min-height: 200px;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#alertMessageMessageCheckout {
  text-align: center;
  padding: 50px 0;
  max-width: 90%;
  margin: auto;
}

#alertMessageAceptarCheckout {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  background: var(--b-main-bk-color);
  border: 1px solid var(  --b-main-bk-color);
  border-radius: var(
  --main-border-radius);
  color: var(  --b-main-font-color);
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

#alertMessageAceptarCheckout:hover {
  background: transparent;
  color: var(--b-main-h-font-color);
}

.alertMessageAceptarWrapper {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.alertMessageAceptar {
  background-color: #132457;
  border: 1px solid #132457;
  line-height: 35px;
  border-radius: 5px;
}

.alertMessageAceptar:hover {
  cursor: pointer;
  opacity: 0.8;
}

.alertMessageClose {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: black;
  padding-top: 1px;
  font-size: 20px;
  background-color: transparent;
  padding: 0;
}

.alertMessageClose {
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  color: white;
  padding-top: 1px;
  font-size: 14px;
  background-color: transparent;
  padding: 0;
}

#source {
  position: relative;
  float: left;
  width: 70%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  margin-left: 15%;
  color: #606060;
}

#selectizeContainer {
  width: 70%;
  margin: 0 auto;
}

#salesmanInputsDiv {
  display: block;
  width: 100%;
  position: relative;
  float: left;
}

.orderChannelLogo {
  width: 22px;
  float: left;
}

.orderChannelInput {
  width: 66%;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 15%;
  padding: 0 0 0 3%;
  color: #606060;
  display: none;
}

.ordersContainer {
  margin-bottom: 20px;
  overflow: hidden;
}

.pendingOrders {
  width: auto;
  float: left;
  cursor: pointer;
}

#cartMessageDiv {
  width: 600px;
  height: 300px;
}

.mainMessage {
  margin-top: 38px;
  width: 100%;
  text-align: center;
  float: left;
  color: black;
  font-size: 14px;
  margin-bottom: 30px;
}

.alertColumn1 {
  width: 45%;
  float: left;
}

.alertColumn2 {
  width: 55%;
  float: right;
  padding-top: 20px;
}

#cartProductImage {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}

#cartProductTitle {
  color: black;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: left;
}

#cartProductPrice {
  position: relative;
  float: left;
  color: #9c9c9c;
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

#cartSpecs {
  width: 100%;
  float: left;
  height: 50px;
}

.specContainer {
  color: black;
  text-transform: lowercase;
  font-size: 14px;
  width: fit-content;
  float: left;
  margin-right: 25px;
}

.specTitle1 {
  float: left;
  padding-top: 5px;
  font-weight: bold;
  margin-right: 10px;
}

.cartSpecImage {
  float: left;
  width: 26px;
}

.cartNoImageSpec {
  float: left;
  padding-top: 5px;
  margin-right: 10px;
  margin-left: 0px;
}

#cartMessageButtonsWrapper {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.cartMessageAceptar {
  display: block;
  float: left;
  width: 140px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

.whatsAppWebContainer {
  width: 200px;
  height: 90px;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 1000;
  transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -moz-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -webkit-transition: bottom 0.1s ease-out, width 0.1s ease-out;
  -o-transition: bottom 0.1s ease-out, width 0.1s ease-out;
}

.whatsAppWebContainer.open {
  bottom: 10px;
  opacity: 1 !important;
}

.whatsAppWebLogo {
  width: 100%;
  height: 100%;
}

#accountOptions,
#accountOptions1,
#accountOptions2 {
  position: relative;
  float: left;
  width: 94px;
  height: 50px;
  /*overflow: hidden;*/
  font-size: 14px;
  color: white;
  text-align: center;
}

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

#myProfileUser1,
#myProfileUser2 {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#myProfileUser {
  background-color: white;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border: 1px solid #03144a;
  border-radius: 9px 9px 0px 0px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#myProfileUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#myProfileUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#myProfileUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser1,
#logoutUser2 {
  background-color: white;
  border: 1px solid #03144a;
  border-top: none;
  color: #132457;
  width: 150px;
  position: relative;
  overflow: hidden;
  height: 25%;
  line-height: 25px;
  border-radius: 0px 0px 9px 9px;
  margin-left: -80px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 7px 8px;
}

#logoutUser:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#logoutUser1:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#dialogIconTriangle {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

#logoutUser2:hover {
  background-color: #03144a;
  color: white;
  font-weight: 800;
}

#dialogIconTriangle,
#dialogIconTriangle1,
#dialogIconTriangle2 {
  position: absolute;
  top: 43px;
  right: 38px;
  font-size: 26px;
  z-index: 1;
  display: none;
}

.relatedProductsDiv {
  position: relative;
  width: 550px;
  max-width: 90%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
  display: none;
}

.relatedProductsTitle {
  position: relative;
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.relatedProductsDivSliderContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.relatedProductsDivSlider {
  position: relative;
  width: 90%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.relatedSliderLeftArrow {
  position: absolute;
  top: calc(50% - 8px);
  left: 0px;
  cursor: pointer;
}

.relatedSliderRightArrow {
  position: absolute;
  top: calc(50% - 8px);
  right: 0px;
  cursor: pointer;
}

#footerBottom {
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.rights {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 11px;
  text-align: center;
  line-height: 45px;
  pointer-events: none;
}

.byluna {
  display: block;
  height: 100%;
  float: right;
  margin-right: 100px;
}

body .fa,
body .far,
body .fas {
  font-family: "Font Awesome 5 Free" !important;
}

.blockScroll {
  overflow: hidden;
}

#toastMessage {
  position: fixed;
  z-index: 99;
  bottom: 190px;
  right: 4%;
  border-radius: 8px;
  border: 1px solid #03bc6e;
  background: #E5FFF4;
  color: #03bc6e;
  padding: 10px;
  display: none;
}

#toastMessage.toastMessageDelete{
  border: 1px solid rgba(229, 5, 5, 1);
  color: rgba(229, 5, 5, 1);
  background: #FCE6E6;
}

#toastMessageText {
  display: flex;
  align-items: center;
}

#toastMessageText img {
  margin-right: 5px;
}

.hiddenToast {
  display: none;
}

.messageError {
  width: 90%;
  margin-top: 5px;
  font-size: 11px;
  color: var(--error-color);
}

/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #alertMessageDivCheckout{
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .removeWishlistProduct {
    bottom: 105px;
  }

  .productSlide .figureBackground {
    bottom: 90px;
  }

  .figureBackground {
    bottom: 100px;
  }

  .byluna {
    margin-right: 0px;
  }

  html {
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
  }

  .centeredContent,
  .widthContainer {
    width: 90% !important;
  }

  .mobileElement {
    display: block !important;
  }

  .desktopElement {
    display: none !important;
  }

  #content {
    min-width: 0px;
  }

  .responsiveElement {
    min-width: 0px !important;
  }

  #loaderDiv {
    position: relative;
    margin: 0px auto;
    top: calc(50% - 20px);
    width: 40px;
  }

  #adminBarDiv {
    top: 70px;
    width: 230px;
  }

  #newOrder {
    margin-top: 24px;
    margin-left: 22px;
    width: 190px;
  }

  #cartMessageDiv {
    width: 90%;
    margin-top: 36%;
    border: 1px solid black;
    height: auto;
    overflow: hidden;
  }

  .alertColumn1,
  .alertColumn2 {
    width: 100%;
  }

  #cartProductImage {
    width: 120px;
    height: 120px;
  }

  #cartProductTitle {
    text-align: center;
  }

  #cartProductPrice {
    text-align: center;
    float: none;
    margin-bottom: 10px;
  }

  #noStockDiv {
    max-width: 90%;
    left: 5% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  #stockRequestNegative {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  #noStockMessage {
    margin-top: 60px;
  }
}

@media (max-width: 1024px) {
  #content {
    max-width: 1024px;
  }

  #alertMessageDivCheckout {
    width: 80%;
  }
}

@media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heartFilled.svg);
  }

  .remove-WishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }

  #removeWishlistProduct:hover {
    background-image: url(../../files/heart.svg);
  }
}

@media screen and (max-width: 1100px) {
}

/* File: //css/custom.css */

/* File: //css/layouts/checkoutBody.css */
.hiddenElement {
  display: none !important;
}

.checkoutContainer {
  display: flex;
  grid-template-columns: 6fr 3fr;
  height: 100%;
  justify-content: space-between;
}

.checkoutContainer.plainBudgetWeb {
  display: block;
}

.leftInfoContainer {
  margin: 0 auto;
  overflow: auto;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
}

.leftInfoContainerCurrent,
.lunaLink {
  max-width: 850px;
  margin: 0 auto;
  width: 90%;
}

.rightInfoContainer {
  grid-column: 2 / 4;
  width: 100%;
  background: var(--items-background);
  overflow: auto;
  max-width: 530px;
  width: 40%;
}

.cartSeparator {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  margin-top: 1px;
  margin-bottom: 1px;
}

.checkoutPopupContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  align-items: center;
  justify-content: center;
  display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .checkoutPopupContainer {
      height: 100vh;
    } 
  }
}

.visibleFlex {
  display: flex;
}

.checkoutPopupBody {
  position: relative;
  min-width: 400px;
  height: auto;
  overflow: hidden;
  background: white;
  border-radius: 24px;
  padding: 20px;
}

#elPaisPopupContainer .checkoutPopupBody {
  width: 400px;
}

.checkoutPopupClose {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  font-weight: 600;
}

#elPaisPopupContainer .elPaisLogoContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#elPaisPopupContainer .elPaisLogo {
  width: 100px;
}

.checkoutPopupTitle {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: var(--secondary-font-weight);
}

.checkoutPopupTitle.productPriceDetailsPopup,
.checkoutPopupTitle.elPaisPopup {
  text-transform: none;
  text-align: left;
  font-size: 25px;
  margin-bottom: 30px;
  width: 100%;
  margin: 20px auto 20px auto;
}

.checkoutPopupTitle.productPriceDetailsPopup {
  margin: 20px auto 0 auto;
}

.checkoutPopupSubtitle {
  width: 100%;
  margin: 10px auto 20px;
}

.checkoutPopupTitle.elPaisPopup {
  margin-top: 15px;
  text-align: center;
}

#giftMessageText {
  position: relative;
  width: 75%;
  margin: 0 auto;
  display: block;
  resize: none;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  margin-top: 20px;
  height: 114px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  font-size: 13px;
}

.checkoutPopupTextContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.checkoutPopupTextContainer .textRow{
  margin-bottom: 10px;
}

.text.simpleText b{
  font-weight: 200;
}

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

.boldText {
  font-weight: var(--secondary-font-weight);
}

.negativeValue {
  color: #d30000;
}

.checkoutPopupActionButton {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 15px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base-checkout);
  color: var(--btn-font);
  text-transform: uppercase;
  font-weight: var(--secondary-font-weight);
  cursor: pointer;
}

#giftNoMessageButton {
  position: relative;
  text-align: center;
  margin-top: 15px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.paisDataContainer {
  width: 100%;
  height: 45px;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.paisInput {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  text-indent: 10px;
}

#elPaisPopupContainer .checkoutPopupActionButton {
  background-color: #005ca9;
  color: white;
  border: 1px solid #005ca9;
  transition: .5s all ease-in-out;
}

#elPaisPopupContainer .checkoutPopupActionButton:hover {
  background-color: transparent;
  color: #005ca9;
}

.lunaLink {
  display: flex;
  align-items: center;
  margin: 30px auto 0;
}

.copyright {
  font-size: 12px;
  line-height: 11px;
  margin-right: 7px;
}

.lunaLogo {
  width: 35px;
  height: auto;
}

/* .leftInfoContainerCurrent{
  width: 100%;
  padding: 10px 10px 20px 10px;
  font-weight: 400;
  height: fit-content;
  border-radius: 20px;
  background: var(--items-background);
} */

.previousStep,
.previousStepBilling {
  width: 100%;
  padding-bottom: 20px;
}

.previousStep a,
.previousStepBilling a {
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.previousStep a:hover,
.previousStepBilling a:hover {
  font-weight: 600;
}

.plainBudgetWeb{
  overflow: auto;
}

.plainBudgetWeb .fixedSummary{
  position: unset;
  background: unset;
  border-top: unset;
  padding: 0 0 40px 0;
}

.plainBudgetWeb .leftInfoContainer{
  padding-bottom: 40px !important;
}

.plainBudgetWeb .rightInfoContainer{
  width: 40%;
  max-width: unset;
  background: unset;
  margin: auto;
  min-width: 560px;
  position: unset;
  box-shadow: unset;
  border-top: unset;
}



@media only screen and (max-width: 1500px) {
  .checkoutContainer {
    grid-template-columns: 3fr 2fr;
  }

  .leftInfoContainer {}
}



/* Media general estructura checkout */
@media only screen and (max-width: 1100px) {
  .plainBudgetWeb .rightInfoContainer{
    width: 100%;
    margin: auto;
    min-width: unset;
    position: fixed;
    box-shadow: 0px -4px 9px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--lighter-base);
    padding: 20px 5%;
    max-width: unset;
    background: white;
  }

  .plainBudgetWeb .cartContinueSection{
    width: 100%;
  }

  .plainBudgetWeb .containerBottomExtraInfo{
    display: none !important;
  }

  .lunaLink {
    justify-content: center;
  }

  .leftInfoContainerCurrent {
    width: 100%;
    max-width: unset;
  }

  .checkoutContainer {
    display: flex;
    flex-direction: column;
  }


  .leftInfoContainer {
    width: 100%;
    margin: 0 auto;
    padding-block: 0;
    height: 100%;
  }

  .rightInfoContainer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
    box-shadow: 0px -4px 9px 0px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--lighter-base);
    padding: 10px 0 5px;
    max-width: unset;
  }

  .orderProductsContainer .cartSeparator:first-child,
  .orderProductsContainer .cartSeparator:last-child {
    display: none;
  }

  #elPaisPopupContainer .checkoutPopupBody {
    min-width: unset;
    width: 90%;
  }

  .checkoutPopupTextContainer .textRow {
    height: auto;
    width: 100%;
  }

  .checkoutPopupTitle.productPriceDetailsPopup {}

  #couponsMessageDivContainer .formElement {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 24px;
    position: relative;
  }

  #couponsMessageDivContainer .formElement .messageError {
    position: absolute;
  }

  #couponsMessageDivContainer .textRow {
    height: auto;
    text-align: center;
    width: 88%;
    margin: 15px auto 0;
  }

  #couponsMessageDivContainer #couponMessageTitle,
  #coinsMessageDivContainer #coinsnMessageTitle {
    margin-top: 20px;
  }

  #couponsMessageDivContainer .applyCouponButton {
    position: relative !important;
    width: 100%;
    height: 45px;
    border-radius: 10px;
    margin-top: 0;
  }

  #coinsMessageDivContainer .textRow {
    justify-content: center;
    margin-bottom: 20px;
  }

  #coinsCheckboxContainer {
    width: 100%;
    min-width: unset;
  }

  .checkoutPopupBody {
    width: 90%;
    min-width: unset;
  }

  .coinsCheckbox {
    display: flex;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background-color: var(--items-background);
  }

  .coinsCheckbox {
    margin-bottom: 10px;
  }

  .coinsCheckbox:last-child {
    margin-bottom: 0;
  }

  .coinsCheckbox p {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
  }

  .coinsCheckbox .radioButtonContainer.checked .radioButton {
    /* background-color: white;
    clip-path: polygon(17% 54%,
        28% 43%,
        38% 54%,
        70% 22%,
        81% 33%,
        38% 75%,
        17% 54%); */
    background: url("../../files/checkout/checked.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

}

/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .checkoutPopupBody {
    max-width: 400px;
  }

  #couponsMessageDivContainer .checkoutPopupTextContainer {
    align-items: center;
  }
}


/* File: //css/layouts/checkoutFooter.css */
/* #footer {
    width: 100%;
    height: var(--footer-height);
    background-color: var(--base-checkout);
}

.footerRow {
    margin: 0 auto;
    width: 95%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center;
}

.lunaLogo {
    width: 50px;
    height: 50px;
} */

/* File: //css/layouts/checkoutEmptyCart.css */
#emptyCart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.rightItemsContainer {
    display: none !important;
}

.emptyCartTop {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.emptyCartTextContainer {
    background-color: var(--items-background);
    border-radius: 20px;
    width: 100%;
    padding: 70px 0;
}

.emptyCartTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
}

.emptyCartText {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 30px;
}

.emptyCartButton {
    background: var(--btn);
    padding: 10px 15px;
    border-radius: var(--main-border-radius);
    border: 1px solid var(--btn);
    color: white;
    cursor: pointer;
    transition: .5s all ease-in-out;
}

.emptyCartButton:hover {
    background-color: transparent;
    color: var(--btn);
}

.emptyCartFooter .lunaLink {
    margin-top: 0;
    margin: auto;
    justify-content: center;
}

.emptyCartFooter {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}


#content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Media general checkout */
@media only screen and (max-width: 1100px) {
    .emptyCartTextContainer {
        padding: 30px 20px;
        margin-top: 5%;
    }

    .emptyCartTitle {
        font-size: 18px;
        line-height: 19px;
        max-width: 90%;
        margin: 0 auto;
    }

    .emptyCartText {
        line-height: 19px;
        max-width: 280px;
        margin: 10px auto 30px auto;
    }

    .emptyCartTop {
        margin-top: 0;
    }


    .emptyCartFooter {
        margin-bottom: 30px;
    }

    .emptyCartButton:hover {
        background: var(--btn);
        color: white;
    }
}

/* File: //css/layouts/signInPopup.css */
#signInFixedContainer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}

.blackBkg80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#loginMessageDiv {
  position: fixed;
  width: 365px;
  margin: 0 auto;
  left: 0;
  right: 0;
  margin-top: 39px;
  background-color: transparent;
}

#loginCloseDiv {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  border-radius: 29px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loginCloseDiv:hover {
  opacity: 0.9;
}

.signInTitle {
  display: block;
  position: relative;
  width: 65%;
  color: black;
  font-size: 16px;
  margin-top: 23px;
  margin-bottom: 20px;
  margin-left: 17.5%;
  text-align: center;
}

.signInInput {
  position: relative;
  display: block;
  width: 66%;
  height: 35px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 10px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.signInInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f9194;
  opacity: 0.8;
}

.signInInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8f9194;
  opacity: 0.8;
}

#signInHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-left: 3%;
  margin-top: 25px;
}

#firstSignInHalf {
  position: relative;
  height: auto;
}

#secondSignInHalf {
  position: relative;
  height: auto;
}

#registerHalf {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}

.signInButton {
  position: relative;
  width: 15%;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.signInArrow {
  height: 60%;
  margin-top: 20%;
}

.signInCheckbox {
  width: 15px;
  height: 15px;
  float: left;
  position: relative;
  border-radius: 4px;
  margin-top: 10px;
  border: 1px solid black;
  cursor: pointer;
}

.signInCheckbox:checked {
  background-image: url(../../files/checked.png);
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.checkboxText {
  float: left;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
}

#forgotPassword {
  position: relative;
  float: right;
  margin-top: 11px;
  text-align: right;
  font-size: 12px;
  margin-right: 16%;
  color: black;
  cursor: pointer;
}

#forgotPassword:hover {
  text-decoration: underline;
}

#signInHalvesDivider {
  position: relative;
  float: left;
  width: 2px;
  height: 450px;
  margin-top: 32px;
  margin-left: 7%;
  margin-right: 7%;
  background-color: black;
  border-radius: 10px;
}

#signInDivContainer {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}

#terms {
  font-size: 11px;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 15px auto;
  color: black;
}

#discountsText {
  position: relative;
  float: left;
  width: 210px;
  margin-left: 10px;
  margin-top: 8px;
  color: black;
  font-size: 11px;
}

#discountsRow {
  position: relative;
  width: 70%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
}

#receiveDiscount {
  margin-top: 10px;
}

#signGuest {
  width: 100%;
  height: 128px;
  position: relative;
  background-color: white;
  overflow: hidden;
  float: left;
}

#signInUser {
  margin-top: 0px;
  width: 100%;
  height: auto;
  position: relative;
  background-color: white;
  overflow: hidden;
  float: left;
  padding-bottom: 16px;
  margin-bottom: 12px;
}

.signInButtonLarge {
  position: relative;
  width: 69%;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
}

.hideContainer {
  display: none;
}

.signInButtonLarge:not(.facebookConnect):hover {
  background-color: white;
}

.facebookInitial {
  height: 23px;
  width: auto;
  margin-top: 6px;
  margin-left: 20%;
  float: left;
}

.facebookConnect {
  background-color: #3c5a98 !important;
  display: block;
  border: 2px solid #3c5a98 !important;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.facebookText {
  float: left;
  margin-left: 10px;
  color: white;
  font-size: 12px;
}

#changeToRegisterButton,
#changeToLoginButton {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  cursor: pointer;
  margin-top: 12px;
  float: left;
}

#changeToRegisterButton:hover {
  opacity: 0.8;
}

#changeToLoginButton:hover {
  opacity: 0.8;
}

#registerUser {
  background-color: white;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 18px;
}

.facebookSecond {
  margin-left: 5%;
}

.separator {
  position: relative;
  width: 59%;
  border-bottom: 1px solid #adadad;
  height: 1px;
  margin: 0px auto;
  margin-top: 23px;
  margin-bottom: 23px;
}

#guestInputContainer {
  width: 70%;
  margin: 0px auto;
  height: 37px;
}

#signInEmailGuest {
  width: 83%;
  margin-left: 0px;
  float: left;
  margin-top: 0px;
  padding: 0;
  text-indent: 10px;
}

#personOrBusinessDiv {
  width: 69%;
  margin: 0 auto;
  position: relative;
  display: block;
  height: 35px;
  margin-top: 20px;
  color: #757575;
  border-radius: 0px;
  font-size: 13px;
}

.personOrBusiness {
  width: 48%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 35px;
  border: 1px solid #757575;
  cursor: pointer;
}

.personOrBusiness.selected {
  background-color: #00aae3;
  color: white;
  border: 1px solid #00aae3;
}

#registerBusiness {
  float: right;
}
#googleSignIn iframe {
  margin: 0 auto !important;
}
#googleSignIn {
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  #guestInputContainer {
    width: 75%;
  }
  #loginMessageDiv {
    width: 85%;
    height: 85%;
    overflow: visible;
    margin-top: 20px;
  }
  #signInHalf {
    width: 100%;
    margin-left: 0px;
    float: none;
    margin-top: 25px;
    height: auto;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
  }
  #signInHalvesDivider {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: black;
  }
  #registerHalf {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
    display: block;
    height: auto;
    /*
        transition: height .3s;
        -moz-transition: height .3s;
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        */
  }
  #loginCloseDiv {
    top: -7px;
    right: -8px;
    border-radius: 18px;
  }
  .close {
    display: none !important;
  }
  .signInLinkTitle {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0px;
    padding-top: 10px;
  }
  .facebookConnect {
    margin-bottom: 10px;
  }
  .separator {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #terms {
    margin-top: 15px;
  }
  #changeToLoginButton {
    height: 35px;
  }
  #signInHalvesDivider {
    display: none;
  }
  #signInDividerposition {
    position: relative;
    float: none;
    width: 70%;
    height: 1px;
    margin: 0 auto;
    background-color: black;
  }
  .facebookText {
    margin-left: 7px;
    font-size: 10px;
  }
  #changeToRegisterButton {
    width: 99%;
  }
  #discountsText {
    width: 79%;
  }
}

/* File: //css/checkout/checkoutLoginPopup.css */
#loginCloseDiv {
  background-color: var(--b-main-bk-color);
  color: var(--b-main-font-color);
}

.signInInput {
  border: 1px solid var(--b-main-bk-color);
  font-size: 11px;
  padding-top: 2px;
}

.signInButton {
  background-color: var(--b-main-bk-color);
  color: var(--b-main-font-color);
  border: 1px solid var(--b-main-bk-color);
}

.signInButtonLarge {
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 35px;
  border-radius: var(--main-border-radius);
  color: var(--b-main-font-color);
  background: var(--b-main-bk-color);
  border: 1px solid var(--b-main-bk-color);
  box-sizing: border-box;
}

.signInButtonLarge:not(.facebookConnect):hover {
  color: var(--b-main-h-font-color);
  background: var(--b-main-h-bk-color);
}

#changeToRegisterButton,
#changeToLoginButton {
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: var(--main-border-radius);
  color: var(--b-main-font-color);
  background: var(--b-main-bk-color);
  border: 1px solid var(--b-main-bk-color);
}

.separator {
  border-bottom: 1px solid black;
}

.signInTitle {
  color: var(--b-btn-font-color);
  text-transform: uppercase;
}

#terms,
#forgotPassword,
.checkboxText {
  color: var(--b-btn-font-color);
}

.signInCheckbox {
  border: 1px solid var(--b-main-bk-color);
}

.signInCheckbox:checked {
  background-size: 70%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(8%)
    saturate(10%) hue-rotate(314deg) brightness(93%) contrast(81%);
  filter: brightness(0) saturate(100%) invert(31%) sepia(8%) saturate(10%)
    hue-rotate(314deg) brightness(93%) contrast(81%);
}

#discountsRow {
  display: flex;
  align-items: center;
}

#receiveDiscount {
  margin-top: 0;
}

#discountsText {
  margin-top: 0;
  font-size: calc(var(--base-font-size) - 2px);
  line-height: calc(var(--base-line-height) - 2px);
}

.loginContainer#loginMessageDiv,
.registerContainer#loginMessageDiv {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  max-width: 365px;
}

/* File: //css/layouts/checkoutHeader.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--primary-font);
  color: var(--base-checkout);
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

:root {
  --base-checkout: #000000;
  --lighter-base: #c5c5c5;
  --secondary-checkout: #ffffff;
  --web-background-checkout: #ffffff;
  --items-background: #f8f8f8;
  --borders-color: #d0d0d0;
  --menu-font-size: 14px;
  --menu-line-height: 24px;
  --base-font-weight: 400;
  --secondary-font-weight: 600;
  --base-font-size: 14px;
  --base-line-height: 18px;
  --btn: #000000;
  --btn-hover: #ffffff;
  --btn-font: #ffffff;
  --btn-font-hover: #000000;
  --btn-border: #000000;
  --btn-border-hover: #000000;
  --btn-font-size: 16px;
  --btn-line-height: 40px;
  --header-height: 71px;
  --header-height-mobile: 70px;
  --footer-height: 55px;
  --primary-font: "ProximaNova";
  --main-border-radius: 8px;
  --secondary-border-radius: 12px;
  --error-color: #ff0000;

  --b-btn-bk-color: #0fd79b;
  /* cart continue background color */
  --b-btn-font-color: #000000;
  /* cart continue font color */
  --b-btn-h-bk-color: rgba(15, 215, 155, 0.1);
  /* cart continue background hover color (es el color de la marca con transparencia) */
  --b-btn-h-font-color: #0fd79b;
  /* cart continue font hover color */
  --b-main-bk-color: #000000;
  /* brand btns background color & steps color */
  --b-main-font-color: #ffffff;
  /* brand btns font color */
  --b-main-h-bk-color: transparent;
  /* brand btns hover background color */
  --b-main-h-font-color: #000000;
  /* brand btns hover font color */
  --b-aux-font-color: #000000;
  /* brand message font color */
  --b-aux-bk-color: rgba(0, 174, 239, 0.1);
  /* brand message background color (es el color de la marca con transparencia) */
  --b-aux-border-color: #00aeef;
  /* brand message border color */
}

input {
  border-radius: 0;
  padding: 0;
  font-weight: var(--base-font-weight);
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

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

.tr-3 {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

.tr-4 {
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tr-5 {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-style {
  border-radius: var(--main-border-radius);
  color: var(--b-main-font-color);
  background: var(--b-main-bk-color);
  border: 1px solid var(--b-main-bk-color);
  transition: .5s all ease-in-out;
}

.clientInfoInput {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-indent: 10px;
  scroll-margin-top: 40px;
}

.clientInfoInput:focus {
  background-color: white;
}

.formElement input,
.formElement select {
  overflow: hidden;
  width: 100%;
  height: 45px;
  border: 1px solid var(--borders-color);
  border-radius: var(--main-border-radius);
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  color: black;
}

.newClientContainer #customerEmail:disabled {
  border: 1px solid var(--borders-color);
  background: #ededed;
  margin-bottom: 10px;
  color: #828282;
}

.moreInfoI {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: calc(50% - 7px);
}

.clientInfoContainer {
  position: relative;
}

.clientInfoInputContainer {
  margin-bottom: 24px;
}


.formElement input.invalidInput,
.invalidInput input {
  border: 1px solid var(--error-color);
}

.inputErrorMessage{
  color: var(--error-color);
  margin: unset;
}

.inputErrorMessage {
  position: absolute;
  font-size: 11px;
  margin: unset;
  top: 47px;
}

.formElement.invalidInput .block {
  padding: 15px 25px;
  border-radius: var(--secondary-border-radius);
  box-sizing: border-box;
  background: var(--items-background);
}

.block div:first-of-type .rowTitle {
  margin-top: 0px;
}

#alertMessageLogo {
  max-width: 140px;
}

.alertMessageAceptar {
  background-color: var(--base-checkout);
  border: 1px solid var(--base-checkout);
  line-height: 45px;
  height: auto;
  border-radius: var(--main-border-radius);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.alertMessageDiv {
  border: 1px solid white;
  border-radius: var(--main-border-radius);
}

.alertMessageClose {
  color: var(--base-checkout);
  top: 10px;
  font-size: 25px;
  right: 14px;
}

#alertMessageMessage {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--base-checkout);
}

.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 5;
  opacity: 0;
  display: none;
}

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

body.open {
  overflow: hidden;
}

#content {
  width: 100%;
  min-width: unset;
  background-color: var(--web-background-checkout);
  height: calc(100svh - (var(--header-height)));
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #content {
      height: calc(100vh - (var(--header-height)));
    }
  }
}

#header {
  height: var(--header-height);
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: var(--secondary-checkout);
  border-bottom: 1px solid var(--lighter-base);
}

#headerDummy {
  position: relative;
  width: 100%;
  height: var(--header-height);
}

.headerRow {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.headerCol {
  flex-basis: auto;
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 530px;
  width: 40%;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: visible;
  text-transform: uppercase;
}

.headerMainCol {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
}

#headerLogoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5%;
}

#headerLogoContainer a {
  display: block;
  width: 100%;
}

#headerLogoContainer img {
  display: block;
  max-height: 50px;
  max-width: 190px;
}

#header.openMenu #headerLogoContainer {
  display: none;
}

.rightItemsContainer {
  position: relative;
  height: 20px;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  width: 100%;
  max-width: 520px;
  margin-right: 5%;
}

.checkoutSteps {
  display: grid;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
  grid-template-columns: auto auto auto;
  text-transform: uppercase;
}

.checkoutSteps a,
.goBack a {
  white-space: nowrap;
  text-wrap: nowrap;
}

.disabledStep a {
  opacity: 0.3;
  cursor: default;
}

.disabledStep.selected a {
  opacity: 1;
}

.checkoutStep.selected {
  font-weight: var(--secondary-font-weight);
  color: var(--btn);
}

.checkoutStep:hover:not(.selected):not(.disabledStep) {
  border-bottom: 1px solid var(--btn);
}

.goBack {
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.goBack:hover {
  border-bottom: 1px solid var(--btn);
}

.whatsAppWebContainer {
  width: 63px;
  height: auto;
  right: 30px;
  opacity: 0;
}

.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1;
  z-index: 2;
}

.rowTitle {
  font-size: 14px;
  font-weight: var(--secondary-font-weight);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  /* margin: 24px 0 10px; */
}

.completedSection .rowTitle {
  margin-bottom: 5px;
}

.rowTitleText {
  font-size: 16px;
}

.rowTitle div:first-child:not(.rowTitleText) {
  display: flex;
  align-items: center;
}

.rowBody .label {
  margin-bottom: 5px;
}

.loginText {
  position: relative;
  display: flex;
  align-items: center;
}

.loginText .moreInfoI {
  position: unset;
  width: 30px;
  display: flex;
  align-items: end;
  justify-content: end;
}

.loginText p {
  margin-right: 5px;
}

.rowBody .inputsContainer,
.rowBodyRUT .inputsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 24px;
}

.inputsContainer.hidden {
  display: none;
}

.mobile {
  display: none !important;
}

.desktop {
  display: flex !important;
}

.alertMessageAceptar:hover {
  color: var(--base-checkout);
}

.rowBodyRUT.open {
  position: relative;
}

.rowBodyRUT.open .checkoutFieldContainerRadioButtons .inputErrorMessage {
  top: 0px;
}

.rowBodyRUT.open .checkoutFieldContainer {
  margin-top: 20px;
}

.formElement input::placeholder {
  font-size: 13px;
}

.checkoutOptions.invalidInput {
  border: 0px !important;
}

.invalidInput .checkoutOptionsTitle {
  color: red;
}

@media only screen and (max-width: 1500px) {
  .headerRow {
    grid-template-columns: 3fr 2fr;
  }

  .checkoutSteps {
    gap: 20px;
  }

  .checkoutSteps a,
  .goBack a {
    font-size: 13px;
  }
}

/* Media general checkout */
@media only screen and (max-width: 1100px) {

  /* Media header checkout*/
  #headerDummy {
    height: var(--header-height-mobile);
  }

  #content {
    height: calc(100svh - (var(--header-height-mobile)));
  }

  #header {
    height: var(--header-height-mobile);
  }

  #headerLogoContainer img,
  .headerCol:first-child {
    max-height: 25px;
    width: unset;
  }

  .headerCol:last-child {
    height: auto;
    width: unset;
  }

  #headerLogoContainer {
    margin-bottom: 10px;
  }

  .headerRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px auto 10px;
    height: calc(100% - 20px);
    display: flex;
  }

  .rightItemsContainer {
    height: auto;
    margin-top: 5px;
  }

  .goBack.mobile {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*******/

  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }

  .block {
    padding: 0 15px 15px 15px;
    border-radius: 15px;
  }

  .rowBody .inputsContainer,
  .rowBodyRUT .inputsContainer {
    grid-template-columns: 1fr;
  }

  .rowBody .label {
    font-size: 13px;
  }

  .rowBodyRUT.open .checkoutFieldContainerRadioButtons .inputErrorMessage {
    top: 0px;
  }

  .rowBodyRUT.open .checkoutFieldContainer {
    margin-top: 19px;
  }

  .loginText {
    justify-content: space-between;
  }

  .pickupDateSection .rowTitleText {
    max-width: 150px;
  }
}

@media screen and (min-width: 1100px) {
  .btn-style:hover {
    color: var(--b-main-h-font-color);
    background: var(--b-main-h-bk-color);
  }

  .applyCouponButton:hover {
    background: var(--b-main-h-bk-color);
  }
}



/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pickupDateSection .rowTitleText {
    max-width: unset;
  }
}
a* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Semibold.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("../../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"),
    url("../../fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--primary-font);
  color: var(--base-checkout);
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

:root {
  --base-checkout: #000000;
  --lighter-base: #c5c5c5;
  --secondary-checkout: #ffffff;
  --web-background-checkout: #ffffff;
  --items-background: #f8f8f8;
  --borders-color: #d0d0d0;
  --menu-font-size: 14px;
  --menu-line-height: 24px;
  --base-font-weight: 400;
  --secondary-font-weight: 600;
  --base-font-size: 14px;
  --base-line-height: 18px;
  --btn: #000000;
  --btn-hover: #ffffff;
  --btn-font: #ffffff;
  --btn-font-hover: #000000;
  --btn-border: #000000;
  --btn-border-hover: #000000;
  --btn-font-size: 16px;
  --btn-line-height: 40px;
  --header-height: 71px;
  --header-height-mobile: 70px;
  --footer-height: 55px;
  --primary-font: "ProximaNova";
  --main-border-radius: 8px;
  --secondary-border-radius: 12px;
  --error-color: #ff0000;

  --b-btn-bk-color: #0fd79b;
  /* cart continue background color */
  --b-btn-font-color: #000000;
  /* cart continue font color */
  --b-btn-h-bk-color: rgba(15, 215, 155, 0.1);
  /* cart continue background hover color (es el color de la marca con transparencia) */
  --b-btn-h-font-color: #0fd79b;
  /* cart continue font hover color */
  --b-main-bk-color: #000000;
  /* brand btns background color & steps color */
  --b-main-font-color: #ffffff;
  /* brand btns font color */
  --b-main-h-bk-color: transparent;
  /* brand btns hover background color */
  --b-main-h-font-color: #000000;
  /* brand btns hover font color */
  --b-aux-font-color: #000000;
  /* brand message font color */
  --b-aux-bk-color: rgba(0, 174, 239, 0.1);
  /* brand message background color (es el color de la marca con transparencia) */
  --b-aux-border-color: #00aeef;
  /* brand message border color */
}

input {
  border-radius: 0;
  padding: 0;
  font-weight: var(--base-font-weight);
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

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

.tr-3 {
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}

.tr-4 {
  -moz-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.tr-5 {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.btn-style {
  border-radius: var(--main-border-radius);
  color: var(--b-main-font-color);
  background: var(--b-main-bk-color);
  border: 1px solid var(--b-main-bk-color);
  transition: .5s all ease-in-out;
}

.clientInfoInput {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  text-indent: 10px;
  scroll-margin-top: 40px;
}

.clientInfoInput:focus {
  background-color: white;
}

.formElement input,
.formElement select {
  overflow: hidden;
  width: 100%;
  height: 45px;
  border: 1px solid var(--borders-color);
  border-radius: var(--main-border-radius);
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  color: black;
}

.newClientContainer #customerEmail:disabled {
  border: 1px solid var(--borders-color);
  background: #ededed;
  margin-bottom: 10px;
  color: #828282;
}

.moreInfoI {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: calc(50% - 7px);
}

.clientInfoContainer {
  position: relative;
}

.clientInfoInputContainer {
  margin-bottom: 24px;
}


.formElement input.invalidInput,
.invalidInput input {
  border: 1px solid var(--error-color);
}

input.invalidInput::placeholder,
.inputErrorMessage,
.invalidInput input::placeholder {
  margin: unset;
}

.inputErrorMessage {
  position: absolute;
  font-size: 11px;
  margin: unset;
  top: 47px;
}

.formElement.invalidInput .block {
  padding: 15px 25px;
  border-radius: var(--secondary-border-radius);
  box-sizing: border-box;
  background: var(--items-background);
}

.block div:first-of-type .rowTitle {
  margin-top: 0px;
}

#alertMessageLogo {
  max-width: 140px;
}

.alertMessageAceptar {
  background-color: var(--base-checkout);
  border: 1px solid var(--base-checkout);
  line-height: 45px;
  height: auto;
  border-radius: var(--main-border-radius);
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.alertMessageDiv {
  border: 1px solid white;
  border-radius: var(--main-border-radius);
}

.alertMessageClose {
  color: var(--base-checkout);
  top: 10px;
  font-size: 25px;
  right: 14px;
}

#alertMessageMessage {
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--base-checkout);
}

.bkg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 5;
  opacity: 0;
  display: none;
}

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

body.open {
  overflow: hidden;
}

#content {
  width: 100%;
  min-width: unset;
  background-color: var(--web-background-checkout);
  height: calc(100svh - (var(--header-height)));
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #content {
      height: calc(100vh - (var(--header-height)));
    }
  }
}

#header {
  height: var(--header-height);
  position: fixed;
  width: 100%;
  overflow: visible;
  z-index: 5;
  background-color: var(--secondary-checkout);
  border-bottom: 1px solid var(--lighter-base);
}

#headerDummy {
  position: relative;
  width: 100%;
  height: var(--header-height);
}

.headerRow {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.headerCol {
  flex-basis: auto;
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: 530px;
  width: 40%;
}

.headerLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: visible;
  text-transform: uppercase;
}

.headerMainCol {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
}

#headerLogoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 5%;
}

#headerLogoContainer a {
  display: block;
  width: 100%;
}

#headerLogoContainer img {
  display: block;
  max-height: 30px;
}

#header.openMenu #headerLogoContainer {
  display: none;
}

.rightItemsContainer {
  position: relative;
  height: 20px;
  overflow: visible;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: auto;
  width: 100%;
  max-width: 520px;
  margin-right: 5%;
}

.checkoutSteps {
  display: grid;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
  grid-template-columns: auto auto auto;
  text-transform: uppercase;
}

.checkoutSteps a,
.goBack a {
  white-space: nowrap;
  text-wrap: nowrap;
}

.disabledStep a {
  opacity: 0.3;
  cursor: default;
}

.disabledStep.selected a {
  opacity: 1;
}

.checkoutStep.selected {
  font-weight: var(--secondary-font-weight);
  color: var(--btn);
}

.checkoutStep:hover:not(.selected):not(.disabledStep) {
  border-bottom: 1px solid var(--btn);
}

.goBack {
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.goBack:hover {
  border-bottom: 1px solid var(--btn);
}

.whatsAppWebContainer {
  width: 63px;
  height: auto;
  right: 30px;
  opacity: 0;
}

.whatsAppWebContainer.open {
  bottom: 40px;
  opacity: 1;
  z-index: 2;
}

.rowTitle {
  font-size: 14px;
  font-weight: var(--secondary-font-weight);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  /* margin: 24px 0 10px; */
}

.completedSection .rowTitle {
  margin-bottom: 5px;
}

.rowTitleText {
  font-size: 16px;
}

.rowTitle div:first-child:not(.rowTitleText) {
  display: flex;
  align-items: center;
}

.rowBody .label {
  margin-bottom: 5px;
}

.loginText {
  position: relative;
  display: flex;
  align-items: center;
}

.loginText .moreInfoI {
  position: unset;
  width: 30px;
  display: flex;
  align-items: end;
  justify-content: end;
}

.loginText p {
  margin-right: 5px;
}

.rowBody .inputsContainer,
.rowBodyRUT .inputsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 24px;
}

.inputsContainer.hidden {
  display: none;
}

.mobile {
  display: none !important;
}

.desktop {
  display: flex !important;
}

.alertMessageAceptar:hover {
  color: var(--base-checkout);
}

.rowBodyRUT.open {
  position: relative;
}

.rowBodyRUT.open .checkoutFieldContainerRadioButtons .inputErrorMessage {
  top: 0px;
}

.rowBodyRUT.open .checkoutFieldContainer {
  margin-top: 20px;
}

.formElement input::placeholder {
  font-size: 13px;
}

.checkoutOptions.invalidInput {
  border: 0px !important;
}

.invalidInput .checkoutOptionsTitle {
  color: red;
}

@media only screen and (max-width: 1500px) {
  .headerRow {
    grid-template-columns: 3fr 2fr;
  }

  .checkoutSteps {
    gap: 20px;
  }

  .checkoutSteps a,
  .goBack a {
    font-size: 13px;
  }
}

/* Media general checkout */
@media only screen and (max-width: 1100px) {

  /* Media header checkout*/
  #headerDummy {
    height: var(--header-height-mobile);
  }

  #content {
    height: calc(100svh - (var(--header-height-mobile)));
  }

  #header {
    height: var(--header-height-mobile);
  }

  #headerLogoContainer img,
  .headerCol:first-child {
    max-height: 25px;
    width: unset;
  }

  .headerCol:last-child {
    height: auto;
    width: unset;
  }

  #headerLogoContainer {
    margin-bottom: 10px;
  }

  .headerRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px auto 10px;
    height: calc(100% - 20px);
    display: flex;
  }

  .rightItemsContainer {
    height: auto;
    margin-top: 5px;
  }

  .goBack.mobile {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*******/

  .mobile {
    display: flex !important;
  }

  .desktop {
    display: none !important;
  }

  .block {
    padding: 0 15px 15px 15px;
    border-radius: 15px;
  }

  .rowBody .inputsContainer,
  .rowBodyRUT .inputsContainer {
    grid-template-columns: 1fr;
  }

  .rowBody .label {
    font-size: 13px;
  }

  .rowBodyRUT.open .checkoutFieldContainerRadioButtons .inputErrorMessage {
    top: 0px;
  }

  .rowBodyRUT.open .checkoutFieldContainer {
    margin-top: 19px;
  }

  .loginText {
    justify-content: space-between;
  }

  .pickupDateSection .rowTitleText {
    max-width: 150px;
  }
}

@media screen and (min-width: 1100px) {
  .btn-style:hover {
    color: var(--b-main-h-font-color);
    background: var(--b-main-h-bk-color);
  }

  .applyCouponButton:hover {
    background: var(--items-background);
  }
}



/* Media estructura checkout IPAD */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .pickupDateSection .rowTitleText {
    max-width: unset;
  }
}

/* File: //css/layouts/customCheckoutHeader.css */

