@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css?family=Amethysta&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.bodoni-moda-1 {
	font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

:root {
	--blue: #263c95 !important;
	--black: #333;
	--tan: #b89c7e;
	--secondary-background-color: #fbf8f3;
	--grey: #677c6c;
	--white: white;
	--primary-color: #52135a;
	--secondary-color: #386628;
	--secondary-color-transparent: #3766287a;
	--primary-color-transparent: #52135a79;
}

*:focus {
	outline: none;
}

a {
	color: #02a631;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

body {
	/* font-family: "Lora", serif; */
	color: #000;
	font-size: 14px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	padding: 0;
	margin: 0;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
		Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.dropdown-menu {
	z-index: 20 !important;
}

.dropdown:hover > .dropdown-menu {
	display: block;
	margin-top: -5px;
}

textarea {
	resize: vertical;
	min-height: 50px;
	max-height: 200px;
}

.newarrival-box {
	border: 3px solid #115740;
	padding: 5px;
	margin: 5px;
}

.newarrival-outer {
	margin: 0px;
}

.slick-prev {
	left: 10px;
	z-index: 20;
}

.jewelry-img {
	height: 150px;
}

.slick-next {
	right: 10px;
	z-index: 20;
}

.slick-slide img {
	object-fit: contain;
	max-width: 100%;
}

.slick-prev:before {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23293085' width='20' height='20' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.slick-next:before {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23293085' width='20' height='20' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.margin-top {
	margin-top: 10px;
}

.margin-top-md {
	margin-top: 20px !important;
}

.margin-top-md-2 {
	margin-top: 30px !important;
}

.margin-top-lg {
	margin-top: 100px;
}

.cart-table .label {
	font-size: 16px;
	display: inline-block;
	position: relative;
	top: -1px;
}

.cart-times {
	font-weight: normal;
}

.cart-sent {
	font-size: 18px !important;
}

#content-section {
	padding-top: 5px;
}

.max-heigth {
	max-height: 100vh !important;
	height: 100vh !important;
}

.bold {
	font-weight: bold;
}

.media-article {
	columns: 4;
}

.media-section {
	margin-bottom: 15px;
}

.media-images img {
	width: 100%;
	cursor: pointer;
}

.view-header {
	font-size: 13px;
	text-align: left;
	padding-bottom: 15px !important;
	padding-top: 20px !important;
}

.view-cert {
	position: relative;
	width: 100%;
	height: calc(100% - 40px);
	box-sizing: border-box;
	object-fit: scale-down;
}

.pdf-container-outer {
	box-sizing: border-box;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.289);
	position: fixed;
	z-index: 100;
	padding: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
	/* display: none; */
	opacity: 0;
	z-index: -1000;
	transition: 0.3s;
}

.pdf-container-inner {
	background-color: white;
	border: 1px solid var(--secondary-color);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	position: relative !important;
	height: 100%;
}

.pdf-close {
	height: 30px;
	width: 30px;
	margin-right: 0;
	margin-left: auto;
	position: relative;
	box-sizing: border-box;
}

.certs-visible {
	/* //display: block !important; */
	opacity: 1;
	transition: 0.3s;
	z-index: 1000;
}

#close {
	overflow: hidden;
	position: relative;
	border: none;
	padding: 0;
	width: 2em;
	height: 2em;
	background: transparent;
	color: var(--secondary-color);
	font: inherit;
	text-indent: 100%;
	cursor: pointer;

	&:focus {
		outline: solid 0 transparent;
		box-shadow: 0 0 0 2px #8ed0f9;
	}

	&:hover {
		background: rgba(202, 202, 202, 0.534);
	}

	&:before,
	&:after {
		position: absolute;
		top: 15%;
		left: calc(50% - 0.0625em);
		width: 0.125em;
		height: 70%;
		border-radius: 0.125em;
		transform: rotate(45deg);
		background: currentcolor;
		content: "";
	}

	&:after {
		transform: rotate(-45deg);
	}
}

.breadcrumb-item.active {
	color: #000 !important;
}

.view-back {
	margin-left: 45px !important;
}

.view-back:hover {
	cursor: pointer;
}

#collections-img img {
	width: 100%;
}

.no-line {
	border-right-width: 0;
}

.collection-name {
	color: #fff;
	padding-top: 10px;
	font-style: italic;
	font-size: 20px !important;
}

.collection-name:hover {
	color: #d9d9d9;
}

.cart-button {
	text-align: center;
	margin-top: 20px;
}

#searchInput:focus {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
	border-color: #cccccc !important;
}

@media only screen and (max-width: 576px) {
	.media-article {
		columns: 2;
	}

	.margin-top-md {
		margin-top: 10px;
	}

	.margin-top-lg {
		margin-top: 20px;
	}

	.collection {
		border-right-width: 0;
		padding-right: 0 !important;
	}

	.collections {
		margin-top: 0;
	}
}

/**************************************************************************************************
*    HOME PAGE
**************************************************************************************************/

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24M4'/%3E%3C/svg%3E") !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
}

.navbar-toggler {
	border-color: rgba(255, 255, 255, 0.6) !important;
	border-width: 2px !important;
	margin-left: 10px;
}

.custom-file-label {
	font-size: 12px !important;
}

#uploadFileForm {
	margin-bottom: 20px;
	width: 100%;
}

#upload-file-button,
#load-file-button {
	font-size: 12px;
	padding: 6px;
}

#load-file-button {
	display: none;
	margin-top: 0;
}

#carouselFade,
#main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -100;
	max-height: 100vh;
	overflow-y: hidden;
}

.main-img-bck {
	background: black;
}
.collection-item {
	margin-bottom: 20px;
}

#carouselFade img,
#main-img img {
	min-height: 100vh;
	object-fit: cover;
}

#main-img img {
	width: 100%;
}

#main-img {
	position: fixed;
}

.main-button {
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 22px;
	padding: 5px 60px;
	border: 2px solid rgba(255, 255, 255, 0.99);
	color: rgba(255, 255, 255, 0.99);
	background-color: transparent;
}

.welcome-content {
	margin-top: 50%;
}
.main-button:focus {
	outline: none;
}

.media-modal-img-section {
	text-align: center;
}

.media-modal-img {
	min-height: 85vh;
	max-width: 100%;
	object-fit: cover;
}

.main-logo {
	height: 150px;
	display: block;
	margin: 40px auto;
}

@media only screen and (max-width: 576px) {
	.main-button {
		margin-top: 40%;
	}

	.main-logo {
		height: 100px;
		display: block;
		margin: 40px auto 0;
	}
}

@media only screen and (min-width: 1521px) {
	.card-collection .card {
		height: 310px !important;
	}
	.card-img-top {
		max-height: 195px !important;
	}
}

@media only screen and (max-width: 1520px) {
	.item-card-resizable {
		min-width: 290px !important;
	}
	.card-collection .card {
		height: 335px !important;
	}
	.card-img-top {
		max-height: 220px !important;
	}
}

@media only screen and (max-width: 1126px) {
	/* .adjustable-view-container-2 {
		flex: 0 0 58.333333% !important;
		max-width: 58.333333% !important;
	}

	.adjustable-view-container-1 {
		flex: 0 0 41.666667% !important;
		max-width: 41.666667% !important;
	} */
	.item-card-resizable {
		min-width: 340px !important;
	}
	.card-collection .card {
		height: 385px !important;
	}
	.card-img-top {
		max-height: 270px !important;
	}
}

@media only screen and (max-width: 767.2px) {
	.item-card-resizable {
		min-width: 340px !important;
	}
	.card-collection .card {
		height: 405px !important;
	}
	.card-img-top {
		max-height: 290px !important;
	}
}

/******************************************************************************************************************************************
*    HEADER + FOOTER
******************************************************************************************************************************************/

footer {
	border-top: 1px solid var(--secondary-color);
	width: 100%;
	margin-top: 5px !important;
	padding-top: 10px;
	margin-bottom: 0px;
	display: inline-block !important;
	background-color: white;
	/* border-top: 1px solid #293085; */
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	/*padding-top: 102px;*/
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */

.footer-row {
	width: 100%;
}

.footer-col-center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.footer-img {
	height: 100px;
}

.footer-col-center a {
	text-decoration: none !important;
}

.footer-social-img img {
	height: 40px;
	width: 40px;
	border-radius: 10px;
	overflow: hidden;
	margin: 30px 2px;
}

/* .fa-instagram {
	color: #293085;
	margin-top: 15px;
} */

.footer-text {
	color: #293085;
	font-weight: bold;
}

footer a {
	font-size: 30px;
	color: var(--blue) !important;
}

footer a:hover {
	color: var(--blue) !important;
}

footer p {
	font-size: 14px;
	color: #000;
}

footer.white p,
footer.white a,
footer.white a:hover {
	color: #fff !important;
}

.header {
	background-color: white;
	padding-top: 5px;
}

/* .header-inverse {
    background-color: rgba(41,53,130,1);
    padding-top: 5px;
} */

.header-inverse {
	background-color: white;
	padding-top: 5px;
}

/* .low {
    background-color: rgba(41,53,130,0.8) !important;
    padding-top: 5px;
} */

.low {
	background-color: rgba(1, 1, 1, 0.33) !important;
	padding-top: 5px;
}

#logo_img {
	padding-bottom: 10px;
	padding-top: 10px;
	object-fit: contain;
	display: block;
	max-width: 180px;
	max-height: 180px;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#logo_img_low {
	padding-left: 20px;
	padding-bottom: 8px;
	padding-top: 4px;
	display: block;
	max-width: 51px;
	max-height: 55px;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#radiating_img {
	margin-top: -3px;
	margin-bottom: 0px;
	max-width: 315px;
	max-height: 105px;
}

#user-form {
	width: 100% !important;
}

.navbar {
	margin-top: 5px !important;
	background: var(--secondary-color);
	padding-top: 5px;
	padding-bottom: 5px;
	background: rgb(177, 210, 131);
	background: linear-gradient(
		90deg,
		rgba(177, 210, 131, 1) 0%,
		rgba(1, 126, 40, 1) 14%,
		rgba(2, 112, 33, 1) 17%,
		rgba(0, 68, 17, 1) 50%,
		rgba(2, 112, 33, 1) 83%,
		rgba(1, 126, 40, 1) 86%,
		rgba(177, 210, 131, 1) 100%
	);
}

