/*mixins */
/* media query start */
/* media query end */
/*@mixin text_ellipsic_2line{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}*/
/*@font-face {
  font-family: 'DBHeavent-bold';
  src: url('../fonts/DBHeavent/DBHeavent-Bd-v3.2.ttf')  format('truetype'),
}

@font-face {
  font-family: 'DBHeavent';
  src: url('../fonts/DBHeavent/DB-Heavent-v3.2.ttf')  format('truetype'),

}

@font-face {
  font-family: 'DBHeavent-med';
  src: url('../fonts/DBHeavent/DBHeavent-Med-v3.2.ttf')  format('truetype'),

}

@font-face {
  font-family: 'Gotham-Light';
  src:url('../fonts/Gotham/._Gotham-Light(1).ttf')  format('truetype');
  src: url('../fonts/Gotham/Gotham-Book.otf')  format('truetype');
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham/Gotham-Bold(1).ttf')  format('truetype');
  src:url('../fonts/Gotham/Gotham-Bold_0(1).otf')  format('truetype');

}
*/
input, p {
  /*font-family: DBHeavent;*/
}

.mobile_banner_img {
  display: none;
}

.shoplist_banner {
  width: 100%;
  /*background: #391561;*/
  /*height: 286px;*/
}

.shoplist_banner .shoplist_container {
  padding: 0;
  max-width: 100%;
}

.shoplist_banner .banner_img {
  width: 100%;
  overflow: hidden;
}

.shoplist_banner .banner_img img {
  max-width: 100%;
}

.shoplist_container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  box-sizing: border-box;
}

.shoplist_heading {
  color: #333333;
  font-weight: 700;
  margin-bottom: 15px;
}

