/* lexend-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lexend-v25-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/lexend-v25-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/lexend-v25-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lexend-v25-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Lexend", sans-serif;
    overflow: scroll;
}

a {
    text-decoration: none !important;
}

/* =============================================== Start Header  ===============================================  */
.top_header {
    background-color: #1c1c1c;
    color: white;
    font-size: 14px;
    padding: 4px 0;
}

.header_num {
    color: #DBAF36;
}

.top_header a {
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.top_header a:hover {
    text-decoration: underline;
}

.promo_text {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.header_contact {
    font-size: 12px;

}

.promo_text span {
    color: #f6b81a;
    font-weight: bold;
}

.dropdown-menu {
    background-color: #fff;
}

.top_header .dropdown-item {
    color: #000;
}

.dropdown-item {
    color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    background-color: transparent;
}

.dropdown-toggle {
    color: #fff;
}

.dropdown {
    position: relative;
    display: inline-block;
    color: #fff;
    /*margin: 10px;*/
    font-size: 12px;
    font-weight: 400;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 1;
}

.dropdown-content p {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main_header li {
    padding: 0 10px;
}

.navbar-nav .nav-link.active {
    color: #DBAF36 !important;
}

.main_header li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;

    &:hover {
        color: #DBAF36;
    }
}

.header_icons img {
    margin: 0 5px;
}

/* Mega Menu */
.dropdown_mega {
    position: relative;
}

.dropdown_mega .mega_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 500px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px;
    display: none;
    z-index: 99;
}

.dropdown_mega:hover .mega_menu {
    display: block;
}

.mega_menu_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mega_col h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.mega_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega_col ul li {
    margin-bottom: 8px;
}

.mega_col ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.mega_col ul li a:hover {
    color: #DBAF36;
}

.mega_col_img img {
    width: 100%;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {}

/* =============================================== End Header  ===============================================  */
/* =============================================== Start Banner  ===============================================  */

.carousel-caption {
    top: 0 !important;
    bottom: 0 !important;
    left: 6% !important;
    color: #fff;
    align-content: center;
}

.carousel-caption h1 {
    font-family: "Dancing Script", cursive;
    font-size: 48px;
    font-weight: 500;
    color: #000;
}

.carousel-caption {
    text-align: left !important;
}

.carousel-caption p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
}

.carousel-caption a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #000;
    padding: 10px;
}

.carousel-caption a:hover img {
    transform: translateX(9.5%);
    transition: .3s;
}

/*
.carousel-item {
  height: 458px;
} */
/*.carousel-item .banner_img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/* =============================================== Ens Banner  ===============================================  */
/* =============================================== Start Home Page ===============================================  */
.owl-carousel .owl-item .category_img {
    width: 40px;
    height: 40px;
}

.category_card {
    width: 135px;
    height: 131px;
    background-color: #D9D9D9;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    transition: .3s;

    &:hover {
        background-color: #DBAF36;
    }
}

.category_card:hover::before {
    background: linear-gradient(135deg, #DBAF36, #FEFEFE);
}

.category_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #F5F5F5, #FEFEFE);
    border-radius: 18px;
    transform: rotate(45deg);
    transition: .5s;
}

.category_card .category_img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.category_card h5 {
    color: #000;
    z-index: 5;
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
    width: 100%;
    text-align: center;
    /* display: flex; */
}

.category_card:hover h5 {
    color: #fff;
}

.banner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #000;
    width: 45%;
    z-index: 1;
    padding: 20px;
    align-content: center;
}

.text h4 {
    font-size: 12px;
    letter-spacing: 2px;
}

.text h1 {
    font-size: 24px;
    margin: 10px 0;
    font-weight: 500;
}

.text p {
    font-size: 14px;
    margin-bottom: 32px;
}

.shop_now_btn {
    background: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    color:#573008;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.featured_section {
    padding: 50px 0;
    text-align: center;
}

.featured_tabs {
    margin-bottom: 30px;
}

.featured_tabs .nav-link {
    font-weight: 400;
    color: #A1A1A0;
    border: none;
    font-size: 14px;
    font-family: "Lexend", sans-serif;
}

