* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
	background-color:rgb(240, 240, 240);
}

section {
	width: 100%;
	height: 100%;
	position: relative;
}

img {
	width: 100%;
	object-fit: contain;
	/* height: auto; */
}

button {
	cursor: pointer;
}

button:focus {
	outline: none;
}

.width-100 {
	width: 100%;
}

.hero-image {
	/* background-image: url('../images/webar-demo-bg.jpg'); */
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	/* background-color: #6B6764; */
}

.navbar {	
	top: 0;
	right: 0;
	max-height: 100px;
	width: 100%;

}

.logo {
	margin: 5%;
	position: fixed;
	width: 8%;
	/* margin-left: auto; */
}

.logo-mobile {
	display: none;
}
.logo-tab {
	display: none;
}

.banner {
	display: flex;
	flex-direction: row-reverse;
	height: 100%;
	align-items: center;
}

.banner-image {
	display: none;
}

.banner-image {
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner-image img {
	height: 100%;
	width: auto;
}

.banner-image.mobile {
	display: none;
}
.banner-image.tab {
	display: none;
}

.banner-content {
	width: 100%;
    /* margin: 140px 0; */
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}

.banner-text {
	/* margin-right: 80px; */
}

.banner-sub-image {
	width: 45%;
	flex-grow: 0.8;
}

.banner-heading {
	margin: 0;
    font-size: 2.8vw;
    line-height: 4vw;
    /* letter-spacing: 1px; */
    text-align: left;
    max-width: 600px;
    color: rgb(10, 10, 13);
}

.banner-subheading {
	font-size: 1.7vw;
    line-height: 2.5vw;
    font-weight: 300;
    color: rgb(88, 88, 88);
    margin-bottom: 15px;
}

.banner-button {
	background-color: #7c878e;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10vw;
	height: 4vw;
	text-decoration: none;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 40px 0;
}

.content {
	padding: 50px;
}

.flex {
	display: flex;
}

.align-middle {
	align-items: center;
}

.brand-filter-container {
	margin: 0 10px;
}

select {
	padding: 10px 15px;
    background: white;
    border: 2px solid #999;
	border-radius: 5px;
	outline: none;
	font-size: 14px;
}

select option {
	font-size: 14px;
	padding: 5px;
}

.grid-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0;
}

.grid-header .grid-heading {
	width: fit-content;
	font-size: 22px;
	font-weight: 800;
	line-height: 29px;
}

.tabs {
	display: flex;
}

.tabs .tab {
	margin: 10px 15px;
	padding: 10px 20px;

	font-size: 18px;
	line-height: 24px;

	font-weight: 600;

	text-transform: uppercase;
	cursor: pointer;
}

.tabs .tab.active {
	color: rgb(10, 10, 13);
	border-bottom: 2px solid #000000;
}

.tabs .tab:hover {
	color: #7c878e;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, 370px);
	grid-row-gap: 40px;
	justify-content: space-evenly;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

.item {
	width: 370px;
}

.card {
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: white;
	align-items: center;

	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.brand-logo {
	width: 100px;
	margin: 10px auto 0 10px;
}

.product-code {
	display: flex;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	padding: 20px;
	justify-content: center;
}

.card-image {
	width: auto;
	height: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: calc(100% - 100px);
}

.card-image img {
	height: 100%;
	width: auto;
}

.card-actions {
	margin-top: -40px;
}


.necklace-image {
	height: 60%;
}

.necklace-image img {
	max-width: 100%;
}

.earring-image {
	width: auto;
	margin: 0 20px;
	height: 80%;
}

.earring-image img {
	width: auto;
	height: 100%;
	max-width: 100%;
}

.set-image {
	align-items: baseline;
}

.set-image .earring-image {
	max-width: 20%;
	max-height: 30%;
}


.set-image .necklace-image {
	height: 80%;
}

.right {
	transform: rotateY(180deg);
}


.card-actions div {
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-actions button {
	width: 150px;
	height: 40px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}

.standard-button {
	background-color: #373839;
	color: white;
	border: none;
}

.standard-button:hover {
	background-color: #7c878e;
	color: white;
	border: none;
}

.alternate-button {
	border: 1px solid #7c878e;
	color: #7c878e;
	background: transparent;
}

.alternate-button:hover {
	border: 2px solid #7c878e;
	color: #7c878e;
	font-weight: 600;
	/* color: white; */
}

.modal {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.32);
	justify-content: center;
	align-items: center;
}

.modal.show {
	display: flex;
}

.link-container {
	width: 500px;
	/* height: 500px; */
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
}

.link-qr {
	max-width: 300px;
}

.link input {
	margin: 20px 0;
	font-size: 18px;
	min-width: 250px;
	padding: 5px 10px;
	border: none;
	outline: none;
}

.link-heading {
	margin-bottom: 0;
	text-transform: uppercase;
}

.link-sub-heading {
	margin: 20px auto;
	font-size: 18px;
}

.modal-actions {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

.modal-action-button {
	border: none;
	font-size: 16px;
	color: white;
	padding: 10px 20px;
	border-radius: 2px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 5px;
}

.modal-action-button.primary {
	background: #333;
}

.modal-action-button.primary:hover {
	background: #222;
}

.modal-action-button.secondary {
	background: white;
	border: 1px solid #333;
	color: #333;
}

.modal-action-button.secondary:hover {
	background: #f9f9f9;
}

/* Loader CSS  -----------------------------------------------*/

.loader {
	width: 100%;
    height: 100%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.loader-content {
	margin-bottom: 30px;
}

.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #7c878e;
	margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}

@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.full-screen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.32);
	display: none;
}

.show {
	display: flex;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .page-number {
	margin: 5px;
	cursor: pointer;
	padding: 10px;
	color: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
}

.pagination .page-number:hover {
	background-color: #7c878e;
	color:white;
}

.pagination .page-number.active {
	background-color: #7c878e;
	color:white;
}

.pagination .arrow {
	margin: 5px;
	cursor: pointer;
	padding: 10px;
}

.pagination .arrow:hover {
	color: #7c878e;
	font-weight: bold;
}

.pagination .disabled {
	background: #dddddd;
	color: rgba(0, 0, 0, 0.35);
	cursor: not-allowed;
}

.pagination .disabled:hover {
	background: #dddddd;
	color: rgba(0, 0, 0, 0.35);
}

.temp-navbar {
	padding: 20px;
	border-bottom: 4px solid #333;
}

.temp-logo {
	width: 125px;
	margin: auto;
}

/* Remove this code too */

.content {
	padding-top: 0;
}

.qr-button {
	display: none !important;
}