.right-align {
	text-align: right !important;
}

#user-form,
#contact-form label,
#password-change-form label,
#trade-show-form label,
#trade-attention-form label {
	text-align: right;
	font-size: 14px;
	padding-top: 3px;
}

#contact-form label {
	text-align: left;
}

.note-th {
	width: 50% !important;
}

#user-table td {
	word-break: break-all;
}

#user-table .users-full-name {
	width: 11.976% !important;
	min-width: 13.976% !important;
}

#user-table .users-email {
	width: 21.075% !important;
	min-width: 24.075% !important;
}

#user-table .users-phone {
	width: 9.107% !important;
}

#user-table .users-company {
	width: 11.886% !important;
}

#user-table .users-address {
	width: 18.166% !important;
}

#user-table .users-approval {
	width: 7.844% !important;
}

#user-table .users-admin {
	width: 7% !important;
}

#user-table .users-actions {
	width: 12.034% !important;
}

.trade-section {
	color: #000;
	margin-left: 260px !important;
}

.add-trade-show-btn {
	margin-bottom: 20px;
}

.trade-show {
	min-height: 80px;
}

.trade-show span {
	display: block;
	line-height: 120%;
}

.trade-show-name {
	font-weight: bold;
}

.trade-checkbox {
	margin-right: 0 !important;
}

.profile-section {
	display: none;
	min-height: 450px;
}

.alert-danger {
	font-size: 14px;
}

.loginLabel a {
	color: #fff !important;
}

.loginLabel a:hover {
	text-decoration: none;
	color: #fff;
}

#loginModal .modal-title,
#remove-modal .modal-title {
	font-size: 18px;
}

#remove-modal .modal-body {
	font-size: 14px;
	margin-top: 15px;
}

#loginModal .modal-body p {
	font-size: 13px;
}

.login-modal-title {
	font-size: 24px !important;
	margin-bottom: 0 !important;
	font-weight: bold;
	color: var(--secondary-color);
}

#login-sections .section {
	margin: 20px !important;
}

/* #login-sections .section:nth-child(1) {

} */

tr.border_bottom td {
	border-bottom: 1px solid lightgray;
}

tr.border_bottom th {
	border-bottom: 1px solid lightgray;
}

#login-sections .section:nth-child(2) {
	padding-left: 0 !important;
}

#loginModal .modal-footer,
#orderModal .modal-footer {
	text-align: center !important;
	background-color: #262c45;
	color: #f7f7f7;
	font-size: 14px;
	display: block;
	border-radius: 0 !important;
}

#orderModal {
	padding-right: 0px !important;
}

#loginModal .modal-footer p {
	text-align: center !important;
	margin-bottom: 0;
}

.header-right-section {
	z-index: 100;
	text-align: right;
	font-size: 15px;
	color: #fff;
	padding-top: 40px;
}

.header-right-section-low {
	display: flex;
	justify-content: right;
	z-index: 100;
	text-align: right;
	font-size: 15px;
	color: #fff;
	padding-top: 14px;
}

.section-right {
	margin-left: auto;
	margin-right: 0;
}

.trans-search {
	background: transparent !important;
	border: transparent !important;
}
.fa-search.trans-search-icon {
	color: white;
}

.sr-section {
	margin-bottom: 5px;
}

.sr-login {
	margin-right: 7px;
}
.sr-login-2 {
	margin-right: 7px;
	margin-left: 32px;
}
a.non-link {
	color: #ffffff;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
}

a.non-link a:hover {
	color: #ffffff;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
}

#search-section {
	margin-bottom: 10px;
}

#search-section2 {
	margin-bottom: 10px;
}

.searchIcon {
	cursor: pointer;
}

.header-right-section a:hover {
	text-decoration: none !important;
	color: #fff;
}

html,
body {
	height: 100vh !important;
}

body {
	display: flex !important;
	flex-direction: column !important;
}

.content {
	flex: 1 0 auto !important;
	display: flex;
	flex-direction: column;
}

.footer {
	flex-shrink: 0 !important;
}

#home_img,
#logo_img {
	width: 100%;
}

.home-main-img {
	object-fit: contain;
	width: 100%;
}

.active {
	font-weight: bold;
}

.header-icons-section {
	font-size: 20px;
}

.head_title {
	display: block;
	font-size: 28px;
	font-style: italic;
	font-weight: 200;
	text-align: center;
	padding-top: 35px;
	color: var(--secondary-color);
}

.navbar {
	margin-top: 20px;
	min-height: 20px !important;
}

.navbar-nav {
	display: flex;
	justify-content: center;
	width: 100%;
}

.nav-link {
	color: #fff !important;
	padding-left: 53px !important;
	padding-right: 53px !important;
	white-space: nowrap;
}

.no-margin {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.top-right-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 8px;
	right: 0;
	width: 190px !important;
	z-index: 1;
}

.top-right-section :nth-child(1) {
	margin-top: 0px;
	margin-bottom: 0px;
}
.top-right-section :nth-child(2) {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.top-right-section p {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.logout-section {
	text-align: center;
	color: var(--secondary-color);
}

.glyphicon-shopping-cart {
	font-size: 24px !important;
}

@media only screen and (max-width: 1200px) {
	.head_title {
		font-size: 24px;
		padding-top: 28px;
	}
	.details-column {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
}

@media only screen and (max-width: 992px) {
	.top-info {
		font-size: 12px !important;
	}
	.title-small {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.about-banner {
		margin-left: auto;
		margin-right: auto;
	}
	.ethics-banner {
		margin-left: auto !important;
		margin-right: auto !important;
		height: auto !important;
		width: min-content !important;
		padding: 5px !important;
		white-space: normal !important;
	}
	.content-plus-filters {
		flex-direction: column-reverse !important;
	}
	.head_title {
		font-size: 22px;
		padding-top: 20px;
	}

	.header-text h1 {
		font-size: 30px;
	}

	.loginLabel {
		font-size: 16px;
	}

	#radiating_img {
		margin-bottom: -15px;
	}

	.fa-instagram {
		color: #293085;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.navbar-nav > li {
		float: left !important;
		display: block !important;

		width: 100% !important;
	}
	.main-button {
		margin-top: 40%;
	}

	.navbar-default .navbar-nav > li > a {
		text-align: left;
	}

	footer {
		margin-top: 20px;
	}

	#logo_img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}

	.head_title {
		font-size: 22px;
		padding-top: 20px;
	}

	.loginLabel {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 576px) {
	#logo_img {
		width: 85%;
	}

	.logout-section {
		margin-top: 3px !important;
	}

	#search-section {
		margin-bottom: 0 !important;
	}

	#search-section2 {
		margin-bottom: 0 !important;
	}

	.head_title {
		font-size: 20px;
		padding-top: 15px;
	}

	.loginLabel {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
	}

	#user-form label,
	#contact-form label,
	#password-change-form label,
	#trade-attention-form label {
		text-align: left;
	}

	footer {
		margin-top: 0;
	}

	footer p {
		font-size: 10px;
	}

	.header-right-section {
		padding-top: 10px;
	}

	.navbar {
		margin-top: 0 !important;
		padding-left: 0 !important;
	}

	.profile-section {
		min-height: auto !important;
		margin-top: 20px !important;
	}

	#login-sections .section {
		margin: 20px !important;
		padding: 0 !important;
	}

	#login-sections .section:nth-child(1) {
		border-right-width: 0;
		padding-right: 0 !important;
		padding-bottom: 15px !important;
		border-bottom: 1px solid #262c45;
	}

	#login-sections .section:nth-child(2) {
		margin-top: 0 !important;
	}

	.right-align {
		text-align: left !important;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*   ABOUT US page
*******************************************************************************************************************************************/

.container {
	box-sizing: border-box;
	padding: 0px;
	max-width: 100% !important;
	margin-top: 130px;
}

.container-2 {
	box-sizing: border-box;
	padding: 0px;
	max-width: 100% !important;
	margin-top: 130px;
	margin-bottom: 25px;
}

.container-1 {
	width: calc(100% - 290px);
}

.collection-container {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.about-subtitle {
	font-size: 14px;
	line-height: 1.8;
}

.about-title {
	padding-top: 20px;
	padding-bottom: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #293085;
}

.about-column {
}

.about-column p {
}

.founders-container {
	margin-bottom: 40px;
}

.founder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 5px;
	margin-bottom: 15px;
}

.founder img {
	height: 250px;
	width: 200px;
	object-fit: contain;
	border: 1px solid lightgray;
	border-radius: 5px;
}

.founder h5 {
	background-color: #bbbbbb51;
	color: #000;
	width: 200px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	padding-top: 3px;
	font-size: 16px;
}

.founder-name {
	text-transform: capitalize;
	background-color: #e3d237b8;
	padding: 2px 5px;
	text-align: center;
	width: 100px;
	color: #000;
	margin-bottom: -13px;
	border-radius: 15px;
	z-index: 2;
}

/********************/

.findus-text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	background-color: #bbbbbb51;
	color: #000;
	height: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	padding-top: 3px;
}

.shows {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 5px;
	margin-bottom: 15px;
}

.shows img {
	height: 250px;
	width: 300px;
	object-fit: contain;
	border: 1px solid lightgray;
	border-radius: 5px;
}

.shows h5 {
	background-color: #e3d237b8;
	color: #000;
	width: 200px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
	border-radius: 15px;
	padding-left: 10px;
	padding-top: 4px;
}

.shows-name {
	text-transform: capitalize;
	background-color: #bbbbbb51;
	padding: 2px 5px;
	text-align: center;
	width: 100px;
	color: #000;
	margin-bottom: 3px;
	z-index: 2;
}

/********************/