.featured_tabs .nav-link.active {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.featured_card {
    position: relative;
    overflow: hidden;
    /* width: 200px; */
    border-radius: 41px 41px 0 0;
}

.featured_img {
    background-color: #F6F6F6;
    border-radius: 41px;
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist {
    background: transparent !important;
    border: none !important;
}

.wishlist i {
    color: #DBAF36;
    font-size: 21px;
}

.featured_title {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    font-family: "Lexend", sans-serif;
}

.featured_price {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.old-price {
    color: #A1A1A0;
    font-weight: 300;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 16px;
}

.featured_price li, .product-discount li {
    list-style: none !important;
}
.product-discount li{
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}

.featured_rating {
    color: #DBAF36;
    font-size: 20px;
    font-family: "Lexend", sans-serif;
}

.product_price {
    font-family: "Lexend", sans-serif;
}

.featured_rating span {
    font-size: 16px;
    font-weight: 400;
    color: #A1A1A0;
}

.featured_name {
    color: #A1A1A0;
    font-family: "Lexend", sans-serif;
}

/* Hover Icons */
.featured_icons {
    position: absolute;
    top: 20px;
    right: -50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: right 0.3s ease;
}

.featured_card:hover .featured_icons {
    right: 10px;
}

.featured_icon_btn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.featured_icon_btn:hover {
    background: #DBAF36;
    color: #fff;
    border-color: #DBAF36;
}

.olight_collection {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
}

.olight_collection img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 400px;
}

.olight_content {
    font-family: "Lexend", sans-serif;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    max-width: 40%;
}

.olight_content h4 {
    display: inline-block;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.olight_content h1 {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 500;
}

.olight_content p {
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

.olight_content .btn {
    background: #fff;
    color: #573008;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 6px;
    transition: 0.3s;
}

.olight_content .btn:hover {
    background: #DBAF36;
}

.quality_card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    position: relative;
}

.quality_img img {
    width: 100%;
    border-radius: 8px;
}

.quality_name {
    font-size: 12px;
    color: gray;
    margin-top: 8px;
}

.quality_title {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

.quality_rating {
    color: gold;
    font-size: 14px;
    margin-bottom: 5px;
}

.quality_rating span {
    color: #555;
    font-size: 13px;
}

.quality_price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.quality_text_title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: normal;
}

.quality_text_sub {
    font-size: 16px;
    color: #22201D;
    margin-bottom: 15px;
}

.quality_btn {
    background: #000;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
}

.quality_btn:hover {
    background: #DBAF36;
    color: #000;
}

.off_rings {
    position: absolute;
    top: 7px;
    left: -54px;
    background-color: #D02F44;
    transform: rotate(-0.12turn);
    width: 90%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.shop_our {
    font-family: "Lexend", sans-serif;
}

.shop_our p {
    font-size: 16px;
    color: #DBAF36;
}

.deals_card {
    border-radius: 20px;
}
.deals_card img {
    max-width: 100%;
    height: 100%;
    width: 467px;
    object-fit: cover;
}

.deals_content {
    position: absolute;
    top: 5%;
    left: 0;
    text-align: center;
    color: #000;
    padding: 0 30px;
    font-family: "Lexend", sans-serif;
}

.deals_text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.deals_title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #000;
}

/* Countdown Timer */
.deals_timer {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.deals_box {
    background: #fff;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    min-width: 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.deals_box span {
    display: block;
}

.collocation {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.collocation_item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.collocation_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

/* Hover Zoom Effect */
.collocation_item:hover img {
    transform: scale(1.05);
}

/* Text Overlay */
.collocation_item span {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.clients {
    text-align: center;
    background: #fff;
}

.clients_header h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 5px;
}

.clients_header p {
    color: #000;
    font-size: 16px;
    /*margin-bottom: 30px;*/
}

.client_card {
    background: rgb(249, 249, 249);
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    margin: 10px;
    font-family: "Lexend", sans-serif;
}

.stars {
    color: #f6c90e;
    font-size: 18px;
    margin-bottom: 10px;
}

.client_card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
}

.client_card p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
}

.client_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client_info img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover;
}

.client_info h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.client_info span {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

.exceptional_section {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 12px;
}

.exceptional_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.exceptional_box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 300px;
    min-width: 250px;
    border-left: 1px solid #D9D9D9;
    padding: 0 10px;
}

.exceptional_icon {
    width: 40px;
    height: 40px;
}

.exceptional_content {
    display: flex;
    flex-direction: column;
    font-family: "Lexend", sans-serif;
}

.exceptional_title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.exceptional_text {
    font-size: 14px;
    color: #888;
    margin: 0;
}

/* =============================================== End Home Page ===============================================  */
/* =============================================== Start Footer Page ===============================================  */
.footer_section {
    background: #1c1a18;
    color: #fff;
    padding: 40px 20px 20px;
}

.footer_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.footer_col {
    display: flex;
    flex-direction: column;
    font-family: "Lexend", sans-serif;
}

.footer_logo {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer_text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300;
}

.footer_help {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 300;
}

.footer_social a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
}

.footer_social a:hover {
    color: #d4af37;
}

.footer_title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer_links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_links li {
    margin-bottom: 8px;
}

.footer_links a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 300;
}

