@import "icomoon/style.css";

* {
	outline: none;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
}

/* Copyright (c) 2022 Ivan Teplov */
  
:root {
	--background: #fff;
	--foreground: #000;
	--divider: #dcdcdc;
	--overlay: #888;
}

html,
body {
	height: 100%;
	margin: 0px;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
		sans-serif;*/
	font-family: 'Space Grotesk' !important;
	/* line-height: 1.6; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* background: #fff; */
	user-select: none;
	background: var(--background);
	color: var(--foreground);
	overflow: hidden;
	overscroll-behavior: none;
	line-height: 1.5;
	-webkit-tap-highlight-color: transparent;
}

input {
	display: block;
	box-sizing: border-box;
	border: 1px solid #efefef;
	border-radius: 0.5rem;
	padding: 0.6rem;
	font-size: 1rem;
}

.video {
	float: left;
	width: 25vw;
	height: 50vh;
	overflow: hidden;
	position: relative;
}

.video.one {
	width: 100vw;
	height: 100vh;
	position: fixed;
}

.video.two {
	width: 50vw;
	height: 100vh;
}

.video.three {
	width: 33.33vw;
	height: 100vh;
}

.video.four {
	width: 50vw;
	height: 50vh;
}

.video.five,
.video.six {
	width: 33.33vw;
	height: 50vh;
}

.video .default_img_for_video {
	position: absolute;
	width: 4rem;
	height: 4rem;
	border: 3px solid;
	background-color: transparent;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.video .default_img_for_video .default_msg_for_video {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.video video {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	box-sizing: border-box;
	object-fit: cover;
}

.small_window_video video {
	object-fit: cover !important;
}

.video video.mirror {
	transform: scaleX(-1);
	/*transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);*/
}

.video:fullscreen video {
	background: #acadd3;
	object-fit: contain;
	border: none;
}

.video button {
	position: absolute;
	top: 0.1rem;
	right: 0px;
	z-index: 10;
	font-size: 2rem;
	color: white;
	background: none;
	border: none;
	cursor: pointer;
	text-shadow: 2px 2px 5px #989898;
	padding: 0.1rem 0.4rem;
}

.video:fullscreen button {
	display: none;
}

.small_window_video {
	float: none !important;
	position: absolute;
	right: 10px;
	top: 44px;
	border-radius: 8px;
	z-index: 2;

	width: 20vw !important;
	/* max-width: 250px !important; */
    /* height: 35vh !important; */
	max-height: 35vh !important;
}

/* #app {
	display: none;
} */

#intro {
	background: #fff;
	position: fixed;
	bottom: 6rem;
	left: 0px;
	right: 0px;
	z-index: 100;
	width: 18rem;
	margin: auto;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 1rem;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

#detail {
	position: fixed;
	bottom: 0;
	/*left: 15px;*/
	right: 15px;
	height: 450px;
	z-index: 3000;
	box-sizing: border-box;
	border-radius: 1rem 1rem 0rem 0rem;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

#cart {
	position: fixed;
	bottom: 0;
	/*left: 15px;*/
	right: 15px;
	height: 450px;
	z-index: 3000;
	box-sizing: border-box;
	border-radius: 1rem 1rem 0rem 0rem;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}

div::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

/*
button {
	padding: 1rem;
	font-size: 1rem;
	border-radius: 1rem;
	cursor: pointer;
}*/

.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
	direction: ltr;
	height: 44px;
	font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mirror {
	transform: scaleX(-1);
	/*transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);*/
}

.login_form_container {
	background-color: red;
}

@media only screen and (max-width: 960px) {
	/* .video {
		float: left;
		width: 50vw;
		height: 25vh;
		overflow: hidden;
	} */

	.video.two {
		width: 100vw;
		height: 50vh;
	}

	.video.three {
		width: 100vw;
		height: 33.33vh;
	}

	.video.five,
	.video.six {
		width: 50vw;
		height: 33.33vh;
	}

	#cart {
		left: 15px;
	}

	#detail {
		left: 15px;
	}
}

