.page-headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page-headline h3 {
    font-family: var(--font-family-secondary);
    font-size: 22px;
    font-weight: 600;
    color: #3B6E85;
}

.create-btn:hover {
    cursor: pointer;
    transform: scale(1.05);
}

/* Top Menu Ends */

/* Title Section */
.title-links {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
    align-items: center;
    margin-top: 10px
}

.back-btn {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    transition: 0.2s;
}

.back-btn:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.category-link {
    font-family: var(--font-family-secondary);
    font-weight: 400;
    font-size: 16px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
}

.category-link:hover {
    cursor: pointer;
    color: black;
}

/* Title Ends */

/* Product Section */
.product-detail-container {
    padding-top: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.metal-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-image-holder {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 40%;
}

.main-image-holder {
    background-color:#d5d5d5;
    border: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    height: 350px;
    width: 100%;
}

.main-image-holder img {
    text-align: center;
}

.image-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mini-holder {
    gap: 10px;
    background-color: #d5d5d5;
    flex-direction: column;
    border: 0;
    border-radius: 6px;
    /* height: 84px; */
    width: 100px;
    transition: 0.2s;
    display: flex;
    align-items: center;
}

.mini-holder img {
    text-align: center;
}

.mini-holder img:hover {
    transform: scale(1.05);
}

/* Image Section Ends */

/* Right Product-Info  */
.quick-product-container {
    width: 50%;
}

.product-headline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product-title {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 400;
    color: #ff0800;
    margin: 0;
}

.product-para {
    width: 75%;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 400;
    color: black;
    margin: 0;
    margin-top: 7px;
}

.quick-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.share-icon {
    width: 34px;
    height: 34px;
    border: none; 
    background-color: transparent;
    font-size: 17px;;
    /* border-radius: 50px; */
    transition: 0.2s;
}

.quick-wishlist {
    width: 34px;
    height: 34px;
    border: 1px solid #051E52;
    color: #051e52;
    background-color: transparent;
    border-radius: 50px;
    transition: 0.2s;
}

/* .share-icon:hover {
    transform: scale(1.05);
} */

.quick-wishlist:hover {
    transform: scale(1.05);
}

/* Title Info Ends */


/* Price Info */
.price-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 15px;
}

.final-price {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0;
}

.product-price {
    font-family: var(--font-family-secondary);
    color: #051e52;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}

.product-price span {
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-weight: 400;
    color: #051e52;
    font-weight: 500;
}

/* Middle Portion Ends */

/* Metal Info */
.product-quality {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color:#dfdfdf ;
    border: 1px solid #D8E2E7;
    border-radius: 6px;
    margin-top: 20px;
    height: 35px;
}

.left-product {
    display: flex;
    flex-direction: row;
    padding: 0 12px;
    gap: 4px;
}

.line-divider {
    border: 1px solid #D8E2E7;
    height: 100%;
    /* width: 1px; */
    display: block;
}

.left-product h3 {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    color: black;
    font-weight: 400;
    margin: 0;
}

.left-product h3 i {
    color: #FF9A60;
    font-size: 18px;
}

.left-product h4 {
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    color: black;
}

.net-wt {
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 500;
    color: #051E52;
}

/* Metal Info Ends */

/* Quick Selection Starts */
.quick-selection {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 15px;
}

.size-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.quick-headline h3 {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    color: black;
    font-weight: 400;
    margin: 0;
}

.size-dropdown {
    width: 300px;
    height: 45px;
    background-color: var(--color-surface);
    border: 1px solid var(--color-surface);
    border-radius: 6px;
    outline: none;
    padding: 0 14px;
    color: #ffff;
    font-family: var(--font-family-secondary);
}

.size-btn {
    background-color: transparent;
    color: black;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    text-decoration: underline;
    border: 0;
    transition: 0.2s;
}

.size-btn:hover {
    transform: scale(1.05);
}

/* Quick Select Ends */

/* Buttons */
.product-cart-btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 40px;
}

.add-btn {
    background-color: #051E52;
    color: #fff;
    font-family: var(--font-family-secondary);
    font-size: 13px;
    font-weight: 400;
    border: 0;
    border-radius: 6px;
    width: 310px;
    padding: 16px 0;
    margin-top: 46px;
    transition: 0.2s;
}

.buy-btn {
   
    background-color: #d5d5d5;
    font-family: var(--font-family-secondary);
    font-size: 13px;
    font-weight: 500;
    border:none;
    width: 310px;
    padding: 16px 0;
    margin-top: 47px;
    transition: 0.2s;
    color: #051E52;
}

