@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: "bangla-regular";
    src: url("../fonts/bangla.ttf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --black-color: #000000;
    --light-black-color: #121212;
    --light-gray-color: #f7f7f7;
    --light-gray-color-2: #ebebeb;
    --light-gray-color-3: #8e8e8e;
    --light-gray-color-4: #cecece;
    --light-gray-color-5: #bebebe;
    --white-color: #ffffff;
    --gray-color: #bababa;
    --blue-color: #0074c9;
    --blue-color-2: #002366;
    --family-inter: "Inter", sans-serif;
    --family-bangla: "bangla-regular";
    --green-color: #305504;
    --tan-color: #6e281e;
    --brown-dark-color: #493230;
    --caramel-color: #954935;
}

html {
    font-size: 16px;
}

section {
    overflow: hidden;
}

body {
    color: var(--black-color);
    font-size: 0.875rem;
    line-height: 1.563rem;
    font-weight: 300;
    background-color: var(--white-color);
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}
img.checkout_order_summary_img.dial {
    margin-right: -100%;
}
img {
    width: 100%;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

input {
    outline: none;
}

button {
    background-color: transparent;
    outline: none;
    border: none;
}

/* a, */
button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: bangla-regular !important;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

h1 {
    font-size: 2.5rem;
    line-height: 3.375rem;
}

h2 {
    font-size: 1.875rem;
    line-height: 2.813rem;
}

h3 {
    font-size: 1.375rem;
    line-height: 2.813rem;
    letter-spacing: 0.138rem;
}

h4 {
    font-size: 1.125rem;
    line-height: 2.25rem;
    letter-spacing: 0.113rem;
}

h5 {
    font-size: 0.938rem;
    line-height: 3.125rem;
    letter-spacing: 0.094rem;
}

h6 {
    font-size: 0.813rem;
    line-height: 1.563rem;
    letter-spacing: 0.081rem;
}

.section-spacing {
    margin: 3.125rem 0;
}

.row {
    width: 100%;
    margin: auto;
}

.btns-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.underline-link {
    color: var(--black-color);
    font-weight: 700;
    /* text-decoration: underline !important; */
    position: relative;
}

.underline-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--black-color);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.country-select.inside .flag-dropdown .selected-flag,
.flag-dropdown .country-list .country {
    cursor: pointer;
}
.country-select .country-list .country {
    padding: 10px 10px 0;
}
.country-list .country .flag {
    margin-right: 10px;
    margin-top: -10px;
}
.underline-link.reverse:after {
    left: 0;
    width: 100%;
}

.underline-link:hover {
    color: var(--black-color);
}

.underline-link:hover:after {
    width: 100%;
    left: 0;
}
.underline-link.reverse:hover:after {
    width: 0;
    left: 50%;
}

.color-circle {
    display: inline-block;
    height: 1.125rem;
    width: 1.125rem;
    border-radius: 100%;
    margin-right: 3px;
}

.bg_black {
    background-color: var(--light-black-color);
}

.bg_green {
    background-color: var(--green-color);
}

.bg_dark_brown {
    background-color: var(--brown-dark-color);
}

.bg_blue {
    background-color: var(--blue-color-2);
}

.bg_tan {
    background-color: var(--tan-color);
}

.bg_caramel {
    background-color: var(--caramel-color);
}

.bg_ivory {
    background-color: var(--light-gray-color-3);
}

.delete-btn,
.delete-btn img {
    height: 1.375rem;
    width: 1.375rem;
}

.gray_color {
    background-color: var(--light-gray-color-3) !important;
}

.page_data {
    padding-top: 5rem !important;
}

.content-wrapper {
    margin-top: -1rem;
}

/* ========================= INCREMENT DECREMENT BUTTONS CSS ========================= */

.inc-dec-container {
    display: flex;
    align-items: center;
}

.inc-dec-container,
.inc-dec-container button,
.inc-dec-container input {
    border: none;
    height: 1.375rem;
    width: 100%;
}

.inc-dec-container input {
    display: block;
    background-color: var(--white-color);
    max-width: min-content;
    text-align: center;
    font-weight: 700;
    min-width: 1.8rem;
}

.inc-dec-container button {
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-gray-color-4);
    max-width: 1.375rem;
    border-radius: 0.313rem;
    font-size: 0.6rem;
    min-width: 1.375rem;
}

/* ========================= BUTTON CSS ========================= */

.simple-btn {
    height: 3.688rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0.5rem 3rem 0 3rem;
    /* min-width: 16.063rem; */
    width: fit-content;
    font-weight: 400;
    letter-spacing: 0.088rem;
    font-family: bangla-regular;
    /* border: 1px solid var(--black-color); */
    line-height: 3.688rem;
    /* Adjust the line-height to vertically position the text */
    /* transition: all 0.3s ease-in-out; */
    transition: 0.5s ease-out;
    position: relative;
}

.simple-btn.bg_black::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid var(--black-color);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.simple-btn.bg_black {
    color: var(--white-color);
    background: linear-gradient(
            to left,
            var(--black-color) 50%,
            var(--white-color) 50%
        )
        right;
    background-size: 200%;
}

/* .simple-btn.bg_black:hover {
    background-position: left;
    color: var(--black-color);
} */

.simple-btn.bg_white {
    color: var(--black-color);
    background: linear-gradient(
            to left,
            var(--white-color) 50%,
            var(--black-color) 50%
        )
        right;
    background-size: 200%;
}

.simple-btn.bg_white::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid var(--white-color);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* 
.simple-btn.bg_white:hover {
    color: var(--white-color);
    background-position: left;
} */

.slim-btn.simple-btn {
    height: 2.938rem;
}

/* ========================= SCROLLBAR CSS ========================= */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--light-gray-color);
}

::-webkit-scrollbar {
    width: 8px;
    background-color: var(--light-gray-color);
}

::-webkit-scrollbar-thumb {
    background-color: var(--light-gray-color-3);
}

/* ========================= HEADER ========================= */

header {
    /* padding: 25px 0; */
    position: relative;
    padding: 1rem 0;
    z-index: 10;
    background-color: var(--white-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0px);
    transition: all 0.3s ease-in-out;
}

header.mobile-menu {
    display: none;
}

header.mobile-menu .row > div {
    padding: 0;
}

header.desktop-menu {
    display: block;
}

header.desktop-menu .row > div {
    padding: 0;
}

header.sticky {
    transform: translateY(0px) !important;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

header .navbar-brand {
    display: block;
    height: auto;
    padding: 0;
    margin: 0 !important;
    outline: none;
    height: 100%;
    width: 100%;
}

header .header-logo {
    max-width: calc(6.813rem + 1vw);
}

header .navbar-toggler {
    border: none;
    font-size: 1rem;
    outline: none;
    box-shadow: 0 0 0 0;
    background-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

header .header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3vw;
    margin-bottom: 0;
}

header .header-links li > a {
    padding-top: 0.4rem;
    display: block;
    /* font-weight: 600; */
}

header .header-links a {
    color: var(--black-color);
    font-size: 0.813rem;
    letter-spacing: 0.081rem;
    font-family: var(--family-bangla);
    cursor: pointer;
}

#select-currency {
    height: 1.438rem !important;
}

