/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
*/

.icon-marquee-wrapper {
  background-color: #f6f4eb;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 0;
  position: relative;
}

.icon-marquee-track {
  display: inline-flex;
  animation: marquee 32s linear infinite;
}

.icon-marquee-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 140px;
  font-family: 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
}

.icon-marquee-item img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  object-fit: contain;
}

.promotion-banner {
  background-color: #082f2b;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}

.promotion-section-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.promotion-section-title .firstline {
  font-size: 2rem;
  font-weight: 600;
}

.promotion-section-title .withbg-box {
  background-color: #fff;
  color: #082f2b;
  padding: 0.2rem 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 0.3rem;
  transform: rotate(-3deg);
  display: inline-block;
  border-radius: 3px;
}


@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.stop_mimic_btn button{
  background-color: #ff0000;
    border: #ff0000 2px solid;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: CAPITALIZE;
    letter-spacing: 0.03em;
}

.mimic_slt_div{
  max-width: 300px;
}

.mimic_slt_div button{
  background-color: #09302b;
    border: #09302b 2px solid;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: CAPITALIZE;
    letter-spacing: 0.03em;
    margin-top: 10px;
}

.asm_strtimp_flt {
  position: fixed;
  bottom: 10px;
  right: 10px;
  
  color: #fff;
  border-radius: 5px;
  z-index: 9999;
}

.asm_strtimp_flt a{
  background: #082f2b;
  color: #fff;
  padding: 10px 40px;
  border-radius: 4px;
}

.asm_strtimp_flt a:hover{
  color: #fff;
  background-color: #3bb54a;
}

.asm_stopimp_flt{
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #fff;
  border-radius: 5px;
  z-index: 9999;
}

.asm_stopimp_flt a{
  color: #fff;
  background-color: red;
  color:#fff;
  padding: 10px 40px;
  border-radius: 4px;
}

.asm_stopimp_flt a:hover{
  color: #fff;
  background-color: #d70505;
}

.tiv-badge{
        display:inline-block;padding:3px 8px;border-radius:12px;
        font-size:12px;line-height:1;border:1px solid transparent
    }
    .tiv-badge--is-received{background:#e6ffed;border-color:#35a854;color:#1a7f37}
    .tiv-badge--is-pending{background:#fff8e1;border-color:#f0ad00;color:#8a6d00}
    .tiv-badge--is-unknown{background:#f2f2f2;border-color:#ddd;color:#555}
    
@media (max-width: 768px) {
  .icon-marquee-item {
    font-size: 14px;
    margin-right: 30px;
  }
}

footer.site-footer{
  display: none;
}


.shop-material-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.shop-material-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.material-card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.material-card img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.material-card h4 {
  margin: 16px 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
}

.material-card p {
  font-size: 0.95rem;
  color: #444;
  padding: 0 10px 20px;
}

.material-card:hover {
  transform: translateY(-5px);
}

/* ✅ Mobile responsive (2 per row) */
@media screen and (max-width: 767px) {
  .material-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


.icontextlist-review-section {
  background-color: #588d62;
  padding: 20px 0;
}

.review-flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.review-col {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-icon img {
  width: 28px;
  height: auto;
  filter: brightness(0) invert(1);
  /* white icon */
}

.review-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}


.section-table-wrap {
  font-family: 'Manrope', sans-serif;
  background-color: #fdfcf7;
  padding: 40px 16px;
}

.section-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #000;
}

.section-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: left;
  font-size: 16px;
  color: #111;
}

.section-table thead th {
  font-weight: 600;
  text-align: center;
  padding: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

.section-table tbody td {
  padding: 18px 16px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}

.highlight-col {
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}

.tick-icon,
.cross-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

.tick-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23003E2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check-circle' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}

.cross-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' stroke='%23003E2C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x-circle' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M15 9l-6 6M9 9l6 6'/%3E%3C/svg%3E");
}

.below-content {
  background-color: #f5f2e8;
}


.otiv_prefoot {
  background-color: #f5f2e8;
  padding: 0px;
  text-align: center;
}

.otiv-container {
  max-width: 600px;
  margin: 0 auto;
}

.otiv-logo {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 24px;
}

.otiv-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  /* extra alignment guard */
  gap: 24px;
  flex-wrap: wrap;
}

.otiv-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 0;
  /* remove any inline spacing */
}

.otiv-social-icons a img {
  width: 24px;
  height: 24px;
  display: block;
  /* fixes bottom padding issue */
  object-fit: contain;
  margin-top: 1px;
  /* optical tweak for vertical centering */
  filter: brightness(0) saturate(100%) invert(13%) sepia(8%) saturate(561%) hue-rotate(111deg) brightness(97%) contrast(90%);
  transition:
}

@media (min-width: 993px) {
  .col-full.main-header {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
  }
}

.copyright .cprt_ft {
  border-top: #000 1px solid;
  padding-top: 20px;
}

.otv_ftl_main .otvfi_p1 {
  font-size: 20px;
  letter-spacing: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.otv_ftl_main li {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.049;
  padding: 0;
}

.otvftl_ind {
  margin-bottom: 30px !important;
}

.woocommerce-loop-product__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3em;
  /* adjust based on font-size and line-height */
  line-height: 1.5em;
  font-weight: 700;
}

ul.products li.product .price {
  margin-top: 10px;
}

.product p.price {
  display: contents;
}

.plp_miot {
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
}