.price > ins {
  color: #e27c7c;
}

.post-meta a {
  display: none;
}

.wc-pao-addons-container {
  width: 100%;
}

.wc-pao-addon-heading {
  margin: -15px 0 0 0 ;
  font-weight: bold;
}

.wc-pao-addon-axis-od {
  padding-bottom: 20px;
}

.wc-pao-addon-axis-os {
  padding-bottom: 20px;
}

.single_variation_wrap .form-row-wide {
  width: auto;
}

.wc-pao-addon .wc-pao-addon-wrap select {
  width: 100%;
  max-width: 100%;
}

.wc-pao-addon-container > p > label > input {
  opacity: 0;
  display: none;
}

.wc-pao-addon p {
  display: inline-block !important;
  margin: 0 0.3em 7px 0 !important;
  border: 1px solid #151b4e;
  color: #151b4e;
  font-size: 11px;
  padding: 0 6px 0 0;
}

.form-row-wide {
  width: 100%;
}

.wc-pao-addon p:hover {
  color: #fff;
  background-color: #151b4e;
}

.wc-pao-addon {
  margin-bottom: 0;
}

.wc-pao-addon label.wc-pao-addon-name {
  line-height: 32px;
  font-size: 13px;
  color: #151b4e;
}

.single-product .cart:not(.variations_form),
.single_variation_wrap {
  padding: 0 0 0.5rem !important;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  margin-top: 1rem !important;
}

.reset_variations {
  display: none !important;
}

.product-addon-totals {
  background-color: #fff;
  border: 2px dashed #151b4e !important;
  padding: 20px !important;
  border-radius: 10px;
}

div.product-addon-totals ul li {
  color: #151b4e;
  font-weight: 600;
}

.product-addon-totals ul {
  padding-left: 0;
}

.wc-pao-addon p.active {
  color: #fff;
  background-color: #151b4e;
}

.product-layout-transparent .product-summary-wrap .variations {
  min-width: 0 !important;
}

@media (max-width: 342px) {
  .products .sale-product-daily-deal {
    bottom: -15px;
  }
}

@media (max-width: 600px) {
  .wc-pao-addon p {
    padding: 3px 6px 3px 0;
  }
}

#overlay-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
}

#popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #85d5b8;
  padding: 20px 20px 0 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  border-radius: 5px;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 50px;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.popup-content {
  position: relative;
  display: flex;
}

.column {
  flex: 1;
  padding: 10px 10px 0 10px;
}

.left-column,
.right-column {
  flex: 1;
}

.left-column img {
  max-width: 100%;
  height: 100%;
}

.right-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button-container {
  display: flex;
}

.apple-btn,
.google-btn {
  flex: 1;
  width: 200px;
  height: 61px;
  background-size: cover;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  margin: 5px;
}

.apple-btn {
  background-image: url("https://ivph.s3.ap-southeast-1.amazonaws.com/wp-content/uploads/2023/11/appfoot-1.png");
}

.google-btn {
  background-image: url("https://ivph.s3.ap-southeast-1.amazonaws.com/wp-content/uploads/2023/11/googlefoot-1.png");
}

.app-text {
  color: #151b4e;
  font-size: 32px;
  text-align: center;
}

.iv-bold {
  font-weight: bold;
}

