@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");

@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-upright.var.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Inter-LightBETA";
  src: url("../fonts/Inter-Light.otf") format("opentype");
}

button:focus {
  outline: none;
}

html,
body {
  font-family: "Montserrat", Helvetica, Arial, serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", Helvetica, Arial, serif;
}

img {
  max-width: 100%;
  height: auto;
}

/* Text */

.roboto {
  font-family: "Montserrat", Helvetica, Arial, serif !important;
}

.inter-light {
  font-family: "Montserrat", Helvetica, Arial, serif !important;
  font-weight: 300;
}

.inter {
  font-family: "Montserrat", Helvetica, Arial, serif !important;
}

.inter-med {
  font-family: "Montserrat", Helvetica, Arial, serif !important;
  font-weight: 500;
}

.font-small {
  font-size: 13px;
}

.lh-2 {
  line-height: 2;
}

.underline {
  text-decoration: underline;
}

/* Colours */

.bg-dark {
  background-color: #212639 !important;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.text-blue {
  color: #03b9e1 !important;
}

.text-light {
  color: #999999 !important;
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-weight: 300;
}

.text-primary {
  color: #00bcac !important;
}

.btn-small {
  font-size: 13px;
  font-weight: 600;
}

.btn-primary {
  background-color: #00bcac;
  color: white;
  border: 0px;
}
.btn-primary:hover {
  background-color: #00a396;
}

.btn-orange {
  background-color: #ffb641;
  color: white;
}

.btn-orange:hover {
  background-color: #ffa30f;
  color: #f7f7f7;
}

.btn-purple {
  background-color: #9e5fa6;
  color: white;
}

.btn-purple:hover {
  background-color: #85508c;
  color: #f7f7f7;
}

.btn-outline-primary {
  border-color: #00bcac !important;
  color: #00bcac !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: #00a396;
  color: #00a396 !important;
  background-color: transparent;
}

.btn-blue {
  background-color: #03b9e1 !important;
  color: white;
}

.btn-blue:hover {
  background-color: #02a3c7 !important;
  color: white;
}

.bg-current {
  background-color: #ffb641;
}

#subnavbarResponsive .hover-on li:hover {
  border-bottom: 5px solid #ffb641;
}

.theme-green .bg-current {
  background-color: #00bcac;
}

.theme-green .item-current {
  border-color: #00bcac;
}

.theme-green #subnavbarResponsive .hover-on li:hover {
  border-bottom: 5px solid #00bcac;
}

/* Backgrounds */

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#exhibitior-direcotry {
  background-image: url("../images/placeholders/home-banner-bg.jpg");
}
#exhibitior-direcotry:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
/* Components */

.social-circle-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.social-circle {
  display: flex;
  margin-right: 0.4rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}

.social-circle img#facebook {
  width: 7px;
  height: auto;
}

.social-circle img {
  width: 17px;
  height: auto;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.nav-link {
  padding: 1rem 1.5rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nav-tabs {
  border: 0;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.nav-tabs .nav-link {
  color: black;
  border: 0px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0;
}

.btn-dark {
  color: #20263c;
  border: 0;
}

.item-current {
  border-bottom: 5px solid #ffb641;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  color: #272727;
  line-height: 30px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #cacaca;
}

.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icons-sizer {
  font-size: 24px;
}
.icons-sizer a {
  color: #4a4a4a;
}

.fab {
  font-size: 20px;
}

.form-control:focus,
.custom-select:focus {
  border-color: #03b9e1;
  box-shadow: 0 0 0 0.2rem rgba(3, 185, 225, 0.25);
}

.business-form input {
  height: 50px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background-color: #ffffff;
}

.business-form label {
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-weight: 500;
}

footer .email-input {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 2px;
  background-color: transparent;
  color: white;
  font-size: 14px;
  height: 50px;
}
footer .signup-container {
  position: relative;
}
footer .envelope-icon {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 22px;
  height: 15px;
  background-image: url("../images/icons/email-icon--white.svg");
}

footer .email-input:focus + .envelope-icon {
  background-image: url("../images/icons/email-icon.svg");
}
footer li {
  font-family: "Montserrat", Helvetica, Arial, serif;
  list-style: none;
  line-height: 40px;
}
footer li a {
  color: #fff;
  font-size: 16px;
}
footer li a:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
}
footer ul li:nth-child(n + 7) {
  display: none;
}

footer .footer-icon {
  width: 140px;
  height: auto;
  margin-right: 1rem;
}

/* Sections */

#sub-menu {
  border-top: 3px solid #eeeeee;
}

#slider .card {
  border: 0;
}

