.quicklinks .half {
  padding: 40px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  background: #f5f5f5;
}

.quicklinks .half p {
  margin-top: 0;
}

.quicklinks .half .linkbtn {
  margin-top: 26px;
}

.grid .one_third {
  margin-bottom: 20px;
}

.howitworks .wrap {
  align-items: center;
}

.howitworks .wrap:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.howitworks img {
  width: 100%;
}

.howitworks .txt {
  padding: 0 5%;
}

.brands .left {
  float: left;
  width: 25.5%;
  padding-right: 3%;
}

.brands .left a.filter_toggle {
  display: none;
  position: relative;
  font-family: "Gotham-Bold";
  color: #B4C3B9;
  line-height: 28px;
  text-transform: uppercase;
}

.brands .left a.filter_toggle::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}

.brands .left a.filter_toggle.show::after {
  transform: rotate(-180deg);
}

.brands .side .filter {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.brands .side .filter input::-moz-placeholder {
  color: #b3b3b3;
}

.brands .side .filter input::placeholder {
  color: #b3b3b3;
}

.brands .side .filter input {
  border-bottom: 0;
  padding: 0 0 0 25px;
}

.brands .side .filter .icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background: url(/img/icons/search.svg) no-repeat left center/14px 14px;
}

.brands .side .toggle {
  float: left;
  width: 100%;
}

.brands .side .title {
  margin-bottom: 14px;
  font-family: "Gotham-Bold";
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.brands .side .title > span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -3px;
  cursor: pointer;
}

.brands .side .title > span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.brands .side .title.active {
  color: #B4C3B9;
}

.brands .side .title.active > span {
  transform: rotate(180deg);
}

.brands .side .title.active > span.rotated-0 {
  transform: rotate(0deg);
}