#select-currency {
    min-width: 6.25rem;
}

#select-currency * {
    border: none !important;
}

header .cart-icon {
    height: 1.438rem;
    width: 1.063rem;
    cursor: pointer;
}

header .open-cart-popup {
    position: relative;
    height: 1.438rem;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 1.438rem !important;
}

.select2-container--open .select2-dropdown--below {
    min-width: 6.25rem;
}

.select2-results__option--selectable span {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

header .select2-container--default .select2-selection--single,
header
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    min-width: 6.25rem;
    font-family: var(--family-bangla) !important;
}

.select2.select2-container {
    margin-top: 0.5rem;
    min-width: 5.5rem;
}

.select2-container {
    margin-top: 0.625rem;
}

header .select2-container--default .select2-selection--single {
    border: none;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    background-image: url(../images/arrow-down.svg);
    background-size: 12% 75%;
    background-position-y: 0%;
    background-position-x: right;
    background-repeat: no-repeat;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
}

header
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select-image {
    height: 1.25rem;
    width: 1.25rem;
}

header .toggle-icon img {
    height: 1rem;
    width: 1.25rem;
}

header.mobile-menu .extra-header-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
}

header.mobile-menu #mobile-select-currency {
    color: var(--black-color);
    display: flex;
    align-items: center;
    font-size: 0.813rem;
    line-height: 1.938rem;
    letter-spacing: 0.081rem;
    font-family: var(--family-bangla);
}

header.mobile-menu #mobile-select-currency img {
    height: 1.375rem;
    width: 1.375rem;
}

header .extra-header-content .yellow-circle {
    height: 0.813rem;
    width: 0.813rem;
    position: absolute;
    bottom: -0.1rem;
    left: -0.3rem;
}

/* ========================= DESKTOP CUSTOM CURRENCY SELECT NEW CSS ========================= */

.custom-select-currency-new-container {
    position: relative;
    margin-left: 0.5rem;
}

.custom-select-currency-new {
    display: flex;
    align-items: baseline;
    min-width: 3rem;
    height: 0.5rem;
    position: relative;
    padding: 0 1.5rem 0 1.5rem;
    height: 1.188rem;
    line-height: normal;
}

.custom-select-currency-new .flag-image {
    position: absolute;
    left: 0;
    height: 1.188rem;
    width: 1.188rem;
    border-radius: 100px;
}

.custom-select-currency-new .arrow-image {
    position: absolute;
    right: 0;
    top: 0.3rem;
    height: 0.6rem;
    width: 0.6rem;
    z-index: 2;
}

.custom-select-currency-new-container .options-container {
    border: 1px solid var(--light-gray-color-3);
    border-radius: 5px;
    background-color: var(--white-color);
    /* padding: 0 .5rem; */
    position: absolute;
    top: 2rem;
    left: 0;
    min-width: 7rem;
    display: none;
}

.custom-select-currency-new-container .options-container .option {
    display: flex;
    padding: 0;
    height: 2.5rem;
    align-items: center;
    position: relative;
}

.custom-select-currency-new-container .options-container .option:hover,
.custom-select-currency-new-container .options-container .option.active {
    color: var(--white-color);
    background-color: var(--light-black-color);
}

.custom-select-currency-new-container .options-container .option .radio-custom {
    height: 100%;
    width: 100%;
}

.custom-select-currency-new-container .options-container .option:first-child {
    border-bottom: 1px solid var(--light-gray-color-2);
}

.custom-select-currency-new-container .options-container .option .flag-icon {
    height: 1.188rem;
    width: 1.188rem;
    margin: 0 0.5rem;
}

.custom-select-currency-new-container .options-container .option label {
    margin: 0;
    font-family: var(--family-bangla);
    font-weight: 400;
    font-size: 0.8rem;
    padding-top: 0.4rem;
}

/* .custom-select-currency-new-container .options-container .option input[type="radio"]:checked+label{ 
    color: var(--white-color);
    background-color: var(--light-black-color);    
 }  */

/* ========================= CUSTOM CURRENCY SELECT CSS ========================= */

.custom-currency-select {
    margin-top: 2rem;
    display: none;
}

.custom-currency-select h6 {
    font-size: 0.813rem;
    line-height: 1.938rem;
    letter-spacing: 0.081rem;
}

.custom-currency-select .option {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.custom-currency-select .option:first-child {
    border-bottom: 1px solid var(--light-gray-color-2);
}

.custom-currency-select .option label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: var(--family-inter);
}

.custom-currency-select .flag-icon {
    height: 2.063rem;
    width: 2.063rem;
    object-fit: contain;
    margin-right: 1rem;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0.313rem;
    cursor: pointer;
}

.custom-currency-select label img {
    height: 1.313rem;
    width: 1.313rem;
    object-fit: contain;
    display: none;
    border-radius: 100px;
}

.checkbox-custom + .checkbox-custom-label:after,
.radio-custom + .radio-custom-label:after {
    content: "";
    background: #eaeaea;
    width: 1.313rem;
    height: 1.313rem;
    position: absolute;
    border-radius: 50%;
    right: 0;
    z-index: -1;
}

.radio-custom:checked + .radio-custom-label img {
    display: block;
}

/* ========================= CART POPUP CSS ========================= */

header .extra-header-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.cart-popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #00000090;
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(-100%); */
    z-index: 10;
    transition: all 0.5s ease-in-out;
}

.cart-popup-layer.show {
    opacity: 1;
    visibility: visible;
}

.cart-popup {
    position: absolute;
    width: 25.188rem;
    right: 3rem;
    top: 3rem;
    background-color: var(--white-color);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.cart-popup .item-container {
    max-height: 17rem;
    overflow: hidden;
    overflow-y: auto;
    margin: 0.625rem 0;
}

.cart-popup .item-container p {
    color: var(--black-color);
}

.mobile-menu .cart-popup {
    right: 0;
    top: 4rem;
    left: 0;
    width: 100vw;
}

.cart-popup .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-popup .cart-header > div {
    display: flex;
    align-items: center;
}

.cart-popup .cart-header .check-icon {
    height: 1.125rem;
    width: 1.125rem;
}

.cart-popup .cart-body .item p,
.cart-popup .cart-header p {
    font-size: 0.75rem;
    font-weight: 400;
    font-family: var(--family-inter);
}

.cart-popup .cart-header .close-icon {
    height: 0.813rem;
    width: 0.813rem;
}

.cart-popup .cart-body .btns-container {
    gap: 0.625rem;
    display: flex;
    justify-content: space-between;
}

.cart-popup .cart-body .btns-container .simple-btn.bg_white::before {
    border: 1px solid var(--black-color);
}

.cart-popup .cart-body .btns-container .simple-btn {
    padding: 0.4rem 0.5rem 0 0.5rem;
    font-size: 0.688rem;
    line-height: 0.813rem;
    letter-spacing: 0.069rem;
    min-width: 48%;
    display: flex;
}

.cart-popup .cart-body .item {
    display: flex;
    gap: 1.25rem;
    margin: 1rem 0;
}

.cart-popup .cart-body .item .item-image {
    height: 8rem;
    width: 6.688rem;
    min-width: 6.688rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-gray-color);
}

