/** Custom Select **/
.shop__grid__view__wrap {
  width: 100%;
}
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    float: right;
}
.custom-select {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  width: 60px;
  padding: 5px 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #fff;
  line-height: 50px;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  border: 1px solid #8e6846;
  cursor: pointer;
}
/*custom style the select list*/
.select-list-custom {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: -50px;
  padding: 5px 5px;
  height: 3rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #ffffff;
  background-color: #000000;
  border-radius: 10px;
  border: 1px solid #8e6846;
  cursor: pointer;
}

.text_title
{
  font-family: 'IBM Plex Sans Thai';
	font-size: 20px;
	color: #FFFFFF;
}
.text_subtitle p
{
  font-family: 'IBM Plex Sans Thai';
	font-size: 16px;
	color: #FFFFFF;
  padding: 10px 0;
}
.text_subtitle p span
{
	color: #c7b3a2;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.3rem 0.3rem;
  margin-left: -1px;
  line-height: 1;
  color: #c7b3a2;
  background-color: transparent;
  border: 1px solid #1b1b1b;
  border-radius: 0.25rem;
}

.page-link:hover {
  color: #937c6f;
  text-decoration: none;
  background-color: #1b1b1b;
  border: 1px solid #937c6f;
  border-radius: 0.25rem;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #937c6f;
  text-decoration: underline;
  pointer-events: none;
  cursor: auto;
/*  background-color: #007bff;
  border-color: #007bff;*/
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
/*  background-color: #fff;
  border-color: #dee2e6;*/
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}