@charset "UTF-8";
@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");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");

/* //////////////////////// */
/* SCROLL SMALL MENU */

.body-standard.body-small .navbar-new-container-bottom {
	height: 0px;
	opacity: 0;
	margin-top: -130px;
	transition: 0.5s;
	z-index: -2;
}
.body-standard.body-small .navbar-new-container {
	height: 110px;
	transition: 0.5s;
}
.body-standard.body-small .container-new {
	padding-top: 120px !important;
	transition: 0.5s;
}
.body-standard.body-small .nav-icon-1 {
	left: -150px;
	transition: 0.5s;
}
.body-standard.body-small .nav-icon-2 {
	left: -90px;
	transition: 0.5s;
}
.body-standard.body-small .nav-icon-0 {
	left: 25px;
	transition: 0.5s;
}
.body-standard.body-small .nav-icon-3 {
	right: auto;
	left: 85px;
	transition: 0.5s;
}
.body-standard.body-small .nav-icon-4 {
	left: calc(100% - 120px);
	transition: 0.5s;
}
.body-standard.body-small .nav-icon-5 {
	left: calc(100% - 60px);
	transition: 0.5s;
}
.body-standard.body-small .search-container {
	height: 110px !important;
	transition: 0.5s;
}
.body-standard.body-small .navbar-icon-container-1 {
	top: 45px;
	position: absolute;
	width: 35px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	transition: 0.5s;
}
.body-standard.body-small .navbar-new-main-logo-container {
	width: 0px;
	height: 0%;
	opacity: 0;
	transition: 0.5s;
	z-index: -2;
}
.body-standard.body-small .navbar-new-main-logo-container-mobile {
	height: 100%;
	width: 100px;
	opacity: 1;
	transition: 1s;
	z-index: 1;
}
.body-standard.body-small .navbar-new-container-top-middle {
	width: 100px;
}
.body-standard.body-small .navbar-logo-icon {
	opacity: 0;
	transition: 0.2s;
}
.body-standard.body-small .navbar-new-mobile-menu {
	display: flex;
}

/* //////////////////////// */

.bodoni-moda-1 {
	font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

.philosopher-regular {
	font-family: "Philosopher", sans-serif;
	font-weight: 400;
	font-style: italic;
}

:root {
	--gradient-1: #5875eb;
	--gradient-2: #263c95;
	--blue: #263c95 !important;
	--black: #333;
	--tan: #b89c7e;
	--secondary-background-color: #fbf8f3;
	--grey: #677c6c;
	--white: white;
	--primary-color: #263c95;
	--main-color: #263c95;
	--secondary-color: black;
	--secondary-color-transparent: #3766287a;
	--primary-color-transparent: #52135a79;
	--blog-background: #00000015;
}

.row {
	margin: 0;
}

h1 {
	font-size: 2.4rem;
}

h1,
h2,
h4 {
	font-family: badoni-moda-1;
}

h5,
h3 {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

p {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
	font-family: Lato, sans-serif;
	color: #000;
	font-size: 14px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	padding: 0;
	margin: 0;
}

.primary-button-new {
	font-family: badoni-moda-1;
	background-color: var(--secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 272px;
	border: 1px solid var(--secondary-color);
	transition: 0.2s;
	height: 40px;
	border-radius: 0px;
	font-size: 14px;
	color: white;
	margin: 0px;
	transition: 0.3s;
	text-decoration: none !important;
	font-weight: lighter;
	letter-spacing: 2px;
}

.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: 1px solid var(--secondary-color);
	transition: 0.3s;
	text-decoration: none !important;
}

.primary-button-new:hover {
	color: var(--secondary-color);
	transition: 0.3s;
}

.primary-button-new:focus {
	outline: 0;
}

.button-top-margin {
	margin-top: 20px;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

textarea {
	resize: vertical;
	min-height: 50px;
	max-height: 100px;
}

.margin-top {
	margin-top: 10px;
}

.margin-top-md {
	margin-top: 30px;
}

.margin-top-md-20 {
	margin-top: 20px;
}

.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: 20px; */
}

.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: right;
	margin-top: -20px !important;
}

.breadcrumb-item.active {
	color: #000 !important;
}

.view-back {
	margin-top: 20px;
}

.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
**************************************************************************************************/

.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 {
	width: 100%;
	z-index: -100;
	/* max-height: 100vh; */
	overflow-y: hidden;
}

#carouselFade img,
#main-img img {
	min-height: 100vh;
	object-fit: cover;
}