#slider .card-img-top,
#refine-products .card-img-top,
#featured-products .card-img-top {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-size: contain;
}
@media (max-width: 767px) {
  #slider .card-img-top,
  #refine-products .card-img-top,
  #featured-products .card-img-top {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  #slider .card-img-top,
  #refine-products .card-img-top,
  #featured-products .card-img-top {
    width: 196px;
    height: 196px;
    max-width: 100%;
  }
}

#slider .card-title,
#featured-products .card-title {
  font-family: "Montserrat", Helvetica, Arial, serif;
  color: #272727;
  margin-bottom: 1.25rem;
}

#exhibitior-direcotry input,
#exhibitior-direcotry select {
  border-radius: 2px;
  height: 50px;
  width: 320px;
}

#exhibitior-direcotry .btn-blue {
  height: 50px;
  width: 150px;
  border: none;
}

#exhibitor-category .exhibitor-category-fig {
  position: relative;
}

#exhibitor-category .exhibitor-category-figcap {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 10%;
  color: white;
  font-weight: 600;
  z-index: 2;
}

#exhibitor-category .exhibitor-category-fig:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #000000, #ffffff00);
  opacity: 0.6;
}

#refine-products .form-control {
  font-size: 0.9rem;
  color: #20263c;
  opacity: 0.5;
  height: 50px;
}

#refine-products h5 {
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-size: 1rem;
  color: #000;
}

#refine-products .border-bottom {
  border-bottom: 3px solid #eeeeee !important;
}

#refine-products .card {
  min-width: 260px;
  padding-left: 1rem;
  padding-right: 1rem;
}

#refine-products .card .card-body {
  padding: 0;
}

#refine-products .card .card-title {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 16px;
}

#featured-products .card {
  border: 0;
  background-color: white;
  flex-basis: 30%;
  min-width: 250px;
  max-width: 350px;
  margin: 10px;
}

.featured-products-list .card-img-top,
.product-list .card-img-top {
  width: 238px;
  height: 238px;
  margin: 0 auto;
  max-width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .product-list {
  }
  .featured-products-list .card-img-top,
  .product-list .card-img-top {
    width: 160px;
    height: 160px;
    margin-right: 20px;
  }
}

.product-list .card {
  background-color: white;
  flex-basis: 30%;
  min-width: 250px;
  max-width: 350px;
}

.business-details-left-nav {
  list-style: none;
  font-family: "Montserrat", Helvetica, Arial, serif;
  font-weight: 500;
  font-size: 18px;
  padding-left: 0px;
}

.business-details-left-nav li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4rem;
  padding-right: 2rem;
  width: 100%;
  cursor: pointer;
}

.business-details-left-nav li:hover {
  background-color: #f1f1f3;
}

.business-details-left-nav li a {
  color: black;
}

.business-details-left-nav li.business-current,
.business-details-left-nav li.business-current a {
  background-color: #f1f1f3;
  color: #00bcac;
}

.business-details-left-nav li i {
  display: none;
}

.business-details-left-nav li.business-current i {
  display: inline-block;
}

.business-details-left-nav li a:hover {
  text-decoration: none;
}

.business-details-left-subnav {
  margin-top: 5rem;
  font-family: "Montserrat", Helvetica, Arial, serif;
  line-height: 40px;
  padding-left: 4rem;
  list-style: none;
}

.business-details-left-subnav li {
  cursor: pointer;
}

.business-details-input-upload {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 1rem;
}

.business-form .ck-editor__editable_inline {
  min-height: 250px;
}

.business-form select {
  height: 50px;
  border: 1px solid #cacaca;
  border-radius: 2px;
}

.business-form .input-group input {
  border-left: 0;
}

.business-form .input-group-text {
  background-color: transparent;
  border: 1px solid #dbdbdb;
  border-right: none;
  border-radius: 2px;
}

.business-product {
  align-items: center;
  border-top: 1px solid #dbdbdb;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}

#v-pills-products .row:last-child .business-product {
  border-bottom: 1px solid #dbdbdb;
}

.business-product-handle {
  padding-right: 1rem;
  color: #dbdbdb;
}

.business-product-img {
  border: 1px solid #dbdbdb;
  margin-left: 1rem;
  margin-right: 3rem;
  max-width: 150px;
  padding: 0.375rem 0.75rem;
}

.business-product-title {
  font-size: 18px;
}

.business-product-controls {
  margin-left: auto;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}

.business-product-controls-edit {
  cursor: pointer;
}

.business-product-edit {
  background-color: #f1f1f3;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.business-product-edit-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  border: 1px solid #dbdbdb;
  padding: 1rem;
}

.business-product-edit-img-controls {
  background-color: #f1f1f3;
  width: 90%;
  margin: 0 auto;
  margin-top: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.business-product-edit em {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
}

.ui-sortable-helper .business-product {
  background-color: #f1f1f3;
}

#upgradeModal {
  text-align: center;
}