/* NEW AND FOR ALL BREAKPOINTS*/

/* APP */
.main_app {
	display: block;
}

/* V-CLOAK */
.index_cloak {
	height: 100vh;
}

/* LIVE TAG */
.live {
	position: fixed;
    right: 0px;
	background: #dd504a;
	color: white;
	text-align: center;
	margin: 10px;
	font-weight: bolder;
	border-radius: 5px;
	min-width: 60px;
	padding: 0 2px;
}

/* OVERLAY LOADING */
.event_loading {
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	position: absolute;
	margin: 0;
	z-index: 101;
}
.overlay_light_background {
	background: rgb(255, 255, 255) !important;
	backdrop-filter: blur(2px);
}
.overlay_dark_background {
	background: rgb(0, 0, 0) !important;
	backdrop-filter: blur(2px);
}

/* LOGIN FORM */
.login_form_container {
	max-width: '400px';
	margin: 'auto';
}

/* CUSTOMER SIDE PRODUCTS */
#products {
	position: fixed;
	left: 0px;
	z-index: 1;
	width: 8rem;
	margin: 10px auto 0;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 1rem;
	max-height: 85vh;
	overflow: auto;
}

.product_customer_card {
	cursor: pointer;
	padding: 5px;
	margin: 10px;
}
.skeleton--faster {
	animation: skeleton-loading .7s linear infinite alternate;
}
.skeleton--slower {
	animation: skeleton-loading 1s linear infinite alternate;
}
@keyframes skeleton-loading {
	0% {
		background-color: #adb5bd;
	}

	100% {
		background-color: #dee2e6;
	}
}
.product_customer_skeleton {
	height: 64px;
	border-radius: .25rem;
}

/* CHAT */
#chatWrap {
	background: #fff;
	position: fixed;
	bottom: 6rem;
	left: 0px;
	right: 0px;
	z-index: 100;
	width: 18rem;
	margin: auto;
	padding: 1rem;
	box-sizing: border-box;
	border-radius: 1rem;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}
#chatWrap #chats {
	overflow-y: auto;
	overflow: auto;
	max-height: 240px;
	margin: auto;
	background: /* Shadow covers */ linear-gradient(white 30%, rgba(255, 255, 255, 0)),
		linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,
		/* Shadows */ radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),
		radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background: /* Shadow covers */ linear-gradient(white 30%, rgba(255, 255, 255, 0)),
		linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,
		/* Shadows */ radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;

	background-attachment: local, local, scroll, scroll;
}
#chatWrap .chat {
	margin: 0.5rem 0rem;
}
#chatWrap .chat .name {
	font-weight: bold;
}
#chatWrap .chat .date {
	font-size: small;
}
#chatWrap #composeBox {
	position: relative;
	background: #f6f6f6;
	border-radius: 1rem;
	padding: 0.7rem 1rem;
	margin-top: 0.5rem;
	max-height: 4.2rem;
	overflow-y: auto;
}
#chatWrap #composeBox #placeholder {
	position: absolute;
	z-index: 5;
	opacity: 0.5;
}
#chatWrap #composeBox #compose {
	position: relative;
	z-index: 10;
}
#chatWrap #noChat {
	padding: 1rem;
	text-align: center;
}
.send_chat_action {
	position: absolute;
	right: 10px;
	top: 25%;
}
.send_chat_action_cursor {
	cursor: pointer;
}
.light {
	color: #878787;
}