.brands .side .option {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 15px 0 !important;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.brands .side label {
  float: left;
  width: 80%;
  padding-left: 24px;
  color: #b3b3b3;
  transition: 0.3s ease;
}

.brands .side label span > svg.info-button-svg {
  width: 1rem;
  height: 1rem;
  color: #fe3500;
  display: inline-block;
}

.info-button-tooltip {
  padding: 1rem;
  background-color: #f9fafb;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.brands .side label .control {
  top: 50%;
  margin-top: -8px;
  left: 0;
  background: #f3f3f3;
}

.brands .side label:hover,
.brands .side .toggle .sub .option.active label {
  color: #000 !important;
}

.brands .side .toggle.active label {
  color: #000;
}

.brands .side .toggle.active .option span::before {
  margin-top: -4px;
  border-color: #000 transparent transparent transparent;
  transform: rotate(-180deg);
}

.brands .side .toggle .sub {
  float: left;
  width: 100%;
  padding: 0px 0 15px 25px;
}

.brands .side .toggle .sub label {
  width: 100%;
  font-family: "Gotham-Book";
  color: #b3b3b3;
  text-transform: none;
}

.brands .side .toggle .sub label:hover {
  color: #000;
}

.brands .side .toggle .sub label .control {
  border-color: #000;
}

.brands .right-filter-sort {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding-top: 14px;
  justify-content: space-between;
}

@media screen and (min-width: 451px) {
  .brands .right-filter-sort {
    flex-direction: row;
  }
}

@media screen and (min-width: 991px) {
  .brands .right-filter-sort {
    padding-top: 0;
    width: auto;
    float: right;
  }
}

.brands .exhibitor {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  margin-right: 25px;
  margin-top: 14px;
  padding-left: 25px;
}

@media screen and (min-width: 451px) {
  .brands .exhibitor {
    flex-direction: row;
    margin-top: 0px;
  }
}

.brands .exhibitor .control {
  top: 4px;
}

.brands .select-wrapper {
  position: relative;
  cursor: pointer;
}

.brands .select-wrapper .select-selected {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  pointer-events: none;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  padding-left: 24px;
  display: inline-block;
}

.brands .select-wrapper .select-selected .select-icon-wrapper,
.brands .select-wrapper .select-selected .dropdown-icon-wrapper {
  position: absolute;
  height: 16px;
  width: 16px;
  background: center/0px 0px;
  background: #eee;
  transition: All 0.3s ease;
  text-align: center;
}

.brands .select-wrapper .select-selected .select-icon-wrapper {
  top: 2px;
  left: 0;
}

.brands .select-wrapper .select-selected .dropdown-icon-wrapper {
  top: 2px;
  right: 0;
}

.brands .select-wrapper .select-selected .dropdown-icon {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.brands .select-wrapper .select-selected .svg-icon {
  padding-top: 1px;
  width: 9px;
  height: 9px;
  color: #000;
  display: inline-block;
}

.brands .select-wrapper .select-selected-padding-right {
  padding-right: 24px;
  padding-left: 0px;
  text-transform: none;
  font-family: Gotham-Book;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}

.brands .select-wrapper .select-element {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.brands .select-wrapper:hover .select-selected {
  color: #000;
}

.brands .side .select-wrapper {
  float: left;
  width: 80%;
}

.brands .side .shop-notice {
  margin: 15px 0;
  clear: both;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 15px;
  background: #f5f5f5;
  color: #B4C3B9;
  font-weight: 100;
  text-transform: uppercase;
  font-family: Gotham-Book;
}

@media screen and (max-width: 750px) {
  .brands .side .shop-notice {
    text-align: center;
  }
}

.brands .side .shop-notice a {
  font-family: Gotham-Bold;
  color: #B4C3B9;
}

.brands .side .account_type {
  margin-left: 15px;
}

.brands .side .account_type .title {
  font-size: 18px;
}

.brands .side .left_toggles .title {
  position: relative;
}

.brands .side .left_toggles .title label + div {
  padding-left: 24px;
}

.brands .right {
  float: left;
  width: 74.5%;
  margin: 0;
}

.brands .topper {
  float: left;
  width: 100%;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 20px;
}

.brands .topper .search {
  position: relative;
  float: left;
  padding-left: 24px;
}

.brands .topper .search .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(/img/icons/search.svg) no-repeat left center/14px 14px;
}

.brands .topper .search .field {
  margin: 0;
}

.brands .topper .search .field input {
  padding: 0;
  border: 0;
  line-height: 20px;
}

.brands .topper .sort {
  text-transform: uppercase;
}

.brands .topper .sort a {
  margin-left: 14px;
  opacity: 0.3;
}

.brands .topper .sort a:hover,
.brands .topper .sort a.active {
  color: #000;
  opacity: 1;
}

.brands .grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.brands .grid .image {
  padding-top: 150%;
}

.brands .grid .image .linkbtn {
  position: absolute;
  bottom: 18px;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 3;
}

.brands .grid .image:hover .linkbtn {
  bottom: 20px;
  opacity: 1;
}

.brands .grid .content .title {
  position: relative;
  margin-top: 0;
  padding-right: 50px;
  font-family: "Gotham-Bold";
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.brands .grid .content .title .globe {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 2px;
  background: url(/img/icons/globe.svg) no-repeat right center/18px 18px;
  cursor: default;
}

.brands .grid .content .title .favorite {
  display: inline-block;
  width: 19px;
  height: 22px;
  background: url(/img/icons/heart.svg) no-repeat right center/19px 16px;
}

.brands .grid .content .title .favorite.active {
  background-image: url(/img/icons/heart-color.svg);
  opacity: 1;
}

.brands .grid .item:hover .favorite {
  opacity: 1;
}

.brands .grid .item:hover .hover {
  border: 0;
}

.brands .pagination {
  margin: 30px 0 0;
}

.marketplace-show .relative {
  position: relative;
}

.marketplace-show .globe-tooltip {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.marketplace-show a.globe {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(/img/icons/globe.svg) no-repeat center center;
  cursor: default;
}

p.sustainability-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  font-family: "Gotham-Book";
}

p.sustainability-description {
  margin: 0;
  font-size: 15px;
}

.branddetails {
  padding: 0;
}

.branddetails .wrap {
  display: flex;
  flex-wrap: nowrap;
  padding: 50px;
  background: #f5f5f5;
}

.branddetails .one_third {
  width: 20%;
}

.branddetails .two_third {
  width: 76%;
}

.branddetails .two_third div {
  float: left;
}

.branddetails h1 {
  width: 100%;
}

.branddetails p {
  margin: 0;
  font-family: "Gotham-Book";
}

.branddetails .brandlogo {
  position: relative;
  width: 100%;
  padding-top: 100%;
  margin: 0 0 30px;
  background: no-repeat #fff center/80%;
}

.title-flex-between {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-right: 0 !important;
}

.title-flex-between > span {
  position: relative;
  display: inline-block;
}

.title-flex-between > div.favorite-account-toggler {
  width: 19px;
  height: 22px;
  position: relative;
}

.title-flex-between > div.favorite-account-toggler > span {
  width: 19px;
  height: 22px;
}

@media screen and (max-width: 750px) {
  .title-flex-between > div.favorite-account-toggler > span {
    display: block;
    margin-top: -37px;
    margin-left: -16px;
  }
}

.title-flex-between > div.favorite-account-toggler span.icons {
  width: 19px;
  height: 22px;
}

.title-flex-between > div.favorite-account-toggler a.favorite {
  display: block !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 750px) {
  .title-flex-between > div.favorite-account-toggler a.favorite {
    margin-left: 8px;
  }
}

.section.marketplace.brands .favorite-account-toggler .tippy-box[data-placement^=top] > .tippy-arrow::after,
.section.mfbanner .tippy-box[data-placement^=top] > .tippy-arrow::after,
.branddetails .buttons .tippy-box[data-placement^=top] > .tippy-arrow::after {
  border-top-color: white;
}

.section.marketplace.brands .favorite-account-toggler .tippy-box[data-placement^=bottom] > .tippy-arrow::after,
.section.mfbanner .tippy-box[data-placement^=bottom] > .tippy-arrow::after,
.branddetails .buttons .tippy-box[data-placement^=bottom] > .tippy-arrow::after {
  border-bottom-color: white;
}

.section.marketplace.brands .favorite-account-toggler .tippy-box[data-placement^=left] > .tippy-arrow::after,
.section.mfbanner .tippy-box[data-placement^=left] > .tippy-arrow::after,
.branddetails .buttons .tippy-box[data-placement^=left] > .tippy-arrow::after {
  border-left-color: white;
}

.section.marketplace.brands .favorite-account-toggler .tippy-box[data-placement^=right] > .tippy-arrow::after,
.section.mfbanner .tippy-box[data-placement^=right] > .tippy-arrow::after,
.branddetails .buttons .tippy-box[data-placement^=right] > .tippy-arrow::after {
  border-right-color: white;
}

.section.marketplace.brands .favorite-account-toggler .tippy-content a,
.section.mfbanner .tippy-content a,
.branddetails .buttons .tippy-content a {
  color: black;
  text-align: left;
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 18px;
  background: no-repeat left center/19px 16px;
}

.section.marketplace.brands .favorite-account-toggler .tippy-content .similar-account-header,
.section.mfbanner .tippy-content .similar-account-header,
.branddetails .buttons .tippy-content .similar-account-header {
  margin-bottom: 10px;
  font-family: "Gotham-Bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #aaa;
  min-width: 310px;
  line-height: 28px;
  padding-right: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section.marketplace.brands .favorite-account-toggler .tippy-content .similar-account,
.section.mfbanner .tippy-content .similar-account,
.branddetails .buttons .tippy-content .similar-account {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 18px;
  background: no-repeat left center/19px 16px;
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.section.marketplace.brands .favorite-account-toggler .tippy-content .similar-account:last-child,
.section.mfbanner .tippy-content .similar-account:last-child,
.branddetails .buttons .tippy-content .similar-account:last-child {
  margin-bottom: 0;
}

.section.marketplace.brands .favorite-account-toggler .tippy-content .similar-account .similar-account-brand-logo,
.section.mfbanner .tippy-content .similar-account .similar-account-brand-logo,
.branddetails .buttons .tippy-content .similar-account .similar-account-brand-logo {
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background: no-repeat #fff;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}

.section.marketplace.brands .favorite-account-toggler .tippy-content .similar-account .similar-account-brand-name,
.section.mfbanner .tippy-content .similar-account .similar-account-brand-name,
.branddetails .buttons .tippy-content .similar-account .similar-account-brand-name {
  font-family: "Gotham-Medium";
  font-size: 14px;
}

.branddetails .buttons a {
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 18px;
  background: no-repeat left center/19px 16px;
}

.branddetails .buttons a.heart {
  background-image: url(/img/icons/heart.svg);
}

.branddetails .buttons a.message {
  background-image: url(/img/icons/message.svg);
  background-size: 18px 17px;
}

.branddetails .social {
  margin-top: 40px;
}

.branddetails .social strong {
  display: block;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.branddetails .social a {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 5px;
  background: no-repeat center bottom/17px 17px;
}

.branddetails .social a.facebook {
  width: 9px;
  background-image: url(/img/icons/social/facebook-black.svg);
  background-size: 9px 18px;
}

.branddetails .social a.instagram {
  background-image: url(/img/icons/social/instagram-black.svg);
}

.branddetails .social a.twitter {
  width: 20px;
  background-image: url(/img/icons/social/twitter-black.svg);
  background-size: 20px 16px;
}

.branddetails .social a.linkedin {
  width: 19px;
  background-image: url(/img/icons/social/linkedin-black.svg);
  background-size: 19px 18px;
}

.branddetails .social a.youtube {
  width: 22px;
  background-image: url(/img/icons/social/youtube-black.svg);
  background-size: 22px 16px;
}

.branddetails .social a.vimeo {
  width: 18px;
  background-image: url(/img/icons/social/vimeo-black.svg);
  background-size: 18px 16px;
}

.branddetails .social a.website {
  background-image: url(/img/icons/social/website-black.svg);
}

.branddetails .social a:hover {
  opacity: 0.7;
}

.branddetails .desc {
  width: 72%;
}

.branddetails .desc.newsfeed {
  width: 100%;
}

.branddetails .toggle {
  position: relative;
  float: left;
  width: 100%;
  max-height: 270px;
  overflow: hidden;
  transition: 0.3s ease;
}

.branddetails .toggle div {
  float: left;
  width: 100%;
  padding-right: 5%;
  border-right: 2px solid #fff;
}

.branddetails .toggle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: whitesmoke;
  background: linear-gradient(0deg, whitesmoke 0%, rgba(245, 245, 245, 0) 100%);
}

.branddetails .toggle.show {
  max-height: none;
}

.branddetails .toggle.show::after {
  display: none;
}

.branddetails .desc .readmore {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-decoration: underline;
}

.branddetails .desc p {
  margin-top: 14px;
}

.branddetails .desc p:first-child {
  margin-top: 0;
}

.branddetails .specs {
  width: 28%;
  padding-left: 5%;
}

.branddetails .specs {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.branddetails .specs p:not(:first-child) {
  margin-top: 12px;
}

.branddetails .specs p strong {
  display: block;
  font-family: "Gotham-Medium";
  font-size: 14px;
  text-transform: none;
}

.lg-sub-html li {
  font-family: "Gotham-Book", sans-serif;
  font-size: 15px;
  line-height: 22px;
  list-style: disc;
  margin-left: 16px;
}

/**/

.branddetails.white .wrap {
  background: #fff;
}

.branddetails.white .brandlogo::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
}

.mfbanner {
  padding: 0;
}

.mfbanner a.favorite-trigger {
  display: block;
  padding: 20px 30px;
  font-family: "Gotham-Bold";
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #242424;
}

.mfbanner a.favorite-trigger div {
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 82px;
  background: url(/img/demo/b2b-marketplace/brand/mflogo.png) no-repeat center/56%;
}

.mfbanner a.favorite-trigger strong {
  color: #fff;
  margin: 0 10px;
  transition: 0.3s ease;
}

.mfbanner a.favorite-trigger span.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.3s ease;
}

.mfbanner a.favorite-trigger span.heart {
  background: url(/img/icons/heart-white.svg) no-repeat left center/19px 16px;
  display: inline-block;
  font-family: "Gotham-Book";
  width: 20px;
  height: 20px;
}

.mfbanner a.favorite-trigger span.heart.active {
  background-image: url(/img/icons/heart-color.svg);
}

.mfbanner a:hover strong {
  color: #fe3500;
}

.lookbook {
  padding: 30px 0 0;
}

.lookbook .one_fourth {
  width: 24.25%;
  margin: 0 1% 14px 0;
}

.lookbook .one_fourth:nth-of-type(4n) {
  margin-right: 0;
}

.lookbook .image {
  padding-top: 0;
}

.lookbook .image img {
  width: 100%;
}

.lookbook .image .linkbtn {
  position: absolute;
  bottom: 18px;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 3;
}

.lookbook .image:hover .linkbtn {
  bottom: 20px;
  opacity: 1;
}

.lookbook .item:hover .hover {
  border: 0;
}

.brandvideo {
  padding: 30px 0;
  margin-top: -10px;
}

.brandvideo .bg {
  float: left;
  width: 100%;
  padding: 30px 30px 34px;
  background: #f5f5f5;
}

.brandvideo h2 {
  text-align: center;
}

.brandvideo .wrapper {
  display: flex;
  align-content: stretch;
}

.brandvideo .vid {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
}

.brandvideo .vid iframe,
.brandvideo .vid object,
.brandvideo .vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brandvideo .vid div.bg-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 1px);
  height: 100%;
  height: calc(100% - 1px);
  background: black;
}

.brandvideo + .grid.news {
  padding-top: 0;
}

.grid.news {
  padding: 30px 0 60px;
}

.grid.news .content small span {
  float: none;
}

@media screen and (max-width: 990px) {
  .brandvideo .vid div.bg-black {
    width: 100%;
    height: 100%;
  }

  .brandvideo .grid .half {
    margin-right: 0;
  }
}

.partners h2 ~ p {
  margin: -10px 0 30px;
  text-align: center;
}

/*
.shopfinder{padding:30px 0 0;}
.shopfinder h2{text-align:center;}
.shopfinder .wrap{position:relative; float:left; width:100%; height:800px;}

.newsletter{background:#242424 !important; padding:0;}
.newsletter .content{background:#242424 !important;}
.newsletter p{color:#fff !important;}
.newsletter input{color:#fff !important; border-color:#fff;}
.newsletter button{color:#000 !important;}
.newsletter button:hover{background:#fe3500 !important;}
.newsletter ::-webkit-input-placeholder{color:#fff;}.newsletter :-moz-placeholder{color:#fff;}.newsletter ::-moz-placeholder{color:#fff;}.newsletter :-ms-input-placeholder{color:#fff;}
*/

.section.footer {
  margin-top: 30px;
}

.footer.marketplace ul li {
  display: inline-block;
}

.footer.marketplace ul li a {
  margin-right: 30px;
  line-height: 26px;
}

.footer.marketplace ul li:last-child a {
  margin-right: 0;
}

.footer.marketplace .logo {
  margin-top: -2px;
}

.footer.marketplace .social {
  margin: 0;
  text-align: right;
}

.footer.marketplace .social a {
  height: 23px;
}

.footer.marketplace .social a:last-child {
  margin: 0;
}

/*responsive*/

@media screen and (max-width: 1100px) {
  .brands .grid .content .title {
    font-size: 16px;
    line-height: 20px;
  }

  .brands .side .toggle .sub {
    padding-left: 0;
  }

  .branddetails .wrap {
    padding: 40px;
  }

  .lookbook .one_fourth {
    margin-bottom: 10px;
  }

  .footer.marketplace .logo {
    margin: 0;
  }
}

@media screen and (max-width: 990px) {
  .howitworks .wrap {
    flex-direction: column-reverse !important;
    margin-bottom: 26px;
  }

  .howitworks .wrap:last-child {
    margin-bottom: 0;
  }

  .howitworks .wrap .half {
    margin: 0;
  }

  .howitworks .wrap .half.txt {
    padding: 0 15% 20px;
    text-align: center;
  }

  .howitworks .wrap .half.txt h3 {
    margin-bottom: 0;
  }

  .howitworks .wrap .half.txt p {
    margin-top: 10px;
  }

  .brands .left {
    width: 35%;
  }

  .brands .right {
    width: 65%;
  }

  .brands .right .grid .one_third {
    width: 49%;
    margin: 0 0 10px !important;
  }

  .brands .right .grid .one_third:nth-of-type(2n) {
    margin-left: 2% !important;
  }

  .branddetails .wrap {
    float: left;
    width: 100%;
    display: block;
    flex-wrap: wrap;
    padding: 30px;
  }

  .branddetails .one_third,
.branddetails .two_third {
    width: 100%;
  }

  .branddetails .brandlogo {
    float: left;
    width: 30%;
    padding-top: 30%;
    margin: 0;
  }

  .branddetails .buttons,
.branddetails .social {
    float: right;
    width: 70%;
    padding-left: 30px;
  }

  .branddetails .buttons {
    padding-top: 3px;
  }

  .branddetails .social {
    margin-top: 20px;
  }

  .branddetails .two_third {
    margin: 30px 0 0;
  }

  .mfbanner a {
    padding: 20px 10px;
    font-size: 17px;
    line-height: 20px;
  }

  .footer.marketplace .one_fourth,
.footer.marketplace .two_fourth {
    width: auto;
    margin: 0 !important;
  }

  .footer.marketplace .one_fourth:not(:first-child) {
    float: right;
  }

  .footer.marketplace .two_fourth {
    margin-left: 30px !important;
  }

  .footer.marketplace .logo {
    display: block;
  }

  .footer.marketplace ul li a {
    margin-right: 20px;
  }
}

@media screen and (max-width: 750px) {
  .brands .container,
.brandvideo .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .howitworks .wrap .half.txt {
    padding: 0 20px 20px;
  }

  .grid.nopad {
    padding-top: 20px;
  }

  .grid.nopad .content .title.light a {
    font-size: 16px;
  }

  .brands {
    padding-bottom: 0;
  }

  .brands .topper {
    padding: 16px 0;
  }

  .brands .topper .search {
    width: 50%;
  }

  .brands .topper .search .field input {
    font-size: 14px;
  }

  .brands .topper .sort a {
    font-size: 14px;
    margin-left: 5px;
  }

  .brands .left {
    width: 100%;
    padding: 20px 0 0;
  }

  .brands .left a.filter_toggle {
    display: block;
  }

  .brands .side .filter {
    margin-bottom: 0;
  }

  .brands .side .toggle {
    display: none;
  }

  .brands .side .toggle .title:first-child {
    margin-top: 20px;
  }

  .brands .right {
    width: 100%;
  }

  .brands .right .grid .one_third {
    margin-bottom: 0 !important;
  }

  .brands .grid .image .linkbtn,
.brands .grid .image .hover {
    display: none;
  }

  .brands .grid .content {
    padding: 10px 0 16px;
    z-index: 3;
  }

  .brands .grid .content .title {
    padding-right: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .brands .pagination {
    margin: 20px 0;
  }

  .branddetails .wrap {
    padding: 20px;
  }

  .branddetails .two_third {
    margin-top: 24px;
  }

  .branddetails .brandlogo {
    width: 35%;
    padding-top: 35%;
  }

  .branddetails .buttons,
.branddetails .social {
    width: 65%;
    padding-left: 20px;
  }

  .branddetails .buttons a,
.branddetails .social strong {
    font-size: 14px;
  }

  .branddetails .social {
    margin-top: 10px;
  }

  .branddetails .social strong {
    margin-bottom: 5px;
  }

  .branddetails .desc {
    width: 100%;
  }

  .branddetails .toggle div {
    padding-right: 0;
    border: 0;
  }

  .branddetails .specs {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .branddetails .specs .toggle {
    max-height: inherit;
  }

  .branddetails .specs .toggle::after {
    display: none;
  }

  .branddetails .specs .toggle p {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
  }

  .branddetails .specs .toggle p strong {
    float: right;
    width: 50%;
  }

  .branddetails .specs .toggle p:last-of-type {
    padding: 0;
    margin: 0;
    border: 0;
  }

  .mfbanner a {
    padding: 14px 10px;
  }

  .lookbook,
.brandvideo,
.grid.news {
    padding-top: 24px;
  }

  .lookbook .one_fourth {
    width: 49% !important;
    padding: 0 !important;
    margin: 0 0 8px !important;
  }

  .lookbook .one_fourth:nth-of-type(2n) {
    margin-left: 2% !important;
  }

  .partners h2 ~ p {
    padding: 0 20px;
  }

  .footer.marketplace ul {
    margin-top: -6px;
    text-align: center;
  }

  .footer.marketplace ul li a {
    margin: 0 5px !important;
  }

  .footer.marketplace .two_fourth {
    width: 100%;
    margin: 20px 0 10px !important;
  }

  .footer.marketplace .one_fourth {
    width: 100%;
  }

  .footer.marketplace .logo {
    text-align: center;
  }

  .footer.marketplace .social {
    text-align: center;
  }
}

.brands .grid .showroom_buyer {
  width: 100%;
}

.brands .grid .showroom_buyer .item {
  background: #fff;
}

.brands .grid .showroom_buyer .item:hover {
  color: #000;
}

.brands .grid .showroom_buyer .logo {
  position: relative;
  float: left;
  width: 25%;
  padding-top: 25%;
  background: no-repeat center/cover;
}

.brands .grid .showroom_buyer .logo::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.02);
}

.brands .grid .showroom_buyer .txt {
  float: left;
  width: 75%;
  padding: 20px 20px 0 20px;
}

.brands .grid .showroom_buyer .title {
  line-height: 18px;
}

.brands .grid .showroom_buyer .title p {
  font-family: "Gotham-Bold";
  font-size: 18px;
  text-transform: uppercase;
}

.brands .grid .showroom_buyer .title small {
  font-family: "Gotham-Book";
  display: block;
  margin-top: 2px;
  font-size: 14px;
  color: #B4C3B9;
  text-transform: uppercase;
}

.brands .grid .showroom_buyer table {
  font-size: 13px;
  line-height: 16px;
}

.brands .grid .showroom_buyer table td strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Gotham-Medium";
  color: #aaa;
  text-transform: uppercase;
}

.brands .grid .showroom_buyer .share_it {
  margin-top: 5px;
}

@media screen and (max-width: 990px) {
  .brands .grid .showroom_buyer .share_it {
    margin-top: 10px;
  }
}

.brands .grid .showroom_buyer .linkbtn {
  margin-top: 0px;
  padding: 0 16px;
  font-size: 15px;
  line-height: 28px;
}

.brands .grid .showroom_buyer h2 {
  text-align: center;
}

.brands .grid .showroom_buyer .item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.brands .grid .showroom_buyer .item:last-child {
  margin-bottom: 0;
}

.brands .grid .showroom_buyer .item p {
  font-family: "Gotham-Book";
  margin-top: 16px;
}

.brands .grid .showroom_buyer .item .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 990px) {
  .brands .grid .showroom_buyer .item .flex {
    flex-direction: column;
  }
}

.brands .grid .showroom_buyer .item .flex-left {
  flex-grow: 1;
}

.brands .grid .showroom_buyer .item .flex-right {
  text-align: right;
}

@media screen and (max-width: 990px) {
  .brands .grid .showroom_buyer .item .flex-right {
    text-align: left;
  }
}

.brands .grid .showroom_buyer .item .w-full {
  width: 100%;
}

.brands .grid .showroom_buyer .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  padding: 0;
}