.about-banner {
	width: min-content;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: red;
	margin-bottom: 30px;
	letter-spacing: 3px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-banner h4 {
	color: white;
	margin: 0 !important;
}

.ethics-banner {
	background: var(--secondary-color);
	margin-left: auto;
	margin-right: 0;
	white-space: nowrap;
	padding-left: 20px;
	padding-right: 20px;
}

.about-image {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.about-subtitle {
		font-size: 12px;
		line-height: 1.5;
	}

	.about-section {
		margin-top: 10px;
		height: auto;
		position: relative;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    CONTACT US page
*******************************************************************************************************************************************/

.contact-table {
	width: 100% !important;
}

.contact-table td {
	font-size: 15px;
	color: #293085;
	font-weight: bold;
}

.contact-table tr td:nth-child(1) {
	text-align: right;
	font-weight: bold;
	padding-right: 0;
	color: #000;
}

.contact-table tr td:nth-child(2) {
	text-align: center;
	font-weight: bold;
	padding-right: 0;
	color: #000;
}

.address_info p {
	font-size: 16px;
}

form ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px;
}

form ul li {
	color: red;
	margin-top: -7px;
	margin-bottom: -7px;
}

label.required:after {
	display: inline-block;
	content: "*";
	color: #c00000;
	margin-left: 2px;
}

.required_text {
	color: #c00000;
	margin-top: 10px !important;
	font-weight: lighter;
}

.register-top-row {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: start;
	padding-left: 30px;
	padding-right: 30px;
}

.register-top-row p {
	margin-bottom: 0;
	font-size: 14px;
}

.register-top-row .title {
	font-size: 16px;
	margin-bottom: 5px;
	color: var(--secondary-color);
}

.form-check-label {
	font-weight: normal !important;
}

.checkbox-label-1 {
	padding-top: 12px;
}

.form-check-1 {
	/* padding-left: 0px; */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	box-sizing: border-box;
}

.form-control-1 {
	/* width: 100%;
	padding-left: 10px; */
}
.form-chks {
	padding-left: 50px;
}

.form-vals-row {
	padding-left: 5px;
	padding-right: 5px;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0;
}

.form-vals-row input {
	height: 30px;
	font-size: 0.875rem;
	width: 100%;
	min-width: 70px;
	box-sizing: border-box;
	padding: 0px;
}

.form-vals-row label {
	margin-right: 5px;
}

.view-user-section {
	padding-top: 20px !important;
}

@media only screen and (max-width: 576px) {
	.contact-table tr td:nth-child(1) {
		text-align: left;
	}

	.contact-table {
		margin-bottom: 20px;
	}

	.margin-md-top {
		margin-top: 10px !important;
	}

	.filter-label {
		margin-top: 5px !important;
		margin-bottom: 0 !important;
	}
}

.admin-media-img {
	max-height: 200px;
}

.admin-media-add-btn {
	font-size: 12px !important;
	margin-bottom: 20px;
}

.trade-title {
	font-size: 28px;
}

.trade-text {
	margin-bottom: 0;
	font-size: 14px;
}

.trade-head-section {
	margin-bottom: 20px;
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    MELEE page
*******************************************************************************************************************************************/

.cart-remove:hover,
.cart-remove {
	cursor: pointer !important;
}

.cart-empty {
	text-align: center;
	font-size: 22px;
	padding: 50.5px !important;
}

.cart-page-alert {
	text-align: center;
}

.cart-table {
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 0 !important;
}

.cart-table tr td {
	vertical-align: middle;
}

.cart-table th {
	font-size: 13px;
}

.cart-del {
	text-align: right;
	color: #ff3333;
}

.cart-img {
	text-align: center;
	max-width: 60px !important;
}

.cart-center {
	text-align: center;
}

.cart-title {
	display: block;
	font-size: 22px;
	text-align: left;
	padding-top: 50px;
	margin-bottom: 10px;
}

.cart-total {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}

.cart-comment {
	font-weight: bold;
}

.cart-total-title {
	text-align: center;
	font-size: 16px;
}

.ordering-text {
	font-size: 20px;
	margin-top: 20px;
	color: var(--secondary-color);
}

.ordering-title {
	font-style: italic;
	text-align: center;
	color: var(--secondary-color);
}

.ordering-form {
	margin-top: 10px;
}

.ordering-form label {
	text-align: right;
	color: var(--secondary-color);
	font-size: 13px;
	padding-right: 0 !important;
}

.view-img {
	max-height: 500px;
	object-fit: scale-down;
	width: 100%;
}

.view-img-pdf {
	max-height: 500px;
	object-fit: scale-down;
	width: 100%;
	height: 100%;
}

.view-email-section {
	text-align: left !important;
	margin-top: 10px;
	display: none;
}

.view-email-checkbox {
	padding-bottom: 10px !important;
}

#view-email-input {
	margin: 0 0 15px;
	display: none;
}

#view-success-alert,
#view-danger-alert {
	display: none;
	font-size: 14px;
	padding: 10px;
}

.cursor:hover {
	cursor: pointer !important;
}

.breadcrumb li {
	font-size: 13px;
}

.breadcrumb {
	width: auto !important;
	background-color: #fff !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.view-email-checkbox label {
	font-size: 14px !important;
	padding-bottom: 2px;
}

fieldset {
	border: 2px solid #dcdcdc !important;
	padding: 0 1.4em 0 1.4em !important;
	margin: 0 0 1em 0 !important;
	border-radius: 5px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

legend {
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: left !important;
	width: inherit !important;
	padding: 0 10px !important;
	margin-bottom: 5px !important;
	border-bottom: none !important;
	color: var(--secondary-color) !important;
}

.ordering_fields select,
.ordering_fields input {
	margin-top: 2px;
}

.ordering-form .row {
	padding: 10px 0;
}

.ordering-fields > div {
	padding: 0;
}

.ordering-buttons {
	margin-top: 20px;
}

.ordering-buttons button {
	margin-bottom: 50px !important;
}

.ordering-form input:disabled {
	background-color: transparent !important;
}

@media only screen and (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 10px 10px !important;
	}
	.filters-content,
	.filters-content-2 {
		width: 100% !important;
	}
	.container-1 {
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.ordering-title {
		padding: 0 30px;
	}
	/* .shapes-list {
		width: 290px !important;
	} */
}

@media only screen and (max-width: 576px) {
	.ordering-text {
		font-size: 16px;
		padding: 0 20px;
	}

	.ordering-title {
		font-size: 24px;
	}

	.ordering-buttons button {
		margin-bottom: 10px !important;
	}

	.cart-table tr td:nth-child(2) {
		font-size: 12px;
	}

	.cart-table img {
		width: 100%;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Diamonds page
*******************************************************************************************************************************************/
.similarItem {
	max-height: 50px;
	max-width: 50px;
	width: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
}

a.similarlink {
	margin-right: 0px !important;
	margin-left: 0px !important;
	height: 50px;
	width: 50px;
	text-align: center !important;
	justify-content: center !important;
	display: flex !important;
	align-items: center !important;
}

.similarsRow {
	margin-bottom: 10px;
}
.similars {
	margin-left: 10px;
}

.similarItemContainer {
	width: 60px !important;
	height: 60px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-width: 1px !important;
	border-color: var(--secondary-color) !important;
	border-style: solid;
	text-align: center !important;
	justify-content: center !important;
	display: flex !important;
	align-items: center !important;
}
.similarItemContainerSelected {
	width: 60px !important;
	height: 60px !important;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-width: 1px !important;
	border-color: var(--secondary-color) !important;
	border-style: dashed;
	text-align: center !important;
	justify-content: center !important;
	display: flex !important;
	align-items: center !important;
}

.similarItemContainer0 {
	width: 70px !important;
	height: 70px !important;
}

.filter-button {
	text-align: center;
	margin-bottom: 15px;
	width: 50%;
	min-width: 120px;
}

.chk-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.filter-card {
	border-width: 0px;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-radius: 0px;
}
.fa-plus {
	-webkit-text-stroke: 0px white;
	color: var(--secondary-color);
	font-weight: 900 !important;
	font-size: 16px;
}

.large-details-title {
	margin-bottom: 4px;
}

.bottom-note {
	margin-left: 15px;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 10px;
	font-style: italic;
}
.small-details {
	margin-bottom: 2px;
	font-size: 12px;
}
.small-details-title {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lora", serif;
}
.details-bottom-line {
	margin-bottom: 25px;
}
.product-details-container {
	padding-right: 50px;
	padding-left: 50px;
}

.bold-plus {
	-webkit-text-stroke: 0px white;
	color: var(--secondary-color);
}
.fa-minus {
	-webkit-text-stroke: 0px white;
	color: var(--secondary-color);
	font-weight: 900 !important;
	font-size: 16px;
}
.fa-search {
	color: var(--secondary-color);
}
.group-append-color {
	background: var(--secondary-color);
}
.from-to-font {
	margin-top: 10px;
	font-size: 14px;
	font-weight: lighter;
}
.filters-content {
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	/* min-width: 300px; */
	box-sizing: border-box;
	width: 290px;
}

.filters-content-2 {
	width: 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	/* min-width: 300px; */
	box-sizing: border-box;
	height: 100%;
}

.stones-content {
	width: calc(100% - 600px);
}

.filter-col-1 {
	width: 100%;
	padding: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.items-content {
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	border-width: 0px;
}
.navbar-font {
	font-size: 15px;
	color: black;
	margin-bottom: 0px;
}
.sidenav {
	margin-top: 0;
}

/* Style the sidenav links and the dropdown button */
.sidenav a,
.dropdown-btn {
	text-decoration: none;
	font-size: 14px;
	color: #000;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	outline: none;
	border-width: 0px;
}

.dropdown-item {
	font-size: 14px !important;
}

button.title-space {
	margin-left: 0px;
	margin-top: 15px !important;
	display: block;
	width: 100%;
	background: transparent;
	border-width: 0px;
	border-bottom: 1px solid lightgray;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: bodoni-moda-1;
}
label.title-space {
	margin-left: -4px;
	margin-top: -6px !important;
	display: block;
	width: 100%;
	background: transparent;
	border-width: 0px;
	border-bottom: 1px solid lightgray;
	margin-bottom: 10px;
}
label.title-space2 {
	margin-left: 3px;
	margin-top: 15px !important;
	display: block;
	width: 100%;
	background: transparent;
	border-width: 0px;
}
.price-text {
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: bodoni-moda-1;
}
.caret-position {
	position: absolute;
	right: 20px;
}
.text-left {
	text-align: left !important;
}
button.title-space:active,
button.title-space:focus {
	outline: none;
}
input.chk-btn {
	display: none;
	align-content: left;
}
input.chk-btn + label {
	margin-left: -20px !important;
	display: block;
	border: 0px solid grey;
	background: white;
	padding: 8px 10px;
	cursor: pointer;
	border-radius: 0px;
	color: #000;
}

input.chk-btn + label:active,
input.chk-btn:checked + label {
	margin-left: 0px;
	background: var(--secondary-color) !important;
	display: block;
	color: #ffffff;
}

input.chk-btn + label:active p,
input.chk-btn:checked + label p {
	color: var(--secondary-color) !important;
}

.color {
	margin-right: 0 !important;
}

.pagination-nav {
	display: block;
}

.paginator-section {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.viewing {
	font-size: 12px;
}

.pagination-nav .pagination .page-link {
	background-color: var(--secondary-color) !important;
	color: white !important;
	margin-left: 2px;
	margin-right: 2px;
	border: 0px;
}

.pagination-nav .pagination .page-link:hover {
	background-color: white !important;
	color: var(--secondary-color) !important;
}

.collections img {
	height: 150px;
}

.collections .text-center {
	padding-left: 0 !important;
}

.collections a:hover {
	text-decoration: none;
	color: #000;
}

.collections span {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
}

.collections {
	margin-top: 20px;
}

.loose-checkbox-label {
	font-weight: bold !important;
}

.img-padding-bottom {
	padding-bottom: 20px !important;
}

.pagination {
	width: auto !important;
	margin: 20px auto !important;
}

.nav {
	text-align: center !important;
}

.stone_details {
	font-size: 16px;
	color: var(--secondary-color);
	line-height: 1.6;
}

.stone_lable {
	text-align: right;
	font-weight: bold;
}

.stone_heading {
	font-size: 20px;
}

#diamond_form {
	display: block;
	margin-bottom: 20px;
}

#diamond_form label,
#admin-users-form label {
	/*color: #6f6f6f;*/
	font-size: 14px;
	font-weight: 300;
}

.margin-lg-top {
	margin-top: 50px;
}

#add-filters-section,
#hide-filters-button {
	display: none;
}

.margin-md-top {
	margin-top: 30px;
}

.jewelry-color-filter {
	width: 100%;
}

.jewelry-color-name {
	font-size: 13px;
	display: block;
}

.jewelry-color-checkbox {
	margin: 0 !important;
}

.jewelry-category-checkbox {
	margin: 0 !important;
}

.jewelry-collection-checkbox {
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.dropdown-checkbox {
	margin-top: -40px;
	border: transparent;
	outline: transparent;
	text-align: center;
	width: 130px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 15px;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 5px top 55%;
	background-size: 0.65rem auto;
}

.dropdown-checkbox-2 {
	margin-top: 0px;
	border: transparent;
	outline: transparent;
	text-align: center;
	width: 170px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 15px;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: right 5px top 55%;
	background-size: 0.65rem auto;
}

.small-img {
	width: 80% !important;
}

.color-filter {
	margin-bottom: 20px;
}

.card-collection .card {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid lightgray;
	border-radius: 5px;
	height: 360px;
	position: relative;
}

.item-card-resizable {
	min-width: 260px;
}

.card-collection .card:hover {
	box-shadow: 0 0 1px 1px lightgray;
	transition: 0.2s;
}

.card-img-top {
	max-height: 245px;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	object-fit: scale-down;
}

.card-body-2 {
	height: 145px;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.gemstone-link {
	height: calc(100% - 145px);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 5px;
	margin-top: 10px;
	box-sizing: border-box;
}

a.gemstone-link,
a.gemstone-link:hover {
	text-decoration: none;
	color: black;
}

a.gemstone-link-2,
a.gemstone-link-2:hover {
	text-decoration: none;
	color: black;
}

.container-centered {
	width: 100%;
	margin: 0 auto;
	/* background: #f1f1f3; */
	background: white;
	padding-bottom: 40px;
}

.instagram-outer {
	width: 100%;
	text-align: center;
}

.instagram-inner {
	display: inline-block;
	margin: 0 auto;
	padding: 3px;
}

.item-description-container {
	width: 100%;
	margin: 0 auto;
	/* background: #f1f1f3; */
	background: transparent;
	border: 1px solid lightgray;
	border-radius: 5px;
}
.item-number {
	font-weight: bold;
	font-family: "Lora", serif;
	font-size: 26px;
	color: var(--primary-color);
}
.small-item-number {
	padding-top: 0px;
	font-weight: bold;
	font-style: italic;
	font-family: "Lora", serif;
	font-size: 16px;
	color: var(--secondary-color);
}
.display-number {
	font-weight: bold;
	font-family: "Lora", serif;
	font-size: 26px;
	color: var(--secondary-color);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.price-num {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: lighter;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
	font-size: 20px;
	font-weight: 500;
}

.hide-price-text {
	font-style: italic;
	color: var(--secondary-color);
}
.price-ref {
	font-style: italic;
	color: var(--secondary-color);
	font-size: 11px !important;
}

.price-number {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: lighter;
	font-family: "Lora", serif;
	font-size: 20px;
}

.fa-file {
	color: var(--secondary-color);
	margin-top: 2px;
}

.variations {
	margin-top: 20px;
}

.additional-images {
	margin-top: 10px;
}

.price-number-retail {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: lighter;
	font-family: "Lora", serif;
	font-size: 20px;
}
.price-note {
	color: var(--secondary-color);
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
	font-family: "Lora", serif;
	font-size: 15px;
}

button.cert-icon {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	color: var(--secondary-color);
	font-weight: 500;
	background-color: transparent;
	border: none;
	outline: none !important;
}

button.cert-icon:hover,
button.cert-icon:visited,
button.cert-icon:link,
button.cert-icon:active {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	color: var(--secondary-color);
	font-weight: 500;
	background-color: transparent;
	border: none;
}

.details-column {
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 30px;
}

.horizontal-line {
	height: 1px;
	border-width: 0;
	width: 100%;
	color: lightgray;
	background-color: lightgray;
}
.horizontal-line-long {
	margin-right: 50px;
	margin-left: 50px;
	height: 1px;
	border-width: 0;
	width: 100%;
	color: lightgray;
	background-color: lightgray;
}
.details-title {
	font-family: badoni-moda-1;
	font-size: 16px;
}
.details-text {
	font-style: normal;
	font-weight: lighter;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
}

.details-text-big {
	font-style: normal;
	font-weight: lighter;
	font-family: badoni-moda-1 !important;
	font-size: 22px;
}

.details-text-big-price {
	font-weight: lighter;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
	font-size: 18px;
}

.details-label {
	padding-right: 60px;
	padding-left: 60px;
	font-weight: normal;
	font-family: "Lora", serif;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.greyBack {
	background: #f1f1f3;
	max-width: 100%;
}
.price-container {
	min-width: 120px;
}
.jewelry-number {
	font-weight: normal;
	font-family: "Lora", serif;
	font-size: 18px;
	display: block;
	padding-bottom: 10px !important;
}

.gemstone-number {
	font-family: badoni-moda-1;
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-bottom: 0px !important;
	text-wrap: nowrap;
	color: var(--primary-color);
}

.item-number-row {
	justify-content: center;
	width: 100%;
}

.jewelry-price {
	font-size: 15px;
	margin-bottom: 0;
	/* font-family: "Lora", serif; */
	font-weight: lighter;
}

.jewelry-price-title {
	font-size: 15px;
	margin-bottom: 0;
	font-family: badoni-moda-1;
	font-weight: lighter;
}

.jewelry-price-title-2 {
	font-size: 15px;
	margin-bottom: 0;
	font-family: badoni-moda-1;
	font-weight: lighter;
	display: none;
}

.card-collection img {
	object-fit: scale-down;
	width: 100%;
}

.currency-symbol {
	vertical-align: bottom;
}

.stones_table th {
	text-align: center !important;
	color: var(--secondary-color);
	white-space: nowrap;
	font-size: 13px;
}

.stones_table td {
	white-space: nowrap;
	font-size: 12px;
}

.stones_table th span {
	font-size: 11px;
}

.slider {
	margin: 10px 17px 0 !important;
}

.descrTxt {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
}

.perTotalSlider {
	display: block;
}

.slider_val {
	margin-bottom: 0 !important;
	padding-left: 17px;
	padding-right: 17px;
}

.slider_max {
	text-align: right !important;
}

.priceOpt {
	text-align: center;
	padding-top: 10px;
}

.input-euro {
	position: relative;
}
.input-euro.left input {
	padding-left: 18px;
}
.input-euro.right input {
	padding-right: 18px;
	text-align: end;
}

.input-euro:before {
	position: absolute;
	top: 0;
	content: "€";
}
.input-euro.left:before {
	left: 5px;
}
.input-euro.right:before {
	right: 5px;
}

.shapeBox {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: var(--secondary-color);
	font-weight: 800;
}

.weight-panel {
	height: 160.38px !important;
}

.sliderVal {
	text-align: center !important;
}

.priceOpt label {
	font-size: 14px;
}

.ccLabels {
	font-weight: normal !important;
	font-size: 14px !important;
}

.glyphicon-save {
	font-size: 14px !important;
}

.view-email-button {
	margin: 10px 0 !important;
}

.view-details {
	padding-top: 10px;
	font-size: 14px;
}

.view-details p {
	margin-bottom: 10px;
}

.view-details p:nth-child(odd) {
	font-weight: bold;
	font-size: 16px;
}

.view-details p:nth-child(even) {
	font-size: 14px;
}

.view-actions {
	padding-top: 0px;
}

.actions-text {
	color: white;
	font-weight: bold;
	padding-bottom: 0px;
}
.view-actions p {
	font-size: 14px;
}

@media only screen and (max-width: 576px) {
	.stone_details {
		font-size: 14px;
	}

	.pagination li {
		font-size: 12px !important;
	}

	.weight-panel {
		height: auto !important;
	}

	.collections img {
		height: 200px;
	}

	.collections span {
		font-size: 20px;
		padding-bottom: 40px;
	}

	.jewelry-color-name {
		font-size: 10px;
	}

	.margin-lg-top {
		margin-top: 20px !important;
	}

	.sliderVal,
	.sliderPrepend {
		font-size: 10px !important;
	}

	.collections .text-center {
		padding-left: 15px !important;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Login page
*******************************************************************************************************************************************/

.login_check_label {
	font-size: 13px !important;
}

.login-label {
	font-weight: normal !important;
	font-size: 12px !important;
}

.login-input,
.login-input:focus {
	border-radius: 0 !important;
	outline: 0 none !important;
	box-shadow: none !important;
	border: 1px solid #fff !important;
	border-bottom: 1px solid #000 !important;
	padding-left: 0 !important;
}

.form-auth-title {
	display: block;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: var(--secondary-color);
}

.login-link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #f7f7f7;
}

.footer-cart {
	background-color: white;
	border-bottom: 1px soild var(--secondary-color);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cgc-button {
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
	border-radius: 0 !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	font-size: 0.8rem !important;
	font-weight: bold !important;
	margin-top: 0 !important;
}

.btns-view {
	text-align: center;
}
.btns-row {
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.cgc-button-2 {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	padding-right: 7px !important;
	padding-left: 7px !important;
	min-width: 125px !important;
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
	border-radius: 0 !important;
	font-size: 0.8rem !important;
	font-weight: bold !important;
	margin-bottom: 10px;
}

.cgc-button-3 {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	margin-left: 40px !important;
	margin-right: 10px !important;
	width: 150px;
	background-color: var(--secondary-color) !important;
	border-color: var(--secondary-color) !important;
	border-radius: 0 !important;
	font-size: 0.8rem !important;
	font-weight: bold !important;
}
.order-modal-button {
	margin-top: 0 !important;
	color: #204f7c !important;
	background-color: #fff !important;
	border-color: #fff !important;
	font-weight: bold !important;
}

.modal-content {
	border-radius: 5px !important;
	border: 1px solid var(--secondary-color) !important;
}

#go-to-order-button:hover {
	text-decoration: none !important;
}

.order-modal-title {
	display: block;
	font-size: 20px;
}

.order-modal-img {
	width: 100%;
	max-height: 135px;
	object-fit: scale-down;
}

.order-img {
	max-height: 60px;
	max-width: 60px;
	object-fit: scale-down;
}

.order-modal-desc {
	padding-top: 48px;
	font-weight: bold;
	margin-bottom: 0;
	font-family: badoni-moda-1;
	color: var(--primary-color);
	font-size: 20px;
}

.order-quantity-text {
	font-size: 12px;
	display: block;
	margin-top: -3px;
}

.modal-title {
	font-size: 18px;
	font-family: badoni-moda-1;
}

.form-signin label {
	font-weight: bold;
	font-size: 14px;
}
.form-group {
	margin-bottom: 10px;
}

.reset-password-link a {
	display: block;
	font-size: 12px;
	padding-top: 0px;
	color: var(--primary-color) !important;
}

.reset-password-link a:hover {
	text-decoration: none;
	cursor: pointer;
	color: var(--secondary-color);
}

.register-fieldset {
	color: var(--secondary-color);
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: -12px;
	left: 27px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.register-left-panel {
	position: relative;
}

.register-checkbox {
	color: var(--secondary-color);
}

.cart-checkbox {
	text-align: center;
	color: var(--secondary-color);
}

/*******************************************************************************************************************************************
*    Cart page
*******************************************************************************************************************************************/

.sendCart,
.sendingCart {
	width: 100%;
	font-size: 18px !important;
	margin-top: 20px;
}

.hidden {
	display: none;
}

.cart-comment-content {
	font-size: 14px;
}

.cart-comment {
	font-size: 15px;
}

#cart-table .btn-group .btn-sm:focus {
	outline: none !important;
}

#cart-table .btn-sm {
	font-size: 10px !important;
	padding-top: 0.15rem !important;
	padding-bottom: 0.15rem !important;
}

#cart-table .cart-amount {
	font-weight: bold !important;
	min-width: 40px;
	font-size: 14px !important;
}

@media only screen and (max-width: 576px) {
	#cart-table .btn-sm {
		font-size: 9px !important;
		padding: 0.1rem 0.4rem !important;
	}

	#cart-table .cart-amount {
		min-width: 30px;
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 575.8px) {
	.item-card-resizable {
		min-width: 360px !important;
	}
	.card-collection .card {
		height: 445px !important;
	}
	.card-img-top {
		height: 150px !important;
		width: auto;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Reset Password page
*******************************************************************************************************************************************/

.hint {
	padding-top: 8px;
	margin-left: 10px;
	padding-bottom: 0;
}

#password-reset-form img {
	width: 100%;
	margin-bottom: 5px;
}

#password-reset-form p {
	font-size: 14px;
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Admin page
*******************************************************************************************************************************************/

#user-table tbody tr th {
	font-size: 14px !important;
	text-align: center !important;
	color: var(--secondary-color) !important;
	white-space: nowrap !important;
}

#user-table td {
	text-align: center;
	font-size: 11px;
	vertical-align: middle !important;
}

#user-table tr td:nth-child(6) {
	font-weight: bold;
}

.user-isadmin,
.isadmin-icon {
	color: #674ee8 !important;
}

.user-isnotadmin,
.isnotadmin-icon {
	color: #d9a514 !important;
}

.user-approved,
.approve-icon {
	color: #40bf80 !important;
}

.user-unapproved,
.unapprove-icon,
.delete-icon {
	color: #ff3333 !important;
}

.edit-icon {
	color: var(--blue) !important;
}

.approve-icon,
.unapprove-icon,
.delete-icon,
.edit-icon,
.isadmin-icon,
.isnotadmin-icon {
	font-size: 14px;
	cursor: pointer;
}

.glyphicon-pencil {
	color: var(--secondary-color) !important;
}

.remove-user-body {
	font-size: 16px;
}

.profile-title {
	margin-bottom: 5px;
}

.profile-subtitle {
	font-size: 14px;
}

#profile-menu {
	background-color: var(--primary-color);
	color: #fff;
	padding: 20px 40px 10px;
}

#profile-menu p {
	margin-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#profile-menu .active {
	font-weight: bold;
}

@keyframes glow-1 {
	0% {
		transform: rotate(0deg);
	}
	9% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	10% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	11% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	12% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	13% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 14% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	} */
	/* 15% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	16% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	17% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	18% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	19% {
		transform: rotate(0deg);
	} */
	20% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes glow-2 {
	0% {
		transform: rotate(0deg);
	}
	19% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	20% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	21% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	22% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	23% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 24% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	25% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	26% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	27% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	28% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	29% {
		transform: rotate(0deg);
	} */
	30% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes glow-3 {
	0% {
		transform: rotate(0deg);
	}
	29% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	30% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	31% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	32% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	33% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 34% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	35% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	36% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	37% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	38% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	39% {
		transform: rotate(0deg);
	} */
	40% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes glow-4 {
	0% {
		transform: rotate(0deg);
	}
	39% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	40% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	41% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	42% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	43% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 44% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	45% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	46% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	47% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	48% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	49% {
		transform: rotate(0deg);
	} */
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes glow-5 {
	0% {
		transform: rotate(0deg);
	}
	49% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	50% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	51% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	52% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	53% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 54% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	55% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	56% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	57% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	58% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	59% {
		transform: rotate(0deg);
	} */
	60% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes glow-6 {
	0% {
		transform: rotate(0deg);
	}
	59% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	60% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	61% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	62% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	63% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 64% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	65% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	66% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	67% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	68% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	69% {
		transform: rotate(0deg);
	} */
	70% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes glow-7 {
	0% {
		transform: rotate(0deg);
	}
	69% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	70% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	71% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	72% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	73% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 74% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	75% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	76% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	77% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	78% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	79% {
		transform: rotate(0deg);
	} */
	80% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes glow-8 {
	0% {
		transform: rotate(0deg);
	}
	79% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	80% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	81% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	82% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	83% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 84% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	85% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	86% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	87% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	88% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	89% {
		transform: rotate(0deg);
	} */
	90% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes glow-9 {
	0% {
		transform: rotate(0deg);
	}
	89% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	90% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	91% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	92% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	93% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	}
	/* 94% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	95% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	96% {
		transform: rotate(-3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	97% {
		transform: rotate(3deg);
		max-height: 170px;
		margin-bottom: -5px;
	}
	98% {
		transform: rotate(0deg);
		max-height: 165px;
		margin-bottom: 0px;
	} */
	99% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/******************************************************************************************************************************************/

.jewel-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}

.jewel-container p {
	z-index: 0;
}

.navbar {
	z-index: 5;
}

.main-gems {
	margin-left: 0px;
	margin-right: 0px;
}

.main-gems a {
	text-decoration: none;
	color: #000;
}

.main-gems a:hover {
	text-decoration: none;
	color: #000;
}
.jewel-container img {
	max-height: 165px;
	object-fit: contain;
}

.jewel-1 {
	animation: glow-1 40s ease-in-out infinite;
}
.jewel-2 {
	animation: glow-2 40s ease-in-out infinite;
}
.jewel-3 {
	animation: glow-3 40s ease-in-out infinite;
}
.jewel-4 {
	animation: glow-4 40s ease-in-out infinite;
}
.jewel-5 {
	animation: glow-5 40s ease-in-out infinite;
}
.jewel-6 {
	animation: glow-6 40s ease-in-out infinite;
}
.jewel-7 {
	animation: glow-7 40s ease-in-out infinite;
}
.jewel-8 {
	animation: glow-8 40s ease-in-out infinite;
}
.jewel-9 {
	animation: glow-9 40s ease-in-out infinite;
}
.jewel-container p {
	margin-top: -10px;
	margin-bottom: 5px;
	text-wrap: nowrap;
}
.header-text {
	margin-top: 10px;
	margin-bottom: 2px;
	display: flex;
	justify-content: center;
	align-items: end;
	text-wrap: nowrap;
}

@media only screen and (max-width: 800px) {
	.header-text h1 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 705px) {
	.header-text h1 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 576px) {
	.header-text h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.top-right-section {
		width: 190px !important;
	}
}

.stone-label-inner {
	width: 130px;
	height: 130px;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	background: white;
	overflow: hidden;
}

.stone-label-inner p {
	margin-bottom: 5px;
	margin-top: -10px;
	font-size: 14px;
}

input.chk-btn + .stone-label {
	margin: 1px;
	width: 146px;
	height: 146px;
	display: block;
	border: 0px solid grey;
	background: white;
	padding: 8px;
	cursor: pointer;
	border-radius: 0px;
	color: #000;
	text-align: center;
}

input.chk-btn + .stone-label:active,
input.chk-btn:checked + .stone-label {
	margin: 1px;
	display: block;
	color: red;
	background: rgb(150, 81, 199);
	background: linear-gradient(
		159deg,
		rgba(150, 81, 199, 1) 8%,
		rgba(93, 0, 255, 1) 47%,
		rgba(74, 0, 124, 1) 84%
	);
	background-size: 400% 400%;
	animation: gradient 3s ease-in-out infinite;
	overflow: hidden;
	cursor: pointer;
}

/*****/

.shape-label-inner {
	width: 60px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
	overflow: hidden;
}

.shape-label-inner p {
	margin-bottom: -2px;
	font-size: 14px;
}

input.chk-btn + .shape-label {
	margin: 1px;
	width: 76px;
	height: 76px;
	display: block;
	border: 0px solid grey;
	background: white;
	padding: 8px;
	cursor: pointer;
	border-radius: 0px;
	color: #000;
	text-align: center;
}

input.chk-btn + .shape-label:active,
input.chk-btn:checked + .shape-label {
	margin: 1px;
	display: block;
	color: red;
	background: rgb(150, 81, 199);
	background: linear-gradient(
		159deg,
		rgba(150, 81, 199, 1) 8%,
		rgba(93, 0, 255, 1) 47%,
		rgba(74, 0, 124, 1) 84%
	);
	background-size: 400% 400%;
	animation: gradient 3s ease-in-out infinite;
	overflow: hidden;
	cursor: pointer;
}

#gemstones-list {
	width: 100%;
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	/* align-items: center; */
	list-style-type: none !important;
	padding-inline-start: 0px;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#filters-list-1 {
	width: 100%;
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: start;
	list-style-type: none !important;
	padding-inline-start: 0px;
	margin-top: 00px;
	padding-left: 10px;
	padding-right: 10px;
}

.shapes-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style-type: none !important;
	padding-inline-start: 0px;
	margin-top: 30px;
}
.gemstones-section {
	width: 100%;
}
.shapes-section {
	width: 100%;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stone-img {
	width: 120px;
	height: 120px;
	margin-top: -10px;
}

.shape-img {
	width: 40px;
	height: 40px;
}

.color-shp {
	width: 40px;
	height: 40px;
	border: 0px solid rgba(0, 0, 0, 0.664);
	border-radius: 20px;
}

.white-color {
	width: 40px;
	height: 40px;
	border: 2px solid rgba(0, 0, 0, 0.664);
	border-radius: 20px;
	background-color: white;
}

.color-shp-anim {
	animation: color-change 10s linear;
	animation-iteration-count: infinite;
}

@keyframes color-change {
	0% {
		background-color: red;
	}
	20% {
		background-color: yellow;
	}
	40% {
		background-color: rgb(0, 255, 0);
	}
	60% {
		background-color: blue;
	}
	80% {
		background-color: rgb(255, 0, 255);
	}
	100% {
		background-color: red;
	}
}

form ul li {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

form ul {
	margin: 0 !important;
}

.about-text {
	font-size: 16px;
}
.guest-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.guest-details h4 {
	font-family: badoni-moda-1;
}
.guest-details-inner {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
}
.guest-details-label {
	margin-top: 10px;
}
.lil-margin {
	margin-bottom: 40px;
}

.new-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.new-title {
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 14px;
}

.new-link {
	text-decoration: none !important;
}

.new-link:hover {
	text-decoration: none !important;
}

.top-info {
	text-wrap: nowrap !important;
	width: 180px;
	white-space: nowrap !important;
	text-align: right;
}

.small-line {
	line-height: 1;
}

/* .adjustable-view-container-1 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.adjustable-view-container-2 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
} */
.artif-login {
	cursor: pointer;
}

.top-image-home {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-image-home-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.navbar-new-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 120px;
	position: fixed;
	z-index: 100;
	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.navbar-new-top {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 2px;
	height: 40px;
	background-color: var(--primary-color);
}

.navbar-new-top-left {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.navbar-new-top-right {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	width: 100%;

	height: 100%;
}

.navbar-new-top-social {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-right: 10px;
}

.navbar-new-top-contact {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 10px;
}

.navbar-new-top-contact p {
	margin-bottom: 0px;
	color: white;
	font-size: 12px;
}

.navbar-new-top-contact i {
	color: white;
	padding-right: 5px;
	font-size: 12px;
}

.navbar-new-top-social i {
	color: white;
	margin: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.2s;
}

.navbar-new-top-social i:hover {
	font-size: 20px;
	transition: 0.2s;
}

.divider {
	font-size: 17px;
	margin-top: -3px;
}

.navbar-new-main {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

.navbar-new-main-left {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 100%;
	box-sizing: content-box;
}

.navbar-new-main-right {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.navbar-new-main-logo-container {
	width: 100px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-new-main-nav-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
}

.navbar-new-main-nav {
	padding: 25px;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 100%;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: lighter;
	cursor: pointer;
	transition: 0.2s;
	text-decoration: none !important;
	color: #000;
	text-align: center;
	flex-wrap: nowrap;
	text-wrap: nowrap;
}

.navbar-new-main-nav-burger {
	display: none;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 70px;
	cursor: pointer;
	transition: 0.2s;
}

.navbar-new-main-nav-burger i {
	color: var(--secondary-color);
	font-size: 40px;
	transition: 0.2s;
}

.navbar-new-main-nav-burger:hover {
	background-color: var(--secondary-color);
	transition: 0.2s;
}

.navbar-new-main-nav-burger:hover i {
	color: white;
	transition: 0.2s;
}

.navbar-new-main-nav p {
	margin-bottom: 0;
}

.navbar-new-main-nav p:hover {
	color: #fff !important;
}

.navbar-new-main-nav:hover {
	background-color: var(--secondary-color);
	transition: 0.2s;
}

.navbar-new-main-nav:hover p {
	color: #fff !important;
}

.navbar-new-main-logo-container a {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.navbar-new-main-logo {
	height: 100%;
}

.footer-new {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* min-height: 300px; */
	min-height: 40px;
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	background-color: var(--primary-color);
	box-sizing: border-box;
	z-index: 11 !important;
	position: relative;
}

.footer-new p {
	color: white;
}

.footer-new-top {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	height: 100%;
	width: 100%;
}
.footer-new-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 100%;
}

.footer-new-bottom p {
	font-size: 12px;
	margin: 0px;
}

.footer-col-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	width: 25%;
	min-width: 140px;
	height: 200px;
}
.footer-col-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	height: 200px;
}
.footer-col-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	height: 200px;
}
.footer-col-4 {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	width: 25%;
	height: 200px;
}

.footer-col-1 h3 {
	color: #fff;
	margin-bottom: 10px;
}
.footer-new-top h5 {
	color: #fff;
	margin-bottom: 20px;
	margin-top: 8px;
}
.footer-media-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.footer-media-container i {
	color: #fff;
	font-size: 25px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	transition: 0.2s;
	cursor: pointer;
}

.footer-media-container i:hover {
	font-size: 40px;
	transition: 0.2s;
}

.footer-line {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: row;
	margin-bottom: 15px;
	width: 100%;
}

.footer-line i {
	color: #fff;
	font-size: 15px;
	margin-right: 8px;
	width: 20px;
}

.footer-line p {
	margin: 0px;
}

.scroll-to-top-button {
	cursor: pointer;
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 40px;
	width: 40px;
	z-index: 100;
	text-decoration: none;
	font-size: 18px;
	/* border-radius: 15px; */
	border-width: 2px !important;
	border-style: solid;
	color: white;
	border-color: white !important;
	background: var(--primary-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: 0.6s;
}

.scroll-to-top-button:focus {
	outline: 0;
}

#to-top-icon {
	padding-left: 5px;
	padding-right: 5px;
}

.scroll-to-top-text {
	margin-left: auto;
	font-size: 0px;
	color: white;
	margin-bottom: 0px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
		Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
	font-weight: 600;
}

@media only screen and (min-width: 860px) {
	.scroll-to-top-button:hover {
		position: fixed;
		height: 40px;
		width: 160px;
		z-index: 100;
		text-decoration: none;
		font-size: 18px;
		border-radius: 15px;
		border-width: 2px !important;
		border-style: solid;
		color: white;
		border-color: white !important;

		transition: 0.6s;
		justify-content: right;
		border-radius: 0;
	}

	.scroll-to-top-button:hover #to-top-icon {
		margin-left: auto;
		margin-right: 0 !important;
	}

	.scroll-to-top-button:hover .scroll-to-top-text {
		font-size: 16px;
		transition-duration: 0.5s;
		transition-delay: 0.1s;
	}
}

.homepage-banner {
	position: absolute;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: start;
	height: 500px;
	z-index: 2;
	padding: 30px;
	width: 50%;
}

.homepage-banner button {
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 150px;
	border: 3px solid var(--secondary-color);
	transition: 0.2s;
	height: 50px;
	border-radius: 0px;
}

.homepage-banner button:hover {
	background-color: white;
	border: 3px solid var(--secondary-color);
	transition: 0.2s;
}

.homepage-banner button:hover p {
	color: var(--secondary-color);
	transition: 0.2s;
}

.homepage-banner button:focus {
	outline: 0;
}

.homepage-banner button p {
	font-weight: 500;
	font-size: 15px;
	color: white;
	margin: 0px;
	transition: 0.2s;
}

.homepage-banner h1 {
	margin-bottom: 15px;
	font-family: badoni-moda-1;
}

.homepage-banner p {
	font-size: 16px;
	font-weight: lighter;
}

@media only screen and (max-width: 800px) {
	.homepage-banner {
		width: 100%;
	}
}

.title-small {
	font-family: badoni-moda-1 !important;
	font-weight: 500 !important;
	margin-bottom: 25px;
	font-size: 32px;
}
.title-small-2 {
	font-family: badoni-moda-1 !important;
	font-weight: 500 !important;
	margin-bottom: 25px;
	font-size: 25px;
}

.title-center {
	text-align: center;
}

.contact-line {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: row;
	margin-bottom: 15px;
	width: 100%;
}

.contact-line i {
	color: var(--primary-color);
	font-size: 15px;
	margin-right: 8px;
	width: 20px;
}

.contact-line p {
	margin-bottom: 0px;
}

.contact-section {
	min-height: 250px;
}

.login-section {
	min-height: 250px;
	font-weight: lighter;
}

.login-fields-container-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-width: 200px;
	width: 100%;
	margin-top: 16px;
}

.login-fields-container-row input {
	width: calc(100% - 28px);
	height: 30px;
	margin-left: -29px;
	text-indent: 25px;
	font-size: 18px;
	border: 0px;
	border-bottom: 2px solid lightgray;
	color: var(--main-color);
	transition: border-color 0.2s;
	outline: none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
	cursor: text;
}

.login-fields-container-row input:focus {
	border: 0px;
	border-bottom: 2px solid var(--primary-color) !important;
	color: var(--primary-color);
	font-weight: 500;
	outline: none;
}

.login-fields-container-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 200px;
	width: 100%;
	margin-top: 16px;
}

.login-fields-container-col input {
	width: calc(100% - 28px);
	height: 30px;
	margin-left: 8px;
	text-indent: 24px;
	font-size: 18px;
	border: 0px;
	border-bottom: 2px solid lightgray;
	color: var(--main-color);
	transition: border-color 0.2s;
	outline: none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
	cursor: text;
}

.login-fields-container-col input:focus {
	border: 0px;
	border-bottom: 2px solid var(--primary-color) !important;
	color: var(--primary-color);
	font-weight: 500;
	outline: none;
}

.login-fields-container-row textarea {
	width: calc(100% - 28px);
	/* height: 30px; */
	margin-left: -29px;
	text-indent: 25px;
	font-size: 18px;
	border: 0px;
	border-bottom: 2px solid lightgray;
	color: var(--main-color);
	transition: border-color 0.2s;
	outline: none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.login-fields-container-row textarea:focus {
	border: 0px;
	outline: none;
	border-bottom: 2px solid var(--primary-color) !important;
	color: var(--primary-color);
	font-weight: 500;
}

.text-area-icon {
	margin-top: 10px !important;
}

.label-hidden {
	display: none;
}

.form-control {
	/* border-color: inherit; */
	/* -webkit-box-shadow: none; */
	/* box-shadow: none; */
	/* outline: none !important; */
	cursor: pointer;
	border-radius: 0px;
}

#itemNo {
	border-radius: 0px !important;
	cursor: text;
}

#searchAppend {
	border-radius: 0px !important;
}

.form-check-input {
	cursor: pointer;
}

.form-check-1 label {
	cursor: pointer;
}

.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}

.login-fields-container-row .hint {
	margin-top: -15px;
	margin-bottom: 30px;
	text-align: start;
	width: 100%;
}

.margin-bottom-md {
	margin-bottom: 30px !important;
}
.padding-bottom-md {
	padding-bottom: 35px !important;
}

.login-fields-container-row i {
	color: var(--primary-color);
	font-size: 15px;
	margin-right: 0px;
	width: 20px;
	z-index: 2;
	height: 20px;
	margin-top: 7px;
	text-align: center;
}

.login-fields-container-col i {
	color: var(--primary-color);
	font-size: 15px;
	margin-right: 10px;
	width: 20px;
	z-index: 2;
	height: 20px;
	margin-top: -23px;
	padding-left: 15px;
	text-align: center;
}

.primary-button-new {
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 150px;
	border: 3px solid var(--secondary-color);
	transition: 0.2s;
	height: 50px;
	border-radius: 0px;
	font-weight: 500;
	font-size: 15px;
	color: white;
	margin: 0px;
	transition: 0.2s;
	text-decoration: none !important;
}

.primary-button-new.disabled-button {
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 150px;
	border: 3px solid var(--secondary-color);
	transition: 0.2s;
	height: 50px;
	border-radius: 0px;
	font-weight: 500;
	font-size: 15px;
	color: var(--secondary-color);
	margin: 0px;
	transition: 0.2s;
	text-decoration: none !important;
}
.primary-button-new.disabled-button:hover {
	text-decoration: none !important;
	background-color: white !important;
}

.primary-button-new.center-button {
	margin-left: auto;
	margin-right: auto;
}

.primary-button-new:hover {
	background-color: white;
	border: 3px solid var(--secondary-color);
	transition: 0.2s;
	text-decoration: none !important;
}

.primary-button-new:hover {
	color: var(--secondary-color);
	transition: 0.2s;
}

.primary-button-new:focus {
	outline: 0;
}
.required-text {
	margin-left: 10px;
	margin-top: -10px;
	font-weight: lighter;
}

.required-text-2 {
	margin-left: 10px;
	margin-top: 7px;
	text-align: start;
	font-weight: lighter;
}

.contact-separator-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	width: 100%;
	height: 100%;
}

.contact-separator {
	border-left: 1px solid var(--primary-color);
	width: 2px;
	height: 100%;
}

.form-group-first {
	padding-top: 6px;
}

@media only screen and (max-width: 991.9px) {
	.contact-separator-container {
		width: 100%;
		height: 40px;
		min-height: 40px;
		margin-bottom: 30px;
	}
	.contact-separator {
		border-bottom: 1px solid var(--primary-color);
		height: 2px;
		width: 100%;
	}

	.form-group-first {
		padding-top: 0px;
		margin-top: -10px;
	}
}

@media only screen and (max-width: 665px) {
	.footer-col-1 {
		width: 100%;
		align-items: start;
	}

	.footer-col-1 h3 {
		font-size: 1.25rem;
	}
	.footer-col-2 {
		display: none;
	}
	.footer-col-3 {
		display: none;
	}
	.footer-col-4 {
		width: 100%;
	}
	.footer-col-4 h5 {
		margin-top: 0px;
	}
	.footer-new-top {
		align-items: start;
	}
}

@media only screen and (max-width: 500px) {
	/* .navbar-new-top-contact .fa-solid:nth-child(4) {
		display: none;
	}
	.navbar-new-top-contact p:nth-child(5) {
		display: none !important;
	}
	.navbar-new-top-contact .divider {
		display: none;
	} */
}

.navbar-new-mobile-menu {
	right: -301px;
	position: fixed;
	width: 300px;
	height: 100%;
	margin-top: 120px;
	background-color: var(--primary-color);
	z-index: 10;
	transition: 0.5s;
	opacity: 0;
	display: none;
	justify-content: start;
	align-items: center;
	flex-direction: column;
	padding-top: 30px;
}

.navbar-new-mobile-menu.mobile-menu-visible {
	right: 0px;
	position: fixed;
	width: 300px;
	height: 100%;
	margin-top: 120px;
	background-color: var(--primary-color);
	z-index: 10;
	transition: 0.5s;
	opacity: 0.9;
}

@media only screen and (max-width: 940px) {
	.navbar-new-main-nav {
		display: none;
	}
	.navbar-new-main-nav-burger {
		display: flex;
	}
	.navbar-new-mobile-menu {
		display: flex;
	}
	.scroll-to-top-button {
		right: 15px;
		bottom: 15px;
	}
}

.navbar-mobile-element {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
	height: 60px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none !important;
	padding-left: 50px;
}

.navbar-mobile-element:hover {
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 600;
}

.login-row {
	min-height: 400px;
	margin-bottom: 40px;
}

.text-lighter {
	font-weight: lighter;
}

.back-image-container {
	display: flex;
	align-items: start;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 110vh;
	margin-top: -120px;
}

.back-image {
	object-fit: cover;
	opacity: 0.3;
	height: 100%;
	width: auto;
}

.about-container-1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

.about-container-2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	background: white;
	padding: 50px;
}

.about-text-container-1 {
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.about-text-container-2 {
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	border-right: 1px solid var(--primary-color);
}

.about-container-3 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 100px;
}

.about-container-3 p {
	font-size: 25px;
	font-weight: lighter;
	text-align: center;
	max-width: 1000px;
}

.no-border {
	border: 0px;
}

.about-text-container-1 p {
	font-size: 16px;
	font-weight: lighter;
}

.about-text-container-2 p {
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
}

.about-img-container {
	height: auto;
	width: 100%;
}

.about-img-container img {
	width: 100%;
	object-fit: contain;
}

@media only screen and (max-width: 991.9px) {
	.about-text-container-2 {
		box-sizing: border-box;
		padding: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-right: 0px;
		border-bottom: 1px solid var(--primary-color);
	}
	.no-border {
		border: 0px;
	}

	.pdf-container-outer {
		padding: 5%;
	}

	.title-small-margin-mobile {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 780px) {
	.about-container-3 {
		padding: 50px;
	}

	.about-container-3 p {
		font-size: 20px;
		font-weight: lighter;
		text-align: center;
		max-width: 1000px;
	}
}

.white-background {
	background: white;
}

.padding-bottom-top-md {
	padding-bottom: 35px;
	padding-top: 35px;
}
.margin-bottom-top-md {
	margin-bottom: 35px;
	margin-top: 35px;
}
.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.stones-container {
	margin-top: 150px;
}

.filter-label-new {
	font-family: badoni-moda-1;
	font-size: 15px;
}
.noUi-handle,
.input-group-append {
	cursor: pointer;
}

.input-group-text {
	background-color: var(--secondary-color);
	transition: 0.2s;
}

.input-group-text .fa-search {
	color: white;
	transition: 0.2s;
}

.input-group-text:hover {
	background-color: white;
	transition: 0.2s;
	border: 2px solid var(--secondary-color);
	border-left: 3px solid var(--secondary-color);
}

.input-group-text:hover .fa-search {
	color: var(--secondary-color);
	transition: 0.2s;
	margin-right: -2px;
	margin-left: -2px;
}

.card-container-new {
	flex-basis: 25%;
	flex-grow: 1;
	height: 300px;
	width: auto;
	min-width: 220px;
	padding: 10px;
	box-sizing: border-box;
}

.card-container-new-inner:hover {
	box-shadow: 0 0 5px 1px var(--primary-color-transparent);
	transition: 0.2s;
}

.card-container-new-inner {
	padding: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid lightgray;
	border-radius: 5px;
	box-sizing: border-box;
	transition: 0.2s;
}

.img-container-new {
	width: 100%;
	height: 170px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.img-container-new img {
	max-height: 100%;
	max-width: 100%;
	object-fit: scale-down;
}

.img-container-new embed {
	width: 100%;
	object-fit: cover;
}

.description-container-new {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.stones-text-top {
	text-align: center;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.view-change-container-outer {
	height: 100%;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.view-change-container {
	display: flex;
	width: 100%;
	height: 45px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 3px solid var(--primary-color);
	cursor: pointer;
	margin-bottom: 25px;
}

.view-change-plate {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: white;
	transition: 0.3s;
}
.view-change-plate p {
	margin-bottom: 0;
	font-size: 18px;
	color: var(--primary-color);
	transition: 0.3s;
}
.view-change-plate i {
	font-size: 18px;
	margin-right: 10px;
	margin-top: 2px;
	color: var(--primary-color);
	transition: 0.3s;
}

.view-change-plate.selected-plate {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	transition: 0.3s;
}
.view-change-plate.selected-plate p {
	margin-bottom: 0;
	font-size: 18px;
	color: white;
	transition: 0.3s;
}
.view-change-plate.selected-plate i {
	font-size: 18px;
	margin-right: 10px;
	margin-top: 2px;
	color: white;
	transition: 0.3s;
}

.view-type {
	transition: 0.2s;
}
.view-hidden {
	opacity: 0;
	transition: 0.2s;
}
.view-visible {
	opacity: 1;
	transition: 0.2s;
}
.view-none {
	display: none;
}

.list-view-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.list-view-position-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-top: 6px;
}

.list-view-position {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid lightgray;
	border-radius: 5px;
	height: 70px;
	transition: 0.2s;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none !important;
}

.list-view-position p {
	color: #000;
}

.position-title {
	height: 45px;
	cursor: auto;
}

.position-title:hover {
	height: 45px;
	box-shadow: none !important;
}

.position-title-container {
	padding-top: 10px;
}
.img-title {
	min-width: 60px;
	text-align: center;
}

.list-view-position:hover {
	box-shadow: 0 0 5px 1px var(--primary-color-transparent);
	transition: 0.2s;
	text-decoration: none !important;
}

.list-view-position:hover p {
	color: #000;
}

.list-view-position-img-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px;
	height: 100%;
	width: 100%;
}

.list-view-position-img-container img {
	height: 60px;
	width: 60px;
	object-fit: scale-down;
}

.list-view-position-text-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 5px;
	height: 100%;
	width: 100%;
	text-align: center;
}

.hide-position-mobile {
	display: flex;
}

@media only screen and (max-width: 1400px) {
	.list-view-position p {
		font-size: 13px;
	}

	.list-view-position span {
		font-size: 13px;
	}
}

@media only screen and (max-width: 1100px) {
	.list-view-position p {
		font-size: 12px;
	}

	.list-view-position span {
		font-size: 12px;
	}
}

@media only screen and (max-width: 550px) {
	.jewelry-price-title {
		display: none;
	}

	.jewelry-price-title-2 {
		display: flex;
	}
	.hide-position-mobile {
		display: none;
	}
}

/* CUSTOM CHECKBOX */

/* Hide the browser's default checkbox */
.checkbox-container-new {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
	font-size: 15px;
	font-weight: lighter;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* Hide the browser's default checkbox */
.checkbox-container-new input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 7;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: lightgray;
	transition: 0.2s;
}

/* On mouse-over, add a grey background color */
.checkbox-container-new:hover input ~ .checkmark {
	background-color: var(--secondary-color-transparent);
	transition: 0.2s;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container-new input:checked ~ .checkmark {
	background-color: var(--secondary-color);
	transition: 0.2s;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container-new input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container-new .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ////////////////// */

.pagination-nav .pagination .page-link {
	border-radius: 0px !important;
}

.filter-fields-container-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-width: 255px;
	width: 100%;
	margin-top: 16px;
	margin-left: -6px;
}

.filter-fields-container-row input {
	width: calc(100% - 28px);
	height: 30px;
	margin-left: -40px;
	text-indent: 22px;
	font-size: 18px;
	border: 0px;
	border-bottom: 2px solid lightgray;
	color: var(--main-color);
	transition: border-color 0.2s;
	outline: none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
	cursor: text;
}

.filter-fields-container-row input:focus {
	border: 0px;
	border-bottom: 2px solid var(--primary-color) !important;
	color: var(--primary-color);
	font-weight: 500;
	outline: none;
}

.filter-fields-container-row i {
	color: var(--primary-color);
	font-size: 15px;
	margin-right: 13px;
	width: 20px;
	z-index: 2;
	height: 20px;
	margin-top: 7px;
	text-align: center;
}

.filter-fields-container-row select {
	width: calc(100% - 28px);
	height: 30px;
	margin-left: -40px;
	text-indent: 22px;
	font-size: 18px;
	border: 0px;
	border-bottom: 2px solid lightgray;
	color: var(--main-color);
	transition: border-color 0.2s;
	outline: none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
	cursor: pointer;
}

.filter-fields-container-row select:focus {
	border: 0px;
	border-bottom: 2px solid var(--primary-color) !important;
	color: var(--primary-color);
	font-weight: 500;
	outline: none;
}

.container-details {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1200px;
}

.modal-header {
	border: 0px;
}

.modal-header button {
	outline: none;
	padding: 10px;
}

.close {
	color: var(--secondary-color);
	font-size: 30px;
	opacity: 1;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px !important;
	padding: 0px !important;
}

.inq-colse {
	padding-bottom: 5px !important;
}

.close:hover {
	background-color: lightgray;
	color: var(--secondary-color);
	opacity: 1;
}

.close span {
	margin: 0 !important;
	width: 20px;
	height: 35px;
}

.filter-fields-container-row-multi {
	min-width: 255px;
	width: 100%;
	margin-top: 16px;
	padding-right: 23px;
	padding-left: 4px;
}

.filter-fields-container-row-multi i {
	color: var(--primary-color);
	font-size: 15px;
	margin-right: 13px;
	width: 20px;
	z-index: 2;
	height: 20px;
	text-align: center;
	position: absolute;
	margin-left: 8px;
	margin-top: 13px;
}

.filter-fields-container-row-multi select {
	width: calc(100% - 28px);
	height: 30px;
	margin-left: -40px;
	text-indent: 22px;
	font-size: 18px;
	border: 0px;
	border-bottom: 2px solid lightgray;
	color: var(--main-color);
	transition: border-color 0.2s;
	outline: none;
	border-radius: 0px;
	font-size: 15px;
	font-weight: 500;
	color: var(--primary-color);
	cursor: pointer;
}

.filter-fields-container-row-multi select:focus {
	border: 0px;
	border-bottom: 2px solid var(--primary-color) !important;
	color: var(--primary-color);
	font-weight: 500;
	outline: none;
}

#firstSort .multi-select-header .multi-select-header-max {
	display: none;
}

#firstSort .multi-select-header .multi-select-header-option {
	background: white;
	color: var(--primary-color);
	font-weight: 500;
	padding: 0;
	font-size: 15px;
}

#perPage .multi-select-header .multi-select-header-max {
	display: none;
}

#perPage .multi-select-header .multi-select-header-option {
	background: white;
	color: var(--primary-color);
	font-weight: 500;
	padding: 0;
	font-size: 15px;
}
a[href^="tel"] {
	color: inherit; /* Inherit text color of parent element. */
	text-decoration: none; /* Remove underline. */
	/* Additional css `propery: value;` pairs here */
}

.inq-text {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: lighter;
}

.events-title-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.event-year-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	flex-direction: row;
	padding-left: 10px;
}
.event-year-row h3 {
	margin-top: 40px;
	color: var(--primary-color);
}
.event-col {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.event-row {
	display: flex;
	align-items: start;
	justify-content: start;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

.event-row-2 {
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	flex-direction: row;
}
.event-row-3 {
	padding-top: 0px;
	margin-top: -10px;
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.event-row-2 .title-small-2 {
	color: black;
	margin-bottom: 10px;
}

.event-date {
	font-size: 20px;
	font-family: badoni-moda-1;
	color: var(--primary-color);
	flex-wrap: nowrap;
	text-wrap: nowrap;
	margin-bottom: 2px;
}
.event-text {
	font-size: 16px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	color: black;
	font-weight: lighter;
	margin-top: 15px;
	margin-bottom: 50px;
}

.event-col img {
	object-fit: contain;
	max-width: 500px;
	width: 100%;
	height: auto;
}

.date-title {
	color: var(--primary-color);
	margin-top: 20px;
}
.approval-outcome {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: calc(100vh - 190px);
	width: 100%;
	flex-direction: column;
}
.approval-outcome .approved-yes {
	color: forestgreen;
	margin-bottom: 100px;
}
.approval-outcome .approved-no {
	color: darkred;
	margin-bottom: 100px;
}
#login-sections {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#content-section {
	height: 100%;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	width: 100%;
}
