@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.menu {
  padding: 15px 75px;
  background: transparent;
  display: flex;
  justify-content: space-between;
}
.menu .menu-section img {
  max-width: 250px;
}
.menu .menu-section ul {
  list-style: none;
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu .menu-section ul li {
  display: inline-block;
  padding: 5px 10px;
}
.menu .menu-section ul li.user a img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid white;
}
.menu .menu-section ul li a {
  text-decoration: none;
  color: #0e0e0e;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.menu .menu-section ul li a.active {
  color: var(--red-primary);
}
.menu .menu-section ul li a:hover {
  color: var(--red-primary);
}
.menu .menu-section ul li a.btn-menu {
  border: 2px solid var(--red-primary);
  padding: 5px 20px;
  background: var(--red-primary);
  color: whitesmoke;
}
.menu .menu-section ul li a.btn-menu:hover {
  background-color: var(--red-primary-hover);
}
.menu .menu-section ul li a.btn-menu-sell {
  border: 2px solid var(--blue-primary);
  padding: 10px 20px;
  background: var(--blue-primary);
  color: whitesmoke;
}
.menu .menu-section ul li a.btn-menu-sell:hover {
  background-color: var(--blue-primary);
}

#sidebar-desktop.offcanvas-end {
  width: 300px;
}
#sidebar-desktop .offcanvas-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  justify-content: center;
}
#sidebar-desktop .offcanvas-body .menu-bar {
  width: 140px;
  font-size: 20px;
  text-align: center;
  color: #4E5D74;
}
#sidebar-desktop .offcanvas-body .menu-bar a {
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}

@media (max-width: 426px) {
  .menu {
    display: none;
  }
}
.desc {
  padding: 75px 250px 25px 250px;
}
.desc .large {
  font-size: 50px;
  font-weight: 700;
}
.desc .small {
  font-size: 50px;
  font-weight: 600;
  transform: translateY(-30px);
}
.desc .search {
  font-family: "Open Sans", sans-serif;
}
.desc .search .col-md-5 {
  background: white;
  border: 1px solid #e6e9ee;
}
.desc .search .col-md-2 {
  border-right: 1px solid #e6e9ee;
  border-top: 1px solid #e6e9ee;
  border-bottom: 1px solid #e6e9ee;
  padding: 0;
  background: var(--red-primary);
}
.desc .search .col-md-2 button {
  background: none;
  width: 100%;
  height: 100%;
  border: none;
  color: whitesmoke;
  font-weight: 600;
  font-size: 18px;
}
.desc .search .search-item {
  padding: 10px;
}
.desc .search .search-item .logo {
  width: 40px;
  text-align: center;
  padding: 8px;
}
.desc .search .search-item .logo img {
  width: 24px;
}
.desc .search .search-item .text {
  padding: 0px 15px;
  font-weight: 800;
  font-size: 16px;
}
.desc .search .search-item input {
  width: 100%;
  border: none;
  outline: transparent;
  font-size: 0.9rem;
  padding: 0px 15px;
  color: #47484b;
}
.desc .search .search-item input::-moz-placeholder {
  color: #9C9EA3;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.desc .search .search-item input::placeholder {
  color: #9C9EA3;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.desc #rec {
  text-decoration: none;
  margin-bottom: 100px;
  padding: 20px 0px;
}
.desc #rec .rec-title {
  color: #9C9EA3;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: "Lato", sans-serif;
  padding-bottom: 10px;
}
.desc #rec .rec-item {
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10x;
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 110px;
}
.desc #rec .rec-item:hover .line {
  height: 2px;
  background-color: var(--red-primary);
  width: 80%;
}
.desc #rec .rec-item .logo {
  text-align: center;
  height: 59px;
  padding: 12px;
}
.desc #rec .rec-item .logo img {
  width: 35px;
}
.desc #rec .rec-item .line {
  height: 2px;
  background-color: #47484b;
  width: 50%;
  transition: 0.5s all;
}
.desc #rec .rec-item .text {
  padding: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #0e0e0e;
}