@media (max-width: 1366px) {
  .close-button {
    top: 0;
    right: -10px;
    font-size: 35px;
  }
  .left-column {
    display: none;
  }
  .button-container {
    display: block; /* Set the container to flex */
    text-align: center;
    padding-bottom: 25px;
  }
  .app-text {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

#header .header-main,
.footer-top {
  background-color: #011f7c !important;
}

.woocommerce-mini-cart__discount {
  padding: 0px 10px 15px !important;
}

.amount-mini-discount {
  color: #c41e3a !important;
}

.iv-trust-badges{
display:flex;
gap:25px;
margin-top:15px;
align-items:center;
flex-wrap:wrap;
}

.iv-badge{
display:flex;
align-items:center;
gap:8px;
font-size:14px;
font-weight:500;
color:#1b2a6d;
}

.iv-icon{
width:36px;
height:36px;
display:flex;
align-items:center;
justify-content:center;
background:#eef3ff;
border-radius:50%;
font-size:14px;
border: 2px dashed;
}

.single-product .woocommerce-product-details__short-description::before {
  content: "";
  display: block;
  width: 40px;
  border-top: 2px solid #e7e7e7;
  margin: 1rem 0 0.9rem;
}

.iv-accordion{
  margin-top:8px;
  border-radius:8px;
  overflow:hidden;
}

.row .iv-accordion{
  margin-bottom: 10px !important;
}

#product-tab {
  margin-bottom: 10px !important;
}

.iv-accordion-header{
  background:linear-gradient(160deg,#011f7c 45%,#151b4e 60%);
  color:#fff;
  padding:14px 16px;
  font-weight:bold;
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-radius:6px;
  font-size:15px;
  text-transform: uppercase;
}

.iv-accordion-header:hover{
  background:linear-gradient(90deg,#10143a 0%,#1a2360 100%);
}

.iv-accordion-content{
  background:#fff;
  border:1px solid #eee;
  padding:16px;
  box-shadow:0 4px 12px rgba(0,0,0,0.08);
  color:#000;
  font-size:14px;
  line-height:1.6;
  margin-bottom: 10px;
}

/* .iv-accordion-content ul{
  list-style:none;
  padding:0;
  margin:0;
}

.iv-accordion-content li{
  display:flex;
  align-items:flex-start;
  margin-bottom:10px;
  font-size:14px;
  color:#000;
} */

.iv-arrow{
  transition: transform .2s ease;
  transform: rotate(180deg);
  font-size: 18px;
}

.iv-arrow.open{
  transform: rotate(0deg);
}

.iv-check{
  width:20px;
  height:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  background:#011f7c;
  color:#fff;

  border-radius:50%;
  font-size:12px;
  margin-right:8px;
  flex-shrink:0;
}

.woocommerce-product-attributes-item {
  color: #000000 !important;
  background-color: #ffffff !important;
}

.product-summary-wrap .row{
    align-items:flex-start;
}

.summary.entry-summary{
    position:sticky !important;
    top:100px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 25px !important;
    border-radius: 10px;
}

.single-product div#main {
  overflow:visible !important;
}

.woocommerce-tabs h2.resp-accordion::before {
  /* content: "▼" !important; */
  float: right !important;
  margin-right: 0 !important;
}

.iv-accordion-content img{
    max-width:100%;
    height:auto;
    display:block;
}

.iv-frame-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:10px;
margin-bottom:15px;
}

.iv-measure{
background:#fff;
border:1px solid #eee;
padding:10px;
border-radius:6px;
text-align:center;
}

.iv-measure span{
display:block;
font-size:13px;
color:#777;
}

.iv-measure strong{
font-size:18px;
}

.iv-fit{
background:#eef3ff;
padding:10px;
border-radius:6px;
margin-bottom:10px;
font-weight:600;
}

.iv-frame-diagram{
max-width:100%;
margin-top:10px;
}

@media (min-width: 992px) {
  .single-product .col-lg-5 {
    width: 39% !important;
  }
}

@media (max-width:768px){

.iv-trust-badges{
gap:12px;
justify-content:center;
}

.iv-badge{
font-size:13px;
}

.iv-icon{
width:30px;
height:30px;
font-size:14px;
}

.iv-accordion-header{
font-size:14px;
padding:12px 14px;
}

.iv-accordion-content{
padding:14px;
font-size:13px;
}

.iv-accordion-content li{
font-size:13px;
}

.product-summary-wrap .row{
display:flex;
flex-direction:column;
}

.summary.entry-summary{
order:1;
}

#iv-product-details{
order:2;
}

.summary-before{
order:3;
}

.iv-mobile-cart-bar{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#fff;
border-top:1px solid #eee;
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 15px;
z-index:9999;
box-shadow:0 -3px 12px rgba(0,0,0,0.1);
}

.iv-cart-left{
display:flex;
align-items:center;
gap:8px;
}

.iv-cart-price{
font-size:18px;
font-weight:600;
color:#000;
}

.iv-cart-right{
display:flex;
align-items:center;
gap:10px;
}

/* Remove browser spinner */
.iv-cart-qty input::-webkit-outer-spin-button,
.iv-cart-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.iv-cart-qty input[type=number] {
    -moz-appearance: textfield;
}

/* Quantity wrapper */
.iv-cart-qty{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    border-radius:6px;
    overflow:hidden;
}

/* Buttons */
.iv-cart-qty button{
    width:36px;
    height:36px;
    border:none;
    background:#f5f5f5;
    font-size:18px;
    cursor:pointer;
}

/* Input */
.iv-cart-qty input{
    width:45px;
    height:36px;
    border:none;
    text-align:center;
    font-size:16px;
}

.iv-cart-btn{
background:#000;
color:#fff;
border:none;
padding:10px 18px;
border-radius:6px;
font-size:15px;
}

body.single-product{
padding-bottom:80px;
}

}

.iv-highlight {
    animation: ivPulse 0.6s ease-in-out 2;
}

@keyframes ivPulse {
    0% { background: transparent; }
    50% { background: #fff3cd; }
    100% { background: transparent; }
}
