﻿.mainpage {
    margin-top: 2pc
}

/*Left panel - Image*/
.embed-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

    .embed-responsive iframe,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        width: 99%;
        height: 100%;
        border: 1px solid #eee
    }

.imagediv {
    position: relative;
}

.overlayimgb {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
}

    .overlayimgb .msgcartsuccess {
        position: relative;
        top: 2px;
        line-height: 0;
        padding-top: 0;
        padding-left: 10px;
    }

.btnwlist {
    border: 0;
    background: transparent;
    font-size: 23px;
}

.lSSlideOuter {
    display: flex;
}

.lSPager.lSGallery {
    margin-top: 0 !important;
}

.product-details {
    padding-left: 0px;
}

.lslide img {
    border: 1px solid #eee;
}

ul.lSPager.lSGallery li {
    max-width: 80px;
}

/*Prodetails*/
.pricemsg, .pricemsg:hover {
    margin-bottom: 25px;
    display: inline-block;
    background: #c11515;
    color: #fff;
    padding: 8px 20px;
}

.pricemsg1, .pricemsg1:hover {
    color: red;
    margin-top: 10px;
    display: block;
    width: 100%;
    font-weight: 300;
}

.prodtitle {
    font-size: 30px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
}

/*Pricing*/
.div-price {
    margin: 15px 0;
    font-size: 20px;
}

.sprice {
    font-weight: 600;
}

.dprice {
    color: red;
    font-weight: 600;
}

.rprice, .oprice {
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 3px;
}

/*.prodshortdesc {
    font-size: 14px;
}*/

.brandname {
    font-size: 14px;
}

.prodsku {
    margin: 15px 0;
    font-size: 18px;
}

/*Ring size*/
.div-ringsize {
    border-bottom: 1px solid #eee;
    margin: 0px 0 20px;
    padding: 0 0 0;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust width as needed */
}

.drpdetails.drpdetails1 {
    padding: 5px 30px; /* Add padding to make room for the icon */
    min-height: 50px !important;
    width: 100%;
    border: 1px solid #ccc; /* Optional border */
    background-color: white; /* Optional background color */
    font-size: 16px; /* Adjust font size as needed */
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none; /* For WebKit browsers */
    -moz-appearance: none; /* For Firefox */
}

.select-wrapper i {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #000;
    pointer-events: none;
}

.ringsizetxt {
    font-size: 14px;
    margin-bottom: 20px;
    color: red;
}

/*Cart + Careplan*/
.div-cart {
    border-top: 1px solid #eee;
    margin: 1pc 0;
    padding: 20px 0;
}

.cartbtn, .cartbtn:hover {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    text-transform: uppercase;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    border: 1px solid #040349;
    animation-delay: 0.8s;
    background: #040349;
    width: 100%;
    text-align: center;
}

    .cartbtn.buynow, .cartbtn.buynow:hover {
        background: transparent;
        color: #040349;
    }

.msgcartsuccess {
    padding: 15px 0 0;
    font-size: 18px;
    background: #fff;
    margin: 0;
}

    .msgcartsuccess .checkitem {
        max-width: 30px;
    }

.cplantxt {
    font-size: 13px;
}

.tabs-block {
    margin-top: 3pc;
}

.desctable {
    padding: 40px 20px;
    background: #fbfbfb;
}

    .desctable table {
        width: 100%;
        border: 1px solid #eee;
        background: #fff;
    }

        .desctable table th, .desctable table td {
            padding: 5px 10px;
            border: 1px solid #eee;
        }

        .desctable table p, .desctable table p span {
            font-size: 15px !important;
            font-family: "Poppins", sans-serif !important;
        }

        /*.desctable table p:first-child span strong {
                font-size: 17px;
            }*/

        .desctable table p {
            margin: 0;
        }

            .desctable table p:first-child {
                margin-bottom: 10px;
            }

        .desctable table strong {
            font-weight: 500;
        }

.prod-tabs .nav-link {
    border-radius: 0;
    min-width: 200px;
    padding: 11px 10px;
    color: #000;
}

.simlarproducts {
    position: relative;
}

.productdetails {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.simlarproducts .custom-nav .swiper-button-next:after, .custom-nav .swiper-button-prev:after {
    font-size: 20px;
}

.simlarproducts .custom-nav .swiper-button-prev {
    left: 0px;
    right: 30px;
}

.simlarproducts .custom-nav .swiper-button-next {
    left: auto;
    right: 0px;
}

#simlarproducts .action-btns {
    display: none;
}

.simlarproducts .productslider .item .card {
    border: none;
}

    .simlarproducts .productslider .item .card img {
        border: 1px solid #f5f9fc;
    }

.simlarproducts .productslider .item h5 s {
    font-size: 16px;
    font-weight: 500;
}


.simlarproducts .productslider .item h5 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.simlarproducts .productslider .item p {
    font-size: 17px;
}

.simlarproducts .custom-nav {
    padding-left: 10px;
    padding-top: 0;
    justify-content: flex-end;
    display: flex;
    margin-bottom: 0;
    position: absolute;
    top: Calc(50% - 22px);
    width: 100%;
}

.simlarproducts .prevbtn-b, .simlarproducts .nextbtn-b {
    background: none;
    color: #000;
    border: 0;
    font-weight: 800;
    font-size: 25px;
}

.productslider .item {
    padding: 0 20px;
}

.noclass {
    border: none;
    background: #fff;
    padding: 0;
}

.tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tags li {
        display: inline-block;
        padding: 3px 10px;
        background: #f3f3f3;
        margin: 0 10px 10px 0;
        font-size: 14px;
    }

.shareblock {
    margin: 0 0 20px;
}

.icon27 {
    width: 27px;
}

.shicon {
    padding-right: 5px;
}

.Soldoutcontent {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

/*Responsive*/
@media(min-width: 1801px) {
    .prodshortdesc {
        font-size: 18px;
    }

    ul.lSPager.lSGallery li {
        max-width: 120px;
    }
}

@media(max-width: 767px) {
    ul.nav.nav-tabs.prod-tabs {
        display: flex;
        flex-flow: row;
    }

    .prod-tabs .nav-link {
        min-width: max-content;
        padding: 10px 15px;
        font-size: 15px;
    }
}