.footer_links a:hover {
    color: #fff;
}

.footer_newsletter {
    display: flex;
    margin-top: 10px;
    position: relative;
}

.footer_newsletter input {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 7px;
}

.footer_newsletter button {
    padding: 10px 15px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    position: absolute;
    top: 3%;
    right: 1%;
}

.footer_newsletter button:hover {
    background: #d4af37;
    color: #fff;
}

.footer_payments img {
    height: 25px;
    margin: 10px 0;
}

.footer_bottom {
    text-align: center;
    /* border-top: 1px solid #333; */
    /* margin-top: 30px; */
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    /* color: #aaa; */
}

/* =============================================== End Footer Page ===============================================  */
/* =============================================== Start Ring Page ===============================================  */
.ring_banner {
    position: relative;
    background-image: url('../images/ring/ring_banner.webp');
    /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    height: 528px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #573008;
}

.ring_banner-content {
    position: relative;
    z-index: 1;
}

.ring_banner h2 {
    font-weight: 700;
    font-size: 40px;
    font-family: "Libre Bodoni", serif;
}

.ring_banner p a {
    font-size: 16px;
    color: #000;
}

.sidebar {
    width: 100%;
    max-width: 260px;
    background: #fff;
    padding: 15px;
}

.sidebar h5 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    font-size: 16px;
    padding: 5px 0;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    justify-content: space-between;
    color: #22201D;
}

.sidebar ul li:hover {
    color: #d4a017;
}

.sidebar input[type="range"] {
    width: 100%;
}

.sidebar p {
    font-size: 13px;
    margin: 5px 0;
}

.sidebar div {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 300;
}

.sidebar input[type="radio"] {
    margin-right: 8px;

}

.border-line {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.border-line::before,
.border-line::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    background: #fff;
    flex-shrink: 0;
}

.border-line span {
    flex-grow: 1;
    height: 2px;
    background: #000;
}

/* =============================================== End Ring Page ===============================================  */
/* =============================================== Start Empty Page ===============================================  */
.empty h4 {
    font-size: 24px;
}
.empty img{
    max-width: 401px;
    max-height: 401px
}
.empty p {
    font-size: 16px;
    font-weight: 300;
}

.empty button {
    background-color: #000;
    font-size: 16px;
    color: #fff;
    width: 411px;
    height: 44px;
    border-radius: 9px;
}

/* =============================================== End Empty Page ===============================================  */
/* =============================================== Start About Page ===============================================  */
.disclaimer h3 {
    font-size: 20px;
}