.cart-popup .cart-body .item .item-image img {
    height: 100%;
    /* max-width: 3rem; */
    max-height: 7rem;
    object-fit: contain;
}

.cart-popup .cart-body .item .item-title {
    font-size: 0.813rem;
    line-height: 1.938rem;
    letter-spacing: 0.081rem;
}

.cart-popup .cart-body .item .item-strap {
    color: var(--light-gray-color-3);
    font-size: 0.625rem;
    line-height: 1.125rem;
    letter-spacing: 0.063rem;
}

/* ========================= HERO SECTION ========================= */

.hero-section {
    margin: 1rem 0 1.25rem 0;
}

.hero-section .watch-images-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    width: 100%;
    max-width: 90%;
    margin: auto;
    height: 100%;
    /* min-height: 25rem;
  max-height: 25rem; */
    position: relative;
}

.hero-section .watch-images-container .img_box {
    width: 25%;
}

.hero-section .watch-images-container .img_box img {
    height: 100%;
    object-fit: cover;
}

.hero-section .content {
    text-align: center;
    margin: 2.188rem auto;
}

.hero-section .content p {
    width: 100%;
    max-width: 30rem;
    margin: auto;
}

.hero-section .content .btns-container {
    margin: 1.875rem 0;
}

.hero-section .content .simple-btn {
    min-width: 14.938rem;
}

.hero-section .vimeo-wrapper-mobile {
    position: relative;
    margin: auto;
    height: 400px;
    width: 100%;
    overflow: hidden;
    display: none;
}

.hero-section .vimeo-wrapper-mobile iframe {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.hero-section .vimeo-wrapper {
    position: relative;
    margin: auto;
    height: 30vw;
    width: 100%;
    overflow: hidden;
}

.hero-section .vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

/* ========================= COLLECTION SECTION ========================= */

.collection-section {
    margin: 4rem 0;
}

/* .collection-section.without-slider .watch-collection {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}


.collection-section.without-slider .watch-collection::before {
    display: none;
}

.collection-section.without-slider .watch-collection > div.col-md-4 {
    padding: 0;
    width: 31.333333%;
} */

/* ========================= COLLECTION SLIDER ========================= */

.watch-collection {
    margin-top: 1.25rem;
}

.watch-collection .box {
    background-color: var(--light-gray-color);
    padding: 1.25rem;
    text-align: center;
    min-height: calc(33.188rem + 1vw);
    /* height: 32.188rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.625rem 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

/* .watch-collection .box img {
    transition: all 0.7s ease-in-out;
    -webkit-perspective: 800px;
    -webkit-backface-visibility: hidden;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */

.watch-collection a {
    all: unset;
    cursor: pointer;
}

.watch-collection .box .mobile {
    display: none;
    margin-top: 1rem;
}

.watch-collection .box img {
    height: 100%;
    max-width: calc(9.5rem + 1vw);
    max-height: calc(16.5rem + 1vw);
    margin: 2rem auto 1rem auto;
    object-fit: contain;
    transform: scale(2);
}

#collection-slider .box img {
    margin: 2rem auto 1rem auto;
}

.watch-collection .box .watch-price,
.watch-collection .box .watch-name {
    font-size: 0.938rem;
    line-height: 3.125rem;
    letter-spacing: 0.094rem;
    text-transform: uppercase;
}
.watch-price.discounted_price {
    font-size: 1.1rem;
    font-weight: 600;
}

.watch-collection .box .watch-name {
    line-height: 2.125rem;
}

.watch-collection .slick-list {
    /* margin-left: -0.625rem; */
    margin-left: -1.6rem;
}

.watch-collection .slick-slide {
    margin-left: 1.6rem;
    padding: 0;
}

.watch-collection .box .mobile,
.watch-collection .box .desktop {
    /* position: relative; */
    z-index: 5;
}

.watch-collection .box .watch-category {
    color: var(--light-gray-color-3);
    font-size: 0.75rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
}
.discount_perc {
    background: var(--black-color);
    color: var(--white-color);
    padding: 0.25rem 1rem 0.2rem;
}
.box .discount_perc {
    position: absolute;
    top: 3%;
    left: 5%;
    border-radius: 5px;
}
.box .discount_perc p {
    font-size: 0.9rem;
    font-weight: 500;
}
.out_of_stock {
    position: absolute;
    left: 0;
    top: 3%;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    background: #ca9871;
    padding: 0.38rem 1rem 0.38rem;
    z-index: 1;
}
.out_of_stock p {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--white-color);
}
.box .out_of_stock {
    right: 0;
    left: auto;
    border-radius: 0;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
/* ========================= CATEGORY SECTION ========================= */

.category-section {
    padding: 6.25rem 0;
    background-color: var(--light-black-color);
}

.category-section .container > .row:first-child {
    margin-bottom: 9.375rem;
}

.category-section * {
    color: var(--white-color);
}

.category-section .big-image {
    max-height: calc(37.938rem + 3vw);
    object-fit: cover;
}

.category-section .content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    max-width: 75%;
}

.category-section .content .simple-btn {
    margin-top: 0.625rem;
}

.category-section .small-images {
    margin-top: 3.125rem;
}

.category-section .small-images img {
    height: 100%;
    max-height: calc(16.875rem + 3vw);
    object-fit: cover;
}

.category-section .mobile {
    display: none;
}

/* ========================= WISH TO CUSTOMISE SECTION ========================= */

.wish-to-customise-section {
    margin: 5rem 0;
}

.wish-to-customise-section * {
    color: var(--white-color);
}

.wish-to-customise-section .row {
    align-items: center;
    position: relative;
}

.wish-to-customise-section .row::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    /* width: 97.7%; */
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    background-color: var(--light-black-color);
}

.wish-to-customise-section .row > div {
    /* padding: 0; */
    overflow: hidden;
}

.wish-to-customise-section .vimeo-wrapper {
    /* position: relative;
    height: auto;
    width: 94%;
    margin-left: auto;
    margin-right: -4px;
    height: 35vw;
    overflow: hidden; */
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 64%;
}

.wish-to-customise-section iframe {
    /* height: 100%;
    width: 100%;
    transform: scale(1.1);
    object-fit: cover; */
    position: absolute;
    width: 100%;
    transform: scale(1.1);
    height: 100%;
}

/* .wish-to-customise-section .row::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 97%;
  left: 1.3%;
  top: 0;
  background-color: var(--light-black-color);
  z-index: -1;
} */

