/* Slick */
@charset 'UTF-8';

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "â†";
}

[dir="rtl"] .slick-prev:before {
    content: "â†’";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "â†’";
}

[dir="rtl"] .slick-next:before {
    content: "â†";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}

/* Nav */
.menu-container {
    width: 100%;
    margin: 0 auto;
    background: var(--dark-grey);
    position: relative;
}

.menu-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 11;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "";
    float: right;
    font-size: 40em;
    width: 20px;
    margin: 2px 0 10px;
    padding: 5px 0 0;
    border-top: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    position: absolute;
    left: 0;
    top: 7px;
}

.menu-mobile:before {
    content: "";
    border-top: 2px solid var(--bs-white);
    top: 1px;
    position: absolute;
    left: 0;
    width: 20px;
}

.menu-mobile:hover,
.menu-mobile:focus {
    color: #fff;
}

.menu-dropdown-icon:before {
    content: "\f107";
    display: none;
    cursor: pointer;
    float: right;
    padding: 0;
    color: var(--bs-white);
    position: absolute;
    top: 0;
    right: 0;
    background: var(--dark-grey);
    font: normal normal normal 30px FontAwesome;
    text-align: center;
    align-items: center;
    bottom: 0;
    width: 50px;
    height: 55px;
    line-height: 50px;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: none;
    padding: 0;
    display: inline-block;
}

.menu>ul>li>a {
    color: var(--bs-white);
    font-size: var(--font-18);
    font-weight: var(--weight-600);
    text-transform: uppercase;
    padding: 0px 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
}

.menu>ul>li:hover {
    background: var(--head-btn);
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: var(--bs-white);
    padding: 0 0 20px 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.05);
    max-height: 600px;
    overflow: auto;
}

.menu>ul>li>ul h5 {
    font-size: var(--font-24);
    font-style: normal;
    font-weight: var(--weight-600);
    line-height: 1.5;
    color: var(--dark-grey);
    margin: 20px 0 10px;
    display: inline-block;
    width: 100%;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: none;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.menu>ul>li>ul>li a {
    padding: 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid var(--bs-body-color);
    text-transform: capitalize;
    color: var(--bs-body-color);
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-weight: 400;
    transition: all 0.5s;
    padding: 2px 0;
    font-size: var(--font-16);
}

.menu>ul>li>ul>li>ul>li a:hover {
    color: var(--org);
    transition: all 0.5s;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}

.nav-aboput-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.about-btn-rgt {
    display: flex;
    justify-content: end;
}

.about-btn-rgt img {
    margin-left: 15px;
    height: 20px;
}

.about-btn-rgt>a {
    padding: 0 15px;
    background: var(--head-btn);
    z-index: 12;
    position: relative;
    vertical-align: middle;
    color: var(--bs-body-bg);
    font-size: var(--font-18);
    text-transform: uppercase;
    font-weight: var(--weight-700);
    line-height: 45px;
    height: 45px;
}

.about-btn-rgt>a:hover,
.about-btn-rgt>a:focus {
    color: var(--bs-white);
}

/* Main */
body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-weight: 400;
    font-family: Karla;
}

a,
body,
html {
    color: var(--per-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
    color: var(--bs-black);
}

.product-what-and-pro-btn .button-watch-default.whatsapp-button:focus,
.product-what-and-pro-btn .button-watch-default.whatsapp-button:hover,
.sidenav a {
    opacity: 0.8;
}

.videos-content ul li:first-child,
ul {
    list-style: none;
}

.btn-link,
.header-right li a,
.sidenav a,
a,
a:focus,
a:hover {
    text-decoration: none;
}

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 200;
    src: url("../font/karla-v23-latin-200.eot");
    src:
        local(""),
        url("../font/karla-v23-latin-200.eot?#iefix") format("embedded-opentype"),
        url("../font/karla-v23-latin-200.woff2") format("woff2"),
        url("../font/karla-v23-latin-200.woff") format("woff"),
        url("../font/karla-v23-latin-200.ttf") format("truetype"),
        url("../font/karla-v23-latin-200.svg#Karla") format("svg");
}

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 300;
    src: url("../font/karla-v23-latin-300.eot");
    src:
        local(""),
        url("../font/karla-v23-latin-300.eot?#iefix") format("embedded-opentype"),
        url("../font/karla-v23-latin-300.woff2") format("woff2"),
        url("../font/karla-v23-latin-300.woff") format("woff"),
        url("../font/karla-v23-latin-300.ttf") format("truetype"),
        url("../font/karla-v23-latin-300.svg#Karla") format("svg");
}

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 400;
    src: url("../font/karla-v23-latin-regular.eot");
    src:
        local(""),
        url("../font/karla-v23-latin-regular.eot?#iefix") format("embedded-opentype"),
        url("../font/karla-v23-latin-regular.woff2") format("woff2"),
        url("../font/karla-v23-latin-regular.woff") format("woff"),
        url("../font/karla-v23-latin-regular.ttf") format("truetype"),
        url("../font/karla-v23-latin-regular.svg#Karla") format("svg");
}

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 500;
    src: url("../font/karla-v23-latin-500.eot");
    src:
        local(""),
        url("../font/karla-v23-latin-500.eot?#iefix") format("embedded-opentype"),
        url("../font/karla-v23-latin-500.woff2") format("woff2"),
        url("../font/karla-v23-latin-500.woff") format("woff"),
        url("../font/karla-v23-latin-500.ttf") format("truetype"),
        url("../font/karla-v23-latin-500.svg#Karla") format("svg");
}

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 600;
    src: url("../font/karla-v23-latin-600.eot");
    src:
        local(""),
        url("../font/karla-v23-latin-600.eot?#iefix") format("embedded-opentype"),
        url("../font/karla-v23-latin-600.woff2") format("woff2"),
        url("../font/karla-v23-latin-600.woff") format("woff"),
        url("../font/karla-v23-latin-600.ttf") format("truetype"),
        url("../font/karla-v23-latin-600.svg#Karla") format("svg");
}

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 700;
    src: url("../font/karla-v23-latin-700.eot");
    src:
        local(""),
        url("../font/karla-v23-latin-700.eot?#iefix") format("embedded-opentype"),
        url("../font/karla-v23-latin-700.woff2") format("woff2"),
        url("../font/karla-v23-latin-700.woff") format("woff"),
        url("../font/karla-v23-latin-700.ttf") format("truetype"),
        url("../font/karla-v23-latin-700.svg#Karla") format("svg");
}

@font-face {
    font-family: Karla;
    font-style: normal;
    font-weight: 800;
    src: url("../font/karla-v23-latin-800.eot");
    src:
        local(""),
        url("../font/karla-v23-latin-800.eot?#iefix") format("embedded-opentype"),
        url("../font/karla-v23-latin-800.woff2") format("woff2"),
        url("../font/karla-v23-latin-800.woff") format("woff"),
        url("../font/karla-v23-latin-800.ttf") format("truetype"),
        url("../font/karla-v23-latin-800.svg#Karla") format("svg");
}

@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 400;
    src: url("../font/libre-baskerville-v14-latin-regular.eot");
    src:
        local(""),
        url("../font/libre-baskerville-v14-latin-regular.eot?#iefix") format("embedded-opentype"),
        url("../font/libre-baskerville-v14-latin-regular.woff2") format("woff2"),
        url("../font/libre-baskerville-v14-latin-regular.woff") format("woff"),
        url("../font/libre-baskerville-v14-latin-regular.ttf") format("truetype"),
        url("../font/libre-baskerville-v14-latin-regular.svg#LibreBaskerville") format("svg");
}

@font-face {
    font-family: "Libre Baskerville";
    font-style: italic;
    font-weight: 400;
    src: url("../font/libre-baskerville-v14-latin-italic.eot");
    src:
        local(""),
        url("../font/libre-baskerville-v14-latin-italic.eot?#iefix") format("embedded-opentype"),
        url("../font/libre-baskerville-v14-latin-italic.woff2") format("woff2"),
        url("../font/libre-baskerville-v14-latin-italic.woff") format("woff"),
        url("../font/libre-baskerville-v14-latin-italic.ttf") format("truetype"),
        url("../font/libre-baskerville-v14-latin-italic.svg#LibreBaskerville") format("svg");
}

@font-face {
    font-family: "Libre Baskerville";
    font-style: normal;
    font-weight: 700;
    src: url("../font/libre-baskerville-v14-latin-700.eot");
    src:
        local(""),
        url("../font/libre-baskerville-v14-latin-700.eot?#iefix") format("embedded-opentype"),
        url("../font/libre-baskerville-v14-latin-700.woff2") format("woff2"),
        url("../font/libre-baskerville-v14-latin-700.woff") format("woff"),
        url("../font/libre-baskerville-v14-latin-700.ttf") format("truetype"),
        url("../font/libre-baskerville-v14-latin-700.svg#LibreBaskerville") format("svg");
}

:root {
    --font-16: 16px;
    --font-18: 18px;
    --font-20: 20px;
    --font-22: 22px;
    --font-24: 24px;
    --font-26: 26px;
    --font-32: 32px;
    --font-38: 38px;
    --font-42: 42px;
    --font-50: 50px;
    --weight-200: 200;
    --weight-300: 300;
    --weight-400: 400;
    --weight-500: 500;
    --weight-600: 600;
    --weight-700: 700;
    --weight-800: 800;
    --bs-gray: #f0f1f3;
    --org: #2a6877;
    --chat: #1f73b7;
    --whatsapp: #25d366;
    --ins: #e1306c;
    --dark-grey: #000;
    --per-color: #444;
    --head-middle: #f0f1f3;
    --fot-text-color: #444;
    --head-btn: #51ad98;
    --bs-danger: #ff0000;
}