@media (max-width: 426px) {
  .desc {
    padding: 15px;
  }
  .desc .large {
    text-align: center;
    font-size: 25px;
  }
  .desc .small {
    font-size: 25px;
    transform: translateY(-15px);
    text-align: center;
  }
  .desc .search .row {
    margin: 0px !important;
  }
  .desc .search .col-md-2 button {
    font-size: 15px;
    padding: 8px;
  }
  .desc .search .search-item {
    padding: 10px;
  }
  .desc .search .search-item .logo {
    width: 40px;
    text-align: center;
    padding: 8px;
  }
  .desc .search .search-item .logo img {
    width: 24px;
  }
  .desc .search .search-item .text {
    text-align: center;
    padding: 0px 15px;
    font-weight: 800;
    font-size: 13px;
  }
  .desc .search .search-item input {
    text-align: center;
    font-size: 0.8rem;
  }
  .desc #rec {
    margin-bottom: 100px;
    padding: 20px 0px;
  }
  .desc #rec .row {
    justify-content: center !important;
  }
  .desc #rec .rec-title {
    text-align: center;
  }
  .desc #rec .rec-item {
    margin-bottom: 10px;
    margin-right: 7px;
    margin-left: 7px;
    width: 40%;
  }
  .desc #rec .rec-item .logo {
    text-align: center;
    height: 70px;
    padding: 10px;
  }
  .desc #rec .rec-item .logo img {
    width: 50px;
  }
}
#sidebar {
  position: fixed;
  top: -100px;
  left: 0px;
  bottom: -100px;
  width: 0px;
  z-index: 9;
  background-color: var(--red-primary);
  overflow: hidden;
  transition: 0.3s all;
}
#sidebar.active {
  width: 100vw;
  top: 0px;
  bottom: 0px;
}
#sidebar .overlay {
  height: 100%;
  width: 100%;
}
#sidebar .overlay .sidebar-menu-holder {
  overflow-y: auto;
  width: calc(80vw + 10px);
  height: 100%;
  background-color: var(--red-primary);
  padding-right: 10px;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu {
  color: #fff;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu::-webkit-scrollbar {
  width: 10px;
  margin-right: 5px;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu::-webkit-scrollbar-track {
  background: var(--red-primary);
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu::-webkit-scrollbar-thumb {
  background: #fff;
  width: 2px;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu::-webkit-scrollbar-thumb:hover {
  background: rgb(226, 226, 226);
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .back-bar {
  height: 50px;
  padding: 5px;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .back-bar button {
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  color: white;
  align-items: center;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .bar {
  height: 1px;
  background: white;
  margin: 10px;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .menu-bar {
  display: flex;
  overflow: hidden;
  margin-right: 10px;
  justify-content: start;
  padding: 5px 10px;
  align-items: center;
  color: white;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .menu-bar .material-icons {
  font-size: 25px;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .menu-bar a {
  font-weight: 600;
  margin-left: 5px;
  text-decoration: none;
  color: white;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .user-bar {
  color: white;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  margin-right: 10px;
  justify-content: start;
  padding: 5px 10px;
  align-items: center;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .user-bar .user-image {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .user-bar .user-image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1;
}
#sidebar .overlay .sidebar-menu-holder .sidebar-menu .user-bar .user-name {
  font-weight: 600;
}

.page-index {
  position: fixed;
  z-index: 11;
  top: 35px;
  bottom: 35px;
  left: 83%;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  animation: hover 0.4s linear 0s 1;
  background: white;
}
.page-index .hide-on-menu {
  display: none !important;
}

@keyframes hover {
  0% {
    top: 50px;
    bottom: 0px;
    left: 50px;
  }
  75% {
    top: 38.75px;
    bottom: 38.75px;
    left: 62.25%;
  }
  100% {
    top: 35px;
    bottom: 35px;
    left: 83%;
  }
}
.second {
  box-shadow: 0px -20px 20px 0px rgba(241, 241, 241, 0.61);
  min-height: 200px;
  transform: translateY(-75px);
  margin: 0px 100px;
  border-radius: 5px;
  padding: 20px 30px;
}
.second .title {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #303030;
  margin-bottom: 30px;
}
.second .title strong {
  font-weight: 700;
  font-size: 30px;
  color: #0e0e0e;
}
.second .how {
  display: flex;
}
.second .how .num {
  padding: 0px 10px;
}
.second .how .num img {
  width: 40px;
}
.second .how .num div {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #e8e8e8;
}
.second .how .text {
  flex-grow: 1;
}
.second .how .text .text-title {
  font-size: 20px;
  font-weight: 700;
}
.second .how .text .text-desc {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  color: #888;
}
.second .line {
  margin: 50px 0px;
  height: 1px;
  background-color: #E8E8E8;
}
.second .top {
  display: block;
  text-decoration: none !important;
  color: #585858;
  font-weight: 600;
  margin-bottom: 15px;
}
.second .top .holder {
  padding-bottom: 10px;
}
.second .top .holder .image {
  padding: 15px 0px;
  display: flex;
  justify-content: center;
}
.second .top .holder .image img {
  background: #4E5D74;
  width: 60%;
  border-radius: 50%;
}
.second .top .holder .top-title {
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second .top .holder .top-title span {
  margin-right: 5px;
}
.second .top .holder .top-title i {
  margin-right: 5px;
}
.second .top .holder .top-title.name {
  padding: 5px 10px 0px 15px;
}
.second .top .holder .top-desc {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px 0px 10px;
}
.second .top-product {
  padding-bottom: 30px;
  width: 20%;
  text-decoration: none;
}
.second .top-product .holder .image {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
  background-color: rgba(241, 241, 241, 0.61);
}
.second .top-product .holder .image img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}
.second .top-product .holder .top-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 10px 0px 10px;
  color: var(--black-primary);
}
.second .top-product .holder .top-price {
  margin: 0px 10px 5px 12px;
  color: var(--red-primary);
  font-size: 0.8rem;
}

@media (max-width: 426px) {
  .second {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0px;
  }
  .second .how .num {
    padding-left: 0px;
  }
  .second .how .text {
    padding-right: 10px;
  }
  .second .top {
    margin-bottom: 20px;
  }
  .second .top-product {
    padding-bottom: 10px;
    width: 50%;
    text-decoration: none;
  }
  .second .top-product:nth-child(odd) {
    padding-right: 5px;
  }
  .second .top-product:nth-child(even) {
    padding-left: 5px;
  }
  .second .top-product .holder {
    border-radius: 5px;
    overflow: hidden;
  }
  .second .top-product .holder .image {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    background-color: rgba(241, 241, 241, 0.61);
  }
  .second .top-product .holder .image img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .second .top-product .holder .top-title {
    margin: 5px 5px 0px 5px;
    font-size: 0.8rem;
  }
  .second .top-product .holder .top-price {
    margin: 0px 5px 5px 5px;
    font-size: 0.7rem;
  }
}
.services {
  padding: 50px 125px;
}
.services .services-title {
  font-size: 25px;
  margin-bottom: 10px;
}
.services .service-switch {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  white-space: nowrap;
  overflow-x: auto;
}
.services .service-switch::-webkit-scrollbar {
  display: none;
}
.services .service-switch .btn-service {
  outline: transparent !important;
  box-shadow: none !important;
  color: #585858;
  padding-right: 20px;
}
.services .service-switch .btn-service span {
  font-weight: 600;
}
.services .service-switch .btn-service img {
  width: 30px;
}
.services .service-switch .btn-service.active span, .services .service-switch .btn-service:hover span {
  border-bottom: 2px solid var(--red-primary);
}
.services .service-holder .row .col-lg-2 {
  padding-top: 15px;
}
.services .service-holder .single-service {
  transition: all 1s;
  height: 100%;
  padding: 30px 10px 20px 10px;
  box-shadow: 0px 0px 10px 0px #E7EBEE;
  text-align: center;
  display: block;
  text-decoration: none;
}
.services .service-holder .single-service:hover {
  transform: scale(0.75);
}
.services .service-holder .single-service:hover .name {
  color: var(--red-primary);
}
.services .service-holder .single-service .count {
  position: absolute;
  top: 15px;
  right: calc(50% - 50px);
  background-color: #4E5D74;
  color: white;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.8rem;
}
.services .service-holder .single-service img {
  width: 100%;
  max-width: 50px;
}
.services .service-holder .single-service .name {
  font-weight: 500;
  color: #837575;
}

@media (max-width: 426px) {
  .services {
    padding: 30px 15px;
  }
}
.mobile-head {
  display: none;
}

@media (max-width: 426px) {
  .mobile-head {
    transition: 0.3s all;
    z-index: 9;
    display: block;
    position: sticky;
    top: 0px;
    background-color: var(--red-primary);
    padding: 5px 10px;
  }
  .mobile-head.close {
    opacity: 0;
  }
  .mobile-head .show-menu {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .mobile-head .show-menu button {
    background: transparent;
    color: white;
    border: none;
    padding: 5px 0px 0px 0px;
    height: 40px;
    width: 40px;
  }
  .mobile-head .logo {
    width: 60%;
  }
  .mobile-head .logo img {
    width: 100%;
  }
  .mobile-head .noti {
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 100px;
  }
  .mobile-head .noti button {
    overflow: hidden;
    background: transparent;
    color: white;
    border: none;
    padding: 5px 0px 0px 0px;
    height: 40px;
    width: 40px;
  }
  .mobile-head .noti button.user {
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 50%;
  }
  .mobile-head .noti button.user a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .mobile-head .noti button.user a img {
    height: 100%;
    width: 100%;
  }
}
.footer {
  background: #EDF1F2; /* fallback for old browsers */
  padding: 50px 100px;
}
.footer .footer-single .mobile-logo {
  width: 75%;
  display: block;
}
.footer .footer-single .logo {
  padding: 10px 0px;
}
.footer .footer-single .logo img {
  max-width: 100%;
}
.footer .footer-single .title {
  font-weight: 600;
  font-size: 1.2rem;
}
.footer .footer-single .subtitle {
  font-weight: 500;
  font-size: 0.95rem;
  color: #5F6368;
}
.footer .footer-single .subtitle a {
  color: #5F6368;
  text-decoration: none;
}
.footer .footer-single .social span {
  padding-right: 5px;
}
.footer .footer-single .social span a {
  text-decoration: none;
}
.footer .footer-single .social span a svg {
  width: 25px;
}
.footer .footer-single .social span a svg g {
  fill: #5F6368;
}
.footer .footer-single .social span a:hover svg {
  width: 25px;
}
.footer .footer-single .social span a:hover svg g {
  fill: var(--red-primary);
}
.footer .subscribe {
  height: 40px;
  background: white;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  font-size: 0.9rem;
}
.footer .subscribe button {
  display: flex;
  align-items: center;
  border: none;
  background: #FF5A5F;
  color: white;
  font-weight: 600;
}
.footer .subscribe input {
  border: none;
  flex-grow: 1;
  background: transparent;
  outline: none;
  padding: 20px;
}
.footer .subscribe input::-moz-placeholder {
  color: #9C9EA3;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.footer .subscribe input::placeholder {
  color: #9C9EA3;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.footer .social {
  padding: 10px 0px;
}
.footer .social .social-link {
  height: 40px;
  width: 40px;
  display: inline-flex;
  background: white;
  color: var(--red-primary);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.footer .social .social-link:hover {
  color: var(--black-primary);
}

@media (max-width: 426px) {
  .footer {
    padding: 15px;
  }
  .footer .logo img {
    max-width: 100%;
  }
  .footer .footer-single .mobile-logo {
    width: 100%;
  }
  .footer .footer-single .title {
    text-align: center;
  }
  .footer .footer-single .subtitle {
    text-align: center;
  }
}
.modal-confirm {
  color: #636363;
  width: 325px;
  font-size: 14px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}

.modal-confirm .form-control, .modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #82ce34;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

.modal-confirm .btn:hover, .modal-confirm .btn:focus {
  background: #6fb32b;
  outline: none;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

.jumbotron {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 120px;
  overflow: hidden;
}
.jumbotron image {
  width: 100%;
}
.jumbotron .jumbotron-title {
  color: #EDF1F2;
  font-weight: 600;
  font-size: 1.3rem;
}
.jumbotron .jumbotron-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  padding: 0px 100px;
}
.jumbotron .jumbotron-overlay ul {
  list-style: none;
}
.jumbotron .jumbotron-overlay ul li {
  display: inline-block;
  font-weight: 600;
  color: #EDF1F2;
}
.jumbotron .jumbotron-overlay ul li:not(:last-child)::after {
  content: "/";
  padding: 0px 5px;
}
.jumbotron .jumbotron-overlay ul li a {
  text-decoration: none;
  color: var(--red-primary);
}

@media (max-width: 426px) {
  .jumbotron {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 120px;
    overflow: hidden;
  }
  .jumbotron image {
    width: 100%;
  }
  .jumbotron .jumbotron-title {
    color: #EDF1F2;
    font-weight: 600;
    font-size: 1.3rem;
  }
  .jumbotron .jumbotron-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
  }
  .jumbotron .jumbotron-overlay .col-md-9 {
    text-align: center;
  }
  .jumbotron .jumbotron-overlay .col-md-3 {
    display: none !important;
    text-align: center !important;
  }
  .jumbotron .jumbotron-overlay ul {
    padding-left: 0px !important;
    list-style: none;
  }
  .jumbotron .jumbotron-overlay ul li {
    font-weight: 600;
    color: #EDF1F2;
  }
  .jumbotron .jumbotron-overlay ul li:not(:last-child)::after {
    content: "/";
    padding: 0px 0px;
    margin-left: 5px;
  }
  .jumbotron .jumbotron-overlay ul li a {
    text-decoration: none;
    color: var(--red-primary);
  }
}
.page .top {
  height: 100%;
  display: block;
  text-decoration: none !important;
  color: #585858;
  font-weight: 600;
  margin-bottom: 15px;
}
.page .top .holder {
  padding-bottom: 10px;
}
.page .top .holder img {
  background: #4E5D74;
  width: 100%;
  aspect-ratio: 1;
}
.page .top .holder .top-title {
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px 0px 10px;
  display: flex;
  align-items: center;
}
.page .top .holder .top-title span {
  margin-right: 5px;
}
.page .top .holder .top-title i {
  margin-right: 5px;
}
.page .top .holder .top-title.name {
  padding: 5px 10px 0px 15px;
}

#page-services .city {
  text-decoration: none;
  display: block;
  padding: 30px 10px 10px 10px;
  text-align: center;
  box-shadow: var(--shadow);
  margin-bottom: 15px;
}
#page-services .city:hover {
  color: var(--red-primary);
}
#page-services .city img {
  width: 100%;
  max-width: 60px;
}
#page-services .city .name {
  color: var(--black-primary);
  font-weight: 600;
  font-size: 0.9rem;
}

@media (max-width: 426px) {
  .page .top {
    height: 100%;
    display: block;
    text-decoration: none !important;
    color: #585858;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .page .top:nth-child(odd) {
    padding-right: 7.5px;
  }
  .page .top:nth-child(even) {
    padding-left: 7.5px;
  }
  .page .top .holder {
    padding-bottom: 10px;
  }
  .page .top .holder img {
    background: #4E5D74;
    width: 100%;
    aspect-ratio: 1;
  }
  .page .top .holder .top-title {
    display: block;
  }
  .page .top .holder .top-title i {
    margin-right: 0px;
    font-size: 12px;
  }
  .page .top .holder .top-title .break {
    display: block;
  }
  .page .top .holder .top-title.name {
    padding: 5px 10px 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #page-services .mobile-sm:nth-child(odd) {
    padding-right: 7.5px;
  }
  #page-services .mobile-sm:nth-child(even) {
    padding-left: 7.5px;
  }
}
#cities .single-city {
  display: block;
  margin-bottom: 30px;
  box-shadow: var(--shadow);
  color: var(--black-primary);
  text-decoration: none;
}
#cities .single-city img {
  width: 100%;
  aspect-ratio: 500/300;
}
#cities .single-city .desc {
  padding: 10px;
}
#cities .single-city .desc .name {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
}

@media (max-width: 426px) {
  #cities .col-6:nth-child(even) {
    padding-left: 5px;
  }
  #cities .col-6:nth-child(odd) {
    padding-right: 5px;
  }
  #cities .single-city {
    margin-bottom: 10px;
  }
  #cities .single-city .desc {
    padding: 5px 10px;
  }
  #cities .single-city .desc .name {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
  }
}
#page-search label {
  font-weight: 600;
}
#page-search .btn-search {
  background: var(--red-primary);
  color: #ffffff;
  width: 100%;
}
#page-search .not-found {
  text-align: center;
}
#page-search .not-found img {
  width: 250px;
}
#page-search .vendor {
  height: 100%;
  display: block;
  text-decoration: none !important;
  color: #585858;
  font-weight: 600;
  margin-bottom: 15px;
}
#page-search .vendor .holder {
  padding-bottom: 10px;
}
#page-search .vendor .holder img {
  background: #4E5D74;
  width: 100%;
  aspect-ratio: 1;
}
#page-search .vendor .holder .top-title {
  font-size: 14px;
  text-decoration: none;
  padding: 5px 10px 0px 10px;
  display: flex;
  align-items: center;
}
#page-search .vendor .holder .top-title span {
  margin-right: 5px;
}
#page-search .vendor .holder .top-title i {
  margin-right: 5px;
}
#page-search .vendor .holder .top-title.name {
  padding: 5px 10px 0px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-search .vendor .holder .top-title.address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
