.product-container {
    border-radius: 5px;
    padding-top: 10px;
}

.product-title {
    color: #000;
    font-weight: 700;
    margin-bottom: 14px;
}

.prod-price {
    color: #bf874a;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.item-old-price-details {
    font-size: 20px;
    color: #717A72;
    font-weight: 500;
    text-decoration: line-through;
}

.gallery-container {
    position: relative;
    width: 100%;
}

.exzoom .exzoom_img_ul_outer {
    border-radius: 6px;
}

.exzoom .exzoom_nav .exzoom_nav_inner span {
    border-radius: 4px;
}

.exzoom_btn a {
    background-color: transparent !important;
    border: 0 !important;
    display: flex !important;
    align-items: center;
}

.exzoom_img_box {
    border-radius: 10px;
    border: none !important;
    background: none !important;
    /* overflow: hidden; */
}

.exzoom_img_ul li img {
    margin-top: 0 !important;
}


.exzoom_nav_inner span img {
    opacity: 0.6;
    transition: 0.3s;
}

.exzoom_nav_inner span.current img {
    opacity: 1;
}

.exzoom_nav_inner span.current {
    border: 1px solid #bf874a !important;
}

.exzoom .exzoom_nav {
    left: 0;
}

.exzoom_btn a:hover i {
    color: #bf874a;
}

.exzoom .exzoom_btn a {
    color: #000;
}

.exzoom .exzoom_btn a.exzoom_prev_btn {
    left: 10px !important;
}

.item-desc-heading {
    position: relative;
}

.item-details-desc-wrapper {
    padding: 50px 0px 15px;
}

.item-desc-heading h4 {
    padding-bottom: 15px;
}

.item-desc-heading::after {
    content: '';
    display: block;
    position: relative;
    right: 0;
    top: 0px;
    width: 100px;
    height: 2px;
    background: #BF874A;
}

.item-desc-heading h4::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #E4E4E7;
}


.tab-buttons {
    border-bottom: 2px solid #e4e4e7;
    margin-bottom: 20px;
}

.tab-btn {
    background: none;
    border: none;
    padding: 0px;
    margin-right: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #222;
    position: relative;
    cursor: pointer !important;
    transition: all 0.3s ease;
    margin-bottom: 9px;
}

.tab-btn:hover {
    color: #BF874A;
}

.tab-btn.active {
    color: #BF874A;
}

.tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #bf874a;
}

.tab-content {
    display: none;
    /* padding: 20px 0; */
}

.tab-content.active {
    display: block;
}

.item-desc-heading h4::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e4e4e7;
}


.item-details-description {
    color: #222;
    /* padding: 15px 0px; */
    font-weight: 400;
    font-size: 18px;
}

/* Datasheets Tab */

.file-container {
    max-width: 650px;
    padding: 16px;
    border-radius: 16px;
    background-color: #FFF9F0;
}

.file-link {
    display: flex;
    align-items: center;
    background-color: #FFECD6;
    border: 2px solid #BF874A;
    border-radius: 8px;
    padding: 4px 16px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
}

.file-link:hover {
    background-color: #FFF8F0;
    box-shadow: 0 2px 4px rgba(191, 135, 74, 0.1);
}

.file-icon {
    margin-left: 15px;
}

.file-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* SVG folder icon styling */
.folder-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

/* Specifcations */
.specifications {
    padding: 20px 0;
}

.specifications-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}

.spec-row {
    background-color: #fff9f3;
    margin-bottom: 0px !important;
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
}

.spec-row:nth-child(even) {
    background-color: #fff;
}

.specs {
    padding: 0px 17px;
}

.spec-label,
.spec-value {
    font-weight: 500;
    font-size: 18px;
    color: #222;
    padding: 8px 15px;
}

.spec-label {
    border-left: solid 1px #ECC090;
}

.spec-value {
    text-align: right;
}

.spec-value.col-8 {
    padding-right: 30px;
}

.item-details-description {
    font-size: 16px;
    line-height: normal;
    color: #000;
    padding: 15px 0px;
    margin-bottom: 22px;
}

.item-details-description p {
    margin-bottom: 8px;
}

.details-category {
    margin-bottom: 8px;
}