#main-img img {
	width: 100%;
}

#main-img {
	position: fixed !important;
}

.main-button {
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
	padding: 5px 60px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.9);
	background-color: transparent;
	margin-top: 400px;
}

.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: 200px;
	}

	.main-logo {
		height: 100px;
		display: block;
		margin: 40px auto 0;
	}
}

/******************************************************************************************************************************************
*    HEADER + FOOTER
******************************************************************************************************************************************/

footer {
	width: auto;
	padding-top: 10px;
	text-align: center;
}

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: rgba(1, 1, 1, 0.5);
	padding-top: 20px;
}

#logo_img {
	padding-bottom: 20px;
}

#user-form {
	width: 100% !important;
}

.navbar {
	margin-top: 0 !important;
}

.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;
}

.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;
}

#login-sections .section {
	margin: 20px !important;
}

#login-sections .section:nth-child(1) {
	border-right: 1px solid #262c45;
	padding-right: 40px !important;
}

#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;
}

#loginModal .modal-footer p {
	text-align: center !important;
	margin-bottom: 0;
}

.header-right-section {
	z-index: 100;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding-top: 40px;
}

#search-section {
	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;
}

.footer {
	flex-shrink: 0 !important;
}

#home_img,
#logo_img {
	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: #1e4e79;
}

.flipbook-container {
	position: relative;
	margin-top: 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.flipbook {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* max-width: 1000px; */
	width: 100%;
}

.navbar {
	margin-top: 20px;
	min-height: 20px !important;
}

.navbar-nav {
	display: flex;
	justify-content: center;
	width: 100%;
}

.nav-link {
	color: #fff !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.logout-section {
	text-align: center;
	color: #1e4e79;
}

.glyphicon-shopping-cart {
	font-size: 24px !important;
}

@media only screen and (max-width: 1200px) {
	.head_title {
		font-size: 24px;
		padding-top: 28px;
	}
}

@media only screen and (max-width: 768px) {
	.navbar-nav > li {
		float: left !important;
		display: block !important;
		width: 100% !important;
	}

	.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;
	}

	.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
*******************************************************************************************************************************************/

.about-subtitle {
	font-size: 14px;
	line-height: 1.8;
}

.about-title {
	margin-bottom: 10px;
}

.about-title,
.about-subtitle,
.contact-table td,
.white-title {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.about-subtitle {
		font-size: 12px;
		line-height: 1.5;
	}

	.about-section {
		margin-top: 30px;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    CONTACT US page
*******************************************************************************************************************************************/

.contact-table {
	width: 100% !important;
}

.contact-table td {
	font-size: 13px;
}

.contact-table tr td:nth-child(1) {
	text-align: right;
	font-weight: bold;
	padding-right: 0;
}

.address_info p {
	font-size: 16px;
}

form ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px;
}

form ul li {
	color: red;
}

label.required:after {
	display: inline-block;
	content: "*";
	color: #c00000;
	margin-left: 2px;
}

.required_text {
	color: #c00000;
	margin-top: 10px !important;
}

.required-text-2 {
	margin-left: 20px;
	margin-top: 0px;
	text-align: start;
	font-weight: lighter;
}

.register-top-row {
	margin-top: 40px;
	margin-bottom: 30px;
	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;
}

.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: #1e4e79;
}

.ordering-title {
	font-style: italic;
	text-align: center;
	color: #1e4e79;
}

.ordering-form {
	margin-top: 10px;
}

.ordering-form label {
	text-align: right;
	color: #1e4e79;
	font-size: 13px;
	padding-right: 0 !important;
}

.view-img {
	max-height: 500px;
	object-fit: scale-down;
	width: 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: #1e4e79 !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;
	}
}

