.cl-mall-guide {
  font-family: 'Roboto',sans-serif;
}

.cl-mall-guide .oi-ttle {
  font-family: 'Roboto',sans-serif;
}

.cl-mall-guide__list-item {
  display: flex;
  margin-bottom: 1.2rem;
}

.cl-mall-guide__list-item:last-child {
  margin-bottom: 0;
}

.cl-mall-guide__list-icon {
  min-width: 65px;
}

.cl-mall-guide__list-icon img {
  width: 50px;
  height: 50px;
}

.cl-mall-guide__list-content h6 {
  font-weight: 500;
  color: #000;
  margin: 0 0 5px;
}

.cl-mall-guide__list-content p {
  color: #636363;
  font-weight: normal;
  margin-bottom: 0;
}

.cl-mall-guide__list-content p a {
  color: #636363;
  text-decoration: underline;
}

.cl-mall-guide__list-content p a:hover {
  color: #A91A2C;
}

.cl-modal .close {
  position: absolute;
  right: 3rem;
  z-index: 1;
  color: #A91A2C;
  outline: none !important;
}

@media (max-width: 575px) {
  .cl-modal .close {
    right: 1.5rem;
  }
}

.cl-modal .modal-content {
  border-radius: 15px;
  border-color: transparent;
}

.cl-modal .modal-body {
  padding: 3rem;
}

@media (max-width: 575px) {
  .cl-modal .modal-body {
    padding: 1.5em;
  }
}

.cl-modal h4.oi-ttle {
  font-family: 'Roboto',sans-serif;
}

.cl-btn-block {
  display: flex;
  padding: 1rem;
  border: 1px solid #D2D2D2;
}

.cl-btn-block--sm {
  flex-flow: column;
}

.cl-btn-block__icon {
  min-width: 65px;
}

.cl-btn-block__icon img {
  width: 50px;
  height: 50px;
}

.cl-btn-block__title h5 {
  color: #000;
  margin-bottom: 0;
}

.cl-btn-block .oi-sm {
  display: flex;
}

.cl-btn-block .oi-sm li {
  min-width: 30px;
}

.cl-btn-block .oi-sm li a {
  opacity: 1;
}

.cl-btn-block .oi-sm li a:hover {
  opacity: .7;
}

.cl-btn-block .oi-sm li a img {
  width: 25px;
  height: 25px;
}

.cl-mall-time p {
  color: #000;
  margin-bottom: 0;
}

.cl-mall-time p strong {
  font-weight: 500;
}

.cl-contact__item {
  display: flex;
  margin-bottom: 1.5rem;
}

.cl-contact__item:last-child {
  margin-bottom: 0;
}

.cl-contact__item a {
  color: #000;
}

.cl-contact__item a:hover {
  color: #A91A2C;
}

.cl-contact__item p {
  margin-bottom: 0;
}

.cl-contact__icon {
  min-width: 45px;
}

.cl-contact__icon img {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
}

.cl-shop-category {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 647px) {
  .cl-shop-category {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.cl-shop-category .oi-ttle {
  font-family: 'Roboto',sans-serif;
}

.cl-shop-category__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  justify-content: center;
}

@media (max-width: 647px) {
  .cl-shop-category__list {
    margin: 0 -.5rem;
  }
}

.cl-shop-category__item {
  position: relative;
  max-width: 16.5%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 1780px) {
  .cl-shop-category__item {
    max-width: 20%;
  }
}

@media (max-width: 1450px) {
  .cl-shop-category__item {
    max-width: 25%;
  }
}

@media (max-width: 1180px) {
  .cl-shop-category__item {
    max-width: 33.33%;
  }
}

@media (max-width: 915px) {
  .cl-shop-category__item {
    max-width: 50%;
  }
}

@media (max-width: 647px) {
  .cl-shop-category__item {
    max-width: 50%;
    padding: 0 .5rem;
    margin-bottom: 1rem;
  }
}

.cl-shop-category__item:hover .cl-shop-category__name {
  background-color: #f2f2f2;
  color: #000;
}

.cl-shop-category__link {
  display: block;
}

.cl-shop-category__link img {
  width: 100%;
}

.cl-shop-category__name {
  display: block;
  background-color: #fff;
  padding: .5rem;
  text-align: center;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 647px) {
  .cl-shop-category__name {
    left: .5rem;
    right: .5rem;
    font-size: 12px;
  }
}

.cl-offers .container {
  max-width: 1600px;
}

.cl-offers .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-offers .container .row {
  height: 100%;
}

.cl-offers__small {
  height: 100%;
  display: flex;
  flex-flow: column;
  position: relative;
}

.cl-offers__small a {
  height: 100%;
}

.cl-offers__small:hover span {
  background-color: rgba(169, 26, 44, 0.5);
}

.cl-offers__small span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 647px) {
  .cl-offers__small span {
    font-size: 1rem;
  }
}

.cl-shop-list__item img {
  width: 100%;
}

.cl-shop-list__details {
  margin-top: 10px;
}

.cl-shop-list__name {
  padding-left: 25px;
  position: relative;
  color: #000;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 5px;
  background-image: url(../images/albustan-centre/2024/icon-pin.svg);
}

.cl-shop-list__name strong {
  display: block;
}

.cl-shop-list__name p {
  margin: 0;
}

.cl-shop-list__contact {
  padding-left: 25px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 4px;
  background-image: url(../images/albustan-centre/2024/icon-call.svg);
}

.cl-shop-list__contact a {
  color: #000;
}

.cl-shop-list__contact a:hover {
  color: #A91A2C;
}