.wish-to-customise-section .row .content {
    color: var(--white-color);
    padding: 2.125rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.wish-to-customise-section .note {
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.wish-to-customise-section .wish-to-customise-img {
    max-height: 70vh;
    object-fit: cover;
}

/* ========================= REVIEW SECTION ========================= */

.review-slider {
    margin-top: 1.875rem;
}

.review-slider .slick-slide {
    margin-left: 1rem;
}

.review-slider .slick-list {
    margin-left: -1rem;
}

.review-slider .slick-slide img {
    height: 13.125rem;
    /* height: calc(13.125rem + 2vw); */
    object-fit: cover;
}

/* ========================= SLICK SLIDER ========================= */

.content-wrapper .slick-next,
.content-wrapper .slick-prev {
    height: 3.625rem;
    width: 3.625rem;
}

.content-wrapper .slick-next {
    right: -1.563rem;
}

.content-wrapper .slick-prev {
    left: -1.563rem;
}

.content-wrapper .slick-prev:before,
.content-wrapper .slick-next:before {
    display: block;
    content: "";
    background-image: url("../images/arrow.png");
    background-size: contain;
    height: 3.625rem;
    width: 3.625rem;
}

.content-wrapper .slick-prev:before {
    transform: rotate(-180deg);
}

.content-wrapper .slick-next,
.content-wrapper .slick-prev {
    z-index: 1;
}

.slider-btns-top-align .slick-next,
.slider-btns-top-align .slick-prev {
    top: -4.375rem !important;
}

.slider-btns-top-align .slick-next {
    right: 0 !important;
}

.slider-btns-top-align .slick-prev {
    right: 4.5rem !important;
    left: unset !important;
}

/* ========================= UNDERLINE ANIMATION ========================= */

.underline-animation {
    position: relative;
}

/* ========================= UNDERLINE ANIMATION ========================= */

.animation-section-for-single-watch.desktop {
    min-height: 100vh;
}

.animation-section-for-single-watch.mobile,
.animation-section-for-single-watch.desktop {
    color: var(--white-color);
    background-color: var(--light-black-color);
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.animation-section-for-single-watch.mobile {
    display: none;
}

.animation-section-for-single-watch.mobile .row {
    gap: 2rem;
}

.animation-section-for-single-watch.mobile .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.animation-section-for-single-watch.desktop .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 90%;
}

.animation-section-for-single-watch.desktop .row > div {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.animation-section-for-single-watch.desktop #root {
    position: relative;
    display: block;
    height: 100vh;
    position: relative;
}

.animation-section-for-single-watch.desktop .section-1 {
    position: absolute;
    left: 50%;
    width: 50%;
    margin-left: auto;
    height: 100vh;
}

.animation-section-for-single-watch.desktop .section-2 {
    position: absolute;
    left: 0%;
    top: 0;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.animation-section-for-single-watch.desktop .left-section,
.animation-section-for-single-watch.desktop .right-section {
    position: relative;
    width: 100%;
    height: 100vh;
}

.animation-section-for-single-watch.desktop #root .content,
.animation-section-for-single-watch.desktop #root .image-box {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
}

.animation-section-for-single-watch.desktop #root .content img,
.animation-section-for-single-watch.desktop #root .image-box img {
    height: 100%;
    max-height: 70vh;
    object-fit: cover;
}

.animation-section-for-single-watch.desktop .section-1 h3,
.animation-section-for-single-watch.desktop .section-2 h3 {
    text-transform: uppercase;
}

/* ========================= WATCH GALLERY SECTION ========================= */

.watch-gallery-section .row {
    padding: 0 0.313rem;
}

.watch-gallery-section .row > div {
    padding: 0.313rem;
}

.watch-gallery-section .row > div img {
    height: 15.813rem;
    object-fit: cover;
}

/* ========================= PRODUCT DETAIL SECTION ========================= */

.product-detail-section .mobile {
    display: none;
}

.product-detail-section .desktop {
    display: block;
}

.product-detail-section .mobile *,
.product-detail-section .desktop * {
    text-transform: uppercase;
}

.product-detail-section {
    margin-bottom: 10rem;
}

.product-detail-section .row > div {
    height: 100%;
    padding: 0;
}

.product-detail-section .slider-nav .slide-image {
    float: unset;
    min-width: 90%;
    /* min-width: 96%; */
    height: 5rem;
    background-color: var(--light-gray-color);
    margin-bottom: 0.6rem;
    cursor: pointer;
    overflow: hidden;
}

.product-detail-section .slider-for {
    background-color: var(--light-gray-color);
}

.product-detail-section .slider-for .slide-image {
    height: 38.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-detail-section .slider-nav .slide-image .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-right: auto;
}

.product-detail-section .slider-nav .slide-image img {
    object-fit: contain;
    width: auto;
    height: 6rem;
}

.product-detail-section .slider-for .slide-image img {
    height: 45.125rem;
    width: auto;
}

.product-detail-section .product-slider {
    padding-right: 3.125rem;
    overflow: hidden;
}

.product-detail-section .content .strap {
    color: var(--light-gray-color-3);
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.product-detail-section .content .cover-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin: 0.625rem 0 1.25rem 0;
}

.product-detail-section .content .tag-text {
    color: var(--blue-color);
    font-weight: 700;
    /* margin: 0.625rem 0 1.25rem 0; */
}

.product-detail-section .content .watch-info-points li,
.product-detail-section .content p {
    font-weight: 400;
    text-transform: none;
}

.product-detail-section .content .cover {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.product-detail-section .slider-nav .slide-image.slick-current .img_box {
    border: 1px solid var(--black-color);
}

.product-detail-section .content .watch-info-points {
    list-style-type: disc;
    padding-left: 1.063rem;
    margin: 1.875rem 0;
}

.product-detail-section .content .simple-btn {
    width: 100%;
    margin: 0.938rem 0;
    padding-top: 0.5rem;
}

.product-detail-section .content .customise-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding-inline: 0;
}

.styles__tabby-promo-wrapper--5596b button {
    padding-bottom: 8px;
}
.tabbyPromo * {
    text-transform: initial !important;
    color: var(--black-color);
    font-weight: 500;
}

.tabbyPromo > div > div {
    background-color: #f5f5f5;
    border-radius: 8px;
}
.product-detail-section .content .customise-btn.simple-btn::before {
    border: 1px solid var(--black-color);
}

.product-detail-section .content .customise-btn img {
    height: 1.563rem;
    width: 1.563rem;
    margin-top: -0.313rem;
}
.product-detail-section .discounted_price {
    padding-top: 3px;
}
.product-detail-section .discount_perc {
    margin-bottom: 6px;
}
.product-detail-section .mobile .discount_perc {
    width: max-content;
}

/* ========================= VIEW BAG SECTION ========================= */

.view-bag-section .mobile {
    display: none;
}

.view-bag-section .desktop {
    display: block;
}

.view-bag-section .items-container .item {
    padding: 1rem 0;
    border-bottom: 1px solid var(--light-gray-color-4);
}

.view-bag-section .items-container .item .item-img {
    height: 6.75rem;
    width: 85%;
    /* width: 5.625rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-gray-color);
    padding: 1rem;
    overflow: hidden;
    position: relative;
}

.view-bag-section .items-container .item .item-img img {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* 
.view-bag-section .items-container .item .item-img img {
    transform: scale(1.1);
} */

.view-bag-section .items-container .item .item-title {
    font-size: 0.813rem;
    line-height: 1.938rem;
    letter-spacing: 0.081rem;
}

.view-bag-section .items-container .item .item-strap-title {
    color: var(--light-gray-color-3);
    font-size: 0.625rem;
    line-height: 0.938rem;
    letter-spacing: 0.063rem;
}

.view-bag-section .items-container .item .cover,
.view-bag-section .items-container .item .strap {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 400;
    font-size: 0.75rem;
}

.view-bag-section .items-container .item .cover > span,
.view-bag-section .items-container .item .strap > span {
    display: flex;
    align-items: center;
}

.view-bag-section .right-content {
    padding-left: 20%;
}

.view-bag-section .summary p {
    color: var(--light-black-color);
    font-size: 0.75rem;
    line-height: 2.125rem;
    /* line-height: 3.125rem; */
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.view-bag-section .summary p span {
    display: block;
}

.view-bag-section .summary .promo-code-input {
    color: var(--light-black-color);
    border: none;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.view-bag-section .summary .promo-code-input::placeholder {
    color: var(--light-black-color);
}

.view-bag-section .summary .pricing {
    /* border-top: 1px solid var(--light-gray-color-4); */
    border-bottom: 1px solid var(--light-gray-color-4);
    padding: 0.5rem 0;
}

.view-bag-section .summary .total-price {
    border-bottom: 1px solid var(--light-gray-color-4);
    padding: 0.5rem 0;
}

.view-bag-section .summary .payment-options {
    padding-left: 0;
    display: flex;
    gap: 0.938rem;
    align-items: center;
    margin-bottom: 2.5rem;
}

.summary .payment-options .tabby {
    filter: brightness(0) saturate(100%) invert(69%) sepia(0%) saturate(5636%)
        hue-rotate(160deg) brightness(88%) contrast(54%);
    width: 4rem;
}

.view-bag-section .summary .simple-btn {
    width: 100%;
    padding-inline: 0;
    margin: 0.5rem 0;
}

.view-bag-section .summary .simple-btn.bg_white::before {
    border: 1px solid var(--black-color);
}

/* ========================= ABOUT PAGE ========================= */

.about-page .content {
    padding: 2rem;
}

.about-page .content.top {
    width: 100%;
    max-width: 97%;
}

.about-page .media-reviews .company-logos {
    gap: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
}

.about-page .media-reviews .desktop .company-logos a {
    height: 6rem;
    width: 16%;
    margin-bottom: 1rem;
}

.about-page .media-reviews .desktop .company-logos img {
    height: 6rem;
    object-fit: contain;
}

.about-page .media-reviews .mobile {
    display: none;
}

.about-page .media-reviews .desktop {
    display: block;
}

/* ========================= CUSTOMISE PAGE ========================= */

.customise-start {
    text-align: center;
    color: var(--white-color);
    background-color: var(--light-black-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customise-start .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 50%;
    margin: auto;
    padding: 4rem 0;
}

.customise-start .content .sub-heading {
    font-size: 0.813rem;
    line-height: normal;
    letter-spacing: 0.081rem;
    opacity: 0.5;
    margin-bottom: 0.5rem;
}

.customise-start .content .heading {
    font-size: 1.5rem;
    line-height: 3.125rem;
    letter-spacing: 0.15rem;
}

.customise-start .content .simple-btn.bg_white {
    min-width: 19rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.customise-start .images-container {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}

.customise-start .images-container > img {
    width: 100%;
    max-width: 19.5%;
    height: 25rem;
    object-fit: cover;
}

/* ========================= PROMO CODE INPUT CSS ========================= */

.promocode_input {
    border: none;
    position: relative;
}

.promocode_input .bonus_input {
    border: none !important;
    box-shadow: 0 0 0 0;
    background-color: transparent;
    padding: 0;
    color: var(--light-black-color);
    border: none;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    margin: 0 !important;
    border-bottom: 1px solid var(--light-gray-color-4) !important;
    width: 100%;
    min-height: 40px;
}

.promocode_input .bonus_input:focus {
    border-bottom: 1px solid var(--black-color) !important;
}

.promocode_input .send_btn {
    width: auto !important;
    margin: 0 0 0 auto !important;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    min-height: 35px;
    z-index: 1;
}

.bonus_response {
    color: red !important;
    font-size: 0.7rem !important;
    line-height: 1.5rem !important;
}

/* ========================= FOOTER SECTION ========================= */

footer {
    margin-top: 7rem;
    padding: 3.125rem 0;
    color: var(--gray-color);
    background-color: var(--light-black-color);
}

footer .row > div {
    padding: 0;
}

footer .footer-logo {
    height: auto !important;
    max-width: 7.063rem;
    margin-bottom: 1.875rem;
}

footer p {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

footer a {
    color: var(--gray-color);
    transition: all 0.2s ease-in-out;
}

footer a .tabby {
    filter: brightness(0) saturate(100%) invert(64%) sepia(0%) saturate(1%)
        hue-rotate(175deg) brightness(89%) contrast(88%);
    width: 3.5rem;
}

footer a:hover {
    color: var(--gray-color) !important;
    opacity: 0.7;
}

footer .footer-links {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two columns with equal width */
    grid-gap: 1.25rem;
    /* Gap between grid items */
}

footer h6 {
    color: var(--white-color);
}

footer .footer-links a {
    color: var(--white-color);
    font-weight: 400;
}

footer .footer-links li {
    grid-template-columns: 3;
}

footer .follow-us {
    color: var(--white-color);
    font-weight: 400;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin: 3.125rem 0;
}

footer .follow-us span {
    display: flex;
    align-items: center;
    margin-left: 0.625rem;
    padding: 0.313rem;
    gap: 0.313rem;
}

footer .follow-us svg {
    font-size: 0.5rem;
    height: 1.875rem;
    width: 1.875rem;
    padding: 0.313rem;
    min-width: 1.875rem;
    border-radius: 100px;
    color: var(--black-color);
    background-color: var(--white-color);
}

footer .copyright {
    margin-top: 3.125rem;
}

footer .newsletter {
    margin-top: 1.5rem;
    width: 100%;
    max-width: 100%;
}

footer .newsletter * {
    border-radius: 0;
    border: none;
}

footer .newsletter,
footer .newsletter input,
footer .newsletter button {
    height: 2.438rem;
}

footer .newsletter input {
    color: var(--white-color) !important;
    font-weight: 300;
    background-color: #ffffff10;
    font-size: 0.75rem;
}

footer .newsletter input:focus {
    background-color: #ffffff10;
    border-color: transparent;
    box-shadow: 0 0 0 0;
}

footer .newsletter input::placeholder {
    color: #5f5f5f;
}

footer .newsletter button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.069rem;
    color: var(--black-color);
    min-width: 2.438rem;
    font-size: 0.688rem;
    background-color: var(--white-color);
    padding-top: 0.625rem;
}

footer .payment-options {
    margin: 3rem 0;
    padding-left: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
}

footer .mobile {
    display: none;
}

footer .desktop {
    display: block;
}

/* ========================= ORDER SUCCESS PAGE ========================= */

.main_data.success {
    padding-top: 5rem;
    height: calc(100vh - 90px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ========================= BOTTOM BUTTON CSS ON VIEW CART AND PRODUCT DETAIL PAGE ========================= */

.bottom-button-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background-color: var(--light-black-color);
    /* background: linear-gradient(to left,
            var(--black-color) 50%,
            var(--white-color) 50%) right;
    background-size: 200%; */
    border: 1px solid var(--black-color);
    left: 0%;
    min-height: 3.875rem;
    display: none;
}

.bottom-button-container .simple-btn {
    color: var(--white-color);
    min-width: unset !important;
}

.page.build .row > div {
    position: unset;
    padding: 0;
}

/* 
.page.build {
    margin-top: 8rem;
} */

#watch_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* min-height: 100vh; */
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background: var(--black-color);
    overflow-x: hidden;
    transition: 0.5s ease-in-out;
}

.overlay .overlay-content {
    /* position: relative;
top: 25%;
width: 100%;
text-align: center;
margin-top: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 0.7s ease-in-out;
}

.overlay .overlay-content a {
    transition: 0.3s;
    border-bottom: 1px solid #fffff131;
    padding: 5px 10px 20px;
}

/* .overlay-content .topNav {
  padding-top: 30px;
} */
.overlay .overlay-content p {
    text-decoration: none;
    font-size: 1.563rem;
    color: var(--white-color);
    display: block;
    font-family: var(--family-bangla);
}

.overlay .overlay-content p.small_heading {
    font-size: 1.25rem;
    padding-left: 30px;
}

.overlay-content a.button {
    color: var(--white-color);
    font-size: 0.875rem;
    border: 1px solid var(--white-color);
    padding: 18px 30px 10px;
    min-height: 59px;
    display: flex;
    min-width: 350px;
    transition: all 0.3s ease-in-out;
    max-width: 70%;
    opacity: 0;
    visibility: hidden;
}

.overlay-content .flex_center_between {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.show-sidebar .overlay-content .flex_center_between,
.show-sidebar .overlay-content a.button {
    opacity: 1;
    visibility: visible;
}

.about .button {
    min-width: 350px;
    max-width: 35%;
}

.overlay .overlay-content a:hover,
.overlay .overlay-content a:focus {
    color: #f1f1f1;
}

.overlay-content a.button:hover {
    color: var(--black-color);
}

.overlay-content .flex_center_between .column_flex {
    width: 300px;
    gap: 25px;
}

.overlay .close_btn_div {
    background: white;
    border-radius: 50%;
    position: absolute;
    right: 68px;
    top: 28px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay .overlay-content {
    padding-top: 50px;
}

.overlay .cart_icon_nav {
    top: 20px;
    left: 20px;
    position: absolute;
}

.overlay-content .arrow_right {
    width: auto;
}

.column_flex {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.overlay-content .flex_center_between .column_flex {
    width: 300px;
    gap: 25px;
}

/* .overlay #currencyDropdown {
  left: 20px;
  width: 80px;
  position: absolute;
  top: 20px;
} */

.close_btn_div a {
    color: black;
    font-weight: bold;
    font-size: 37px;
    margin-top: -5px;
}

.overlay-content .sidebarSlider {
    width: 50%;
}

.overlay-content .slider {
    width: 33vw;
}

.overlay-content .slick-list {
    padding: 0 !important;
}

.overlay-content .slick-slide {
    margin: 0 20px;
}

.overlay-content .slider img {
    width: 100%;
    height: 100%;
}

.overlay-content .cart_icon_nav img {
    width: 48px;
    height: 52px;
}

.overlay-content .flex_center_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

/*.overlay-content .dropdown-toggle {
background-color: var(--black-color);
border: none;
border-bottom: 1px solid #fffff131;
padding: 10px 10px 20px;
}
.overlay-content .dropdown-toggle::after {
display: none;
}
.overlay-content .dropdown-menu.show {
background-color: var(--black-color);
width: 100%;
position: relative !important;
transform: none !important;
}
.overlay-content .dropdown-menu.show li {
border-bottom: 1px solid #fffff131;
}
.overlay-content .dropdown-menu.show a {
border-bottom: none;
} */
/* .overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
} */

.gallery_img {
    /* display: flex;
justify-content: flex-start;
align-items: center;
min-width: 140px; */
    margin: 5px;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    /* .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
} */
}

.item .empty_cart {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.item .empty_cart img {
    width: 20%;
    filter: grayscale(100%);
}

.discount_banner {
    background: var(--light-black-color);
    margin: 10px 0 2rem;
    padding: 13px 20px 4px;
    cursor: pointer;
}
.discount_banner h5 {
    line-height: normal;
}

@media (max-width: 566px) {
    /* FONT SIZE 13 PX */
    .watch-collection #collection-slider .box .watch-price,
    .watch-collection #collection-slider .box .watch-name {
        font-size: 0.813rem;
        line-height: normal;
        letter-spacing: 0.081rem;
    }

    /* .collection-section.without-slider .watch-collection .box .watch-price, */
    .collection-section.without-slider .watch-collection .box .watch-name {
        line-height: normal;
    }

    /* FONT SIZE 11 PX */
    .watch-collection .box .watch-category {
        color: var(--light-gray-color-5);
        line-height: normal;
    }

    .watch-collection #collection-slider .box .watch-category {
        font-size: 0.688rem;
        line-height: normal;
        letter-spacing: 0.069rem;
        margin-top: 0.2rem;
        margin-bottom: 0.8rem;
    }

    /* FONT SIZE 28 PX */
    h1 {
        font-size: 1.75rem;
        line-height: 2.375rem;
        letter-spacing: 0;
    }

    /* FONT SIZE 22 PX */
    h2 {
        font-size: 1.375rem;
        line-height: 2.688rem;
        letter-spacing: 0.138rem;
    }

    /* FONT SIZE 18 PX */
    h3 {
        font-size: 1.125rem;
        line-height: 2rem;
        letter-spacing: 0.113rem;
    }

    /* FONT SIZE 15 PX */
    .product-detail-section .content.mobile .price {
        font-size: 0.938rem;
        line-height: 2.25rem;
        letter-spacing: 0.094rem;
    }

    /* FONT SIZE 14 PX */
    .product-detail-section .content.mobile .tag-text {
        font-size: 0.875rem;
        line-height: normal;
        letter-spacing: 0rem;
    }

    .about-page .media-reviews .mobile,
    .hero-section .vimeo-wrapper-mobile,
    .animation-section-for-single-watch.mobile,
    footer .mobile,
    .view-bag-section .mobile,
    .product-detail-section .mobile,
    .category-section .mobile,
    .watch-collection .box .mobile {
        display: block;
    }

    .about-page .media-reviews .desktop,
    .hero-section .vimeo-wrapper.desktop,
    .animation-section-for-single-watch.desktop,
    footer .desktop,
    .view-bag-section .desktop,
    .product-detail-section .desktop,
    .category-section .desktop,
    .watch-collection .box .desktop {
        display: none;
    }

    .hero-section {
        margin: 0;
    }

    .hero-section .watch-images-container .img_box {
        width: 50%;
        height: 12.5rem;
    }

    .hero-section .watch-images-container .img_box img {
        object-fit: cover;
        height: 100%;
    }

    .hero-section .content p {
        font-weight: 400;
    }

    .hero-section .content .btns-container {
        margin: 2rem 1.5rem;
        gap: 0.5rem;
    }

    /* .simple-btn {
    font-size: 0.75rem;
    line-height: 0.938rem;
    letter-spacing: 0.075rem;
    height: 3.25rem;
    min-width: 50% !important;
    padding: 0.5rem;
  } */

    .watch-collection .box {
        min-width: 15.625rem;
        max-width: 15.625rem;
        height: auto;
        min-height: 25.8rem;
    }

    .watch-collection .slick-list {
        margin-left: 0;
    }

    #collection-slider.watch-collection .box img {
        min-width: 8rem;
        max-width: 8rem;
        min-height: 12rem;
        max-height: 12rem;
        position: relative;
        z-index: 1;
    }

    .category-section * {
        overflow: visible;
    }

    .category-section .small-images .slick-slide {
        margin-right: 10px;
    }

    .category-section .small-images .col-md-6 img {
        width: 100%;
        min-width: 17rem;
        max-width: 17rem;
        /* width: 15.563rem; */
        height: 16.875rem;
    }

    .category-section .container > .row:first-child {
        margin-bottom: 70px;
    }

    .category-section .simple-btn {
        font-size: 0.875rem;
        line-height: 1.063rem;
        letter-spacing: 0.088rem;
        height: 3.688rem;
        min-width: 80% !important;
        /* padding: 0.5rem; */
        padding: 0.7rem 0.5rem 0.3rem 0.5rem;
    }

    .wish-to-customise-section .row {
        flex-direction: column-reverse;
    }

    .category-section .small-images .slick-slide,
    .category-section .small-images .slick-list,
    .about-page .container .about-section .row > div,
    .view-bag-section .container > .row > div,
    .product-detail-section .row > .slider,
    .product-detail-section .container > .row > div,
    .watch-gallery-section .row > div,
    .watch-gallery-section .row,
    .collection-section.without-slider .watch-collection > .col-md-4,
    .animation-section-for-single-watch .row > div,
    .review-section .row .col-md-12,
    .wish-to-customise-section .row .col-md-12 {
        padding: 0;
    }

    .wish-to-customise-section .row .content {
        padding: 2.5rem 2rem;
    }

    .wish-to-customise-section h2 {
        font-size: 1.563rem;
        line-height: 2.375rem;
        letter-spacing: 0;
    }

    .wish-to-customise-section .content {
        background-color: var(--light-black-color);
    }

    .wish-to-customise-section .row::before {
        width: 100%;
        display: none;
    }

    /* .review-section .row .col-md-12 .slick-slide,  */
    .watch-gallery-section .row .slick-slide {
        margin-right: 0.5rem;
        padding: 0;
        min-width: 15.813rem;
        max-width: 15.813rem;
    }

    .review-slider {
        margin-top: 15px;
        overflow: hidden;
    }

    .review-slider .slick-list {
        margin-left: 0;
    }

    .collection-section .container,
    .review-section .container {
        padding-right: 0;
    }

    .review-section .row .col-md-12 .slick-slide img {
        height: 13.125rem;
        width: 13.125rem;
        object-fit: cover;
    }

    .animation-section-for-single-watch {
        padding: 1rem 0 3rem 0;
    }

    .animation-section-for-single-watch.desktop .content {
        max-width: 100%;
        margin-top: 1rem;
    }

    .watch-collection {
        gap: 1rem;
        margin-top: 0;
    }

    .collection-section.without-slider {
        margin: 40px 0;
    }

    .collection-section.without-slider .watch-collection .box img {
        max-width: 10rem;
        max-height: 16rem;
        margin: 2rem auto 5rem auto;
    }

    .collection-section.without-slider .watch-collection .box {
        min-height: 32.188rem;
        max-width: 100%;
    }

    .product-detail-section .product-slider {
        flex-direction: column-reverse;
        padding-right: 0;
    }

    .product-detail-section .slider-nav .slick-slide {
        float: left;
        min-width: unset;
    }

    .product-detail-section .slider-for {
        margin-bottom: 0.5rem;
    }

    .product-detail-section .slider-for .slick-slide {
        height: 25.75rem;
    }

    .product-detail-section .slider-for .slide-image img {
        height: 30rem;
    }

    .product-detail-section .slider-nav .slick-list {
        margin-left: -0.5rem;
    }

    .product-detail-section .slider-nav .slick-slide {
        height: 8.188rem;
        margin-bottom: 0;
        margin-left: 0.5rem;
    }

    .product-detail-section .slider-nav .slick-slide img {
        height: 8rem;
    }

    .product-detail-section {
        margin-bottom: 3rem;
    }

    .view-bag-section .right-content {
        padding-left: 0;
        /* padding-top: 1rem; */
    }

    .view-bag-section .summary .total-price,
    .view-bag-section .summary .pricing,
    .view-bag-section .right-content,
    .view-bag-section .items-container .item {
        position: relative;
        border: none;
    }

    .view-bag-section .summary .total-price::before,
    .view-bag-section .summary .total-price::after,
    .view-bag-section .summary .pricing::after,
    .view-bag-section .right-content::after,
    .view-bag-section .items-container .item::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -50vw;
        height: 1px;
        width: 150vw;
        background-color: var(--light-gray-color-4);
    }

    .view-bag-section .right-content::after,
    .view-bag-section .items-container .item::after {
        top: unset;
        bottom: 0;
    }

    .view-bag-section .summary .total-price::after {
        bottom: 0;
        top: unset;
    }

    .about-page .content {
        padding: 1rem 0;
    }

    .about-page .container .about-section .content .about-second-img {
        margin-top: 1rem;
    }

    .hero-section .watch-images-container {
        flex-wrap: wrap;
    }

    .view-bag-section .items-container .item .item-img,
    .category-section .content,
    .customise-start .content,
    .hero-section .watch-images-container {
        max-width: 100%;
    }

    .hero-section .content .simple-btn {
        min-width: 55% !important;
    }

    .watch-collection .slick-slide {
        margin-left: 0.6rem;
    }

    .overlay-content .flex_center_between .column_flex {
        gap: 20px;
    }

    .overlay-content .column_flex .flex_center_between {
        flex-direction: row;
    }

    .overlay-content a.button {
        min-width: 100%;
        padding: 10px 0;
        max-width: fit-content;
    }

    .overlay-content .sidebarSlider {
        width: 100%;
    }

    .overlay-content .column_flex_center {
        padding-top: 50px;
    }

    .overlay-content .container {
        margin: 0;
        padding: 0 30px;
        max-width: 100%;
    }

    .flex_center_between,
    .flex_start_between,
    .flex_end_between,
    .flex_center,
    .footer .flex_start {
        flex-direction: column;
    }

    .overlay .close_btn_div {
        top: 20px;
        right: 25px;
    }

    .overlay-content .slider {
        display: none;
    }

    header .open-cart-popup {
        height: auto;
    }

    .product-detail-section .slider-nav .slide-image .img_box {
        width: 96%;
    }

    footer .footer-links {
        grid-gap: 1.25rem 1rem;
    }

    .collection-section.slider .container {
        padding-right: 0;
    }

    /* 
    header.mobile-menu .container {
        padding: 0 1.5rem;
    } */

    .page #watch_slider.select_watch {
        padding-top: 5rem;
    }

    .view-bag-section {
        padding-bottom: 50px;
    }

    .view-bag-section .right-content::after {
        display: none;
    }

    .animation-section-for-single-watch.mobile .row {
        gap: 3rem;
    }

    .about-page .media-reviews .company-logos {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .about-page .media-reviews .company-logos a {
        height: 93px;
        width: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-page .media-reviews .company-logos img {
        height: 93px;
        object-fit: contain;
    }

    .about-page .reviews_media a {
        width: 40%;
    }

    footer .newsletter {
        max-width: 82%;
    }
}

.button {
    padding: 18px 30px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    letter-spacing: 1.4px;
    min-height: 59px;
    font-size: 0.875rem;
    transition: 0.4s ease-in-out;
    -webkit-appearance: none;
}

.column_flex_center {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

#phone::-webkit-inner-spin-button,
#phone::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#phone {
    -moz-appearance: textfield; /* Firefox */
}

@media (max-width: 1000px) {
    .view-bag-section .right-content {
        padding-left: 0;
        margin-top: 1.5rem;
    }

    .animation-section-for-single-watch.mobile {
        display: block;
    }

    .animation-section-for-single-watch.desktop {
        display: none;
    }

    .hero-section .vimeo-wrapper {
        height: 17.188rem;
    }

    .wish-to-customise-section .vimeo-wrapper {
        margin-right: 0;
        width: 100%;
    }
    .box .discount_perc,
    .box .out_of_stock {
        padding: 2px 10px;
        top: 2%;
    }
}

@media (min-width: 768px) {
    .animation-section-for-single-watch.mobile .row img {
        margin-bottom: 1rem;
    }

    .customise-start .content {
        max-width: 70%;
    }

    .hero-section .content .simple-btn {
        min-width: 18rem !important;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .hero-section .vimeo-wrapper {
        height: 300px;
    }

    .wish-to-customise-section .vimeo-wrapper {
        width: 100%;
        margin-right: 0;
    }

    .animation-section-for-single-watch.mobile .row {
        gap: 5rem;
    }

    .animation-section-for-single-watch.mobile {
        display: block;
    }

    .animation-section-for-single-watch.desktop {
        display: none;
    }
}

@media (max-width: 1220px) {
    header.mobile-menu {
        display: block;
    }

    header.desktop-menu {
        display: none;
    }

    .simple-btn {
        font-size: 0.75rem;
        line-height: 0.938rem;
        letter-spacing: 0.075rem;
        height: 3.25rem;
        min-width: 50% !important;
        /* padding: 0.5rem; */
        padding: 0.7rem 0.5rem 0.3rem 0.5rem;
    }

    .customise-start .images-container {
        overflow-x: auto;
    }

    .customise-start .images-container > img {
        width: 100%;
        max-width: 70%;
    }

    /* .wish-to-customise-section .vimeo-wrapper {
        height: 60vw;
    } */
}

@media (min-width: 1221px) {
    header.desktop-menu {
        display: block;
    }

    header.mobile-menu {
        display: none;
    }

    .hero-section .watch-images-container {
        flex-wrap: wrap;
    }

    .customise-start .content {
        max-width: 50%;
    }

    /* .wish-to-customise-section .vimeo-wrapper {
    height: 29.313rem;
  } */

    .product-detail-section .product-slider .slider-nav .slick-track {
        width: 100% !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

@media (min-width: 1200px) {
    header.desktop-menu .container,
    header.mobile-menu .container,
    footer > .container,
    .content-wrapper section > .container {
        /* max-width: calc(100vw - 20vw); */
        max-width: 85% !important;
    }

    /* .collection-section > .container {
        padding: 0;
    } */

    .view-bag-section .row > div:first-child {
        padding-left: 0;
    }

    .collection-section.without-slider .container {
        padding: 0;
    }

    .watch-collection .box img {
        transition: all 0.7s ease-in-out;
        /* -webkit-perspective: 800px;
        -webkit-backface-visibility: hidden;
        will-change: transform; */
        /* -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); */
    }

    .watch-collection .box:hover img {
        -webkit-transform: scale(2.3) translate3d(0, 0, 0);
        transform: scale(2.3) translate3d(0, 0, 0);
    }

    .simple-btn.bg_black:hover {
        background-position: left;
        color: var(--black-color);
    }

    .simple-btn.bg_white:hover {
        color: var(--white-color);
        background-position: left;
    }
}

@media (min-width: 1300px) {
    .wish-to-customise-section .row .content {
        padding: 3.125rem;
    }
}

@media (min-width: 1400px) {
    /* .wish-to-customise-section .vimeo-wrapper {
    height: 33.313rem;
  } */

    .watch-gallery-section .row > div img {
        height: 17.813rem;
        object-fit: cover;
    }
}

@media (min-width: 1600px) {
    /* .wish-to-customise-section .vimeo-wrapper {
        height: 30vw;
        width: 90%;
    } */

    /* .wish-to-customise-section iframe {
        transform: scale(1.2);
        object-fit: contain;
        object-position: top;
    } */
}

@media (min-width: 1900px) {
    html {
        font-size: 18px;
    }

    .view-bag-section .items-container .item .item-img {
        height: 7.75rem;
    }

    .review-slider .slick-slide img {
        height: 15.125rem;
    }

    .watch-gallery-section .row > div img {
        height: 18.813rem;
        object-fit: cover;
    }

    /* .wish-to-customise-section iframe {
        transform: scale(1.3);
    } */
}

@media (min-width: 2400px) {
    h4 {
        font-size: 1.325rem;
    }

    footer > .container,
    header.desktop-menu .container,
    header.mobile-menu .container,
    .content-wrapper section > .container {
        max-width: 75% !important;
    }

    html {
        font-size: 22px;
    }

    .view-bag-section .items-container .item .item-title {
        font-size: 0.9rem;
    }

    .view-bag-section .summary .promo-code-input,
    .view-bag-section .summary p {
        font-size: 0.9rem;
    }

    .view-bag-section .items-container .item .item-strap-title {
        font-size: 0.8rem;
    }

    .view-bag-section .items-container .item .cover,
    .view-bag-section .items-container .item .strap {
        font-size: 0.95rem;
    }

    .select2.select2-container {
        margin-top: 5px;
    }

    /* .wish-to-customise-section .vimeo-wrapper {
        height: 28vw;
        width: 110%;
    } */
}