@media only screen and (max-width: 768px) {
	.ordering-title {
		padding: 0 30px;
	}
}

@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
*******************************************************************************************************************************************/

.color {
	margin-right: 0 !important;
}

.pagination-nav {
	display: block;
}

.paginator-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.viewing {
	font-size: 12px;
}

.pagination-nav .pagination .page-link {
	background-color: #cef3ff !important;
	color: #204f7c !important;
	margin-left: 2px;
	margin-right: 2px;
	border: 0px;
}

.pagination-nav .pagination .page-link:hover {
	background-color: #99e6ff !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: #1e4e79;
	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: 11px;
	font-weight: 700;
}

.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;
}

.small-img {
	width: 80% !important;
}

.color-filter {
	margin-bottom: 20px;
}

.card-collection .card {
	border-width: 0 !important;
	text-align: center;
}

.jewelry-number {
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding-bottom: 10px !important;
}

.jewelry-price {
	font-size: 13px;
	margin-bottom: 0;
}

.card-collection img {
	max-height: 295px;
	min-height: 295px;
	object-fit: scale-down;
}

.stones_table th {
	text-align: center !important;
	color: #1e4e79;
	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;
}

.perTotalSlider {
	display: none;
}

.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;
}

.shapeBox {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #1e4e79;
	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: 20px;
}

.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: #1e4e79;
}

.login-link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #f7f7f7;
}

.cgc-button {
	background-color: #204f7c !important;
	border-color: #204f7c !important;
	border-radius: 0 !important;
	padding: 10px !important;
	font-size: 0.8rem !important;
	font-weight: bold !important;
	margin-top: 0 !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: 0 !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: 70px;
	object-fit: scale-down;
}

.order-modal-desc {
	padding-top: 48px;
	font-weight: bold;
	margin-bottom: 0;
}

.order-quantity-text {
	font-size: 12px;
	display: block;
	margin-top: -3px;
}

.modal-title {
	font-size: 18px;
}

.form-signin label {
	font-weight: bold;
	font-size: 14px;
}

.reset-password-link a {
	display: block;
	font-size: 12px;
	padding-top: 0px;
	color: var(--primary-color) !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: lighter;
	margin-left: 20px;
}

.reset-password-link a:hover {
	text-decoration: none;
	cursor: pointer;
	color: var(--secondary-color);
}

.register-fieldset {
	color: #1e4e79;
	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: #1e4e79;
}

.cart-checkbox {
	text-align: center;
	color: #1e4e79;
}

/*******************************************************************************************************************************************
*    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;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Reset Password page
*******************************************************************************************************************************************/

.hint {
	padding-top: 8px;
	margin-left: 10px;
	padding-bottom: 0;
}

.text-lighter {
	font-weight: lighter;
}

#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: #1e4e79 !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: #1e4e79 !important;
}

.remove-user-body {
	font-size: 16px;
}

.profile-title {
	margin-bottom: 5px;
}

.profile-subtitle {
	font-size: 14px;
}

#profile-menu {
	background-color: #bbb;
	color: #fff;
	padding: 20px 40px 10px;
}

#profile-menu p {
	margin-bottom: 10px;
	font-size: 14px;
}

#profile-menu .active {
	font-weight: bold;
}

/******************************************************************************************************************************************/

.navbar-logo-icon-container::before {
	left: 0px;
	content: "";
	position: absolute;
	top: 57%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -webkit-calc(50% - 35px);
	width: calc(50% - 35px);
	height: 1px;
	background-color: var(--blue);
}
.navbar-logo-icon-container::after {
	right: 0px;
	content: "";
	position: absolute;
	top: 57%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -webkit-calc(50% - 35px);
	width: calc(50% - 35px);
	height: 1px;
	background-color: var(--blue);
}

