﻿.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;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.closem, .closem:hover {
    position: absolute;
    right: -17px;
    top: -16px;
    background: #237b80;
    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: 20px;
    top: 16px;
    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;
}

.stock-ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 10px;
}

    .stock-ribbon::before,
    .stock-ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 3px solid var(--accent-color);
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .stock-ribbon::after {
        bottom: 12px;
        left: 0;
    }

    .stock-ribbon::before {
        top: 0;
        right: 12px;
    }

    .stock-ribbon span {
        position: absolute;
        display: block;
        width: 189px;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        text-align: center;
        text-transform: capitalize;
        background-color: var(--accent-color);
        color: #fff;
        padding: 0 0 1px 28px;
        right: -22px;
        top: 30px;
        transform: rotate(-45deg);
    }

.out-stock-ribbon::before,
.out-stock-ribbon::after {
    border: 3px solid #000;
}

.out-stock-ribbon span {
    background-color: #f1f1f1;
    color: #000;
    font-size: 13px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px 0 3px 25px;
}

.stock-text {
    color: var(--accent-color);
    padding: 2px 10px;
    border: 1px solid var(--accent-color);
    border-radius: 25px;
    margin-left: 20px;
    font-size: 14px;
    text-align: center;
}

.out-stock-text {
    color: #686868;
    border: 1px solid #686868;
    font-size: 13px;
}

.pagenav {
    float: right;
}

    .pagenav.pagenavbottom {
        margin: 2pc 0 0;
    }

.active > .page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #237b80;
    border-color: #237b80;
}

.page-link {
    color: #237b80;
}

.div-prodinfo {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.div-left {
    padding-right: 20px;
}

    .div-left.width100 {
        width: 100%;
        min-height: 48px;
    }

        .div-left.width100 .prodSku {
            font-size: 15px;
        }

.btncart {
    background: #fff;
    border: 0;
    padding: 3px 6px;
    font-size: 24px;
    line-height: 1;
}

.btninquire {
    background: #ede9e9;
    border: 0;
    padding: 3px 6px;
    font-size: 24px;
    line-height: 1;
}

.btnwlist {
    background: #fff;
    border: 0;
    padding: 3.5px 6px 2px 4px;
    font-size: 21px;
    line-height: 1;
    position: relative;
    top: 0px;
}

.noclass {
    border: none;
    background: #fff;
    padding: 0;
}

.productbox {
    padding: 10px 15px;
    margin-bottom: 5px;
    position: relative;
}

    .productbox img {
        padding: 10px;
        max-height: 250px;
    }

    .productbox .action-btns img {
        box-shadow: none;
        padding: 0px;
    }

p.text-center.minheight1 {
    margin: 5px 0;
}

.ProdTitle {
    text-align: center;
    font-size: 15px;
}

    .ProdTitle.minheight1 {
        min-height: 68px;
    }

.productimgbox {
    position: relative;
    max-height: 250px;
    box-shadow: 0 0 7px #cfcfcf;
    text-align: center;
    min-height: 250px;
    align-content: center;
    margin-bottom: 5px;
}

.action-btns {
   
    text-align: center;
    width: 100%;
}

.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;
}
/*.loading {
    z-index: 99999;
    background: #f6f6f6;
    text-align: center;
    position: absolute;
    left: calc(50% - 34px);
    top: calc(50% - 34px);
}

.bgclr {
    height: 100%;
    width: 100%;
    background: rgb(255 255 255 / .7);
    opacity: 1.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    position: absolute;
}

.preloader-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

    .preloader-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #000;
        border-radius: 50%;
        animation: 1.2s cubic-bezier(.5,0,.5,1) infinite preloader-ring;
        border-color: #000 #fff0 #fff0
    }

        .preloader-ring div:first-child {
            animation-delay: -.45s
        }

        .preloader-ring div:nth-child(2) {
            animation-delay: -.3s
        }

        .preloader-ring div:nth-child(3) {
            animation-delay: -.15s
        }


@keyframes preloader-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}*/
/*Filters*/
.clearrange {
    background-color: #237b80;
    color: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    text-decoration: none;
    border: none;
    width: 100%;
    border: 1px solid #237b80;
    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 .panel {
    margin-bottom: 10px;
    cursor: pointer;
}

.prodPanel .panel-heading {
    border-color: #ccc;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    color: #111;
    padding: 5px 15px;
}

.prodPanel .panel-body {
    padding: 10px 5px;
    background-color: #f9f9f9;
}

.FilterSec ul.pdlist li span {
    font-size: 15px !important;
}

p.text-center.minheight1.minitxt {
    font-size: 14px;
    min-height: 50px;
    padding: 0 10px;
    color: #6c6c6c;
}

.prodPanel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

    .prodPanel .panel-title > .small, .prodPanel .panel-title > .small > a {
        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;
}

/*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: #237b80;
    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: #237b80;
    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;
}

@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;
    }

    .products .col-xxl-10.col-xl-9.col-lg-9.col-md-12.col-sm-12.col-xs-12.norpdg {
        order: 0 !important;
    }

    .products .col-xxl-2.col-xl-3.col-lg-3.col-md-12.col-sm-12.col-xs-12.nolpdg.prodPanel {
        order: 1 !important;
    }
}

p.price-range {
    color: var(--accent-color);
}

.loading {
    z-index: 99999;
    background: #f6f6f6;
    text-align: center;
    position: absolute;
    left: calc(50% - 34px);
    top: calc(50% - 34px);
}

.bgclr {
    height: 100%;
    width: 100%;
    background: rgb(255 255 255 / .7);
    opacity: 1.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    position: absolute;
}

.preloader-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

    .preloader-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 51px;
        height: 51px;
        margin: 6px;
        border: 6px solid #000;
        border-radius: 50%;
        animation: 1.2s cubic-bezier(.5,0,.5,1) infinite preloader-ring;
        border-color: #000 #fff0 #fff0
    }

        .preloader-ring div:first-child {
            animation-delay: -.45s
        }

        .preloader-ring div:nth-child(2) {
            animation-delay: -.3s
        }

        .preloader-ring div:nth-child(3) {
            animation-delay: -.15s
        }


@keyframes preloader-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@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;
    }
}