#page-search .products {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#page-search .products > div {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
#page-search .product {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}
#page-search .product .image {
  height: 170px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page-search .product .image > img {
  width: 100%;
}
#page-search .product .product-desc {
  padding: 10px;
}
#page-search .product .product-desc .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: var(--blue-primary);
}
#page-search .product .product-desc .price {
  color: var(--red-primary);
  font-size: 0.8rem;
}

@media (max-width: 426px) {
  #page-search .btn-search {
    margin-top: 5px;
  }
  #page-search #vendors-column {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  #page-search .vendor {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    margin-bottom: 6px;
  }
  #page-search .vendor .holder .top-title {
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px 0px 10px;
    display: flex;
    align-items: center;
  }
  #page-search .vendor .holder .top-title span {
    margin-right: 5px;
  }
  #page-search .vendor .holder .top-title i {
    margin-right: 5px;
  }
  #page-search .vendor .holder .top-title.name {
    padding: 5px 10px 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #page-search .vendor .holder .top-title.address {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0px;
  }
  #page-search .product {
    border-radius: 5px;
  }
  #page-search .product .image {
    height: 90px;
  }
  #page-search .product .product-desc {
    padding: 7.5px;
  }
  #page-search .product .product-desc .name {
    font-size: 0.8rem;
  }
  #page-search .product .product-desc .price {
    color: var(--red-primary);
    font-size: 0.7rem;
  }
}
#single-vendor-page {
  background-color: #F5F7FB;
  padding-bottom: 30px;
}
#single-vendor-page #vendor-detail-first {
  box-shadow: var(--shadow);
  display: flex;
  background-color: white;
  padding: 30px 0px;
  margin-bottom: 30px;
}
#single-vendor-page #vendor-detail-first #first {
  flex: 3;
  border-right: 1px solid #b9b9b9;
}
#single-vendor-page #vendor-detail-first #first #vendor-image {
  padding: 20px 30%;
}
#single-vendor-page #vendor-detail-first #first #vendor-image img {
  width: 100%;
  border-radius: 50%;
}
#single-vendor-page #vendor-detail-first #first #vendor-name {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #505050;
}
#single-vendor-page #vendor-detail-first #first #vendor-rate {
  text-align: center;
}
#single-vendor-page #vendor-detail-first #first #vendor-rate .star {
  color: #eccf13;
  font-weight: 600;
  padding-right: 5px;
  border-right: #b9b9b9 1px solid;
}
#single-vendor-page #vendor-detail-first #first #vendor-rate .review-count {
  color: #505050;
  font-weight: 400;
  font-size: 0.9rem;
  padding-left: 5px;
}
#single-vendor-page #vendor-detail-first #second {
  border-right: 1px solid #b9b9b9;
  flex: 5;
}
#single-vendor-page #vendor-detail-first #second .data {
  margin-bottom: 10px;
}
#single-vendor-page #vendor-detail-first #second .data .title {
  color: #888888;
  font-size: 1rem;
  font-weight: 500;
}
#single-vendor-page #vendor-detail-first #second .data .detail {
  padding-left: 5px;
  display: flex;
  align-items: center;
  color: #505050;
  font-size: 1rem;
  font-weight: 400;
}
#single-vendor-page #vendor-detail-first #second .data .detail .material-icons {
  font-size: 1.2rem;
  color: #4E5D74;
}
#single-vendor-page #vendor-detail-first #second .data .detail img {
  width: 1.2rem;
}
#single-vendor-page #vendor-detail-first #second .data .detail a {
  text-decoration: none;
  color: inherit;
}
#single-vendor-page #vendor-detail-first #third {
  flex: 3;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#single-vendor-page #vendor-detail-first #third .username {
  padding: 5px 0px;
  text-align: center;
  color: #505050;
  font-weight: 500;
  font-size: 0.9rem;
}
#single-vendor-page #vendor-detail-first #third .username .copy {
  cursor: pointer;
  font-size: 20px;
}
#single-vendor-page #vendor-detail-first #third #socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-vendor-page #vendor-detail-first #third #socials a {
  padding: 5px;
  display: inline-block;
  color: #505050;
  text-decoration: none;
}
#single-vendor-page #vendor-detail-first #third #socials a svg {
  width: 40px;
  height: 40px;
}
#single-vendor-page #vendor-detail-first #third #socials a:hover {
  color: var(--red-primary);
}
#single-vendor-page #vendor-detail-first #third #share .btn-share {
  border-radius: 5px;
  border: 1px solid var(--red-primary);
  color: var(--red-primary);
  font-weight: 600;
  font-size: 0.9rem;
  background: rgba(255, 90, 95, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px 12px;
}
#single-vendor-page #vendor-detail-first #third #share .btn-share .copy {
  font-size: 20px;
}
#single-vendor-page #vendor-detail-first #third #bookmark .btn-bookmark {
  border-radius: 5px;
  border: 1px solid var(--yellow-primary);
  color: var(--yellow-primary);
  font-weight: 600;
  font-size: 0.9rem;
  background: rgba(255, 215, 38, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  padding: 8px 12px;
}
#single-vendor-page #vendor-detail-first #third #bookmark .btn-bookmark .copy {
  font-size: 20px;
}
#single-vendor-page #vendor-detail-first #third #bookmark .btn-bookmark:hover {
  color: var(--yellow-primary);
}
#single-vendor-page #vendor-detail-second .about {
  flex: 4;
  padding: 30px 20px;
}
#single-vendor-page #vendor-detail-second .other-detail {
  background-color: #F8F9FD;
  flex: 3;
  padding: 30px 20px;
}
#single-vendor-page #vendor-detail-second .title {
  font-weight: 600;
  font-size: 1.5rem;
}
#single-vendor-page #vendor-detail-second .desc {
  padding: 0px;
  font-weight: 400;
  font-size: 1rem;
}
#single-vendor-page #vendor-detail-second #reviews {
  background-color: white;
  padding: 1rem;
  min-height: 100%;
}
#single-vendor-page #vendor-detail-second #reviews .title {
  font-weight: 600;
  color: #505050;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#single-vendor-page #vendor-detail-second #reviews .title a {
  color: var(--red-primary);
  text-decoration: none;
}
#single-vendor-page #vendor-detail-second #reviews .review-stat {
  font-weight: 600;
  font-size: 1rem;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
  padding: 100px 250px;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review .btn-close {
  background: none;
  position: absolute;
  top: 90px;
  right: 240px;
  font-size: 40px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: transparent;
  box-shadow: none;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review .review-single {
  padding: 15px;
  background-color: white;
  height: 100%;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review .review-single hr {
  display: none;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review .review-single .review-description {
  height: auto !important;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review .review-single .review-description .overlay {
  display: none;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-title {
  display: flex;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-title .review-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 5px;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-title .review-user-detail {
  flex-grow: 1;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-title .review-user-detail .name {
  font-weight: 600;
  font-size: 1rem;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-title .review-user-detail .rate {
  font-weight: 600;
  font-size: 0.9rem;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-title .review-user-detail .rate .material-icons {
  font-size: inherit;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-title .review-user-detail .rate .review-ago {
  font-weight: 400;
  font-size: 0.9rem;
  color: #505050;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .username {
  font-size: 0.9rem;
  color: #505050;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-description {
  font-size: 0.9rem;
  color: #505050;
  text-align: justify;
}
#single-vendor-page #vendor-detail-second #reviews #reviews-inner .review-single .review-description .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#single-vendor-page #vendor-detail-second .product {
  transition: all 1s;
  text-decoration: none;
  color: var(--black-primary);
  cursor: pointer;
}
#single-vendor-page #vendor-detail-second .product.active {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: default;
  position: fixed;
  z-index: 111;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#single-vendor-page #vendor-detail-second .product.active .close {
  position: absolute;
  z-index: 113;
  top: 80px;
  right: 130px;
  display: flex;
  background: white;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#single-vendor-page #vendor-detail-second .product.active .product-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: fixed;
  z-index: 111;
  top: 100px;
  bottom: 100px;
  right: 150px;
  left: 150px;
  background-color: white;
}
#single-vendor-page #vendor-detail-second .product.active .image {
  overflow: visible;
  position: fixed;
  top: 110px;
  left: 160px;
  width: 300px;
  border-radius: 10px;
}
#single-vendor-page #vendor-detail-second .product.active .all {
  top: 100px;
  bottom: 100px;
  left: 470px;
  right: 150px;
  z-index: 112;
  position: fixed;
  overflow-y: auto;
  padding: 10px;
  text-align: justify;
}
#single-vendor-page #vendor-detail-second .product.active .product-name {
  white-space: initial;
  max-width: none;
  font-size: 1.2rem;
  text-align: start;
}
#single-vendor-page #vendor-detail-second .product.active .product-price {
  white-space: initial;
  max-width: none;
  font-size: 1rem;
  text-align: start;
}
#single-vendor-page #vendor-detail-second .product.active .product-desc {
  display: block;
}
#single-vendor-page #vendor-detail-second .product.active .share {
  display: block;
  position: fixed;
  top: 120px;
  right: 200px;
  cursor: pointer;
}
#single-vendor-page #vendor-detail-second .product .back {
  height: 40px;
  width: 50px;
  display: none;
  color: white;
}
#single-vendor-page #vendor-detail-second .product .close {
  height: 40px;
  width: 40px;
  display: none;
  border-radius: 50%;
}
#single-vendor-page #vendor-detail-second .product .image {
  overflow-y: hidden;
}
#single-vendor-page #vendor-detail-second .product .product-name {
  text-align: center;
  padding: 10px 10px 0px 10px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--blue-primary);
  text-transform: capitalize;
}
#single-vendor-page #vendor-detail-second .product .product-price {
  text-align: center;
  padding: 0px 10px 10px 10px;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--red-primary);
}
#single-vendor-page #vendor-detail-second .product .product-desc {
  display: none;
}
#single-vendor-page #vendor-detail-second .product .share {
  display: none;
}
#single-vendor-page #vendor-detail-second #products .row .col-md-3 {
  width: 20% !important;
}

