#mainContent {
  background-color: #f6f6f9;
}

.page-header {
  background-image: url(/img/schoolsArtwork.svg);
  color: #fff;
}
.page-header .headingSlider .shopHeaderSliderImg {
  height: 360px;
  border-radius: 24px;
  border: 1px solid #e0e0eb;
}
@media screen and (max-width: 768px) {
  .page-header .headingSlider .shopHeaderSliderImg {
    height: auto;
  }
}
.page-header .headingSlider .owl-dots {
  position: absolute;
  bottom: 54px;
  right: 64px;
  margin: 0;
}
.page-header .headingSlider .owl-dots .owl-dot span {
  width: 31px;
  height: 4px;
  margin: 0 0 0 7px;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.24;
}
.page-header .headingSlider .owl-dots .owl-dot.active span, .page-header .headingSlider .owl-dots .owl-dot:hover span {
  opacity: 1;
  background-color: #fff;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mt-100 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 374px) {
  .main-title {
    font-size: 1.1rem;
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .main-title {
    font-size: 1.1rem;
  }
}

.partnerProduct {
  border-radius: 8px;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 8px 7px 20px;
  overflow: hidden;
}
.partnerProduct .productImage {
  width: 100%;
  display: block;
  height: 17rem;
  background-position: center;
  height: 180px;
  background-size: cover;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
.partnerProduct .productImage img {
  height: 100%;
  border-radius: 8px;
  width: 100%;
}
.partnerProduct .productImage .logo {
  height: 70px;
  display: flex;
  position: absolute;
  width: 70px;
  background: #fff;
  line-height: 70px;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  bottom: -25px;
  right: 10px;
}
.partnerProduct .productImage .logo img {
  width: 100%;
}
.partnerProduct .category {
  font-size: 12px;
  color: #202359;
  line-height: 18.6px;
  margin-bottom: 10px;
  border: 1px solid #f6f6f9;
  padding: 3px 10px;
  border-radius: 15px;
  display: inline-block;
}
.partnerProduct .company {
  color: #737598;
  font-size: 12px;
}
.partnerProduct p {
  color: #191920;
  margin-bottom: 0;
  font-family: "29LTAdir Bd";
  font-size: 1rem;
}
.partnerProduct .productName {
  color: #191920;
  margin-bottom: 0;
  font-family: "29LTAdir Bd";
  font-size: 1rem;
  white-space: nowrap;
}
.partnerProduct .header {
  font-family: "29LTAdir Bd" !important;
  color: #202359;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  height: 50px;
  display: block;
  overflow: hidden;
}
.partnerProduct .small {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #202359;
  font-family: "29LTAdir Reg";
}
.partnerProduct .small span {
  color: #737598;
  font-size: 12px;
  line-height: 19.2px;
  text-decoration: line-through;
}
.partnerProduct .bottom {
  display: flex;
}
.partnerProduct .bottom a {
  padding: 8px 10px;
  color: #191920;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.partnerProduct .bottom a img {
  width: auto !important;
  margin-bottom: 0;
}
.partnerProduct .bottom .btn {
  border-radius: 7px;
  background-color: #eaf6fb;
  border: 1px solid #eaf6fb !important;
  color: #fff;
  padding: 10px 22px !important;
}
.partnerProduct .bottom .btn:hover {
  background-color: #eaf6fb !important;
  border: 1px solid #2ea9d3 !important;
}

.owlProductSlider .owl-nav {
  position: absolute;
  top: -70px;
  left: 35px;
}
.owlProductSlider .owl-nav button {
  position: absolute;
  background: #dfe0ea !important;
  padding: 8px !important;
  border-radius: 40px !important;
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.05);
  width: 34px;
  height: 34px;
}
.owlProductSlider .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

@media (max-width: 768px) {
  .companySlider .owl-item .item img {
    width: 100% !important;
  }

  .companySlider .owl-item .item {
    padding: 0 !important;
  }
}
#shareBtns {
  position: inherit;
}

:lang(en) .search-sec .filter-sec .custom-select {
  width: 66px;
}
:lang(en) .owlProductSlider .owl-nav {
  left: auto;
  right: 35px;
}
:lang(en) .partnerProduct {
  text-align: left;
  direction: ltr;
}

@media (max-width: 480px) {
  .companySlider .owl-item .item img {
    height: auto !important;
  }
}
.search-sec .why-yaschools-shop {
  font-size: 21px;
  font-weight: 500;
  color: #737598;
  line-height: 31px;
  text-align: center;
  margin-bottom: 30px;
}
.search-sec .why-yaschools-shop span {
  color: #5b63fb;
}
.search-sec .search-card {
  background-color: white;
  border-radius: 28px;
  width: 85vw;
  padding: 11px 24px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .search-sec .search-card {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .search-sec .search-card {
    width: 54vw;
  }
}
.search-sec .search-card select,
.search-sec .search-card input,
.search-sec .search-card button {
  background: none;
  border: none;
}
.search-sec .search-card select {
  cursor: pointer;
}
.search-sec .search-card input {
  padding-right: 16px;
  margin-right: 4px;
  border-right: 1px solid #c4c5d9;
  width: 80%;
}
@media screen and (max-width: 776px) {
  .search-sec .search-card input {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
.search-sec .filter-sec {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .search-sec .filter-sec {
    margin-bottom: 20px;
  }
}
.search-sec .filter-sec button, .search-sec .filter-sec a.btn {
  background-color: white;
  border: none;
  border-radius: 20px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #202359;
  line-height: 21px;
}
.search-sec .filter-sec select {
  background: none;
  border: 1px solid #e0e0eb;
  border-radius: 20px;
  padding: 2px 10px;
  cursor: pointer;
}
.search-sec .filter-sec .custom-select-wrapper {
  border: 1px solid #e0e0eb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 1px 10px;
}
.search-sec .filter-sec .custom-select {
  appearance: none;
  /* Remove the default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 60px;
  padding: 2px 10px 2px 0;
  color: #202359;
}
.search-sec .filter-sec .custom-select-wrapper::after {
  content: url(/img/filter-filler.png);
  font-weight: 900;
  /* Required for solid icons in Font Awesome */
  margin-top: 10px;
}

.owl-carousel {
  z-index: 0 !important;
}

.alert.alert-danger {
  background-color: #f8d7da !important;
  color: #58151c;
}

@media (min-width: 1200px) {
  .productList {
    flex: 0 0 auto;
    max-width: 20%;
  }
}

.title-row h4 {
  color: #202359;
}

.styles__containerPortal--c9f84 {
  position: relative;
  padding: 1px;
  z-index: 0;
  background: white;
}
.styles__containerPortal--c9f84::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(150deg, #45ebad, #5b63fb);
  z-index: -1;
}