/*Single Store Page*/

.single-store-content {
  margin-top: 0px !important;
}

.header-store-title {
  flex: auto;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: min(120px, 120px);
}

.header-store-title .label {
  color: #666666 !important;
  border: 0px !important;
}

.category-description p {
  display: block;
}

.rating-star-rating {
  flex: 0 0 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-star-rating .rating-wrapper {
  text-align: center;
}

.rating-star-rating .rating .rating-summary {
  text-align: center;
  font-size: 11px;
}

.rating-star-rating .user-rating {
  text-align: center;
}

.rating-notifications {
  font-size: 10px;
}

.rating-star-rating .rate_this_btn {
  display: none;
  visibility: hidden;
}

.single-store-content .coupon-store-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 30px;
}

.single-store-content .store-main-content {
  width: calc(100% - 300px -  20px);
  order: 2;
}

.store-main-content .store-extra-info {
  padding: 20px;
  border-radius: 4px;
}

.single-store-content .singel-store-sidebar {
  width: 300px;
  order: 1;
}

.single-store-content .store_info_tpl {
  border: 1px solid #ededed;
  border-radius: var(--large-border-radius);
  overflow: hidden;
}

.single-store-content .store-info-content {
  padding-block: 15px;
}

.single-store-content .store_info_tpl .item_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgb(27 28 29 / 10%);
  padding: 12px 20px;
}

.single-store-content .store_info_tpl .item_list:last-child {
  border-bottom: none;
}

.single-store-content .store_info_tpl .item_list .item_list-right {
  font-weight: 700;
  color: #000;
}

.single-store-content .store_info_tpl .item_list .item_list-left {
  display: flex;
}
.single-store-content .store_info_tpl .item_list .item_list-left p {
  font-weight: 600;
  color: #000;
}

.single-store-content .header-content .header-store-thumb {
  flex: 0 0 300px;
  border: 1px solid #ededed;
  border-radius: var(--large-border-radius);
  overflow: hidden;
  min-width: 300px;
  height: 140px;
}

.single-store-content .header-content .header-store-thumb img {
  display: block;
  width: 100%;
  margin: auto;
  min-width: 300px;
  height: 140px;
  object-fit: cover;
}

.single-store-content .header-content .revealed_store_link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: -webkit-fill-available;
  background-color: var(--primary-color);
  color: #fff;
}

.store-info-content .icon,
.store-info-content .icons {
  color: #000;
  margin-inline-end: 5px;
}

.sidebar .sidebar-section {
  padding: 20px 15px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
}
.sidebar-section .widget-area .widget .widget-title {
  font-size: 16px;
  font-weight: 700 !important;
}
.sidebar-section h4 {
  color: #1a202c;
}
.tax-coupon_store .sidebar-section .shadow-box {
  box-shadow: none;
}
.sidebar .related-stores .front-store-items,
.sidebar .related-categories .cate-item {
  padding: 5px 0px;
}
.sidebar .related-stores .front-store-items a,
.sidebar .related-categories .cate-item a {
  color: #666666;
}
.sidebar .related-stores .front-store-items a:hover,
.sidebar .related-categories .cate-item a:hover {
  color: #38b2ac;
}
.tax-coupon_store .sidebar .widget {
  margin-bottom: 10px !important;
}
.tax-coupon_store .coupon-store-main .header-content,
.tax-coupon_category .coupon-store-main .header-content {
  background-color: #fff;
  padding-block-start: 24px;
  padding-block-end: 13px;
  height: min(195px, 195px);
}

.tax-coupon_store .coupon-store-main .header-content .container,
.tax-coupon_category .coupon-store-main .header-content .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 8px;
  width: 100%;
  position: relative;
}

.header-content .top-heading-sec.filters {
  display: flex;
  justify-content: space-between;
  position: static;
  width: calc(100% - (300px + 20px));
  transform: translateX(calc(-1 * calc(300px + 20px)));
}

/* .tax-coupon_category .coupon-store-main .header-content{
	background-color: #fff;
	padding-block-start: 24px;
	padding-block-end: 13px;
	position: relative;
	height: min(150px, 220px);
}
 */

.tax-coupon_category .coupon-store-main .header-content .header-filter-buttons {
  position: absolute;
  bottom: -38px;
}

.tax-coupon_store .coupon-store-main .header-content .header-filter-buttons {
  position: absolute;
  bottom: -45px;
}

.tax-coupon_store .coupon-store-main .header-content h1 {
  font-size: 24px;
}

