﻿.iqtxt {
    margin-top: 20px;
    display: flex;
}

.rquote {
    font-size: 18px;
    color: red;
}

.cadded {
    color: green;
    font-size: 35px;
    line-height: 0;
    position: relative;
    top: 8px;
}

.pull-right {
    float: right;
}

.closem, .closem:hover {
    position: absolute;
    right: -17px;
    top: -16px;
    background: var(--default-color);
    border: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    z-index: 99;
}

.btnwlist1 {
    background: inherit;
    float: left;
    border: 1px solid #111111;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 25px;
    width: 100%;
}

.TblFrame {
    border: 1px solid #e3e3e3;
}

.descheader {
    font-size: 20px;
    margin: 10px 0 0;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.drpdetails {
    background: transparent;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 40px;
    padding: 10px 20px 10px 18px;
}

.psku-1 {
    margin: 0 !important;
}

.prod-drops p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #3d4246;
}


.price__badge.price__badge--sold-out {
    color: #69727b;
    border-color: #69727b;
    text-align: center;
    font-size: .5em;
    line-height: 1em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #3d4246;
    border-top-color: rgb(61, 66, 70);
    border-right-color: rgb(61, 66, 70);
    border-bottom-color: rgb(61, 66, 70);
    border-left-color: rgb(61, 66, 70);
    border-radius: 2px;
    padding: 0.5rem .5rem;
    position: relative;
    top: -5px;
    margin-left: 0px;
}

.btncart1, .btncart1:hover {
    background: #111111;
    color: #fff;
    padding: 6px 15px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
    display: block;
    line-height: 1;
    text-align: center;
}


/*Products Main Div*/

.ribbon {
    background: #c71b1b;
    right: 10px;
    top: 10px;
    padding: 0px;
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
    font-size: 12px;
}

.action-btns {
    text-align: center;
    overflow: hidden;
}

    .action-btns:after {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: 50%;
        margin-right: -100%;
        margin-left: 10px;
        border-top: 1px solid #bbb;
        margin-bottom: 8px;
    }

    .action-btns:before {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: 50%;
        margin-left: -100%;
        margin-right: 10px;
        border-top: 1px solid #bbb;
        margin-bottom: 8px;
    }


.div-prodinfo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.div-left.width100 {
    width: 100%;
    min-height: 48px;
}

    .div-left.width100 .prodSku {
        font-size: 15px;
    }

.btncart, .btnwlist {
    background: #fff;
    border: none;
    line-height: 1;
    margin: 0px;
}

    .btncart img, .btnwlist img {
        width: 25px;
        height: 25px;
    }

.btninquire {
    background: #ede9e9;
    border: 0;
    padding: 2px;
    line-height: 1;
}

.noclass {
    border: none;
    background: #fff;
    padding: 0;
}

.productbox {
    padding: 10px 15px;
    margin-bottom: 5px;
    background: #fff;
}

.ProdTitle {
    text-align: center;
    margin: 7px 0px;
}

    .ProdTitle.minheight1 {
        min-height: 68px;
    }

.sprice {
    font-weight: 600;
}

.dprice {
    color: red;
    font-weight: 600;
}

.rprice, .oprice {
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 3px;
}

.productbox .pricemsg {
    text-align: center;
}
/*Filters*/
.clearrange {
    background-color: var(--default-color);
    color: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    width: 100%;
    border: 1px solid var(--default-color);
    font-weight: 500;
}


.pdlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

    .pdlist label, .form-check-input {
        cursor: pointer;
    }

        .form-check-input:checked {
            background-color: #000;
            border-color: #000;
            box-shadow: none;
        }

        .form-check-input:focus {
            border-color: #000;
            box-shadow: none;
        }

.prodPanel {
    border-right: 1px solid #ccc;
    padding-right: 12px;
}

    .prodPanel .panel {
        margin-bottom: 10px;
        cursor: pointer;
    }

    .prodPanel .panel-heading {
        border-color: #ccc;
        border-bottom: 1px solid #ccc;
        color: #111;
        padding: 5px 15px;
    }

    .prodPanel .panel-body {
        padding: 10px 5px 10px 5px;
    }

    .prodPanel .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        color: #111 !important;
    }

        .prodPanel .panel-title > .small, .prodPanel .panel-title > .small > a {
            color: #111 !important;
        }

.panel-title a, .panel-title a:hover, .panel-title a:focus {
    color: #111 !important;
}

.drpdwn {
    border: 1px solid #d9d9d9;
}

.pricemsg {
    color: red;
    margin-left: 0;
    display: block;
    width: 100%;
}

.prodSku {
    margin-bottom: 0;
}

.price-range {
    margin: 0;
    font-weight: 600;
}

/*Add to cart popup*/
.drpdetails.drpdetails1 {
    padding: 5px 20px;
    min-height: 30px !important;
}

.ringsizetxt {
    font-size: 14px;
    margin-bottom: 20px;
    color: red;
}

.rcart .modal-dialog {
    min-width: 80%;
    max-width: 1000px !important;
    margin-top: 5pc;
}

.rcart .modal-header {
    display: block !important;
}

.rcart .row.eq-row.clearfix {
    /* margin: 2pc 0pc; */
    margin: 0;
}

.rcart .modal-body {
    padding: 0;
    background: #fbfbfb;
}

.tgt-col {
    padding: 0;
}

.proddetails {
    padding: 20px 50px 20px 20px;
}

