.reelUpSlider .slick-slide {
    padding: 10px;
    position: relative;
    height: unset !important;
}

.reelUpSlider .slide_product_image {
    height: 45px;
    width: 60px;
    position: absolute;
    bottom: -15px;
    left: 15px;
    box-shadow: 0 0 14px 4px #80808024;
    border-radius: 10px;

}

.reelUpSlider .reel_product_image video {
    border-radius: 10px 10px 0 0;
}

.reelUpSlider .slide_product_image img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

.reelUpSlider .reel_product_image {
    position: relative;
}

.reelUpSlider .product_name h5 {
    color: rgb(15, 15, 15);
    font-weight: 600;
    font-size: 15px;
    font-family: Jost, sans-serif;
    margin: 18px 0 5px;
}

.reelUpSlider .sel_org_price {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    display: flex;
    gap: 10px;
    margin: 10px 0;
    font-weight: 600;
    font-family: Jost, sans-serif;
}

.reelUpSlider .sel_org_price .selling_price {
    color: #b30000;
}

.reelUpSlider .sel_org_price .regular_price {
    color: gray;
}

button.slick-arrow:before {
    font-size: 40px;
}

button.slick-prev.slick-arrow {
    z-index: 100;
    left: 40px !important;
    top: calc(50% - 80px) !important;
}

button.slick-next.slick-arrow {
    right: 40px !important;
    z-index: 100;
    top: calc(50% - 80px) !important;
}

.reelUpSlider .reel_product {
    box-shadow: 0px 0px 10px #00000026;
    cursor: pointer;
    border-radius: 10px;
}

.reelUpSlider .reel_product .off_views,
.slider_productDetail .off_views {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    top: 10px;
}

.reelUpSlider .off_views .off,
.slider_productDetail .off_views .off {
    background: #B30000;
    padding: 3px 10px;
    font-size: 13px;
    color: #fff;
    position: relative;
    font-family: Jost, sans-serif;
    border-radius: 5px 0px 0px 5px;
    z-index: 1;
}

.reelUpSlider .off_views .off::after,
.slider_productDetail .off_views .off::after {
    content: '';
    height: 16.5px;
    width: 16.5px;
    background: #B30000;
    position: absolute;
    top: calc(50% - 8px);
    right: -9px;
    transform: rotate(45deg);
    z-index: -1;
}

.reelUpSlider .off_views .view,
.slider_productDetail .off_views .view {
    background: #0000004d;
    padding: 1px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

#productDetail_model {
    --bs-modal-bg: unset !important;
}

.product_slider {
    height: 250px;
}

.product_slider .product_image {
    max-width: 100%;
    height: 250px;
    width: 100%;
    filter: opacity(0.5);
    object-fit: contain;
}

.product_slider .slick-active .product_image {
    filter: opacity(1) !important;
}

.productData_modal {
    /* max-height: 550px !important; */
    display: flex;
}

.reel {
    width: 40%;
}

.reel_video {
    max-width: 100%;
    height: 100%;
}

.productData_modal .productDataSide {
    overflow: hidden scroll;
    max-height: 550px !important;
    width: 60%;
}

.productData_modal .productDataSide::-webkit-scrollbar {
    display: none;
}

.productData_modal .product_name h5 {
    color: rgb(15, 15, 15);
    font-weight: 600;
    font-size: 15px;
    font-family: Jost, sans-serif;
    margin: 18px 0 5px;
}

.productData_modal .sel_org_price {
    font-size: 16px;
    line-height: 1;
    margin: 10px 0;
    font-weight: 600;
    font-family: Jost, sans-serif;
    display: flex;
    gap: 10px;
}

.productData_modal .relatedProductSection .sel_org_price {
    display: unset !important;
}

.productData_modal .sel_org_price .selling_price {
    padding: 5px 0;
}

.productData_modal .sel_org_price .regular_price {
    color: gray;
    padding: 5px 0;
}

.productData_modal .addtocart_moreinfo {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.productData_modal .addtocart_moreinfo a {
    padding: 12px 23px;
    text-decoration: none;
    border: 1px solid rgb(0, 0, 0);
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.productData_modal .addtocart_moreinfo .more-info {
    background: #fff;
    color: #000;
}

#productDetail_modal .modal-header {
    position: absolute;
    background: transparent;
    right: -14px;
    top: -14px;
    border: 0;
    z-index: 1000;
    padding: 0;
}

#productDetail_modal .modal-header button {
    border: none;
    background: #fff;
    font-size: 25px;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 0px;

}

#productDetail_modal .size .option .option_item {
    background: white;
    color: #000;
    padding: 3px 20px;
    position: relative;
    border-radius: 12px;
    margin: 0 5px;
    border: 1px solid black
}

#productDetail_modal .size .option .option_item.active {
    background-color: #000;
    color: #fff;
}

#productDetail_modal .size .option .option_item input {
    position: absolute;
    visibility: hidden;
}

#productDetail_modal .relproductModel {
    cursor: pointer;
}

#productDetail_modal .slick-dots {
    bottom: -40px !important;
}

#productDetail_modal .slick-dots li {
    width: 30px !important;
}

#productDetail_modal .slick-dots li button {
    width: 40px !important;
    height: 0 !important;
}

#productDetail_modal .slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 0.25 !important;
}

#productDetail_modal .slick-dots li button:before {
    content: '' !important;
    background: black;
    height: 5px !important;
    width: 40px !important;
}

#productDetail_modal .slick-dots li.slick-active button:before {
    opacity: .75 !important;
}


@media (max-width:992px) and (min-width:768px) {
    #productDetail_modal .modal-dialog {
        min-width: 800px !important;
    }
}

@media (max-width:767px) {
    #productDetail_modal .modal-dialog .productColumn {
        display: none;
    }
}

#productDetail_modal .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
    display: grid;
    place-content: center;
}

#productDetail_modal .load {
    height: 50px;
    width: 50px;
    border: 3px solid #000;
    border-radius: 50%;
    border-left-color: #fff;
    animation: loader 0.5s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg)
    }
}