﻿.minpght {
    min-height: 600px;
}

.pd0 {
    padding: 0;
}

.redclr {
    color: red;
}

.cslink, .cslink:hover {
    font-weight: 600;
    text-decoration: underline;
}

.hidden {
    display: none;
}

.norpdg {
    padding-right: 0;
}


/*---------------------------------------
    Breadcrumbs
---------------------------------------*/

.mainpgheader {
    margin-bottom: 40px;
    position: relative;
}

.mainpage {
    margin: 0pc 0 2pc;
    color: #161616;
}

.PgHead {
    background: #040349;
    padding: 2pc 30px;
    flex-direction: column;
    text-align: center;
}

    .PgHead.col-12 {
        padding: 1pc 30px;
    }

.Pgheader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .Pgheader h2 {
        font-size: 34px;
        font-weight: 600;
        color: #fff;
        font-family: "Playfair Display", sans-serif;
    }

    .Pgheader p {
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
    }

.PgheaderImg {
    position: relative;
}

.btnback {
    padding: 0px 0 20px;
    /* text-align: right; */
}

    .btnback a {
        text-decoration: underline;
    }

    .btnback i {
        padding-right: 5px;
        line-height: 0;
        font-size: 22px;
        position: relative;
        top: 7px;
        background-image: url(../img/Icons/back.svg);
        width: 25px;
        height: 25px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .btnback .bi-chevron-double-left::before {
        content: "";
        display: none;
    }

/*--------------------------------------------------------------
# Google Review
--------------------------------------------------------------*/

.gwidget {
    padding-top: 40px;
}

.greviewblock {
    margin-bottom: 20px;
    display: block;
}

.gwidget .btn-get-started {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    border: 0;
    background: #040349;
}

    .gwidget .btn-get-started:hover {
        background: #e6e6fa;
        color: #000;
    }


/*---------------------------------------
    About US Page
---------------------------------------*/

.aboutpage .Pgheader h2 {
    color: #fff;
}

.aboutpage .Pgheader {
    margin-bottom: 10px;
}

.aboutpage .PgheaderImg::after {
    content: "";
    background: #303030c2;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.aboutpage .PgHead {
    padding: 2pc 0;
}

.PgheaderText {
    position: absolute;
    top: -30px;
    z-index: 1;
    left: 18%;
    width: 65%;
    text-align: center;
    color: #e5e5e5;
    font-size: 18px;
}

.top-text {
    margin: 2pc 0 4pc;
}

.aimg {
    position: relative;
    top: -2pc;
    left: 2pc;
}

    .aimg img {
        border: 1px solid #e1e1e1;
    }

.aimg-right {
    position: relative;
    right: 0;
    border: 1px solid #e1e1e1;
}

.staff-details {
    background: #f8f8f8;
    padding: 3pc 0;
    margin: 2pc 0;
}

.staffheader {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    background: #040349
}

    .staffheader h2 {
        position: relative;
        font-weight: 700;
        color: #e6e6fa
    }

        .staffheader h2::before {
            content: "";
            background: #e6e6fa;
            width: 100%;
            height: 5px;
            position: absolute;
            left: -111%;
            top: 43%;
        }

.staff-list {
    margin: 2pc 0 2pc 2pc;
}

    .staff-list ul li {
        line-height: 2.5;
    }

        .staff-list ul li b {
            margin-right: 10px;
        }

/*---------------------------------------
    CTA
---------------------------------------*/

.about-cta {
    margin: 2pc 0;
    background-image: url(../img/About-Us/a-t-thomas-jewelers-store-at-lincoln-ne.webp);
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .about-cta::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #3e3e3ea1;
        z-index: -1;
    }

    .about-cta h4 {
        font-weight: 600;
        color: #fff;
    }

.cta-btn {
    text-align: center;
}

    .cta-btn a {
        font-weight: 500;
        font-size: 18px;
        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: #040349;
    }

        .cta-btn a:hover {
            background: #e6e6fa;
            color: #000;
        }


/*---------------------------------------
    product catgeory
---------------------------------------*/
.section-header {
    text-align: center;
    margin: 0 0 25px;
}

.itemcat {
    text-align: center;
    position: relative;
}

    .itemcat h4 {
        margin-top: 20px;
        position: absolute;
        bottom: 18px;
        background: #fff;
        padding: 10px 10px;
        margin: 0 auto;
        width: 90%;
        left: 5%;
        font-size: 17px;
    }

    .itemcat a, .itemcat a:hover {
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: 500;
    }

    .itemcat img {
        border: 1px solid #eee;
    }



/*---------------------------------------
    Login + Signup
---------------------------------------*/
.errormsg {
    text-align: center;
    color: #d30505;
}

.aloggedIn {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.loginform {
    background: url(../img/Register/registerbg-of-a-t-thomas-jewelers.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .loginform .form-group.fplink {
        margin: 20px 0 !important;
        font-size: 14px;
        text-align: right;
        font-weight: 300;
    }

    .loginform.pnlus {
        text-align: center;
        padding: 30px;
    }

.form-control {
    padding: 10px .75rem;
    border-radius: 0;
}

.leftpanel {
    padding: 2pc 10px 2pc 2pc;
}

.helpblock {
    padding-bottom: 40px;
    text-align: right;
}

.hr-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0 40px;
}

    .hr-with-text::before, .hr-with-text::after {
        content: '';
        flex: 1;
        border-bottom: 2px dashed #040349;
        margin: 0 10px;
    }

    .hr-with-text span {
        font-size: 16px; /* Adjust the font size */
        padding: 0 10px; /* Adjust the padding around the text */
    }

.bottompanel {
    margin-top: 2pc;
}

    .bottompanel h4 {
        font-size: 18px;
    }

.btn-get-started {
    background: #040349;
    color: #fff;
    border-color: #040349;
}

.lblfont {
    font-size: 14px;
}

.timg {
    margin-bottom: 20px;
}

.msgsuccess {
    text-align: center;
    padding: 20px 20px 40px;
    border-radius: 5px;
    background: url(../img/Register/registerbg-of-a-t-thomas-jewelers.webp);
}

    .msgsuccess h3 {
        margin-bottom: 20px;
    }


/*---------------------------------------
    service page
---------------------------------------*/

.services .content .service-item {
    background-color: #ffffff;
    padding: 20px 25px;
    border-top: 1px solid color-mix(in srgb, #040349, transparent 90%);
    border-left: 1px solid color-mix(in srgb, #040349, transparent 90%);
    position: relative;
    display: block;
}

    .services .content .service-item .number {
        position: absolute;
        right: 10px;
        top: 10px;
        font-weight: 400;
        color: color-mix(in srgb, #040349, transparent 80%);
        font-size: 15px;
    }

    .services .content .service-item .service-item-icon {
        position: relative;
        margin-bottom: 20px;
        color: var(--accent-color);
    }

        .services .content .service-item .service-item-icon img {
            width: 50px;
        }

        .services .content .service-item .service-item-icon:before {
            position: absolute;
            content: "";
            transform: rotate(45deg);
            z-index: -1;
            left: -20px;
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
            border-right: 40px solid var(--accent-color);
            display: none;
        }

        .services .content .service-item .service-item-icon > span {
            color: #040349;
            font-size: 4rem;
        }

    .services .content .service-item .service-item-content .service-heading {
        font-size: 20px;
        color: #040349;
        font-weight: 400;
        text-transform: uppercase;
        min-height: 48px;
    }

    .services .content .service-item .service-item-content p {
        font-size: 15px;
    }

.knowmore {
    text-decoration: underline;
    font-weight: 600;
}


@media (min-width: 769px) {
    .services .content [class^=col-]:nth-child(4n+4) .service-item {
        border-right: 1px solid color-mix(in srgb, #040349, transparent 90%);
    }

    .services .content [class^=col-]:nth-last-child(-n+4) .service-item {
        border-bottom: 1px solid color-mix(in srgb, #040349, transparent 90%);
    }
}

@media (max-width: 768px) {
    .services .content [class^=col-]:nth-child(2n+2) .service-item {
        border-right: 1px solid color-mix(in srgb, #040349, transparent 90%);
    }

    .services .content [class^=col-]:last-child .service-item,
    .services .content [class^=col-]:nth-last-child(2) .service-item {
        border-bottom: 1px solid color-mix(in srgb, #040349, transparent 90%);
    }
}

@media (max-width: 576px) {
    .services .content [class^=col-] .service-item {
        border: 1px solid color-mix(in srgb, #040349, transparent 90%);
        margin-bottom: 10px;
    }
}

.main-content {
    margin-bottom: 35px;
}

/*---------------------------------------
    Services Inner Pages
---------------------------------------*/
.pricing-content {
    background: #f8f8f8;
    margin: 1pc 15px;
}

    .pricing-content h4 {
        text-align: center;
        font-size: 40px;
        color: #040349;
    }

        .pricing-content h4 span {
            display: block;
            font-size: 15px;
            margin-bottom: 5px;
            color: #565656;
            FONT-WEIGHT: 300;
        }

.p-col-left {
    background: #eee;
    padding: 20px 15px;
}

.p-col-right {
    display: flex;
    align-items: center;
    padding: 0 35px;
}

.services-steps {
    list-style: none;
    margin-top: 20px;
}

    .services-steps li {
        padding-bottom: 10px;
    }

.content-block-inner ul li {
    padding-bottom: 10px;
}

.sblock .bgcolor {
    background: #f8f8f8;
    padding: 3pc 0 1pc;
    margin-bottom: 3rem !important;
}

.cta-2 {
    margin: 2pc 0;
    background: #040349;
    padding: 30px 15px;
    text-align: center;
    color: #fff;
    border: 5px double #fff;
}

    .cta-2 h4 {
        margin-bottom: 20px;
    }

.cta-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

    .cta-icon img {
        max-width: 80px;
    }

.ctalinks2 .btncta {
    display: block;
    margin-bottom: 12px;
    word-wrap: break-word;
}

    .ctalinks2 .btncta img {
        margin-right: 5px;
    }

.service-menu {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

    .service-menu h4 {
        font-size: 20px;
        font-weight: 700;
        border-bottom: 2px solid color-mix(in srgb, #040349, transparent 92%);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

.services-list {
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .services-list a {
        color: color-mix(in srgb, #212529, transparent 20%);
        background-color: color-mix(in srgb, #212529, transparent 96%);
        display: flex;
        align-items: center;
        padding: 12px 15px;
        margin-top: 15px !important;
        transition: 0.3s;
    }

        .services-list a.active {
            color: #fff;
            background-color: #040349;
        }

            .services-list a.active i {
                color: #fff;
            }

        .services-list a:first-child {
            margin-top: 0;
        }

        .services-list a i {
            font-size: 16px;
            margin-right: 8px;
            color: #040349;
        }

.services-process {
    margin: 10px 0px;
    padding: 20px;
    background: #f8f8f8;
    text-align: left;
}

    .services-process p {
        margin: 0;
    }

    .services-process.process-h2 {
        min-height: 152px;
    }

.number {
    color: #040349;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1;
}

/*---------------------------------------
    Others
---------------------------------------*/
.pglist {
    list-style-type: square;
}

    .pglist li {
        margin-bottom: 25px;
    }

        .pglist li h5 {
            color: #040349;
        }

        .pglist li::marker {
            font-size: 27px;
            color: #040349;
        }

.apptxt {
    padding: 30px;
    background: #f1f1f1;
}

.btnapp, .btnapp:hover, .btnapp:focus {
    background: #040349;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 15px;
}

.spacer5 {
    padding-top: 5px;
}

.spacer10 {
    padding-top: 10px;
}

.spacer20 {
    padding-top: 20px;
}

.spacer30 {
    padding-top: 30px;
}

.spacer40 {
    padding-top: 40px;
}

.jewel-box {
    padding: 80px 10px 0;
}

.jewel-box1 {
    padding: 0px 0px 20px;
}

.mn-txt {
    background: #040349;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 25px;
}

.jbox {
    padding: 10px 15px 10px;
}

.cta {
    margin: 2pc 0;
    background: #040349;
    padding: 30px;
    text-align: center;
    color: #fff;
    outline-offset: -5px;
    border: 5px double #fff;
}

    .cta h4 {
        color: #fff;
    }


.btncta {
    background: transparent;
    color: #fff;
    margin: 0px;
    padding: 0px 15px;
}

    .btncta span, .btncta:hover span, .btncta:focus span, .btncta:hover, .btncta:focus {
        text-decoration: underline;
        color: #fff;
    }



.note {
    border-top: 1px solid #c52c2c;
    border-bottom: 1px solid #c52c2c;
    padding: 10px;
    background: #fff;
    border-left: 0;
    border-right: 0;
    display: flex;
    color: #c52c2c;
}

.noteicon {
    width: 40px;
    height: 40px;
    margin: 0px 10px;
}

.note-icon {
    width: 60px;
    height: 60px;
    background: #ffeded;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.notetxt {
    margin-left: 15px;
}

.note ul {
    margin-bottom: 0.2rem;
}

.note a, .note a:focus, .note a:hover {
    font-weight: 600;
    color: #c52c2c;
    text-decoration: underline;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mjcp .mjcp-title {
    background: #cdcdcd4a;
    padding: 10px;
    border-bottom: 2px solid #d5d5d5;
    font-size: 18px;
}

.mjcp h5.redtext {
    font-size: 18px;
}

.ctalinks {
    display: flex;
    justify-content: center;
}

/*---------------------------------------
    Product Details - Inquiry & Email
---------------------------------------*/

.sprice {
    font-weight: 600;
}

.dprice {
    color: red;
    font-weight: 600;
}

.rprice, .oprice {
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 3px;
}

.form-block {
    background: #f8f8f8;
    padding: 20px;
}

.chksub {
    margin-right: 5px;
}

.product-details {
    padding-left: 10px;
}

.prodtitle {
    font-size: 30px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 600;
}

.width450 {
    max-width: 450px;
}

.imgborder {
    border: 1px solid #eee;
}

p.prodsdesc {
    margin: 20px 0;
}

/*she said Yes*/
.gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 3;
}

.gitem {
    position: relative;
    padding-bottom: 20px;
}

.cname {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #eee;
    padding: 2px 5px;
    font-size: 12px;
}

.PgHead.PgHeadGal {
    background: #cecde3;
    z-index: 1;
    position: relative;
    padding-bottom: 0;
}

    .PgHead.PgHeadGal::after {
        content: "";
        background: #fff;
        right: 0px;
        width: 25%;
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        z-index: -1;
    }

    .PgHead.PgHeadGal .Pgheader h2 {
        color: #040349;
    }

    .PgHead.PgHeadGal .Pgheader h3 {
        margin-top: 10px;
    }

.bgoverlay {
    background: #cecde3;
    width: 75%;
    height: 20%;
    position: absolute;
    top: -47px;
    z-index: -1;
    left: 0;
}

.enlarge {
    position: absolute;
    right: 10px;
    color: #fff;
    background: #ffffff52;
    padding: 3px 3px;
    top: 10px;
    line-height: 1;
}

/*Education*/

ul.nav-metals {
    padding: 0;
    list-style: none;
}

.metal-list {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    padding: 10px 20px;
    border: 1px solid #040349;
    color: #040349;
    align-items: center;
    background: transparent;
    border-radius: 0;
}

    .metal-list.active {
        background: #f1f1f1;
        color: #040349;
    }

.metalicon, .metalicon1 {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.nav-metals.nav-hardness {
    display: flex;
}

    .nav-metals.nav-hardness .metal-list {
        min-width: 200px;
    }

    .nav-metals.nav-hardness .nav-item {
        margin-right: 15px;
    }

.metal-details .TblBorder {
    width: 100%;
    border: 1px solid #eee;
}

    .metal-details .TblBorder th {
        background: #eee;
        text-align: left;
    }

    .metal-details .TblBorder td, .metal-details .TblBorder th {
        padding: 2px 5px;
        border: 1px solid #eee;
    }

    .metal-details .TblBorder h3 {
        font-size: 20px;
        text-align: left;
        margin: 5px 0;
    }

.FHead {
    display: none;
}

.birthstone-main {
    padding: 40px 0;
}

    .birthstone-main .birthstone-item {
        position: relative;
        padding: 5px 10px 5px 5px;
        background-color: #F1F1F1;
        height: 100%;
        border-radius: 15px;
    }

        .birthstone-main .birthstone-item.active, .birthstone-main .birthstone-item:hover {
            background-color: #040349;
            color: #fff;
        }

.birthstoneicon {
    width: 120px;
    height: 120px;
}

.birthstone-main .birthstone-item .birthstone-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: ease-in-out 0.3s;
    padding: 0 0 0 15px;
}


.birthstone-main .birthstone-item .gemdesc {
    font-weight: 500;
    margin-bottom: 0.5rem;
}


/*---------------------------------------
   finance
---------------------------------------*/

.bgsection {
    padding: 40px 10px 40px;
    border-top: 1px solid #f1f1f1;
}

.finimg {
    float: right;
    padding: 10px 0 10px 40px;
}

.finances .finance-item {
    padding: 30px;
    background: #fff;
    height: 93%;
    margin-bottom: 50px;
    border: 1px solid #f1f1f1;
}

    .finances .finance-item .icon {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
        border-radius: 50%;
        background: linear-gradient(180deg, #040349 0%, #040349 100%), linear-gradient(180deg, #fff 0%, #ccc 100%);
        background-blend-mode: multiply;
        text-align: center;
        padding-top: 10px;
    }

        .finances .finance-item .icon .finicon {
            width: 45px;
            height: 45px;
            transition: ease-in-out 0.3s;
            color: #fff;
        }


    .finances .finance-item h3 {
        margin: 0 0 10px 0;
        display: inline-block;
        font-size: 1.3rem;
    }

    .finances .finance-item p {
        line-height: 24px;
        margin-bottom: 18px;
    }

/*---------------------------------------
   Permenant Jewelry
---------------------------------------*/
.jewel-box {
    padding: 30px 0px 0;
}

.jewel-img {
    padding: 50px 0 60px;
}

.pglist1 {
    list-style-type: decimal;
}

    .pglist1 li h5 {
        color: #040349;
    }

.jimg1 {
    display: block;
}

.jimg2 {
    display: none;
}

.bgsection {
    padding: 30px 0px 20px;
    background: #f1f1f1;
}

.jewel-box2 {
    padding: 40px 0px 0px;
}

/**------------Education------------*/
.edu-main .card {
    background-color: var(--surface-color);
    color: var(--default-color);
    border: 1px solid #f1f1f1;
    position: relative;
    border-radius: 0;
    height: 100%;
}

    .edu-main .card .card-img {
        overflow: hidden;
        margin-bottom: 15px;
        border-radius: 0;
    }

        .edu-main .card .card-img img {
            transition: 0.3s ease-in-out;
        }

    .edu-main .card h3 {
        font-weight: 700;
        margin-bottom: 5px;
        padding: 10px 0px;
        text-transform: uppercase;
    }

    .edu-main .card .edu-info {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .edu-main .card:hover .card-img img {
        transform: scale(1.1);
    }

.def {
    background: #f1f1f1;
    padding: 10px;
    margin-bottom: 15px;
}

    .def p {
        margin-bottom: 0;
    }

.hr-edustyle {
    margin: 1rem 25% 2rem;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.educontent h4, .educontent h5 {
    color: #040349;
}

/*---------------------------------------
    Cart + Checkout
---------------------------------------*/

.qtyMaxWarn {
    text-align: center !important;
    display: block;
}

.gridordr {
    border: 0;
    width: 100%;
    background: #fff;
    border-collapse: separate !important;
    border-spacing: 0px 10px;
}

    .gridordr th {
        background: #eee;
        padding: 5px 15px !important;
        color: #000 !important;
        vertical-align: middle;
        border: 1px solid #eee;
        font-weight: 400;
    }

    .gridordr td {
        padding: 5px 15px !important;
        vertical-align: middle;
        border: 1px solid #fff;
        color: #000;
        background: #fff;
        border-bottom: 2px solid #eee;
        border-top: 1px solid #eee;
    }

.qty-group {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px
}

    .qty-group .qtycart {
        width: 50px;
        font-size: 16px;
        color: #040349;
        vertical-align: top
    }

    .qty-group .minus, .qty-group .plus, .qty-group .qtycart {
        display: inline-block;
        text-align: center;
        margin: 0 2px;
        border: 1px solid #eee;
        border-radius: 2px
    }

    .qty-group .minus, .qty-group .plus {
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        color: #040349;
        background-color: #fff;
        padding: 5px 10px
    }

.shop {
    border: 1px solid #ccc;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    color: #292929
}

.logintxt a, .note {
    color: red
}

.shop tr:after {
    content: '';
    border-bottom: 1px solid rgb(0 0 0 / .1)
}

.shop caption, .shop tbody, .shop td, .shop th, .shop tr {
    vertical-align: baseline;
    line-height: 1.5em;
    padding: 2px 5px
}

.dianame {
    text-align: center;
    font-size: 17px;
    margin: 0px 0;
    color: #000
}

.plansel {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .plansel img {
        border: 1px solid #eee;
    }

    .plansel p {
        margin: 5px 10px 0;
    }


/*---------------------------------------
    custom design
---------------------------------------*/

.customd-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-pre-title {
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    text-decoration: underline;
}

.custom-title {
    color: #040349;
    margin-bottom: 15px;
}

.customd .customd-item + .customd-item {
    margin-top: 50px;
}

.customd .customd-item p:last-child {
    margin-bottom: 0;
}

.gallery-bg {
    background: #f1f1f1;
    padding: 40px;
    border-top: 5px solid #040349;
    border-bottom: 5px solid #040349;
}

.gallery-item {
    margin-bottom: 25px;
}

.gslide-description {
    display: none;
}


/*---------------------------------------
    Terms + Policies
---------------------------------------*/

.terms-block .accordion {
    margin-top: 20px;
    border: 1px solid #f1f1f1;
}

    .terms-block .accordion h2 {
        color: #040349;
    }

    .terms-block .accordion .accordion-item {
        border: none;
    }

    .terms-block .accordion .accordion-header {
        border: 0;
        border-bottom: 2px solid #040349;
    }

    .terms-block .accordion h2 .accordion-button:not(.collapsed), .accordion h2 .accordion-button:not(.collapsed):hover, .terms-block .accordion h2 .accordion-button:not(.collapsed):focus {
        color: #fff;
        background-color: #040349;
        box-shadow: none;
    }

        .terms-block .accordion h2 .accordion-button:not(.collapsed) a {
            color: #fff;
        }

    .terms-block .accordion h2 .accordion-button, .accordion h2 .accordion-button:hover, .accordion h2 .accordion-button:focus, .terms-block .accordion h2 .accordion-button::after {
        box-shadow: none;
        color: #040349;
        font-weight: 500;
    }

        .terms-block .accordion h2 .accordion-button a {
            color: #040349;
        }

.policy-bg-grey {
    font-style: italic;
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .policy-bg-grey ul {
        list-style: none;
        padding-left: 10px;
        margin-bottom: 0;
    }

        .policy-bg-grey ul ul {
            padding-left: 15px;
        }

    .policy-bg-grey.no-caps {
        text-transform: none;
    }

    .no-list {
        list-style: none;
        padding-left: 10px;
    }

/*------------ My Account ------------*/
.completedorder {
    background-color: #00a65a;
    color: #fff;
    padding: .2em .6em .3em;
    border-radius: .25em;
    font-size: 14px;
}

.canceledorder {
    background-color: #dd4b39;
    color: #fff;
    padding: .2em .6em .3em;
    border-radius: .25em;
    font-size: 14px;
}

.otherorder {
    background-color: #f39c12;
    color: #fff;
    padding: .2em .6em .3em;
    border-radius: .25em;
    font-size: 14px;
}

.prodcheader {
    font-size: 20px;
    color: #040349;
    text-decoration: none;
    font-weight: 600
}

.giftdetails {
    padding-top: 15px;
}

.bckpnl1 {
    padding-right: 15px;
    text-align: right;
    padding-bottom: 15px;
}

    .bckpnl1 a img {
        position: relative;
        top: -2px;
        padding-right: 4px;
    }

.BtnGeneral, .BtnGeneral:hover {
    background-color: #040349;
    font-size: 15px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 0;
    border: none;
}

.accounttab {
    border-bottom: 0;
}

    .accounttab > .active {
        background-color: #efefef;
        color: #000;
    }

    .accounttab > li.active > a, .accounttab > li.active > a:focus, .accounttab > li.active > a:hover {
        border: 0;
    }

.myaccountdb {
    border-right: 2px solid #ddd;
}

    .myaccountdb .nav > li > a {
        padding: 0;
        background-color: #040349;
        color: #fff;
        border: 0;
    }

        .myaccountdb .nav > li > a:focus, .myaccountdb .nav > li > a:hover {
            background-color: transparent;
            border: 0;
            color: #e1e1e1;
        }

    .myaccountdb ul li {
        padding: 5px 10px;
        background-color: #040349;
        color: #fff;
        margin-bottom: 2px;
        cursor: pointer;
        width: 100%;
    }

    .myaccountdb > ul > li.active > a {
        color: #040349;
        cursor: pointer;
        background-color: #efefef;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

        .myaccountdb > ul > li.active > a:hover {
            background: #efefef;
            color: #040349;
        }

.accounttab {
    width: 97%;
}


.logintxt a {
    color: red;
}

.pico {
    width: 20px;
}

.imgprod {
    background: #fff;
}

.brline {
    border-top: 1px solid #ddd;
    margin: 5px 0;
}

.content-page .shop {
    font-size: 16px;
}

.shop .row {
    margin: 0;
}

.fontw {
    font-weight: 600;
}

.brands-block {
    margin: 0 0 2pc;
}

.brands-header h3 {
    text-align: center;
    margin-bottom: 30px;
}

.brand-logos {
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 10px;
}

/*---------------------------------------
    Responsive
---------------------------------------*/
@media(min-width: 1801px) {
    .leftpanel {
        padding: 2pc;
    }

    .rightpanel {
        padding-left: 2pc;
    }

    ul, p, .Pgheader p {
        font-size: 15px;
    }

    .bottompanel p {
        font-size: 15px !important;
    }

    .PgHead {
        padding: 2pc 0px;
    }

    .products-header .PgHead {
        padding: 0pc 30px;
    }

    .aboutpage .PgHead {
        padding: 3pc 0;
    }

    .Pgheader h2 {
        font-size: 45px;
    }

    .aboutpage .PgheaderText {
        top: -52px;
        left: 15%;
        width: 70%;
        font-size: 22px;
    }

    .staffheader h2 {
        font-size: 44px;
    }

        .staffheader h2::before {
            height: 8px;
        }

    .services-block.sdetails-block {
        padding-top: 2pc;
    }

        .services-block.sdetails-block::before {
            height: 40% !important
        }

    .gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media(min-width:1500px) {
    .services-block.sdetails-block .content-block-inner {
        padding-top: 2pc;
    }

    .services-block.sdetails-block::before {
        height: 30%;
    }
}


@media(max-width: 1199px) {
    .products-header .PgHead {
        padding: 0px 30px;
        position: absolute;
        z-index: 11;
        background-color: #04034987;
        height: 100%;
    }

    .finimg {
        max-width: 50%;
    }

    .jimg1 {
        display: none;
    }

    .jimg2 {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .services-block.sdetails-block::before {
        height: 69%;
    }

    .colorb {
        color: #000;
    }

    .service-menu {
        padding: 15px;
    }

        .service-menu h4 {
            font-size: 17px;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    .services-list a {
        padding: 5px 10px;
        font-size: 14px;
    }
}

@media(max-width: 991px) {
    .PgHead {
        padding: 15px 30px;
    }

    .Pgheader h2 {
        font-size: 25px;
    }

    .seotxt {
        font-size: 8px
    }

    .ctalinks {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .finimg {
        padding: 0;
        margin: 20px auto;
        display: flex;
        float: none;
        max-width: 100%;
    }

    .jewel-box {
        padding: 30px 5px 0;
    }

    .mn-txt {
        font-size: 18px;
    }


    .services-block-1::before {
        height: 95%;
    }

    .service-menu {
        display: none;
    }

    .cta-2 {
        margin: 0;
    }

    .repairblock .cta-2 {
        margin: 30px 0;
    }

    .services-steps {
        padding-left: 0;
    }

    .p-col-left {
        padding: 10px;
    }

    .pricing-content h4 {
        margin-bottom: 0;
    }

    .p-col-right {
        padding: 20px 30px;
    }

    .sblock .bgcolor {
        margin: 3rem 0 !important;
        padding: 2pc 0;
    }

    .customd-info1, .customd-info2 {
        padding-bottom: 30px
    }

    .customd-item {
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f1f1;
    }
}

@media(max-width: 767px) {

    .desctable table tr {
        grid-template-rows: repeat(2, 1fr);
        display: grid;
    }

    .hidden-xs{
        display: none;
    }

    .grid-block {
        overflow-x: scroll
    }

    .gridordr tr {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        gap: 0px;
        border: 1px solid #eee;
        margin-bottom: 25px;
    }

    .gridordr td, .gridordr th {
        font-size: 13px;
        padding: 5px 5px !important;
        text-align: center !important;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    .norpdg.cart-total {
        padding-right: 15px !important;
    }

    .aimg {
        top: 0;
        left: 0;
        padding-bottom: 20px;
    }

    .top-text {
        margin: 2pc 0 0pc;
    }

    .text-justify.mt-5 {
        margin-top: 0 !important;
        margin-bottom: 3rem !important;
    }

    .staff-details {
        padding: 0pc 0;
    }

    .staffheader h2 {
        margin: 3pc 0pc;
    }

    .staff-list {
        margin: 2pc 0 2pc 0pc;
    }

    .aimg-section-1 .pd0 {
        padding: 0 15px;
    }

    .width450 {
        max-width: 100%;
    }

    .services .content .service-item .service-item-content .service-heading {
        min-height: auto;
    }

    .leftpanel {
        padding: 20px;
    }

    .mainpgheader {
        margin-bottom: 20px;
        position: relative;
    }

    .btnback {
        padding: 0px 0 20px;
    }

    .PgHead.PgHead-mobile {
        background-color: transparent !important;
        /* background-attachment: fixed;*/
        background-position: center bottom;
        background-size: auto;
    }

        .PgHead.PgHead-mobile::before {
            background-color: #00000075 !important;
            content: "";
            display: block;
            width: 100%;
            position: absolute;
            height: 100%;
            z-index: -1;
            top: 0;
        }

    .seotxt {
        font-size: 5px;
    }

    .products-header .PgHead {
        padding: 30px 30px 20px;
        position: relative;
        background-color: #040349;
        background-position: center;
    }

    .PgHead {
        padding: 30px 30px 20px;
    }

    .Pgheader h2 {
        font-size: 25px
    }

        .Pgheader h2::before, .Pgheader h2::after {
            width: 40px;
        }

    .aboutpage .Pgheader {
        margin-bottom: 0;
    }

    .aboutpage .PgheaderImg::after {
        display: none;
    }

    .aboutpage .PgheaderText {
        position: relative;
        color: #000;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 15px;
    }

    .metal-details .TblBorder h3 {
        font-size: 18px;
    }
}

@media(max-width:767px) and (min-width:601px) {
    .jewel-boxpj {
        padding: 30px 57px 0;
    }
}

@media (max-width: 640px) {
    .customd .customd-item + .customd-item {
        margin-top: 30px;
    }
}

@media(max-width: 600px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media(max-width:576px) {
    .nav-metals.nav-hardness .nav-item {
        flex: 0 0 auto;
        width: Calc(50% - 8px);
    }

    .nav-metals.nav-hardness .metal-list {
        min-width: 100%;
    }
    .gallery-bg {
        padding: 15px 10px 15px;
    }
}

@media(max-width:400px) {
    .birthstone-main .birthstone-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .birthstone-main .birthstone-item .birthstone-info {
            align-items: center;
            text-align: center;
            padding: 0;
        }

    .nav-metals.nav-hardness .metal-list {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .metalicon1 {
        margin-right: auto;
        margin-left: auto;
    }
}