.inner.shadow-box.Coupon-extra-info {
  padding: 20px;
  border-radius: 10px;
}

.single-store-header .header-thumb {
  text-align: right;
}
#secondary .header-thumb .header-store-thumb {
  text-align: center;
}
.single-store-header .header-thumb .header-store-thumb a {
  line-height: 114px;
  border: 2px solid #f5f5f5;
  text-align: center;
  margin-bottom: 10px;
  min-width: 200px;
  padding: 5px;
  display: block;
}
.single-store-header .header-thumb .header-store-thumb a:hover {
  border-color: #319799;
}
.single-store-header .header-thumb img {
  max-width: 200px;
}
.single-store-header .add-favorite {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.single-store-header .add-favorite:hover {
  color: #00979d;
}

.tax-coupon_store .site-content #content-wrap {
  padding-top: 0;
}

.mini-store-description {
  padding: 10px;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  margin-block-end: 15px;
}

.mini-store-description p {
  font-size: 14px;
  line-height: 24px;
  width: 96%;
  margin-block-start: 15px;
}

.mini-store-description .close-btn {
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.mini-store-description .close-btn .icon {
  font-size: 16px;
  margin-left: 5px;
  color: var(--coupon-btn-secodary-color);
}

.tax-coupon_store .fixed-div {
  justify-content: space-between;
  margin: 22px 0;
  flex-direction: row-reverse;
}

.tax-coupon_store .fixed-div .fixed_title {
  font-size: 16px;
}

#coupon-listings-store .is_exclusive_coupon {
  box-shadow: 0px 5px 12px 1px #0954d117;
  border: 2px solid #0850c938;
}

#coupon-listings-store .no-coupons-found {
  padding-block: 40px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: var(--small-border-radius);
}

.header-store-thumb .cate-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  height: 144px;
  padding-block: 30px;
  background-color: var(--background-light-color);
}

.header-store-thumb .cate-icon span {
  font-size: 16px;
  font-weight: 600;
  margin-block-start: 5px;
  letter-spacing: 0;
  color: #000;
}

.header-store-thumb .cate-icon i {
  font-size: 1.8rem;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-right: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

/* Mobile css */

@media only screen and (max-width: 1023px) and (min-width: 100px) {


  #site-header-nav-wrapper {
    border-bottom: 2px solid #f0f0f0;
  }

  .single-store-content .coupon-store-content {
    flex-direction: column;
    margin-top: 18px;
  }

  .single-store-content .store-main-content {
    width: 100%;
    order: 1;
  }

  .single-store-content .singel-store-sidebar {
    width: 100%;
    order: 2;
  }

  .tax-coupon_store .coupon-store-main .header-content .header-filter-buttons,
  .tax-coupon_category
    .coupon-store-main
    .header-content
    .header-filter-buttons {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }

  .tax-coupon_store .coupon-store-main .header-content,
  .tax-coupon_category .coupon-store-main .header-content {
    height: auto;
    padding-block-end: 0;
  }

  .header-content .top-heading-sec.filters {
    width: 100%;
    transform: none;
  }

  .coupon-listing-item .coupon-item-header {
    flex-direction: row;
  }

  .single-store-content .header-content .header-store-thumb,
  .single-store-content .header-content .header-store-thumb img {
    min-width: 80px;
    height: 65px;
    max-width: 80px;
    flex: 0 0 30%;
    object-fit: fill;
  }

  .header-store-thumb .cate-icon {
    padding-block: 22px;
  }

  .header-store-thumb .cate-icon span {
    display: none;
  }

  .tax-coupon_store .coupon-store-main .header-content h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .mini-store-description p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .reviews_modal {
    padding: 30px;
    border-radius: var(--small-border-radius) !important;
  }

  .reviews_modal .rating-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .rating-star-rating {
    position: relative;
  }

  .rate_this_btn {
    display: block;
    visibility: visible;
  }

  .rate_this_btn .open_review_modal {
    font-size: 12px;
    padding: 5px 0px 5px 10px;
    color: #000;
    min-width: max-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .rating-star-rating .deskTop_ratings {
    display: none;
    visibility: hidden;
  }

  .content-area {
    padding-bottom: 0px;
  }

  .tax-coupon_store .fixed-div .fixed_title {
    font-size: 14px;
    margin: 0;
  }

  .header-store-title {
    font-size: 16px;
    justify-content: center;
    display: flex;
    height: auto;
  }

  .category-description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .tax-coupon_category .header-filter-btns {
    margin-block-start: -42px;
    position: absolute;
  }
}