.disclaimer p,
.disclaimer ul {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.our_mission {
    background-color: #F4F4F4;
}


/* =============================================== End About Page ===============================================  */
/* =============================================== End Account Page ===============================================  */
.account_banner {
    background: url('../images/login/account.webp') no-repeat center center/cover;
    width: 100%;
    height: 312px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: #000;
}
.about_banner{
    background: url('../images/about_us/about.webp') no-repeat center center/cover;
    width: 100%;
    height: 312px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: #000;
}
.account_content h2 {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.account_content p {
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
}

.account_form {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 40px 5px; */
}

.form_container {
    border: 1px solid #000;
    padding: 25px 40px;
    max-width: 700px;
    width: 100%;
    background: #fff;
    text-align: center;
}

.form_container h2 {
    font-size: 40px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: "Lexend", sans-serif;
}

.form_container p {
    font-size: 16px;
    color: #263238;
    font-weight: 300;
    margin-bottom: 25px;
}

/* Form Groups */
.form_group {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 20px;*/
    flex: 1;
    text-align: left;
}

.form_group label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #A1A1A0;
}

.form_group input {
    border: none;
    /* border-bottom: 1px solid #DBAF36; */
    padding: 12px 12px;
    font-size: 14px;
    outline: none;
    font-weight: 400;
    background: #f3f3f3;
}

.form_group input::placeholder {
    font-size: 16px;
    color: #A1A1A0;
}

.form_row {
    display: flex;
    gap: 20px;
}

.btn_update {
    /* margin-top: 20px; */
    width: 193px;
    height: 47px;
    border: none;
    background: #000;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 300;
    font-size: 18px;
    border-radius: 8px;
}

.contact_section {
    width: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: url("../images/contact/contact.webp") no-repeat center center/cover;
}

.contact_content {
    max-width: 500px;
    background: rgba(255, 255, 255, 0);
    font-family: "Lexend", sans-serif;
    padding: 20px;
}

.contact_content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.contact_content p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

/* =============================================== End Account Page ===============================================  */
.clients_header {
    font-family: "Lexend", sans-serif;
}

.touch_section {
    width: 100%;
    padding: 40px 20px;
}

.touch_container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.touch_box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1;
    min-width: 250px;
    font-family: "Lexend", sans-serif;
}

.touch_content h4 {
    font-size: 16px;
    font-weight: 600;
}

.touch_content p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.contact_map iframe {
    border-radius: 23px;
}

/* =============================================== Start Ring Derails Page ===============================================  */
.home_ring {
    font-size: 16px;
    font-weight: 300;
    margin: 30px 0;
}

.product_detail {
    /*display: flex;*/
    /*gap: 40px;*/
    /*margin: auto;*/
    /*flex-wrap: wrap;*/
}

/* Left Side */
.product_images {
    display: flex;
    gap: 15px;
    flex: 1;
    min-width: 300px;
}

.image_thumbnails {
    display: flex;
    flex-direction: column;
    max-height: 460px;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 15px;
}
.image_thumbnails::-webkit-scrollbar {
    width: 0;
}
.image_thumbnails img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: border 0.3s ease;
}

.image_thumbnails img.active {
    border: 2px solid #DBAF36;
}

.main_image {
    flex: 1;
    text-align: center;
}

.main_image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Right Side */
.product_info {
    flex: 1;
    min-width: 300px;
}

.product_title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}

.product_brand {
    font-size: 16px;
    margin-bottom: 10px;
}

.product_info .featured_price li {
    font-size: 20px !important;
}

.Brand {
    font-size: 16px;
    color: #000;
    margin: 0;
    padding-right: 10px;
}

.product_price {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

.product_stock {
    color: green;
    font-size: 14px;
    margin-bottom: 20px;
}

.option_group {
    margin-bottom: 20px;
}

.option_group span {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
}

.color_options button {
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 7px;
    margin-right: 10px;
    cursor: pointer;
}

.omnis {
    font-size: 16px;
    color: #A1A1A0;
    font-weight: 300;
    border-top: 1px solid #D9D9D9;
    padding-top: 10px;
}

.carat_options button,
.metal_options button {
    margin: 5px;
    padding: 8px 15px;
    border: 1px solid #D9D9D9;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    color: #253237;
}

.add_cart_section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.quantity_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.quantity_box button {
    background: #f5f5f5;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

.quantity_box input {
    width: 40px;
    text-align: center;
    border: none;
}

.btn_add_cart {
    flex: 1;
    padding: 7px;
    background: #DBAF36;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 400;
}

.btn_add_cart:hover {
    background: #DBAF36;
}

.cart_heart {
    width: 45px;
    height: 45px;
    background: #DBAF36;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.buy_now {
    width: 100%;
    padding: 10px;
    border: 1px solid #A1A1A0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.buy_now a{
    color: #000;
    font-weight: 500;
}
.guarantee_section {
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}

.guarantee_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.guarantee_icon {
    width: 20px;
    height: 20px;
}

.guarantee_line {
    border: none;
    border-top: 1px solid #eee;
    margin: 15px 0;
}

.guarantee_checkout h4 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
}

.about_item {
    margin-top: 30px;
}

.about_item_tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
    background: #f9f9f9;
    overflow-x: auto;
    list-style: none;
    padding-left: 0;
}