.details-category a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline !important;
}

.product-sku {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.details-sku-value {
    color: #71717A;
}

.product-sku span:first-child {
    margin-left: 4px;
}

.custom-btn {
    background-color: #bf874a;
    color: white;
    border: none;
    padding: 11px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
    text-transform: uppercase;
    width: 100%;
}

.custom-btn:hover {
    background-color: #000;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.wishlist-btn {
    background-color: #fff;
    font-size: 16px;
    width: 100%;
    min-height: 48px;
    max-height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
    border: 1px solid #BF874A;
    color: #BF874A;
    gap: 10px;
}

.wishlist-btn:hover {
    background-color: #be864f2b;
    color: #BF874A;
}

.mob-details-sticky-btn .wishlist-btn {
    background: #fff;
    border: 1px solid #bf874a;
    width: 48px;
}

.wishlist-btn i {
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}

.wishlist-btn .btn-wish {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-wishlist-sec {
    width: 100%;
}

.qty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 15px;
    max-width: 230px;
}

.qty button,
.qty input {
    outline: none;
    border: none;
    padding: 10px 18px;
    font-size: 22px;
}

.qty input {
    width: 100%;
    text-align: center;
    background: #F0F0F0;
    min-height: 48px;
    max-height: 48px;
    border: none !important;
    border-radius: 0px;
    padding-left: 8px;
    padding-right: 8px;
}

.qty button {
    cursor: pointer;
    background-color: #F0F0F0;
    min-height: 48px;
    max-height: 48px;
    transition: 0.3s ease;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-self: center;
    padding: 8px 15px;
}

.qty button:nth-last-child(1) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.qty button:nth-child(1) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.qty button:hover {
    background-color: #bf874a;
    color: #fff;
}

.qty #decrement {
    padding-top: 3px;
}

.qty button:nth-last-child(1):active {
    background: #bf874a;
}

.qty button:nth-child(1):active {
    background: #bf874a;
}

.product-meta {
    background-color: #F5F0EB;
    padding: clamp(15px, 2vw, 30px);
    border-radius: 6px;
    margin-top: 30px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.meta-item i {
    color: #bf874a;
    font-size: 16px;
}

.meta-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .product-details {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .product-container {
        margin: 0;
        border-radius: 0;
    }
}


/* ::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 3px 5px #5656569f;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #Bf874a;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #C89C46;
}
*/

.primary-dropdown-cls {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 5px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #F5F0EB; */
}

/* measurements & depth */
.measurements,
.depth {
    margin-bottom: 20px;
}

.option-label {
    /* font-weight: 500; */
    color: #333;
    margin-bottom: 10px;
}

.selected-value {
    color: #bf874a;
    margin-right: 3px;
    font-weight: 500;
}

.options-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Hide the actual radio buttons */
.option-radio {
    display: none;
}

/* Style the labels to look like buttons */
.option-radio+label {
    padding: 8px 25px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 70px;
    text-align: center;
    margin: 0;
}

.option-radio:not(:disabled)+label:hover {
    border-color: #bf874a;
}

.option-radio:checked+label {
    background: #bf874a;
    border-color: #bf874a;
    color: white;
}


.option-radio:disabled+label {
    background: #f5f5f5;
    cursor: not-allowed;
    color: #999;
    position: relative;
    overflow: hidden;
}

.option-radio:disabled+label::before {
    position: absolute;
    content: "";
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #99999970;
    top: 50%;
    transform: translateY(-50%) rotate(20deg);
}


.select-title {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    min-width: 150px;
}

.select-options {
    padding: 7px 10px;
}

select.select-options {
    background: transparent url(../../../images/select-droparrow-ar.svg) no-repeat;
    background-size: 25px;
    background-position: left 8px center;
    border: solid 1px #ced4da;
    font-weight: 400;
    font-size: 16px;
    height: 40px;
    min-height: 40px;
    padding: 0px 15px 0px 35px !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-appearance: none;
    min-width: 220px;
}

.prod-value-text {
    font-size: 14px;
    line-height: normal;
}

.mob-details-sticky-btn {
    display: none;
}

.details-title-mob {
    display: none;
}

@media(max-width: 400px) {
    select.select-options {
        min-width: 145px;
    }
}

.item-details-content-wrapper {
    display: grid;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #F5F0EB;
    padding-bottom: 25px;
}

.item-details-cont-box {
    display: grid;
    gap: 8px;
    grid-template-columns: 28px auto;
}

.item-box-cont-img img {
    /* width: 38px;
    filter: invert(1); */
}

.item-box-cont-data h5 {
    font-size: 16px;
    line-height: 24px;
}

.item-box-cont-data h4 {
    font-size: 16px;
    color: #71717A;
    line-height: 24px;
}

.item-box-cont-data {
    display: grid;
    gap: 25px;
    grid-template-columns: 60px auto;
}

.desk-details-sticky-btn .wishlist-btn .swap img {
    width: 24px;
    height: auto;
}

.details-qty-fav-sec {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 25px;
    margin-bottom: 25px;
}

.details-wishlist-sec .btn-wish .swap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #bf874a;
    font-size: 16px;
}