/* SETTINGS */
#settings {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
	position: fixed;
	bottom: 5rem;
	left: 0px;
	right: 0px;
	z-index: 100;
	width: 17rem;
	margin: auto;
	box-sizing: border-box;
	border-radius: 1rem;
	max-height: 26rem;
	overflow-y: auto;
}
#settings .label {
	padding: 1rem 1rem 0.25rem;
	font-weight: bold;
}
#settings .link {
	padding: 0.25rem 1rem;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 1rem;
}
#settings .link.active:before {
	content: "✔️";
	margin-right: 0.5rem;
}
#settings .link:hover {
	background: #fff;
}
#settings .link.copy {
	margin-bottom: 0.5rem;
}
#settings input {
	margin: 0rem 1rem 1rem;
	width: calc(100% - 2rem);
}

#settings .close-popup{
	margin-right: 8px;
	margin-top: 10px;
}

.close-popup {
	background: transparent;
	border: transparent;
	float: right;
	padding-right: 8px;
	color: #000;
}
.version-label {
	font-weight: normal !important;
  	font-size: 12px;
}

/* TOOLSBAR */
#actionsWrap {
	position: fixed;
	bottom: 1rem;
	left: 0px;
	right: 0px;
	z-index: 100;
	display: inline-flex;
	transition: all 0.25s ease-out;
	opacity: 1;
	transform: translateY(0rem);
}
#actionsWrap.hidden {
	opacity: 0;
	transform: translateY(1rem);
	z-index: -1;
}
#actions {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
	margin: auto;
	box-sizing: border-box;
	border-radius: 1rem;
	transition: opacity 250ms;
}
#actions button {
	flex: 1;
	background: none;
	border: none;
	font-size: 1.25rem;
	padding: 1rem;
	cursor: pointer;
	margin: auto;
	color: #3a3a3a;
}
#actions button:hover {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 1rem;
}
#actions button.active {
	background: #fafafa;
	border-radius: 1rem;
}
.toolbar-disabled {
	opacity: .5;
}


#actions button.icon-mic-off,
#actions button.icon-video-off {
	color: #e74c3c !important;
}
.cart_length {
	margin: 5px -20px;
}
.hang-up {
	background-color: red !important;
	color: white !important;
	border-radius: 1rem;
}

/* SHEET */
#sheet .body::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}
#sheet {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
	background-color: transparent;
}
#sheet[aria-hidden="true"] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#sheet .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: var(--overlay);
	opacity: 0.5;
}
#sheet .contents {
	border-radius: 1rem 1rem 0 0;
	background: var(--background);
	position: relative;
	overflow-y: hidden;
	--default-transitions: transform 0.5s, border-radius 0.5s;
	transition: var(--default-transitions);
	transform: translateY(0);
	max-height: 100vh;
	height: 30vh;
	max-width: 70rem;
	box-sizing: border-box;
	padding: 1rem;
	padding-top: 3rem;
}
#sheet .contents:not(.not-selectable) {
  	transition: var(--default-transitions), height 0.5s;
}
#sheet .contents.fullscreen {
  	border-radius: 0;
}
#sheet[aria-hidden="true"] .contents {
  	transform: translateY(100%);
}
#sheet .draggable-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 3rem;
	margin: auto;
	padding: 1rem;
	cursor: grab;
}
#sheet .draggable-thumb {
	width: inherit;
	height: 0.25rem;
	background: var(--divider);
	border-radius: 0.125rem;
}
#sheet .close-sheet {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-color: white;
	color: black;
	padding: 1rem;
	font-size: 1rem;
	cursor: pointer;
}
#sheet .body {
	height: 100%;
	overflow-y: auto;
	gap: 1rem;
}
.sheet-component {
	position: fixed !important;
	bottom: 0 !important;
	right: 0px;
	z-index: 3000;
	max-width: 400px !important;
	right: 0px;
	left: unset;
	background-color: white !important;
	width: 100%;
}