.add-btn:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.buy-btn:hover {
    cursor: pointer;
    transform: scale(1.05);
}

/* Cart Button Ends */




.delivery-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-top: 4px;
    margin-bottom: 55px;
}

.delivery-info h3 {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    color: black;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.delivery-info i {
    margin-right: 5px;
}

/* Product Section Ends */

/* Information Section */
.info-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.info-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.info-title h3 {
    font-family: var(--font-family-secondary);
    font-size: 20px;
    color: black;
    font-weight: 400;
    margin: 0;
    margin-top: 11px;
}

.info-title p {
    color: black;
}

.info-title button {
    width: 34px;
    height: 34px;
    color: black;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #6b6a6a;
    transition: 0.2s;
}

.info-title button:hover {
    transform: scale(1.05);
}

.table-wrap {
    margin-top: 30px;
}

.divider {
    border: 1px solid black;
    width: 100%;
    margin: 35px 0;
}

/* Price Breakdown */
.title-breakdown-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.price-breakdown-table {
    border: 1px solid black;
    border-radius: 6px;
    border-collapse: collapse;
    margin-top: 30px;
}

.table-heading {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 20px;
    border-right: 1px solid #051E52;
    background-color: #dfdfdf;
}

.price-border-tr {
    border-bottom: 1px solid black;
}

.price-title {
    font-size: 16px;
    color: black;
    border-right: 1px solid #2f5097;
    padding: 20px;
    font-family: var(--font-family-secondary);
}

.price-headline {
    border-right: 1px solid #051E52;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px 10px 20px;
    font-family: var(--font-family-secondary);
}

.price-total {
    border-right: 1px solid #051E52;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    /* font-weight: 600; */
    font-family: var(--font-family-secondary);
    padding: 15px 20px 10px 20px;
}

.price-value {
    border-right: 1px solid #051E52;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 20px 40px;
    text-align: center;
}


.price-breakdown-table td span {
    font-family: var(--font-family-secondary);
    color: #051E52;
    /* text-decoration: line-through; */
    /* margin-left: 10px; */
}

.delivery-headline {
    margin-top: 55px;
}

.delivery-headline h3 {
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-weight: 400;
    color: black;
    margin: 0;
}

.delivery-headline p {
    font-size: 14px;
    font-family: var(--font-family-secondary);
    color: black;
    margin: 0;
    margin-top: 7px;
}

.input-field {
    border: 1px solid black;
    border-radius: 6px;
}

.input-field input {
    width: 305px;
    height: 45px;
    border: 0;
    background-color: transparent;
    padding: 0 16px;
    font-size: 14px;
    color: black;
    font-family: var(--font-family-secondary);
    outline: none;
}

.input-field button {
    width: 85px;
    height: 48px;
    background-color: #051e52;
    color: #1e1e1e;
    border: 0;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    transition: 0.2s;
    border-radius: 0 6px 6px 0;
}

.input-field button:hover {
    cursor: pointer;
    transform: scale(1.05);
}

/* Collection Section */
.collection-container {
    margin: 0 auto;
    /* margin-top: 210px; */
    margin-bottom: 40px;
}

.collection-title {
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 5px;
    color: black;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}

.collection-images {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

.collection-image-holder {
    width: 250px;
    height: 290px;
    background-color: var(--color-surface-light);
    border: 1px solid var(--color-surface-light);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.collection-image-holder img {
    text-align: center;
    height: 220px;
}

.small-img-roll:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.image-title {
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 400;
    color: black;
    text-align: center;
    margin: 0;
}

.responsive-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
}

.responsive-btn {
    /* display: none; */
    background-color: transparent;
    border: 1px solid black;
    color: wheat;
    border-radius: 50px;
    width: 26px;
    height: 25px;
    transition: 0.2s;
    display:block;
    background-color: #051E52;
}

.responsive-btn:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.jewel-product-image {
    width: 350px !important;
    height: 500px !important;
}

.mini-holder {
    transform: none;
    height: 350px;
    overflow: auto;
}

.product-video-btn {
    margin-top: 15px;
    background-color: #051e52;
    margin-left: 20px;
    color: #1e1e1e;
    font-family: var(--font-family-secondary);
    font-size: 13px;
    font-weight: 400;
    border: 0;
    border-radius: 6px;
    width: 56px;
    padding: 3px 0;
    transition: 0.2s;
}

#show-img {
    height: 350px !important;
    width: 350px !important
}

.thumbnail-arrow {
    color: #051E52;
    display: flex;
    justify-content: center;
    bottom: 17px;
    position: relative;
}

.thumbnail-arrow-down {
    color: #051E52;
    display: flex;
    justify-content: center;
    top: 10px;
    position: relative;
}


/* Collection Section ends */

/* Responsive */
@media only screen and (max-width: 1960px) {

    .product-image-holder {
        justify-content: flex-start;
        /* width: fit-content; */
    }

    .quick-product-container {
        width: 55%;
    }
}

@media only screen and (max-width: 1566px) {
    .product-image-holder {
        width: 43%;
    }
}

@media only screen and (max-width: 1250px) {
    .image-slider {
        flex-direction: row;
    }

    .collection-container .back-btn {
        display: none;
    }

    .responsive-btn {
        display: none;
    }

    .quick-product-container {
        width: 55%;
    }
}

@media only screen and (max-width: 1000px) {
    .product-detail-container {
        flex-direction: column;
    }
    #show-img {
        height: 287px !important;
        width: 350px !important
    }
    .product-image-holder {
        width: 100%;
    }

    .quick-product-container {
        width: 100%;
    }

    .product-headline {
        justify-content: space-between;
    }

    .product-code-container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }

    .table-wrap {
        overflow-x: scroll;
    }

    .metal-info {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .collection-container {
        margin-top: 110px;
    }
}