.ringsize {
    display: flex;
    font-size: 17px;
}

.prodt {
    font-size: 18px;
    margin-bottom: 30px;
}

.productsku {
    font-size: 17px;
    margin-bottom: 20px;
}

.careplan, .finalprice, .adddtocart {
    padding-bottom: 20px;
}

.cartbtn {
    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;
    animation-delay: 0.8s;
    border: 0;
    background: var(--default-color);
    width: 100%;
}

.msgcartsuccess {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    background: #fff;
    margin: 0;
}

.rcartModal .modal-dialog {
    min-width: 60%;
}

.rcartModal .modal-content {
    border-radius: 0 !important;
}

.rcartModal .msgsuccess {
    padding: 0 !important;
}

.BtnClose, .BtnClose.hover {
    background: #f2f2f2;
    padding: 6px 10px;
    border: 0;
    line-height: 1.5;
}

.btnviewcart, .btnviewcart:hover {
    background: var(--default-color);
    color: #fff;
    padding: 6px 10px;
    border: 0;
    line-height: 1.5;
}

@media(min-width: 1801px) {
    .ProdTitle, .price-range, .prodSku {
        font-size: 18px;
    }

        .ProdTitle.minheight1 {
            min-height: 54px;
        }

    .pricemsg {
        display: block;
        font-size: 22px;
    }

    ul, p, .Pgheader p {
        font-size: 18px;
    }

    .rcart .modal-dialog {
        margin-top: 8pc;
    }
}

.header-type {
    display: none;
}

/* Pagination Container */
#pagination {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    list-style: none;
    margin: 20px 0;
}

    /* Pagination Items */
    #pagination .page-item {
        margin: 0 6px;
    }

    /* Pagination Links */
    #pagination .page-link {
        display: block;
        padding: 8px 18px;
        font-size: 14px;
        color: #4bc1b9; /* theme color */
        background-color: #fff;
        border: 1px solid #4bc1b9;
        border-radius: 50px; /* pill shape */
        text-decoration: none;
        transition: all 0.25s ease-in-out;
        box-shadow: none;
    }

        /* Hover Effect */
        #pagination .page-link:hover {
            background-color: #4bc1b9;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: none;
        }

    /* Active Page */
    #pagination .page-item.active .page-link {
        background-color: #4bc1b9;
        color: #fff;
        font-weight: 600;
        cursor: default;
        box-shadow: none;
    }

    /* Disabled State */
    #pagination .page-item.disabled .page-link {
        color: #aaa;
        border-color: #ddd;
        background-color: #f5f5f5;
        pointer-events: none;
        box-shadow: none;
    }

.pipestyle {
    padding: 0 8px;
}

.lblform {
    padding-right: 5px;
}

.topfilter {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

.dfliter {
    display: flex;
    justify-content: end;
}

@media(max-width: 991px) {
    .dropdown-backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000017;
        z-index: 1040;
    }

    .prodPanel .panel-heading {
        padding: 2px 8px;
        font-weight: 400;
    }

    .prodPanel .panel-title {
        font-size: 14px;
        font-weight: 400;
        padding: 3px 0;
    }

        .prodPanel .panel-title .icon18 {
            max-width: 15px;
            margin-left: 5px;
        }

    .clearrange {
        margin-top: 1.5pc;
    }

    .drpdwn {
        padding: 2px 1px 2px 2px;
        width: 50px;
        min-width: 50px;
        margin: 0;
    }

    .sort.drpdwn {
        width: 120px;
    }

    .FilterSec {
        position: relative;
        background: #f8f8f8;
        padding: 10px 20px 15px;
        margin: 0 -20px 10px;
    }

        .FilterSec .show {
            position: fixed;
            left: 0;
            bottom: 0;
            background: #fff !important;
            z-index: 99999999;
            max-height: 100%;
            overflow-y: auto;
            box-shadow: 0 0 4px 3px #bdbdbd;
            width: 100%;
            margin-top: 0;
            padding-top: 0;
            border: 0;
            border-radius: 0;
        }

        .FilterSec .panel-body {
            border-top: 0 !important;
            min-height: 350px;
            max-height: 250px;
            background: #fff;
            overflow: scroll;
        }

        .FilterSec .panel-group .panel {
            margin-bottom: 0;
            border: 0;
            box-shadow: none;
            display: inline-block;
            padding: 5px 1px;
            border-radius: 0;
            cursor: pointer;
        }

    .tcnttxt {
        margin-bottom: 10px;
    }

    .header-type {
        display: block;
        position: relative;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .closepanel {
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
    }
}

@media(max-width: 1300px) and (min-width:992px) {
    .div-prodinfo {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .div-left {
        padding-right: 0;
    }
}

@media(max-width: 767px) {
    .TblFrame {
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .ProdTitle.minheight1 {
        min-height: auto;
    }

    .rcart .modal-dialog {
        min-width: 80%;
        max-width: 90% !important;
        margin: 5pc auto 0;
    }

    .closem, .closem:hover {
        right: -1px;
        top: -1px;
        border-radius: 0;
    }
}

@media(max-width: 610px) and (min-width:577px) {
    .div-prodinfo {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .div-left {
        padding-right: 0;
    }
}

@media(max-width: 500px) {
    .lblform, .drpdwn {
        font-size: 14px;
    }
}

@media(max-width: 395px) {
    .lblform, .drpdwn {
        font-size: 13px;
    }
}
