/**** start of Standard ****/

body {
  font-family: sans-serif;
  -webkit-text-size-adjust: none;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

div, section, main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span, div, section, main {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
 margin: 0px;
 padding: 0px;
 font-size: 25px;

}

p {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 24px;
}

input[type="checkbox"] {
  transform: scale(1.2);
  accent-color: #007bff; /* optional */
}

.custom-h1 {
  margin-bottom: 17px;
  font-size: 23px;
  color: #333333;
}


.hide {
	display: none;
}



/**** End of Standard ****/


.pad {
  border: 1px solid #C9CAD4;
  box-shadow: 1px 1px 1px #B3B3B3;
  padding: 8px;
  background-color: #ffffff;
}

.pad-reduced {
  border: 1px solid #f7f7f7;
  box-shadow: 1px 1px #e2e2e2;
  padding: 6px;
  background-color: #ffffff;
}

.access-pad {
  padding: 15px;
  margin-top: 30px;
}



.container {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	width: 100%;
	display: flex;
}

.navigation-inner:nth-child(1) { flex-basis: 30%; }
.navigation-inner:nth-child(2) { flex-basis: 40%; }
.navigation-inner:nth-child(3) { flex-basis: 30%; }


.navigation-left {
	text-align: left
}

.navigation-right {
	display: flex;
  align-items: center;
  justify-content: flex-end; 
}

.navigation-inner-middle {
	display: flex;
    align-items: center;
    justify-content: center; 
}

.clickable-logo {
	font-family: impact;
	font-size: 23px;
	text-decoration: none;
	color: #26b2e0;
}

.logo {
  font-family: impact;
  font-size: 23px;
  color: #26b2e0;
}

.menu-bars {
	font-size: 22px;
	cursor: pointer;
}


.search-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;

  /* SCALE HERE */
  transform: scale(1.2);
  transform-origin: center;

}

/* Circle (lens) */
.search-icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #000;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

/* Handle (attached) */
.search-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 3px;
  background: #000;
  border-radius: 2px;

  /* KEY PART */
  top: 10px;     /* touches circle edge */
  left: 10px;    /* starts inside circle border */
  transform: rotate(45deg);
  transform-origin: left center;
}


.menu-search-icon-top {
	font-size: 22px;
	cursor: pointer;
  display: none;
  margin-right: 4px;
}

.post-button {
  border-radius: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 15px;
}

.store-logo {
	color: #c92d24;
}

.posts-logo {
	color: #eb4f46;
}

.navigation-inner-left {
	display: flex;
}

.navigation-inner-left-inner {
	display: flex;
    align-items: center;
}

.navigation-inner-left-inner:nth-child(1) { flex-basis: 23% }
.navigation-inner-left-inner:nth-child(2) { flex-basis: 77% }


.button {
  background-color: #F8F8F8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
}



