* {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none !important;
    color: #000 !important;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

@font-face {
    font-family: "aguila-thin";
    src: url("../Fonts/latinotype-aguila-thin.otf") format("woff"),
        url("../Fonts/latinotype-aguila-thin.otf") format("opentype"),
        url("../Fonts/latinotype-aguila-thin.otf") format("truetype");
}

h3 {
    font-family: 'aguila-thin';
}

.watches-show {
    font-family: 'aguila-thin';
    border-bottom: 1px solid black !important;
    font-size: 22px;
}
.watches-show1{
    margin-top: 5rem;
}
.bot-border {
    border-bottom: 1px solid black !important;
    font-size: 15px !important;
    font-weight: 500;
}

/*------------------------------------ALL WATCHES css start---------------------- */
/* .all-bg {
    background-image: url(../img/allwatches/bg.jpg);
    background-position: 50% 60%;
    height: 746px;
    overflow: hidden;
    background-size: cover;
} */
.filter-menu {
    text-align: left;
    margin: 0 0 20px 0;
    font-weight: 300;
}

.filter-item {
    margin: 0 15px;
    font-size: 9px;
    cursor: pointer;
    position: relative;
}

/* .dropdown-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    width: 150px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
} */

.dropdown-menu li {
    padding: 7px 0px;
    cursor: pointer;
}
.dropdown-menu{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* .dropdown-menu li:hover {
    background-color: #f0f0f0;
} */
input[type="checkbox"] {
    width: 1em;
    height: 1rem;
    accent-color: #303030;
}

.text-right {
    text-align: right;
}

/* .end-sort {
    left: 56% !important;
} */

.card {
    margin-bottom: 0px;
    border: none !important;
    --bs-bg-opacity: 1;
    background-color: #fff !important;
    border-radius: 0 !important;
}

.product-info p {
    margin: 5px 0;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card img {
    width: 100%;
    height: auto;
}
/*.product-card img {*/
/*    width: 294px;*/
/*    height: 294px;*/
/*    max-width: 100%;*/
/*    margin: 0px auto;*/
/*    object-fit: contain;*/
/*}*/

.sell-content strong {
    font-size: 25px !important;
    font-weight: 600;
}

.product-info {
    text-align: center;
    margin-top: 10px;
}

.product-info h5 {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.rupees {
    font-size: 23.39px;
}

.feature-image img {
    width: 100%;
    height: auto;
}

/* .product-card {
    padding-right: 17.5px !important;
    padding-left: 17.5px !important;
} */

/* For responsiveness */
@media (max-width: 768px) {
    .product-info h5 {
        font-size: 16px;
    }

    .product-info p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .filter-menu .col {
        margin-bottom: 15px;
    }

    .filter-item {
        font-size: 15px;
    }
}

a.page-link {
    box-shadow: none !important;
    background-color: white !important;
}

/*------------------------------------ALL WATCHES css end---------------------- */

/*------------------------------------ARRIVAL css start---------------------- */

/* .arrival-bg {
    background-image: url(../img/arrivals/DSC_5902.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 10%;
    display: block;
    height: 746px;
    overflow: hidden;
} */

.row-pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.trending-section {
    margin-bottom: 5rem;
}

.watch-card {
    text-align: center;
    background-color: #E0E0E0;
}

.bg-watch-card {
    background-color: #F4E7DA;
}

.watch1-img {
    width: 31%;
}

.price {
    font-weight: bold;
    color: #333;
}

.carousel-control-prev {
    left: 5px !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 6% !important;
}

.car-inner {
    /* width: 74% !important;
    left: 12%; */
    width: unset !important;
    left: unset;
}

/*------------------------------------ARRIVAL css end---------------------- */


/* -----------------footer------------ */

.footer-row {
    font-size: 12px;
}

.all-watches-pagination{
    gap:10px;
}

.all-watches-pagination .page-link {
    border: none !important;
    font-size: 20px;
    padding-bottom: 5rem;
    padding-top: 5rem;
    letter-spacing: 5px;
    font-weight: lighter;
    font-weight: lighter;
    padding-left: 0;
    padding-right: 0;
}

/*------------------------------------HOME PAGE css start---------------------- */
.test-btn [data-bs-target] {
    width: 14px !important;
    height: 14px !important;
    border-radius: 100%;
    margin-right: 5px !important;
    margin-left: 5px !important;
    background-color: transparent !important;
    border: 1px solid white !important;
}

.test-btn .active {
    background-color: #CD0000 !important;
}

.test-btn {
    margin-left: 3% !important;
    justify-content: left !important;
}

.hero-section {
    text-align: center;
    background-image: url('../img/index/shapbg.png');
    background-size: cover;
}


.hero-title {
    font-weight: 500;
    color: #4c4c9d;
    font-family: 'aguila-thin';
    font-size: 36px !important;
    padding: 50px 0px 20px;
}

.read-more {
    padding: 40px 0 !important;
}

.hero-description {
    font-size: 20px;
    color: #333;
    align-items: center;
    padding: 0 70px;
    font-weight: 500;
}

.pc-margin {
    padding: 0 3px 0 0 !important;
}

.home-sell {
    height: auto;
    background-image: url('../img/index/shapbg1.png');
    background-size: cover;
    position: relative;
    --bs-gutter-x: 0rem !important;
}

.sell-img {
    width: 399px;
}

.home-sell-img {
    width: 63%;
    left: 0;
    position: relative;
}

.sell-title {
    color: #292973;
}

.description {
    font-size: 19px;
    line-height: 1.9;
    font-weight: 500;
}

.desc-1 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    margin: 12px 0;
}

.card-pad {
    margin-bottom: 0px !important;
}

.sell-trade {
    padding: 28px 91px 28px 61px;
    background-color: rgb(255 255 255 / 90%);
    position: absolute;
    bottom: 12%;
    right: 0;
    max-width: 50%;
}

.btn-pad {
    padding: 0 !important;
}

.row-margin {
    --bs-gutter-x: 0rem !important;
}

.step-number {
    position: absolute;
    font-size: 130px;
    left: 7px;
    top: -70px;
    color: rgba(90, 90, 146, 0.15);
    font-weight: 100;
    font-family: 'aguila-thin';
}

.icon-label {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #000;
}

.step-title {
    color: #292973;
    font-weight: 500;
    font-size: 25px;
}

.col-md-3 {
    position: relative;
}

.step-text {
    font-size: 15px;
    text-align: center;
    padding: 0 4px;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
}

.icon-bg {
    text-align: center;
    background-image: url(../img/index/iconbg.png);
    background-size: cover;
}

.cs-btn {
    justify-content: left !important;
    margin: 0px !important;
    top: 10rem !important;
    left: 1% !important;
}

.rayomand {
    text-align: end;
    /* padding: 0 50px; */
    padding: 30px 0px !important;
    font-size: 20px;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 1rem!important;
    left: 0 !important;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    /*margin-right: 0 !important;*/
    /*margin-bottom: 0 !important;*/
    /*margin-left: 0 !important;*/
}
.testimonialSlider122{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.testimonial p {
    font-size: 22px;
}

.testimonial>p {
    /* font-weight: 600;
    font-size: 45px; */
    font-weight: 400;
}

.cs-btn button {
    margin-right: 15px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    border: 1px solid black !important;
}

.cs-btn .active {
    background: #CD0000 !important;
}

.testi-bg {
    background-image: url(../img/index/pattern.png);
    background-repeat: no-repeat;
    background-size: 430px;
    height: 500px;
    background-position: left;
}

.row-rel {
    position: absolute;
    top: 0;
    padding: 122px 0px;
}

.row-abs {
    position: relative;
    overflow: hidden;
}

/*------------------------------------HOME PAGE css End---------------------- */

/* contact-us ecom aboutus  */
ul {
    padding: 0 15px !important;
}

/* .about-backg {
    background-image: url('../img/aboutus/JWS-AboutUs-07.jpg');
    background-size: cover;
    height: 746px;
} */

/* ------------img--------------- */

.card {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}

.card-body {
    padding: 20px 30px !important;
}

.card .img-content {
   /* transition: scale 2s, rotate 2s, filter 2s; */
    transition: scale 2s, filter 2s;
}

.card__description {
    font-size: 15px !important;
    color: black;
    line-height: 1.8;
    font-weight: 300;
}

.heading {
font-size: 28px;
    font-weight: normal;
    font-family: 'aguila-thin';
}

.card .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    padding: 20px 24px;
    border-radius: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card:hover .content {
    color: #000;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateY(0);
}

.card:hover .img-content {
    /* scale: 1.5; */
    scale: 1.2;
    /* rotate: 30deg; */
    filter: blur(1.5px);
}

/* --------------------Ecom-page------------------ */
.ecom-head {
    font-size: 10px;
    font-weight: bold;
}

.ecom-carousel [data-bs-target] {
    background-color: black !important;
}

.ecom-enquire {
    border: 1px solid #1A1A1A !important;
    font-size: 22px !important;
    text-transform: uppercase;
    margin-top: 3rem;
    font-weight: bold!important;
    padding: 12px 30px !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '|' !important;
    padding: 0px;
    color: #000;
}

.ecom-h2 {
    font-size: 40px;
}

.ecom-card {
    border: none !important;
    border-radius: none !important;
}

/* -------------------Contact-Us--------------------- */

/* .contact-bg {
    background-image: url('../img/contact/1.png');
    display: block;
    height: 746px;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
} */

details {
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    padding: 0.5em 0.5em 0;
    margin-bottom: 10px;
}

summary {
    font-weight: 600;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
    list-style-type: "+";
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

details[open] {
    padding: 0.5em;
}

details summary::after {
    content: "+";
    float: right;
    font-size: 1.5em;
}

details[open] summary::after {
    content: "-";
    float: right;
    font-size: 2em;
}

p.content {
    font-size: 16px !important;
}

/* ----------contact-us-form--------------- */

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    font-size: 20px;
}

.contact-form .input-text:focus {
    outline: none;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label {
    transform: translateY(-24px);
}

.contact-form .label {
    /*position: absolute;*/
    position: relative;
    bottom: 65px;
    font-size: 18px;
    color: #000000;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
    background-color: #E6E6E6;
    margin:0px 0 90px;
    font-size: 21px;
    width: auto;
    text-transform: uppercase;
        color: #000;
}

/* -------------------CheckOut-page---------------- */
.checkout-btn {
    background-color: black;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.4px;
}

.check-radio {
    margin: 4px -14px !important;
    font-size: 20px;
}

.ship-add {
    margin: 0px 10px;
}

.check-radio:checked {
    background-color: black !important;
    border-color: black !important;
}

.check-radio:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.summary-hr {
    border: none !important;
    border-left: 1px solid black !important;
    height: 75vh !important;
    width: 0px !important;
}

.check-rolex {
    text-transform: uppercase;
    font-size: 14px;
}

.check-remove {
    cursor: pointer;
    font-size: 58px;
    font-weight: 200;
}

.check-cart {
    background-color: lightgray;
    padding: 10px;
}

.check-img {
    padding-left: 0px !important;
    padding-right: 5px;
}

.ship-add {
    text-align: left;
}

input[type="radio"] {
    cursor: pointer;
}

.card-text {
    font-size: 16px;
}

.about-title {
    font-size: 32px !important;
    padding: 50px 0px 20px;

}

.aboutusbg {
    background-color: #ffffff;
    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 0%)), url(../img/index/shapbg1.png);
}

.footer-ul {
    font-size: 15px;
}

.about-content {
    font-size: 20px !important;
    margin: 0;
}

.contant {
    padding: 5px 0;
}
.nav-link {
    padding-left: 50px !important;
    font-weight: normal !important;
}
.card-top-pad {
    margin-top: 90px !important;
    padding-bottom: 150px !important;
}

footer {
    padding: 35px 0;
    background-color: #f5f5f5;
}

.nav-link {
    padding-left: 100px !important;
}

.home-num {
    padding: 0px 0 30px;
}

.all-title {
    font-size: 32px !important;
    padding: 60px 0px 40px;
}

/*.bottom-card {*/
/*    margin-bottom: 22px !important;*/

/*}*/

/* .features-title {
    padding: 118px 0 100px;
} */

.arr-title {
    padding: 117px 0 170px;
}

.arr-slide {
    margin-bottom: 224px !important;
}

.ecom-bread {
    margin-top: 40px;
}

.ecom-slide {
    margin-top: 2rem;
    margin-bottom: 14px !important;
    font-size: 40px;
}
.ecom-slide1{
         text-transform: uppercase;
}
.ecom-h4 {
    margin-bottom: auto;
    font-size: 22px;
    font-weight: 500;
}

.ecom-p {
    margin-bottom: 2rem;
    font-size: 19px;
    padding-top: 5px;
}

.ecom-like {
    margin-bottom: 35px;
}

.ecom-like strong {
    margin-bottom: 30px;
}

.price-h3 {
    margin-bottom: 86px !important;
}

.specify {
    margin-bottom: 50px;
}

.specify-1 {
    margin-bottom: 73px !important;
}

.speci-margin {
    margin-bottom: 7rem;
    margin-top: 7rem;
}

.rolex-margin {
    margin-bottom: 45px;
}

.similar-margin {
    margin-bottom: 79px;
}

.footer-bot {
    margin-bottom: 10rem;
}

.breadcrumb {
    font-size: 15px !important;
    text-transform: uppercase;
}

.ecom-tab {
    font-size: 15px;
    font-weight: 400;
}

.price-ecom {
    font-size: 35px;
    font-weight: bold;
}

.bg-light {
    background-color: #F5F5F5 !important;
}

.text-danger {
    color: #CC0000 !important;
}



.testimonialSlider12248{
    background-image: url(../img/index/pattern.png);
    background-repeat: no-repeat;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-size: contain;
}


.bg-pad1{
    background-color: #f4e7da;
}
.bg-pad2{
    background-color: #e0e0e0;
}

.ecom-h4-price{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.Inclusive{
    font-size: 18px;
}


/*filter menu all watches*/
/*.desktop{*/
/*    display:block !important;*/
/*}*/
/*.mobile{*/
/*    display:none !important;*/
/*}*/

.feature-image{
        background-color: #f8f9fa;
    align-content: end;
}
.fa-solid, .fas {
    font-weight: 100!important;
}

  .filter-item{
        font-size:14px!important;
    }
    
    
    
.fa-less-than:before {
    color: #bdbdbd;
}
    
  .fa-greater-than:before {
      color: #bdbdbd;
}  
    
      .desktop{
                  display:block!important;
              }
            .mobile{
                 display:none!important; 
              }
              
              
              
              /* Scrollbar Styling */
::-webkit-scrollbar {
    width: 3px;
}
 
::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background: #000; 
}

.addresstitle{
        text-transform: uppercase;
}



/*suraj*/
.search-dialog .list-group-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border: none;
}

.search-dialog .w-30 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-dialog .w-70 {
    width: 80%;
    display: flex;
    align-items: center;
}

.search-dialog .rounded-circle {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 2px;
}
.search-dialog .w-30 img {
    width: 100%;
    max-width: 50px;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 2px;
}

.search-dialog .modal-dialog {
    display: flex;
    align-items: flex-start; 
    justify-content: center;
}

.search-dialog .modal-content {
    display: flex;
}

/* Remove rounded corners */
.swal2-popup {
    border-radius: 0 !important;
}

/* Buttons sharp corners */
.swal2-styled {
    border-radius: 0 !important;
}

/* Confirm button custom color */
.swal2-confirm {
    background-color: #212529 !important;
    border: none !important;
}