#upgradeModal .modal-body {
  padding: 3rem 3rem;
}

#upgradeModal .modal-body p {
  line-height: 28px;
}

#upgradeModal .modal-header {
  border-bottom: 0px;
}

.payment-right ul {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.payment-right input {
  height: 50px;
  border-radius: 2px;
  border: 1px solid #cacaca;
}

.payment-right .btn {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-line {
  border-top: 1px solid #dbdbdb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.payment-line-total {
  font-size: 20px;
}

.payment-left a:hover {
  color: #00bcac !important;
  text-decoration: none;
}

.payment-left .custom-radio {
  display: inline-block;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00bcac;
  background-color: #00bcac;
}

#magazine-article p {
  font-size: 14px;
  line-height: 28px;
}

#magazine-article .lead {
  font-size: 18px;
  line-height: 30px;
}

#magazine-article blockquote {
  font-family: "Montserrat";
  font-size: 22px;
  line-height: 32px;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  border-left: 1px solid #20263c;
}

/* #magazine-article figure {
  background-color: #f1f1f3;
} */

#magazine-article .magazine-hero-img {
  width: 100%;
  height: 600px;
  background-image: url("../images/placeholders/article-main-img.jpg");
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  #magazine-article .magazine-hero-img {
    height: 240px;
  }
}
#magazine-article .magazine-hero-img img {
  object-fit: cover;
  object-position: 50% 50%;
  height: inherit;
  width: 100%;
}

#magazine-article .magazine-latest-wrapper p {
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0;
}

#magazine-article .magazine-latest-img {
  width: 150px;
  height: 100px;
  overflow: hidden;
}

#magazine-article .magazine-latest-img img {
  width: 100%;
  height: auto;
}

#related-articles .trending-img-wrapper {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}

#related-articles .trending-img-wrapper img {
  width: 100%;
  height: auto;
}

.company-product-list > div {
  min-width: 0;
  max-width: none;
  width: calc(33.33% - 20px);
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
}
.company-product-list > .MuiPaper-root {
  height: auto;
}
@media (max-width: 767px) {
  .company-product-list > div {
    width: 100%;
    flex-basis: 100%;
    padding: 20px 0 0;
    border-radius: 0;
  }
}
#refine-products .card a:hover {
  text-decoration: none !important;
}

.loading {
  text-align: center;
  font-weight: bold;
}
.loading img {
  max-width: 50px;
}

#featured-products .card {
  opacity: 1;
}
#featured-products .text-light {
  margin: 10px 0 20px;
}
#featured-products .card-title {
  margin: 10px 0;
  text-transform: none !important;
}

.featured-products-list > *,
.related-products-list > * {
  width: calc(33.333% - 30px) !important;
  margin: 15px;
}
@media (max-width: 767px) {
  .featured-products-list {
    display: block;
  }
  .featured-products-list > * {
    width: 100% !important;
    padding: 20px 0 0 !important;
    border-radius: 0 !important;
  }
  .featured-products-list > *,
  .related-products-list > * {
    width: 100%;
    margin: 15px 0;
    flex-direction: column;
  }
}
.related-articles {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .related-articles {
    flex-direction: column;
  }
}
.related-articles > * {
  width: calc(25% - 20px);
  margin: 10px;
}

/* 2 x 2 grid */
/* .grid-square {
  display: flex;
  align-items: flex-start;
  margin: -10px 0 10px;
}
.grid-square > .MuiCard-root {
  margin: 10px;
  padding-bottom: 0;
  width: calc(50% - 20px);
}
.grid-square > .MuiCard-root > .MuiCardContent-root {
  padding-bottom: 0;
} */

