body {
    /* font-family: "Lexend", sans-serif; */
    font-family: "Poppins", sans-serif;
  }
.product-container-unique {
    gap: 50px;
    display: flex;
}

.breadcrumb-unique {
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
}

.breadcrumb-unique a {
    text-decoration: none;
    color: #3a3a3a;
}

.breadcrumb-unique a:hover {
    text-decoration: underline;
}

.product-image-section-unique {
    /* flex: 1;
    min-width: 300px; */
    width: 50%;
    display: flex;
    gap: 50px;
}

.main-image-unique {
    width: 100%;
    height: auto;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
}

.thumbnail-container-unique {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
    flex-direction: column;
}

.thumbnail-unique {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 13px;
    cursor: pointer;
    padding: 6px;
}

.thumbnail-unique:hover {
    border-color: #0052cc;
}

.product-details-unique {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.product-title-unique {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}

.product-links-unique {
    display: flex;
    gap: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.disable-stars {
    opacity: 0.3;
    cursor: not-allowed;
    color: #000000;
    font-size: 25px;
}
.product-links-unique a {
    color: #0045a3;
    text-decoration: none;
    font-weight: 600;
}

.product-links-unique a:hover {
    text-decoration: underline;
}



.product-description-unique {
    margin-top: 20px;
}

.product-description-unique h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-description-unique ul {
    list-style: none;
    padding-left: 20px;
}

.product-description-unique li {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
}

.product-description-unique li::before {
    content: "✓";
    position: absolute;
    left: -20px;
    color: #067e00;
}

.see-more-unique {
    margin-top: 10px;
    font-size: 14px;
}

.see-more-unique a {
    color: #0052cc;
    text-decoration: none;
}

.see-more-unique a:hover {
    text-decoration: underline;
}
.flexDisplay {
display: flex !important;
align-items: center;
justify-content: space-between;
}
.prod-itemkey-num {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.4px;
    color: #424c5b !important;
    font-weight: 400 !important;
}
.itemkey-num strong {
    font-weight: 500 !important;
}

@media (max-width: 768px) {
    .product-container-unique {
        flex-direction: column;
    }

    .product-title-unique {
        font-size: 20px;
    }

    .price-unique {
        font-size: 20px;
    }

    .add-to-cart-btn-unique {
        width: 100%;
        text-align: center;
    }
    .product-details-unique {
        display: block;
    }
}


        .price-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    /* max-width: 360px; */
    width: -webkit-fill-available;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.price-card__label {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: 700;
}

.price-card__amount {
font-size: 28px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}

.price-card__action {
display: flex;
gap: 10px;
margin-bottom: 20px;
}

.price-card__select {
padding: 8px;
font-size: 16px;
border-radius: 6px;
border: 1px solid #ccc;
flex: 1;
}

.price-card__btn {
    background-color: #ab0000;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 7px;
    cursor: pointer;
    /* flex: 2; */
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-card__btn:hover {
background-color: #b91e24;
}

.price-card__availability {
font-size: 13px;
color: #d8232a;
margin-bottom: 10px;
border-top: 1px solid #ccc;
}

.price-card__availability span {
font-size: 18px;
cursor: help;
}

.price-card__zip label {
display: block;
font-size: 14px;
margin-bottom: 5px;
}

.price-card__zip-inputs {
display: flex;
gap: 10px;
}

.price-card__zip-inputs input {
flex: 2;
padding: 8px;
border: 1px solid #ccc;
border-radius: 7px;
}

.price-card__save {
background-color: #004c77;
color: #fff;
border: none;
padding: 8px 16px;
border-radius: 7px;
font-weight: bold;
cursor: pointer;
font-family: 'Poppins';
font-size: 12px;
}

.price-card__save:hover {
background-color: #003b5c;
}

.price-card__note {
margin-top: 20px;
font-size: 13px;
color: #333;
}

.price-card__note a {
color: #004c77;
text-decoration: underline;
}
.sec_tions {
    padding: 20px 0px;
  }


  .quantity-select1 {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #ccc;
    padding: 8px 24px 8px 12px;
    font-size: 16px;
    border-radius: 7px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    cursor: pointer;
    display: block;
  }  

  .action-buttons-container {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    padding: 10px 0;
    /* position: absolute;
    right: 0px;
    top: -62px; */
}

.action-button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    color: #0045a3;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
    font-weight: 500;
}

.action-button:hover {
    color: #6d0000;
}

.action-button img {
    width: 16px;
    height: 16px;
}

@media (max-width: 768px) {
    .action-buttons-container {
        justify-content: flex-start;
    }
}
.three_icons_actio_btns {
    position: relative;
}
.avail_around {
    margin-top: 5px;
    margin-bottom: 0px;
}