.navbar-logo-icon-container {
	height: 60px;
	width: 60px;
	padding: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar-logo-icon {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: 0.2s;
}

.navbar-new-container {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 220px;
	position: fixed;
	z-index: 12;
	box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.9);
}
.navbar-new-container {
	background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0.9),
		#1b43d050,
		#11a01450,
		#c5191950,
		#1920c550,
		rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0.9)
	);
	/* background: linear-gradient(
		120deg,
		rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0.9),
		#263c9550,
		#11a01450,
		#c5191950,
		#263c9550,
		rgba(255, 255, 255, 0.9),
		rgba(255, 255, 255, 0.9)
	); */
	background-size: 800% 800%;

	-webkit-animation: EnterAnimation 4s ease;
	-moz-animation: EnterAnimation 4s ease;
	animation: EnterAnimation 4s ease;
}

@-webkit-keyframes EnterAnimation {
	0% {
		background-position: 0% 15%;
	}
	100% {
		background-position: 100% 86%;
	}
}
@-moz-keyframes EnterAnimation {
	0% {
		background-position: 0% 15%;
	}
	100% {
		background-position: 100% 86%;
	}
}
@keyframes EnterAnimation {
	0% {
		background-position: 0% 15%;
	}
	100% {
		background-position: 100% 86%;
	}
}
.navbar-new-container-top {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 100px;
	padding: 30px;
	padding-bottom: 15px;
	padding-top: 20px;
	position: relative;
}
.navbar-new-container-bottom {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 120px;
	transition: 0.5s;
}

.navbar-new-container-bottom-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 60px;
}
.navbar-new-container-top-left {
	display: flex;
	justify-content: start;
	align-items: start;
	flex-direction: row;
	width: 200px;
	height: 100%;
}
.navbar-new-container-top-right {
	display: flex;
	justify-content: end;
	align-items: start;
	flex-direction: row;
	width: 200px;
	height: 100%;
}
.navbar-new-container-top i {
	color: var(--primary-color);

	font-size: 22px;
	transition: 0.2s;
}
.navbar-new-container-top-middle {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 50%;
	height: 100%;
	position: relative;
}
.navbar-icon-container-1 {
	position: absolute;
	width: 60px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	top: 25px;
	transition: 0.5s;
	text-decoration: none !important;
}
.nav-icon-0 {
	left: -90px;
	transition: 0.5s;
}
.nav-icon-1 {
	left: 30px;
	transition: 0.5s;
}
.nav-icon-2 {
	left: 90px;
	transition: 0.5s;
}
.nav-icon-3 {
	left: calc(100% - 210px);
	transition: 0.5s;
}
.nav-icon-4 {
	left: calc(100% - 150px);
	transition: 0.5s;
}
.nav-icon-5 {
	left: calc(100% - 90px);
	transition: 0.5s;
}
.navbar-icon-container-1:hover {
	cursor: pointer;
}
.navbar-icon-container-1:hover i {
	font-size: 27px;
	transition: 0.2s;
}
.navbar-icon-text {
	height: 100%;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: auto;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: lighter;
	font-size: 0px;
	transition: 0.2s;
	color: var(--primary-color);
	text-wrap: nowrap;
}
.navbar-icon-container-1:hover .navbar-icon-text {
	cursor: pointer;
	font-size: 14px;
}
.navbar-new-main-logo-container {
	max-width: 360px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	flex-direction: column;
	opacity: 1;
	transition: 0.5s;
	position: absolute;
}
.navbar-new-main-logo-container-mobile {
	width: 0px;
	height: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	opacity: 0;
	transition: 0.5s;
	z-index: -3;
	position: absolute;
}