@media only screen and (max-width: 900px) {
    .product-image-holder {
        flex-direction: row;
        width: 100%;
    }

    .product-detail-container {
        padding-top: 30px;
    }

    .image-slider {
        flex-direction: column;
    }

    .tablet-icon {
        display: none;
    }

    .metal-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .stone-info-container {
        flex-direction: column;
    }

    .price-breakdown-table {
        overflow-x: scroll;
    }

    .price-value {
        padding: 20px 30px;
    }

    .collection-images .back-btn {
        display: none;
    }

    .responsive-btn-container {
        display: none;
    }


    .collection-images {
        overflow-x: scroll;
    }

    .collection-container:hover {
        transform: none;
    }


}

@media only screen and (max-width: 500px) {
    .jewel-product-image {
        width: 250px !important;
        height: 250px !important;
    }


    .product-detail-container {
        padding: 30px 0;
    }

    .product-image-holder {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .image-scroll {
        width: 100%;
    }

    .image-slider {
        flex-direction: row;
        width: 100%;
        overflow-y: scroll;
    }

    .main-image-holder {
        width: 100%;
        height: 310px;
        margin-bottom: 10px;
    }

    .main-image-holder img {
        width: 100%;
    }

    .mini-holder {
        flex-direction: row;
        width: 100%;
        height: 100%;
    }

    .thumbnail-arrow,
    .thumbnail-arrow-down {
        display: none;
    }


    .product-video-btn {
        display: block;
        margin: 6 auto;
        width: 60%;
        padding: 16px;
    }

    .product-headline {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .product-para {
        width: 100%;
        margin-top: 20px;
    }

    .product-title {
        font-size: 16px;
    }

    /* .product-quality {
        flex-direction: column;
        align-items: flex-start;
        height: fit-content;
        width: 100%;
    } */

    .line-divider {
        width: 100%;
        height: 1px;
    }

    .product-code-container {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
        margin-top: 12px;
    }

    .left-product {
        padding: 16px;
    }

    .delivery-info h3 {
        font-size: 14px;
    }

    .size-container {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    .size-dropdown {
        width: 100%;
    }

    .size-btn {
        text-align: left;
        width: 100%;
    }

    .collection-title {
        font-size: 18px;
    }

    .border {
        width: 100%;
        padding: 0 16px;
    }

    .product-info-name {
        text-align: center;
    }

    .metal-info {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0px;
    }

    .quick-product-container,
    .product-product-container {
        width: 90%;
        margin: 0 auto;
    }

    .quick-selection {
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .product-cart-btn {
        flex-direction: column;
        gap: 10px;
    }

    .add-btn {
        width: 100%;
        margin-top: 30px;
    }

    .buy-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    .responsive-btn {
        display: none;
    }

    .delivery-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 20px;
    }

    .collection-container {
        margin-top: 60px;
    }

    .title-breakdown-container {
        align-items: center;
        justify-content: space-between;
    }


    .info-title h3 {
        font-size: 16px;
    }

    .price-btn {
        font-size: 14px;
    }

    .stone-info-container {
        flex-direction: column;
    }

    .stone-details-table {
        overflow-x: scroll;
    }

    .price-breakdown-table {
        overflow-x: scroll;
    }

    .table-wrap {
        width: 100%;
        overflow-x: scroll;
        margin-top: 20px;
    }

    .table-heading {
        padding: 20px 12px;
    }
}