body {
	font-family: times !important;
	overflow-x: hidden;
	background-color: #000 !important;
	box-sizing: border-box;
	margin: 0 auto;
}

@font-face {
	font-family: 'PlayfairDisplay-Regular';
	src: url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/PlayfairDisplay-Regular.eot');
	src: url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/PlayfairDisplay-Regular.eot#iefix') format('embedded-opentype'), url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg'), url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/PlayfairDisplay-Regular.woff') format('woff'), url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/PlayfairDisplay-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

@font-face {
	font-family: 'Aller';
	src: url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/ALLER_LT.eot');
	src: url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/ALLER_LT.eot#iefix') format('embedded-opentype'), url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/ALLER_LT.svg#ALLER_LT') format('svg'), url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/aller.woff') format('woff'), url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/ALLER_LT.ttf') format('truetype'), url('/web/20250818213852im_/https://www.jewelryrepairquick.com/wp-content/themes/jewelry/fonts/ALLER_LT.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Default */
.container,
.main-box {
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

/* Tablet */
@media (min-width: 768px) {
  .container,
  .main-box {
    max-width: 90% !important;
  }
}

/* Small Laptop */
@media (min-width: 992px) {
  .container,
  .main-box {
    max-width: 90% !important;
  }
}

@media (min-width: 1200px) {
  .container,
  .main-box {
    max-width: 90% !important;
  }
}

@media (min-width: 1400px) {
  .container,
  .main-box {
    max-width: 90% !important;
  }
}

.main-box {
	margin-top: 20px;
	margin-bottom: 20px;
}

.header-top {
	margin-top: 18px;
	margin-bottom: 10px;
}

/* Ensure header images stack and are centered */
.header-top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.header-logo {
	max-width: 240px;
	margin-bottom: 12px;
	/* space between logo and banner */
}

.header-banner {
	max-width: 100%;
	height: auto;
	max-height: 25px;
}

.brand-title {
	margin-top: 8px;
	color: #e09f5a;
	font-family: 'PlayfairDisplay-Regular', serif;
	font-size: 30px;
}

.brand-subtitle {
	color: #e09f5a;
	letter-spacing: 2px;
	font-weight: 600;
}

.navbar {
	padding: 0 30px;
	background-color: #191919 !important;
}

.navbar-toggler {
	border: 1px solid #d4a373 !important;
	color: #d4a373 !important;
	background-color: #d4a373 !important;
	margin-bottom: 10px !important;

}

/* Dropdown base */
.navbar .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 0.4s ease;
	/* speed control */
	margin-top: 0;
	background: #000;
	border: 1px solid #222;
}

/* Show on hover */
.navbar .nav-item.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Dropdown items */
.dropdown-menu .dropdown-item {
	color: #ccc;
	transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover {
	background: transparent;
	color: #d4a373;
}

.navbar .dropdown-toggle::after {
	display: none !important;
}

.navbar-dark .navbar-nav .nav-link {
	padding: 10px 16px;
	font-weight: 600;
	font-size: 15px;
	color: #cacadc;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: #c79a65;
}

.nav-contacts {
	color: #cacadc;
	gap: 18px;
	align-items: center;
}

.contact-mobile span {
	color: #cacadc
}

.logo-wrap {
	margin-bottom: 12px
}

.banner-wrap {
	width: 100%;
}

.fixed-banner {
	width: 100%;
	height: 120px;
	object-fit: contain
}

@media (min-width: 768px) {
	.fixed-banner {
		height: 160px
	}

}

/* Dropdown open on hover for desktop */
@media (min-width: 768px) {
	.navbar-nav .dropdown:hover>.dropdown-menu {
		display: block;
		margin-top: 0;
		/* remove gap */
	}
}

@media (max-width: 767.98px) {
	.header-logo {
		max-width: 140px
	}

	.brand-title {
		font-size: 18px
	}

	.nav-contacts {
		width: 100%;
		text-align: center;
		border-top: solid 1px #ccc;
		padding-top: 10px;
		margin-top: 5px;
	}

	.container-fluid.nav-wrapper {
		padding: 10px;
		flex-direction: column;
	}

	.navbar-collapse {
		width: 100%;
	}

	.navbar-nav>li {
		padding: 10px 0px;
		border-bottom: solid 1px #ccc;
	}

	.navbar-nav>li:last-child {
		border-bottom: none;
	}

	.navbar {
		padding: 0 !important;
	}

	.navbar-dark .navbar-nav .nav-link {
		padding-top: 8px !important;
		padding-bottom: 12px !important;
		font-size: 15px;
		text-shadow: 0 0 0;
		color: #cacadc;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

}

/* Dropdown styling to match the design in screenshot */
.dropdown-menu {
	background: #111;
	border: 0;
	padding: 0;
}

.dropdown-item {
	color: #e6e6e6;
	padding: 12px 20px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.dropdown-item:hover {
	background: #000;
	color: #c79a65;
}

@media (max-width:767.98px) {
	.dropdown-menu {
		position: static
	}
}

/* contact link styles used in header */
.contact-link {
	color: #cacadc;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
}

.contact-link i {
	margin-right: 8px;
	color: #f4b777;
	font-size: 25px;
	vertical-align: bottom;
}

.contact-link:hover {
	color: #c79a65
}

/* phone/mobile icon color */
.contact-link i,
.nav-contacts i,
.contact-mobile i {
	color: #e09f5a;
}

/* keep icon color on link hover */
.contact-link:hover i {
	color: #e09f5a;
}

/* Hero slider styles */
.hero-slider {
	position: relative;
	overflow: visible
}

.hero-slider .slide {
	height: 520px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.hero-slider .slide-content {
	position: absolute;
	right: 8%;
	top: 40%;
	transform: translateY(-40%);
	color: #e6e6e6;
	text-align: right;
	max-width: 480px
}

.hero-slider h1 {
	font-size: 48px;
	color: #dde0ef;
	margin: 0 0 10px
}

.hero-slider h3 {
	color: #e09f5a;
	margin: 0 0 18px;
	letter-spacing: 2px;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transition: transform .7s ease-in-out
}

.btn.btn-gold {
	background: #c79a65;
	color: #111;
	border-radius: 4px;
	padding: 10px 20px;
	font-weight: 700;
	border: 0;
	font-family: "Open Sans";
}

.btn.btn-gold:hover {
	background: #dde0ef;
	color: #111;
}

/* custom arrows with circular preview */
.custom-arrow {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: transparent;
	border: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2000
}

.custom-prev {
	left: 18px
}

.custom-next {
	right: 18px
}

/* slightly move prev arrow more left if needed */
@media (min-width:1200px) {
	.custom-prev {
		left: 28px
	}

	.custom-next {
		right: 28px
	}
}

.arrow-preview {
	position: absolute;
	inset: 6px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	transform: scale(0.9);
	transition: opacity .22s ease, transform .22s ease;
	background: #cacadc;
	border: 2px solid rgba(0, 0, 0, 0.06)
}

.arrow-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform .35s ease-in-out
}

/* show preview on hover/focus or when JS adds class */
.custom-arrow:hover .arrow-preview,
.custom-arrow:focus .arrow-preview,
.custom-arrow.show-preview .arrow-preview {
	opacity: 1;
	transform: scale(1)
}

.custom-arrow:hover .arrow-preview img,
.custom-arrow.show-preview .arrow-preview img {
	transform: scale(1.12)
}

/* Ensure background images don't show during fade transitions */
.hero-slider .slide {
	opacity: 0;
	transition: opacity .7s ease-in-out
}

.hero-slider .slick-current {
	opacity: 1
}

/* Remove default slick arrow */
.slick-prev:before,
.slick-next:before {
	display: none;
}

.custom-arrow i {
	color: #fff;
	font-size: 15px;
	transition: 0.3s;
	font-weight: 100;
}

/* increase visibility of arrows */
.custom-arrow {
	background: rgba(0, 0, 0, 0.45)
}

/* ensure arrows are clickable on mobile */
.custom-arrow {
	pointer-events: auto
}

/* keep other slide text static; only H3 will animate */
.hero-slider .slide .slide-content {
	opacity: 1;
	transform: none;
	transition: none;
}

.hero-slider .slide .slide-content h1 {
	opacity: 1;
	transform: none;
	transition: none;
	font-size: 49px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	font-family: "Open Sans";
	visibility: inherit;
	transition: none;
	text-align: inherit;
	border-width: 0px;
	margin-bottom: 15px;
	padding: 0px;
	opacity: 1;
}

/* H3: fade + subtle zoom when its slide becomes current */
.hero-slider h3 {
	margin: 0 0 18px;
	letter-spacing: 2px;
	opacity: 0;
	transform: scale(0.92);
	transition: opacity .7s ease-in-out, transform .7s cubic-bezier(.2, .9, .3, 1);
	font-size: 30px;
	font-weight: 400;
	color: rgb(236, 177, 117);
	font-family: "Open Sans";
}

.hero-slider .slick-current h3 {
	opacity: 1;
	transform: scale(1);
}

@media (max-width:767.98px) {

	/* center slide text on mobile */
	.hero-slider .slide-content {
		right: auto;
		left: 0%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		max-width: 92%;
		padding: 0 12px;
	}

	.hero-slider h1 {
		font-size: 26px
	}

	/* .hero-slider h3 {
		font-size: 14px
	} */

	/* hide the arrow preview thumbnail on mobile */
	.arrow-preview {
		display: none !important
	}
}

/* Upper section: left background + right text */
.banner-bottom-text {
	padding: 15px 35px;
	background: url('../images/under-banner.jpg') no-repeat left center #020001;
	float: left;
	width: 100%;
	text-align: right;
	color: #cacadc;
	font-size: 29px;
	text-transform: uppercase;
	margin-top: 20px;
}

/* Lower centered section */
.section-lower {
	background: #111;
	color: #e6e6e6
}

.section-lower h3 {
	color: #d7a673;
	font-size: 31px;
	text-transform: uppercase;
	margin: 5px;
	padding-bottom: 20px;
}

.section-lower p.lead {
	padding: 20px 60px;

	color: #cacadc;
	margin: 0px;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 1px;
}

/* HEADER */
.services-header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	color: #d7a673;
	margin: 30px 0;
}

.services-header h2 {
	font-size: 32px;
}

.services-header a {
	color: #cacadc;
	font-size: 14px;
	text-decoration: none;
}

/* arrows top right */
.custom-arrows {
	position: absolute;
	right: 125px;
	top: 100%;
	transform: translateY(-50%);
	display: flex;
	gap: 10px;
}

/* arrow style */
.arrow {
	background: none;
	border: none;
	color: #d7a673;
	font-size: 24px;
	cursor: pointer;
}

.arrow:hover {
	color: #cacadc;
}

/* SLIDER */
.services-slider {
	width: 80%;
	margin: auto;
}

.service-card {
	position: relative;
	overflow: hidden;
}

.service-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

/* OVERLAY (ALL IMAGES) */
.service-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.4s;
}

.service-card:hover .service-overlay {
	opacity: 1;
}

.service-overlay h4 {
	color: #d6a26f;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.service-overlay p {
	margin: 0px;
	color: #cacadc;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 1px;
	text-align: center;
}

.arrow {
	background: transparent;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.arrow i {
	color: #d4a373;
	transition: 0.3s;
}

.arrow:hover i {
	color: #fff;
}

/* why section css  */
.why-section {
	background: #000;
	color: #cacadc;
	border-top: 10px solid #0e0e0e;
}

.section-title {
	color: #d6a26f;
	font-size: 27px;
	text-transform: uppercase;
	margin: 0px;
}

/* box */
.why-box {
	text-align: center;
	padding: 20px;
}

/* circle */
.icon-circle {
	width: 150px;
	height: 150px;
	/* border:2px solid #d7a673; */
	/* border-radius:50%; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	overflow: hidden;
}

/* image inside circle */
.icon-circle img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* heading */
.why-box h4 {
	color: #d6a26f;
    font-size: 24px;
    text-transform: uppercase;

}

/* text */
.why-box p {
	margin: 0px;
	font-size: 15px;
	line-height: 23px;
	color: #cacadc;
	letter-spacing: 0.5px;
}

/* responsive */
@media(max-width:768px) {
	/* .icon-circle{
        width:90px;
        height:90px;
    } */

	/* .icon-circle img{
        width:40px;
        height:40px;
    } */
}

/* footer css  */
.site-footer {
	background: #000;
	padding: 0 30px;
	border-top: 10px solid #0e0e0e;
}

/* Headings */
.footer-heading {
	color: #d7a673;
	font-size: 22px;
	text-transform: uppercase;
	margin: 25px 0px;
}

/* Links */
.footer-links li {
	margin-bottom: 8px;
}

.footer-links a {
	color: #cacadc;
	text-decoration: none;
	font-size: 20px;
	transition: 0.3s;
}

.footer-links a:hover {
	color: #d7a673;
}

/* Two column service list */
.footer-links.two-col {
	column-count: 2;
	/* column-gap: 30px; */
}

/* Address */
.site-footer address {
	font-style: normal;
	font-size: 20px;
	line-height: 1.6;
	color: #cacadc;
}

/* Contact row */
.contact-row {
	margin-top: 10px;
}

.contact-link {
	color: #cacadc;
	text-decoration: none;
	font-size: 20px;
}

.contact-link i {
	color: #d7a673;
	margin-right: 6px;
}

.contact-link:hover {
	color: #d7a673;
}

/* Divider */
.footer-sep {
	border-top: 1px solid #333;
	margin-top: 30px;
}

/* Bottom section */
.site-footer small {
	font-size: 14px;
	color: #cacadc;
}

/* Social icons */
.social-sm a {
	font-size: 14px;
	color: #cacadc;
	transition: 0.3s;
}

.social-sm a i {
	font-size: 20px;
	color: #cacadc;
}

.social-sm a:hover {
	color: #d7a673;
}

.arrj-logo {
	height: 20px;
	width: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 768px) {
	.footer-links.two-col {
		column-count: 1;
	}

	.d-flex {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.contact-row {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
}

.about-us-section {
	background: #000;
	padding: 60px 0;
	color: #cacadc;
	font-family: 'Georgia', serif;
}

/* Image */
.about-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Title */
.about-title {
	color: #d7a673;
	font-size: 31px;
	text-transform: uppercase;
	margin: 0px;
}

/* First paragraph */
.about-lead {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 15px;
}

/* Normal text */
.about-us-section p {
	color: #cacadc;
	font-size: 20px;
	line-height: 23px;
	margin: 0px;
	padding-top: 20px;
}

/* Spacing fix */
.about-us-section .row {
	align-items: stretch;
}

/* Image height equal to content */
@media (min-width: 768px) {
	.about-img {
		height: 100%;
		min-height: 260px;
	}
}

/* Mobile */
@media (max-width: 767px) {

	.about-img {
		height: auto;
	}
}

/* about-bottom */
.about-bottom-section {
	background: #000;
	padding: 60px 0;
	color: #cacadc;
	font-family: 'Georgia', serif;
}

/* Images */
.about-bottom-img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

/* Main heading */
.about-bottom-title {
	color: #d7a673;
	font-size: 22px;
	letter-spacing: 1px;
}

/* Sub headings */
.about-sub-title {
	color: #cacadc;
	font-size: 25px;
	margin: 0px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/* Text */
.about-bottom-text {
	margin-bottom: 15px;
	color: #cacadc;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 1px;
}

/* Spacing between sections */
.about-bottom-section .col-md-6 {
	padding: 0 20px;
}

/* Mobile */
@media (max-width: 767px) {
	.about-bottom-img {
		height: auto;
	}

	.about-bottom-title {
		font-size: 20px;
	}
}

/* contact us section css  */
.contact-us-section {
	background: #000;
	padding: 60px 0;
	color: #cacadc;
	font-family: 'Georgia', serif;
}

/* Titles */
.contact-title {
	color: #d7a673;
	font-size: 31px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

/* Map */
.map-box {
	width: 100%;
	height: 250px;
	overflow: hidden;
	border: 1px solid #222;
}

.map-box iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* Contact info */
.contact-info h5 {
	color: #d7a673;
	font-size: 16px;
	margin-bottom: 10px;
}

.contact-info p {
	font-size: 14px;
	margin-bottom: 6px;
}

.contact-info i {
	color: #d7a673;
	margin-right: 8px;
}

/* Form */
.contact-form input,
.contact-form textarea {
	width: 100%;
	background: transparent;
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 12px;
	color: #cacadc;
	font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #777;
}

.contact-form textarea {
	height: 120px;
	resize: none;
}

/* Focus effect */
.contact-form input:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #d7a673;
}

/* Captcha */
.captcha-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.captcha-row img {
	height: 35px;
}

/* Button */
.submit-btn {
	margin-top: 10px;
	background: linear-gradient(to right, #d7a673, #b8875c);
	border: none;
	padding: 8px 25px;
	color: #000;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
}

.submit-btn:hover {
	opacity: 0.85;
}

/* Responsive */
@media (max-width: 767px) {

	.contact-title {
		text-align: center;
	}

	.map-box {
		height: 200px;
	}

	.captcha-row {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* STORE HOURS css  */
.store-hours-section {
	padding: 60px 0;
}

/* Image */
.store-img {
	width: 100%;
	height: auto;
	/* max-height: 300px; */
	object-fit: cover;
}

/* Title */
.store-title {
	color: #d7a673;
	font-size: 31px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

/* List */
.store-hours-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.store-hours-list li {
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 30px;
	color: #cacadc;
}

.store-hours-list li span {
	color: #cacadc;
	margin-right: 5px;
}

/* Responsive */
@media (max-width: 767px) {

	.store-img {
		max-height: none;
		margin-bottom: 20px;
	}

	.store-title {
		text-align: center;
	}

	.store-hours-list {
		text-align: center;
	}
}

/* our service section css  */
.our-services-section {
	padding: 60px 0;
}

/* Box */
.service-box {
	display: block;
	text-decoration: none;
	color: #cacadc;
	position: relative;
	overflow: hidden;
}

/* Image */
.service-box img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: 0.4s;
}

/* Overlay */
.service-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: 0.4s;
	z-index: 1;
}

/* Text */
.service-box h5 {
	color: #d7a673;
	margin: 12px 0 6px;
	position: relative;
	z-index: 2;
	font-size: 22px;
	text-transform: uppercase;
}

.service-box p {
	color: #cacadc;
	position: relative;
	z-index: 2;
	margin: 0px;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 1px;
}

/* Hover Effects */
.service-box:hover img {
	transform: scale(1.08);
}

.service-box:hover::before {
	opacity: 1;
}

/* Responsive */
@media (max-width: 767px) {
	.service-box img {
		height: auto;
	}

	.service-box::before {
		height: 100%;
	}

	.service-box {
		text-align: center;
	}
}

/* ============================jewelry-repair-section======================== */
.jewelry-repair-section {
	padding: 60px 0;
}

/* Image */
.jewelry-img {
	width: 100%;
	height: 100%;
	max-height: 420px;
	object-fit: cover;
}

/* Title */
.jewelry-title {
	color: #d4a373;
	margin-bottom: 15px;
	font-size: 31px;
	text-transform: uppercase;
	margin: 0px;
}

/* Text */
.jewelry-text {
	margin-bottom: 12px;
	color: #cacadc;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
	padding-top: 20px;
}

/* List */
.jewelry-list {
	padding-left: 18px;
	margin: 0;
}

.jewelry-list li {
	color: #cacadc;
	font-size: 20px;
	line-height: 23px;
	margin: 0px;
	padding-top: 10px;
}

/* Bullet color */
.jewelry-list li::marker {
	color: #d4a373;
}

/* Responsive */
@media (max-width: 767px) {
	.jewelry-img {
		max-height: none;
		margin-bottom: 20px;
	}

	.jewelry-title {
		text-align: center;
	}
}

/* ============================Watch-repair-section======================== */
.watch-repair-section {
	background: #000;
	padding: 60px 0;
}

/* Image */
.watch-img {
	width: 100%;
	height: 100%;
	max-height: 420px;
	object-fit: cover;
}

/* Title */
.watch-title {
	color: #d4a373;
	font-size: 31px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Text */
.watch-text {
	font-size: 20px;
	margin-bottom: 12px;
	color: #cacadc;
}

/* Subtitle */
.watch-subtitle {
	color: #d4a373;
	font-size: 20px;
	margin: 15px 0 10px;
}

/* List */
.watch-list {
	padding-left: 18px;
	margin: 0;
}

.watch-list li {
	font-size: 20px;
	margin-bottom: 6px;
	color: #cacadc;
}

/* Bullet color */
.watch-list li::marker {
	color: #d4a373;
}

/* Brands Section */
.brands-section {
	color: #cacadc;
}

.brands-section ul {
	list-style: disc;
	padding-left: 18px;
}

.brands-section li {
	font-size: 20px;
	margin-bottom: 6px;
}

/* Bullet color */
.brands-section li::marker {
	color: #d4a373;
}

/* Note */
.brand-note {
	color: #cacadc;
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
}

/* Responsive */
@media (max-width: 767px) {
	.brands-section ul {
		margin-bottom: 15px;
	}

	.brand-note {
		text-align: center;
	}
}

/* Responsive */
@media (max-width: 767px) {
	.watch-img {
		max-height: none;
		margin-bottom: 20px;
	}

	.watch-title {
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1008px) {

	.navbar {
    padding: 0 0px;
}
.nav-wrapper{
	flex-direction: column;
}
}