.grid-square {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 50% 50%;
}
@media (max-width: 767px) {
  .grid-square {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.grid-square > * {
  padding: 10px !important;
  align-items: flex-start !important;
}
.grid-square > *:first-child {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.grid-square > *:first-child img {
  height: 28vw;
  object-fit: cover;
  max-height: 505px;
}
.grid-square img {
  object-fit: cover;
  object-position: 50% 50%;
}

.grid-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.grid-list > * {
  width: calc(33.333% - 40px) !important;
  margin: 20px !important;
}
@media (max-width: 767px) {
  .grid-list > * {
    width: 100% !important;
    margin: 20px 20px 0 !important;
  }
}

.grid-hero {
  display: grid;
  grid-template-columns: 58.3% 41.7%;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
.grid-hero > * {
  padding: 10px !important;
  align-items: flex-start !important;
}
@media (min-width: 1440px) {
  .grid-hero > :not(:first-child) .MuiCardContent-root {
    padding-bottom: 0;
  }
  .grid-hero > :not(:first-child) .MuiCardContent-root .MuiBox-root {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .grid-hero > :not(:first-child) img {
    min-height: 130px;
  }
}

@media only screen and (max-width: 600px) {
  .grid-hero {
    grid-template-columns: 100%;
  }
}

.grid-hero img {
  height: 130px;
  object-fit: cover;
  object-position: 50% 50%;
}
.grid-hero > *:first-child {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 6;
}
.grid-hero > :not(:first-child) {
  grid-column-start: 2;
  grid-column-end: 3;
}
.grid-hero > :not(:first-child) .MuiCardContent-root {
  align-items: flex-start;
}

.grid-hero > :not(:first-child) .MuiCardContent-root > .MuiBox-root {
  margin-top: -7px;
}

.grid-hero > *:first-child > * {
  flex-direction: column;
}
.grid-hero > *:first-child > * .MuiLink-root {
  width: 100%;
}

.grid-hero > *:first-child img {
  height: 30vw !important;
  object-fit: cover;
  max-height: 505px;
}

.grid-hero > *:first-child .MuiCardContent-root {
  height: 100%;
}

@media (max-width: 767px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  /* header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
  } */

  main {
    /* margin-top: 48px; */
  }

  h1.MuiTypography-h1 {
    font-size: 1.65rem;
  }

  #slider .card-img-top,
  #refine-products .card-img-top,
  #featured-products .card-img-top {
    max-width: 100%;
    min-width: 150px;
  }

  #instagram .inner-container {
    padding: 0;
  }

  #exhibitior-direcotry2 button {
    width: 100%;
  }

  #refine-products .mb-4 {
    margin-bottom: 0 !important;
  }
}

.MuiContainer-root {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.bannerImageLogo {
  display: flex;
  align-items: stretch;
}
.bannerImageLogo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}
.bannerImageLogo .imageBanner {
  width: 66.667%;
}
.bannerImageLogo .imageBanner img {
  object-fit: contain;
}
.bannerImageLogo .imageLogo {
  width: 33.3333%;
  padding: 50px;
  background: #fff;
}

@media (max-width: 767px) {
  .bannerImageLogo {
    display: block;
    padding: 10px;
  }
  .bannerImageLogo .imageLogo {
    padding: 0;
    background: none;
  }
}

/* Expansion panel material UI */
#refine-products .MuiExpansionPanel-root {
  box-shadow: none;
}
#refine-products .MuiExpansionPanel-root:before {
  display: none;
}
#refine-products .MuiExpansionPanelSummary-content {
  padding-bottom: 15px;
  border-bottom: 2px solid #efefef;
}
#refine-products .MuiExpansionPanelSummary-content p {
  color: #272727;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
#refine-products .MuiExpansionPanelSummary-expandIcon {
  position: absolute;
  right: 0;
  top: 7px;
}

.btn-featured {
  height: 42px;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

/* Tabs */
.PrivateTabIndicator-colorSecondary-363 {
  display: none;
}
.MuiTab-textColorInherit.Mui-selected {
  background: #fff;
}
.MuiTab-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  color: #20263c;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  opacity: 1;
}

/* Category Button */
.btn-category {
  padding: 12px 15px;
  color: #00bcac;
  font-size: 13px;
  line-height: 16px;
  border-radius: 3px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .btn-category {
    margin-bottom: 10px;
    padding: 8px 12px;
    color: #00bcac;
    font-size: 12px;
    line-height: 14px;
  }
}
.exhibitor-description {
  margin-bottom: 30px;
}
.exhibitor-description p,
li {
  color: #272727;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .exhibitor-description p,
  li {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-link {
  color: black;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 15px;
}
.page-link:hover {
  color: black;
}
.page-item.active .page-link {
  background: black;
  border-color: black;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

#lnk-magazine:hover,
#lnk-magazine.active {
  background: #fdba63;
}
#lnk-directory.active,
#lnk-directory:hover {
  background: #18b9aa;
}

.dropdown-menu-item {
  position: relative;
  z-index: 2;
}

.dropdown-menu-item:hover .dropdown-menu-container {
  display: block;
}

.dropdown-menu-container {
  position: absolute;
  width: auto;
  min-width: calc(100% - 10px);
  background-color: #fff;
  top: 100%;
  left: 0;
  border: 1px solid #dee2e6;
  display: none;
}

.dropdown-menu-container ul {
  list-style: none;
  padding: 10px;
}
.dropdown-menu-container ul li a {
  white-space: nowrap;
  font-size: 13px;
  margin-right: 0;
}

.dropdown-menu-container ul li a:last-child {
  margin-bottom: 0;
}

.featured-products-list.product-list .MuiPaper-root {
  height: auto;
}