.navbar-new-mobile-menu {
	left: -301px;
	width: 300px;
	position: fixed;
	height: 100%;
	margin-top: 110px;
	background-color: var(--primary-color);
	z-index: 13;
	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 {
	left: 0px;
	position: fixed;
	width: 300px;
	height: 100%;
	margin-top: 110px;
	background-color: var(--primary-color);
	z-index: 13;
	transition: 0.5s;
	opacity: 0.9;
}

@media only screen and (max-width: 700px) {
	.navbar-new-container-bottom {
		height: 0px;
		opacity: 0;
		margin-top: -130px;
		transition: 0.5s;
		z-index: -2;
	}
	.navbar-new-container {
		height: 110px;
		transition: 0.5s;
	}
	.container-new {
		padding-top: 120px !important;
		transition: 0.5s;
	}
	.nav-icon-1 {
		left: -150px;
		transition: 0.5s;
	}
	.nav-icon-2 {
		left: -90px;
		transition: 0.5s;
	}
	.nav-icon-0 {
		left: 25px;
		transition: 0.5s;
	}
	.nav-icon-3 {
		right: auto;
		left: 85px;
		transition: 0.5s;
	}
	.nav-icon-4 {
		left: calc(100% - 120px);
		transition: 0.5s;
	}
	.nav-icon-5 {
		left: calc(100% - 60px);
		transition: 0.5s;
	}
	.search-container {
		height: 110px !important;
		transition: 0.5s;
	}
	.navbar-icon-container-1 {
		top: 45px;
		position: absolute;
		width: 35px;
		height: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: start;
		transition: 0.5s;
	}
	.navbar-new-main-logo-container {
		width: 0px;
		height: 0%;
		opacity: 0;
		transition: 0.5s;
		z-index: -2;
	}
	.navbar-new-main-logo-container-mobile {
		height: 100%;
		width: 100px;
		opacity: 1;
		transition: 1s;
		z-index: 1;
	}
	.navbar-new-container-top-middle {
		width: 100px;
	}
	.navbar-logo-icon {
		opacity: 0;
		transition: 0.2s;
	}
	.navbar-new-mobile-menu {
		display: flex;
	}
}

.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;
	font-family: badoni-moda-1;
	transition: 0.2s;
	letter-spacing: 1px;
}

.navbar-mobile-element:hover {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 18px;
	cursor: pointer;
	transition: 0.2s;
}

.navbar-new-main-logo-container a {
	width: 100%;
	object-fit: contain;
}

.navbar-new-main-logo-container-mobile a {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-new-main-logo {
	width: 100%;
}

.navbar-new-main-logo-mobile {
	height: 100%;
	object-fit: contain;
}

.container-new {
	width: 100%;
	padding-top: 230px;
	margin-left: 0px;
	margin-right: 0px;
	box-sizing: border-box;
	transition: 0.5s;
}
.home-carousel {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 760px;
	overflow: hidden;
}
.navbar-new-container-bottom-2 {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: row;
	width: 100%;
	height: 100%;
	padding: 10px;
	padding-top: 0px;
}

.navbar-link-container {
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	text-decoration: none !important;
}

.nav-link-text {
	font-family: badoni-moda-1;
	font-size: 1rem;
	font-weight: lighter;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	color: var(--primary-color);
	color: #000;
	letter-spacing: 1px;
}

.nav-link-line-container {
	height: 6px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-link-line {
	height: 0px;
	width: 0px;
	background: var(--primary-color);
	transition: 0.3s;
	opacity: 1;
}
.navbar-link-container:hover .nav-link-line {
	height: 2px;
	width: 100%;
	background: var(--primary-color);
	transition: 0.3s;
	opacity: 1;
}

.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: badoni-moda-1;
}

@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: 13px;
		letter-spacing: 1px;
		transition-duration: 0.5s;
		transition-delay: 0.1s;
	}
}

.search-container {
	position: fixed;
	top: -230px;
	width: 100%;
	z-index: 14;
	height: 220px;
	background-color: white;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0.5s;
}

.search-open {
	top: 0;
	opacity: 0.9;
	transition: 0.3s;
}

.search-line-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	max-width: 800px;
	height: 50px;
	padding: 20px;
	background: white;
}

.login-fields-container-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-width: 200px;
	width: 100%;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	margin-left: 8px;
}

.login-fields-container-row input {
	width: calc(100% - 28px);
	height: 30px;
	margin-left: -29px;
	text-indent: 35px;
	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-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;
}

.close-button-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
}

.close-button {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border: 0;
	outline: none !important;
	transition: 0.2s;
}

.close-button:hover i {
	transition: 0.2s;
	font-size: 40px;
	transform: rotate(90deg);
}

.close-button i {
	font-size: 30px;
	color: var(--primary-color);
	transition: 0.2s;
}

.action-button-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
}

