/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

span.meta-author {
    display: none !important;
}

.my-store-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.my-store-card {
    width: 100%;
    max-width: 335px;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

.my-store-card img {
    width: 100% !important;
    height: 70px !important;
    object-fit: contain;
    object-position: center;
    /*margin-bottom: 15px !important;*/
    
}

.my-store-card h3 {
    font-size: 18px;
    margin-bottom: 10px !important;
}

.my-store-card p {
    margin: 5px 0;
    padding-bottom:0px ;
    font-weight: 600;
    font-size:14px;
}

.store-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 2px;
    transition:0.5s;
    border: solid 2px white;
}

.store-btn:hover {
    background-color: white;
     border-radius: 2px;
    border: solid 2px black;
    color: black !important;
    text-decoration: none;
}

.my-store-card img {
    width: 100% !important;
    height: 70px !important;
    /*object-fit: none;*/
    object-position: center;
    /*margin-bottom: 15px !important;*/
    border-radius: 4px;
}

/* Center the pagination container */
.pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Style the pagination links */
.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  background-color: #000;   /* black background */
  color: #fff;              /* white text */
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s ease;
}

/* Hover effect */
.pagination .page-numbers:hover {
  background-color: #333;
  color: #fff;
}

/* Active/current page */
.pagination .page-numbers.current {
  background-color: white; /* WordPress blue for current page */
  color: #000;
  border:solid 1px black;
}

h1.store-heading {
    text-align: center;
    padding-top: 20px;
}

/**/
.my-store-cat-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin: 40px 0;
}

.my-store-cat-box {
    width: 250px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.my-store-cat-box:hover {
    transform: translateY(-5px);
}

.my-store-cat-box img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 4px;
}

.my-store-cat-box h3 {
    margin: 10px 0 5px;
    font-size: 18px;
}

.my-store-cat-box p {
    font-size: 14px;
    color: #666;
}
.custom-store-single {
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  background: #f9f9f9;
}

.custom-store-single .store-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.store-box .store-logo {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 25px;
}

.coupon-box {
  font-size: 18px;
  padding: 10px;
  background: #ffe15f;
  border: 2px dashed #333;
  margin: 20px 0;
  display: inline-block;
  font-weight: bold;
}

.visit-btn {
  display: inline-block;
  background: #0073aa;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 15px;
}

.visit-btn:hover {
  background: #005177;
}

.store-email {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.custom-store-hero {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.store-logo-left img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  background-color: #def0d2;
  padding: 10px;
  border-radius: 8px;
}

.store-meta-right {
  flex: 1;
  max-width: 700px;
}

.store-meta-right h1 {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
}

.category-description {
  margin-bottom: 0px;
  color: #333;
}

.store-rating {
  margin-bottom: 10px;
}

.stars {
  color: red;
  font-size: 20px;
  display: block;
}

.deal-count {
  font-weight: 500;
  margin-bottom: 10px;
}

.red-links a {
  color: red;
  text-decoration: none;
  font-weight: 500;
  margin-right: 10px;
}
.store-meta-right p {
    padding-bottom: 0px !important;
}

/*single page*/
.nectar-tab-container {
  margin-top: 30px;
}
.nectar-tab-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  border-bottom: 2px solid #ddd;
}
.nectar-tab-nav li {
  padding: 10px 20px;
  background: #f5f5f5;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.nectar-tab-nav li.active {
  background: #000;
  color: #fff;
}
.store-deal-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.discount-col {
  flex: 0 0 120px;
  font-size: 18px;
  color: #111;
}
.deal-col {
  flex: 1;
}
.deal-title {
  font-weight: bold;
}
.meta {
  font-size: 13px;
  color: #999;
}
.deal-content {
  padding-top: 10px;
  color: #444;
}
.btn-col {
  flex: 0 0 140px;
  display: flex;
  align-items: center;
}
.get-code-btn,
.get-deal-btn {
  background: #e60000;
  color: white;
  padding: 10px 14px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
.get-code-btn:hover,
.get-deal-btn:hover {
  background: #cc0000;
}

<!-- ✅ Tab Section Styles -->
.custom-tabs { margin: 40px 0; }
.custom-tabs .tab-buttons {
  display: flex; border-bottom: 2px solid #ddd; margin-bottom: 20px;
}
.custom-tabs .tab-buttons button {
  padding: 10px 20px; background: #f7f7f7; border: none;
  border-right: 1px solid #ccc; cursor: pointer; font-weight: bold;
}
.custom-tabs .tab-buttons button.active {
  background: #000; color: #fff;
}
.custom-tab-content { display: none; }
.custom-tab-content.active { display: block; }

.deal-row {
  display: flex; border-bottom: 1px solid #eee;
  padding: 15px 0; align-items: flex-start;
}
.deal-col-1 {
  width: 150px; font-weight: bold; font-size: 18px; color: #111;
}
.deal-col-2 { flex: 1; }
.deal-title { font-weight: bold; margin-bottom: 5px; }
.deal-meta {
  font-size: 12px; color: #777; margin-bottom: 5px;
}
.deal-content {
  display: none; font-size: 14px; color: #444; padding-top: 10px;
}
.deal-btn {
  background: #e60000;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 7px !important;
  font-weight: bold;
  cursor: pointer;
  width: 130px;
  /* height: 50px; */
  font-size: 15px;
  line-height: 25px;
}
.deal-btn:hover,.deal-btn a:hover { color: #fff; }
.read-more {
  color: red; cursor: pointer; font-size: 13px;
  margin-left: 10px; text-decoration: underline;
}


.tab-buttons { display: flex; gap: 10px; margin-bottom: 20px; }
.tab-btn { padding: 10px 20px; border: none; background: #eee; cursor: pointer; }
.tab-btn.active { background: #000; color: #fff; }


.deal-row {
  display: flex; align-items: flex-start;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.deal-col-1 {
  width: 150px; font-weight: bold; font-size: 16px;
}
.deal-col-2 {
  flex: 1; padding: 0 10px;
}
.deal-col-3 {
  width: 140px; display: flex; align-items: center;
}
.deal-content {
  font-size: 14px; color: #444; margin-top: 10px;
}
.read-more {
  color: red; cursor: pointer; font-size: 13px;
  margin-left: 10px; text-decoration: underline;
}
/*popup*/
.coupon-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.coupon-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 400px;
  position: relative;
  text-align: center;
}

.coupon-modal-content img {
  max-width: 150px;
  margin-bottom: 15px;
}

.coupon-modal-content h3 {
  margin: 10px 0;
}

.copy-container {
  display: flex;
  margin: 15px auto;
  width: 100%;
  max-width: 320px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.copy-container input {
  flex: 1;
  padding: 10px;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

.copy-container button {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}

.modal-content p {
  font-size: 14px;
}

.coupon-modal .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
}

.copy-container button {
  font-size: 18px;
  padding: 10px 12px;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.copy-container button i {
  color: #222;
}
/* .deal-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 15px;
} */

.btn-loader {
  display: none;
  font-size: 14px;
  margin-left: 5px;
}

.deal-btn.loading .btn-loader {
  display: inline-block;
}

.deal-btn.loading .btn-text {
  opacity: 0.6;
}