.site-button {
  background-color: #d45953;
  background-image: -webkit-linear-gradient(top,#eb4f46,#d4463d);
  background-image: -moz-linear-gradient(top,#eb4f46,#d4463d);
  background-image: -ms-linear-gradient(top,#eb4f46,#d4463d);
  background-image: -o-linear-gradient(top,#eb4f46,#d4463d);
  background-image: linear-gradient(top,#eb4f46,#d4463d);
  border: 1px solid #cc4a43;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 7px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 27px;
  padding: 0 8px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
}


.loggedout-login-link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.search {
	width: 100%;
	margin-top: 20px;
}

.search-query {
	display: flex;
	margin-top: 10px;
}

.search-query-left:nth-child(1) { flex-basis: 88%; }
.search-query-right:nth-child(2) { flex-basis: 12%; }



.search-locations-element {
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   -webkit-border-radius: 2px;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   border: 1px solid #dcdee3;
   color: #363636;
   font-size: 17px;
   overflow: hidden;
   padding-left: 8px;
   white-space: nowrap;
   background-color: #ffffff;
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   width: 100%;
   height: 53px;
   border-top-left-radius: 8px;   
   border-bottom-left-radius: 8px; 
   font-weight: bold;
   background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='28' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='gray' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px; /* bigger */
    padding-right: 40px;   /* makes space for the bigger arrow */
}


.box {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   -webkit-border-radius: 2px;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   border: 1px solid #dcdee3;
   font-size: inherit;
   overflow: hidden;
   padding-left: 8px;
   white-space: nowrap;
   background-color: #ffffff;
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   font-size: 17px;
   font-weight: bold;
   width: 100%;
   height: 53px;
   border-top-left-radius: 3px;   
   border-bottom-left-radius: 3px; 
}

.search-box {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   -webkit-border-radius: 2px;
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   border: 1px solid #dcdee3;
   color: #363636;
   font-size: inherit;
   overflow: hidden;
   padding-left: 8px;
   white-space: nowrap;
   background-color: #ffffff;
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
   font-size: 19px;
   font-weight: bold;
   width: 100%;
   height: 53px;
   border-top-left-radius: 8px;   
   border-bottom-left-radius: 8px; 
   border-right: none;
}



.search-button {
	width: 100%;
	height: 53px;
  background-color: #d45953;
  color: #ffffff;
  cursor: pointer; 
  border-top-right-radius: 8px;   
  border-bottom-right-radius: 8px; 
 
  border-top: 1px solid #cc4a43;
  border-right: 1px solid #cc4a43;
  border-bottom: 1px solid #cc4a43;
  border-left: none;
}


.search-magnifying-glass {
	font-size: 19px;
}

.main {
	min-height: 800px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.footer-link {
	font-size: 12px;
	color: #b1b2b3;
}

.footer-bar {
	font-size: 12px;
	color: #b1b2b3;
}


.search-prices {
	width: 100%;
	margin-top: 15px;
	display: none;
}

.search-price {
	width: 120px;
	font-size: 17px;
	display: inline;
  color: #363636;
}

.search-price::placeholder {
	color: #9d9d9e;
}

.m-p-p-image {
  width: 33px;
}

.menu {
  background-color: #fafbfc;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 7px;
  margin-top: 15px;
  width: 30%;
  display: none;
}

.menu-link {
  text-decoration: none;
  color: #a2a2a3;
  font-size: 15px;
  font-weight: bold;
}

.menu-span {
  margin-bottom: 5px;
}







/* Container under the big search bar */
.below-search {
  display: flex;
  flex-wrap: wrap;      /* ⬅ allows items to move to a new line */
  gap: 2px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 7px;
}

/* Each little block: categories, specific area, price */
.below-search > section {
  flex: 0 1 auto;       /* ⬅ don't stretch, but allow shrinking */
  max-width: 100%;      /* ⬅ so children can reach 100% if needed */
  padding-top: 6px;   /* adjust to your liking */
  padding-bottom: 6px;
  
}

/* CATEGORY + SPECIFIC LOCATION DROPDOWNS */
.categories-dropdown,
.specificarea-dropdown {
  font-weight: bold;
  font-size: 14px;
  color: #363636;

  border: none;
  outline: none;
  background-color: #ffffff;

  border: none !important;
    outline: none !important;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Let JS set exact width in px, but never exceed the container */
  max-width: 100%;
  box-sizing: border-box;

  /* Keep text on one line; layout wraps, not the text */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  /* Base padding; JS reads these for arrowPadding calculation */
  padding: 3px 4px 3px 6px;

  /* Custom arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='gray' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 16px;

  margin: 0;
}

/* Optional: if you want the dropdowns to have a subtle border */
.categories-dropdown:focus,
.specificarea-dropdown:focus {
  border: none;
  outline: 1px solid #999;
}

/* PRICE LINK */
.price-dropdown {
  display: flex;
  align-items: center;
  margin-left: 7px;
}


.price-dropdown-link {
  font-weight: bold;
  font-size: 14px;
  color: #363636;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-right: 20px; /* space for arrow */

  /* Upside-down arrow */
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='28' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5' stroke='gray' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: right 0px center;
}


.price-dropdown-link.open {
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='28' viewBox='0 0 24 24' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 14l5-5 5 5' stroke='gray' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
}


.displayblock {
  display: block; 
}

.no-js-warning {
  width: 100%;
  background-color: #cf3f38;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

#messages {
  width: 100%;
  background-color: #54a2de;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}


.cookie-notice {
  width: 100%;
  background-color: #edf1f5;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #b1b1b3;
  padding: 15px;
  border-radius: 6px;
}

.cookie-notice-top {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}

.cookie-notice-link {
  color: #b1b1b3;
  font-size: 16px;
}


.accept-all-cookies {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #49a6e3;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 12px;
}


.only-necessary-cookies {
  color: #5da8d9;
  text-decoration: none;
  font-size: 12px;
}

.menu-hr {
  border: none;
  height: 1px;
  background-color: #ededed; /* light gray */
  margin-top: 17px;
}

.access {
  margin-top: 60px;
  margin-bottom: 30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.access-logo {
  width: 100%;
  text-align: center;
}

.access-form {
  width: 100%;
  margin-top: 35px;
}

.access-space {
  margin-bottom: 15px;
}

.access-space-name-check p {
  color: #969696;
  font-size: 17px;
  display: inline;
}

.access-space-button {
  width: 100%;
  margin-top: 30px;
}

.access-button {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 21px;
}

.error {
  margin-top: 5px;
  color: #cf1b15;
  font-weight: bold;
  font-size: 16px;
}

.access-account-type-desc {
  background-color: #e3f2ff;
  border: 1px solid #cbe2f5;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  display: none;
}

.access-account-type-desc p {
   color: grey;
   margin: 0;
   padding-top: 10px;
   padding-bottom: 10px;
}


.access-link-section {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.access-link {
  color: #307fcf;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}

.signup-terms-privacy {
  width: 100%;
  margin-top: 10px;
}

.signup-terms-privacy p {
  color: #a4a5a6;
  font-size: 16px;
  line-height: 20px;
}

.signup-terms-privacy a {
  color: #818182;
  font-size: 14px;
}

.access-box {
  font-size: 21px; border: 1px solid #ababab; height: 60px; 
}

.reset-password-link-area {
  width: 100%;
  margin-bottom: 15px;
}

.access-space-resetpassword {
  margin-bottom: 5px;
}

.reset-password-link {
  color: #307fcf;
  text-decoration: none;
  font-size: 15px;
}






















