/* CAROUSEL */
.carousel {
	display: flex;
	align-items: center;
	overflow: hidden;
}
.carousel-inner {
	width: unset;
}
.carousel-inner .active {
	display: flex !important;
}
.slide {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
	padding: 50px 0;
	transition: all .3s;
	background: #ddd;
	margin: 20px 0;
}
.carousel-controls__button {
	cursor: pointer;
	background: tomato;
	border: 0;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 18px;
}
.carousel_controls {
	padding: 0px;
	background: transparent;
	width: fit-content;
	margin: auto;
}
.carousel_card_image {
	/* padding: 10px 10px 0px 10px; */
	width: 275px;
	margin: 0 auto;
	flex-shrink: 0;
	opacity: .6;
	transition: all 600ms ease-in-out;
}
.carousel_card_placeholder {
	height: 150px;
	padding: 10px 10px 0px 10px;
}

.product_detail_gallery_container {
	position: relative;
	margin: 0 auto;
	width: 275px;
	touch-action: manipulation;
}
.product_detail_gallery_wrapper {
	overflow-x: hidden;
}
.product_detail_gallery {
	display: flex;
	flex-flow: row nowrap;
}
.product_detail_gallery_control {
	position: absolute;
	font-size: 20px;
	line-height: 250px;
	width: 30px;
	text-align: center;
	color: #fff;
	border: none;
	right: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
}
.product_detail_gallery_right-control {
	/* background-color: #2d96cd; */
	background-color: #dd504a;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 100%;
	border: none;
	opacity: .75;
	z-index: 1;
	margin-right: 0;
	transition: all 500ms ease-in-out;
}
.product_detail_gallery_left-control {
	background-color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 100%;
	border: none;
	opacity: .75;
	z-index: 1;
	transition: all 500ms ease-in-out;
}
.product_detail_gallery_right-control--disabled,
.product_detail_gallery_left-control--disabled {
	margin-right: -60px;
	opacity: 0;
	transition: all 500ms ease-in-out;
}
.product_detail_gallery_container_current_item {
	opacity: 1;
}

/* CARD DETAILS */
.card_details {
	margin-bottom: 50px;
}
.product_description {
	font-size: 12px;
}
.card_details_flex {
	flex-wrap: wrap;
}
.card_details_text {
	line-height: 40px;
	font-size: 15px;
	margin-bottom: 0px;
}

.no-stock {
	width: 40px;
	height: 40px;
	background: linear-gradient(to bottom right, transparent calc(50% - 1px), #777 calc(50% - 1px), #777 50%, transparent 50%) ;
	background-color:#ebeaed !important;
	opacity: 40%;
}
.circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 18px;
	color: #777;
	text-align: center;
	background: #ebeaed;
	border: none;
}
.circle-selected {
	background-color:#fff !important;
	color:#333;
	border: black;
	border-bottom-color: black;
	border-width: 1px;
	border-style: solid;
}
.circle-color {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	background: #ebeaed;
}
.circle-color-selected {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	text-align: center;
	background: #ebeaed;
	border-width: 2px;
	border-color: black;
	border-style: groove;
}
.break {
	flex-basis: 100%;
	height: 0;
}
.card_details .select_size {
	line-height: 20px;
	font-size: 10px;
	color: red;
}
.buy_action_container {
	padding: 0px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	left: 15px; 
}
.buy_action {
	background-color: #3a3a3a !important;
	border-color: transparent !important;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	left: 15px;
}