.action-button {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border: 0;
	outline: none !important;
	transition: 0.2s;
}

.action-button:hover i {
	transition: 0.2s;
	font-size: 35px;
}

.action-button i {
	font-size: 25px;
	color: var(--primary-color);
	transition: 0.2s;
}

.footer-new {
	margin-top: auto;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: var(--primary-color);
	box-sizing: border-box;
	z-index: 11 !important;
	position: relative;

	/* background: rgb(68, 89, 179);
	background: linear-gradient(
		135deg,
		rgba(68, 89, 179, 1) 0%,
		rgba(38, 60, 149, 1) 15%,
		rgba(28, 44, 107, 1) 35%,
		rgba(28, 44, 107, 1) 66%,
		rgba(38, 60, 149, 1) 90%,
		rgba(68, 89, 179, 1) 100%
	); */

	background: var(--primary-color);
}

.footer-new a {
	color: white !important;
	cursor: pointer;
	text-decoration: none;
	font-size: 0.8rem;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: lighter;
}

.footer-new-top {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: row;
	height: 100%;
	width: 100%;
	flex-wrap: wrap;
	min-height: 230px;
	padding-left: 10%;
	padding-right: 10%;
}
.footer-new-bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 100%;
}

.footer-new-bottom p {
	font-size: 11px;
	margin: 0px;
	color: white;
	font-weight: lighter;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.footer-new-top h5 {
	color: #fff;
	margin-bottom: 20px;
	margin-top: 8px;
	font-size: 1.1rem;
}

.footer-col-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	/* width: 30%;
	min-width: 300px; */
	margin-bottom: 30px;
}
.footer-col-2 {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	/* width: 15%;
	min-width: 150px; */
	margin-bottom: 30px;
}
.footer-col-3 {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	/* width: 15%;
	min-width: 150px; */
	margin-bottom: 30px;
}
.footer-col-4 {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	/* width: 15%;
	min-width: 150px; */
	margin-bottom: 30px;
}

.footer-col-5 {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	/* width: 25%;
	min-width: 150px; */
	margin-bottom: 30px;
}

.footer-col-1 h3 {
	color: #fff;
	margin-bottom: 14px;
	font-size: 1.1rem;
	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;
}

.footer-position {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}

@media only screen and (max-width: 576px) {
	.footer-col-1 {
		/* max-width: 400px; */
		margin-bottom: 60px;
	}

	.footer-col-1 {
		font-size: 1.25rem;
	}
	.footer-col-2 {
		align-items: center;
		margin-left: 30px;
		margin-right: 30px;
	}
	.footer-col-3 {
		align-items: center;
		margin-left: 30px;
		margin-right: 30px;
	}
	.footer-col-4 {
		align-items: center;
		margin-left: 30px;
		margin-right: 30px;
	}
	.footer-col-4 {
		align-items: center;
		margin-left: 30px;
		margin-right: 30px;
	}
	.footer-col-5 {
		align-items: center;
		margin-left: 30px;
		margin-right: 30px;
	}
	.footer-new-top {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}
	.footer-line {
		justify-content: center;
	}
	.footer-line a {
		text-align: center;
		max-width: 150px;
	}
}
.icon-container {
	font-size: 35px;
	padding-left: 10px;
	padding-right: 10px;
	color: var(--main-color);
	margin-bottom: 15px;
}
.icon-container-1 {
	position: absolute;
	top: 10px;
	left: 10px;
	transform: rotate(15deg);
}
.icon-container-2 {
	position: absolute;
	top: 30px;
	left: 30px;
	transform: rotate(-30deg);
}

.text-icon-1 {
	color: var(--main-color);
	font-size: 30px;
	font-weight: 500 !important;
}
.text-icon-2 {
	color: var(--main-color);
	font-size: 40px;
	font-weight: 500 !important;
}

.in-touch-section {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 100%;
	padding: 0px !important;
}

.in-touch-inner {
	padding-left: 5px;
	padding-right: 5px;
}

.in-touch-container-outer {
	padding: 5px !important;
}

.in-touch-container {
	display: flex;
	position: relative;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 420px;
	background: white;
	padding: 5px;
}