.about_item_tabs li {
    padding: 12px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    position: relative;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.about_item_tabs li.active {
    font-weight: 600;
    color: #000;
}

.about_item_tabs li.active::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 3px;
    background: #000;
    border-radius: 3px;
}

.about_item_content {
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
    padding: 20px;
    border-radius: 0 0 8px 8px;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.tab_content p {
    font-size: 14px;
    font-weight: 300;
    color: #777777;
}

.tab_content h3 {
    font-size: 24px;
    font-weight: 500;
}

.product_info_box {
    border: 1px solid #eee;
    border-radius: 6px;
    margin-top: 20px;
    overflow: hidden;
}

.product_info_box h4 {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

.product_info_box table {
    width: 100%;
    border-collapse: collapse;
}

.product_info_box th {
    text-align: left;
    padding: 12px;
    width: 200px;
    font-weight: 400;
    background: #fafafa;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #253237;
}

.product_info_box td {
    padding: 12px;
    font-size: 14px;
    color: #777;
    border-bottom: 1px solid #eee;
}

.product_info_box ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    color: #777777;
}

.reviews_section {
    margin-top: 30px;
}

.reviews_wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.reviews_list {
    flex: 1;
    min-width: 280px;
}

.reviews_item {
    border-bottom: 1px solid rgba(238, 238, 238, .4);
    padding: 15px 0;
}

.reviews_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.reviews_text {
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

.reviews_rating {
    color: #f7c942;
    font-size: 16px;
}

.reviews_form_box {
    flex: 1;
    min-width: 300px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 20px;
}

.reviews_form_rating {
    font-size: 22px;
    color: #f7c942;
    margin-bottom: 15px;
}

.reviews_form_row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.reviews_form_group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.reviews_form_group label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.reviews_form_group input,
.reviews_form_group textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.reviews_form_group textarea {
    min-height: 80px;
    resize: vertical;
}

.reviews_btn {
    background: #1d2b34;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.reviews_btn:hover {
    background: #333;
}

/* =============================================== End Ring Derails Page ===============================================  */
.buy_container {
    max-width: 600px;
    margin: auto;
}

.buy_section_title {
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
}

.buy_input,
.buy_select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 8px 0;
    font-size: 14px;
    font-weight: 300;
}

.buy_row {
    display: flex;
    gap: 10px;
}

.buy_row .buy_input {
    flex: 1;
}
.buy_news{
    font-size: 12px;
    font-weight: 300;
    color: #A1A1A0;
}
.buy_checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    font-size: 14px;
}

.shipping_container {
    max-width: 600px;
    margin: auto;
}

.shipping_section_title {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 10px;
}

.shipping_subtext {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.shipping_input,
.shipping_select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 8px 0;
    font-size: 14px;
    color: #A1A1A0;
}

.shipping_card_box {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
    overflow: hidden;
}

.shipping_card_header {
    background: #f7f7f7;
    padding: 12px;
    font-weight: 300;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.shipping_card_body {
    padding: 15px;
}

.shipping_row {
    display: flex;
    gap: 10px;
}

.shipping_row .shipping_input {
    flex: 1;
}

.shipping_checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    font-size: 14px;
}

.shipping_button {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.shipping_button:hover {
    background: #333;
}
.ship_container {
    max-width: 600px;
    margin: auto;
}

.ship_item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.ship_item img {
    object-fit: cover;
    border: 1px solid #DBAF36;
    border-radius: 20px;
}

.ship_item_details {
    flex: 1;
}

.ship_item_title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 4px;
}

.ship_item_brand {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}

.ship_item_price {
    font-size: 16px;
    font-weight: 400;
}

.ship_summary {
    margin-top: 20px;
}

.ship_row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400;
}

.ship_row_total {
    font-weight: 500;
    font-size: 24px;
    margin-top: 15px;
}

.cart_container {
    max-width: 900px;
    margin: auto;
    overflow: auto;
}

