.all-watches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5px;
}
.all-watches .watch-card {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    max-height: 332px;
}
.all-watches .watch-card .watch-bg {
    transition: 0.6s ease-in-out;
}
.all-watches .watch-card:hover .watch-bg {
    transform: scale(1.05);
}
.all-watches .watch-card::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.2);
    z-index: 1;
}
.all-watches .watch-card .product-name {
    font-size: 36px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 90%;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
}
.all-watches .watch-card .view-product {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
    z-index: 1;
}
.all-watch-page .sec-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin-bottom: 5px;
    color: #000;
}
.all-watch-page .all-watches-word .sec-title {
    margin-bottom: 15px;
}
.all-watch-page .page-heading p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #000;
}
.all-watch-page .page-heading .search-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
}
.all-watches-word .page-heading {
    margin-bottom: 33px;
}
.all-watches-word {
    padding: 64px 0 95px;
}
.character-mdiv {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}
.character-mdiv .char-col,
.character-mdiv .char-col .single-char {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.character-mdiv .char-col .char {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    height: 35px;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
}
.character-mdiv .char-col .char-text,
.new-watches .price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}
.character-mdiv .char-col .char-text {
    text-align: left;
    margin-bottom: 0;
    word-wrap: break-word;
    word-break: break-word;
    text-decoration: none;
    padding: 6px 17px 9px 20px;
}
.character-mdiv .char-col:nth-child(2n) .char-text:nth-child(2n),
.character-mdiv .char-col:nth-child(odd) .char-text:nth-child(odd),
.howit-work-section .step-card:nth-child(odd),
.repairs-section .booked-info-div .info-message-card:nth-child(2n) {
    background: #f8f8f8;
}
.new-watches {
    margin-bottom: 100px;
}
.new-watches .page-heading {
    margin-bottom: 50px;
}
.new-watches .img-wrap {
    min-height: 261px;
    max-height: 261px;
    justify-content: center;
    background: #fff;
}
.new-watches .card-text {
    max-height: 52px;
    min-height: 52px;
    color: #000;
    margin-bottom: 10px;
}
.new-watches .price {
    margin-bottom: 5px;
}
.go-product,
.go-product .card-text,
.go-product .price,
.go-product img {
    transition: 0.3s ease-in-out;
}
.go-product {
    color: #000;              /* default link color */
    text-decoration: none;    /* remove underline */
}

.go-product:hover {
    color: #000;              /* keep same on hover */
    text-decoration: none;    /* no underline on hover */
}

/* also force inner text */
.go-product .card-text,
.go-product .price {
    color: inherit;           /* inherit from parent */
}

