.setting_details_wrapper {
    & .right_section {
        margin-left: 50px;
        max-width: 650px;

        & h3 {
            font-size: 16px;
            font-weight: var(--fw-400);
            line-height: 1.2;
            margin-bottom: 15px;
        }

        & h4 {
            font-size: 24px;
            font-weight: var(--fw-700);
            line-height: 1.2;
        }

        & .button_group {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 20px;
            flex-wrap: wrap;
            margin-bottom: 20px;

            &>div {
                flex: 0 0 calc(50% - 10px);
                max-width: 100%;  
            }
        }

        .dropdown-menu {
            width: max-content;
            border-color: #e3e3e3;
            top: 10px !important;
            right: 8px !important;
            box-shadow: var(--shadow-2);
            padding: 12px !important;

            & ::after {
                position: absolute;
                content: '';
                top: -3px;
                left: 15px;
                background: var(--white);
                width: 15px;
                height: 15px;
                z-index: -1;
                border-left: 1px solid #e3e3e3;
                border-top: 1px solid #e3e3e3;
                transform: rotate(45deg) translate(-50%, 0) !important;

            }
        }
    }
}
.dd-product-ring-detail {
	margin-bottom: 25px;
}
/*  start product-slider-section */
.product-slider-section .slider-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.product-slider-section .slider-thumbnails .slick-list {
    padding: 0 !important;
}

.product-slider-section .slider-thumbnails .slick-track {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0;
    width: 100px !important;
    padding: 0;
    flex-shrink: 0;
    transform: none !important;
}

.product-slider-section .thumb_img {
    border: 2px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    width: 100px !important;
    height: 100px;
    margin-bottom: 30px;
}

.product-slider-section .thumb_img:hover {
    border-color: #4a1f66;
}

.product-slider-section .thumb_img.slick-current {
    border: 2px solid #4a1f66;
}

.product-slider-section .thumb_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-slider-section .main-slider-wrapper {
    flex: 1;
    min-width: 0;
    position: relative;
}

.product-slider-section .slider-main-image {
    width: 100%;
    border: 2px solid #4a1f66;
    border-radius: 6px;
    overflow: hidden;
}

.product-slider-section .slider-main-image .item {
    width: 100%;
}

.product-slider-section .slider-main-image img,
.product-slider-section .slider-main-image video,
.product-slider-section .slider-main-image iframe
 {
    width: 100%;
    height: auto;
    display: block;
    /* max-height: 492px; */
    max-height: 600px;
    object-fit: cover;
    background: #fff;
    cursor: zoom-in;
}
.product-slider-section .slider-main-image iframe {
	width: 100%;
	display: block;
	object-fit: cover;
	background: #fff; 
	cursor: zoom-in;
	/* height: 600px;  */
}

.product-slider-section .button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.product-slider-section .slick-arrow-left,
.product-slider-section .slick-arrow-right {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.product-slider-section .button svg {
    transition: transform 0.2s;
}

.product-slider-section .button svg:hover {
    transform: scale(1.05);
}

.product-slider-section .containerZoom {
    margin: 0;
    background-position: center;
}

.product-slider-section .containerZoom img {
    background: #fff;
}

.product-slider-section .containerZoom.active img {
    opacity: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .product-slider-section .slider-thumbnails {
        flex-direction: row;
        width: 100%;
        display: flex;
        order: 2;
    }

    .product-slider-section .slider-thumbnails .slick-track {
        flex-direction: row;
        gap: 0;
        width: 100% !important;
        flex-wrap: wrap;
        justify-content: start;
    }

    .product-slider-section .thumb_img {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .product-slider-section .slider-main-image {
        padding: 5px;
    }
.product-slider-section .slider-main-image iframe {
	height: 600px; 
}
    .product-slider-section .slick-arrow-left,
    .product-slider-section .slick-arrow-right {
        background-color: transparent;
        padding: 0;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 1;
    }

    .product-slider-section .button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin-top: 0;
    }

    .product-slider-section .slick-arrow-left {
        left: 5px;
    }

    .product-slider-section .slick-arrow-right {
        right: 5px;
    }
}

@media (max-width: 576px) {

    .product-slider-section .slider-main-image img,
    .product-slider-section .slider-main-image video,
    .product-slider-section .slider-main-image iframe {
        max-height: 300px;
    }
}

/*  start product-slider-section */

.ddi-specification-box {
    padding: 30px 0 0;
}

.dd-info-specification strong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.dd-info-specification p {
    font-size: 15px;
    margin-bottom: 20px;
}

hr {
    margin: 30px 0;
    border: 1px solid #666;
}

.dd-information .head-1 {
    margin-bottom: 30px;
}

.dd-you-might-like .head-1 {
    margin-bottom: 30px;
}
@media screen and (min-width:1900px)  {
.product-slider-section .slider-main-image iframe {
	height: 600px;   
}
}
@media screen and (min-width:1440px) and (max-width:1900px) {
.product-slider-section .slider-main-image iframe {
	height: 503px;   
} 
}
@media screen and (min-width:1280px) and (max-width:1439px) {
.product-slider-section .slider-main-image iframe {
	height: 431px;   
}
.product-slider-section .thumb_img {
	width: 80px !important;
	height: 80px;
}
.product-slider-section .slider-container {
	gap: 10px;
}
}
@media screen and (min-width:992px) and (max-width:1279px) {
.product-slider-section .slider-main-image iframe {
	height: 342px;    
}
.product-slider-section .thumb_img {
	width: 80px !important;
	height: 80px;
	margin-bottom: 10px;

}

.product-slider-section .slider-container {
	gap: 10px;
}
}
@media(max-width:1900px) {
    .nshp-wrap.metal-nshp-wrap-detail {
        display: flex;
        flex-wrap: wrap;
    }

    .nshp-wrap.metal-nshp-wrap-detail .nshp-box {
        width: 80px;
    }
}

.dd-you-might-like {
    position: relative;
    margin: 0 0 50px;
}

.dd-you-might-like .dproduct-box {
    padding: 3px;
}

.you-might-slider .slick-arrow.prev-arrow {
    right: 50px;
}

.you-might-slider .slick-arrow {
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 37px;
    font-size: 22px;
    cursor: pointer;
    top: -65px;
    z-index: 1;
}

.you-might-slider .slick-arrow {
    background: #fff;
    color: #18132c;
    border: 2px solid #DDEDF4;
}

.you-might-slider .slick-arrow:hover {
    background: #4a1f66;
    border-color: #4a1f66;
    color: #fff;
}