.cart_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cart_table {
    width: 100%;
    border-collapse: collapse;
}

.cart_table th,
.cart_table td {
    text-align: center;
    padding: 12px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.cart_table th {
    font-weight: bold;
    font-size: 15px;
}

.cart_table td img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 3px;
}

.cart_product_name {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.cart_quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cart_qty_btn {
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.cart_remove {
    color: #e42c2c;
    cursor: pointer;
    font-size: 16px;
}

.cart_actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 20px;
}

.cart_btn {
    padding: 12px 20px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.cart_btn:hover {
    background: #333;
}
.carttotal_container {
    max-width: 400px;
    margin: auto;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
}

.carttotal_notice {
    border: 1px dashed #9cd69c;
    color: #2A7A25;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.carttotal_title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.carttotal_row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 16px;
}

.carttotal_shipping {
    margin: 15px 0;
    font-size: 14px;
}

.carttotal_shipping label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0;
    cursor: pointer;
}

.carttotal_shipping input {
    margin-right: 10px;
}

.carttotal_address {
    font-size: 13px;
    color: #444;
    margin-top: 8px;
}

.carttotal_address a {
    color: #0073e6;
    font-size: 13px;
    margin-left: 5px;
}

.carttotal_grand {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}

.carttotal_button {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
}

.carttotal_button:hover {
    background: #333;
}

.carttotal_secure {
    font-size: 12px;
    text-align: center;
    color: #555;
    margin-bottom: 10px;
}

.carttotal_payment {
    text-align: center;
}

.carttotal_payment img {
    height: 28px;
    margin: 0 6px;
}
.carttotal_shipping input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #000;   /* Outer border black */
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.carttotal_shipping input[type="radio"]:checked::after {
    content: "";
    width: 70%;
    height: 69%;
    background: #000;         /* Inner filled black */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*------------- login -------------*/
.collection_banner_content {
    position: absolute;
    right: 0;
    top: 20%;
    left: 3%;
    padding: 0;
    color: var(--bs-carousel-caption-color);
    text-align: center;
}
.collection_banner_content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
}

.collection_banner_content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.card-body {
    padding: 2rem 3rem;
}
.brand-logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #72286e;
}
.form-control {
    padding: 8px 12px !important;
}
.btn-login {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
}
.social-btn {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
}
.side-image {
    width: 80%;
    margin-top: 35px;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.remember-forgot a {
    color: #e67b7b;
    font-size: 0.9rem;
    text-decoration: none;
}
.social-btn {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px;
    width: 150px;
    height: 50px;
    background-color: #fff;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}
.social-btn:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: #5d2059;
}
/* Eye Icon Styling */
.toggle-password {
    position: absolute;
    top: 42px;
    right: 26px;
    opacity: 0.6;
}
.toggle-password:hover {
    color: #000;
}

.collection_banner img {
    border-radius: 20px;
}
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    margin-bottom: 15px;
}

.back-link:hover {
    color: #72286e;
    text-decoration: underline;
}