.in-touch-container table {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.in-touch-container table td {
	vertical-align: top !important;
	padding-top: 10px !important;
}

.in-touch-container table tr td:nth-child(2) {
	padding-left: 20px !important;
	-webkit-user-select: text; /* Safari */
	-ms-user-select: text; /* IE 10 and IE 11 */
	user-select: text; /* Standard syntax */
}

.in-touch-container .login-fields-container-row {
	width: 300px;
}

.in-touch-container .login-fields-container-row input {
	width: calc(100% - 28px);
	height: 30px;
	margin-left: -29px;
	text-indent: 35px;
	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;
}

.in-touch-container .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;
}

.in-touch-container input :focus {
	outline: var(--main-color);
}

.in-touch-container p {
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: lighter;
	line-height: 2;
}

.divider-container {
	height: 119px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding-left: 15%;
	padding-right: 15%;
	position: relative;
	margin-top: 10px;
}

.divider-icon-container::before {
	left: 10%;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -webkit-calc(40% - 25px);
	width: calc(40% - 25px);
	height: 1px;
	background-color: var(--blue);
}
.divider-icon-container::after {
	right: 10%;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: -webkit-calc(40% - 25px);
	width: calc(40% - 25px);
	height: 1px;
	background-color: var(--blue);
}

.divider-icon-container {
	height: 50px;
	width: 50px;
	padding: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.divider-logo-icon {
	color: var(--main-color);
	font-size: 20px;
	height: auto;
	object-fit: contain;
	transition: 0.2s;
}
.divider-logo-icon-2 {
	color: var(--main-color);
	font-size: 20px;
	height: auto;
	object-fit: contain;
	transition: 0.2s;
}
.divider-logo-icon-2 path {
	fill: var(--primary-color);
}

.row-flipbook {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}

.no-padding {
	padding: 0;
}

.home-content-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 40px;
}

.container-new-arrivals {
	padding: 0px;
	box-sizing: border-box;
	object-fit: contain;
}

.container-new-arrivals p {
	padding-left: 20px;
	padding-right: 20px;
}

.container-new-arrivals .row {
	width: 100%;
	box-sizing: border-box;
	object-fit: contain;
}

.home-content-container h1 {
	margin-bottom: 25px;
}
.home-content-container p {
	font-weight: lighter;
	line-height: 2;
}

.margin-top-small {
	margin-top: 10px;
}
.margin-bottom-small {
	margin-bottom: 10px;
}

.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%;
}

.icon-graphic {
	font-size: 35px;
	padding-left: 10px;
	padding-right: 10px;
	color: var(--main-color);
	margin-bottom: 20px;
}

/* .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 {
	color: white;
	margin-bottom: 25px;
}

.homepage-banner p {
	font-weight: lighter;
	line-height: 2;
	color: white;
}

@media only screen and (max-width: 800px) {
	.homepage-banner {
		width: 100%;
		text-align: center;
		align-items: center;
		height: 560px;
	}
	.scroll-to-top-button {
		right: 15px;
		bottom: 15px;
	}
}

.home-content-container svg {
	margin-bottom: 15px;
}

.home-content-container svg path {
	fill: var(--primary-color);
}
.newarrival-box {
	padding: 5px;
	margin: 5px;
}

.newarrival-outer {
	margin: 0px;
	width: 100%;
}

.slick-prev {
	left: 10px;
	z-index: 9;
}

.slick-next {
	right: 10px;
	z-index: 9;
}

.slick-prev:before {
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23263c95' 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='%23263c95' 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");
}
.jewelry-img {
	max-width: 100%;
	height: 150px;
	object-fit: scale-down;
}
@media (max-width: 1199px) {
	.jewelry-img {
		height: 200px;
	}
}

.label-hidden {
	display: none;
}

.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;
	}
}

.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;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-weight: lighter;
}

.contact-section {
	min-height: 250px;
}
.title-small {
	font-family: badoni-moda-1 !important;
	font-weight: 500 !important;
	margin-bottom: 25px;
	font-size: 32px;
}
.login-fields-container-row textarea {
	width: calc(100% - 28px);
	/* height: 30px; */
	margin-left: -29px;
	text-indent: 33px;
	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;
}