@media (max-width: 426px) {
  #single-vendor-page #vendor-detail-first {
    display: block;
  }
  #single-vendor-page #vendor-detail-first #first {
    position: relative;
    border-right: none;
    padding-bottom: 20px;
  }
  #single-vendor-page #vendor-detail-first #first::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #ededed;
    height: 1px;
    box-shadow: 0px 0px 5px 0px #ededed;
  }
  #single-vendor-page #vendor-detail-first #second {
    position: relative;
    border-right: none;
    flex: 5;
    padding-bottom: 20px;
  }
  #single-vendor-page #vendor-detail-first #second .data {
    margin-bottom: 10px;
  }
  #single-vendor-page #vendor-detail-first #second .data .title {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
  }
  #single-vendor-page #vendor-detail-first #second .data .detail {
    justify-content: center;
    font-size: 0.8rem;
    padding-left: 0px;
  }
  #single-vendor-page #vendor-detail-first #second .data .detail .material-icons {
    font-size: 1.1rem;
  }
  #single-vendor-page #vendor-detail-first #second .data .detail img {
    width: 1.1rem;
  }
  #single-vendor-page #vendor-detail-first #second::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #ededed;
    height: 1px;
    box-shadow: 0px 0px 5px 0px #ededed;
  }
  #single-vendor-page #vendor-detail-first #third {
    flex: 3;
    padding: 15px;
  }
  #single-vendor-page #vendor-detail-first #third .username {
    padding: 5px 0px;
    text-align: center;
    color: #505050;
    font-weight: 500;
    font-size: 0.9rem;
  }
  #single-vendor-page #vendor-detail-first #third #socials {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #single-vendor-page #vendor-detail-first #third #socials a {
    padding: 5px;
    display: inline-block;
    color: #505050;
    text-decoration: none;
  }
  #single-vendor-page #vendor-detail-first #third #socials a svg {
    width: 40px;
    height: 40px;
  }
  #single-vendor-page #vendor-detail-first #third #socials a:hover {
    color: var(--red-primary);
  }
  #single-vendor-page #vendor-detail-first #third #share .btn-share {
    border: 1px solid var(--red-primary);
    color: var(--red-primary);
    font-weight: 600;
    font-size: 0.9rem;
    background: rgba(255, 90, 95, 0.1);
    display: flex;
    align-items: center;
  }
  #single-vendor-page #vendor-detail-first #third #share .btn-share .copy {
    cursor: pointer;
    font-size: 20px;
  }
  #single-vendor-page #vendor-detail-second {
    display: block;
  }
  #single-vendor-page #vendor-detail-second .title {
    font-weight: 600;
    font-size: 1rem;
  }
  #single-vendor-page #vendor-detail-second .desc {
    padding: 0px;
    font-weight: 400;
    font-size: 0.9rem;
  }
  #single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review {
    overflow-y: auto;
    z-index: 10;
    padding: 10px;
  }
  #single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review .btn-close {
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background: white;
    position: absolute;
  }
  #single-vendor-page #vendor-detail-second #reviews #reviews-inner .active-review .review-single {
    padding: 10px;
  }
  #single-vendor-page #vendor-detail-second .product.active {
    background-color: rgba(0, 0, 0, 0.3);
    cursor: default;
    position: fixed;
    z-index: 111;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #single-vendor-page #vendor-detail-second .product.active .close {
    display: none;
  }
  #single-vendor-page #vendor-detail-second .product.active .back {
    position: absolute;
    border-radius: 0px;
    z-index: 113;
    top: 5px;
    left: 5px;
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
  }
  #single-vendor-page #vendor-detail-second .product.active .product-wrapper {
    overflow: auto;
    position: fixed;
    z-index: 111;
    top: 0px;
    border-radius: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: white;
  }
  #single-vendor-page #vendor-detail-second .product.active .image {
    position: initial;
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    overflow: visible;
    width: 100%;
    height: auto !important;
  }
  #single-vendor-page #vendor-detail-second .product.active .share {
    display: block;
    position: fixed;
    border-radius: 0px;
    z-index: 113;
    top: 5px;
    right: 5px;
    padding: 8px 12px;
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
  }
  #single-vendor-page #vendor-detail-second .product.active .all {
    top: 0px;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 112;
    display: block;
    position: initial;
    overflow-y: auto;
    padding: 10px;
    text-align: justify;
  }
  #single-vendor-page #vendor-detail-second .product.active .product-name {
    white-space: initial;
    max-width: none;
    font-size: 1.2rem;
    text-align: start;
  }
  #single-vendor-page #vendor-detail-second .product.active .product-price {
    white-space: initial;
    max-width: none;
    font-size: 1rem;
    text-align: start;
  }
  #single-vendor-page #vendor-detail-second .product.active .product-desc {
    display: block;
  }
  #single-vendor-page #vendor-detail-second #products {
    overflow-x: auto;
  }
  #single-vendor-page #vendor-detail-second #products::-webkit-scrollbar {
    height: 0px !important;
  }
  #single-vendor-page #vendor-detail-second #products .row {
    margin: 0px;
    flex-wrap: nowrap;
  }
  #single-vendor-page #vendor-detail-second #products .row .col-md-3 {
    padding: 15px 10px !important;
    width: 250px !important;
  }
}
.vendor-alternate {
  display: block;
  text-decoration: none !important;
  color: var(--black-primary);
  font-weight: 600;
  padding-bottom: 10px;
}
.vendor-alternate:hover {
  color: var(--black-primary);
}
.vendor-alternate:hover .vendor-card {
  background-color: rgba(0, 0, 0, 0.05);
}
.vendor-alternate:nth-child(odd) {
  padding-right: 7.5px;
}
.vendor-alternate:nth-child(even) {
  padding-left: 7.5px;
}
.vendor-alternate .vendor-card {
  height: 100%;
  background-color: transparent;
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.vendor-alternate .vendor-card .image {
  text-align: center;
}
.vendor-alternate .vendor-card .image img {
  width: 100%;
}
.vendor-alternate .vendor-card .info {
  font-size: 0.9rem;
  font-weight: 500;
}
.vendor-alternate .vendor-card .info .material-icons {
  font-size: 1rem;
}
.vendor-alternate .vendor-card .info .no-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vendor-alternate .vendor-card .info .center {
  display: flex;
  align-items: center;
}
.vendor-alternate .vendor-card .info .center i {
  margin-right: 5px;
}
.vendor-alternate .heading {
  font-weight: 700;
}
.vendor-alternate .line-color {
  color: var(--black-primary);
  height: 3px;
}

@media (max-width: 426px) {
  .vendor-alternate {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
    font-weight: 600;
  }
  .vendor-alternate:nth-child(odd) {
    padding-right: 5px;
  }
  .vendor-alternate:nth-child(even) {
    padding-left: 5px;
  }
  .vendor-alternate .vendor-card .image img {
    width: 70%;
    margin: 10px 0px;
  }
  .vendor-alternate .vendor-card .info {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .vendor-alternate .vendor-card .info .material-icons {
    font-size: 0.9rem;
  }
  .vendor-alternate .vendor-card .info .center {
    display: block;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }
  .vendor-alternate .vendor-card .info .center i {
    margin-top: 5px;
  }
  .vendor-alternate .vendor-card .info .no-overflow {
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vendor-alternate .heading {
    text-align: center;
    font-size: 0.8rem;
  }
}
* {
  font-family: "Poppins", sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dbdbdb;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  --red-primary: #ff5a5f;
  --black-primary: rgb(80, 80, 80);
  --black-secondary: #747474;
  --black-tri: #626262;
  --red-primary-hover: #f84248;
  --yellow-primary: #ffc107;
  --shadow: 0px 0px 10px 0px #e7ebee;
  --shadow-strong: 0px 0px 10px 0px #a0a0a0;
  --blue-primary: #38618b;
}

.text-black {
  color: var(--black-primary);
}

.text-red {
  color: var(--red-primary);
}

.bg-black {
  background-color: var(--black-primary);
}

.bg-red {
  background-color: var(--red-primary);
}

.btn-red-hover:hover {
  color: white;
  background-color: var(--red-primary);
  cursor: pointer;
}

.text-red-hover:hover {
  color: var(--red-primary) !important;
  cursor: pointer;
}

.btn-red {
  color: white;
  background-color: var(--red-primary);
}
.btn-red:hover {
  background-color: var(--red-primary-hover);
}

.btn-blue {
  color: white;
  background-color: var(--blue-primary);
}
.btn-blue:hover {
  background-color: var(--blue-primary-hover);
}

.head {
  min-height: 100vh;
  background: #8e9eab; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #ffffff, #e7ebee); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.head.page {
  background: white;
  min-height: auto;
  position: sticky;
  z-index: 1;
  /* width: 100%; */
  top: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.336);
}

@media (max-width: 426px) {
  .head {
    min-height: auto;
  }
}
.square {
  padding-bottom: 100%;
  position: relative;
}
.square .square-inner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.add-product {
  position: fixed;
  bottom: -50px;
  left: 10px;
  height: 50px;
  text-decoration: none;
  line-height: 50px;
  padding: 0px 10px;
  border-radius: 5px;
  border: none;
  transition: 1s all;
  background: var(--blue-primary);
  color: white;
}

@media (max-width: 425px) {
  .add-product {
    bottom: 10px;
  }
}
.go-to-top {
  position: fixed;
  bottom: -50px;
  right: 10px;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  border: none;
  transition: 1s all;
  background: var(--red-primary);
  color: #4e5d74;
}
.go-to-top:hover {
  background: var(--red-primary-hover);
}

.modal-content.popup {
  position: relative;
}

.popup.btn-close {
  z-index: 1;
  padding: 10px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transition: all 1s;
  opacity: 1;
}
.popup.btn-close:hover {
  transform: rotate(180deg);
  color: var(--red-primary);
}/*# sourceMappingURL=head.css.map */