html {
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: "Montserrat";
  font-weight: lighter;
  min-width: 320px !important;
}

header ul,
footer ul {
  margin: unset;
  padding: unset;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

header > li,
footer > li {
  list-style: none;
}

footer > h3 {
  float: left;
  text-align: left;
  color: #555;
  font-size: 0.8rem;
  font-weight: lighter;
  margin: unset;
  padding: unset;
}

header > p {
  font-size: 0.9rem;
  color: white;
}

header > a,
footer > a {
  text-decoration: none;
}

.container h5:nth-child(1) {
  margin-top: 0;
}

/* — Navigation —————————————*/

header {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}

/* — Sub Navigation —————————————*/

.subNav {
  position: relative;
  width: 100%;
  height: 40px;
  float: left;
  z-index: 2;
  overflow: hidden;
}

.subNavBG {
  /*filter: blur(100px);*/
  width: 100%;
  float: left;
  position: absolute;
  height: 40px;
  background: linear-gradient(
    90deg,
    rgba(34, 165, 112, 0.4009978991596639) 0%,
    rgba(0, 169, 157, 0.4009978991596639) 43%,
    rgba(96, 82, 158, 0.40379901960784315) 100%
  );
}

.subNavLinks {
  float: right;
  margin-right: 3%;
  position: relative;
}

.subNavLinks li img {
  width: 15px;
  height: 15px;
  margin-right: 12px;
  float: left;
}

.subNavLinks li {
  float: left;
  margin-left: 10px;
}

.subNavLinks li a {
  font-size: 0.8rem;
  font-weight: lighter;
  margin: unset;
  padding: unset;
  float: left;
}

.subNavLinks li:last-child a {
  margin-left: 10px;
}

.subNav li a {
  color: black;
  margin-top: 12px;
  margin-left: 20px;
  text-transform: capitalize;
}

.sub-nav-link-user {
  display: inline-block;
}

/* — Main Navigation —————————————*/

.nav {
  width: 100%;
  height: 60px;
  z-index: 2;
  float: left;
  position: relative;
  background-color: white;
  box-shadow: none;
  line-height: normal;
  border-bottom: #c4c4c4 1px solid;
}

.navLogo {
  float: left;
  height: 32px;
  width: 132px;
  margin: 10px 0px 9px 3%;
}

.navLogoContainer {
  float: left;
  margin-left: 3%;
}

.navLinks ul {
  float: right;
  margin: 5px 20px 5px 0px;
  padding-left: 5px;
}

.navLinks ul li {
  float: left;
  margin: 15px 0px 0px 20px;
}

.navLinks ul li a {
  text-transform: uppercase;
  color: black;
  font-size: 0.8em;
  padding: 0;
}

.navLinks ul li:hover {
  border-bottom: 1px solid black;
}

.navLinks ul li a:hover {
  background-color: transparent;
}

.active-nav-link {
  border-bottom: 1px solid black;
}

.navLinks ul li:first-child {
  margin: 15px 0px 0px 0px;
}

.navLinks-btn {
  margin: 10px 0px 5px 50px !important;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #7f5dd1;
}

.navLinks-btn a {
  float: left;
  margin: 8px 20px;
  color: white !important;
  line-height: 0.9em;
  font-size: 0.8em !important;
}

.navLinks-btn:hover {
  background-color: #572cbd;
  border-bottom: none !important;
}

.nav i {
  height: initial;
}

/*navLinks drop down*/
.navLinks-drop:hover {
  border-bottom: none;
}

.navLinks-drop:hover .navLinks-drop-content {
  visibility: visible;
}

.navLinks-drop:hover:after {
  content: "";
  display: block;
  width: 90px;
  height: 100px;
}

.navLinks-drop-content {
  visibility: hidden;
  width: 120px;
  position: absolute;
  top: 40px;
  padding-bottom: 15px;
  padding-left: 14px;
  background-color: #e8e8e8;
}

.navLinks-drop-content > li {
  text-align: left;
  float: none;
  background-color: transparent;
  margin-left: 0 !important;
}

.cart {
  float: right;
  width: 22px;
  height: 22px;
  margin: 20px 3% 0px 0px;
}

.searchBarContainer {
  float: left;
  width: 100%;
  display: flex;
}

.searchBar {
  position: relative;
  display: block;
  z-index: 2;
  width: 250px;
  height: 25px;
  float: left;
  margin: 14px 0px 0px 20px;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  color: #8e8e8e;
}

/*
Option C
.searchBar {
    position: relative;
    display: block;
    z-index: 2;
    width: 500px;
    height: 40px;
    float: left;
    margin: 20px auto;
    border: 0px 0px 1px 0px solid white;
*/

.searchBar input[type="text"] {
  padding: 3px 20px;
  font-size: 0.8em;
  color: #8e8e8e;
  background: transparent;
  border: none;
  float: left;
  width: 170px;
  height: 19px;
}

.searchBar input:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}