@media (min-width: 1200px) {
    :root {
        --font-16: 14px;
        --font-18: 16px;
        --font-20: 18px;
        --font-22: 20px;
        --font-24: 22px;
        --font-26: 24px;
        --font-32: 30px;
        --font-38: 34px;
        --font-42: 38px;
        --font-50: 46px;
    }

    body,
    html {
        font-size: 16px;
    }

    .banner-content .container,
    .buying-from-affirm .container,
    .content-sec .container,
    .faq-from-affirm .container {
        max-width: 1140px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .top-slider-banner {
        max-width: 1520px;
    }

    body,
    html {
        font-size: 18px;
    }
}

@media (min-width: 1800px) {
    :root {
        --font-16: 16px;
        --font-18: 18px;
        --font-20: 20px;
        --font-22: 22px;
        --font-24: 24px;
        --font-26: 26px;
        --font-32: 32px;
        --font-38: 38px;
        --font-42: 42px;
        --font-50: 50px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .top-slider-banner {
        max-width: 1730px;
    }

    body,
    html {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .top-slider-banner {
        max-width: 96%;
    }

    :root {
        --font-20: 16px;
        --font-22: 18px;
        --font-24: 20px;
        --font-26: 22px;
        --font-32: 28px;
        --font-38: 30px;
        --font-42: 34px;
        --font-50: 42px;
    }

    body,
    html {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .mob-content {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    .apk-mob {
        margin: 15px 0 0;
        width: auto;
        display: inline-block;
    }

    :root {
        --font-16: 12px;
        --font-18: 14px;
        --font-20: 16px;
        --font-22: 18px;
        --font-24: 19px;
        --font-26: 20px;
        --font-32: 24px;
        --font-38: 28px;
        --font-42: 30px;
        --font-50: 40px;
    }
}

.text-danger {
    color: var(--bs-danger) !important;
}

body,
html {
    padding: 0;
    margin: 0;
}

.newset-arrival-bg ul li:last-child,
.rolex-ranges-tab .nav-tabs .nav-item .col.product-box-wapper,
.slick-dotted.slick-slider,
.vid-title-home .blog-title,
.videos-full-details .col.videos-box-wapper,
figure,
header form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    padding: 0;
    margin: 0;
}

.product-info-head h3,
.section-title h3 {
    color: var(--dark-grey);
    font-family: "Libre Baskerville";
}

:focus,
:hover,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

a:focus,
a:hover {
    color: var(--org);
}

.text-primary,
p b {
    color: var(--primary);
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--primary);
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 480px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.spacing-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

h1 {
    font-size: var(--font-50);
}

h2 {
    font-size: var(--font-38);
}

h3,
h4 {
    font-size: var(--font-32);
}

h3 {
    font-weight: var(--weight-700);
}

h4 {
    font-weight: var(--weight-400);
}

.sub_title,
h5 {
    font-weight: var(--weight-300);
    font-size: var(--font-26);
}

h6 {
    font-size: var(--font-20);
}

p {
    line-height: 1.7;
    font-size: var(--font-18);
}

.bradcam-left ul li span,
.mtree-demo ul.mtree a:hover,
.people-say .logo-con .box-con li:hover .review-link,
.pre-owned-rolex-details a:hover,
.product-box-wapper .product-content .brand-name:hover a,
.product-box-wapper .product-content .name:hover a,
.product-slider-lft-nav .slick-next:focus:before,
.product-slider-lft-nav .slick-next:hover:before,
.product-slider-lft-nav .slick-prev:focus:before,
.product-slider-lft-nav .slick-prev:hover:before,
.read-more-link a:hover,
.social-media-rgt ul li.chat a,
.social-media-rgt ul li.phone a,
.subspan,
.vid-view-btn a:hover,
.what-we-offer-con p a,
a:hover {
    color: var(--org);
}

.section,
main {
    width: 100%;
    clear: both;
}

.spacing-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.spacing-top-80 {
    padding-top: 40px;
}

.spacing-bottom-80 {
    padding-bottom: 40px;
}

.p-20 {
    padding: 20px;
}

.p-10,
.p-15 {
    padding: 10px 0;
}

.p-11 {
    padding: 11px 0;
}

.pb-15 {
    padding: 0 0 15px;
}

.mt-25,
.rolex-model-list-info {
    margin-top: 25px;
}

.main-slider .left_side .btn,
.mt-30,
.our-story-con p+p,
.sell-trade-info ul,
.testimonials-reviews ul,
.what-we-offer-con p+p,
body .watch-content {
    margin-top: 30px;
}

.form-section .form-field,
.mb-30,
.title-watch h3,
.trade-text .section-title {
    margin-bottom: 30px;
}

.mt-20,
.request-open .product-list-btn {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.form_record_details .form_details_data,
.mt-40 {
    margin-top: 40px;
}

.how-to-sell .section-title,
.mb-40,
.product-box-wapper.brand-box-wapper,
.tab-content>.active .latest-arrival-bg .section-title {
    margin-bottom: 40px;
}

.mb-10,
.request-open .form-section .form-field {
    margin-bottom: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-10,
.subscribe-modal-info .form-field button span.spinner-border {
    margin-right: 10px;
}

.p-30 {
    padding: 30px 0;
}

.pt-10 {
    padding-top: 10px;
}

.mb-60 {
    margin-bottom: 60px;
}

.sub_title {
    color: var(--bs-white);
}

.main_title {
    font-family: "Libre Baskerville";
    line-height: 1;
    color: var(--bs-white);
    font-weight: var(--weight-700);
}

.Marcellus,
.faq-from-affirm .accordion-button,
.title {
    font-family: Karla;
}

.btn {
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 30px;
    color: #fff;
}

.btn-link,
.title_subtitle {
    text-transform: capitalize;
}

.btn a:hover,
.btn-outline:hover,
.title {
    color: var(--bs-black);
}

.btn-outline {
    border: 2px solid #fff;
    border-radius: 30px;
}

.btn-outline:hover {
    background-color: var(--org);
    border: 2px solid var(--org);
}

.btn-link {
    font-size: 22px;
}

.title {
    line-height: 1.25;
    letter-spacing: 0.3px;
}

.title_subtitle {
    letter-spacing: 0.3px;
    line-height: 1.556;
    color: var(--bs-gray);
}

.form-section .form-label {
    font-weight: var(--weight-500);
    color: var(--dark-grey);
    line-height: 1.2;
    width: 100%;
    display: flex;
    align-items: center;
}

.form-section .form-label sup {
    font-weight: var(--weight-500);
    color: var(--dark-grey);
    margin-top: 3px;
    font-size: var(--font-18);
    display: inline-flex;
    padding-top: 10px;
    padding-left: 5px;
}

.form-section .form-control.is-invalid {
    border-color: var(--bs-danger);
    background: var(--bs-white);
}

.form-section .form-control.is-valid {
    border-color: var(--bs-green);
    background: var(--bs-white);
}

.form-section .textarea {
    min-height: 160px;
    resize: vertical;
}

.form-section .form-select {
    border-color: var(--bs-gray);
    background-color: var(--bs-gray);
    border-radius: 4px;
    color: var(--per-color);
    height: 50px;
}

.form-section .form-select.is-invalid {
    border-color: var(--bs-danger);
    background-color: var(--bs-white);
}

.form-section .form-select.is-valid {
    border-color: var(--bs-green);
    background-color: var(--bs-white);
}

.form-section .form-control:focus,
.form-section .form-select:focus {
    color: var(--dark-grey);
    background-color: var(--bs-white);
    border-color: var(--org);
    outline: 0;
    box-shadow: none;
}

.top-slider-bg .slick-next:before,
.top-slider-bg .slick-prev:before {
    margin-left: 9px;
    border-right: 2px solid var(--dark-grey);
    border-bottom: 2px solid var(--dark-grey);
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    border-left: 0;
    border-radius: 0;
    border-top: 0;
    display: inline-block;
    content: "";
}

.error-messges h2,
.nav-tabs .nav-link,
.thank-you-ctn h1 {
    font-family: "Libre Baskerville";
}

.Exo {
    font-family: Exo;
}

.main-header {
    position: relative;
    width: 100%;
    background: var(--head-middle);
    transition: 0.5s;
}

.top-header-bg {
    background: var(--bs-white);
    padding: 5px;
}

.social-media-lft ul li {
    margin-right: 15px;
}

.social-media-rgt ul li {
    font-size: var(--font-16);
    font-style: normal;
    font-weight: var(--weight-600);
    line-height: 1.5;
    color: var(--dark-grey);
}

.social-media-rgt ul li a img {
    max-width: 20px;
}

.social-media-rgt ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.contact-info ul li.whatsapp a,
.social-media-rgt ul li.whatsapp a {
    color: var(--whatsapp);
}

.contact-info ul li.instagram a,
.social-media-rgt ul li.follw a {
    color: var(--ins);
}

.button-watch-default {
    background: var(--org);
    border-radius: 2px;
    font-style: normal;
    font-weight: var(--weight-700);
    font-size: var(--font-16);
    line-height: 30px;
    text-transform: uppercase;
    color: var(--bs-white);
    display: inline-block;
    padding: 0 18px;
    margin-right: 25px;
    transition: 0.5s;
}

.button-watch-default:focus,
.button-watch-default:hover,
.shopping-cart .ask_question:focus,
.shopping-cart .ask_question:hover {
    transition: 0.5s;
    background: #242424;
    color: #fff;
}

.main-slider-info .button-watch-default {
    background: var(--bs-white);
    color: var(--dark-grey);
    padding: 0 20px;
}

.arrival-view-more-button .button-watch-default:hover,
.main-slider-info .button-watch-default:hover {
    background: var(--org);
    color: var(--bs-white);
}

.arrival-view-more-button .button-watch-default {
    background: var(--dark-grey);
    margin-right: 0;
    color: var(--bs-white);
}

.search-watch {
    width: 450px;
    max-width: 100%;
}

.top-slider-bg .slick-prev {
    content: "";
    left: 7px;
    cursor: pointer;
    z-index: 1;
}

.top-slider-bg .slick-prev:before {
    transform: rotate(135deg);
}

.top-slider-bg .slick-next {
    content: "";
    right: 17px;
    cursor: pointer;
}

.top-slider-bg .slick-next:before {
    transform: rotate(320deg);
}

.input-group .btn {
    width: 50px;
    line-height: 2.8;
    padding: 0;
    font-size: 0;
    background: url(../images/search-icon-header.png) center no-repeat #242424;
    border-radius: 0 2px 2px 0;
    border: none;
    transition: 0.5s;
    cursor: pointer;
}

.input-group .btn:focus,
.input-group .btn:hover,
.modal-header .btn-close:focus,
.modal-header .btn-close:hover,
.subscribe_Modal_Popup button.btn-close:focus,
.subscribe_Modal_Popup button.btn-close:hover {
    outline: 0;
    box-shadow: 0 0 0;
}

.input-group .btn:hover {
    background: var(--org) url(../images/search-icon-header.png) no-repeat;
    background-position: center;
    transition: 0.5s;
}

.search-watch .input-group input {
    background: var(--bs-body-bg);
    border-radius: 2px 0 0 2px;
    line-height: 2.8;
    padding: 0 15px;
    width: 400px;
    margin: 0;
    border: none;
    outline: 0;
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-16);
    text-transform: uppercase;
    color: #242424;
}

.search-watch .input-group input::-webkit-input-placeholder {
    color: rgba(36, 36, 36, 0.3);
}

.search-watch .input-group input::-moz-placeholder {
    color: rgba(36, 36, 36, 0.3);
}

.search-watch .input-group input:-ms-input-placeholder {
    color: rgba(36, 36, 36, 0.3);
}

.search-watch .input-group input:-moz-placeholder {
    color: rgba(36, 36, 36, 0.3);
}

.search-watch .input-group input:focus,
.search-watch .input-group input:hover {
    border: none;
    outline: 0;
    box-shadow: 0 0 0;
}

.form-section .form-control {
    border-color: var(--bs-gray);
    background: var(--bs-gray);
    color: var(--per-color);
    border-radius: 4px;
    height: 50px;
    font-size: var(--font-18);
}

.search-bottom-link {
    position: absolute;
    top: 45px;
    opacity: 0;
    z-index: -1;
    display: none;
    background: var(--bs-white);
    width: 160px;
    padding: 10px 5px;
    box-shadow: 3px 3px 45px 0 rgb(0 0 0 / 5%);
}

.about-btn-rgt a:hover,
.mtree-transit-link ul li.active a,
.rolex-model-ask-question-link ul li a.button-watch-default,
.rolex-model-ask-question-link ul li a.button-watch-default:focus,
.rolex-model-ask-question-link ul li a.button-watch-default:hover,
.rolex-model-list .col.product-box-wapper .product-content .brand-name a,
.rolex-model-list .col.product-box-wapper .product-content .price a {
    color: var(--bs-white);
}

.search-bottom-link ul li a {
    font-style: normal;
    font-weight: var(--weight-600);
    font-size: var(--font-16);
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--fot-text-color);
    transition: 0.5s;
    display: inline-block;
    width: 100%;
    padding: 0 5px;
}

.search-bottom-link ul li a:hover {
    color: var(--org);
    transition: 0.5s;
    background: var(--bs-body-bg);
}

.top-banner-slider-text {
    padding: 6.4px 50px;
}

.top-banner-slider-text p {
    text-align: center;
    font-style: normal;
    font-weight: var(--weight-500);
    font-size: var(--font-18);
    color: var(--dark-grey);
}

.top-slider-bg {
    background: #fff;
    display: none;
}

.menu {
    font-family: Karla;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 1px;
    color: var(--bs-black);
    z-index: 11;
    position: relative;
    height: 45px;
}

.header-right li,
.newset-arrival-bg ul li,
.no-description .product-trustpilot-button ul li {
    margin-right: 30px;
}

.header-right>ul>li>a {
    position: relative;
    width: max-content;
    padding: 2px 0;
}

.header-right>ul>li>a.active,
.header-right>ul>li>a:hover {
    color: var(--org);
    background-color: transparent;
}

.header-right li:last-child,
.no-description .product-trustpilot-button ul li:last-child {
    margin-right: 0;
}

.header-right>ul>li>a:after {
    background: none;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--org);
    transition:
        width 0.3s,
        left 0.3s;
    width: 0;
}

.header-right>ul>li>a.active::after,
.header-right>ul>li>a:hover:after {
    width: 100%;
    left: 0;
}

.toggle-btn-area>a {
    color: #000;
    font-size: 28px;
    margin: auto 0 auto auto;
    display: block;
    width: max-content;
}

.blog-watche-info .slick-prev:before:hover,
.homevideosection .videoblock.item:hover .featured-watch-detail a,
.sidenav .header-right>ul>li>h4,
.sidenav a {
    color: #fff;
}

.f-width {
    width: 100%;
    transform: translate(0, 80px) !important;
    border-radius: 0;
    overflow: hidden;
    border: 0;
}

.search-main-bar {
    padding: 10px;
}

.search-main-bar input {
    padding: 11px 20px;
    max-width: 100%;
    width: calc(100% - 120px);
    margin-right: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
}

.search-main-bar .search-header-btn {
    background: #242424;
    border-radius: 0 2px 2px 0;
    padding: 11px 20px;
    width: 120px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
}

.search-bar {
    border: none;
    background: 0 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 2px solid #ddd;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    max-width: 100%;
}

.sidenav a {
    padding: 8px 8px 8px 15px;
    font-size: 18px;
    display: block;
    transition: 0.3s;
}

.arrival-info h6 a,
.arrival-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidenav .f-width {
    background: #3e3e3e;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.main-slider-info .sub_title,
.nav-tabs .nav-link,
.product-trustpilot-info p {
    font-size: var(--font-22);
}

.dropdown-menu .header-right>ul>li>h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.dropdown-menu .header-right>ul>li>a {
    font-size: 14px;
    line-height: normal;
    padding: 5px 0 2px;
}

.search-main-bar.f-width {
    background: rgba(249, 249, 249, 0.9);
    z-index: 1;
}

.show::after {
    transform: rotate(180deg);
}

.main-slider figure img {
    object-fit: cover;
    min-height: 700px;
    object-position: center;
}

.main-slider .carousel-indicators button,
.slick-dots li,
.slick-dots li button {
    background: var(--bs-body-bg);
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
    font-size: 0px !important;
}

.blog-watche-info .slick-dots li.slick-active,
.main-slider .carousel-indicators .active,
.review-con,
.slider-img .slick-dots li.slick-active,
li.slick-active,
li.slick-active button {
    background: var(--org);
}

.blog-img-bot-text a,
.main-slider .carousel-indicators,
.slick-dots {
    bottom: 30px;
}

.main-slider .slick-list {
    overflow: visible;
}

.carousel-inner figure,
.form-section form,
body .content-sec p {
    margin-bottom: 0;
}

.main-slider-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    display: flex;
    color: var(--bs-white);
}

.main-slider-info h1 {
    font-size: var(--font-42);
}

.main-slider-info h5 {
    font-size: var(--font-18);
    margin: 0 0 15px;
}

.main-slider .left_side h1,
.main-slider .left_side p {
    margin: 15px 0;
}

.main-slider .left_side p {
    line-height: 1.7;
    color: var(--bs-white);
}

.color_dark,
.color_dark_hover:hover,
.product-trustpilot-button ul li.product-bitcoin-info h6,
.product-trustpilot-info p span,
.read-more-link:focus,
.read-more-link:hover,
.rolex-model-ask-question-link ul li a:hover,
.select_list li:hover,
.shopping-cart .breadcrumbs li a.color_default:hover,
.thank-you-ctn h1,
.thank-you-ctn p,
.trade-text .get-a-quote:focus,
.trade-text .get-a-quote:hover,
.tweet_text a:hover,
[class*="button_type_"].color_dark {
    color: var(--dark-grey);
}

.main-slider .slick-slide.slick-current.slick-active .main-slider-info .left_side h1,
.main-slider .slick-slide.slick-current.slick-active .main-slider-info .left_side h4 {
    animation: 1s ease-in 1s both fadeIn;
}

.main-slider .slick-slide.slick-current.slick-active .main-slider-info .left_side h5 {
    animation: 1s ease-in 2s both fadeIn;
}

.main-slider .slick-slide.slick-current.slick-active .main-slider-info .button-watch-default {
    animation: 1s ease-in 3s both fadeIn;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate,
.four {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.thank-you-ctn {
    width: 720px;
    margin: 0 auto;
    max-width: 96%;
}

.thank-you-ctn h1 {
    font-size: 80px;
    margin: 20px 0;
}

.apk-mob,
.show .alert-success,
.thank-you-ctn .button-watch-default {
    margin: 20px 0 0;
}

.error-messges-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
    margin: 0 auto;
    max-width: 96%;
}

.error-messges-iocn {
    width: 280px;
}

.error-messges h1 {
    font-weight: 600;
    font-size: 300px;
    color: var(--head-btn);
}

.error-messges h2 {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 30px;
    color: var(--dark-grey);
}

.arrival-info h6,
.arrival-price,
.nav-tabs .nav-link {
    font-weight: var(--weight-700);
}

.bg-gray,
.md_no-touch .sub_menu li:hover>a,
.newset-arrival-bg,
.shopping-cart .bg_light_2,
.sub_menu .current>a,
.sub_menu .current_click>a,
.sub_menu .touch_open_sub>a {
    background: var(--bs-gray);
}

.arrival-img,
.nav-tabs .nav-link,
.product-trustpilot-button ul li.product-bitcoin-info {
    background: var(--bs-white);
}

.nav-link,
.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    margin: 0;
    border: none;
    color: var(--dark-grey);
    line-height: 2.3;
    border-radius: 4px;
    padding: 0 30px;
}

.latest-arrival-shop {
    display: flex;
    padding: 40px 0 0;
}

.arrival-img img {
    max-width: 100%;
    min-height: 100%;
    padding: 15px;
}

.arrival-info h6 {
    color: var(--dark-grey);
    text-transform: uppercase;
    font-size: var(--font-20);
    transition: 0.5s;
    padding-left: 10px;
    padding-right: 10px;
}

.arrival-info h6 a {
    -webkit-line-clamp: 1;
}

.copyright a:hover,
.fot-phone-info ul li a:hover,
.latest-arrival-box a:hover .arrival-info h6,
.most-popular-bg .latest-arrival-box:hover h6,
.second_footer ul li a:hover {
    color: var(--org);
    transition: 0.5s;
}

.latest-arrival-box {
    padding-right: 15px;
    width: 100%;
    padding-left: 15px;
}

.arrival-price {
    color: var(--org);
    margin-top: 15px;
    font-size: var(--font-18);
}

.arrival-info p {
    color: var(--per-color);
    font-weight: var(--weight-500);
    line-height: 1.6;
    -webkit-line-clamp: 2;
    padding: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: var(--org);
    border: none;
    color: var(--bs-white);
    border-radius: 4px;
}

.blog-details h5,
.latest-arrival-head h3,
.latest-arrival-head h4 {
    color: var(--dark-grey);
    font-family: "Libre Baskerville";
    font-weight: var(--weight-700);
}

.sell-trade-bg {
    background: url(../images/trade-your-watch-web.jpg) center/cover no-repeat;
    padding: 60px 0;
    cursor: pointer;
}

.sell-head h2 {
    font-style: normal;
    font-weight: var(--weight-700);
    font-size: var(--font-42);
    line-height: 56px;
    color: var(--bs-white);
    font-family: "Libre Baskerville";
}

.blog-title,
.blog-title a,
.blog-title h3,
.sell-trade-info p,
.testimoinal-sub-title {
    font-size: var(--font-32);
    font-weight: var(--weight-700);
    font-family: "Libre Baskerville";
}

.sell-trade-info p {
    width: 60%;
    line-height: 1.5;
    color: var(--bs-white);
}

.sell-trade-info ul li a {
    display: inline-block;
    font-style: normal;
    font-weight: var(--weight-500);
    font-size: var(--font-26);
    color: var(--bs-white);
    line-height: 1.1;
    padding-right: 42px;
    transition: 0.5s;
}

.sell-trade-info ul li a:hover {
    transition: 0.5s;
    padding-right: 52px;
}

.most-popular-bg .arrival-img img {
    max-width: 100%;
    max-height: 258px;
    padding: 15px;
    transition: 0.5s ease-in-out;
    transform: scale(1);
}

.most-popular-bg .latest-arrival-box {
    width: 100%;
    padding: 0;
    border: 1px solid #f8f7f6;
    margin: 0 0 40px;
}

.most-popular-bg .arrival-img {
    text-align: center;
    background: var(--bs-gray);
}

.modal .prod-img:hover img,
.most-popular-bg .arrival-img:hover img,
.product-box-wapper .product-thumb:hover a img,
.rolex-model-ranges-filter .prod-img img:hover,
.search-item-list .items-img img:hover {
    transform: scale(1.1);
}

.most-popular-bg .latest-arrival-head {
    padding: 60px 0 40px;
    font-weight: var(--weight-700);
}

.blog-title,
.blog-title a,
.blog-title h3,
.testimoinal-sub-title {
    font-style: normal;
    line-height: 1.2;
    color: var(--dark-grey);
    margin: 0 0 20px;
}

.blog-title span,
.blog-watch-text p {
    font-style: normal;
    font-weight: var(--weight-400);
    font-size: var(--font-20);
    text-transform: uppercase;
}

.blog-title span {
    display: block;
    color: var(--per-color);
    font-family: Karla;
    margin: 0 0 10px;
}

.blog-watch-button .button-watch-default {
    background: 0 0;
    border: 2px solid var(--dark-grey);
    color: var(--dark-grey);
    padding: 0 40px;
    line-height: 2.5;
}

.blog-watch-button .button-watch-default:hover {
    background: 0 0;
    border: 2px solid var(--org);
    color: var(--org);
}

.blog-img-bot-text {
    position: absolute;
    bottom: 0;
    padding: 30px;
    box-sizing: border-box;
    font-style: normal;
    font-weight: var(--weight-700);
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    font-family: "Libre Baskerville";
    width: 100%;
    left: 0;
    right: 0;
}

.shopping-cart ul.shop-cart-tabs li a:focus,
.shopping-cart ul.shop-cart-tabs li a:hover,
.vid-head-bg {
    color: var(--bs-body-bg);
}

.banner-content h4.banner-title span,
.blog-img-bot-text span,
.info-box span,
.pre-owned-hover-content ul li a span {
    display: block;
}

.blog-img-bot-text a {
    width: 100%;
    display: inline-block;
    color: var(--bs-white);
    transition: 0.5s;
}

.blog-img-bot-text a:hover {
    background: url(../images/banner-arrow-rgt.svg) center right no-repeat;
    transition: 0.5s;
    color: var(--head-btn);
}

.blog-watche-info-lft {
    padding-right: 30px;
}

.vid-head-bg {
    background: url(../images/vid-head-bg.png) 0 0 / cover no-repeat;
    padding: 26px 0;
    text-align: center;
    font-size: var(--font-38);
    font-weight: var(--weight-700);
    font-family: "Libre Baskerville";
}

.blog-watch-text p {
    color: var(--per-color);
    line-height: 1.2;
}

.subscribe-from input,
.subscribe-title {
    color: var(--bs-white);
    font-style: normal;
}

.subscribe-banner {
    background: url(../images/subscribe-banner.jpg) center/cover no-repeat;
    padding: 60px 0;
}

.subscribe-title {
    font-weight: var(--weight-700);
    font-size: var(--font-32);
    line-height: 1.2;
    font-family: "Libre Baskerville";
    padding: 30px 0;
}

.subscribe-from input {
    background: 0 0;
    border: 2px solid var(--bs-white);
    margin: 0;
    padding: 0 30px;
    line-height: 2.8;
    border-radius: 0;
    font-weight: var(--weight-400);
    font-size: var(--font-18);
    border-right: none;
    max-width: 500px;
}

.subscribe-from input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-from input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-from input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-from input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.subscribe-from input:focus {
    background: 0 0;
    border: 2px solid var(--bs-white);
    outline: 0;
    box-shadow: 0 0 0;
    color: var(--bs-white);
}

.subscribe-from button {
    background: var(--bs-white);
    border: 2px solid var(--bs-white);
    padding: 0 40px;
    font-style: normal;
    font-weight: var(--weight-700);
    font-size: var(--font-20);
    text-transform: uppercase;
    transition: 0.5s;
    color: var(--dark-grey);
}

.subscribe-from button:focus,
.subscribe-from button:hover {
    outline: 0;
    transition: 0.5s;
    border: 2px solid var(--org);
    color: var(--bs-white);
    background: var(--org);
}

.testimoinal-sub-title {
    font-weight: var(--weight-400);
    font-family: Karla;
}

.testimonials-inf-lft .blog-watch-text p {
    font-size: var(--font-22);
    text-transform: inherit;
}

.test-reviews-title {
    font-style: normal;
    font-weight: var(--weight-700);
    font-size: var(--font-26);
    text-transform: capitalize;
    color: #2a6877;
    float: left;
    width: 58%;
    background: center right 53px no-repeat #f0f1f3;
    min-height: 140px;
    align-items: center;
    display: flex;
    padding: 0 30px;
    font-family: "Libre Baskerville";
}

.bitcoin-title,
.flink {
    font-style: normal;
    font-size: var(--font-20);
    font-family: "Libre Baskerville";
}

.testimonials-reviews-img {
    width: 42%;
    text-align: center;
}

.testimonials-reviews ul li a {
    text-align: left;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #c7d9e5;
    background-color: #fff;
    margin: 0 0 15px;
    display: flex;
    padding: 0;
}

.home-youtube-section {
    width: 100%;
    position: relative;
    height: calc(100% - 196px);
}

.youtube-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    min-height: 100px;
    color: #fff;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background: url(../images/vid-head-bg.png) 0 0 / cover no-repeat;
    cursor: pointer;
}

.youtube-section-title h3 {
    font-style: normal;
    font-weight: var(--weight-700);
    line-height: 1.2;
    font-family: "Libre Baskerville";
    letter-spacing: 0;
    font-size: var(--font-32);
}

.bradcam-left ul li,
.breadcrumbs li,
.vid-view-btn a {
    font-weight: var(--weight-500);
}

.bradcam-left ul li,
.breadcrumbs li,
.copyright .copy,
.copyright a,
.second_footer ul li a,
.vid-view-btn a {
    font-size: var(--font-18);
}

.home-youtube-section .youtube-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff;
    cursor: pointer;
}

.testimonials-reviews ul li a img {
    max-width: 180px;
}

.home-youtube-section .youtube-info .youtube-logo {
    padding-right: 30px;
    max-width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.home-youtube-section .youtube-info .youtube-logo .seen_youtube_img {
    max-width: 160px;
}

.home-youtube-section .youtube-info .youtube-logo span {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: var(--font-16);
}

.home-youtube-section .youtube-info .info-text {
    display: flex;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.home-youtube-section .youtube-info .info-text .id {
    color: #000;
    font-size: var(--font-16);
    font-weight: 500;
}

.home-youtube-section .youtube-info .info-text .count {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: var(--font-32);
    line-height: 1.1;
}

.home-youtube-section .youtube-info .info-text .lable {
    color: #000;
    line-height: 1.1;
    font-weight: 700;
    font-size: var(--font-16);
}

.home-youtube-section .youtube-video {
    width: 100%;
    position: relative;
    padding-bottom: 0;
    display: flex;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 100%;
}

.home-youtube-section .youtube-video a {
    display: flex;
    width: 100%;
}

.home-youtube-section .youtube-video a img {
    width: 100%;
}

.home-youtube-section .youtube-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.homevideosection {
    display: flex;
    text-align: center;
}

.videoblock img {
    width: 100%;
    object-fit: cover;
    height: 155px;
}

.homevideosection .videoblock.item {
    position: relative;
    display: inline-block;
    transition: 0.5s;
    width: calc(100% / 3);
    margin-bottom: 30px;
}

.homevideosection .videoblock.item:hover .featured-watch-detail {
    background-color: var(--head-btn);
    transition: 0.5s;
}

.homevideosection .featured-watch-detail {
    text-align: center;
    background: var(--bs-gray);
    padding: 10px 15px;
    transition: 0.5s;
}

.homevideosection .featured-watch-detail .featured-detail {
    line-height: 1.3;
    margin: 5px 0 0;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
}

.homevideosection .featured-watch-detail a {
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.homevideosection .videoblock.item .product-hover {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-size: 45px;
    height: calc(100% - 102px);
    cursor: pointer;
}

.homevideosection .featured-watch-detail .featured-title {
    font-size: 18px;
    font-family: "Libre Baskerville";
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
}

.homevideosection .videoblock.item .product-hover i {
    z-index: 1;
}

.homevideosection .videoblock.item .product-hover::after {
    position: absolute;
    content: "";
    width: 20px;
    background: #fff;
    height: 20px;
}

.vid-title-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
}

.footer-banner-top .spacing-bottom-80 {
    padding-bottom: 60px;
}

.vid-view-btn a i {
    margin: 0 0 0 2px;
}

.blog-right-img img,
.bog-details-right-img img,
.iframe_video_wrap iframe,
.no-description .col-lg-4,
.shopping-cart .w_full,
.trade-from,
.wide_layout,
[class*="_isotope_container"] .shop_isotope_item.list_view {
    width: 100%;
}

.main-footer {
    background-color: var(--bs-gray);
    padding: 40px 0;
}

.second_footer ul li a {
    color: var(--fot-text-color);
    transition: 0.5s;
    margin: 0 0 3px;
    display: inline-block;
}

.fot-phone-info ul li {
    display: inline-block;
    width: 100%;
}

.fot-phone-info ul li a {
    font-style: normal;
    color: #000;
    line-height: 1.5;
    padding-left: 30px;
    transition: 0.5s;
}

.fot-phone-info {
    padding: 20px 0;
}

.flink {
    color: #000;
}

.bitcoin-info {
    display: flex;
    justify-content: space-between;
    background: var(--bs-white);
    padding: 15px;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 20px;
}

.bitcoin-title {
    font-weight: 400;
    color: #000;
}

.copyright a {
    color: #444;
    transition: 0.5s;
}

.copyright .copy {
    color: #444;
}

.main-slider,
.pre-owned-product-wapper {
    overflow: hidden;
}

.copyright-info-footer {
    display: flex;
    justify-content: space-between;
}

.bradcam-left ul,
.content-two,
.copyright-link ul,
.no-description .product-trustpilot-button ul,
.videos-content ul {
    display: flex;
}

.copyright-link ul li,
.form_record_details form ul {
    padding: 0 15px;
}

.breadcrumb,
.page-title-bradcam {
    background: var(--bs-gray);
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.beachem-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.breadcrumbs {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.breadcrumbs li {
    float: left;
    width: auto;
    padding: 0;
    color: var(--dark-grey);
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 60%;
}

.product-buy-button a,
.product-trustpilot-info h4 {
    font-weight: var(--weight-700);
    font-family: "Libre Baskerville";
}

.breadcrumb li.pull-right {
    float: right;
    max-width: initial;
}

.breadcrumb li.pull-right ul li {
    max-width: initial;
}

.breadcrumb li.pull-right li a i,
.page-title-bradcam .page-link span {
    margin: 0 8px;
}

.breadcrumb li.pull-right ul li a,
.page-title-bradcam .page-link {
    padding: 0 10px;
    margin: 0 4px;
    width: 120px;
    font-size: 16px;
    text-align: center;
}

.breadcrumb li.pull-right ul li a {
    line-height: 2;
    font-weight: var(--weight-400);
    border: none;
    color: var(--dark-grey);
    background: #fff;
    display: inline-block;
    border-radius: 5px;
}

.breadcrumb li.pull-right ul li a:hover {
    background-color: var(--org);
    border-color: var(--org);
    cursor: pointer;
    color: var(--bs-white) !important;
}

.bradcam-left ul li {
    color: var(--dark-grey);
}

.bradcam-left ul li i,
.breadcrumbs li>span {
    padding: 0 8px;
}

.fa-long-arrow-left:before {
    content: "\f104";
}

.blog-details-right .second:after,
.fa-long-arrow-right:before {
    content: "\f105";
}

.product-trustpilot-button ul li {
    display: flex;
    align-items: center;
    background: #23ab79;
    margin: 0 0 25px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    justify-content: space-between;
    width: 100%;
}

.product-trustpilot-info {
    padding-right: 10px;
}

.product-trustpilot-info h4 {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px;
    margin: 0 0 30px;
    color: var(--dark-grey);
}

.product-trustpilot-button ul li h6 {
    color: #fff;
    font-family: "Libre Baskerville";
    font-weight: 700;
}

.product-description {
    margin: 0 0 60px;
}

.product-trustpilot-button {
    padding-left: 45px;
    border-left: 1px solid #eee;
    height: 100%;
}

.page-title-bradcam .page-link {
    line-height: 35px;
    font-weight: var(--weight-400);
    border: none;
    color: var(--dark-grey);
}

.product-slider-item figure img {
    display: inline-block;
    max-width: 100%;
    padding: 0px;
    object-fit: contain;
    height: auto;
    width: 100%;
    max-height: 752px;
}

.product-slider-lft {
    border: none;
    width: 100%;
}

.product-slider-item {
    height: auto;
}

.product-slider-lft-nav {
    width: 100%;
    margin: 10px auto;
}

.product-slider-lft-nav-thum figure img {
    border: none;
    padding: 0;
    border-radius: 10px;
}

.product-slider-lft-nav-thum figure,
.request-pic-main-div .button-watch-default.request-a-pic span {
    padding: 0 5px;
}

.product-slider-lft-nav .slick-prev:before {
    content: "\f104";
    font: 30px FontAwesome;
    color: var(--dark-grey);
}

.product-slider-lft-nav .slick-next:before {
    content: "\f105";
    font: 30px FontAwesome;
    color: var(--dark-grey);
}

.product-slider-lft-nav button.slick-prev.slick-arrow {
    left: -20px;
    width: 60px;
    height: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.product-slider-lft-nav button.slick-next.slick-arrow {
    right: -20px;
    width: 60px;
    height: 100%;
    z-index: 1;
    background: rgb(255, 255, 255);
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.product-slider-lft-nav .product-slider-lft-nav-thum.slick-current.slick-active figure img {
    border: none;
    opacity: 0.8;
}

.product-slider-lft figure label a {
    background: radial-gradient(100% 839.51% at 0 51.28%, #f0f1f3 0, #fff 26.99%, #f0f1f3 67.26%, #fff 100%);
    border-width: 1px 1px 1px 0;
    border-style: dashed;
    border-color: #eee;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-bottom: 5px;
    display: table;
    text-align: left;
}

.product-slider-lft figure label {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    /* bottom: 0; */
}

.product-info-head h4 {
    color: var(--dark-grey);
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    font-size: 26px;
}

.product-slider-detils-rgt {
    padding-left: 30px;
}

.product-list-data ul li {
    border-top: 1px solid var(--bs-gray);
    padding-left: 20px;
    font-size: var(--font-22);
}

.product-list-data ul li span {
    width: 20%;
    display: inline-block;
    border-right: 1px solid var(--bs-gray);
}

.product-list-data ul li b {
    color: var(--dark-grey);
    padding-left: 30px;
    font-weight: var(--weight-500);
}

.product-buy-button {
    display: grid;
    align-items: center;
    text-align: center;
    margin: 15px 0 0;
    grid-template-columns: 1fr 1fr 1fr;
}

.page-title,
.product-box-wapper,
.product-box-wapper .product-content,
.product-box-wapper .product-content .brand-name,
.product-box-wapper .product-content .name,
.product-box-wapper .product-thumb,
.product-box-wapper .product-thumb a,
.product-buy-button a,
.product-pagination,
.product-pagination .pagination .page-item .page-link,
.product-what-and-pro-btn {
    display: flex;
    display: flex;
    display: flex;
}

.product-what-and-pro-btn {
    margin: 15px 0 0;
    justify-content: start;
    align-items: center;
}

.product-what-and-pro-btn .social-media-rgt {
    width: 50%;
    padding: 0 15px 0 0;
}

.product-what-and-pro-btn .social-media-rgt ul li {
    font-size: var(--font-22);
    width: 100%;
    text-align: center;
    background: var(--bs-gray);
    border-radius: 4px;
}

.product-what-and-pro-btn .social-media-rgt ul li a {
    padding: 9.5px 0;
    display: inline-block;
    width: 100%;
}

.product-what-and-pro-btn .social-media-rgt ul li a:hover {
    opacity: 0.9;
}

.product-what-and-pro-btn .social-media-rgt ul li a img {
    max-width: 30px;
}

.product-what-and-pro-btn .button-watch-default.whatsapp-button {
    background: #25d366;
    margin: 0;
}

.product-pic-whatsapp-set p {
    font-size: var(--font-20);
    color: var(--dark-grey);
}

.product-buy-button a.wire-price-btn {
    background: var(--org);
    color: var(--bs-white);
    font-size: var(--font-26);
}

.product-buy-button a.your-price-btn {
    background: #50ac97;
    color: var(--bs-white);
    font-size: var(--font-24);
}

.product-buy-button a.wire-price-btn:focus,
.product-buy-button a.wire-price-btn:hover {
    background: #50ac97;
    transition: 0.5s;
}

.product-buy-button a.your-price-btn:focus,
.product-buy-button a.your-price-btn:hover,
.product-buy-button a:hover {
    background: var(--org);
    transition: 0.5s;
}

.product-buy-button a:hover {
    color: var(--bs-white);
}

.product-buy-button a {
    font-size: var(--font-18);
    background: var(--bs-gray);
    transition: 0.5s;
    border-radius: 4px;
    margin: 0 20px 20px 0;
    padding: 0 20px;
    color: var(--org);
    min-height: 90px;
    line-height: 1.3;
    justify-content: center;
    flex-direction: column;
}

.request-open .modal-header h4,
.request-open h5 {
    color: var(--dark-grey);
    font-family: "Libre Baskerville";
}

.product-box-wapper .product-content .brand-name a,
.product-box-wapper .product-content .name a,
.videos-content h6,
.videos-content p {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.product-buy-button a span {
    font-size: var(--font-16);
    font-family: Karla;
    font-weight: var(--weight-400);
    text-transform: uppercase;
}

.product-what-and-pro-btn .button-watch-default {
    line-height: 3.3;
    border-radius: 4px;
    width: 50%;
    text-align: center;
    font-weight: var(--weight-600);
    cursor: pointer;
}

.page-link:focus,
.page-link:hover,
.page-link:hover:before,
.product-pagination .pagination .page-item .page-link:hover {
    box-shadow: 0 0 0;
    background-color: var(--org);
    border-color: var(--org);
    cursor: pointer;
    color: var(--bs-white) !important;
}

.page-title .main-title,
.page-title .sub-title {
    color: var(--bs-white);
    text-align: center;
    font-style: normal;
}

.mtree-demo ul.mtree li.mtree-active>a:before,
.mtree-demo ul.mtree li>a:hover:before,
.page-link:focus:after,
.page-link:hover:after,
.product-pagination .pagination .page-item .page-link:hover:after {
    color: var(--bs-white) !important;
}

.page-title {
    width: 100%;
    min-height: 170px;
    position: relative;
    background-color: #000;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/page-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-title-blackfriday {
    background-image: url(../images/inner-image_black_friday.jpg);
}

.page-title .main-title {
    font-family: "Libre Baskerville";
    font-weight: var(--weight-700);
    font-size: var(--font-38);
    margin: 0;
    line-height: 1.25;
}

.page-title .sub-title {
    font-family: Karla;
    font-weight: var(--weight-400);
    font-size: var(--font-26);
    margin-top: 10px;
}

.no-description .product-trustpilot-button {
    padding: 0;
    border: none;
}

.no-description .product-trustpilot-button ul li.product-google-info img,
.product-trustpilot-button ul li.product-bitcoin-info.product-google-info img {
    width: 117px;
}

.people-say .left-sec,
.products-list {
    background-color: var(--bs-gray);
    position: relative;
}

.product-box-wapper {
    flex-direction: column;
    position: relative;
    margin-bottom: 40px;
}

.product-box-wapper .product-thumb {
    padding-top: 137%;
    position: relative;
    width: 100%;
    background: #fff;
    transition: 0.5s;
    border-radius: 10px;
}

.brand-arrival-list-main-div .tab-content>.tab-pane .product-box-wapper .product-thumb {
    border: 1px solid #ddd;
    border-radius: 0;
}

.brand-arrival-list-main-div .tab-content>.tab-pane .col.product-box-wapper.brand-box-wapper .product-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 0;
    background: var(--dark-grey);
}

.product-box-wapper .product-thumb a {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 8px;
}

.product-box-wapper .product-thumb a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: 0.5s ease-in-out;
    transform: scale(1);
}

.product-box-wapper .product-content {
    margin-top: 15px;
    flex-direction: column;
    height: 100%;
}

.product-box-wapper .product-content .brand-name {
    width: 100%;
    line-height: normal;
    justify-content: center;
    padding: 0 4px 8px;
}

.product-box-wapper .product-content .brand-name a {
    text-transform: uppercase;
    font-style: normal;
    font-family: Karla;
    font-weight: var(--weight-700);
    font-size: var(--font-20);
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    -webkit-line-clamp: 3;
}

.col.product-box-wapper.brand-box-wapper .product-content {
    margin: 0;
    padding: 20px 8px;
    text-align: center;
}

.product-box-wapper.brand-box-wapper .product-content .brand-name a,
.productlist h5 {
    font-size: var(--font-18);
}

.product-box-wapper .product-content .name {
    margin: 0 0 8px;
    width: 100%;
    line-height: normal;
    justify-content: center;
}

.product-box-wapper .product-content .name a {
    -webkit-line-clamp: 3;
    color: #444;
    font-family: Karla;
    font-weight: var(--weight-500);
    font-size: var(--font-18);
    line-height: 1.4;
    font-style: normal;
    text-align: center;
}

.price {
    text-align: center;
    color: var(--org);
    line-height: 1.3;
    font-weight: var(--weight-500);
    font-size: var(--font-20);
    padding: 0 10px;
}

.product-pagination {
    justify-content: center;
}

.banner-content .row,
.content-sec .row,
.product-pagination .pagination {
    align-items: center;
}

.product-pagination .pagination .page-item .page-link {
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: var(--org);
    border-color: #eee;
    text-transform: uppercase;
    font-weight: var(--weight-500);
    font-size: var(--font-18);
}

.step-section,
.trade-text {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.product-pagination .pagination .page-item:first-child .page-link,
.product-pagination .pagination .page-item:last-child .page-link {
    padding-left: 25px;
    padding-right: 25px;
}

.product-pagination .pagination .page-item.disabled .page-link {
    color: #444;
}

.product-pagination .pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--org);
    border-color: var(--org);
}

.product-list-btn {
    border-radius: 4px;
    margin: 0;
    border: none;
}

.form-control:focus,
.product-list-btn:focus,
.product-list-btn:hover {
    box-shadow: 0 0 0;
}

.request-open .modal-dialog {
    max-width: 980px;
}

.request-open table td,
.request-open table th {
    padding: 5px 15px;
    font-size: var(--font-18);
    border: 1px solid var(--bs-gray);
}

.prod-img {
    width: 30%;
}

.modal-header .btn-close {
    opacity: 0.7;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.request-open h5 {
    margin: 20px 0;
    border-top: 1px solid var(--bs-gray);
    padding: 20px 0 0;
    font-weight: var(--weight-700);
    font-size: var(--font-24);
}

.trade-text p,
.trade-text ul li {
    color: var(--per-color);
    font-weight: var(--weight-400);
    line-height: 1.364;
}

.step-section p,
.trade-text .get-a-quote,
.trade-text p,
.trade-text ul li {
    font-size: var(--font-20);
}

.request-open .form-label {
    margin: 10px 0;
}

.request-open .responsive_table h5 {
    padding: 0;
    border: none;
    margin: 10px 0;
    line-height: 1.4;
}

.request-open .modal-header {
    padding: 1rem;
    border: none;
}

.request-open .modal-body {
    max-height: 500px;
    overflow: auto;
    padding-top: 0;
}

.request-open .modal-header h4 {
    font-weight: var(--weight-700);
    line-height: 1.5;
}

.sell-trade-text {
    background-color: var(--bs-white);
}

.trade-img {
    height: 100%;
    display: flex;
}

.trade-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.trade-text {
    padding-left: 30px;
    justify-content: center;
}

.trade-text ul {
    margin-bottom: 30px;
    padding-left: 30px;
}

.trade-text ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.trade-text p {
    margin-bottom: 20px;
}

.trade-text .get-a-quote {
    color: var(--org);
    font-weight: var(--weight-500);
    margin-top: 30px;
    display: flex;
}

.how-to-sell {
    background-color: var(--bs-gray);
    width: 100%;
}

.step-section {
    background: var(--bs-white);
    width: 100%;
    padding-bottom: 30px;
}

.step-section .icon {
    text-align: center;
    padding: 30px 25px;
    border-bottom: 1px solid var(--bs-gray);
    border-top: 8px solid var(--org);
    position: relative;
}

.step-section .icon::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/step-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.mtree-demo ul.mtree li.mtree-closed>a:after,
.shopping-cart ul.shop-cart-tabs li:last-child:before,
.step-section.four .icon::after {
    display: none;
}

.step-section h4 {
    text-align: center;
    padding: 30px 25px;
    color: var(--dark-grey);
    font-family: "Libre Baskerville";
    font-weight: var(--weight-700);
}

.step-section p {
    color: var(--per-color);
    font-weight: var(--weight-400);
    line-height: 1.273;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}

.left-sec .text-con .people-title h3,
.trade-from h5 {
    font-weight: var(--weight-700);
    color: var(--dark-grey);
    font-family: "Libre Baskerville";
}

.trade-from h5 {
    font-size: var(--font-22);
    margin: 0 0 10px;
    line-height: 1.5;
}

.review-con .main-title,
.trade-from .section-title {
    margin-bottom: 80px;
}

.people-say .logo-con {
    max-width: 570px;
    margin: 0 auto;
    padding: 86px 0;
}

.people-say .left-sec:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 30px;
    background-color: var(--bs-gray);
    top: 0;
    height: 100%;
}

.left-sec .text-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4.427vw;
    padding-right: 6.25vw;
    height: 100%;
}

.left-sec .text-con .people-title h3 {
    font-size: var(--font-50);
    line-height: 1.24;
    margin-bottom: 30px;
}

.about.review-con .reviw-title h3,
.review-con .reviw-title h3 {
    margin-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
}

.left-sec .text-con p {
    font-weight: var(--weight-500);
    font-size: var(--font-26);
    line-height: 1.39;
    color: var(--fot-text-color);
}

.people-say .logo-con .box-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.people-say .logo-con .box-con li {
    display: flex;
    flex-direction: column;
    margin-left: 3.125vw;
    margin-top: 3.125vw;
}

.box,
.insta-box {
    justify-content: center;
}

.people-say .logo-con .box-con li:first-child,
.people-say .logo-con .box-con li:nth-child(2) {
    margin-top: 0;
}

.people-say .logo-con .box-con li:nth-child(odd) {
    margin-left: 0;
}

.people-say .logo-con .box-con li a img {
    max-width: 220px;
}

.people-say .logo-con .box-con li .box-border {
    display: inline-block;
    padding: 15px;
    border: 1px solid var(--bs-gray);
}

.people-say .logo-con .box-con li .review-link {
    margin: 15px 0;
    font-weight: var(--weight-500);
    font-size: var(--font-22);
    line-height: 1.46;
    text-transform: capitalize;
    color: var(--dark-grey);
}

.review-con .reviw-title h3 {
    font-family: "Libre Baskerville";
    font-weight: var(--weight-700);
    font-size: var(--font-42);
    line-height: 1.24;
    color: #fff;
}

.review-con p {
    text-align: center;
    font-weight: var(--weight-400);
    font-size: var(--font-38);
    line-height: 1.16;
    color: #fff;
}

.faq-tab ol li,
.faq-tab p {
    color: var(--fot-text-color);
    line-height: 1.6;
}

.review-con .reveiw-box .link-wap a {
    font-weight: var(--weight-700);
    font-size: var(--font-26);
    color: var(--org);
    display: inline-block;
    font-weight: var(--weight-600);
    font-size: var(--font-22);
    line-height: 1.23;
    color: var(--org);
    text-align: center;
}

.review-con .reveiw-box .img-wrap {
    border-top: 1px solid #f0f1f3;
}

.about.review-con,
.faq-tab .accordion-header {
    background: #fff;
}

.faq-tab .accordion-item {
    border: 1px solid var(--bs-gray);
    border-radius: 4px 4px 0 0;
}

.faq-tab .accordion-button:not(.collapsed) {
    color: var(--dark-grey);
    background-color: var(--bs-gray);
    box-shadow: none;
}

.faq-tab .accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--bs-gray);
}

.faq-tab .accordion-button {
    font-size: var(--font-20);
    line-height: 1.2;
    font-family: "Libre Baskerville";
    font-weight: var(--weight-700);
}

.faq-tab .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.faq-tab ol li {
    font-size: var(--font-18);
    list-style: decimal;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}

.privacy-policy p {
    font-size: var(--font-16);
    font-family: Karla;
    color: var(--per-color);
    line-height: 1.6;
}

.privacy-policy h5 {
    font-size: var(--font-18);
    font-family: Karla;
    color: var(--dark-grey);
    line-height: 1.6;
    font-weight: var(--weight-500);
    margin: 0 0 10px;
}

.privacy-inner li,
.privacy-inner p {
    font-size: var(--font-18);
    color: var(--per-color);
    line-height: 1.6;
    font-family: Karla;
}

.privacy-inner p {
    font-weight: var(--weight-400);
    word-break: break-word;
}

.privacy-inner ul {
    padding-left: var(--font-38);
}

.privacy-inner li {
    list-style: disc;
}

.contact-info ul li a,
.privacy-inner a {
    color: var(--org);
    font-weight: var(--weight-600);
}

.contact-info {
    padding: 30px;
    background-color: var(--bs-gray);
}

.box,
.insta-box,
.whatapp-box {
    padding: 10px;
    max-width: 38px;
    height: 38px;
    margin-right: 10px;
    border-radius: 4px;
    display: flex;
}

.contact-info p {
    font-family: Karla;
    font-style: normal;
    font-weight: var(--weight-400);
    font-size: var(--font-20);
    line-height: 1.4;
    color: var(--per-color);
    margin: 0 0 30px;
}

.box {
    background-color: var(--org);
    background-color: var(--org);
    align-items: center;
    width: 38px;
}

.insta-box {
    background-color: var(--ins);
    align-items: center;
}

.whatapp-box {
    background-color: var(--whatsapp);
    justify-content: center;
    align-items: center;
}

.contact-info ul li {
    display: flex;
    align-items: center;
    font-size: var(--font-18);
}

.our-story-con .our-story-title h3,
.what-we-offer-con .offer-title h3 {
    font-weight: var(--weight-700);
    font-size: var(--font-32);
    line-height: 1.24;
    color: var(--dark-grey);
    margin: 0 0 30px;
    font-family: "Libre Baskerville";
}

.what-we-offer-con .offer-title h3 {
    text-align: center;
    margin-bottom: 40px;
}

.our-story-con p,
.what-we-offer-con p {
    font-weight: var(--weight-400);
    font-size: var(--font-18);
    color: var(--per-color);
    line-height: 1.5;
}

.pre-owned-rolex-details a,
.privacy-inner a:hover,
.subscribe-from .error-msg .succ,
.what-we-offer-con p a:hover {
    color: var(--head-btn);
}

.about.review-con .reviw-title h3,
.blog-box h4,
.videos-content h6 {
    font-family: "Libre Baskerville";
    font-weight: var(--weight-700);
    color: var(--dark-grey);
}

.what-we-offer {
    background-color: var(--bs-gray);
}

.review-con .container {
    max-width: 1130px;
}

.review-con .reveiw-box {
    background-color: #fff;
    border-radius: 4px;
    height: 100%;
}

.review-con .reveiw-box .link-wap {
    padding: 15px 0;
    text-align: center;
}

.review-con .reveiw-box .img-wrap {
    padding: 20px;
    border-top: 1px solid var(--bs-gray);
    text-align: center;
    border-top: 1px solid var(--bs-gray);
}

.about.review-con .reviw-title h3 {
    font-size: var(--font-38);
    line-height: 1.24;
}

.about.review-con p {
    color: var(--per-color);
    text-align: center;
    font-weight: var(--weight-400);
    font-size: var(--font-26);
    line-height: 1.24;
}

.about.review-con .reveiw-box .link-wap {
    padding-top: 0;
}

.videos-content {
    padding: 30px;
    background: var(--bs-white);
}

.videos-content h6 {
    -webkit-line-clamp: 1;
}

.videos-content ul li {
    list-style: disc;
    margin: 0 30px 0 0;
    font-size: 16px;
}

.videos-box-wapper {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}

.videos-content p {
    -webkit-line-clamp: 3;
    line-height: 1.6;
}

.videos-thumb {
    width: 100%;
    padding-top: 56%;
    position: relative;
    height: auto;
    display: block;
}

.videos-thumb iframe {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.videos-full-details .videos-content p {
    -webkit-line-clamp: inherit;
}

.videos-full-details .videos-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}

.videos-full-details .videos-thumb {
    padding-top: 30%;
}

.blog-right .read-more {
    font-size: 18px;
}

.blog-box {
    background-color: var(--bs-gray);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.blog-box h4 {
    font-size: var(--font-20);
    line-height: 1.4;
}

.blog-details-right .page-link,
.blog-right-text p,
.read-more-link {
    font-family: Karla;
    font-weight: var(--weight-400);
    font-size: var(--font-18);
}

.blog-box-img img {
    margin-right: 25px;
    max-width: 100px;
    min-width: 100px;
    object-fit: contain;
    min-height: 100px;
    background: #fff;
    text-align: center;
}

.blog-box-right {
    background: #fff;
    border: 1px solid var(--bs-gray);
    border-radius: 4px;
    padding: 10px;
}

.read-more-link {
    color: var(--org);
    line-height: 1.6;
    display: inline-block;
}

.blog-right-text p {
    margin-top: 25px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: var(--fot-text-color);
}

.blog-box-right h3 {
    font-size: var(--font-32);
}

.blog-details-right p {
    font-family: Karla;
    font-weight: var(--weight-400);
    font-size: var(--font-20);
    line-height: 1.4;
    color: var(--per-color);
    margin-bottom: 30px;
}

.brand-name-block,
.comment-text h4,
.mob-content h3,
.productlist h5,
.rolex-model-list-title h4,
.search-title,
.shipping-details .section-title h4,
.shopping-cart table h5 {
    font-family: "Libre Baskerville";
}

.comment-text h4,
.fw_ex_bold {
    font-weight: var(--weight-700);
}

.blog-details-right .page-link {
    color: var(--dark-grey);
    border: 0;
    display: flex;
    gap: 4px;
    align-items: center;
}

.blog-details-right nav ul {
    border-top: 1px solid var(--bs-gray);
    border-bottom: 1px solid var(--bs-gray);
}

.blog-details-right .pagination {
    justify-content: space-between;
}

.comment-text h4 {
    font-size: var(--font-16);
    line-height: 1.3;
    color: var(--dark-grey);
}

.comment h3 {
    font-size: var(--font-26);
}

.comment .section-title,
.user-name-blog {
    padding-top: 40px;
    border-top: 1px solid var(--bs-gray);
}

.blog-details-right .first:before,
.blog-details-right .second:after {
    content: "\f104";
    left: -6px;
    right: 0;
    font: 25px FontAwesome;
    text-align: center;
    color: var(--dark-grey);
    top: 7px;
    width: auto;
    height: auto;
}

.first span {
    margin-left: var(--font-16);
}

.second span {
    margin-right: var(--font-16);
}

.col.product-box-wapper.brand-box-wapper .product-content:hover .pre-owned-hover-content {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: 0.5s;
}

.pre-owned-hover-content {
    position: absolute;
    bottom: -100%;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    padding: 15px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    width: 91%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.font-bold,
.productlist {
    background: var(--bs-gray);
}

.pre-owned-hover-content h5 a {
    color: var(--bs-white);
    margin: 0 0 10px;
    display: inline-block;
    font-weight: 500;
    transition: 0.5s;
}

.pre-owned-hover-content ul li {
    display: inline-block;
    border: 1px solid var(--bs-white);
    padding: 3px 10px;
    margin: 5px 1px;
    transition: 0.5s;
}

.pre-owned-hover-content ul li a {
    color: var(--bs-white);
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.pre-owned-hover-content ul li:hover {
    background: var(--head-btn);
    border-color: var(--head-btn);
    transition: 0.5s;
}

.productlist .accordion-button,
.productlist .accordion-item {
    border: none;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    padding: 0;
}

.mtree-transit-link ul li,
.productlist .accordion-button,
.productlist .accordion-button:not(.collapsed),
.productlist .section-title {
    border-bottom: 1px solid #ddd;
}

.mtree-transit-link ul li.active,
.productlist .accordion-button:not(.collapsed),
.productlist .accordion-button:not(.collapsed) a {
    background-color: var(--org);
    color: var(--bs-white);
    transition: 0.5s;
    box-shadow: none;
}

.productlist .accordion-button:focus,
.productlist .accordion-button:hover {
    box-shadow: 0 0;
}

.new-blog-watch ul,
.productlist .accordion-body {
    padding: 0 0 0 30px;
}

.productlist .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}

.productlist .accordion-item span,
.productlist .mtree-transit-link ul li span {
    padding-right: 15px;
}

.productlist h5 {
    font-weight: 600;
    line-height: 1.5;
    font-size: var(--font-22);
}

.rolex-model-list-title h4 {
    font-weight: 600;
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--bs-gray);
    color: var(--dark-grey);
    padding: 0 0 10px;
    line-height: 1.3;
    font-size: var(--font-26);
}

.productlist .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.productlist {
    padding: 1px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
}

.mtree-transit-link ul li:last-child {
    border-bottom: none;
}

.productlist .section-title {
    margin-top: 5px !important;
    padding-bottom: 5px;
}

.mtree-transit-link ul li,
.productlist .accordion-button,
.productlist .accordion-button:not(.collapsed),
.productlist h5 {
    padding: 8px 10px;
    font-size: var(--font-16);
}

.border_grey,
.rolex-model-list .product-box-wapper .product-thumb,
.shopping-cart .accordion_item,
.tabs_nav a,
.ui-slider {
    border: 1px solid var(--bs-gray);
}




.rolex-model-list .col.product-box-wapper .product-content {
    border: 1px solid var(--bs-gray);
    padding: 5px 0;
    margin: 0;
    background: var(--dark-grey);
}

.rolex-ranges-tab .nav-tabs .nav-item {
    width: 15%;
    margin-right: 30px;
}

.rolex-ranges-tab .nav-tabs .nav-link {
    padding: 0;
    width: 100%;
    background: 0 0;
}

.rolex-model-ranges-filter .request-open,
.rolex-ranges-tab .product-box-wapper {
    margin: 0 0 20px;
}

.rolex-model-ranges-filter {
    margin: 40px 0;
}

.rolex-model-ranges-filter .request-open .responsive_table h5 {
    width: 100%;
    line-height: 1.5;
    font-size: var(--font-20);
}

.rolex-model-ask-question-link {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: baseline;
    padding-top: 0;
}

.font-bold {
    font-size: 15px;
    padding: 2px 17px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 0 10px 0 0;
}

.chec-out-form,
.shopping-cart .tr_delay td {
    border: 1px solid var(--bs-gray);
    border: 1px solid var(--bs-gray);
}

.rolex-model-ask-question-link ul li a {
    color: var(--org);
    margin: 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.rolex-model-ask-question-link ul {
    display: flex;
    align-items: center;
}

.rolex-model-ranges-filter .prod-img {
    width: 13%;
}

.info-box {
    font-size: var(--font-16);
}

.rolex-model-ranges-filter .tr_delay.tr_delay-info td {
    width: 35%;
}

.rolex-model-list {
    padding-left: 50px;
}

.shopping-cart ul.shop-cart-tabs li::after {
    border-left: 22px solid var(--dark-grey);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.shopping-cart ul.shop-cart-tabs li.active::after,
.shopping-cart ul.shop-cart-tabs li::after {
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    height: 0;
    width: 0;
}

.shopping-cart .shop-cart-tabs {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.shopping-cart ul.shop-cart-tabs li {
    display: inline-block;
    position: relative;
}

.shopping-cart ul.shop-cart-tabs li::before {
    border-bottom: 35px solid transparent;
    border-left: 30px solid var(--bs-body-bg);
    border-top: 35px solid transparent;
    content: "";
    position: absolute;
    right: -28px;
    top: -10px;
    z-index: 1;
}

.shopping-cart ul.shop-cart-tabs li.active a,
.social-media-new-btn:hover {
    background: var(--head-btn);
}

.shopping-cart ul.shop-cart-tabs li.active::after {
    border-color: var(--head-btn);
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
}

.shopping-cart ul.shop-cart-tabs li a {
    background-color: var(--dark-grey);
    color: var(--bs-body-bg);
    text-decoration: none;
    display: block;
    font-weight: var(--weight-700);
    font-size: 20px;
    padding: 10px 28px;
}

.shopping-cart ul.shop-cart-tabs li:last-child:after {
    right: -22px;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
}

.shopping-cart .fw_light {
    margin-bottom: 20px;
    font-size: var(--font-18);
}

.fp_item:hover,
.fp_item:hover .fp_price,
.shopping-cart .custome_label,
.t_align_l {
    text-align: left;
}

.shopping-cart section.shopping-cart .table_type_2 th:first-child {
    width: 80px;
}

.shopping-cart section.shopping-cart .table_type_2 th.pro_desc {
    width: 300px;
}

.shopping-cart section.shopping-cart .table_type_2 th.pro_delete,
section.shopping-cart .table_type_2 th.pro_qty {
    width: 80px !important;
}

.shopping-cart .bg-gray {
    background-color: var(--bs-gray);
    padding: 15px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.shopping-cart .btn_plain_normal,
.shopping-cart .btn_plain_normal:focus,
.shopping-cart .btn_plain_normal:hover {
    border: none;
    outline: 0;
    margin: 0 10px 20px 0;
}

.shopping-cart .ask_question {
    background: var(--head-btn);
    color: var(--bs-white);
}

.shopping-cart .table-bordered tr td {
    border: 1px solid var(--bs-white);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: var(--weight-500);
    color: var(--dark-grey);
}

.shopping-cart .shopping-cart table tr td {
    vertical-align: middle;
}

.shopping-cart .pull-right {
    float: right !important;
}

.img-left,
.subscribe-img-modal img {
    float: left;
}

.shopping-cart .checkout-btn-group .btn-large {
    width: 100%;
    margin: 5px 0;
}

.shopping-cart .bg_light_2.color_dark th {
    padding: 5px 10px;
    font-size: 18px;
}

.shopping-cart .tr_delay td {
    padding: 10px;
    color: var(--dark-grey);
    font-size: 16px;
}

.shopping-cart table h5 {
    color: var(--dark-grey);
    line-height: 1.5;
    font-size: 20px;
    margin: 0 0 15px;
}

.shop_modal_cart_info p {
    color: var(--dark-grey);
    font-size: 16px;
}

.checkbox-billing input[type="checkbox"],
input[type="radio"] {
    accent-color: var(--primary);
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.shipping-details .section-title h4 {
    color: var(--dark-grey);
    margin: 0;
}

.most-featured-watch-listing .homevideosection .videoblock.item,
.shipping-details .section-title {
    margin: 0 0 30px;
}

.shipping-details-billing .section-title h3 {
    color: var(--dark-grey);
    font-family: "Libre Baskerville";
    margin-bottom: 40px;
}

.checkbox-billing .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-billing .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox-billing-info-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-billing .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #51ad98;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox-billing .form-group input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-billing .form-group input:checked+label:before {
    background-color: #51ad98;
}

.shopping-cart-pay.chec-out .table-bordered tr td {
    border: 1px solid #000;
}

.chec-out-form {
    max-width: 50%;
    padding: 15px;
}

.chec-out {
    margin-bottom: 50px;
}

.gif-loader svg {
    object-fit: contain;
    width: 100px;
    animation: 1s infinite zoom-in-zoom-out;
}

.watch-dec p,
.watch-title h3 {
    width: 835px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gif-loader {
    position: fixed;
    z-index: 999;
    background: var(--head-middle);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bottom-link ul li a {
    line-height: 1;
}

.content-sec,
.slider-img {
    padding: 60px 0;
}

.content-sec h2 {
    font-size: 35px;
    font-weight: 700;
    color: var(--org);
    text-transform: capitalize;
    margin-bottom: 15px;
}

.watch-dec p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25px;
}

.watch-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

.blog-watche-info .slick-next:before,
.blog-watche-info .slick-prev:before,
.slider-img .slick-next:before,
.slider-img .slick-prev:before {
    content: "\f104";
    padding-right: 3px;
    font: 25px/1 FontAwesome;
    display: inline-block;
    vertical-align: middle;
}

.watch-img {
    margin-bottom: 15px;
    padding-top: 41%;
    position: relative;
}

.watch-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.read-more-link a {
    width: 100%;
    display: inline-block;
    transition: 0.5s;
    color: #000;
    margin-right: 25px;
}

.blog-watche-info .slick-dots,
.t_align_r {
    text-align: right;
}

.blog-watche-info .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 0;
}

.blog-watche-info .slick-dots li,
.slider-img .slick-dots li {
    background-color: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 0;
}

.blog-watche-info .slick-next {
    right: 10px;
}

.blog-watche-info .slick-prev {
    left: 10px;
    z-index: 999;
}

.blog-watche-info .slick-next,
.blog-watche-info .slick-prev {
    top: 35%;
}

.slider-img .slick-next,
.slider-img .slick-prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #2b2b2b;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
    top: -50px;
}

.slider-img .watch-content {
    margin-right: 20px;
}

.slider-img .slick-next:focus,
.slider-img .slick-next:hover,
.slider-img .slick-prev:focus,
.slider-img .slick-prev:hover {
    color: var(--org);
    outline: 0;
    background: var(--org);
}

.slider-img .slick-prev {
    right: 85px !important;
    position: absolute;
    left: auto !important;
    z-index: 1;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 40px;
}

.blog-watche-info .slick-next:before,
.slider-img .slick-next:before {
    transform: rotate(180deg);
}

.blog-watche-info .slick-next:before,
.blog-watche-info .slick-prev:before,
body .spacing-120.item-details-page-main-div .newset-arrival-bg .product-content .brand-name a {
    color: #000;
}

.blog-watche-info .slick-next,
.blog-watche-info .slick-prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #fff;
    color: #000;
    margin-left: 5px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
    opacity: 0.8;
}

.blog-watche-info .slick-next:hover,
.blog-watche-info .slick-prev:hover {
    background: #fff;
    color: #fff;
    cursor: pointer;
    opacity: 1;
}

.slick-dots li button::before {
    width: 8px;
    height: 8px;
}

.slider-img .slick-dots {
    bottom: -40px;
    left: 0;
    right: 0;
}

.main-slider .carousel-indicators .active,
.slider-img .main-slider .carousel-indicators .active,
.slider-img li.slick-active,
.slider-img li.slick-active button,
body .slick-dots li.slick-active,
li.slick-active,
li.slick-active button {
    background: var(--org) !important;
}

@keyframes zoom-in-zoom-out {

    0%,
    100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }
}

.recipt_desc_section .res_dec {
    margin: 20px 0;
    color: var(--dark-grey);
}

.recipt_desc_section .total_rec_value {
    max-width: 16%;
    width: 100%;
}

.form_record_details .form_details_data h5 {
    padding: 15px;
    background: var(--bs-gray);
}

.form_record_details {
    border-bottom: 1px solid var(--bs-gray);
}

.search-item-list .main-block {
    float: left;
    border: 1px solid var(--bs-gray);
    width: 100%;
    display: block;
    min-height: 215px;
    padding: 20px;
    margin: 20px 0 0;
}

.disclaimer,
.mtree-demo ul.mtree a,
.mtree-demo ul.mtree>li,
.mtree-demo ul.mtree>li span,
.new-blog-watch h5,
.search-item-list .col-md-6,
.search-title {
    display: inline-block;
}

.search-item-list .col-md-6 {
    float: none;
    vertical-align: top;
}

.search-img-block .button-watch-default {
    margin: 10px 0;
    line-height: 2;
}

.search-prod-detail {
    color: var(--dark-grey);
    font-size: 16px;
    border-top: 1px solid var(--bs-gray);
    padding: 15px 0 0;
    margin: 15px 0 0;
}

.search-title {
    color: var(--dark-grey);
    line-height: 1.5;
    font-size: 20px;
    margin: 0 0 15px;
}

.items-img img {
    height: 210px;
    object-fit: contain;
}

.modal .prod-img img,
.rolex-model-ranges-filter .prod-img img,
.search-item-list .items-img img {
    transition: 0.5s ease-in-out;
    transform: scale(1);
}

.brand-name-block {
    font-weight: var(--weight-600);
    color: var(--dark-grey);
    margin: 20px 0 0;
}

.search-item-list .font-bold {
    margin-top: 10px;
}

.alert-danger {
    margin: 0 auto 40px !important;
    text-align: center;
    text-transform: capitalize;
}

.shipping-details img,
.shipping-details-billing img {
    max-width: 130px;
}

.bank_issued_check p {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin: 0 0 10px;
}

.bank_issued_check h6 {
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    font-size: 20px;
}

.shopping-cart img {
    width: 130px;
}

.disclaimer {
    font-size: 12px;
    color: var(--org);
    font-weight: 700;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0 0;
    letter-spacing: 0;
}

.datejust-section .prod-name {
    font-size: var(--font-18);
    font-weight: 600;
    line-height: 1.5;
    margin: 15px 0 10px;
}

.datejust-section {
    text-align: center;
    margin: 15px;
    border: 1px solid var(--bs-gray);
    padding: 15px;
}

.blog-box-text p,
.datejust-section .prod-number {
    font-size: 16px;
    font-weight: 500;
}

.inlinep {
    text-align: center;
    margin: 0 0 30px;
    padding: 5px;
    background: var(--bs-gray);
}

.mtree-demo ul.mtree {
    background: 0 0;
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.mtree-demo ul.mtree li.mtree-active>a,
.mtree-demo ul.mtree li>a:hover {
    background-color: var(--org);
    color: var(--bs-white) !important;
    transition: 0.5s;
    box-shadow: none;
}

.mtree-demo ul.mtree a {
    padding: 8px 10px;
    color: var(--per-color);
    font-weight: 400;
    text-transform: capitalize;
    font-size: var(--font-16);
    width: 100%;
}

.mtree-demo ul.mtree>li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.mtree-demo ul.mtree li.mtree-closed>a::before {
    content: "â€º";
    color: var(--per-color);
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: -5px;
}

.mtree-demo ul.mtree li.mtree-open>a::before {
    content: "â€º";
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: -3px;
    transform: rotate(270deg);
    transition: 0.25s ease-in-out;
}

.mtree-demo ul.mtree li ul {
    border-top: 1px solid var(--bs-white);
    background: var(--bs-white);
}

.affirm-button li.product-bitcoin-info,
.mtree-demo ul.mtree li ul li,
.product-what-and-pro-btn .social-media-rgt li.phone>div>.affirm-site-modal {
    padding: 0;

}

.mtree-demo ul.mtree li ul li {
    position: relative;
}

body .spacing-120.item-details-page-main-div {
    padding: 0;
    width: 100%;
}

body .spacing-120.item-details-page-main-div>.container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

body .spacing-120.item-details-page-main-div>.container>.row {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

body .spacing-120.item-details-page-main-div>.container>.row>.rolex-model-list {
    width: 100%;
    padding: 0;
    flex: unset;
    margin: 0;
}

body .spacing-120.item-details-page-main-div .newset-arrival-bg .product-content {
    background: 0 0;
    border: initial;
}

.cursor {
    cursor: pointer;
}

.subscribe-from .mb-3 {
    margin: 0 !important;
}

.modal p {
    line-height: 1.4;
}

.modal .request-open table td,
.modal .request-open table th {
    padding: 0 18px;
}

.modal .prod-img {
    width: 20%;
}

.rolex-model-list .rolex-model-list {
    padding-left: 0;
    padding-right: 0;
}

.rolex-used-watchesis-listing-view ul li {
    margin: 14px 10px;
    display: inline-block;
    padding: 0;
    width: 18%;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

.rolex-used-watchesis-listing-view ul {
    border: 1px solid #ddd;
    margin-top: 30px;
    padding: 30px;
}

.rolex-used-watchesis-listing-view ul li a {
    word-break: break-all;
}

.most-featured-watch-listing .vid-title-home {
    justify-content: center;
    justify-content: center;
    margin: 0;
}

.most-featured-watch-listing .spacing-120 {
    padding-bottom: 30px;
}

.request-pic-main-div .button-watch-default.request-a-pic {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
}

.subscribe-banner-chinese-madearin .subscribe-from .error-msg,
.subscribe-banner-chinese-traditional .subscribe-from .error-msg {
    width: 630px;
}

.subscribe-banner-japanese .subscribe-from .error-msg {
    width: 670px;
}

.img-left {
    padding: 10px 15px 0 0;
}

.img-right {
    float: right;
    padding: 10px 0 0 15px;
}

.new-blog-watch h5 {
    width: 100%;
    margin: 20px 0;
    line-height: 1.5;
}

.new-blog-watch ul li {
    list-style: disc;
    margin: 0 0 20px;
}

.new-blog-watch table {
    border-collapse: collapse;
    width: 100%;
}

.new-blog-watch td,
.new-blog-watch th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

.new-blog-watch th {
    background: var(--dark-grey);
    color: var(--bs-white);
}

.subscribe_Modal_Popup .modal-content {
    background: 0 0;
    border: none;
}

.modal.subscribe_Modal_Popup {
    background: rgba(255, 255, 255, 0);
}

.subscribe_Modal_Popup .modal-lg,
.subscribe_Modal_Popup .modal-xl {
    max-width: 570px;
}

#Subscribe_Modal_Popup .modal-body {
    padding: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.subscribe-modal-from {
    position: absolute;
    padding: 0 40px 40px;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
}

.mob-app,
.subscribe-modal-info {
    text-align: center;
}

.subscribe-modal-info .form-field {
    width: 275px;
    text-align: left;
    max-width: 96%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.subscribe-modal-from .form-section .form-label {
    color: #fff;
    margin-bottom: 3px;
    font-size: 16px;
}

.subscribe_Modal_Popup button.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #fff;
    border-radius: 0 0 0 60px;
    padding: 20px;
    box-sizing: border-box;
    background-size: 14px;
    background-position: top 8px right 8px;
}

.subscribe_Modal_Popup.modal.modal-static .modal-dialog {
    transform: scale(1);
}

.subscribe-modal-info div.text-danger,
.subscribe-modal-info span {
    position: relative;
    margin: 0;
    font-size: 14px;
}

.subscribe-modal-info .text-success {
    position: absolute;
    color: #fff !important;
    margin: 4px 0 0;
}

.subscribe-modal-info .form-field button {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.blog-watche-info button.slick-next.slick-arrow {
    right: 20px !important;
}

.main-slider .carousel-indicators button,
.slick-dots li,
.slick-dots li button {
    height: 8px;
    width: 8px;
    opacity: 1;
    background: #ccc;
    border: none;
    border-radius: 3px;
}







/* Shop Our Most Popular Brands new design */
.most-popular-bg .arrival-img {
    background: var(--bs-white);
    box-shadow: 8.05px 24.15px 89.45px -11.63px #1634501A;
    transition: all 0.5s ease;
}
.most-popular-bg .latest-arrival-box{
    position: relative;
}

.most-popular-bg .arrival-img img{
    max-height: inherit;
    padding: 25px;
    box-sizing: border-box;
}
.most-popular-bg .arrival-info {
    background: var(--dark-grey);
    transition: all 0.5s;
    position: relative;
}
.most-popular-bg .arrival-info h6 a {
    color: #fff;

}

.most-popular-bg .latest-arrival-box:hover .arrival-info {
    background: var(--head-btn);
    transition: all 0.5s;
}
/*11-03-2025 product thum start*/

.rolex-model-list .product-box-wapper .product-thumb {
    padding-top: 115%;
    border-radius: 0;
}

.rolex-model-list .product-box-wapper .product-content .brand-name {
    padding: 0;
}

.rolex-model-list .product-box-wapper .product-thumb a {
    border-radius: 0px;
}

table.watch_box_section td .rolex-model-ask-question-link .font-bold{
    padding: 3px 17px
}

/*11-03-2025 product thum end*/



/*17-03-2025 new design start*/
.rolex-model-list .datejust-section {
    text-align: center;
    margin: 0 0 40px 0;
    border: none;
    padding: 0 15px;
}
.rolex-model-list .datejust-section .img-block {
    border: 1px solid var(--bs-gray);
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    padding-top: 115%;
    position: relative;
}
.rolex-model-list .datejust-section .img-block img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.rolex-model-list .datejust-section .img-block img {
    transition: 0.5s ease-in-out;
    transform: scale(1);
}
.rolex-model-list .datejust-section .img-block:hover img{
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}
.rolex-model-list .datejust-section .prod-name,
.rolex-model-list .datejust-section .prod-number {
    font-size: var(--font-18);
    font-weight: 600;
    line-height: 1.5;
    border: none;
    padding: 5px;
    margin: 2px 0 0;
    background: var(--dark-grey);
    color: var(--bs-white);
}
.rolex-model-list .datejust-section .prod-number{
    margin-top: 0px;
}
/*17-03-2025 new design end*/



@media (min-width: 1800px) {

    .header-left img,
    .header-left svg {
        height: 50px;
        transition: 0.5s;
    }

    .menu>ul>li>ul {
        max-width: 1700px;
    }

    .arrival-img img {
        max-width: 110%;
    }
}

@media (max-width: 1799px) {

    .watch-dec p,
    .watch-title h3 {
        width: auto;
    }

    p {
        line-height: 1.5;
    }

    .spacing-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .spacing-top-80 {
        padding-top: 30px;
    }

    .latest-arrival-shop {
        padding: 30px 0 0;
    }

    .social-media-lft ul li {
        margin-right: 10px;
    }

    .main-header .button-watch-default {
        padding: 0 13px;
    }

    .how-to-sell .section-title,
    .mb-60,
    .tab-content>.active .latest-arrival-bg .section-title {
        margin-bottom: 30px;
    }

    .button-watch-default {
        padding: 0px 13px;
    }

    table.watch_box_section td .rolex-model-ask-question-link {
        padding-top: 5px;
    }

    .main-slider figure img {
        min-height: 450px;
    }

    .most-popular-bg .latest-arrival-head {
        padding: 50px 0;
    }

    .arrival-view-more-button .button-watch-default,
    .subscribe-modal-info a.btn {
        padding: 0 30px;
    }

    .blog-img-bot-text {
        font-size: 21px;
    }

    .product-slider-detils-rgt {
        padding-left: 15px;
    }

    .product-buy-button a {
        min-height: 70px;
        font-size: 17px;
    }

    .product-buy-button a span {
        font-size: 12px;
    }

    .product-list-data ul li span {
        padding: 5px 0;
    }

    .product-buy-button a.wire-price-btn,
    .product-list-data ul li {
        font-size: 17px;
    }

    .product-info-head h4 {
        max-width: 100%;
        font-size: 20px;
    }

    .subscribe-banner {
        padding: 60px 0;
    }

    .footer-banner-top .spacing-bottom-80 {
        padding-bottom: 50px;
    }

    .vid-title-home {
        margin: 0 0 30px;
    }

    .fot-img img {
        width: 270px;
    }

    .step-section h4 {
        font-size: var(--font-26);
    }

    .trade-text ul {
        margin-bottom: 20px;
    }

    .trade-text .get-a-quote {
        margin-top: 20px;
    }

    .search-item-list .button-watch-default {
        padding: 3px 10px;
    }

    .breadcrumbs li {
        max-width: 50%;
    }

    .breadcrumb li.pull-right {
        max-width: initial;
    }

    .header-left img,
    .header-left svg {
        height: 50px;
    }

    .test-reviews-title {
        min-height: 124px;
    }

    .font-bold {
        width: 56%;
    }

    .copyright.text-center.p-20 {
        padding: 10px;
    }

    .rolex-ranges-tab .nav-tabs .nav-item {
        width: 22%;
        margin-right: 20px;
    }

    .rolex-model-list .col.product-box-wapper .product-content .brand-name a,
    .rolex-model-list .col.product-box-wapper .product-content .price a {
        font-size: 16px;
        padding: 0 10px;
        line-height: 1.5;
    }

    .rolex-model-list-title h4 {
        margin: 0 0 15px;
        padding: 0 0 10px;
        line-height: 1.2;
        font-size: var(--font-26);
    }

    .blog-right-text p {
        margin-top: 15px;
    }

    .page-title {
        min-height: 120px;
    }

    .search-item-list .font-bold {
        margin-right: 0;
        width: 100%;
    }

    .subscribe_Modal_Popup .modal-lg {
        max-width: 500px;
    }

    .form-section.subscribe-modal-info .form-field {
        margin-bottom: 10px;
    }

    .subscribe-modal-info .form-field {
        width: 235px;
    }

    .subscribe-modal-info .form-field label {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .subscribe-modal-from input {
        line-height: 50px;
    }

    .subscribe-modal-from {
        padding: 25px;
    }

    .subscribe-modal-info span {
        font-size: 13px;
    }

    /*24-02-2024*/
    table.watch_box_section td .rolex-model-ask-question-link .font-bold {
        width: auto;
        margin-top: 0;
    }
}

@media (max-width: 1599px) {
    .about-btn-rgt>a {
        padding: 0 15px;
    }

    .header-left img,
    .header-left svg {
        height: 40px;
    }

    .spacing-120 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .spacing-top-80 {
        padding-top: 30px;
    }

    .product-description {
        margin: 0 0 50px;
    }

    .social-media-lft ul li {
        margin-right: 7px;
    }

    .product-box-wapper.brand-box-wapper {
        margin-bottom: 30px;
    }

    .most-popular-bg .arrival-img img {
        max-width: 100%;
        min-height: 100%;
    }

    .blog-watche-info-lft {
        padding-right: 10px;
    }

    .blog-watche-info-rgt {
        padding-left: 10px;
    }

    .people-say .logo-con .box-con li {
        margin-left: 2.125vw;
    }

    .logo-con {
        max-width: 450px;
        padding: 40px 0;
    }

    .our-story-con p,
    .our-story-con p+p,
    .what-we-offer-con p,
    .what-we-offer-con p+p {
        font-size: var(--font-20);
    }

    .videos-content {
        padding: 20px 15px;
    }

    .product-trustpilot-button ul li {
        padding: 10px;
    }

    .product-box-wapper.brand-box-wapper .product-content .brand-name a,
    .subscribe-modal-info .form-field label {
        font-size: 18px;
    }

    .gif-loader svg {
        width: 80px;
    }

    .homevideosection .featured-watch-detail a {
        font-size: 16px;
    }

    .homevideosection .videoblock.item .product-hover {
        font-size: 35px;
        height: calc(100% - 105px);
    }

    .sell-trade-bg,
    .subscribe-banner {
        padding: 50px 0;
    }

    .sell-head h2 {
        font-size: var(--font-32);
    }

    .sell-trade-info p {
        font-size: var(--font-26);
    }

    .sell-trade-info ul li a {
        font-size: var(--font-22);
        background-size: 20px;
    }

    .sell-trade-info ul {
        margin-top: 20px;
    }

    .sell-head.mb-30 {
        margin-bottom: 10px;
    }

    .testimonials-reviews ul li a img {
        max-width: 145px;
    }

    .fot-img img {
        width: 210px;
    }

    .social-media-lft ul li a img {
        width: 30px;
    }

    .flink {
        margin: 0 0 20px;
    }

    .bitcoin-title {
        font-size: var(--font-18);
    }

    .most-popular-bg .latest-arrival-box {
        margin: 0 0 30px;
    }

    .test-reviews-title {
        min-height: 100px;
        font-size: var(--font-22);
    }

    .main-slider-info h1 {
        font-size: var(--font-32);
        margin-bottom: 10px;
    }

    .subscribe-icon img {
        width: 75px;
    }

    .rolex-model-list {
        padding-left: 30px;
    }

    .rolex-model-ranges-filter .prod-img {
        width: 15%;
    }

    .product-trustpilot-info h4 {
        padding: 0 0 10px;
        margin: 0 0 10px;
    }

    .step-section .icon::after {
        right: -10px;
        bottom: -15px;
        width: 30px;
        height: 30px;
    }

    .subscribe_Modal_Popup .modal-lg {
        max-width: 480px;
    }

    /*11-03-2025*/
    .rolex-model-list .product-box-wapper {
        margin-bottom: 30px;
    }

    /*17-03-2025*/
    .rolex-model-list .datejust-section{padding: 0 13px;margin: 0 0 30px 0;}
    
    .rolex-model-list .datejust-section .prod-name, .rolex-model-list .datejust-section .prod-number{font-size: 16px;line-height: 1.5;padding: 0 10px;}
}

@media (max-width: 1399px) {
    .mob-content {
        padding-top: 70px;
    }

    .apk-mob {
        margin: 15px 0 0;
        width: 70%;
    }

    .fot-phone-info ul li a,
    .product-trustpilot-button ul li h6,
    .shopping-cart .bg_light_2.color_dark th {
        font-size: 15px;
    }

    .arrival-img img {
        max-width: 100%;
        min-height: 100%;
    }

    .sell-trade-info p {
        width: 835px;
    }

    .sell-trade-info ul {
        margin-top: 30px;
    }

    .product-description {
        margin: 0 0 30px;
    }

    .menu>ul>li a {
        padding: 0 10px;
        font-size: 16px;
    }

    .about-btn-rgt>a {
        padding: 0 15px;
    }

    .top-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .social-media-lft {
        padding-bottom: 15px;
    }

    .social-media-lft ul li img {
        width: 35px;
    }

    .main-slider figure img {
        min-height: 400px;
    }

    .arrival-info p {
        max-height: 53px;
    }

    .fa-2x,
    .test-reviews-title,
    .testimonials-inf-lft .blog-watch-text p {
        font-size: 20px;
    }

    .product-slider-lft figure label a {
        padding: 0 15px;
        line-height: 2.2;
    }

    .product-info-head h4 {
        width: 100%;
    }

    .product-buy-button a {
        min-height: 70px;
        font-size: 13px;
        margin: 0 15px 15px 0;
        padding: 0 8px;
    }

    .product-buy-button a span {
        font-size: 12px;
    }

    .product-what-and-pro-btn {
        justify-content: space-between;
    }

    .product-what-and-pro-btn .button-watch-default {
        width: auto;
        line-height: 2.8;
        margin: 0;
    }

    .product-what-and-pro-btn .button-watch-default img {
        width: 20px;
        margin: 0 5px;
    }

    .related-product-bg .arrival-info h6 {
        min-height: auto;
    }

    .product-buy-button a.wire-price-btn,
    .product-buy-button a.your-price-btn,
    .product-pic-whatsapp-set p {
        font-size: 16px;
    }

    .product-trustpilot-button ul li img {
        max-width: 110px;
    }

    .product-list-data ul li {
        font-size: 16px;
        padding: 0 5px;
    }

    .product-list-data ul li span {
        padding: 5px 0;
    }

    .left-sec .text-con,
    .shopping-cart .btn_plain_normal,
    .shopping-cart .btn_plain_normal:focus,
    .shopping-cart .btn_plain_normal:hover {
        padding: 0 30px;
    }

    .step-section .icon,
    .step-section h4 {
        padding: 20px 15px;
    }

    .people-say .logo-con .box-con li a img {
        max-width: 150px;
    }

    .step-section h4 {
        font-size: var(--font-22);
    }

    .step-section .icon::after {
        width: 30px;
        height: 30px;
        right: -15px;
        bottom: -15px;
    }

    .videos-content ul {
        flex-direction: column;
        padding: 0 0 0 20px;
    }

    .videos-content ul li {
        margin: 0;
    }

    .videos-content ul li:first-child {
        list-style: disc;
    }

    .shopping-cart table h5 {
        font-size: 18px;
    }

    .breadcrumbs li {
        max-width: 42%;
    }

    .breadcrumb li.pull-right,
    .breadcrumb li.pull-right ul li {
        max-width: initial;
    }

    .testimoinal-sub-title {
        font-size: 25px;
    }

    .most-popular-bg .latest-arrival-head,
    .sell-trade-bg,
    .subscribe-banner {
        padding: 30px 0;
    }

    .spacing-120 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .spacing-top-80 {
        padding-top: 20px;
    }

    h4 {
        font-size: var(--font-24);
    }

    .nav-tabs .nav-link {
        font-size: var(--font-20);
    }

    .blog-title,
    .blog-title a,
    .blog-title h3,
    .testimoinal-sub-title {
        margin: 0 0 15px;
    }

    .rolex-model-list {
        padding-left: 20px;
    }

    .product-what-and-pro-btn .social-media-rgt ul li {
        font-size: 16px;
        width: 100%;
    }

    .product-what-and-pro-btn .social-media-rgt {
        width: 50%;
        padding: 0;
    }

    .product-what-and-pro-btn .social-media-rgt ul li a img {
        max-width: 25px;
    }

   
}

@media screen and (min-width: 1199px) {
    .about-btn-rgt:hover .search-bottom-link {
        opacity: 1;
        transition: 0.5s;
        z-index: 1234;
        display: block;
    }

    body .spacing-120.item-details-page-main-div .product-box-wapper {
        margin: 0;
    }
}

@media (max-width: 1199px) {

    .dropdown-menu.f-width.p-30.show,
    ul:not(.search-main-bar).f-width {
        transform: translate(100%) !important;
        transition:
            opacity 0.2s ease-in-out 0.2s,
            transform 0.4s ease-in-out,
            height 0.4s ease-in-out,
            visibility 10ms 0.2s;
    }

    .dropdown-menu.f-width.p-30.show:before,
    .dropdown-toggle::after {
        position: absolute;
        content: "";
        margin-bottom: 0;
        display: inline-block;
    }

    .dropdown-menu.f-width.p-30.show,
    ul.d-block,
    ul.d-block.lft-side,
    ul:not(.search-main-bar).f-width {
        transition:
            opacity 0.2s ease-in-out 0.2s,
            transform 0.4s ease-in-out,
            height 0.4s ease-in-out,
            visibility 10ms 0.2s;
    }

    .dropdown-menu .header-right>ul>li>a,
    .menu>ul,
    .sidenav a {
        padding: 0;
    }

    .breadcrumbs li,
    .search-bottom-link ul li a {
        line-height: 1.5;
    }

    .breadcrumbs,
    .product-what-and-pro-btn .social-media-rgt ul li {
        text-align: center;
    }

    .mob-content {
        padding-top: 50px;
    }

    .blog-title,
    .blog-title a,
    .blog-title h3,
    .mob-content h3,
    .testimoinal-sub-title {
        font-size: var(--font-26);
    }

    .mob-content h4 {
        margin: 10px 0;
    }

    .search-title,
    h6 {
        font-size: 17px;
    }

    .social-media-lft ul li img {
        width: 30px;
    }

    .social-media-rgt ul li {
        padding: 0 10px;
        font-size: 16px;
    }

    .dropdown-menu .header-right>ul>li,
    ul.d-block li {
        padding: 10px 20px;
    }

    .sell-trade-info p {
        width: 735px;
    }

    .subscribe-title {
        padding: 20px 0 30px;
    }

    .testimoinal-sub-title {
        font-size: 26px;
    }

    .testimonials-inf-lft .blog-watch-text p {
        font-size: 19px;
    }

    .main-footer {
        padding: 40px 0;
    }

    ul.d-block li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    ul.d-block li:last-child {
        border-bottom: none;
    }

    .dropdown-toggle::after {
        right: 15px;
        margin-left: 9px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(315deg);
        width: 10px;
        height: 10px;
        border-left: 0;
        border-radius: 0;
        border-top: 0;
    }

    .dropdown-menu.f-width.p-30.show {
        inset: auto !important;
        opacity: 1;
        height: auto;
        top: 0 !important;
        left: 0 !important;
        padding-top: 45px;
    }

    ul:not(.search-main-bar).f-width {
        position: absolute !important;
        box-shadow: none;
        opacity: 0;
        height: 0;
        float: left;
        padding: 0;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .dropdown-menu.f-width.p-30.show:before {
        left: -20px;
        margin-left: 20px;
        width: 45px;
        height: 45px;
        top: 0;
        background: url(images/back-arrow.png) center/22px no-repeat #e1e1e1;
        filter: brightness(1) invert(1);
    }

    ul:not(.search-main-bar).f-width .container {
        max-width: 100%;
    }

    .button-watch-default {
        padding: 0 6px;
        margin-right: 0;
        font-size: 13px;
    }

    ul.d-block {
        margin: 0 !important;
    }

    .breadcrumbs,
    .menu>ul,
    .product-slider-lft-nav-thum figure img {
        margin: 0 auto;
    }

    ul.d-block.lft-side {
        transform: translatex(-100%);
        overflow: visible;
    }

    .test-reviews-title {
        font-size: 20px;
        padding: 19px;
        background-position: center right 11px;
        background-size: 10px;
    }

    .menu>ul {
        max-width: 96%;
        text-align: left;
    }

    .search-watch {
        width: 330px;
    }

    .search-bottom-link {
        top: 55px;
    }

    .search-watch .input-group input {
        width: 85%;
    }

    .about-btn-rgt {
        position: relative;
    }

    @media (max-width: 991px) {
        .watch-title h3 {
            font-size: 20px;
        }

        .watch-dec p {
            font-size: 16px;
        }
    }

    .about-btn-rgt.show-about-us-search-bottom-link .search-bottom-link {
        opacity: 1;
        transition: 0.5s;
        z-index: 123;
        top: 100%;
        right: 0;
        background: var(--bs-white);
        display: block;
    }

    .blog-img-bot-text {
        font-size: 17px;
        line-height: 1.1;
    }

    .arrival-info h6,
    .page-title {
        min-height: auto;
    }

    .product-what-and-pro-btn {
        flex-direction: column;
    }

    .product-what-and-pro-btn .button-watch-default {
        margin: 0 0 10px;
    }

    .arrival-price,
    .copyright a,
    .product-buy-button a.wire-price-btn,
    .product-buy-button a.your-price-btn,
    .shopping-cart .checkout-btn-group .btn-large {
        font-size: 16px;
    }

    .bradcam-left ul,
    .bradcam-left ul li {
        font-size: var(--font-16);
        display: inline-block;
    }

    .page-title-bradcam .page-link {
        min-width: 115px;
        text-align: center;
    }

    .product-buy-button a {
        font-size: 14px;
    }

    .product-buy-button a span {
        font-size: 11px;
    }

    .step-section .icon::after {
        display: none;
    }

    .step-section p,
    .videos-content p {
        font-size: var(--font-16);
    }

    .step-section .icon {
        border-top: 4px solid var(--org);
    }

    .review-con .main-title {
        margin-bottom: 60px;
    }

    .about.review-con .reviw-title h3 {
        margin-bottom: 15px;
    }

    .about.review-con .reveiw-box .link-wap {
        padding-top: 10px;
    }

    .left-sec .text-con .people-title h3 {
        font-size: var(--font-42);
    }

    .left-sec .text-con p {
        font-size: var(--font-22);
    }

    .review-con p {
        font-size: var(--font-32);
    }

    .videos-content h6 {
        font-size: var(--font-24);
    }

    .menu>ul>li>ul {
        width: 97.5%;
    }

    .thank-you-ctn h1 {
        font-size: 60px;
    }

    .rolex-ranges-tab .nav-tabs .nav-item {
        width: 23%;
        margin-right: 15px;
    }

    .rolex-model-ranges-filter .tr_delay.tr_delay-info td {
        width: 32%;
        font-size: 16px;
        padding: 10px;
    }

    .font-bold {
        width: 46%;
    }

    .shopping-cart ul.shop-cart-tabs li a {
        padding: 10px 20px 10px 40px;
    }

    .gif-loader svg {
        width: 60px;
    }

    .search-item-list .button-watch-default {
        font-size: 13px;
    }

    .product-what-and-pro-btn .button-watch-default.whatsapp-button,
    .search-item-list .font-bold {
        width: 100%;
    }

    .breadcrumb li.pull-right {
        float: right;
        width: 100%;
        display: flex;
        margin: 10px 0 0;
        justify-content: center;
    }

    .breadcrumbs li {
        display: inline-block;
        float: none;
        vertical-align: middle;
        max-width: initial;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .videoblock img {
        height: 160px;
    }

    .homevideosection .videoblock.item .product-hover {
        font-size: 25px;
        height: calc(100% - 101px);
    }

    .homevideosection .featured-watch-detail a {
        font-size: 14px;
        line-height: 1.4;
    }

    .homevideosection .featured-watch-detail {
        padding: 10px;
        min-height: 100px;
    }

    .homevideosection .videoblock.item .product-hover::after {
        height: 10px;
        width: 10px;
    }

    .homevideosection .videoblock.item {
        margin-bottom: 20px;
    }

    .homevideosection .featured-watch-detail .featured-detail {
        min-height: 40px;
    }

    .main-slider figure img {
        min-height: 300px;
    }

    .subscribe-icon img {
        width: 65px;
    }

    .contact {
        margin-top: 30px;
    }

    .rolex-used-watchesis-listing-view ul {
        padding: 20px;
    }

    .rolex-used-watchesis-listing-view ul li {
        width: 22%;
    }

    .most-featured-watch-listing .homevideosection .videoblock.item {
        margin: 0 0 20px;
    }

    .product-what-and-pro-btn .social-media-rgt {
        width: 100%;
        margin: 0 0 15px;
    }

    .disclaimer {
        font-size: 10px;
        margin-bottom: 10px;
    }



    /*24-02-2024*/
    table.watch_box_section td .rolex-model-ask-question-link .font-bold {
        width: auto;
        font-size: 13px;
    }


    /*17-03-2025*/
    .rolex-model-list .datejust-section {
        padding: 0 10.5px;
        margin: 0 0 30px 0;
    }



}

@media screen and (max-width: 1000px) {
    .request-open .modal-dialog {
        max-width: 90%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 991px) and (min-width: 960px) {
    .menu>ul>li a {
        font-size: 16px;
    }

    .menu>ul>li>ul>li>ul>li a {
        font-size: 13px;
    }

    .menu>ul {
        max-width: 96%;
    }

    .menu>ul>li>ul {
        width: 97.5%;
    }

    .about-btn-rgt img {
        margin-left: 6px;
        max-width: 20px;
    }

    .most-popular-bg .arrival-img {
        background: var(--bs-gray);
        display: flex;
        justify-content: center;
        min-height: 305px;
    }
}

@media only screen and (max-width: 959px) {

    .menu,
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }

    .menu-mobile,
    .menu>ul>li,
    .menu>ul>li>ul,
    .menu>ul>li>ul>li>ul {
        position: relative;
    }

    .menu-mobile,
    .menu>ul>li,
    .menu>ul>li a {
        display: inline-block;
        vertical-align: middle;
    }

    .menu-container,
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }

    .menu {
        padding: 10px 0;
        text-align: left;
        height: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .menu-mobile {
        color: var(--bs-white);
        padding: 0 0 0 30px;
        margin: 0 0 0 30px;
        font-weight: var(--weight-700);
        font-size: 16px;
        text-transform: uppercase;
    }

    .menu-dropdown-icon:before {
        display: block;
        width: 40px;
        height: 45px;
        line-height: 45px;
    }

    .menu>ul>li>ul h5 {
        margin: 10px 0 0;
    }

    .menu>ul {
        display: none;
    }

    .menu>ul>li>a {
        line-height: 45px;
    }

    .menu>ul>li>ul {
        width: 100%;
        max-height: 600px;
        overflow: auto;
    }

    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 0;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .menu>ul>li>ul>li>ul>li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
        background: var(--bs-body-bg);
        top: 9px;
        padding: 0;
        max-width: 100%;
    }

    .menu>ul>li a {
        color: var(--dark-grey);
        width: auto;
    }

    .menu>ul>li {
        width: 100%;
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    .about-btn-rgt>a {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .datejust-section {
        width: 45%;
    }



    /*17-03-2025*/
    .rolex-model-list .datejust-section{width: 33.33%;padding: 0 11.5px;}
    
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .main-slider-info .left_side {
        max-width: 60%;
    }
}

@media (max-width: 991px) {

    .spacing-120 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .left_ajax_content.Rolex-Used,#left_ajax_content.Rolex-Used,.left_ajax_content.Rolex,#left_ajax_content.Rolex
    {
        display: none !important;
    }
    .blog-inner .rolex-model-list .mt-5  
    {
            margin-top: 0rem!important;
    }


    .watch-title h3 {
        font-size: 20px;
    }

    .bradcam-left ul,
    .bradcam-left ul li,
    .error-messges p,
    .main-slider-info .sub_title,
    .shopping-cart .fw_light,
    .subscribe-modal-info .form-field label,
    .watch-dec p {
        font-size: 16px;
    }

    .blog-watch-text,
    .fot-lft,
    .people-say .logo-con .box-con li a,
    .sell-trade-info {
        text-align: center;
    }

    .main-slider .left_side h1 {
        font-size: 22px;
    }

    .search-watch .input-group input,
    .search-watch .input-group input[type="text"] {
        width: 80%;
    }

    .top-banner-slider-text {
        padding: 10px 0;
    }

    .main-slider .carousel-indicators,
    .slick-dots {
        bottom: 20px;
    }

    .main-slider figure img {
        min-height: 260px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .latest-arrival-shop {
        display: block;
        grid-template-columns: inherit;
    }

    .latest-arrival-box {
        padding: 0 10px 30px;
        width: 32.5%;
        display: inline-block;
        vertical-align: top;
    }

    .search-item-list .col-md-6,
    .search-rgt,
    .sell-trade-info p {
        width: 100%;
    }

    .most-popular-bg .latest-arrival-box,
    .user-name-blog {
        margin-bottom: 30px;
    }

    .blog-watche-info {
        border: 1px solid var(--bs-gray);
        margin: 0 0 40px;
        padding: 25px;
    }

    .bitcoin-info:last-child,
    .blog-watche-info.blog-watche-info-rgt,
    .videos-listing .mt-40 {
        margin: 0;
    }

    .subscribe-title {
        font-size: 25px;
    }

    .contact {
        margin-top: 30px;
    }

    .copyright-info-footer {
        flex-direction: column;
        align-items: center;
    }

    .copyright-link {
        width: 100%;
        border-top: 1px solid var(--bs-gray);
        padding-top: 10px;
        margin-top: 10px;
    }

    .copyright-link ul,
    .social-media-lft .d-flex {
        justify-content: center;
    }

    .fot-lft {
        border-bottom: 1px solid var(--bs-white);
        margin: 0 0 30px;
    }

    .social-media-lft {
        padding-bottom: 30px;
    }

    .fot-phone-info ul li,
    .shopping-cart .btn_plain_normal,
    .shopping-cart .btn_plain_normal:focus,
    .shopping-cart .btn_plain_normal:hover {
        margin: 0 0 10px;
    }

    .rolex-model-click-mob,
    .rolex-variations-click-mob,
    .social-media-rgt ul li span {
        display: none;
    }

    .search-rgt .button-watch-default {
        padding: 3px 13px;
    }

    .search-watch {
        width: 100%;
        display: none;
    }

    .product-what-and-pro-btn .social-media-rgt ul li span,
    .show-mob {
        display: inline-block;
    }

    .show-mob .about-btn-rgt.d-none {
        display: inline-block !important;
    }

    .show-mob {
        position: relative;
    }

    .button-watch-default {
        margin-right: 0;
    }

    .about-btn-rgt img {
        margin-left: 10px;
        width: 20px;
    }

    .mob-search .search-watch {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: 123;
        width: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.9);
    }

    .mob-search .search-watch,
    .mob-search-btn,
    .mob-search-btn .search-watch,
    .mob-search.show {
        display: block !important;
    }

    .close-search-popup {
        float: right;
        position: absolute;
        right: 20px;
        top: 10px;
        font-size: 20px;
    }

    .mob-search-btn .input-group .btn {
        min-height: 40px;
        border-radius: 2px;
        margin: 0 0 0 10px;
        width: 40px;
        background-size: 22px;
    }

    .search-top {
        justify-content: end !important;
    }

    .mob-search .search-watch form {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 85%;
        height: 100%;
        margin: 0 auto;
    }

    .test-reviews-title {
        background-position: center right 40px;
    }

    .most-popular-bg .arrival-img {
        display: flex;
        justify-content: center;
        min-height: 235px;
    }

    .product-box-wapper,
    .review-con .main-title,
    .trade-from .section-title {
        margin-bottom: 40px;
    }

    .product-box-wapper .product-content .name {
        margin: 10px 0;
    }

    .product-pagination .pagination .page-item .page-link {
        min-width: 40px;
        height: 40px;
    }

    .product-slider-detils-rgt {
        padding: 15px 0 0;
    }

    .product-what-and-pro-btn {
        flex-direction: initial;
        justify-content: flex-start;
    }

    .product-what-and-pro-btn .button-watch-default {
        margin: 0 20px 0 0;
    }

    .page-title-bradcam .page-link {
        min-width: 110px;
        text-align: center;
    }

    .product-trustpilot-button {
        padding-left: 0;
        border-left: none;
    }

    .product-trustpilot-button ul {
        display: flex;
        margin-top: 15px;
    }

    .product-trustpilot-button ul li {
        padding: 10px;
        margin: 10px 20px 20px 0;
    }

    .error-messges h2,
    .left-sec .text-con .people-title h3 {
        font-size: 30px;
    }

    .left-sec .text-con,
    .main-footer,
    .people-say .logo-con {
        padding: 30px 0;
    }

    .people-say .logo-con .box-con li a img {
        max-width: 120px;
    }

    .review-con .reviw-title h3 {
        margin-bottom: 15px;
    }

    .people-say .logo-con {
        max-width: 350px;
        padding: 30px 0;
    }

    .faq-tab .accordion-button {
        gap: 25px;
        line-height: 1.5;
    }

    .contact-info,
    .contact-info ul {
        margin: 30px 0 0;
    }

    .contact-info .section-title h3 {
        margin: 0 0 20px;
    }

    .trade-text {
        padding-top: 40px;
        padding-left: 0;
    }

    .blog-box {
        padding: 15px;
    }

    .error-messges h1 {
        font-size: 180px;
    }

    .rolex-ranges-tab .nav-tabs .nav-item {
        width: 30%;
    }

    .rolex-model-ranges-filter .prod-img {
        width: 20%;
    }

    .rolex-model-ask-question-link ul li a {
        font-size: 15px;
        margin: 0 5px;
    }

    .rolex-model-ask-question-link,
    .shopping-cart .bg-gray {
        flex-direction: column;
    }

    .font-bold {
        width: 100%;
        margin: 0 0 10px;
    }

    .homevideosection,
    .mtree-transit-link.rolex-model-click-mob.show-mtree-transit-link,
    .rolex-model-click-mob.rolex-model-click-mob-show,
    .rolex-variations-click-mob.show-mtree-transit-link {
        display: block;
    }

    h5.rolex-model-click:after,
    h5.rolex-variations-click:after {
        content: "";
        right: 20px;
        position: absolute;
        border-left: 2px solid #000;
        border-top: 2px solid #000;
        width: 10px;
        height: 10px;
        top: 8px;
        transform: rotate(225deg);
    }

    .productlist {
        margin: 5px 0;
    }

    .rolex-model-list {
        padding-left: 15px;
    }

    .request-open .tr_delay img {
        max-height: 250px;
        padding: 20px 0;
    }

    .shopping-cart ul.shop-cart-tabs li.active::after,
    .shopping-cart ul.shop-cart-tabs li::after {
        right: -19px;
    }

    .shopping-cart ul.shop-cart-tabs li a {
        padding: 13px 20px 13px 40px;
        font-size: 16px;
    }

    .shipping-details .section-title h4 {
        font-size: 17px;
    }

    .shopping-cart .pull-right {
        width: 100%;
        margin: 20px 0 0;
    }

    .latest-arrival-bg .mt-30,
    .sell-trade-info ul {
        margin-top: 20px;
    }

    .videoblock img {
        height: 230px;
    }

    .most-featured-watch-listing .homevideosection {
        display: inline-flex;
    }

    .homevideosection .featured-watch-detail a {
        font-size: 16px;
        line-height: 1.5;
    }

    .homevideosection .videoblock.item .product-hover {
        font-size: 35px;
    }

    .homevideosection .videoblock.item .product-hover::after {
        height: 20px;
        width: 20px;
    }

    .sell-head h2 {
        line-height: 1.5;
    }

    .subscribe-icon img {
        width: 50px;
    }

    .footer-banner-top .spacing-bottom-80 {
        padding-bottom: 20px;
    }

    .fot-phone-info {
        padding: 20px 0 0;
    }

    .productlist.mt-20 {
        margin: 0 0 30px;
    }

    .rolex-used-watchesis-listing-view ul li {
        width: 31%;
    }

    .product-what-and-pro-btn .social-media-rgt {
        margin: 0;
        width: 50%;
        padding: 0 15px 0 0;
    }

    .product-what-and-pro-btn .button-watch-default.whatsapp-button {
        background: #25d366;
        width: 50%;
        margin: 0;
    }

    .product-what-and-pro-btn .button-watch-default.whatsapp-button,
    .product-what-and-pro-btn .social-media-rgt ul li,
    .request-pic-main-div .button-watch-default.request-a-pic {
        font-size: 14px;
    }

    .subscribe-modal-from {
        padding: 25px;
    }

    .subscribe-modal-from input {
        padding: 0 20px;
    }

    .subscribe-modal-info .form-field {
        width: 245px;
    }

    .subscribe-modal-info a.btn {
        margin-top: 10px;
    }

    /*11-03-2025*/
    .rolex-model-list .product-box-wapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .home-youtube-section .youtube-video {
        height: 199px;
    }
}

@media (max-width: 767px) {
    .home-youtube-section .youtube-video {
        height: 199px;
    }

    .pro-cart-title,
    .shopping-cart .bg_light_2.color_dark th,
    .shopping-cart .tr_delay td,
    .shopping-cart ul.shop-cart-tabs li a,
    .shopping-cart-pay {
        text-align: center;
    }

    .chec-out-form,
    .recipt_desc_section .total_rec_value {
        max-width: 100%;
    }

    .content-sec h2 {
        font-size: 30px;
    }

    body .content-sec p {
        margin-bottom: 20px;
    }

    .main-slider .left_side h1,
    .main-slider .left_side p {
        margin-top: 10px;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .main-slider .carousel-indicators,
    .slick-dots {
        bottom: 10px;
    }

    .main-slider .carousel-indicators button,
    .slick-dots li,
    .slick-dots li button {
        height: 10px;
        width: 10px;
        border-radius: 3px;
    }

    .main_title {
        line-height: 1.2;
    }

    .top-banner-slider-text {
        padding: 5px 70px;
    }

    .product-info-head h4,
    .sell-trade-info ul li a {
        font-size: 22px;
    }

    .sell-trade-info p {
        font-size: 20px;
    }

    .blog-img-bot-text {
        font-size: 17px;
        line-height: 1.2;
        padding: 15px;
    }

    .subscribe-title {
        font-size: 22px;
        line-height: 1.5;
    }

    .homevideosection .featured-watch-detail {
        padding: 10px;
        min-height: 95px;
    }

    .modal .prod-img,
    .rolex-model-ranges-filter .prod-img,
    .rolex-model-ranges-filter .tr_delay.tr_delay-info td,
    .search-rgt {
        width: 100%;
    }

    .error-messges p,
    .menu>ul>li a {
        font-size: 16px;
    }

    .social-media-rgt ul li:first-child {
        padding-left: 0;
    }

    .main-slider .left_side h1 {
        font-size: 25px;
    }

    .faq-tab ol li,
    .faq-tab p,
    .social-media-rgt ul li a {
        font-size: 14px;
    }

    .search-bottom-link ul li {
        margin: 0;
        text-align: left;
    }

    .latest-arrival-box {
        width: 49%;
    }

    .latest-arrival-box:last-child,
    .related-product-bg {
        padding-bottom: 0;
    }

    .search-rgt .button-watch-default {
        padding: 0 20px;
        display: none;
    }

    .about-btn-rgt>a {
        padding: 0 15px;
    }

    .top-banner-slider-text p {
        line-height: 20px;
    }

    .main-slider figure img {
        min-height: 210px;
    }

    .most-popular-bg .arrival-img {
        display: flex;
        justify-content: center;
    }

    .request-open table td,
    .request-open table th {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .request-open .form-label {
        font-size: var(--font-24);
        display: block;
    }

    .btn-close {
        background-size: 15px !important;
    }

    .form-section .form-label sup {
        padding-top: 0;
        padding-left: 0;
    }

    .people-say .logo-con .box-con,
    .product-trustpilot-button ul {
        flex-direction: column;
    }

    .product-trustpilot-button ul li {
        margin: 0 0 15px;
    }

    .chec-out-form .group.captcha,
    .review-con .reveiw-box {
        margin-bottom: 30px;
    }

    .people-say .logo-con .box-con li {
        margin-top: 30px;
        margin-left: 0;
    }

    .people-say .logo-con .box-con li:first-child {
        margin-top: 0;
    }

    .people-say .logo-con .box-con li:nth-child(2) {
        margin-top: 30px;
    }

    .faq-tab .accordion-button {
        font-size: var(--font-16);
    }

    .step-section h4 {
        font-size: var(--font-26);
    }

    .section-title h3 {
        line-height: 1.4;
    }

    .our-story-img {
        margin: 0 0 40px;
    }

    .what-offer-img {
        margin: 40px 0 0;
    }

    .our-story-con .our-story-title h3,
    .people-say.reviws-section-bg .logo-con .box-con li,
    .productlist.mt-20,
    .what-we-offer-con .offer-title h3 {
        margin: 0 0 20px;
    }

    .our-story-con p,
    .our-story-con p+p,
    .what-we-offer-con p,
    .what-we-offer-con p+p {
        margin-top: 20px;
    }

    .about.review-con .reviw-title h3 {
        font-size: var(--font-32);
    }

    .about.review-con p {
        font-size: var(--font-20);
    }

    .md_no-touch .sub_menu li:hover>a,
    .people-say .left-sec:before,
    .pre-owned-hover-content h5,
    .shopping-cart .bg_light_2,
    .shopping-cart ul.shop-cart-tabs li.active::after,
    .shopping-cart ul.shop-cart-tabs li::after,
    .shopping-cart ul.shop-cart-tabs li:after,
    .shopping-cart ul.shop-cart-tabs li:before,
    .sub_menu .current>a,
    .sub_menu .current_click>a,
    .sub_menu .touch_open_sub>a {
        display: none;
    }

    .reviws-section-bg .text-con {
        padding-left: 25px;
        padding-right: 25px;
    }

    .reviws-section-bg {
        margin: 20px 0 0;
    }

    .people-say.reviws-section-bg .logo-con .box-con {
        flex-direction: row;
    }

    .review-con.reviws-section-two-bg .reveiw-box {
        margin: 20px 0 0;
        height: auto;
    }

    .review-con.reviws-section-two-bg .main-title {
        margin: 0 0 10px;
    }

    .menu>ul>li>ul {
        max-height: 350px;
    }

    .thank-you-ctn h1 {
        font-size: 50px;
    }

    .error-messges h1 {
        font-size: 140px;
    }

    .error-messges h2 {
        font-size: 25px;
        margin: 0 0 20px;
    }


    .shopping-cart .bg_light_2.color_dark th,
    .shopping-cart .tr_delay td {
        width: 100%;
        display: inline-block;
        margin: 0;
    }

    .pro-cart-title {
        width: 100%;
        background: var(--bs-gray);
        padding: 5px 10px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        font-family: Karla;
        margin: 0 0 20px;
    }

    .shopping-cart-pay table.table-bordered {
        margin: 0 auto 10px;
    }

    .shopping-cart ul.shop-cart-tabs li a {
        padding: 13px 12px;
    }

    .shopping-cart .fw_light:last-child {
        margin: 0;
    }

    .chec-out-form {
        margin-top: 30px;
    }

    .shipping-details .section-title h4 {
        font-size: 24px;
        margin: 0 0 10px;
    }

    .form_record_details form ul {
        padding: 0 15px 30px;
    }

    .trade-text {
        padding-top: 30px;
    }

    .product-what-and-pro-btn .button-watch-default img {
        width: 16px;
        margin: 0 0 0 5px;
    }

    .rolex-used-watchesis-listing-view ul li {
        width: 45%;
    }

    .product-what-and-pro-btn .social-media-rgt {
        width: 50%;
    }

    .product-what-and-pro-btn .button-watch-default.whatsapp-button,
    .product-what-and-pro-btn .social-media-rgt ul li,
    .request-pic-main-div .button-watch-default.request-a-pic {
        font-size: 12px;
    }

    .product-what-and-pro-btn .social-media-rgt ul li a {
        padding: 5px 0;
    }

    .request-open .modal-body label.form-check-label {
        width: 90%;
    }

    /*11-06-2024*/
    .product-box-wapper.pre-owned-product-wapper .product-content .brand-name {
        position: relative;
        justify-content: center;
        padding: 0 0 0px;
        margin: 0px;
    }

    .col.product-box-wapper.brand-box-wapper.pre-owned-product-wapper .prod-number-item {
        text-align: left !important;
        color: #000;
        padding: 0;
    }

    .product-box-wapper.pre-owned-product-wapper .product-content .brand-name:before {
        position: absolute;
        bottom: -10px;
        right: 0;
        content: "\f138";
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-size: 23px;
        font-weight: 600;
        color: #000;
        display: none;
    }

    .product-box-wapper.pre-owned-product-wapper.brand-box-wapper {
        margin-bottom: 20px;
    }



    .col.product-box-wapper.brand-box-wapper.pre-owned-product-wapper .product-content {
        padding: 0 5px;

    }

    .col.product-box-wapper.brand-box-wapper.pre-owned-product-wapper .brand-name a {
        color: #000;
        z-index: 123;
        position: relative;
        margin: 10px 0 0;
        text-align: center;
    }

    .col.product-box-wapper.brand-box-wapper.pre-owned-product-wapper .prod-number-item {
        text-align: center !important;
        color: #000;
        padding: 0;
    }

    .pre-owned-product-wapper:hover .product-content .brand-name,
    .pre-owned-product-wapper:hover .product-content .price {
        display: block;
        text-align: center;
    }

    .pre-owned-hover-content {
        top: 0;
        height: calc(100% - 72px);
        visibility: visible;
        border-radius: 8px;
    }

    .pre-owned-hover-content ul li {
        padding: 2px;
        margin: 1px;
    }



    .col.product-box-wapper.brand-box-wapper.pre-owned-product-wapper:hover .product-content .brand-name a,
    .col.product-box-wapper.brand-box-wapper.pre-owned-product-wapper:hover .product-content .brand-name::before {
        /* color: var(--org) !important;
        text-align: left !important; */
    }

    .col.product-box-wapper.brand-box-wapper .product-content:hover .pre-owned-hover-content {
        display: flex;
        flex-wrap: wrap;
    }

    .pre-owned-hover-content ul li a {
        font-size: 13px;
        display: flex;
        vertical-align: middle;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .pre-owned-hover-content ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


    /*17-03-2025*/
    .rolex-model-list .datejust-section {
        width: calc(50% - 5px);
        padding: 0 1px;
        margin: 0 0 20px 0;
    }
 
    .rolex-model-list .datejust-section .prod-name, .rolex-model-list .datejust-section .prod-number{
        padding: 5px 10px;
    }
    

}

@media (max-width: 575px) {
    .product-slider-item figure img {
        max-height: 393px;
    }

    .beachem-top-bar,
    .most-popular-bg .latest-arrival-box,
    .people-say .left-sec {
        text-align: center;
    }

    .blog-watche-info .slick-next,
    .blog-watche-info .slick-prev {
        width: 25px;
        height: 25px;
        top: 25%;
    }

    .menu>ul>li>ul {
        max-height: 280px;
    }

    body {
        font-size: 14px;
    }

    .main-slider-info h5 {
        line-height: 1.5;
        font-size: 15px;
    }

    .sell-trade-bg .sell-head h2 {
        font-size: 25px;
    }

    .sell-trade-info p {
        font-size: 17px;
    }

    .sell-trade-info ul li a {
        font-size: 19px;
    }

    .button-watch-default {
        line-height: 2.5;
    }

    .latest-arrival-shop {
        grid-template-columns: 1fr;
    }

    .arrival-info p {
        max-height: initial;
    }

    .arrival-info h6 {
        font-size: 23px;
    }

    footer.main-footer .link {
        margin: 0 0 30px;
        width: 50%;
    }

    .search-watch .input-group input {
        font-size: 16px;
    }

    .latest-arrival-box,
    .shopping-cart .checkout-btn-group .btn-large {
        width: 100%;
    }

    .fot-img img {
        width: 250px;
    }

    .product-what-and-pro-btn,
    .testimonials-reviews ul li,
    .testimonials-reviews ul li a,
    .vid-title-home {
        flex-direction: column;
    }

    .test-reviews-title {
        width: 100%;
        justify-content: center;
        min-height: auto;
    }

    .testimonials-reviews-img {
        width: 100%;
        padding: 15px;
    }

    .testimonials-reviews ul li {
        padding-right: 0;
    }

    .social-media-rgt ul li,
    .social-media-rgt ul li a {
        font-size: 0px;
    }

    .header-left img,
    .header-left svg {
        height: 35px;
    }

    .mob-search-btn .input-group .btn {
        min-height: 35px;
        width: 40px;
    }

    .arrival-info h6,
    .main-header,
    .most-popular-bg .arrival-img {
        min-height: auto;
    }

    header .social-media-rgt ul.d-flex {
        justify-content: center !important;
    }

    .top-header-bg {
        padding: 5px 0;
    }

    .blog-img-bot-text a {
        padding: 0 20px 0 0;
    }

    .menu .show-on-mobile {
        height: 100vh;
    }

    .datejust-section .prod-name,
    .nav-tabs .nav-link {
        font-size: 18px;
    }

    .newset-arrival-bg ul li {
        margin-right: 10px;
    }

    .videos-full-details .videos-thumb {
        padding-top: 70%;
    }

    .product-info-head h4 {
        font-size: 20px;
    }

    .product-buy-button {
        grid-template-columns: 1fr 1fr;
        display: grid;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .product-buy-button a {
        margin: 5px;
        padding: 5px 8px;
    }

    .product-trustpilot-button ul li,
    .product-what-and-pro-btn .button-watch-default,
    .vid-title-home .blog-title {
        margin: 0 0 10px;
    }

    .beachem-top-bar {
        flex-direction: column;
    }

    .bradcam-left ul,
    .bradcam-left ul li,
    .product-what-and-pro-btn .social-media-rgt ul li,
    .product-what-and-pro-btn .social-media-rgt ul li a {
        font-size: 15px;
    }

    .bradcam-left,
    .most-featured-watch-listing .vid-title-home .blog-title {
        margin: 0;
    }

    .beachem-top-bar .pagination {
        padding-top: 10px;
    }

    .product-trustpilot-button ul {
        flex-direction: column;
        margin-top: 0;
    }

    .product-trustpilot-info {
        padding: 0 0 20px;
    }

    .section-title h3 {
        line-height: 1.4;
        font-size: var(--font-26);
    }

    .how-to-sell .section-title {
        margin-bottom: 30px;
    }

    .review-con .reveiw-box {
        width: 70%;
        margin: 0 auto 30px;
    }

    .left-sec .text-con .people-title h3 {
        font-size: 25px;
        line-height: 1.4;
        margin: 0 0 10px;
    }

    .review-con.reviws-section-two-bg .reveiw-box {
        margin: 10px auto;
        height: auto;
        width: 90%;
    }

    .thank-you-ctn h1 {
        font-size: 35px;
    }

    .productlist h5,
    .rolex-model-list-title h4 {
        line-height: 1.5;
    }

    .rolex-ranges-tab .nav-tabs .nav-item {
        width: 45%;
        margin: 5px;
    }

    .productlist .section-title {
        margin: 0 !important;
    }

    .shopping-cart ul.shop-cart-tabs li {
        width: 100%;
        margin: 2px 0;
    }

    .videos-content h6 {
        font-size: 16px;
        display: block;
        line-height: 1.5;
    }

    .rolex-ranges-tab {
        padding: 0 15px;
    }

    .datejust-section {
        width: 43%;
    }

    .copyright {
        padding: 20px 0;
    }

    .main-slider .left_side h1 {
        font-size: 22px;
    }

    .main-slider .carousel-indicators button,
    .slick-dots li,
    .slick-dots li button {
        height: 5px;
        width: 5px;
        border-radius: 2px;
    }

    .menu>ul>li>ul>li>ul>li a {
        padding: 5px 0;
        font-size: var(--font-20);
    }

    .menu>ul>li>ul h5 {
        font-size: var(--font-20);
    }

    .contact {
        margin-top: 0;
    }

    .rolex-used-watchesis-listing-view ul li {
        width: 100%;
        margin: 15px 0;
        text-align: left;
    }

    .step-section h4 {
        font-size: var(--font-22);
    }

    .review-con.reviws-section-two-bg .reveiw-box img,
    .subscribe-modal-info .form-field {
        width: 210px;
    }

    .blog-box-img img {
        max-width: 80px;
        min-width: 80px;
        min-height: 80px;
    }

    .form-section .form-control,
    .form-section .form-select {
        height: 40px;
    }

    .form-section .textarea {
        min-height: 130px;
    }

    .about-btn-rgt>a,
    .search-bottom-link {
        width: 145px;
    }

    .product-what-and-pro-btn .social-media-rgt ul li a img {
        max-width: 25px;
    }

    .product-what-and-pro-btn .social-media-rgt ul li {
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
    }

    .product-what-and-pro-btn .button-watch-default.whatsapp-button {
        background: #25d366;
        width: 100%;
        margin: 0;
    }

    .product-what-and-pro-btn .social-media-rgt {
        width: 100%;
        padding: 0;
    }

    .content-four,
    .content-one,
    .content-three,
    .content-two {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .content-four.content-night {
        flex-direction: row;
    }

    .blog-details-right .content-one img,
    .content-eight img:nth-child(2),
    .content-five img,
    .content-four img,
    .content-six img,
    .content-three img,
    .content-two img,
    .img-left,
    .new-blog-watch .img-right {
        width: 100%;
        padding: 10px 0;
    }

    .new-blog-watch h5.thunder-head {
        margin-top: 20px;
    }

    .new-blog-watch h5 {
        margin: 20px 0 10px;
    }

    .new-blog-watch .content-seven .img-right.img-fluid {
        width: auto;
    }

    .subscribe_Modal_Popup .modal-dialog {
        margin: 0 auto;
    }

    .subscribe-modal-from input {
        padding: 0 20px;
    }

    .subscribe-modal-from {
        padding: 22px;
    }

    .subscribe_Modal_Popup button.btn-close {
        background-size: 12px !important;
        background-position: top 6px right 6px;
        padding: 16px;
    }

    .form-section.subscribe-modal-info .form-field {
        margin-bottom: 8px;
    }

    .subscribe_Modal_Popup .modal-content {
        width: 90%;
        margin: 0 auto;
    }

    /*11-06-2024*/
    .pre-owned-hover-content ul li {
        margin: 1px;
        display: flex;
        padding: 2px;
        flex-grow: 1;
        justify-content: center;
    }

    .col.product-box-wapper.brand-box-wapper .product-content:hover .pre-owned-hover-content {
        display: flex;
        flex-wrap: wrap;
    }

    .pre-owned-hover-content ul li a {
        font-size: 10px;
        display: flex;
        vertical-align: middle;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .pre-owned-hover-content ul {
        display: flex;
        flex-wrap: wrap;
    }

    .product-box-wapper.brand-box-wapper .product-content .brand-name a,
    .subscribe-modal-info .form-field label {
        font-size: 16px;
    }

    .col.product-box-wapper.brand-box-wapper.pre-owned-product-wapper .prod-number-item {
        font-size: 13px;
    }

    .product-box-wapper.pre-owned-product-wapper .product-content .brand-name:before {
        font-size: 16px;
        bottom: -20px;
    }

    .pre-owned-hover-content {
        height: calc(100% - 66px);
        visibility: visible;
    }

    /*11-03-2025*/
    .rolex-model-list .product-box-wapper,
    .rolex-model-list .product-box-wapper.brand-box-wapper {
        margin-bottom: 10px;
    }

   
}

@media screen and (max-width: 480px) {
    :root {
        --font-16: 14px;
    }

    .rolex-ranges-tab {
        padding: 0;
    }

    .rolex-model-list-info,
    .rolex-model-list-info .rolex-model-list-title {
        margin-top: 10px !important;
    }

    .button-watch-default,
    .menu {
        margin: 0;
    }

    .subscribe-title {
        font-size: 20px;
        line-height: 1.6;
    }

    .testimoinal-sub-title {
        font-size: 21px;
        line-height: 1.2;
    }

    .arrival-price,
    .product-info-head h4,
    .step-section p,
    .sub_title,
    .testimonials-inf-lft .blog-watch-text p {
        font-size: 16px;
    }

    .subscribe-icon img {
        width: 50px;
    }

    .main-slider figure {
        display: none;
    }

    .main-slider .slider-img01 {
        background: url(../images/slider-img01-2025.jpg) no-repeat;
    }

    .main-slider .slider-img02 {
        background: url(../images/slider-img02-2025.jpg) no-repeat;
    }

    .main-slider .slider-img03 {
        background: url(../images/slider-img03-2025.jpg) no-repeat;
    }

    .main-slider .slider-img04 {
        background: url(../images/slider-img04-2025.jpg) no-repeat;
    }

    .main-slider .slider-img05 {
        background: url(../images/Faberge_mobile.jpg) no-repeat;
    }

    .main-slider .slider-img06 {
        background: url(../images/Rebellion_mobile.jpg) no-repeat;
    }


    .top-banner-slider-text {
        padding: 5px 40px;
        line-height: 1.2;
    }

    .arrival-info p,
    .blog-title,
    .blog-title a,
    .blog-title h3,
    .main_title,
    .sell-trade-bg .sell-head h2 {
        line-height: 1.5;
    }

    .newset-arrival-bg ul li {
        margin: 0 10px 10px;
    }

    .newset-arrival-bg ul li button {
        font-size: 16px;
        padding: 0 15px;
    }

    /* .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .product-slider-lft,
    .rolex-ranges-tab .nav-tabs .nav-item {
        width: 100%;
    } */

    .nav-tabs .nav-link {
        padding: 0 10px;
        font-size: 16px;
        line-height: 2.5;
    }

    .latest-arrival-head h3,
    .latest-arrival-head h4 {
        line-height: 1.5;
        padding: 0 14px;
        font-size: 22px;
    }

    .arrival-info p {
        max-height: 51px;
    }

    .blog-watch-text,
    .sell-trade-info {
        text-align: center;
    }

    .blog-watch-button .button-watch-default {
        padding: 5px 12px;
        line-height: 2;
        font-size: 13px;
    }

    .blog-img-bot-text a {
        padding: 0 30px 0 0;
    }

    .blog-img-bot-text {
        font-size: 13px;
        line-height: 1.3;
        padding: 0 10px 10px;
    }

    .subscribe-from input {
        border-right: 2px solid var(--bs-white);
        max-width: 100%;
        width: 100% !important;
        margin: 0 0 30px;
    }

    .content-four.content-night,
    .copyright-link ul,
    .rolex-model-ask-question-link,
    .testimonials-reviews ul {
        flex-direction: column;
    }

    .testimonials-reviews ul li {
        margin: 20px 0;
    }

    .testimonials-reviews ul li a {
        margin-bottom: 10px;
        width: 100%;
    }

    .arrival-info h6,
    .productlist h5,
    .review-con p,
    .rolex-model-list-title h4 {
        font-size: 20px;
    }

    .about-btn-rgt>a,
    .error-messges p,
    .menu-mobile,
    .menu>ul>li a,
    .productlist h5 {
        font-size: 15px;
    }

    .blog-watch-text p {
        line-height: 1.4;
    }

    .about-btn-rgt>a,
    .menu>ul>li>a {
        line-height: 40px;
    }

    .subscribe-from button {
        padding: 6px 40px;
    }

    .social-media-rgt ul li {
        padding: 0 5px;
    }

    .product-list-data ul li b,
    .social-media-rgt ul li:first-child {
        padding-left: 0;
    }

    .header-left img,
    .header-left svg {
        height: 30px;
    }

    .search-watch .input-group input {
        width: 75%;
        line-height: 2.5;
    }

    .mob-search-btn .input-group .btn {
        min-height: 35px;
        border-radius: 2px;
        margin: 0;
        width: 40px;
        background-size: 20px;
    }

    .menu {
        padding: 7px 0;
        height: 40px;
        text-align: left;
    }

    .search-rgt .button-watch-default {
        padding: 0 10px;
        margin: 0 8px 0 0;
    }

    .about-btn-rgt>a,
    .form-section .form-control,
    .form-section .form-select {
        height: 40px;
    }

    .menu-mobile {
        padding: 3px 0 3px 30px;
    }

    .home-youtube-section .youtube-info .info-text .id {
        font-size: 13px;
    }

    .home-youtube-section .youtube-info .info-text .count {
        font-size: 22px;
    }

    .search-bottom-link {
        top: 30px;
    }

    .menu-dropdown-icon:before {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .menu>ul>li>ul>li {
        grid-template-columns: 1fr;
    }

    .contact-info,
    .pre-owned-hover-content,
    .rolex-used-watchesis-listing-view ul,
    ul.sub-nav-link li a {
        padding: 10px;
    }

    .search-bottom-link ul li a {
        padding: 1px 5px;
    }

    .menu .show-on-mobile {
        top: 8px;
    }

    .test-reviews-title {
        background-image: none;
        padding: 12px;
    }

    .bi-chevron-right {
        display: none;
    }

    .main-slider .carousel-indicators,
    .slick-dots {
        bottom: 30px;
    }

    .main-slider-info {
        position: relative;
        background: 0 0;
        padding: 37px 0 0;
        text-align: center;
    }

    .copyright.text-center,
    .vid-head-bg {
        padding: 15px 0;
    }

    .main-slider .slider-item {
        background-size: cover;
        height: 650px;
        background-position: bottom;
    }

    .main_title {
        font-size: 26px;
        line-height: 1.3;
    }

    .slider-item.slider-img01 .main-slider-info,
    .slider-item.slider-img04 .main-slider-info {
        position: relative;
        background: 0 0;
        padding: 37px 0 0;
        text-align: center;
    }

    .main-slider .carousel-indicators .active,
    li.slick-active,
    li.slick-active button {
        background-color: #51ad98;
    }

    .vid-head-bg {
        font-size: 18px;
    }

    .menu-mobile:after {
        top: 10px;
    }

    .menu-mobile:before {
        top: 4px;
    }

    .product-pagination .pagination li:first-child a,
    .product-pagination .pagination li:first-child span,
    .product-pagination .pagination li:last-child a {
        font-size: 0 !important;
        padding: 0 !important;
        position: relative;
    }

    .product-pagination .pagination .page-item .page-link {
        min-width: 35px;
        height: 35px;
    }

    .product-pagination .pagination li:first-child a:before,
    .product-pagination .pagination li:first-child span:before,
    .product-pagination .pagination li:last-child a:before {
        position: absolute;
        content: "\f104";
        left: 0;
        right: 0;
        font: 25px FontAwesome;
        text-align: center;
        color: var(--head-btn);
    }

    .product-pagination .pagination li:last-child a:before {
        content: "\f105";
    }

    .product-box-wapper .product-content .name a {
        line-height: 1.3;
    }

    .product-box-wapper .product-content .name {
        margin: 5px 0;
    }

    .col.product-box-wapper.brand-box-wapper .product-content {
        padding: 10px 0;
    }

    .product-list-data ul li span {
        width: 100%;
        padding: 0;
        border-right: none;
    }

    .product-list-data ul li {
        margin: 0 0 5px;
        border: 1px solid var(--bs-gray);
        padding: 10px;
    }

    .request-open .form-label {
        font-size: var(--font-22);
    }

    .product-slider-lft figure label a,
    .subscribe-modal-info div.text-danger,
    .subscribe-modal-info span {
        font-size: 12px;
    }

    .privacy-policy h5 {
        font-size: 17px;
        margin: 0 0 10px;
        line-height: 1.3;
    }

    .privacy-policy p {
        font-size: 14px;
        line-height: 1.6;
    }

    .review-con .reveiw-box {
        width: 85%;
        margin: 0 auto 30px;
    }

    .our-story-img {
        margin: 0 0 20px;
    }

    .about.review-con .reviw-title h3 {
        font-size: 22px;
        line-height: 1.5;
    }

    .left-sec .text-con .people-title h3,
    .review-con .reviw-title h3 {
        font-size: 23px;
    }

    .read-more-link,
    .shipping-details .section-title h4 {
        font-size: 17px;
    }

    .contact-info p {
        font-size: var(--font-20);
        margin: 0 0 10px;
    }

    .blog-right-text p,
    .mt-25,
    .read-more-link {
        margin-top: 15px;
    }

    sup {
        top: -0.3em;
    }

    .blog-box-right {
        padding: 20px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .blog-details-right p {
        font-size: var(--font-20);
        margin-bottom: 20px;
    }

    .error-messges h1 {
        font-size: 100px;
    }

    .error-messges h2 {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .pre-owned-rolex-details .our-story-con .our-story-title h3 {
        font-size: 20px;
        line-height: 1.5;
    }

    .pre-owned-product-listung .what-we-offer-con .offer-title h3 {
        font-size: 24px;
        line-height: 1.5;
    }

    .productlist h5 {
        padding: 0 35px 0 10px;
    }

    h5.rolex-model-click:after,
    h5.rolex-variations-click:after {
        top: 3px;
    }

    .rolex-model-ask-question-link ul {
        padding: 10px 0;
        margin: 10px 0 0;
        border-top: 1px solid var(--bs-gray);
        flex-direction: column;
        width: 100%;
    }

    .rolex-model-ask-question-link ul li a.button-watch-default {
        margin: 5px 0 0;
    }

    .productlist .section-title {
        margin: 10px 0 0 !important;
    }

    .shopping-cart .table-bordered tr td {
        padding: 10px 20px;
        font-size: 14px;
    }

    .shopping-cart .shop-cart-tabs {
        margin-bottom: 30px;
    }

    .checkbox-billing,
    .shipping-details .section-title h4 {
        margin: 0 0 30px;
    }

    .checkbox-billing-info-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkbox-billing .form-group label:before {
        padding: 7px;
        vertical-align: sub;
    }

    .shipping-details .section-title {
        margin: 0;
        padding: 0;
    }

    .checkbox-billing .form-group input:checked+label:after {
        left: 7px;
        width: 5px;
        height: 10px;
    }

    .shipping-details .form-section,
    .shipping-details .form-section .form-field {
        padding-right: 0;
        padding-left: 0;
    }

    .shopping-cart ul.shop-cart-tabs li a {
        padding: 8px 12px;
        font-size: 15px;
    }

    .shipping-details {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }

    .gif-loader svg {
        width: 40px;
    }

    .shopping-cart .btn_plain_normal,
    .shopping-cart .btn_plain_normal:focus,
    .shopping-cart .btn_plain_normal:hover {
        padding: 0 15px;
    }

    .datejust-section {
        width: 90%;
        margin: 0 auto 20px;
    }

    .breadcrumb li.pull-right ul li a {
        margin: 0 1px;
    }

    .subscribe-modal-info .form-field label,
    .videos-content p {
        font-size: 14px;
    }

    .page-title .sub-title {
        line-height: 1.4;
        font-size: 16px;
    }

    .homevideosection .featured-watch-detail .featured-detail {
        min-height: auto;
        margin: 10px 0 0;
    }

    .homevideosection .featured-watch-detail {
        padding: 6px;
        min-height: auto;
    }

    .home-youtube-section .youtube-info .youtube-logo .seen_youtube_img {
        max-width: 100px;
    }

    .bitcoin-img img {
        width: 60px;
    }

    .trade-text .get-a-quote {
        margin-top: 20px;
    }

    .page-title .main-title {
        font-size: var(--font-32);
        line-height: 1.4;
    }

    .content-eight img {
        width: 50%;
    }

    .subscribe-modal-from input {
        padding: 0 10px;
    }

    .subscribe-modal-info .form-field {
        width: 195px;
    }

    .subscribe-modal-from {
        padding: 18px;
    }

    .subscribe-img-modal img {
        min-height: 410px;
        object-fit: cover;
        object-position: left;
    }

    .blog-details .blog-details-right p img {
        width: 100% !important;
        height: auto;
    }

    /*11-03-2025*/
    .rolex-model-list .product-box-wapper .product-content .brand-name {
        padding: 5px 0;
    }
    .rolex-model-list .col.product-box-wapper .product-content{
        padding: 0px;
    }

    table.watch_box_section td .rolex-model-ask-question-link .button-watch-default {
        padding: 0 10px;
    }

  

}

@media screen and (max-width: 399px) {
    .subscribe-modal-from {
        padding: 18px;
    }

    .subscribe-img-modal img {
        min-height: 400px;
        object-fit: cover;
        object-position: left;
    }

    .subscribe-modal-info .form-field {
        width: 174px;
    }
}

@media screen and (max-width: 360px) {
    .main-slider .slider-item {
        height: 600px;
    }

    .about-btn-rgt>a,
    .search-bottom-link {
        width: 136px;
    }
}

.buying-cart-box img,
.content-cart-box img {
    box-shadow:
        0 3px 6px rgba(0, 0, 0, 0.16),
        0 3px 6px rgba(0, 0, 0, 0.23);
    width: 100%;
    background: #fff;
}

.blog-details .blog-left,
.blog-inner .float-right .blog-left {
    height: 820px;
    overflow-y: scroll;
}

.blog-details-right .blog-detail-date {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

@media screen and (max-width: 767px) {

    .blog-details .blog-left,
    .blog-inner .float-right .blog-left {
        height: 740px;
    }

    .blog-box-text p {
        font-size: 14px;
    }

    .blog-details-right .blog-detail-date {
        font-size: 14px;
        margin-top: 0;
    }
}

.product-slider-detils-rgt .affirm-as-low-as {
    font-size: 24px;
    padding-left: 20px;
}

@media (max-width: 1400px) {
    .product-slider-detils-rgt .affirm-as-low-as {
        font-size: 20px;
        padding-left: 5px;
    }
}

@media (max-width: 480px) {
    .product-slider-detils-rgt .affirm-as-low-as {
        font-size: 16px;
    }
}

.title-affirm {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

.faq-from-affirm .accordion-body p {
    line-height: 1.6;
    font-weight: 700;
    color: #444;
}

.buying-from-affirm h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.buying-from-affirm p {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 500;
    margin-top: 30px;
}

.buying-cart-box {
    text-align: center;
    height: 444px;
}

.buying-cart-box img {
    height: 100%;
    object-fit: contain;
    padding: 12px;
    border-radius: 2px;
}

.affriam-a a {
    color: #4a4af4;
}

.buying-from-affirm .affirm-tag {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 24px;
    flex-wrap: wrap;
}

.affirm-tag img {
    width: 70px;
}

.banner-content {
    padding: 60px 0;
    background: linear-gradient(90deg, #2a6877 45%, #112a30 100%);
}

.banner-content h4.banner-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.banner-content h5 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.banner-content p {
    color: #fff;
    max-width: 350px;
    margin: 15px 0;
}

.enthusiast-club {
    max-width: 570px;
    width: 100%;
}

@media (max-width: 575px) {

    .banner-content h4.banner-title,
    .title-affirm {
        font-size: 24px;
    }

    .homevideosection .videoblock.item {
        width: calc(100% / 1);
    }

    .title-affirm {
        margin-bottom: 24px;
    }

    .buying-from-affirm h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .buying-from-affirm p {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .buying-from-affirm .affirm-tag {
        margin: 0;
    }

    .banner-content {
        padding: 20px 0;
    }

    .banner-content p {
        max-width: 100%;
        margin: 10px 0;
    }

    .banner-content h5 {
        font-size: 22px;
    }
}

.product-trustpilot-button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
}

.product-bitcoin-info:last-child {
    padding: 15px;
}

.menu>ul>.blackfriday>a::after,
.menu>ul>.blackfriday>a::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    z-index: 0;
}

.menu>ul>.blackfriday>a {
    background: radial-gradient(circle, #ffe98b 0, #eec928 100%);
    position: relative;
    padding: 0 30px;
    color: red;
    text-shadow: 0 0 15px red;
}

.menu>ul>.blackfriday>a::before {
    border-color: #eec928 #eec928 #eec928 transparent;
    left: -25px;
    border-width: 23px;
}

.menu>ul>.blackfriday>a::after {
    border-color: #eec928 transparent #eec928 #eec928;
    right: -25px;
    border-width: 23px;
}

@media (min-width: 1025px) {
    .menu>ul>.blackfriday+li {
        margin-left: 30px;
    }
}

@media (max-width: 1024px) {
    .menu>ul>.blackfriday>a {
        padding: 0 10px;
    }

    .menu>ul>.blackfriday>a::before {
        left: -40px;
    }
}

.product-what-and-pro-btn .social-media-rgt ul li.product-bitcoin-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 15px;
}

.product-what-and-pro-btn .social-media-rgt:last-child {
    padding-right: 0;
}

.mob-content h3 {
    font-style: normal;
    font-weight: var(--weight-700);
    font-size: var(--font-32);
    line-height: 1.2;
    color: var(--dark-grey);
}

.mob-content {
    padding-top: 100px;
}

.mob-content h4 {
    font-size: 20px;
    margin: 20px 0;
    color: #000;
}

.mob-content p {
    color: #000;
    font-size: var(--font-20);
}

.product-what-and-pro-btn .social-media-rgt li.phone>div>.affirm-site-modal img {
    max-width: 100%;
    height: 70px;
}

.product-what-and-pro-btn .social-media-rgt ul li.product-bitcoin-info img {
    height: 40px;
}

.featured_watch_videos {
    background: url(../images/Rectangle84.png) left center no-repeat;
}

@media (max-width: 991px) {
    .featured_watch_videos {
        background-position: left top;
    }
}

.affirm-lean-more,
.affirm-lean-more:hover {
    background: #4347ee;
    color: #fff;
}

.product-what-and-pro-btn .social-media-rgt.affirm-button ul li.product-bitcoin-info img {
    height: 30px;
}

.social-media-rgt.affirm-button li.product-bitcoin-info {
    background: #fff;
    border: 1px solid var(--bs-gray);
    border-radius: 4px 4px 0 0;
}

.social-media-rgt.affirm-button li.product-bitcoin-info span h6 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.affirm-lean-more {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    border-radius: 0 0 4px 4px;
}

.social-media-rgt.affirm-button li.product-bitcoin-info span {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 7px;
}

@media (min-width: 1200px) {
    .product-what-and-pro-btn .social-media-rgt {
        padding: 0 15px 0 0;
    }

    .product-what-and-pro-btn .social-media-rgt h6 {
        font-size: var(--font-22);
        font-weight: var(--weight-600);
    }
}

@media (max-width: 767px) {
    .product-what-and-pro-btn .social-media-rgt h6 {
        font-size: 15px;
    }

    .social-media-rgt.affirm-button li.product-bitcoin-info span h6 {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .social-media-rgt.affirm-button li.product-bitcoin-info {
        margin: 0;
    }

    .product-what-and-pro-btn .social-media-rgt h6,
    .social-media-rgt.affirm-button li.product-bitcoin-info span h6 {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {

    .blog-watche-info .slick-next,
    .blog-watche-info .slick-prev {
        top: 23%;
    }
}

@media screen and (max-width: 340px) {
    .main-slider .slider-item {
        height: 550px;
    }

    .menu {
        margin: 0;
        padding: 6px 0;
        text-align: left;
        height: 40px;
    }

    .group.captcha.mb-30 {
        transform: scale(0.8);
        position: relative;
        left: -22px;
    }

    .blog-watche-info .slick-next,
    .blog-watche-info .slick-prev {
        top: 20%;
    }
}

.social-media-lft ul .facebook,
.social-media-lft ul .google,
.social-media-lft ul .instagram,
.social-media-lft ul .yelp,
.social-media-lft ul .youtube-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.social-media-lft ul .facebook {
    background: #fff;
}

.facebook a,
.google a,
.instagram a,
.yelp a {
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    height: 100% !important;
}

.bi-facebook {
    color: #306119;
    margin: 0;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bi-google,
.bi-instagram,
.bi-youtube {
    font-size: 18px;
    justify-content: center;
    color: #fff;
    display: flex;
    height: 100%;
}

.social-media-lft ul .instagram {
    background: #e7306b;
}

.bi-google,
.bi-instagram {
    margin: 0;
    align-items: center;
}

.social-media-lft ul .youtube-icon {
    background: red;
}

.youtube-icon a {
    align-items: center !important;
    display: flex !important;
    height: 100% !important;
}

.bi-youtube {
    margin: 0 0 0 6px;
    align-items: center;
}

.social-media-lft ul .google {
    background: #dd4f43;
}

.social-media-lft ul .yelp {
    background: #d32323;
}

.bi-yelp {
    color: #fff;
    margin: 0 0 0 5px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.bi-list::before,
[class=" bi-list"]::before,
[class^="bi-list"]::before {
    vertical-align: middle;
}

.bi-arrow-right::before,
[class=" bi-arrow-right"]::before,
[class^="bi-arrow-right"]::before {
    font-weight: 800 !important;
    vertical-align: -0.225em;
}

.bi-chevron-right::before,
[class=" bi-chevron-right"]::before,
[class^="bi-chevron-right"]::before {
    font-weight: 800 !important;
}

/* Custom dev */
.subscribe-from .error-msg {
    color: red;
    position: absolute;
    left: 0;
    right: 0;
    width: 690px;
    margin: 0 auto !important;
    bottom: -30px;
    max-width: 100%;
    text-align: left;
}

@media screen and (max-width: 1399px) {
    .subscribe-from .error-msg {
        width: 670px;
        bottom: -25px;
    }
}

@media screen and (max-width: 1199px) {
    .subscribe-from .error-msg {
        width: 670px;
    }
}

@media screen and (max-width: 480px) {
    .subscribe-from .error-msg {
        bottom: 45px;
        font-size: 12px;
    }
}

.menu>ul>li.nav-active:hover>a {
    color: var(--bs-body-bg);
}

.menu>ul>li.nav-active>a {
    color: #51ad98;
}

.hidden {
    display: none !important;
}

.rolex-sub-section {
    margin: 0;
}

.rolex-sub-section .rolex-sub-section-container {
    padding: 0;
}

.rolex-sub-section .rolex-sub-section-container img {
    width: 100%;
}

.subscription-captcha {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.product-list-table-right table tr {
    border-top: 1px solid var(--bs-gray);
    font-size: var(--font-22);
}

.disclaimer-print a {
    width: auto;
    margin: 0;
}

.product-list-table-right table {
    width: 100%;
}

.product-list-table-right table tr:last-child td.color_dark {
    font-weight: 400;
    color: #444;
}

.product-list-table-right table tr td {
    padding: 10px 0 10px 20px;
    width: 20%;
    border-right: 1px solid var(--bs-gray);
}

.product-list-table-right table tr td.color_dark {
    width: 80%;
    border-right: none;
    color: var(--dark-grey);
    padding-left: 30px;
    font-weight: var(--weight-500);
}

@media screen and (max-width: 480px) {
    .product-list-table-right table tr td.color_dark {
        width: 100%;
        color: var(--dark-grey);
        font-weight: var(--weight-500);
        border: none;
        margin: 0 0 5px;
        border-bottom: 1px solid var(--bs-gray);
        border-left: 1px solid var(--bs-gray);
        border-right: 1px solid var(--bs-gray) antiquewhite;
        padding: 0 0 10px 10px;
    }

    .product-list-table-right table tr td {
        width: 100%;
        margin: 0 0 5px;
        border: 1px solid var(--bs-gray);
        padding: 10px 10px 0;
        border-bottom: none;
    }

    .product-list-table-right table tr {
        border: none;
        display: grid;
    }

    .disclaimer-print {
        padding: 10px;
        border: 1px solid var(--bs-gray);
        margin: 0 0 10px;
    }
}

.bi-chevron-right {
    color: black;
    padding-left: 68px;
}

.test-reviews-title span {
    width: 72%;
}

/**0
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.product-slider-lft figure {
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

@media screen and (max-width: 1024px) {
    .product-slider-lft figure {
        height: auto;
    }

    .product-slider-lft-nav button.slick-prev.slick-arrow {
        left: 0px;
        width: 30px;
    }

    .product-slider-lft-nav button.slick-next.slick-arrow {
        right: 0px;
        width: 30px;
    }
}

.product-slider-lft figure.video-full {
    width: 100%;
    padding: 0;
}

.product-slider-lft figure.video-full iframe {
    width: 100%;
    height: 500px;
}

.product-slider-lft-nav-thum figure.video-thumb {
    position: relative;
}

.product-slider-lft-nav-thum figure.video-thumb:before {
    position: absolute;
    content: "\f16a";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #e84a40;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 35px / 1 FontAwesome;
    background: rgba(255, 255, 255, 0.7);
}

@media (max-width: 576px) {
    .product-slider-lft figure.video-full iframe {
        height: 368px;
    }
}

@media (max-width: 480px) {
    .product-slider-lft figure.video-full iframe {
        height: 298px;
    }



}

.mtree-demo ul.mtree li.mtree-closed>a::before {
    content: ">" !important;
}

.mtree-demo ul.mtree li.mtree-open>a::before {
    content: ">" !important;
    transform: rotate(90deg);
}

/*new product page*/

.product_nw_details .price_info_new {
    width: 100%;
    border-top: 1px solid rgba(42, 104, 119, 0.5);
    display: flex;
    align-items: center;
    gap: 20px;
    /*padding: 20px 0; */
}

.product_nw_details .ther_link_nw ul {
    display: flex;
    gap: 45px;
}

.price_info_new .price_text_nw {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.price_info_new .price_text_nw span {
    font-weight: 500;
    font-size: 18px;
}

.product_nw_details .buy_now_btn_nw a {
    background: #2A6877;
    border-radius: 5px;
    padding: 0 36px;
    line-height: 50px;
    display: inline-block;
    color: #fff;
}

.product_nw_details .ther_link_nw ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: #000;
    gap: 5px;
}

.product_nw_details .ther_link_nw ul li a span {
    font-size: 22px;
}

.product_nw_details .disclaimer_link_nw p {
    margin: 0;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}

.product_nw_details .disclaimer_link_nw p b {
    color: #2A6877;
}

.product_nw_details .call_toaction_nw .product-what-and-pro-btn {
    margin: 0;
    width: 100%;
}

.product_nw_details .call_toaction_nw .product-what-and-pro-btn .social-media-rgt>ul {
    gap: 16px;
}

.product_nw_details .call_toaction_nw {
    background: #2A6877;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50px;
    margin: 20px 0;
}

.product_nw_details .product-what-and-pro-btn .social-media-rgt ul li.phone {
    font-size: var(--font-22);
    width: 100%;
    text-align: center;
    background: #51AD98;
    border-radius: 50px;
    padding: 0px;
    margin: 0px;
}

.product_nw_details .product-what-and-pro-btn .social-media-rgt ul li.phone a {
    color: #fff;
}

.product_nw_details .product-what-and-pro-btn .social-media-rgt ul li.phone a span {
    font-weight: 400;
}

.product_nw_details .product-what-and-pro-btn .button-watch-default.whatsapp-button {
    background: #51AD98;
    margin: 0;
    border-radius: 50px;
}

.product_nw_details .call_toaction_nw .product-what-and-pro-btn .social-media-rgt {
    width: 100%;
}

.product_nw_details .request_pic_linkne ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #2A6877;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product_nw_details .request_pic_linkne ul li a span {
    font-size: 22px;
}

.product_nw_details .request_pic_linkne {
    margin: 20px 0;
}

.product-trustpilot-button_nw .product-trustpilot-button {
    padding: 0;
    border: none;
    margin: 20px 0 0;
}

.product-trustpilot-button_nw .product-trustpilot-button ul {
    display: flex;
    gap: 16px;
}

.product_what_and_pro_btn_nw .product-what-and-pro-btn .social-media-rgt {
    padding: 0;
}

.product_what_and_pro_btn_nw .product-what-and-pro-btn {
    gap: 16px;
}

.product-trustpilot-button_nw .product-trustpilot-button ul li {
    padding: 0;
    margin: 0;
}

.ther_link_watch {
    border-bottom: 1px solid rgba(42, 104, 119, 0.5);
}

.product_nw_details .Watch_Condition {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product_nw_details .price_watch_v2 {
    padding-top: 10px;
}


/* 07-02-2025 for search page */
.newdesign_serach_list .brand-name-block {
    display: none;
}

.newdesign_serach_list .search-title {
    font-size: 16px;
    margin: 0 0 15px;
}

.newdesign_serach_list .call-to-action ul li:nth-child(2) {
    display: none;
}

.newdesign_serach_list.search-item-list .main-block {
    padding: 10px;
    margin: 10px 0 0;
    min-height: 250px;
}

.newdesign_serach_list div#mainsearchresult .col-lg-6 {
    padding: 0 5px;
    font-size: 13px;
}

.newdesign_serach_list .brand-name {
    font-size: 16px;
}

.newdesign_serach_list .brand-name p.affirm-as-low-as {
    font-size: 16px;
}

.newdesign_serach_list .items-img img {
    /* height: 170px; */
    width: 100%;
}

/* 07-02-2025 end */








@media (max-width:1399px) {
    .product_nw_details .price_info_new {
        flex-wrap: wrap;
        gap: 10px;
    }

    .price_info_new .price_text_nw {
        font-size: 26px;
    }

    .product_nw_details .product-what-and-pro-btn .social-media-rgt ul li.phone {
        font-size: 17px;
    }

    .product_nw_details .disclaimer_link_nw p,
    .product_nw_details .request_pic_linkne ul li a {
        font-size: 16px;
    }

    .product_what_and_pro_btn_nw .social-media-rgt.affirm-button li.product-bitcoin-info span h6 {
        font-size: 16px;
    }

    .product-what-and-pro-btn .social-media-rgt h6 {
        font-size: 16px;
    }

    .product_nw_details .request_pic_linkne,
    .product_nw_details .call_toaction_nw,
    .product_nw_details .price_info_new {
        margin: 10px 0;
    }

    .product_nw_details .buy_now_btn_nw a {
        line-height: 40px;
    }

    .product_nw_details .ther_link_nw ul {
        gap: 10px;
        flex-wrap: wrap;
    }

    .product_nw_details .Watch_Condition {
        padding-top: 0px;
    }

}

@media (max-width:1199px) {
    .product_nw_details .call_toaction_nw .product-what-and-pro-btn .social-media-rgt {
        margin: 0px;
        padding: 0 10px;
    }

    .product_nw_details .ther_link_nw ul {
        gap: 0;
        flex-direction: column;
    }

    .product_nw_details .ther_link_nw ul li a {
        font-size: 13px;
    }

    .product_nw_details .buy_now_btn_nw a {
        padding: 0 18px;
    }

    .price_info_new .price_text_nw {
        font-size: 22px;
    }

    .product_nw_details .product-what-and-pro-btn .social-media-rgt ul li.phone {
        font-size: 13px;
    }

    .product_nw_details .request_pic_linkne ul li a {
        font-size: 14px;
    }

    .product-trustpilot-button_nw .product-trustpilot-button {
        margin: 0;
    }

    .product-trustpilot-button_nw .product-trustpilot-button ul {
        flex-direction: column;
    }

    .product_nw_details .request_pic_linkne,
    .product_nw_details .call_toaction_nw,
    .product_nw_details .price_info_new {
        margin: 10px 0 0;
        padding: 10px 0;
    }

    .ther_link_nw {
        width: 100%;
    }

    .product_nw_details .Watch_Condition {
        padding-bottom: 20px;
    }

}

@media (max-width:991px) {
    .product_nw_details .price_info_new {
        margin: 5px 0 0;
        padding: 10px 0;
    }

    .product-trustpilot-button_nw .product-trustpilot-button ul {
        flex-direction: row;
    }

    .product_nw_details .ther_link_nw ul {
        gap: 20px;
        flex-direction: row;
    }
}

@media (max-width:575px) {
    .product_nw_details .call_toaction_nw .product-what-and-pro-btn .social-media-rgt>ul {
        flex-direction: column;
    }

    .product_nw_details .call_toaction_nw {
        border-radius: 10px;
    }

    .product_nw_details .ther_link_nw ul li a span {
        font-size: 20px;
    }

    .product_nw_details .disclaimer_link_nw p {
        font-size: 15px;
    }

    .product_nw_details .price_info_new {
        margin: 10px 0 0;
    }

    .product-trustpilot-button_nw .product-trustpilot-button ul {
        flex-direction: column;
    }


    .ther_link_nw {
        width: 100%;
    }

    .product_nw_details .ther_link_nw ul {
        gap: 10px;
        flex-direction: column;
    }

    .price_info_new .price_text_nw {
        font-size: 16px;
    }

    .product_what_and_pro_btn_nw .product-what-and-pro-btn .social-media-rgt.affirm-button {
        margin: 0 0 20px;
    }

    /* 07-02-2025 search new design */
    .newdesign_serach_list .items-detail {
        width: 60%;
    }

    .newdesign_serach_list .search-img-block {
        width: 40%;
    }

    .newdesign_serach_list .brand-name {
        font-size: 13px;
    }

    .newdesign_serach_list .call-to-action {
        display: none;
    }

    .newdesign_serach_list .search-title {
        font-size: 12px;
        margin: 0 0 5px;
    }

    .newdesign_serach_list .search-prod-detail {
        display: none;
    }

    .newdesign_serach_list.search-item-list .font-bold {
        font-size: 12px;
        padding: 0 5px;
        margin-bottom: 0px;
    }

    .newdesign_serach_list p.affirm-as-low-as {
        display: none;
    }

    .newdesign_serach_list.search-item-list .main-block {
        padding: 5px;
        margin: 5px 0 0;
        min-height: auto;
    }

    .newdesign_serach_list.search-item-list .main-block .row {
        align-items: center;
    }

    .newdesign_serach_list.search-item-list.py-5 {
        padding: 14px 0 !important;
    }

    .newdesign_serach_list .items-img img {
        height: 170px;
        width: 100%;
    }
}

/* 07-02-2025 end search new design */

/*new about us page*/

.our-story-nw_bg .container,
.what-we-offer_nw_bg .container {
    width: 1030px;
    max-width: 96%;
}

.story_img_unique_info h3 {
    font-size: 24px;
    font-weight: var(--weight-700);
    font-family: "Libre Baskerville";
    line-height: 1.2;
    color: var(--dark-grey);
    margin: 20px 0px 10px;
}

.story_img_unique_info {
    margin: 0 0 20px;
}

.our-story-nw_bg .align-items-center {
    background: #fff;
    padding: 15px 0;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.20);
}

@media (max-width:575px) {
    .our-story-nw_bg .align-items-center {
        padding: 10px 0;
    }
}

@media (max-width: 575px) {
    .social-media-rgt ul li.phone {
        margin-right: auto;
    }

    .social-media-rgt ul li.phone span,
    .social-media-rgt ul li.phone a {
        font-size: 16px;
        display: inline-block;
        margin-right: 5px;
    }

}

@media (max-width: 320px) {

    .social-media-rgt ul li.phone span,
    .social-media-rgt ul li.phone a {
        font-size: 13px;
    }

}

#Storeclose_Modal_Popup .subscribe-img-modal.mobile {
    display: none;
}

@media (max-width: 991px) {

    #Storeclose_Modal_Popup .subscribe-img-modal.mobile {
        display: block;
    }

    #Storeclose_Modal_Popup .subscribe-img-modal.desktop {
        display: none;
    }

}

.product_nw_details .Watch_Condition {
    border-bottom: 1px solid rgba(42, 104, 119, 0.5);
}

@media (min-width:1399px) {
    .product_nw_details .Watch_Condition {
        border-bottom: 1px solid rgba(42, 104, 119, 0.5);
        /*padding-bottom: 20px;*/
        padding-left: 20px;
    }

    .product-list-condition span {
        padding-left: 20px;
        padding-bottom: 10px;
    }

    .product_nw_details .price_info_new {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {

    .product_nw_details .Watch_Condition {
        margin-bottom: 10px;
    }

    .product_nw_details .ther_link_nw ul {
        gap: 5px;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .price_info_new .price_text_nw span {
        font-size: 16px;
    }

    .product_nw_details .Watch_Condition {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .product_nw_details .price_info_new {
        margin: 5px 0 0;
        padding: 5px 0;
    }

    .product_nw_details .Watch_Condition {
        margin-bottom: 5px;
    }

}



table.watch_box_section td.watch_box_image a {
    display: block;
}

table.watch_box_section td.watch_box_image a img {
    width: 130px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

table.watch_box_section td.watch_box_image a.button-watch-default {
    margin: 10px auto 0 auto;
    padding: 0px 15px;
    width: fit-content;
    max-width: 100%;
}

table.watch_box_section td .rolex-model-ask-question-link {
    justify-content: flex-start;
}

table.watch_box_section td .rolex-model-ask-question-link .font-bold {
    margin-top: 5px;
}

@media only screen and (max-width: 767px) {
    table.watch_box_section tr.tr_delay {
        display: flex;
    }

    table.watch_box_section tr.tr_delay td {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .rolex-model-ranges-filter .request-open .responsive_table.watch_box_section h5 a {
        font-size: 12px;
        line-height: 1;
    }

    .rolex-model-ranges-filter .request-open .responsive_table.watch_box_section h6 {
        font-size: 14px;
    }

    table.watch_box_section td .rolex-model-ask-question-link .font-bold {
        margin-top: 5px;
        padding: 7.5px 10px;
        line-height: 1;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    table.watch_box_section td.watch_box_image a {
        display: block;
    }

    table.watch_box_section td.watch_box_image a img {
        padding-bottom: 0;
        padding-top: 10px;
    }

    table.watch_box_section tr.tr_delay.tr_delay-info {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .rolex-model-list-title .rolex-ranges-tab ul.nav.nav-tabs {
        display: flex;
        flex-direction: row;
        gap: 5px;
        box-sizing: border-box;
        
    }

    .rolex-model-list-title .rolex-ranges-tab ul.nav.nav-tabs li.nav-item {
        width: calc(50% - 2.5px);
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        box-sizing: border-box;
    }

    .blog-inner .product-box-wapper.brand-box-wapper {
        width: calc(50% - 5px);
        gap: 5px;
        margin: 0;
        padding: 0;
    }

    .blog-inner .rolex-model-list>.row {
        justify-content: space-between;
        align-items: start;
    }

    .product-box-wapper .product-thumb {
        padding-top: 137%;
    }

    .blog-inner .product-box-wapper {
        width: 50%;
    }

    .rolex-model-list-title .rolex-ranges-tab ul.nav.nav-tabs li.nav-item .col.product-box-wapper,
    .rolex-ranges-tab .nav-tabs .nav-item .product-box-wapper {
        width: 100%;
    }


    /*24-02-2025*/
    table.watch_box_section td .rolex-model-ask-question-link .font-bold>span:last-child {
        display: none;
        padding: 5px 0 0 !important;
    }

    
    /*11-03-2025*/
    .rolex-model-list .product-box-wapper,
    .rolex-model-list .product-box-wapper.brand-box-wapper {
        margin-bottom: 20px;
        gap: 0px;
    }

}



/* 26/02/25 */
.pre-owned-hover-content {
    justify-content: start;
    border-radius: 8px;
}

.pre-owned-hover-content ul {
    height: 100%;
    overflow-y: auto;
}

.pre-owned-hover-content ul li {
    display: block;
    margin: 0 0 10px 0;
    transition: 0.5s;
    border: 0;
    background: var(--bs-white);
    border-radius: 8px;
}

.pre-owned-hover-content ul li:hover {
    background: var(--head-btn);
    transition: 0.5s;
}

.pre-owned-hover-content ul li:hover a {
    color: var(--bs-white);
    transition: 0.5s;
    font-weight: 700;
}

.pre-owned-hover-content ul li:last-child {
    margin-bottom: 0px;
}

.pre-owned-hover-content ul li a {
    padding: 4px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: 0.5s;
    color: var(--dark-grey);
    font-weight: 500;
}

.pre-owned-hover-content ul li a span {
    width: auto;
    text-align: right;
}

.pre-owned-hover-content ul {
    padding: 0 5px;
}


/* 26/02/2025 */

.pre-owned-hover-content ul::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.pre-owned-hover-content ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

/* Handle */
.pre-owned-hover-content ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}


@media only screen and (max-width:1600px) {
    .pre-owned-hover-content ul li a {
        padding: 6px 2px;
        font-size: 14px;
    }
}

/* @media only screen and (max-width:1400px) {
    .pre-owned-hover-content ul li a {
        font-size: 12px;
    }
} */


@media only screen and (max-width:991px) {
    .pre-owned-hover-content ul li a {
        padding: 4px 2px;
        flex-direction: row;
    }
}


@media only screen and (max-width:767px) {
    .pre-owned-hover-content ul li {
        width: 100%;
    }

    .col.product-box-wapper.brand-box-wapper .product-content:hover .brand-name:before,
    .product-box-wapper.pre-owned-product-wapper .product-content:hover .brand-name:before {
        content: "\F148";
    }

    .pre-owned-hover-content ul li {
        margin: 0px 0 6px 0;
        border-radius: 5px;
        vertical-align: middle;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .pre-owned-hover-content ul li a {
        width: 100%;
    }

    .pre-owned-hover-content {
        /* height: calc(100% - 65px); */
      height: 0;
      display: none !important;
      padding: 0;
    }
}

@media only screen and (max-width:575px) {
    .pre-owned-hover-content ul {
        height: auto;
        overflow-y: auto;
    }

    /* .pre-owned-hover-content ul li a span {
    width: 50%;
    text-align: center;
} */
    .pre-owned-hover-content ul li a {
        width: 100%;
        flex-direction: row;
        padding: 3px 10px;
    }

    .pre-owned-hover-content ul li {
        width: 100%;
        margin: 0 0 6px 0;
        border-radius: 5px;
        display: flex;
        padding: 0;
    }
}


@media (max-width:480px) {
    .pre-owned-hover-content ul li a {
        font-size: 12px;
    }
}

@media (max-width:374px) {
    .pre-owned-hover-content ul li a {
        font-size: 10px;
    }
}


@media (min-width:768px) {

    .rolex-model-ranges-filter .request-open .responsive_table h5 {
        width: 100%;
        line-height: 1;
        font-size: 15px;
    }

    table.watch_box_section td.watch_box_image a img {
        width: 100%;
        height: 209px;
        max-width: 100%;
        object-fit: contain;
    }

    .rolex-model-ranges-filter .prod-img {
        padding: 5px;
    }

    h6 {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    table.watch_box_section td.watch_box_image a img {
        padding-bottom: 0;
        padding-top: 0;
        height: auto;
        max-height: 187px;
    }

    table.watch_box_section td .rolex-model-ask-question-link {
        justify-content: start;
        margin: 0px 0 0;
        gap: 5px;
    }

    .rolex-model-ranges-filter .request-open .responsive_table.watch_box_section h5 a {
        font-size: 12px;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 21px;
        max-height: 100px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .request-open table td,
    .request-open table th:first-child {
        padding: 5px 5px;
    }

    table.watch_box_section td.watch_box_image a img {
        width: 100%;
    }

}

.watch-acquiring-table ul,
.watch-acquiring-table li {
    list-style: none;
}

span.conditionspan {
    display: none;
}
.main-header .button-watch-default {
    line-height: 2.8;
  }
  
  @media screen and (max-width:1199px) {
    .main-header .button-watch-default {
      line-height: 3.4;
      margin-right: 10px;
    }
  
  }
  
  @media screen and (max-width:991px) {
    .main-header .button-watch-default {
      line-height: 2.6;
      margin-right: 0;
    }
  }
  
  
.brand-arrival-list-main-div .tab-content>.tab-pane .col.product-box-wapper.brand-box-wapper .product-content .brand-name {
    margin: 0;
    padding: 0;
}
  
.brand-arrival-list-main-div .tab-content>.tab-pane .col.product-box-wapper.brand-box-wapper .product-content .brand-name a {
    color: var(--bs-white);
}
.brand-arrival-list-main-div .tab-content>.tab-pane .col.product-box-wapper.brand-box-wapper:hover .product-content {
    background: var(--head-btn);
    transition: all 0.5s;
}
.brand-page-title {
    background-image: url(../images/brand-page-title.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.spacing-40{
        padding-top: 40px;
        padding-bottom: 40px;
}

.allbrandlisting .product-box-wapper .product-thumb {
    padding-top: 120%;
}

.allbrandlisting .product-box-wapper .product-thumb a img {
    width: auto;
    height: auto;
}