.go-product:hover img {
    transform: scale(1.02);
}
.featured-slider .featured-slider {
    min-height: 84px;
    max-height: 84px;
}
.featured-slider .owl-carousel .owl-item img {
    min-height: 84px;
    max-height: 84px;
    object-fit: contain;
}
.free-jewellery-sec {
    padding: 45px 0;
}
.free-jewellery-sec .inner-card {
    display: flex;
    align-items: center;
    gap: 0 16px;
    max-width: 480px;
    margin: auto;
}
.free-jewellery-sec .inner-card .left-img {
    height: 328px;
}
.free-jewellery-sec .inner-card .text-content,
.howit-work-section .more-questions-div .text-content,
.repairs-section .custoer-details-card,
.repairs-section .info-box,
.repairs-section .watch-info .info {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.free-jewellery-sec .inner-card .text-content .heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
}
.free-jewellery-sec .inner-card .text-content .p-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
}
.free-jewellery-sec .inner-card .visit-div {
    display: flex;
    gap: 0 10px;
    align-items: center;
}
.free-jewellery-sec .inner-card .visit-div .visit-us-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    color: #699bd7;
    display: flex;
    gap: 0 5px;
    align-items: center;
}
.howit-work-section,
.schedule-call-sec {
    padding: 50px 0;
}
.schedule-call-sec .inner-card {
    display: flex;
    align-items: flex-start;
    gap: 0 25px;
    max-width: 536px;
    margin: auto;
}
.schedule-call-sec .inner-card .left-img {
    height: 387px;
}
.schedule-call-sec .inner-card .text-content {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    padding-top: 83px;
    position: relative;
}
.schedule-call-sec .inner-card .text-content .subheading {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #699bd7;
    margin-bottom: 0;
}
.schedule-call-sec .inner-card .text-content .heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.schedule-call-sec .inner-card .text-content .p-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.schedule-call-sec .videocall-div {
    box-shadow: 0 4px 63.900001525878906px 0 #00000021;
    border-radius: 4px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    gap: 0 17px;
    width: fit-content;
    padding: 16px 23px;
    position: absolute;
    bottom: -75px;
    left: -100px;
}
.schedule-call-sec .videocall-div .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: justified;
    color: #000;
}
.award-sec {
    padding: 45px 0 70px;
}
.award-sec .awards-img-div {
    position: relative;
    width: 212px;
    height: 153px;
    min-width: 212px;
}
.award-sec .award2 {
    right: 70px;
    z-index: -1;
    top: -15px;
}
.award-sec .award1 {
    right: 0;
}
.award-sec .awards-img-div .award-img {
    width: 141px;
    height: 141px;
    position: absolute;
    object-fit: contain;
}
.award-sec .innner-content {
    display: flex;
    align-items: center;
    gap: 0 26px;
}
.award-sec .innner-content .text-content {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.award-sec .innner-content .text-content .heading {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    margin-bottom: 0;
}
.award-sec .innner-content .text-content .text {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    margin-bottom: 0;
}
.active-filter-div .filer-box::before,
.more-text,
.price-filter-box.filer-box::before {
    display: none;
}

.filer-box {
    background: 0 0;
    width: 100%;
    text-align: left;
    position: relative;
}
.filer-box:focus {
    border: 0.7px solid #bcbcbc;
}
.filer-box::before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    color: #000;
    font-size: 22px;
    line-height: normal;
}
.filer-box[aria-expanded="true"]::before {
    content: "-";
}
.collapse-paarent .show-more {
    padding: 0 0 12px;
    background: #fff;
    border: 0;
    font-size: 12px;
    text-transform: capitalize;
    line-height: normal;
    color: #000;
}
.collapse-paarent.collapse {
    overflow-y: auto;
    max-height: 270px;
}
.active-filter-div .filer-box {
    background: #393939;
    color: #fff;
    border: 0;
    cursor: default;
}
.active-filter-div .clear-filter {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end;
}
.active-filter-div .clear-filter .clear-btn {
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    border-bottom: 1px solid #000;
    background: 0 0;
    padding: 0;
}
.active-filter-div .active-option,
.repairs-section .booked-info-div .info-message-card .message .msg-bold,
.repairs-section .fs-18 .text-bold,
.repairs-section .label .font-bold,
.repairs-section .watch-info .info .info-text .pro-name {
    font-weight: 700;
}
.new-items-home .container {
    max-width: 1440px;
}
.new-items-home.latest-stock .row > * {
    padding-left: 7px;
    padding-right: 7px;
}
.section-title-div {
    padding: 55px 0;
}
.section-title-div .page-heading .sec-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 35.28px;
    text-align: center;
    margin-bottom: 5px;
    color: #5a3e67;
}
.section-title-div .page-heading p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: center;
    color: #000;
}
.img-div .watch-repair-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: 0 -370px;
}
.faq-section .find-us-seq .head,
.howit-work-section .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.47px;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}
.faq-section .grids-container,
.howit-work-section .grids-container,
.repairs-section .grids-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 139px;
    position: relative;
}
.faq-section .grids-container::before,
.howit-work-section .grids-container::before {
    content: "";
    height: 455px;
    width: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.faq-section .grids-container::before {
    height: 772px;
}
.howit-work-section .how-it-work .steps-card-row,
.my-bag-modal .modal-body .repairs-section .price-div,
.repairs-section .watch-info .info .price-div {
    display: flex;
    flex-direction: column;
}
.howit-work-section .step-card {
    padding: 20px;
    display: flex;
    gap: 0 20px;
}
.howit-work-section .step-card:first-child {
    border-radius: 13px 13px 0 0;
}
.howit-work-section .step-card .number {
    width: 20px;
    height: 20px;
    border-radius: 16px;
    border: 0.6px solid #b9b9b9;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #b9b9b9;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
}
.howit-work-section .step-card .p-text-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.howit-work-section .more-questions-div .text-content .p-text,
.howit-work-section .step-card .p-text-div .p-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.howit-work-section .step-card .p-text-div .p-text.head {
    font-size: 16px;
    line-height: 20px;
}
.howit-work-section .more-questions-div {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
}
.howit-work-section .more-questions-div .book-a-repair-btn {
    width: 100%;
    padding: 20px 22px;
    background: #5a3e67;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
}
.howit-work-section .title-content .headning {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.47px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
}
.howit-work-section .title-content p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
}
.howit-work-section .more-questions-div .info-content {
    display: flex;
    align-items: center;
    gap: 0 23px;
}
.howit-work-section .more-questions-div .info-content .jewellery-img {
    height: 268px;
}
.howit-work-section .more-questions-div .text-content .head {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.47px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.howit-work-section .more-questions-div .text-content .link-div,
.repairs-section .watch-info {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.howit-work-section .more-questions-div .text-content .link-div .visit-us-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 15.12px;
    text-align: left;
    color: #699bd7;
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.grids-container-sticky {
    display: block !important;
}
.repairs-section .grids-container.bordered.grids-container-sticky::before {
    left: 45%;
}
.grids-container-sticky .left-card {
    display: inline-flex !important;
    width: 50%;
    padding-right: 140px;
    position: sticky;
    top: 90px;
    flex-direction: column;
}
.grids-container-sticky .right-card {
    display: inline-block;
    width: 49%;
}
.line-title {
    margin-bottom: 60px;
}
.line-title .f12::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #405282;
}
.line-title .f12::after {
    width: 101px;
    height: 1px;
    background-color: #405282;
    top: 19px;
    margin: auto;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
}
.faq-section {
    padding-bottom: 75px;
}
.faq-accordian-sec .accordion .card {
    border: 0;
    border-radius: 0;
}
.faq-accordian-sec .accordion .card .card-header:focus-visible,
.faq-accordian-sec .accordion .card:focus-visible {
    outline: 0 !important;
}
.faq-accordian-sec .accordion .card .card-header {
    border-bottom: 0;
    padding: 0;
    background: #fff;
}
.faq-accordian-sec .accordion .card .card-header .accordian-btn {
    padding: 19px 33px 19px 22px;
    background: #fff;
    font-size: 14px;
    line-height: 17.64px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    width: 100%;
    text-align: left;
    font-weight: 700;
}
.faq-accordian-sec .accordion .card:nth-child(odd) .card-header .accordian-btn {
    background: #fafafa;
}
.faq-accordian-sec .accordion .card .card-header .accordian-btn.collapsed,
.service-form-section .not-serial-number {
    font-weight: 400;
}
.faq-accordian-sec .accordion .card .card-header .accordian-btn:focus {
    box-shadow: none;
}
.faq-accordian-sec
    .accordion
    .card
    .card-header
    .accordian-btn
    .accordion-arrow {
    transition: 0.2s ease-in-out;
    height: 13px;
    display: block;
    min-height: 13px;
    max-height: 13px;
    width: 9px;
    max-width: 9px;
    min-width: 9px;
    transform: rotate(90deg);
}
.faq-accordian-sec
    .accordion
    .card
    .card-header
    .accordian-btn.collapsed
    .accordion-arrow {
    transform: rotate(-90deg);
}
.faq-accordian-sec .accordion .card .card-body {
    padding: 10px 33px 10px 22px;
}
.faq-accordian-sec .accordion .card .card-body .p-text-div,
.find-us-seq .timing-div .timing,
.my-bag-modal .modal-body .product-list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
.faq-accordian-sec .accordion .card .card-body .p-text-div .p-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 18.64px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.faq-accordian-sec .accordion .card .card-body .acc-inner-link {
    border-bottom: 1px solid #000;
}
.faq-section .grids-container {
    align-items: center;
}
.find-us-seq .timing-div {
    display: flex;
    flex-direction: column;
    gap: 7px 0;
    margin-top: 17px;
}
.find-us-seq .timing-div .current-status {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    margin-bottom: 0;
}
.find-us-seq .timing-div .current-status.open {
    color: #46ae35;
}
.find-us-seq .timing-div .current-status.closed {
    color: red;
}
.find-us-seq .timing-div .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 15px;
}
.find-us-seq .timing-div .info .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    color: #000;
    margin-bottom: 0;
}
.faq-section .btn-div {
    margin-top: 50px;
    text-align: center;
}
.faq-section .btn-div .book-repair-btn {
    padding: 20px 22px;
    background: #5a3e67;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    min-width: 222px;
}
.radio-boxes {
    gap: 8px 0;
}
.radio-boxes .radio-box {
    position: relative;
}
.radio-boxes .radio-box input[type="checkbox"],
.radio-boxes .radio-box input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.radio-boxes .radio-box .form-check {
    padding-left: 0;
}
.radio-boxes .radio-box .form-check-label:hover,
.radio-boxes .radio-box input[type="checkbox"]:focus ~ .form-check-label,
.radio-boxes .radio-box input[type="radio"]:focus ~ .form-check-label {
    border-color: #f3f3f3;
    color: #000;
}
.stock-btn {
    width: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    padding: 24px 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: center;
}
.radio-boxes .radio-box input[type="checkbox"]:checked ~ .form-check-label,
.radio-boxes .radio-box input[type="radio"]:checked ~ .form-check-label {
    border-color: #fff;
    box-shadow: 0 0 15px 0 #00000014;
    font-weight: 600;
}
.repairs-section,
.service-form-section {
    padding-bottom: 100px;
}
.service-form-section .grids-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 58px 139px;
    position: relative;
}
.service-form-section .grids-container::before {
    content: "";
    height: 228px;
    width: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.repairs-section .label,
.service-form-section .form-group-div .label {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: left;
    color: #000;
    margin-bottom: 8px;
}
.service-form-section .form-group-div .label.sub-label {
    color: #00000099;
}
.service-form-section .btn-div {
    margin-top: 75px;
    text-align: center;
}
.service-form-section .next-btn {
    padding: 20px 22px;
    border-radius: 4px;
    background: #5a3e67;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
    min-width: 366px;
}
.repairs-section .full-width-btn.disabled,
.service-form-section .next-btn.disabled {
    pointer-events: none;
    cursor: default;
    background: #e6e6e6;
}
.service-form-section .disabled.not-serial-number {
    background: #c4c4c4;
}
.service-form-section .form-group-div .form-control {
    border: 1px solid #f3f3f3;
}
.service-form-section .serial-no-div {
    padding-top: 58px;
}
.repairs-section .form-group-div textarea::placeholder {
    color: #dbdbdb;
}
.repairs-section .grids-container.bordered::before {
    content: "";
    height: 228px;
    width: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.bordered-title::before,
.section-title-div .page-heading .pro-number::before {
    content: "";
    bottom: -10px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
}
.repairs-section .sec-title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    margin-bottom: 10px;
}
.repairs-section .sec-title.mb-30,
.repairs-section.book-repair-section .watch-info {
    margin-bottom: 30px;
}
.repairs-section .watch-info .watch-img {
    height: 120px;
    object-fit: contain;
    width: 140px;
    gap: 0 10px;
}
.repairs-section .info-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.98px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
}
.repairs-section .watch-info .info .price-div .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.47px;
    color: #000;
    margin-bottom: 0;
}
.repairs-section .your-problem {
    margin-top: 60px;
}
.repairs-section .your-problem .list-div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.repairs-section .your-problem .list-div .shadow-div {
    box-shadow: 0 0 15px 0 #00000014;
    border: 1px solid #f3f3f3;
    padding: 14px 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    text-align: center;
    color: #000;
}
.repairs-section .custoer-details-card .customer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.81px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.repairs-section .custoer-details-card .customer-text.cus-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.47px;
}
.repairs-section .custoer-details-card.pb-border {
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
.repairs-section .payment-sec {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.quote-section .quote-info .pro-info,
.repairs-section .payment-sec .payment-list {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}
.repairs-section .payment-sec .payment-list .payment-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 20px;
    align-items: center;
}
.repairs-section .payment-sec .payment-list .payment-div .payment-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.repairs-section .payment-sec .payment-list .payment-div .payment-price {
    color: #564065;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.47px;
    text-align: right;
    margin-bottom: 0;
}
.repairs-section .full-width-btn {
    padding: 13px 37px;
    background: #564065;
    border-radius: 3px;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: center;
    color: #fff;
}
.section-title-div .page-heading .pro-number {
    font-size: 12px;
    font-weight: 700;
    line-height: 15.12px;
    text-align: center;
    color: #000;
    position: relative;
    width: fit-content;
    margin: auto;
}
.section-title-div .page-heading .pro-number::before {
    width: 130%;
    background: #000;
}
.repairs-section .booked-info-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
}
.repairs-section .booked-info-div .info-message-card {
    display: flex;
    align-items: center;
    gap: 0 33px;
    padding: 20px 34px;
}
.repairs-section .booked-info-div .info-message-card .message {
    font-size: 12px;
    font-weight: 300;
    line-height: 16.98px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
}
.repairs-section .btn-grps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 7px;
    margin-top: 60px;
}
.repairs-section .btn-grps .btn-gray-clr {
    padding: 13px 35px;
    background: #f1ece2;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.12px;
    text-align: center;
    color: #000;
}
.repairs-section .btn-grps .btn-dark-outline {
    padding: 12px 35px;
    border-radius: 3px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.12px;
    text-align: center;
    color: #000;
}
.repairs-section .main-y-row {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
}
.quote-section .img-div .quote-watch {
    height: 264px;
    object-fit: contain;
}
.repairs-section.quote-section .grids-container.bordered::before {
    top: 50%;
    transform: translate(-50%, -50%);
    height: 85%;
}
.quote-section .quote-info {
    display: flex;
    flex-direction: column;
    gap: 45px 0;
}
.quote-section .quote-info .pro-info .watch-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.68px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.repairs-section .quote-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.81px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.repairs-section .info-box .bold-heading {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: left;
    color: #000;
}
.repairs-section .info-box-gray {
    padding: 30px 32px;
    background: #f8f8f8;
}
.repairs-section .fs-18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.quote-section .pay-today {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.47px;
    color: #564065;
    margin-bottom: 0;
}
.quote-section .btn-grp-info {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    align-items: center;
    justify-content: center;
}
.quote-section .btn-grp-info .btn-grp {
    display: flex;
    align-items: center;
    gap: 0 11px;
}
.quote-section .btn-grp-info .btn-gray-primary {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 20px 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: center;
    color: #5a3e67;
}
.quote-section .btn-grp-info .approve-btn {
    background: #5a3e67;
    border-radius: 4px;
    padding: 20px 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.68px;
    text-align: center;
    color: #fff;
}
.quote-section .btn-grp-info .quote-text {
    max-width: 362px;
}
.bordered-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    text-align: center;
    color: #000;
    position: relative;
    width: fit-content;
    margin: auto auto 60px;
}
.bordered-title::before {
    width: 70%;
    background: #000;
}
.repairs-section .sell-watch-offer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 0 30px;
}
.repairs-section .sell-watch-offer .sell-watch-img {
    height: 224px;
    object-fit: contain;
}
.repairs-section .sell-watch-offer .img-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.repairs-section .sell-watch-offer .text {
    font-size: 12px;
    font-weight: 300;
    line-height: 16.98px;
    text-align: left;
    margin-bottom: 20px;
    color: #000;
}
.repairs-section .sell-watch-offer .text .text-bold {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}
.repairs-section .your-piece-card {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 45px;
    padding-bottom: 15px;
}
.repairs-section .form-group-div {
    margin-bottom: 26px;
    width: 100%;
}
.repairs-section .form-group-div:last-child {
    margin-bottom: 0;
}
.repairs-section .form-group-div .radio-group {
    display: flex;
    align-items: center;
    gap: 0 75px;
    flex-wrap: wrap;
}
.repairs-section .form-group-div.form-gap {
    display: flex;
    flex-direction: column;
    gap: 34px 0;
}
.repairs-section .label.label-red {
    color: #c04249;
}
.repairs-section .label .border-bottom-red {
    border-bottom: 1px solid #c04249;
}
.repairs-section .details-form .form-group-div {
    margin-bottom: 8px;
}
.what-happens-next {
    padding: 10px 0;
}
.repairs-section.what-happens-next .info-box {
    gap: 15px 0;
}
.what-happens-next .info-box .info-text {
    font-size: 14px;
    line-height: 19px;
    color: #000;
}
.my-bag-modal-backdrop {
    opacity: 0 !important;
}
.modal-open .my-bag-modal.modal {
    overflow-x: auto !important;
    overflow-y: hidden;
}
.my-bag-modal-open {
    overflow: auto !important;
    padding: 0 !important;
}
.my-bag-modal {
    z-index: 99999999;
}
.my-bag-modal .modal-dialog {
    right: 35px;
    bottom: 0;
    position: absolute;
    box-shadow: none;
    width: 100%;
    margin: 0;
    height: auto;
    transform: translate3d(0, 100%, 0) !important;
    transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1) !important;
    max-width: 427px;
}
.my-bag-modal.show .modal-dialog {
    transform: translate3d(0, 0, 0) !important;
}
.my-bag-modal .modal-content {
    border: 1px solid #e4e4e4 !important;
    box-shadow: none;
}
.my-bag-modal .modal-content .modal-header {
    padding: 30px 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.my-bag-modal .modal-content .modal-header .modal-title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.47px;
    color: #000;
    margin-bottom: 0;
}
.my-bag-modal .modal-content .modal-header .btn-close {
    background: 0 0;
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.my-bag-modal .modal-content .modal-body {
    background: #f5f5f5;
    padding: 21px 24px;
    max-height: calc(100vh - 450px);
    overflow-y: auto;
}
.my-bag-modal .modal-body .repairs-section {
    padding: 0;
}
.my-bag-modal .modal-body .repairs-section .watch-info .watch-img {
    width: 161px;
    height: 106px;
    object-fit: contain;
    min-width: 161px;
}
.my-bag-modal .modal-body .repairs-section .pro-name {
    font-size: 15px;
    font-weight: 700;
    line-height: 21.23px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.my-bag-modal .modal-body .repairs-section .number {
    font-size: 8px;
    font-weight: 400;
    line-height: 11.32px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.my-bag-modal .modal-body .repairs-section .info-text {
    font-size: 10px;
    font-weight: 400;
    line-height: 14.15px;
    text-align: left;
    margin-bottom: 0;
    color: #000000a8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.my-bag-modal .modal-body .repairs-section .price-div .price-amount {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.64px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.my-bag-modal .modal-body .repairs-section .price-div .remove-btn {
    font-size: 10px;
    font-weight: 400;
    line-height: 14.15px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    text-decoration: underline;
}
.my-bag-modal .modal-footer {
    padding: 44px 28px 34px;
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
.my-bag-modal .full-width-btn {
    width: 100%;
    padding: 15px;
    background: #5a3e67;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.81px;
    text-align: center;
    color: #fff;
    margin: 0;
}
.my-bag-modal .full-width-btn.continue-shopping {
    display: none;
    background: #f5f5f5;
    color: #000;
}
@media (min-width: 1000px) {
    .owl-carousel-featured.owl-loaded {
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media (max-width: 1199px) {
    .active-filter-div {
        margin-top: 30px;
    }
    .img-div .watch-repair-img {
        object-position: center;
    }
}
@media (max-width: 991px) {
    .character-mdiv,
    .repairs-section .grids-container,
    .repairs-section .sell-watch-offer,
    .service-form-section .grids-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .all-watches .watch-card .product-name {
        font-size: 27px;
        line-height: 34px;
    }
    .character-mdiv {
        gap: 0;
    }
    .character-mdiv a.even {
        background: #fff !important;
    }
    .character-mdiv a.odd {
        background: #f8f8f8 !important;
    }
    .faq-section .grids-container,
    .howit-work-section .grids-container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 66px 0;
    }
    .repairs-section .grids-container {
        grid-gap: 0;
    }
    .repairs-section .sell-watch-offer {
        gap: 50px 0;
    }
    .repairs-section .sell-watch-offer .full-width-btn {
        width: fit-content;
        margin: auto;
        display: flex;
    }
    .repairs-section .sell-watch-offer .text {
        font-size: 18px;
        line-height: 23px;
    }
    .bordered-title {
        margin-bottom: 50px;
    }
    .book-repair-section.repairs-section .details-card .sec-title.mb-30,
    .faq-section .find-us-seq .head,
    .faq-section .grids-container::before,
    .howit-work-section .grids-container::before,
    .repairs-section .grids-container.bordered::before,
    .service-form-section .grids-container::before {
        display: none;
    }
    .repairs-section .left-card {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .main-details-form.repairs-section .left-card {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .repairs-section.book-repair-section .left-card {
        border-bottom: 1px solid #e4e4e4;
    }
    .repairs-section .your-problem {
        margin-top: 30px;
    }
    .repairs-section .sec-title.mb-30,
    .repairs-section.main-details-form .your-piece-card {
        margin-bottom: 25px;
    }
    .repairs-section .custoer-details-card .customer-text {
        font-size: 12px;
        line-height: 16.98px;
    }
    .repairs-section .custoer-details-card.pb-border {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .repairs-section .payment-sec .payment-list .payment-div .payment-name {
        font-size: 12px;
        line-height: 17px;
        font-weight: 700;
        color: #000;
    }
    .repairs-section {
        padding-bottom: 70px;
    }
    .repairs-section .full-width-btn {
        padding: 20px 22px;
    }
    .repairs-section .payment-sec {
        gap: 40px 0;
    }
    .faq-section .grids-container {
        gap: 34px 0;
    }
    .howit-work-section .title-content {
        order: 1;
        margin-bottom: 15px;
    }
    .howit-work-section .more-questions-div .book-a-repair-btn {
        order: 2;
    }
    .howit-work-section .more-questions-div .more-questions {
        order: 3;
    }
    .repairs-section.main-details-form .left-card {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .repairs-section .watch-info .watch-img {
        height: 80px;
        width: 100px;
    }
    .repairs-section .watch-info .info {
        gap: 7px 0;
    }
    .quote-section .img-div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .quote-section .img-div .quote-watch {
        height: 150px;
    }
    .grids-container-sticky {
        display: grid !important;
    }
    .grids-container-sticky .left-card {
        width: 100%;
        padding-right: 0;
        position: unset;
        top: unset;
    }
    .grids-container-sticky .right-card {
        width: 100%;
    }
    .repairs-section.quote-section .left-card {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .repairs-section.quote-section .main-y-row {
        gap: 45px 0;
    }
    .quote-section .quote-info {
        gap: 30px 0;
    }
    .quote-section .btn-grp-info .approve-btn,
    .quote-section .btn-grp-info .btn-gray-primary {
        padding: 18px;
    }
    .section-title-div .page-heading .sec-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 22.68px;
    }
    .section-title-div {
        padding: 45px 0 34px;
    }
    .img-div .watch-repair-img {
        height: 205px;
    }
    .howit-work-section {
        padding: 66px 0;
    }
    .howit-work-section .step-card .p-text-div .p-text:first-child {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .all-watches {
        grid-template-columns: repeat(1, 1fr);
        gap: 3px 0;
    }
    .faq-section .btn-div {
        margin-top: 35px;
    }
    .faq-section .btn-div .book-repair-btn {
        width: 100%;
    }
    .faq-section {
        padding-bottom: 38px;
    }
    .line-title {
        margin-bottom: 34px;
    }
}
@media (max-width: 575px) {
    .all-watch-page .sec-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
        font-weight: 700;
    }
    .watches-container {
        padding: 0;
    }
    .watches-container .page-heading {
        padding: 0 15px;
    }
    .all-watches .watch-card {
        max-height: 240px;
    }
    .all-watches-word {
        padding: 57px 0 70px;
    }
    .all-watch-page .all-watches-word .sec-title {
        display: none;
    }
    .all-watches-word .page-heading {
        margin-bottom: 57px;
    }
    .new-watches {
        margin-bottom: 20px;
    }
    .new-watches .page-heading {
        margin-bottom: 25px;
    }
    .new-watches .page-heading p {
        text-align: left;
    }
    .free-jewellery-sec .inner-card .text-content .heading,
    .schedule-call-sec .inner-card .text-content .heading {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
    }
    .award-sec .innner-content .text-content .text,
    .free-jewellery-sec .inner-card .text-content .p-text,
    .image-link-block.home-image-slider .text-block .text,
    .schedule-call-sec .inner-card .text-content .p-text {
        font-size: 14px;
        line-height: 18px;
    }
    .schedule-call-sec .inner-card .left-img {
        height: 305px;
    }
    .schedule-call-sec .inner-card {
        gap: 0 16px;
    }
    .schedule-call-sec .inner-card .text-content .subheading {
        font-size: 12px;
        line-height: 15px;
    }
    .schedule-call-sec .inner-card .text-content {
        padding-top: 46px;
    }
    .award-sec .awards-img-div .award-img {
        width: 130px;
        height: 130px;
    }
    .award-sec .awards-img-div {
        width: 180px;
        min-width: 180px;
    }
    .award-sec .innner-content {
        gap: 0 15px;
    }
    .award-sec {
        padding: 20px 0 80px;
    }
    .featured-slider .img-wrap-featured {
        min-height: 60px;
        max-height: 60px;
    }
    .home-image-slider .holder {
        padding: 0 !important;
    }
    .image-link-block.home-image-slider .text-block {
        padding: 25px 30px;
    }
    .image-link-block.home-image-slider .text-block .title {
        padding-right: 0;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .home-image-slider .more-text {
        display: flex;
        align-items: center;
        gap: 0 7px;
        justify-content: end;
        margin-bottom: 25px;
    }
    .home-image-slider .more-text .right-arrow {
        width: 5px;
    }
    .banner-section .bannerProudctControls .carousel-control {
        position: unset;
        width: 100%;
        justify-content: end;
    }
    .banner-section .bannerProudctControls .carousel-control-next-icon {
        align-items: center;
        padding-right: 30px;
    }
    .banner-section h2.font-weight-light.title.aos-init.aos-animate {
        font-size: 21px !important;
        line-height: 26px;
    }
    .banner-section .banner .content-block {
        padding: 14px 12px;
    }
    .visit-us-block .image-block {
        height: 100%;
    }
    .schedule-call-sec {
        padding: 90px 0;
    }
    .jewellery-mobile {
        padding: 80px 0;
    }
    .visit-us-block .right-col {
        gap: 2px 0;
    }
    .testimonials .sec-title {
        padding-bottom: 35px;
    }
    .jewellery-mobile .card,
    .new-watches-mobile.latest-stock .card {
        padding-left: 7px;
        padding-right: 7px;
    }
    .service-form-section .next-btn {
        width: 100%;
        min-width: 100%;
    }
    .service-form-section .btn-div {
        margin-top: 29px;
    }
    .section-title-div.service-section-title {
        padding: 45px 0 56px;
    }
    .repairs-section .booked-info-div .info-message-card .vector-img {
        width: 22px;
        object-fit: contain;
    }
    .repairs-section .booked-info-div .info-message-card {
        gap: 0 25px;
    }
    .repairs-section .btn-grps {
        margin-top: 40px;
    }
    .quote-section .quote-info .pro-info {
        position: absolute;
        top: 70px;
        max-width: 186px;
        right: 0;
    }
    .quote-section .img-div {
        justify-content: start;
        position: relative;
        height: 284px;
    }
    .quote-section .img-div .quote-watch {
        height: 284px;
        position: absolute;
        left: -59%;
    }
    .my-bag-modal-open {
        overflow: hidden !important;
    }
    .my-bag-modal .modal-dialog {
        max-width: 100%;
        right: 0;
    }
    .my-bag-modal .modal-content {
        border: 0;
    }
    .my-bag-modal-backdrop {
        opacity: 0.5 !important;
    }
    .my-bag-modal .full-width-btn.continue-shopping {
        display: block;
    }
    .my-bag-modal .modal-content .modal-body {
        max-height: calc(100vh - 358px);
    }
}
@media (max-width: 420px) {
    .quote-section .quote-info .pro-info {
        right: -20px;
    }
}
.text-trim {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-bag-modal .modal-content {
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.95);
}
.pagination .pagination {
    flex-wrap: wrap;
    max-width: 100%;
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
}
/* default pagination links */
.pagination .page-link {
    color: #000;                /* black text */
    border: 1px solid #000;     /* black border */
    background-color: #fff;     /* white background */
}

/* hover & focus */
.pagination .page-link:hover,
.pagination .page-link:focus {
    color: #fff;                /* white text */
    background-color: #000;     /* black background */
    border-color: #000;
}

/* active page */
.pagination .page-item.active .page-link {
    color: #fff;                /* white text */
    background-color: #000;     /* black active background */
    border-color: #000;
}

/* disabled page */
.pagination .page-item.disabled .page-link {
    color: #777;                /* gray text */
    background-color: #f5f5f5;  /* light gray background */
    border-color: #ddd;
}