.filter_wrp {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.border_wrp {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
}

.search_wrp {
  width: 100%;
  max-width: 460px;
}

.search_wrp .autocomplete-suggestions.auto_icon {
  width: 100% !important;
}

.search_wrp .autocomplete-suggestions.auto_icon li.autocomplete-suggestion {
  padding-left: 20px;
}

.search_input {
  height: 54px;
  font-size: 16px;
  color: #000000;
  width: 100%;
  border-radius: 5px;
  padding: 12px 40px 12px 20px;
  /*font-family: DBHeavent;*/
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.search_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.search_icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon_v2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912" !important;
  font-size: 20px;
  color: #000000;
}

.slect_wrp {
  width: 100%;
}

.slect_wrp.act .down_arrow_icon {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.down_arrow_icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../images/scb/shoplist/down_arrow.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  -ms-transition: -ms-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

.cat_ddlist {
  list-style: none;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 54px;
  left: -1px;
  width: calc(100% + 2px);
  background: #ffffff;
  z-index: 2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.cat_ddlist li {
  font-size: 14px;
  color: #000000;
  padding: 10px 20px;
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
  /*font-family: DBHeavent;*/
}

.cat_ddlist li:first-child {
  border: none;
}

#selected_text {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box_block_wrp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.box_block_wrp li {
  margin: 15px 10px;
  float: left;
  width: 220px;
  display: flex;
}

.box_block {
  border-radius: 16px;
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  width: 220px;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  position: relative;
}

.logo_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo_wrp img {
  max-width: 100%;
}

.shop_name {
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*font-family: DBHeavent-bold;*/
  line-height: normal;
}

.shop_decs {
  color: #736e78;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop_tag {
  border-radius: 11px;
  background-color: #eaeaea;
  padding: 2px 10px;
  color: #494949;
  /*font-family: DBHeavent-med;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop_link {
  text-align: right;
  font-size: 14px;
  color: #00abbe;
  /*font-family: DBHeavent-med;*/
  margin-top: 15px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.shop_link:hover {
  color: #000000;
  text-decoration: underline;
}

.pagination_wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px auto 85px;
  padding: 0 10px;
}

.pre_next_wrp {
  display: flex;
  align-items: center;
  cursor: default;
}

.pre_next_wrp .circle {
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  background: #ffffff;
  border-radius: 100%;
  opacity: 0.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 19px;
  font-family: DBHeavent;
}

.pre_next_wrp .pre_next_txt {
  font-size: 14px;
  color: #cccccc;
  margin-left: 10px;
  font-weight: 600;
  /*font-family: DBHeavent;*/
}

.pre_next_wrp .pre_next_txt.nxt {
  margin-left: 0;
  margin-right: 10px;
}

.pre_next_wrp.act {
  cursor: pointer;
}

.pre_next_wrp.act .circle {
  background: #333333;
  opacity: 1;
  color: #ffffff;
}

.pre_next_wrp.act .pre_next_txt {
  color: #333333;
}

.page_list {
  list-style: none;
  display: flex;
  align-items: center;
}

.page_list li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ffffff;
  font-size: 14px;
  /*font-family: DBHeavent;*/
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_list li.act {
  color: #ffffff;
  background: #333333;
}

/* pagination plug in start */
.pagination_wrp .pagination {
  margin: 0 auto;
}

.pagination_wrp .pagination li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #ffffff;
  font-size: 14px;
  /*font-family: DBHeavent;*/
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.pagination_wrp .pagination li a {
  color: #333333;
  border: none;
  border-radius: 100%;
}

.pagination_wrp .pagination li.active {
  background: #007bff;
}

.pagination_wrp .pagination li.active a {
  color: #ffffff;
}

.pagination_wrp .pagination li.first, .pagination_wrp .pagination li.last {
  width: 30px;
  height: 30px;
  border: 1px solid #007bff;
  background: #ffffff;
  border-radius: 100%;
  opacity: 0.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 19px;
  font-family: DBHeavent;
}

.pagination_wrp .pagination li.next.disabled, .pagination_wrp .pagination li.prev.disabled {
  background: none !important;
}

.pagination_wrp .pagination li.next.disabled a, .pagination_wrp .pagination li.prev.disabled a {
  font-size: 14px;
  /*font-family: DBHeavent;*/
  color: #cccccc;
  margin: 0;
  font-weight: 600;
  border: none;
}

.pagination_wrp .pagination li.next, .pagination_wrp .pagination li.prev {
  width: auto;
  margin: 0;
}

.pagination_wrp .pagination li.next a, .pagination_wrp .pagination li.prev a {
  font-size: 14px;
  /*font-family: DBHeavent;*/
  margin: 0;
  font-weight: 600;
}

.pagination_wrp .pagination li.next a:hover, .pagination_wrp .pagination li.prev a:hover {
  background: transparent;
}

.pagination_wrp .pagination li.prev {
  margin-right: 50px;
  margin-left: 10px;
  background: transparent;
}

.pagination_wrp .pagination li.next {
  margin-left: 50px;
  background: transparent;
}

.pagination_wrp .pagination li.first, .pagination_wrp .pagination li.last {
  background: #007bff;
  opacity: 1;
}

.pagination_wrp .pagination li.first a, .pagination_wrp .pagination li.last a {
  color: #ffffff;
  border: none;
  background: transparent;
}

.pagination_wrp .pagination li.first.disabled, .pagination_wrp .pagination li.last.disabled {
  background: #ffffff;
  opacity: 0.2;
  border: 1px solid #000000;
}

.pagination_wrp .pagination li.first.disabled a, .pagination_wrp .pagination li.last.disabled a {
  color: #000000;
}

/* pagination plug in End */
.stxt_1 {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
  padding-left: 10px;
}

.stxt_2 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-top: 35px;
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .shoplist_container {
    padding: 0 15px;
  }
  .box_block_wrp {
    margin-top: 30px;
  }
  .shoplist_heading {
    font-size: 38px;
    padding: 0 12px;
  }
  .shoplist_iner_wrp {
    margin-top: 40px;
  }
  .filter_wrp {
    padding: 0 12px;
  }
  .slect_wrp {
    max-width: 220px;
    margin-left: 20px;
  }
  .box_block {
    padding: 15px 15px 10px;
    padding-bottom: 50px;
  }
  .logo_wrp {
    width: 70px;
    height: 70px;
  }
  .shop_name {
    font-size: 18px;
    margin-top: 23px;
  }
  .shop_decs {
    font-size: 14px;
    margin-top: 7px;
    height: 66px;
    overflow: hidden;
  }
  .shop_tag {
    margin-top: 16px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .shoplist_container {
    padding: 0 9px;
  }
  .desktop_banner_img {
    display: none;
  }
  .mobile_banner_img {
    display: block;
  }
  .shoplist_heading {
    font-size: 24px;
    padding: 0 10px;
  }
  .shoplist_iner_wrp {
    margin-top: 22px;
  }
  .filter_wrp {
    flex-flow: column;
    padding: 0 6px;
  }
  .search_wrp {
    margin: 8px 0;
  }
  .shoplist_banner .shoplist_container {
    padding: 0;
  }
  .box_block_wrp {
    margin-top: 15px;
  }
  .box_block_wrp li {
    width: calc(50% - 12px);
    margin: 6px;
  }
  .box_block {
    width: 100%;
    padding: 10px 10px 5px;
    padding-bottom: 50px;
  }
  .logo_wrp {
    width: 43px;
    height: 43px;
  }
  .shop_name {
    font-size: 16px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial;
  }
  .shop_decs {
    font-size: 14px;
    margin-top: 3px;
    height: 68px;
    overflow: hidden;
    -webkit-line-clamp: 4;
  }
  .shop_tag {
    margin-top: 10px;
    font-size: 12px;
  }
  /* pagination plug in start */
  .pagination_wrp .pagination {
    margin: 0 auto;
  }
  .pagination_wrp .pagination li.prev {
    margin-right: 0;
    margin-left: 10px;
  }
  .pagination_wrp .pagination li.next {
    margin-left: 10px;
  }
  /* pagination plug in End */
}

/* prelogin header in shoplist start */
.navbar-nav li {
  display: block;
}

#header nav .mob_btn_lgn .login-btn {
  display: block;
}

@media only screen and (max-width: 767px) {
  #header nav .login-btn {
    display: block;
  }
  .header_main.prelogin.mobile.dock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
  }
  /* rai mobile dock header shoplist*/
  .main_header .pre_container .right_section {
    display: block;
  }
  /* mastercard*/
}

/* prelogin header in shoplist End */