.brands .grid .showroom_buyer .title {
  min-height: inherit;
}

.brands .grid .showroom_buyer .title h3 {
  width: 90%;
  margin: 0;
  line-height: 20px;
}

.brands .grid .showroom_buyer .title h3 a {
  font-family: "Gotham-Bold";
  color: #000;
  font-size: 17px;
  line-height: 1;
}

.brands .grid .showroom_buyer .title h3 a:hover {
  opacity: 0.6;
}

.brands .grid .showroom_buyer table {
  width: auto;
  margin: 18px 0 16px;
  font-size: 14px;
}

.brands .grid .showroom_buyer table td {
  padding: 0 25px 0 0;
}

.brands .grid .showroom_buyer table td:last-child {
  padding-right: 0;
}

.brands .grid .showroom_buyer .flex-swap {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 990px) {
  .brands .grid .showroom_buyer .flex-swap {
    flex-direction: column;
  }
}

.brands .grid .showroom_buyer .flex-swap .share_it {
  margin-bottom: auto;
}

.brands .grid .showroom_buyer .social {
  margin-top: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 990px) {
  .brands .grid .showroom_buyer .social {
    text-align: left;
  }
}

.brands .grid .showroom_buyer .social strong {
  display: block;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.brands .grid .showroom_buyer .social a {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 5px;
  background: no-repeat center bottom/17px 17px;
}

.brands .grid .showroom_buyer .social a.facebook {
  width: 9px;
  background-image: url(/img/icons/social/facebook-black.svg);
  background-size: 9px 18px;
}

.brands .grid .showroom_buyer .social a.instagram {
  background-image: url(/img/icons/social/instagram-black.svg);
}

.brands .grid .showroom_buyer .social a.twitter {
  width: 20px;
  background-image: url(/img/icons/social/twitter-black.svg);
  background-size: 20px 16px;
}

.brands .grid .showroom_buyer .social a.linkedin {
  width: 19px;
  background-image: url(/img/icons/social/linkedin-black.svg);
  background-size: 19px 18px;
}

.brands .grid .showroom_buyer .social a.youtube {
  width: 22px;
  background-image: url(/img/icons/social/youtube-black.svg);
  background-size: 22px 16px;
}

.brands .grid .showroom_buyer .social a.vimeo {
  width: 18px;
  background-image: url(/img/icons/social/vimeo-black.svg);
  background-size: 18px 16px;
}

.brands .grid .showroom_buyer .social a.website {
  margin-left: 0;
  background-image: url(/img/icons/social/website-black.svg);
}

.brands .grid .showroom_buyer .social a:hover {
  opacity: 0.7;
}

.brands .grid .showroom_buyer .buttons a {
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: "Gotham-Book";
  font-size: 15px;
  line-height: 18px;
  background: no-repeat left center/19px 16px;
}

.brands .grid .showroom_buyer .buttons a.heart {
  background-image: url(/img/icons/heart.svg);
}

.brands .grid .showroom_buyer .buttons a.heart.active {
  background-image: url(/img/icons/heart-color.svg);
}

.brands .grid .showroom_buyer .buttons a.message {
  background-image: url(/img/icons/message.svg);
  background-size: 18px 17px;
}

@media screen and (max-width: 1100px) {
  .brands .grid .showroom_buyer .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    padding: 0;
    background-size: contain;
  }

  .brands .grid .showroom_buyer .txt {
    float: right;
    width: 75%;
    padding: 15px;
  }

  .brands .grid .showroom_buyer .title p {
    font-size: 17px;
  }

  .brands .grid .showroom_buyer table td {
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 990px) {
  .brands .grid .showroom_buyer .txt {
    padding: 13px;
  }

  .brands .grid .showroom_buyer .title p {
    font-size: 16px;
    line-height: 16px;
  }

  .brands .grid .showroom_buyer .title small {
    font-size: 12px;
    margin: 0;
  }

  .brands .grid .showroom_buyer table {
    font-size: 12px;
    line-height: 14px;
  }

  .brands .grid .showroom_buyer table td:last-child {
    padding-left: 5px;
  }

  .brands .grid .showroom_buyer .item {
    margin: 0 0 30px;
  }

  .brands .grid .showroom_buyer table {
    font-size: 13px;
  }

  .brands .grid .showroom_buyer .social {
    margin-top: 0px;
  }

  .brands .grid .showroom_buyer .social strong {
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .brands .grid .showroom_buyer .item.half {
    width: 100%;
  }

  .brands .grid .showroom_buyer .item.half:nth-of-type(2) {
    margin-bottom: 0;
  }

  .brands .grid .showroom_buyer .item.half:nth-child(n+3) {
    display: none;
  }

  .brands .grid .showroom_buyer .bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brands .grid .showroom_buyer .txt {
    padding: 16px 16px 10px 18px;
  }

  .brands .grid .showroom_buyer .txt .title {
    min-height: auto;
    margin-bottom: 10px;
  }

  .brands .grid .showroom_buyer .container {
    padding: 0 20px;
  }

  .brands .grid .showroom_buyer .item p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
  }

  .brands .grid .showroom_buyer .title {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .brands .grid .showroom_buyer .title h3 {
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .brands .grid .showroom_buyer .logo {
    width: 90px;
    height: 90px;
  }

  .brands .grid .showroom_buyer table {
    margin: 22px 0 10px;
  }

  .brands .grid .showroom_buyer table td {
    display: block;
    padding: 0 !important;
  }

  .brands .grid .showroom_buyer table td strong {
    display: inline-block;
    width: 120px;
  }
}

.brands .grid .showroom_buyer .locations {
  margin: 16px 0;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 990px) {
  .brands .grid .showroom_buyer .locations {
    font-size: 13px;
  }
}

.brands .grid .showroom_buyer .locations p {
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 990px) {
  .brands .grid .showroom_buyer .locations p {
    font-size: 13px;
  }
}

.brands .grid .showroom_buyer .locations p.locations-title {
  margin-bottom: 2px;
  font-family: Gotham-Medium;
  color: #aaa;
  text-transform: uppercase;
}

.brands .grid .showroom_buyer .locations span.country {
  font-weight: bold;
}

.brands .grid .showroom_buyer .locations span.cities a.underline {
  text-decoration: underline;
}

.brands .grid .showroom_buyer .locations .location-selected {
  margin-top: 15px;
}