.proPagSec{
    padding: 120px 0 120px 0;
}
.proDetWrpr{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.proDetB1{
    width: 52%;
    display: flex;
    column-gap: 30px;
}
.proDetB1-thums{
    width: 130px;
}
.proDetB1-thums .swiper-wrapper .swiper-slide {
    height: auto !important;
}
.proDetB1-sl1{
    width: calc(100% - 195px);
    background-color: #1F1C2E;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 640px;
}
.proDetB1-thum-b{
    height: 120px;
    padding: 25px;
    background-color: #1F1C2E;
    border-radius: 20px;
}
.proDetB1-thumholder{
    margin-bottom: 10px;
}
.proDetB1-thumholder:nth-last-child(1){
    margin-bottom: 0;
}
.proDetB1-sl1-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.proDetB1-sl1-img{
    width: 84%;
    height: 84%;
    object-fit: contain;
    width: 380px;
    height: 380px;
}
.proDetB1-sl1-slide-btn{
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background-color: #b99b7f89;
    color: #fff;
    bottom: 35px;
    left: 35px;
}
.proDetB1-arr{
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #303443;
    border-radius: 50%;
}

.proDetails{
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.proDetailscol1{
    max-width: 275px;
}
.proDetailscol2{
    max-width: 215px;
}
.proDetailscol1__h2{
    font-size: 28px;
    font-weight: 600;
    color: var(--main);
    margin-bottom: 20px;
}
.proDetails-r1{
    column-gap: 10px;
    margin-bottom: 20px;
}
.prd-p{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.prd-p2{
    color: var(--main);
}
.pror2d{
    width: 40px;
    height: 45px;
    background-color: #b99b7f58;
}
.proDetails-r2{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 70px;
}
.pror2d{
    color: var(--main);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.pror2d3{
    background-color: #86766b3e;
    width: calc(100% - 40px);
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 5px;
}
.pror2d3 p{
    font-size: 16px;
}
.pror2d3 .flex-i{
    column-gap: 5px;
}
.descbox{
    height: 45px;
    padding: 5px 20px;
    border-radius: 10px;
    background-color: #86766b3e;
    width: calc(100% - 40px);
    height: 45px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.descboxlist li{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.descbox--share{
    color: var(--main);
}
.wishlist-labl2{
    position: relative !important;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffdbb72d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
}
.proDetailscol2 .hdrsmlist{
    margin: 0 !important;
}
.relted{
    position: relative;
    z-index: 0;
    padding-bottom: 70px;
}
.relted::after{
    content: "";
    width: 100%;
    height: 50%;
    background-color: #131224;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.relted__h{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    position: absolute;
    top: -50px;
    left: 1rem;
}
.grid-wrpr--relted{
    padding-bottom: 0;
}
.proDetB1-thum{
    height: 65px;
    width: 80px;
    object-fit: contain;
}
.pd-box1{
    align-items: flex-start;
    column-gap: 20px;
}
.pdlitmthum{
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 600px;
    overflow-y: scroll;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.03);
}
.pdlitmthum::-webkit-scrollbar{
    display: none;
}
.pdlitmthum__img{
    width: 125px;
    height: 125px;
    object-fit: contain;
}
.prddmibox{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 630px;
    height: 600px;
    background-color: #1F1C2E;
    border-radius: 8px;
}
.prddmibox__img{
    display: none;
    width:630px;
    height: 600px;
    border: 1px solid transparent;
    object-fit: contain;
}
.magnifier img{
    object-fit: contain;
}
.prddmibox__img.active{
    display: block;
}
.pdlitmthum__item{
    margin-bottom: 15px;
    width: 100%;
}
.pdlitmthum__item:nth-last-child(1){
    margin-bottom: 0;
}
.pdlitmthum__link{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    padding: 20px;
    background-color: #1F1C2E;
    border-radius: 20px;
}
.magnifier{
    background-color: #1F1C2E;
    border: 1px solid #1F1C2E !important;
    border-radius: 8px;
}
.rtl .magnifier{
    direction: ltr;
}
@media(max-width:1799px){
    .pdlitmthum {
        width: 130px;
        height: 600px;
    }
    .pdlitmthum__img {
        width: 105px;
        height: 105px;
    }
    .pdlitmthum__link {
        width: 100%;
        height: 120px;
        padding: 15px;
        background-color: #1F1C2E;
        border-radius: 12px;
    }
    .prddmibox{
        width: 525px;
    }
    .prddmibox__img{
        width: 525px;
    }

}
@media(max-width:1399px){
    .proDetB1{
        column-gap: 20px;
        height: 500px;
        width: 55%;
    }
    .proDetB1-thums {
        width: 110px;
    }
    .proDetB1-sl1 {
        width: calc(100% - 150px);
        border-radius: 20px;
    }
    .proDetB1-thum-b {
        height: 92px;
        padding: 10px;
        border-radius: 15px;
    }
    .proDetB1-thum{
        width: 80%;
        height: auto;
    }
    .proDetB1-arr{
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
    .proDetB1-sl1-slide-btn {
        width: 40px;
        height: 40px;
        font-size: 12px;
        bottom: 20px;
        left: 20px;
    }
    .proDetails {
        width: 42%;
    }
    .proDetailscol1__h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .prd-p {
        font-size: 16px;
    }
    .proDetails-r1 {
        margin-bottom: 11px;
    }
    .pror2d3 p {
        font-size: 14px;
    }
    .descbox {
        padding: 5px 15px;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .descboxlist li {
        font-size: 15px;
    }
    .wishlist-labl2 {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    .proPagSec {
        padding: 75px 0 75px 0;
    }
    .proDetB1-sl1-img {
        width: 300px;
        height: 300px;
    }
    .proDetB1-sl1{
        height: 500px;
    }
    .pdlitmthum__link {
        height: 95px;
        padding: 14px;
        border-radius: 10px;
    }
    .pdlitmthum__img {
        width: 80px;
        height: 80px;
    }
    .pdlitmthum__item {
        margin-bottom: 10px;
    }
    .pdlitmthum {
        width: 120px;
        height: 500px;
    }
    .prddmibox {
        width: 430px;
        height: 500px;
    }
    .prddmibox__img{
        width: 430px;
        height: 500px;
    }
}
@media(max-width:1199px){
    .proDetails {
        width: 43%;
    }
    .prd-p {
        font-size: 15px;
    }
    .proDetails-r2 {
        border-radius: 5px;
        margin-bottom: 40px;
    }
    .descbox {
        padding: 5px 10px;
        font-size: 14px;
        height: 40px;
        border-radius: 5px;
    }
    .descboxlist li {
        font-size: 13px;
    }
    .proDetB1-sl1-img {
        width: 260px;
        height: 260px;
    }
    .pdlitmthum {
        width: 100px;
        height: 450px;
    }
    .pdlitmthum__link {
        height: 85px;
        padding: 12px;
        border-radius: 10px;
    }
    .prddmibox {
        width:  390px;
        height: 450px;
    }
    .prddmibox__img{
        width: 390px;
        height: 450px;
    }
}
@media(max-width:1023px){
    .proDetWrpr{
        flex-wrap: wrap;
        row-gap: 25px;
    }
    .proDetB1{
        width: 70%;
    }
    .proDetails{
        width: 100%;
    }
    .proDetailscol2 .hdrsmlist {
        margin: 0 !important;
        display: flex !important;
    }

}
@media(max-width:767px){
    .proDetB1{
        width: 100%;
    }
}
@media(max-width:539px){
    .proPagSec {
        padding: 50px 0 50px 0;
    }
    .proDetB1{
        flex-direction: column-reverse;
        row-gap: 25px;
        height: auto;
    }
    .proDetB1-sl1-slide{
        height: 300px;
    }
    .proDetB1-sl1,
    .proDetB1-thums{
        width: 100%;
    }
    .proDetB1-thums{
        display: flex;
        column-gap: 5px;
    }
    .proDetB1-thum-b {
        padding: 5px;
        border-radius: 10px;
        height: 65px;
    }
    .proDetails{
        flex-wrap: wrap;
    }
    .proDetailscol2,
    .proDetailscol1{
        width: 100%;
        max-width: 100%;
    }
    .proDetB1-sl1{
        height: 300px;
    }
    .pdlitmthum{
        width: 330px;
        height: auto;
        display: flex;
        flex-direction: row;
        column-gap: 10px;
        overflow-x: scroll;
    }
    .pdlitmthum__item{
        width: 70px;
        margin: 0;
    }
    .proDetB1{
        width: 100%;
    }
    .prddmibox{
        width: 330px;
        height: 360px;
    }
    .prddmibox__img {
        width: 330px;
        height: 360px;
    }
    .proDetB1{
        row-gap: 10px;
    }
}