.searchBar input::placeholder {
  color: #8e8e8e;
}

.searchBar button {
  width: 30px;
  height: 25px;
  padding: 0px;
  border: none;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  background-color: transparent;
  color: #8e8e8e;
}

.searchBar button:hover {
  color: #6633e1;
}

.searchBar i {
  font-size: 1.2em;
  color: inherit;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

input:focus {
  outline: none !important;
}

/*side nav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #7f5dd1;
  margin-top: 0;
}

.sidenav-btn {
  color: black;
  font-size: 28px;
  position: absolute;
  right: 4%;
  top: 6px;
  display: none;
  cursor: pointer;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #7f5dd1;
}

.sideNavLinks li {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sideNavLinks ul li:hover {
  color: #f1f1f1;
}

.sideNavLinks ul a {
  color: #7f5dd1;
}

/* subscribe */

.subscribe-btn {
  padding: 0 1.4em !important;
  background-color: #5facb3;
  font-size: 1.2rem !important;
}

.subscribe-section p {
  font-size: 1.1rem;
  font-weight: bolder;
}

.subscribe-video-container {
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  margin-top: 20px;
  border-radius: 5px;
}

.subscribe-video {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.subscribe-introduction {
  padding-right: 40px !important;
}

.subscribe-introduction p:first-child {
  margin-top: 0;
}

.subscribe-introduction p:first-child::first-letter {
  font-size: 200%;
}

.subscribe-introduction p {
  font-size: 1.3rem;
  color: #3c3c3c;
}

.subscribe-section strong {
  font-weight: bolder;
  font-style: italic;
}

.subscription-title h5 {
  text-align: center;
  margin-top: 40px !important;
  color: #3c3c3c;
}

.subscription-detail {
  height: 120px;
  margin: 0 10px;
  padding: 0 20px !important;
  background-color: #5facb3;
  color: white;
  font-weight: bolder;
  border-radius: 5px;
  text-align: center;
}

.subscription-end {
  margin-top: 40px;
  text-align: center;
}

.subscription-end p {
  text-align: center;
  font-size: 1.3rem;
  color: #3c3c3c;
}

.subscription-end p:nth-child(2) {
  padding-top: 40px;
}

.subscription-end a i {
  font-size: 1.6rem;
  padding-right: 0;
}

.subscription-end .flexbox-center {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}

@media screen and (max-height: 1100px) {
  .sidenav a {
    font-size: 18px;
  }
}

/*top-bar in home*/
.logo {
  vertical-align: middle;
}

.btn {
  padding: 0 0.6em;
  margin-right: 0.5em;
  font-size: 0.9rem;
  border-radius: 2em;
}

/* slogan font in home*/
.slogan1 {
  font-size: 2.5em;
}

.slogan2 {
  font-size: 1.5em;
  line-height: 1.5em;
}

@media only screen and (min-width: 63em) {
  .slogan1 {
    font-size: 3em;
  }

  .slogan2 {
    font-size: 2em;
    line-height: 1.5em;
  }
}

.slider {
  height: 50vh !important;
  min-height: 285px !important;
}

.slides {
  height: 45vh !important;
  min-height: 260px !important;
}

.slider .slides li {
  min-height: 260px !important;
}

.indicators {
  display: none;
}

.home-listing-price {
  border: 1px solid #3c3c3c;
}

.home-listing,
.home-listing img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0.1px solid #dedede;
}

.filter-dropdown {
  padding-bottom: 0.5em;
  color: #26a69a;
}

.listing-seller {
  background-color: #dedede;
  height: 3em;
  padding: 0.5em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.listing-seller img {
  width: 2em;
  height: 2em;
}

.listing-seller span {
  position: absolute;
  padding-left: 0.5em;
  padding-top: 0.25em;
}

.btn-none {
  padding: unset;
  border-radius: unset;
  margin-right: unset;
}

.listing-show {
  display: inline-flex !important;
  width: 48.5%;
  background-color: #e8e8e8;
  box-shadow: none;
  text-transform: none;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.listing-show:hover,
.checked_label {
  background-color: #26a69a;
  color: white;
}

.listing-show-group {
  padding: 0;
  display: inline-block;
  background-color: #e8e8e8;
  border-radius: 1em;
  width: 100%;
}

.listing-show-first {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

.listing-show-last {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  float: right;
}

.material-icons {
  padding-right: 0.3em;
}

.filter-detail {
  display: none;
}

.filter-dropdown {
  cursor: pointer;
  text-align: center;
  font-weight: normal !important;
}

.filter-dropdown:hover,
.filter-active {
  background-color: #26a69a !important;
  color: white !important;
}

.filters {
  padding-bottom: 0.5em !important;
}

.filter_select {
  font-weight: normal;
  color: black;
}

/* about page */
.card.small {
  height: 100px !important;
  margin: 0.1rem 0 0 0 !important;
}

.card.small .card-image {
  max-height: 100% !important;
}

.page-content {
  padding-bottom: 4.5em;
  padding-top: 0.75em;
}

.wrapper {
  margin: 0 auto;
  max-width: 63em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  display: flex;
  flex-wrap: wrap;
}

.left-navi {
  display: none;
  /*margin-top: 9em;*/
}

.left-navi a {
  font-size: 14px;
}

.left-navi a:hover {
  font-weight: bold;
}

.left-navi-section {
  padding: 0.75em 0;
  min-height: 22rem;
  width: 100%;
  /*margin-top: 0.375em;*/
}

.left-navi-section ul li {
  list-style: disc !important;
}

.left-navi-section b {
  color: black;
}

.left-navi-dropdown {
  color: #3c3c3c;
  padding: 0.625em 0.75em;
  display: block;
  cursor: pointer;
  line-height: 1.5rem;
  font-size: 16px;
  min-height: 50px;
  font-weight: bold;
}

.with-borders {
  border: 0 soild #c3c3c3;
  background: #e8e8e8;
  border-radius: 1em;
}

.dropdown-content {
  border-radius: 1em;
}

.disabled {
  line-height: 1.5rem;
  min-height: 50px;
  font-weight: bold;
  border: 0 soild #c3c3c3;
  cursor: context-menu !important;
  background: #e8e8e8;
}

.view-listing-label {
  display: none;
}

.left-nav-link-active {
  background-color: #55acee;
  width: 100%;
  border-radius: 5px;
  padding: 4px;
}

.left-nav-link-active a {
  color: white;
}

.text-underline {
  text-decoration: underline;
}

.btn-small-radius {
  border-radius: 4px !important;
}

@media only screen and (min-width: 600px) {
  .page-content {
    padding-top: 1.5em;
  }

  .wrapper {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }

  .left-navi {
    display: block;
    position: absolute;
    width: 15.75em;
  }

  .left-navi-section {
    padding: 0 0.75em;
    margin-left: 15.75em;
  }

  .about-section {
    min-height: 250px;
  }

  .left-navi-section {
    padding-left: 3.75em;
  }

  .toggle {
    display: inline-block;
    width: auto;
  }

  .toggle-menu {
    position: absolute;
  }

  .listing-navi-desktop {
    display: block;
  }

  .listing-navi-mobile {
    display: none;
  }

  .view-listing-label {
    display: block;
    font-weight: normal;
    padding-left: 0.3em;
  }

  .hidden-tablet {
    display: none !important;
  }
}

.page-content h5 {
  margin-top: 0;
}

.page-content h6 {
  font-size: 1em;
  line-height: 1.5em;
}

h7 ul {
  list-style-type: disc !important;
  margin-left: 1em;
}

.ul-italic li {
  font-style: italic !important;
}

@media only screen and (min-width: 37.5em) {
  h6 {
    font-size: 1.375em;
    line-height: 1.3em;
  }
}

/*Listing*/
.listing-center {
  margin: 10em auto 0 auto;
  max-width: 35em;
  padding: 2em;
}

.link-group a {
  position: relative;
  display: block;
  border: 2px solid #c3c3c3;
  border-radius: 0.5em;
  margin-bottom: 0.375em;
  font-size: 1rem;
}

.link-group a:hover {
  background-color: #e8e8e8;
}

.link-group a.selected {
  background-color: #e8e8e8;
}

.link-text {
  margin-left: 0.9375em;
  padding: 0.375em 0 0.5em 0;
}

.listing-center > .link-group {
  width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

label {
  font-size: 1.2rem;
  color: black;
  display: block;
}

.listing-form {
  margin-top: 2em;
}

input.price-inline {
  display: inline-block;
  width: 30% !important;
  min-width: 50px;
}

select.price-inline {
  display: inline-block;
  width: 30% !important;
  min-width: fit-content;
  font-weight: bold;
  margin-left: 1em;
}

.listing-form > input[type="number"],
.listing-form > input[type="text"],
#payment-form > input[type="text"],
.shipping-info-box > input[type="text"],
.search-keyword {
  border: 2px solid #9e9e9e !important;
  border-radius: 0.5em !important;
  margin-top: 0.5em !important;
  padding: 0 1em !important;
  box-sizing: border-box !important;
}

textarea {
  border: 2px solid #9e9e9e;
  border-radius: 0.5em;
  margin-top: 0.5em;
  padding: 1em;
  min-height: 10em;
  margin-bottom: 20px;
}

.vertical {
  resize: vertical;
}

input[type="text"]:focus + label,
input[type="number"]:focus + label {
  color: black !important;
}

.delivery {
  margin: 1em 1em 20px 1em;
}

[type="checkbox"] + label {
  padding-left: 25px;
  font-size: 1.2rem;
}

.shipping_option {
  margin: 1em;
}

.btn-submit {
  padding: 1em;
  height: fit-content;
  line-height: normal;
  display: block;
  margin: 1em auto;
}

.image-upload {
  padding: 1em;
  display: inline-block;
}

/* user listings */
.search-form select {
  border: 2px solid #9e9e9e;
  border-radius: 0.5em;
}

.btn-search {
  width: 100%;
}

table .my-listing {
  width: 100%;
}

table .my-listing td {
}

table.my-listing thead td {
  font-weight: bold;
}

.date-align {
  text-align: center;
}

.date-align a span {
  vertical-align: super;
}

.odd {
  background-color: #e8e8e8;
}

@media only screen and (min-width: 48em) {
  .search-keyword {
    width: 55% !important;
  }

  .search-status {
    width: 25%;
  }

  .btn-search {
    width: 17%;
    display: inline;
  }
}

/* home and profile listings*/
.share-link > * {
  vertical-align: middle;
}

.profile-info {
  padding-bottom: 0.375em;
  border-bottom: 1px solid #c3c3c3;
}

.profile-info::after {
  content: "";
  display: table;
  clear: both;
}

.profile-info p {
  margin: 0;
  font-size: 1.375em;
}

.profile-image {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.profile-image img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  position: absolute;
}

.profile-button-links a {
  width: 100%;
  color: black;
}

#follow-button {
  width: 100%;
  color: black;
}

.listing {
  width: 100%;
  padding-bottom: 75%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.following-user {
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.listing img,
.following-user img,
.image-none {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.listing img,
.image-none {
  position: absolute;
}

.image-none {
  background-color: rgba(0, 0, 0, 0.6);
}

.listing-title {
  padding: 0.75em;
  bottom: 0;
  position: absolute;
  color: white;
}

.listing-price {
  padding: 0.75em;
  border-bottom-left-radius: 5px;
  top: 0;
  right: 0;
  position: absolute;
  color: #3c3c3c;
  background-color: rgba(255, 255, 255, 0.95);
}

.listing-detail-title {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.new-listing-title {
  margin-bottom: 20px;
  color: #7f5dd1;
}

.checkout-title {
  margin-top: 0;
}

.buy-now-title {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
}

/*invite modal*/
/*.fa {*/
/*    padding: 20px;*/
/*    font-size: 30px !important;*/
/*    width: 70px;*/
/*    border-radius: 50%;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*    margin: 5px 2px;*/
/*}*/

/*.fa:hover {*/
/*    opacity: 0.7;*/
/*}*/

/*.fa-facebook {*/
/*    background: #3B5998;*/
/*    color: white;*/
/*}*/

/*.fa-twitter {*/
/*    background: #55ACEE;*/
/*    color: white;*/
/*}*/

/*.fa-google {*/
/*    background: #dd4b39;*/
/*    color: white;*/
/*}*/

/*.fa-linkedin {*/
/*    background: #007bb5;*/
/*    color: white;*/
/*}*/

/*.fa-instagram {*/
/*    background: #125688;*/
/*    color: white;*/
/*}*/
/*.fa-reddit {*/
/*    background: #ff5700;*/
/*    color: white;*/
/*}*/

/*.fa-envelope {*/
/*    background: #dd4b39;*/
/*    color: white;*/
/*}*/

/*.social-inline {*/
/*    display: inline-block;*/
/*}*/

/*.hidden{*/
/*    display:none;*/
/*}*/

/* -- Footer --------------*/

footer {
  margin-top: 40px;
  border-top: 1px solid #c4c4c4;
  float: left;
  width: 100%;
}

.footerContainer {
  width: 100%;
  float: left;
  display: flex;
  margin: 25px 0px;
}

/* -- Logo --*/
.footerLogo {
  margin: 25px auto auto auto;
  height: 80px;
  width: 80px;
}

.footer-support-logo-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-support-logo {
  width: 180px;
  margin: 10px 20px;
}

.footer-support-logo:first-child {
  width: 220px;
}

.footer-support-logo:nth-child(2) {
  width: 200px;
}

.footer-support-logo img {
  opacity: 0.8;
  width: 100%;
  height: auto;
}

/* -- Links --*/
.footerLinks {
  float: left;
  width: 850px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerLinks li {
  padding: 0 14px;
  /*width: 14.28%;*/
  /*float: left;*/
  /*text-align: center;*/
}

.footerLinks li a {
  color: #5a8b78;
}

/* -- Social --*/
.footerSocial {
  margin: auto;
  padding-left: 20px;
}

.footerSocial li {
  float: left;
}

/* -- Sub Footer --*/
.subFooter {
  margin-top: 25px;
  background-color: #ddd;
  height: 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subFooter .columnOne {
  display: flex;
  align-items: center;
  margin: 3px 0px 0px 3%;
}

.subFooter .columnTwo {
  margin: 3px 3% 0px 0px;
}

.subFooter h3,
.subFooter a {
  font-size: 0.8em;
  color: #333;
}

.subFooter h3 {
  margin-bottom: 0;
  margin-top: 0;
}

.subFooter img {
  float: left;
  margin: 0px 10px 0px 10px;
}

@media screen and (min-width: 1380px) {
  .navLinks ul li {
    margin: 15px 0px 0px 60px;
  }
}

@media screen and (max-width: 1410px) {
  .navLinks li,
  .navLinks li:last-child {
    margin-left: 25px;
  }
}

@media screen and (max-width: 1370px) {
  .subscription-detail {
    height: 160px;
  }
}

@media screen and (max-width: 1000px) {
  .subscription-detail {
    height: 180px;
  }
}

@media screen and (max-width: 1240px) {
  .cart {
    display: inline-block;
    margin-right: 80px;
    margin-top: 16px;
  }

  .flexbox-rev {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .navLinks {
    display: none;
  }

  .sidenav-btn {
    display: block;
  }

  .sub-nav-link-user {
    display: none;
  }

  .sideNavLinks img {
    display: none;
  }

  .active-nav-link {
    background-color: #e8e8e8 !important;
    border-bottom: none;
  }

  #id_sidenav_divide {
    margin-top: 20px;
    border-top: 1px solid #7f5dd1;
  }

  .navLinks-drop:hover:after {
    display: none;
  }

  .navLinks-drop-content {
    visibility: visible;
    position: relative;
    width: 100%;
    top: 0;
    background-color: transparent;
  }

  .navLinks-btn {
    margin: 8px 0 !important;
    background-color: transparent;
  }

  .navLinks-btn a {
    margin: 0;
    color: #7f5dd1 !important;
  }

  .navLinks-btn:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 992px) {
  .mainHeader {
    height: auto;
  }

  .columnOne,
  .columnTwo {
    width: calc(100% - 30px);
    margin: 25px 0px;
    height: auto;
  }

  .headerTitle {
    margin: 10% auto 5% auto;
  }

  .columnTwo video {
    margin: 5% auto 30% auto;
  }

  .story ul {
    width: 80%;
    margin: 0px auto 100px auto;
  }

  .subFooter .columnOne,
  .subFooter .columnTwo {
    width: auto;
  }

  .new-feedback-form {
    padding: 0 20px;
  }

  .wrapper {
    padding-right: 2.75em;
    padding-left: 2.75em;
  }

  .subscribe-introduction {
    padding-right: 0 !important;
  }

  .subscription-detail {
    height: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  .columnOne,
  .columnTwo {
    width: calc(100% - 50px);
  }

  .columnOne,
  .columnTwo {
    padding: 0px;
    margin: 25px;
  }

  .how {
    margin-bottom: 100px;
  }

  .how .containerItem .columnOne,
  .how .containerItem .columnTwo {
    width: 100%;
  }

  .how .conatinerItem {
    margin-bottom: 0px;
  }

  .how .containerItem {
    display: block;
    margin: 25px 0px;
  }

  .how li:last-child {
    width: 100%;
  }

  .grow,
  .track,
  .connect,
  .secure {
    width: 100%;
  }

  .how .text {
    margin: auto;
  }

  .how h3 {
    margin-top: 50px;
  }

  .hide {
    display: block !important;
  }

  .show {
    display: none !important;
  }
}

@media screen and (max-width: 650px) {
  .navLinks,
  .subFooter .columnTwo {
    display: none;
  }

  .navLogoContainer {
    width: 33px;
    overflow: hidden;
  }

  .searchBar {
    margin-right: 140px;
    margin-left: 3%;
  }

  .subFooter {
    display: flex;
  }

  .subFooter .columnOne {
    margin: 10px auto 8px auto;
  }

  .headerTitle {
    margin: 10% 50px 5% 50px;
  }

  .columnTwo video {
    margin: 0% auto 200px auto;
  }

  .footerLinks,
  .footerLinks li {
    width: inherit;
    display: block;
  }

  .footerLinks li {
    clear: both;
    margin: 10px 0px;
    text-align: center;
  }

  .listing-center {
    margin: 12em auto 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .cart {
    margin-right: 60px;
  }

  .searchBar {
    width: 180px;
    margin-right: 80px;
    margin-left: 3%;
  }

  .searchBar input[type="text"] {
    width: 100px;
  }

  .subNavLinks li {
    margin-left: 0;
  }
}

.listing-image {
  padding: 0;
}
.listing-image img {
  max-width: 100%;
  max-height: 60%;
  position: relative;
}
.listing-box {
  position: relative;
  height: 16em;
}
.listing-title2 {
  font-size: 1.2em;
}
.listing-home {
  height: 100%;
}

.listing-image {
  max-height: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.listing-image img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

/* .facilities {
    display: none
}

.category_after_selected:"List your own space" + .facilities  {
    display: block;
}; */

/* New Blog CSS */
.text-in-first-image {
  background-color: #ccccccd4;
  position: absolute;
  top: 185px;
  margin-left: 100px;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-background {
  background-color: #ccccccd4;
  padding: 10px 30px;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 30px;
}

.blog-heading {
  font-weight: bold;
  text-transform: uppercase;
}

.blog-subheading {
  font-weight: bold;
  font-style: italic;
}
.blog-date {
  font-style: italic;
}

.blog-text {
  text-align: justify;
  overflow-wrap: break-word;
}

.blog-img-container {
  text-align: center;
}

.blog-link {
  padding: 10px;
  color: white;
  border-radius: 5px;
  background-color: #7f5dd1;
}

.blog-link:hover {
  opacity: 0.8;
}

.blog-link-container {
  text-align: center;
}

.blog-impact-statement {
  text-transform: uppercase;
  text-align: center;
}
.blog-source {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .blog-heading {
    font-size: 35px;
  }
  .blog-subheading {
    font-size: 28px;
  }

  .blog-date {
    font-size: 22px;
  }
  .blog-impact-statement {
    font-size: 28px;
  }
}

/* NEW MARKETPLACE CSS  */

.marketplace {
  padding-bottom: 20px;
}
.marketplace .card-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: black !important;
  padding: 8px 24px 8px 24px !important;
  width: 100%;
  height: 33%;
  border-top: 1px solid white;
  font-size: 12px !important;
  overflow: hidden;
}

.marketplace .card-image img {
  object-fit: cover;
  height: 230px;
}

.paginator-text-align-home {
  text-align: center;
  margin: auto;
}

.rangeChanger {
  padding-left: 12 !important;
}

.update-view-button {
  text-align: center;
}

.filter2_submit {
  width: 50%;
}

.rangeChanger .rangeTitle {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 1em;
  font-weight: bold;
}

.marketplaceBanner {
  height: 360px;
  width: 100%;
}

.marketplaceBanner img {
  margin-top: -20px;
  object-fit: cover;
  width: 100%;
  height: 200px;
  display: inline;
  border-radius: 5px;
}
.marketplaceFigure {
  position: relative;
}

.marketplaceText {
  position: absolute;
  top: 60%; 
  text-align: center;
  width: 100%;
  color: white;
  font-size: 18px;
}

.marketplaceOptions {
  margin-top: 10px !important;
}

.marketplacePrice {
  width: 70px;
  border-radius: 10% !important;
  text-align: center;
  right: -10px !important;
}

@media only screen and (max-width: 600px) {
  .marketplace .card-title {
    font-size: 10px !important;
  }
  .marketplaceText {
    padding-left: 15px;
    padding-right: 15px;
  }
  .marketplace .card-image img {
    height: 130px;
  }
  .marketplace {
    padding-bottom: 10px;
  }
  .marketplacePrice {
    font-size: 9px;
    width: 40px;
    text-align: center;
    border-radius: 20% !important;
  }
}

/* MARKETPLACE LISTING DETAIL CSS */

.listing-image-frame {
  padding-bottom: 45%;
  background-color: #8e8e8e;
}
.listing-detail-wrapper {
  max-width: 80em;
}
.listing-details-header {
  margin-top: 100px;
}
.listing-image-carousel {
  padding-bottom: 66.66667%;
  max-height: 300px;
}
.listing-price-amount {
  font-size: 2.2em;
  font-weight: bold;
  display: block;
  padding-left: 8px;
}

.listing-price-amount-sub {
  font-size: 15px;
}
.listing-price-unit-title {
  font-size: 14px;
}
.listing-price-unit {
  font-size: 1.5em;
  position: relative;
  color: grey;
  top: 1em;
  float: right;
}
.listing-quantity-label {
  font-weight: bold;
  float: left;
  padding-top: 0.5em;
  font-size: 1.2em;
}
.listing-quantity-input {
  width: 4em !important;
  padding-left: 1em !important;
  margin-left: 1em !important;
  font-size: 1.2em !important;
  border: 2px solid #26a69a !important;
  border-radius: 0.5em !important;
  margin-bottom: 0px !important;
}
.listing-delivery-label {
  font-weight: bold;
  font-size: 1.2em;
}
.listing-delivery-radio {
  padding: 0.5em;
}
.listing-delivery_option {
  font-size: 1.2em !important;
  margin: 0.5em;
}
.btn-buy {
  width: 49%;
  font-size: 1.5em;
  padding: 0.5em;
  height: auto !important;
  margin-right: 0 !important;
}
.action-detail {
  font-size: 1.2em;
  line-height: 1em;
  margin-top: 20px;
}
.lising-user-pic {
  width: 7em;
  height: 7em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.9em 0.5em;
}
.listing-user-profile-pic {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.listing-user-details {
  width: 100%;
  padding-left: 9em;
  min-height: 7.45em;
  margin-top: 0;
}
.listing-user-name {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 3.5em;
  height: 3em;
}
.btn-listing-contact {
  width: 100%;
  height: auto !important;
  padding: 0.3em;
  font-size: 1em;
}
.google-map {
  position: relative;
  padding-top: 75%;
  margin-top: 0.5em;
  width: 100%;
}
#form-buy div {
  margin-bottom: 1em !important;
}

.importantText {
  color: red;
}

.greenText {
  color: #26a69a;
}

orangeText {
  color: orange;
}

.sideDetailsContainer {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}
.padder {
  padding-top: 46px;
}

.unitsAvailble {
  font-weight: bold !important;
  font-size: 18px;
}