/* .details-wishlist-sec .btn-wish .swap .not-wishlist{
    filter: brightness(0) saturate(100%) invert(56%) sepia(45%) saturate(493%) hue-rotate(351deg) brightness(91%) contrast(94%);
} */
.details-wishlist-sec .add-wishlist {
    width: 22px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(45%) saturate(493%) hue-rotate(351deg) brightness(91%) contrast(94%);
}

.details-wishlist-sec .fav-action-result {
    display: block;
}

.details-wishlist-sec .btn-wish img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(45%) saturate(493%) hue-rotate(351deg) brightness(91%) contrast(94%);
}

.gc-display-area {
    border: 1px solid #ccc !important;
}

.gc-zoom {
    top: 0px !important;
    border: 1px solid #ccc !important;
}

.gc-display-container {
    top: 51% !important;
    left: 0px !important;
}

.gc-zoom {
    z-index: 1 !important;
}

.gc-icon-prev-vt:before {
    content: "\e083" !important;
    left: 14px !important;
    color: #fff !important
}

.gc-icon-next-vt:before {
    content: "\e019" !important;
    left: 14px !important;
    color: #fff !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    height: 20px !important;
    background: #00000094 !important;
    border: none !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    height: 20px !important;
    background: #00000094 !important;
    border: none !important;
}

.gc-disabled .gc-icon,
.gc-disabled .gc-icon:hover {
    opacity: 1 !important;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    z-index: 1;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    z-index: 1;
}

.glass-case ul li.gc-active,
.glass-case ul li.gc-active:hover {
    border: solid 1px #BF874A !important;
}

.glass-case ul li {
    border: 1px solid #ccc !important;
}

.glass-case ul li .gc-li-display-container img {
    height: 60px !important;
    width: 60px !important;
    margin: -30px 0px !important;
    left: 0px !important;
    top: 50% !important;
}

.gc-li-display-container {
    cursor: pointer;
}

.gc-thumbs-area.gc-vt li {
    height: 100px !important;
}

.gc-zoom-container img {
    position: absolute !important;
}

.gc-thumbs-area.gc-hz li {
    float: right !important;
    margin-right: 0px !important;
    margin-left: 16px;
    height: 60px !important;
    width: 60px !important;
}

.add-cmnt {
    display: block;
    text-decoration: underline;
    font-size: 15px;
}

.add-cmnt-txt {
    font-size: 14px;
    line-height: inherit;
    max-height: 140px;
    overflow-y: auto;
    padding-right: 5px;
}

.addtnl-cmt-sec {
    display: block;
    margin-top: 12px;
}

.details-price-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.currency-name {
    font-size: 20px;
}

.shoppopup-data .shpcrt-strong {
    font-size: 15px;
    line-height: 25px;
}


.waste-notice {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.4;
    padding: 10px 15px;
    background-color: #fff9f0;
    border-right: 3px solid #bf874a;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.waste-notice i {
    color: #bf874a;
    font-size: 14px;
    margin-top: 2px;
}

.notice-text {
    flex: 1;
}

/* Optional hover effect */
.waste-notice:hover {
    background-color: #fff5e6;
    transition: background-color 0.2s ease;
}