/* CART */
.cart_hr {
	margin: 1rem 0 0;
}
.cart_products_list {
	padding: 0px 0px 88px 0px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: auto;
	max-height: 420px;
	height: 100%;
	overflow-x: clip;
}
.cart_container {
	padding: 20px;
	text-align: center;
}
.cart_empty_message {
	font-size: 15px;
	line-height: 20px;
}
.cart_empty_bag {
	padding: 20px;
	font-size: 40px;
}
.cart_grid_container {
	padding: 0px;
	margin: 0px;
	height: 100px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #40212529;
}
.cart_grid_row {
	padding-left: 0px;
	padding-right: 0px;
}
.cart_image_skeleton_container {
	padding: 10px 10px 0px 10px;
	width: 90px;
	height: 90px;
}
.cart_image_skeleton {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.cart_product_info {
	padding-left: 20px !important;
}
.cart_name_skeleton {
	height: 12px;
	width: 10rem;
	margin: 18px 0 12px;
	border-radius: 8px;
}
.cart_size_skeleton {
	height: 12px;
	width: 7rem;
	background-color: #dee2e6;
	border-radius: 8px;
}
.cart_quantity_skeleton {
	height: 16px;
	width: 5rem;
	margin: 18px 0 0;
	background-color: #ced4da;
	border-radius: 8px;
}
.cart_price_skeleton {
	margin: 77px 0 0;
	height: 13px;
	width: 3rem;
	border-radius: 8px;
}
.cart_image {
	padding: 10px 10px 0px 10px;
	width: 90px;
	height: 90px;
}
.cart_product_name {
	font-size: 12px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cart_product_size {
	font-size: 10px;
	line-height: 10px;
}
.cart_product_bottom_info {
	padding-top: 20px;
}
.cart_product_reduce_quantity_ball {
	padding-left: 0px !important;
	padding-top: 0px !important;
}
.cart_product_reduce_quantity {
	border: none;
	background-color: transparent;
}
.cart_product_quantity {
	padding: 0px .5rem 0px !important;
}
.cart_product_loading_quantity {
	color: #000;
	opacity: .3;
	padding: 0px .5rem 0px !important;
}
.cart_product_add_quantity_ball {
	padding-top: 0px !important;
}
.cart_product_add_quantity {
	border: none;
	background-color: transparent;
}
.cart_product_trash {
	line-height: 40px;
}
.cart_product_price {
	line-height: 40px;
	font-weight: bold;
	font-size: 13px;
	padding-top: 20px;
}
.cart_checkout {
	background: #ebeaed;
	position: absolute;
	left: 15px;
	bottom: 15px;
	right: 15px;
	overflow-y: scroll;
}
.cart_subtotal_text {
	line-height: 40px;
	padding-left: 15px;
	font-weight: bold;
}
.cart_subtotal {
	line-height: 40px;
	padding-right: 15px;
	font-weight: bold;
}
.cart_buy_button {
	background-color: #3a3a3a !important;
	border-color: transparent !important;
	color: #fff !important;
}

/* ADMIN PRODUCTS */
#products-admin {
	position: fixed;
	bottom: 0;
	left: 0px;
	right: 0px;
	height: 450px;
	z-index: 3000;
	box-sizing: border-box;
	border-radius: 1rem 1rem 0rem 0rem;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16), 0px 1px 4px rgba(0, 0, 0, 0.16);
}
#products-admin .host_products_reload_btn {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	margin: .25em .5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
#products-admin .host_products_reload_btn img {
	height: 1.4rem;
	width: 1.4rem;
	opacity: .5;
}
#products-admin .host_products_reload_btn .spinner-border-sm {
	width: 1.4rem;
	height: 1.4rem;
	opacity: .5;
	border-width: .14em;
}
.admin_products_header {
	min-height: 3em;
	bottom: unset;
}
.admin_products_title {
	margin: 0;
}
.admin_products_header_actions {
	flex: 1;
	margin: 0;
	position: relative;
}
.admin_products_search_input {
	width: 100%;
	padding-right: 2em;
}
.admin_products_search_clear {
	border: 1px;
	border-radius: 4px;
	padding: .25em;
	opacity: .5;
	position: absolute;
	top: 50%;
	right: 2.5em;
	transform: translate(0, -50%);
}

.admin_products_plus_search_clear{
	border: 1px;
	border-radius: 4px;
	padding: .25em;
	opacity: .5;
	position: absolute;
	top: 50%;
	right: 0.5em;
	transform: translate(0, -50%);
}