.form-control {
	/* border-color: inherit; */
	/* -webkit-box-shadow: none; */
	/* box-shadow: none; */
	/* outline: none !important; */
	cursor: pointer;
	border-radius: 0px;
	margin-bottom: 10px;
}

.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}

.required-text {
	margin-left: 20px;
	margin-top: -15px;
	font-weight: lighter;
}

.divider-container-vertical {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	/* padding-left: 15%;
	padding-right: 15%; */
	position: relative;
}

.divider-logo-icon-vertical path {
	fill: var(--primary-color);
}

.divider-icon-container-vertical::before {
	left: 50%;
	content: "";
	position: absolute;
	top: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: -webkit-calc(50% - 25px);
	height: calc(50% - 25px);
	width: 1px;
	background-color: var(--blue);
}
.divider-icon-container-vertical::after {
	margin-right: -1px;
	right: 50%;
	content: "";
	position: absolute;
	bottom: 0%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: -webkit-calc(50% - 25px);
	height: calc(50% - 25px);
	width: 1px;
	background-color: var(--blue);
}

.divider-icon-container-vertical {
	height: 50px;
	width: 50px;
	padding: 10px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact-divider-horizontal {
	display: none;
}
#contact-divider-vertical {
	display: flex;
}

@media only screen and (max-width: 992px) {
	.head_title {
		font-size: 22px;
		padding-top: 20px;
	}

	.loginLabel {
		font-size: 16px;
	}

	.title-small {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#contact-divider-horizontal {
		display: flex;
	}
	#contact-divider-vertical {
		display: none;
	}
}

.contact-line-title {
	margin-bottom: 10px;
	font-family: badoni-moda-1 !important;
	font-size: 20px;
	font-weight: normal !important;
}

.login-section {
	min-height: 250px;
	font-weight: lighter;
}
.margin-top-md-2 {
	margin-top: 40px !important;
}

.form-group {
	margin-bottom: 0px;
}

.form-signin {
	margin-left: -20px;
}

.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% - 20px);
	height: 30px;
	margin-left: 15px;
	text-indent: 35px;
	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;
	font-weight: 500;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
		Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.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-col i {
	color: var(--primary-color);
	font-size: 15px;
	margin-right: 10px;
	width: 20px;
	z-index: 2;
	height: 20px;
	margin-top: -34px;
	padding-left: 25px;
	text-align: center;
}

/* VIDEO ON ENTER */

div.absolute {
	position: absolute;
}
.my_fullscreen_div {
	width: 100vw;
	height: 100vh;
}
.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video-container video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%;
	min-height: 100%;

	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;

	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* //////////////////////////////////////////////////// */

.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);
	}
}
.video-thumb {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.details-banner {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.details-banner img {
	width: 100px;
	height: 100px;
	object-fit: contain;
	transition: 0.2s;
}
.video-thumb:hover img:last-child {
	width: 120px;
	height: 120px;
	transition: 0.2s;
}
.new-media-container {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: start;
}
.new-media-column {
	display: flex;
	align-items: start;
	justify-content: start;
	flex-direction: column;
	padding-left: 20px;
	padding-right: 20px;
}
.new-details-column {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-direction: column;
	width: 100%;
}
.media-content-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	margin: 10px;
	border: 1px solid transparent;
	transition: 0.2s;
	cursor: pointer;
	padding: 5px;
}
.new-main-img-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
.main-video-frame {
	height: 500px;
}

.media-content-container img {
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
}
.media-selected {
	border: 1px solid var(--primary-color);
	transition: 0.2s;
}
@media only screen and (max-width: 991.9px) {
	.new-media-column {
		max-width: none;
		width: 100%;
		align-items: center;
	}
	.new-media-container {
		flex-direction: column-reverse;
	}
	.new-media-column {
		padding: 20px;
	}
	.video-thumb {
		max-width: 600px;
	}
	.main-video-frame {
		height: 400px;
	}
}