.back-link i {
    font-size: 18px;
}
.show_button a {
    background-color: #000;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}
.list-product {
    display: none;
}
.category_name {
    font-weight: 500 !important;
    margin: 0 !important;
}
.appointment-form input[type="file"] {
    font-weight: 400;
    font-size: 13px;
    color: #636F88;
}
.appointment-image {
    padding: 10px 16px !important;
}

input[type="file"]::-webkit-file-upload-button {
    padding: 8px 15px;
    margin-right: 10px;
    border: none;
    background: #e9ecef;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}
.card-body .form-select {
    height: 42px;
}

/* =============13-9=============  */
.profile{
    border-top: 1px solid #E8E8E8;
}
.account_sidebar {
    background: #fff;
    /*padding: 0 20px;*/
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 100%;
}
.myacount{
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E8E8E8
}
.myacountt h5{
    font-size: 28px;
    font-weight: 500;
    color: #000;
}
.myacountt   p{
    font-size: 14px;
    font-weight: 400;
    color: #898989;
}
.account_sidebar h5 {
    font-weight: 600;
    margin-bottom: 4px;
    color: #22201D;
}

.account_sidebar p {
    font-size: 14px;
    font-weight: 300;
    color: #898989;
    margin: 0;
}

.account_Menu .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 8px;
    color: #333;
    background: #fafafa;
    transition: all 0.3s ease;
    font-weight: 500;
    margin: 5px 20px;

}

.account_Menu .nav-link.active {
    background: #22201D !important;
    color: #fff !important;
    margin: 0 20px !important;
}

.account_Menu .nav-link:hover {
    background: #22201D;
    color: #fff;
}

.account_Menu .logout {
    background: #DB4A4A !important;
    color: #fff !important;
}

.account_content h3 {
    font-weight: 600;
}

.account_content p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.card-custom {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 15px;
}

.btn-save {
    background: #22201D;
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 500;
    border: none;
}

.btn-save:hover {
    background: #22201D;
    color: #fff;
}
.order-status span {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
}
.order-delivered {
    background: #d6ebde;
    color: #0F9F07;
    border: 1px solid #0F9F07;
}
.order-cancel {
    background: #facfcb;
    color: #DB4A4A;
    border: 1px solid #DB4A4A;
}
.order-return {
    background: #fff8dc;
    color: #EBC81A;
    border: 1px solid #EBC81A;
}
.select_gender {
    height: 42px;
    color: #898989;
}
.upload-box {
    border-radius: 18px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #E8E8E8;
}

.upload-box i {
    font-size: 30px;
    color: #666;
}

.upload-box small {
    font-size: 13px;
    color: #888;
}

.upload-box input[type="file"] {
    display: none;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #22201D !important;
    color: #898989;
}
.orderr_table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.orderr_table thead {
    background: #26323812;
    color: #5a2a82;
}

.orderr_table thead th {
    font-weight: 400;
    padding: 14px 10px;
    font-size: 14px;
    border: none;
    white-space: nowrap;
    background: #60326712;

}

.orderr_table tbody td {
    padding: 14px 16px;
    font-size: 14px;
    border-top: 1px solid #eee;
    white-space: nowrap;
}

.view-btn {
    color: #000;
    font-size: 16px;
    transition: 0.3s;
}
.view-btn:hover {
    color: #3a165a;
}

.table-responsive {
    border-radius: 12px;
}
.myaddress h3 {
    font-size: 22px;
    font-weight: 600;
}
.myaddress p {
    font-size: 14px;
    color: #777;
    margin: 0;
}
.myaddress_add {
    background: #2632380D;
    border-radius: 8px;
    padding: 10px 15px;
    margin: 15px 0;
}
.addnew_btn {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.myaddress_card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background: #fff;
    width: 100%;
}
.myaddress_radio {
    margin-right: 12px;
}
.myaddress_radio input {
    width: 18px;
    height: 18px;
}

.myaddress_details p {
    font-size: 14px;
    margin: 3px 0;
    color: #707070;
}
.myaddress_details p span{
    font-size: 14px;
    font-weight: 500;
    color: #242222;

}
.myaddress_actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.icon_btn {
    background: #000;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}
.icon_btn:hover {
    background: #3a165a;
}
.myaddress_radio input[type="radio"] {
    accent-color: #000;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.change {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    /*max-width: 400px;*/
    width: 100%;
    border: 0.75px solid #89898924
}

.change h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.change .input-group {
    position: relative;
    margin-bottom: 15px;
}

.change input {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
}

.change input:focus {
    border-color: #603267;
}

.change .input-group i {
    position: absolute;
    right: -13px;
    top: -26px;
    /*transform: translateY(-50%);*/
    color: #888;
    cursor: pointer;
}

.change .password-rules {
    font-size: 13px;
    margin: 15px 0;
}

.change .password-rules ul {
    padding-left: 20px;
    margin: 8px 0 0;
}

.change .password-rules li {
    margin-bottom: 5px;
    color: #616161;
    font-size: 14px;
    font-weight: 400;
}

.change button {
    width: 100%;
    padding: 12px;
    background-color: #263238;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.change button:hover {
    background: #4a244f;
}
.tab-content .form-label {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
}
.form-control input {
    border: 1px solid #E8E8E8 !important;
}
.tab-content .form-control input::placeholder {
    font-size: 10px !important;
    color: #616161 !important;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.qty-input[type=number] {
    -moz-appearance: textfield;
}