.admin_products_search_close {
	position: absolute;
	top: 50%;
	right: .5em;
	transform: translate(0, -50%);
}
.admin_products_search_lens_container {
	border: none;
	background-color: transparent;
	margin: -2px 0 0;
	padding: 0;
}
.admin_products_search_lens {
	width: 1.3em;
	opacity: .5;
}
.admin_products_plus_lens_container {
	border: none;
	background-color: transparent;
	margin: 0 0 0;
	padding: 0px 2px 2px 2px;
}
.admin_products_plus_lens {
	width: 1.3em;
	opacity: .5;
}

.admin_products_close {
	padding-right: 0;
}
.admin_products_header_hr {
	margin: 1rem 0 0;
}
.admin_products_list {
	padding: 0px;
	margin: 0px;
	height: 100px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #40212529;
}
.admin_products_row {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 100%;
}
.admin_products_row_product {
	padding-left: 0 !important;
}
.admin_products_skeleton_image_container {
	padding: 10px 10px 0px 10px;
	width: 90px;
	height: 90px;
}
.admin_products_skeleton_image {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.admin_products_skeleton_info {
	padding-left: 20px;
}
.admin_products_skeleton_info_row_1 {
	height: 13px;
	width: 10rem;
	margin: 18px 0 12px;
	border-radius: 8px;
}
.admin_products_skeleton_info_row_2 {
	height: 13px;
	width: 5rem;
	background-color: #ced4da;
	border-radius: 8px;
}
.admin_products_skeleton_info_row_3 {
	height: 12px;
	width: 7rem;
	background-color: #dee2e6;
	margin: 12px 0 0;
	border-radius: 8px;
}
.admin_products_image {
	padding: 10px 10px 0px 10px;
	width: 90px;
	height: 90px;
}
.admin_products_info {
	padding-left: 20px;
}
.admin_products_info_name {
	font-size: 15px;
	margin: 15px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}
.admin_products_info_price {
	line-height: 10px;
	font-weight: bold;
	font-size: 13px;
}
.admin_products_info_stock {
	margin: 10px 0 0;
	font-size: 10px;
	text-overflow: ellipsis;
	cursor: pointer;
}
.admin_products_info_eye_container {
	display: grid;
	padding-top: 10px;
	cursor: pointer;
}
.admin_products_info_eye {
	font-size: 10px;
}

/* STOCK POP UP */
.stock_popup_close {
	padding-right: 0px !important;
}

.plus_popup_close{
	padding-right: 0px !important;
	padding-top: 10px !important;
}

.stock_popup_product_name {
	margin-top: 1rem;
}
.stock_popup_hr {
	margin-top: 1rem;
}
.stock_popup_info {
	margin-top: 1rem;
	font-size: 1rem;
}

/* NEW CAT POPUP */
.new_cart_popup_close {
	display: none;
}
.new_cart_popup_action_no {
	color: #3a3a3a !important;
}
.new_cart_popup_action_yes {
	background-color: #3a3a3a !important;
	border-color: transparent !important;
}
.new_cart_popup_backdrop {
	display: none;
}

/* MEDIA PERMISSIONS DENIED POPUP */
.permissions_denied_container {
	background-color: #fff;
	padding: 0 1rem 1rem;
	border-radius: 8px;
	min-width: 300px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.permissions_denied_container p {
	font-size: .9rem;
}

.plus_items_search_container {
	background-color: #fff;
	padding: 0 1rem 1rem;
	border-radius: 8px;
	min-width: 350px;
	min-height: 400px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.plus_items_search_results_container{
	padding: 0px 0px 0px 0px; 
	overflow:auto; 
	max-height:360px; 
	height:100%
}

.media_denied_popup_logo_container {
	padding: 20px;
}
.media_denied_popup_logo {
	margin: auto;
}
.media_denied_popup_text_1 {
	margin: 0;
	font-size: 1rem;
}
.media_denied_popup_text_2 {
	font-size: 1rem;
}
.media_denied_popup_info {
	margin-bottom: 1em;
}
.media_denied_popup_info_title {
	margin-bottom: .5rem;
}
.media_denied_popup_browser_image {
	height: 24px;
	margin-right: .5rem;
}
.media_denied_popup_action_button {
	float: right;
	background-color: #3a3a3a !important;
}

/* MEDIA PREVIEW */
.devices_preview_container {
	background-color: #fff;
	padding: 0 1rem 1rem;
	border-radius: 8px;
	min-width: 300px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.media_preview_logo_container {
	padding: 20px;
}
.media_preview_logo {
	height: 50px;
	margin: auto;
}
.media_preview_device_selection {
	text-align: center;
	font-weight: bold;
}
.media_preview_selection_container {
	margin-bottom: 1em;
	margin-top: 10px;
}
.media_preview_selector {
	text-align: center;
	margin-top: 20px;
}
.media_preview_video {
	margin: 10px 0;
	width: 60%;
	height: 100px;
	
}
.media_preview_audio {
	height: 100px;
	margin-top: 20px;
}
.media_preview_audio_image {
	height: 100px;
	width: 100px;
	margin: auto;
	height: 60px;
	display: block;
}
.media_preview_confirm {
	float: right;
	background-color: #3a3a3a !important;
	border-color: transparent !important;
}
.custom-form-check {
	margin-top: 0 !important;
	margin-bottom:  30px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.custom-form-check-input {
	float: none !important;
	margin-left: 1rem !important;
	margin-top: 0 !important;
}
.custom-form-check-label {
	margin-left: 10px !important;
}
.camera_preview_container {
	margin-top: 20px;
	height: 100px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.media_icon {
	scale: 1.5;
	color: #333;
}
.media_icon:hover {
	scale: 1.6;
}
.media_preview_button {
	border: 2px solid #333;
	border-radius: 8px;
	background-color: transparent;
	padding: 8px 12px;
	display: flex;
}
.media_icon-closed,
.media_preview_button-closed {
	color: #dd504a;
	border-color: #dd504a;
}

/* EVALUATE POPUP */
.evaluate_popup_container {
	width: 80%;
	margin: auto;
	background-color: #fff;
	position: absolute;
	padding: 20px;
	border-radius: 8px;
}
.evaluate_popup_title {
	text-align: center;
	font-weight: bold;
}
.evaluate_popup_stars {
	margin: auto;
	width: 70%;
	justify-content: space-around;
	align-items: center;
	display: flex;
}
.evaluate_popup_star {
	cursor: pointer;
}
.evaluate_popup_textarea {
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	padding: 5px;
	font-size: 13px;
}
.evaluate_popup_footer {
	border-top: 0px;
}
.evaluate_popup_cancel {
	color: #3a3a3a !important;
	float: right;
	margin-top: 10px !important;
	border-color: transparent !important;
}
.evaluate_popup_confirm {
	float: right;
	margin-top: 10px !important;
	background-color: #3a3a3a !important;
	border-color: transparent !important;
}

/* BROWSER NOT SUPORTED POPUP */
.browser_not_suported_popup_logo_container {
	padding: 20px;
}
.browser_not_suported_popup_logo {
	height: 50px;
	margin: auto;
}
.browser_not_suported_popup_text {
	margin: 0;
	font-size: 1rem;
	margin-bottom: .5rem;
}
.browser_not_suported_popup_confirm {
	float: right;
	background-color: #3a3a3a !important;
	border-color: transparent !important;
}

/* END CALL POPUP */
.end_call_popup {
	width: 80%;
	margin: auto;
	background-color: #fff;
	position: absolute;
	padding: 20px;
	border-radius: 8px;
}
.end_call_popup_text {
	text-align: center;
	font-weight: bold;
}
.end_call_popup_footer {
	border-top: 0px;
}
.end_call_popup_cancel {
	color: #3a3a3a !important;
	float: right;
	margin-top: 10px !important;
	border-color: transparent !important;
}
.end_call_popup_confirm {
	float: right;
	margin-top: 10px !important;
	background-color: #3a3a3a !important;
	border-color: transparent !important;
}

.background-black{
	background-color: black !important;
}

.inactive-badge{
	padding:2px;
	background-color: red; 
	font-size: 8px; 
	border-radius: 3px; 
	text-align: center; 
	color: white;
}

.tags-input input {
    flex: 1;
    background: transparent;
    border: none;
	font-size: 13px !important;
	color: #3a3a3a;
}

.tags-input-wrapper-default{
	border-color: rgb(118, 118, 118) !important;
}

.pop-up-product {
	width: 90vw;
	max-width: 400px;
	height: 35vh;
	max-height: 250px;
	padding: 10px;
	background-color: #fff;
	z-index: 102;
	border-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	position: absolute;
	left: 5vw;
	transform: trans;
}
.pop-up-product--show {
	top: 5vh;
	transition: top .5s;
}
.pop-up-product--hide {
	top: -45vh;
	transition: top .5s;
}
.pop-up-product_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 15%;
}
.pop-up-product_spacing {
	height: 5%;
}
.pop-up-product p {
	margin: 0;
	padding: 0
}
.pop-up-product_product {
	display: flex;
	flex-direction: row;
	height: 50%;
}
.pop-up-product_product_image {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pop-up-product_product_info {
	width: 70%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px;
}
.pop-up-product_product_info_name {
	width: 50%;
	font-weight: bold;
}
.pop-up-product_product_info_price {
	width: 50%;
	text-align: end;
}
.pop-up-product_action {
	width: auto;
	height: 25%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.pop-up-product_action button {
	background-color: #333;
	border: none;
	border-radius: 4px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	outline: inherit;
	color: #fff;
	width: 100%;
	height: 90%;
}
.pop-up-product_product_image img {
	height: 100%;
}

#live_notification {
	position: absolute;
	width: 100vw;
	/* background-color: #e54d42; */
	/* background-color: #ffb648; */
	/* background-color: #68cd86; */
	left: 0;
	top: 0;

	display: flex;
	justify-content: center;
	align-items: flex-start;
	z-index: 9999;
}
.live_notification_card {
	position: relative;
	width: 90vw;
	border-radius: 4px;
	max-width: 375px;
	height: 75px;
	background-color: #68cd86;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;

	transition: margin-top .5s, opacity .5s;
}
.live_notification_bar {
	height: 100%;
	width: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	background-color: seagreen;
	position: absolute;
	left: 0;
	top: 0;
}
.live_notification_hide {
	margin-top: -75px;
	opacity: 0;
	transition: margin-top .5s, opacity .5s;
}
.live_notification_show {
	margin-top: 5px;
	opacity: 1;
	transition: margin-top .75s, opacity .5s;
}
#live_notification p {
	color: #fff;
	margin: 0;
	padding: 0;
	margin-bottom: 2.5px;
	margin-top: 2.5px;
}

/* BREAKPOINTS */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	#sheet-component {
		left: 0px !important;
	}

	.media_preview_video {
		object-fit: fill;
	}

	.video video {
		object-fit: fill;
	}

	.small_window_video {
		width: 25vw !important;
		max-height: 20vh !important;
	}
}

.videos-section {
	height: 100vh;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	#sheet-component {
		left: 0px !important;
	}

	.video video {
		object-fit: cover;
	}

	.small_window_video {
		width: 25vw !important;
		max-height: 20vh !important;
	}

	.media_preview_video {
		object-fit: fill;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	#sheet-component {
		left: 0px !important;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

/* XX-Large devices (larger desktops)*/
/* No media query since the xxl breakpoint has no upper bound on its width */

/* COLOR SCHEMES */
@media (prefers-color-scheme: dark) {
	:root {
		--background: #000;
		--foreground: #fff;
		--divider: #333;
	}
}
