html,
body {
	scrollbar-width: thin;
	scrollbar-color: var(--color4) var(--color3);
	background: var(--color3);
	margin: 0;
	height: 100%;
	overflow-x: hidden;
	max-width: 100%;
	overflow-y: scroll;
	min-height: 100%;
}
html {
	overflow-y: hidden;
}
.store_header {
	width: 100%;
	height: 12vw;
	position: relative;
	display: block;
}
.social_media_container {
	background-color: var(--color2);
	width: 100%;
	height: 12vw;
	display: flex;
	z-index: 3;
	visibility: visible;
}

.social_media_container .social_media_item {
	position: relative;
	width: 4vw;
	height: 4vw;
	margin: auto 1vw;
	left: -7vw;
}

.social_media_container .social_media_item:hover {
	cursor: pointer;
}

.social_media_item_main {
	width: 10vw;
	aspect-ratio: 1600/1600;
	margin: auto 0;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.social_media_item_main:hover {
	cursor: pointer;
}

.social_media_container .social_media_item .social_media_item_image {
	width: 3vw;
	height: 3vw;
}

.social_media_item_main .social_media_item_image_main {
	width: 10vw;
	aspect-ratio: 1600/1551;
}
.social_media_search {
	width: 3vw;
	height: 3vw;
}

.social_media_cart{
	position: relative;
	display: block;
	left: 35vw;
	top: 50%;
	width: 4vw;
	height: 4vw;
	transform: translateY(-50%);
}

.social_media_cart:hover {
	cursor: pointer;
}

.social_media_cart img{
	width: 4vw;
	height: 4vw;
}

.social_media_cart .quantity_background {
	background-color: rgb(104, 21, 47);
	border-radius: 50%;
	position: relative;
	display: block;
	left: 65%;
	top: -100%;
	width: 1.3vw;
	height: 1.3vw;
}

.social_media_cart .quantity_data {
	color: var(--color3);
	border-radius: 50%;
	position: relative;
	left: 66%;
	top: -129%;
	width: 1.3vw;
	height: 1.3vw;
	font-size: 0.8vw;
	font-family: var(--font6);
	text-align: center;
}

.search_box {
	display: block;
	position: relative;
	height: 3.7vw;
	width: fit-content;
	left: 32vw;
	margin: auto 0;
}

.search_input {
	position: relative;
	height: 3.7vw;
	width: 20vw;
	border: solid;
	border-width: 0 0 0.3vw 0;
	border-color: var(--color4);
	font-family: var(--font10);
	font-size: 2vw;
}

.search_item {
	position: relative;
	width: 30px;
	height: 30px;
	left: 41%;
	top: -1.7vw;
}

.search_item img {
	width: 30px;
	height: 30px;
	min-width: 30px;
	max-width: 30px;
	min-height: 30px;
	max-height: 30px;
}

.search_item:hover {
	cursor: pointer;
}


.store_logo_container {
	width: 100%;
	min-height: 17vh;
	padding: 0 0 0 0;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
.store_central_image_logo {
	width: 12vw;
	aspect-ratio: 1600/1551;
	display: block;
	margin: 0 auto;
}

.store_central_image_logo img {
	width: 100%;
	aspect-ratio: 1600/1551;
}


.store_name {
	font-family: var(--font10);
	font-size: 3vw;
	width: 10vw;
	position: relative;
	display: block;
	margin: 0 auto;
	transform: translateX(-30%);
	color: var(--color16)
}
.store_logo_label {
	font-family: var(--font1);
	position: relative;
	display: block;
	margin: 0 auto;
	font-size: 1.5vw;
	width: 15vw;
	left: 3%;
}

.footer_container {
	width: 100%;
	min-height: 33vh;
	height: 33vh;
	max-height: 40vh;
	position: relative;
	background-color: var(--color4);
	display: flex;
	bottom: 0;
	margin-bottom: 0;
	font-family: var(--font9);	
}

.footer_container .footer_logo_image {
	left: 2vw;
	height: 80%;
	aspect-ratio: 1600/1551;
	position: relative;
}


.footer_container .separator_line {
	height: 90%;
	top: 5%;
	position: relative;
	width: 0.2vw;
	background-color: var(--color17);
	border-radius: 0.1vw;
	margin-left: 3vw;
}

.footer_container .about_us {
	display: block;
	position: relative;
	left: 2vw;
	color: var(--color16);
	font-family: var(--font16);
	text-align: center ;
	width: 17vw;
	align-items: center;
}

.about_us h2 {
	font-size: 2vw;
}

.contact_links_list {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	text-align: left;
	left: 3vw;
	margin-top: 1vw;
	font-family: var(--font12);
}

.contact_links_list li {
	margin: 0.3vw 0;
}

.footer_container .footer_webpay {
	position: relative;
	left: 5vw;
	top: 15%;
	width: 15vw;
	height: 5vw;
	aspect-ratio: 800/260;
	background-color: var(--color3);
	border-radius: 1vw;
	padding: 1vw;
}

.footer_container .footer_webpay img{
	width: 100%;
	aspect-ratio: 800/260;
}
.contact_links_list li {
}
.contact_links_list li a{
	color: var(--color18);
	font-size: 1.5vw;
	
}

.miniature_info_of_product {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 112;
	top: 0vh;
	visibility: hidden;
}

.miniature_info_of_product .miniature_container{
	background-color: var(--color3);
	width: 75%;
	height: 75%;
	position: relative;
	top: 12.5%;
	left: 12.5%;
	border-radius: 1vw;
	border-style: solid;
	border-width: 0.3vw;
	border-color: rgba(0, 0, 0, 0.4);
	display: flex;
}

.miniature_info_of_product .miniature_container .close_miniature{
	font-family: var(--font6);
	font-size: 3vw;
	position: relative;
	left: 96.5%;
	top: -2%;
	width: 3vw;
	height: 3vw;
	color: var(--color4);
}

.miniature_info_of_product .miniature_container .miniature_image{
	height: 90%;
	aspect-ratio: 1/1;
	top: 3.75%;
	position: relative;
	left: 0vw;
}

.miniature_info_of_product .miniature_container .close_miniature:hover{
	cursor: pointer;
}


.miniature_info_of_product .miniature_container .miniature_info_container {
	width: 50%;
	height: 100%;
	position: relative;
	left: 1%;
	color: var(--color1);
	font-family: var(--font9);
}
.miniature_info_container .miniature_title {
	font-family: var(--font9);
	font-weight: 200;
    text-align: center;
    position: relative;
    margin-top: 0.3vw;
    font-size: 3vw;
}

.miniature_info_container .miniature_price{
	font-family: var(--font9);
	color: var(--color5);
	font-weight: 200;
	text-align: left;
	position: relative;
	margin-top: 0.3vw;
	font-size: 3vw;
}

.miniature_info_container .miniature_info {
	font-family: var(--font4);
    font-size: 1.8vw;
	overflow-y: scroll;
	height: 40%;
}	

.miniature_info_container .cliks_container{
	display: flex;
}
.cliks_container a {
	position: relative;
    margin-left: 1.5vw;
    font-family: var(--font6);
    border-radius: 0;
    background-color: var(--color4);
    padding: 1vw 3vw 1vw 3vw;
    font-size: 1.3vw;
    border: 0;
    color: var(--color3);
    letter-spacing: 0.2em;
	text-align: center;
	text-decoration:none
}

.cliks_container a:hover {
	cursor: pointer;
}

.global_cart_container {
	position: absolute;
	top: 0;
	left: 70%;
	width: 30%;
	height: 100%;
	z-index: 102;
	background-color: var(--color3);
	box-shadow: var(--boxshadow);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s ease;
}

.global_cart_container .close_cart {
	font-family: var(--font6);
	font-size: 2vw;
	position: relative;
	left: 1.5%;
	top: 0%;
	width: 3vw;
	height: 3vw;
	color: var(--color4);
}

.global_cart_container .close_cart:hover {
	cursor: pointer;
}

.global_cart_container .global_cart_title {
	font-family: var(--font16);
    font-size: 1.8vw;
	color: var(--color4);
	text-align: center;
	position: relative;
	top: -3vw;
}

.global_cart_container .global_cart_items_container{
	position: relative;
	width: 100%;
	height: 60%;
	overflow: scroll;
	display: block;
	overflow-x: hidden;
	position: relative;
	top: -3vw;
}

.global_cart_items_container .global_cart_item_container{
	width: 100%;
	min-height: 7vw;
	max-height: 12vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.3vw;
	display: flex;
	border-style: solid;
	border-width: 0 0 0.2vw 0;
	border-color: rgba(0, 0, 0, 0.2);
}

.global_cart_item_container .global_cart_item_img {
	width: 5vw;
	height: 5vw;
	position: relative;
	top: 1vw;
	left: 1vw;
}

.global_cart_item_container .global_cart_item_info {
	display: block;
	width:60%;
	height: 100%;
	position: relative;
	left: 2vw;
	font-family: var(--font15);
	font-size: 1.5vw;
	color: var(--color4);
}

.global_cart_item_info h3, .global_cart_item_info h4 {
	height: 1vw;
}
.global_cart_item_info h3 {
	margin-bottom: 3vw;
}
.global_cart_item_info h4 {
	font-family: var(--font12);
}

.global_cart_item_container .data_quantity_selector {
	background-color: transparent;
    font-family: var(--font12);
    font-size: 1.8vw;
    border-width: 0 ;
    margin-left: 1vw;
	top: 40%;
	position: relative;
	color: var(--color4);
}

.global_cart_item_container .cart_item_delete {
	background-color: var(--color4);
	border-radius: 50%;
	color: var(--color3);
	width: 1.5vw;
	height: 1.25vw;
	text-align: center;
	align-items: center;
	position: relative;
	right: 0vw;
}

.global_cart_item_container .cart_item_delete:hover {
	cursor: pointer;
}

.global_cart_container .global_cart_total{
	font-family: var(--font16);
	text-align: center;
	position: relative;
	position: relative;
	top: -2vw;
	margin-top: 0.3vw;
	font-size: 1.8vw;
	color: var(--color4);
}

.global_cart_container .global_cart_end_sell {
    font-family: var(--font6);
    border-radius: 0;
    background-color: var(--color4);
    padding: 1vw 3vw 1vw 3vw;
    font-size: 0.9vw;
    border: 0;
    color: var(--color3);
    letter-spacing: 0.2em;
	position: relative;
	top: -2vw;
	margin-left: 0.3vw;
	text-decoration: none;
}

.global_cart_container .global_cart_end_sell:hover {
	cursor: pointer;
}

.chat_container {
	position: absolute;
	z-index: 101;
}

.whatsapp_container {
	position: absolute;
	z-index: 101;
	width: 7vw;
	height: 7vw;
	top: 80%;
	left: 2vw;
	border-radius: 50%;
	background-color: var(--color10);
	cursor: pointer;
}

.whatsapp_container .chat_icon {
	width: 70%;
	height: 70%;
	position: relative;
	left: 15%;
	top: 15%;
}

.chat_icon img {
	width: 100%;
	height: 100%;
}

.chat_container_close {
	width: 7vw;
	height: 7vw;
	top: 80%;
	left: 92vw;
	border-radius: 50%;
	background-color: var(--color4);
}

.chat_container_open {
	width: 25vw;
	aspect-ratio: 25/35;
	top: 10vw;
	left: 73vw;
	border-radius: 1vw;
	display: block;
	border-style: solid;
	border-width: 0;
	border-color: transparent;
	background-color: var(--color2);
	box-shadow: var(--boxshadow4);
}

.chat_container:hover {
	cursor: pointer;
}

.chat_container .chat_icon {
	width: 70%;
	height: 70%;
	position: relative;
	left: 15%;
	top: 15%;
}

.chat_icon img {
	width: 100%;
	height: 100%;
}

.chat_container .chat_header {
	width: 100%;
	height: 15%;
	border-radius: 1vw 1vw 0 0;
	display: flex;
	background-color: #ffdfdf;
	display: none;
}

.chat_header .chat_header_icon {
	position: relative;
	left: 0.5vw;
	top: 5%;
	border-radius: 50%;
	height: 4.5vw;
	aspect-ratio: 1/1;
	background-color: var(--color3);
	display: flex;
}

.chat_header_icon img{
	height: 100%;
	aspect-ratio: 1/1;
	position: relative;
}

.chat_header .chat_header_assistant {
	position: relative;
	display: block;
	width: 70%;
	height: 90%;
	left: 0.5vw;
	top: 5%;
	color: var(--color1);
	font-family: var(--font16);
	text-align: left;
}

.chat_header_assistant .chat_header_assistant_name {
	position: relative;
	left: 5%;
	margin-top: 0.5vw;
}

.chat_header_assistant .chat_header_assistant_status{
	position: relative;
	left: 5%;
	margin-top: -0.7vw;
}

.chat_header .chat_header_x {
	position: relative;
	left: 0vw;
	top: 1vw;
	height: 2.5vw;
	width: 2.5vw;
	color: var(--color3);
	text-align: center;
	border-radius: 50%;
}

.chat_header_x:hover {
	cursor: pointer;
}

.chat_header .chat_close {
	width: 100%;
	height: 100%;
}

.chat_container .chat_center{
	background-color: rgb(237, 239, 228);
	width: 96%;
	height: 67%;
	display: block;
	overflow-x: none;
	overflow-y: scroll;
	scrollbar-width: 0.2vw;
	color: black;
	padding: 2% 2% 2% 2%;
	display: none;
}

.chat_center .message_sent {
	max-width: 60%;
	min-width: 10%;
	width: max-content;
	height: 10%;
	background-color: rgb(42, 43, 93);
	font-family: var(--font16);
	color: #FFF4F4;
	margin-top: 3%;
	text-align: right;
	margin-left: auto;
	height: auto;
	border-radius: 1vw 1vw 0 1vw;
	padding: 0.5vw;
	box-shadow: var(--boxshadow2);
}

.chat_center .message_sent::after {
    content: attr(data-time);
    position: relative;
    right: 0;
    font-size: .9vw;
    color: #888;
    width: 2vw;
    display: block;
    height: 1vw;
    z-index: 3;
    font-family: var(--font3);
    margin-top: .3vw;
}


.chat_center .message_received {
	max-width: 60%;
	min-width: 10%;
	width: max-content;
	margin-top: 3%;
	font-family: var(--font16);
	background-color: rgb(133, 6, 90);
	color: #FFF4F4;
	margin-right: auto;
	height: auto;
	border-radius: 1vw 1vw 1vw 0;
	padding: 0.5vw;
	box-shadow: var(--boxshadow3);
}

.chat_center .message_received::after {
    content: attr(data-time);
    position: relative;
    right: 0;
    font-size: .9vw;
    color: #888;
    width: 2vw;
    display: block;
    height: 1vw;
    z-index: 3;
    font-family: var(--font3);
    margin-top: .3vw;
}

.chat_container .chat_footer {
	background-color: #fe9090;
	width: 100%;
	height: 15.5%;
	border-radius: 0 0 1vw 1vw;
	display: flex;
	display: none;

}

.chat_footer .chat_footer_input {
	position: relative;
	left: 0.5vw;
	top: 20%;
	height: 60%;
	width: 80%;
	background-color: var(--color3);
	border: 0;
	border-radius: 5px;
}

.chat_footer .chat_footer_sender {
	position: relative;
	top: 10%;
	left: 0.7vw;
	width: 15%;
	height: 80%;
}

.chat_footer .chat_footer_sender:hover {
	cursor: pointer;
}

.chat_footer_sender img{
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 62.438em){
	.store_header {
		height: 15vh;
	}
	.social_media_container {
		height: 15vh;
	}
	.social_media_item_main {
		width: 12vh;
	}

	.social_media_item_main .social_media_item_image_main {
		width: 12vh;
	}

	.social_media_container .social_media_item {
		position: relative;
		width: 9vw;
		height: 9vw;
		left: -25vw;
		margin-right: 1.5vw;
	}

	.social_media_container .social_media_item .social_media_item_image {
		width: 9vw;
		height: 9vw;
	}

	.social_media_cart{
		left: 8vw;
		width: 9vw;
		height: 9vw;
	}
	
	.social_media_cart img{
		width: 9vw;
		height: 9vw;
	}
	
	.social_media_cart .quantity_background {
		width: 3vw;
		height: 3vw;
	}
	
	.social_media_cart .quantity_data {
		left: 70%;
		top: -130%;
		font-size: 1.8vw;
	}
	
	.search_box {
		height: 9vw;
		left: 8vw;
	}

	.search_input {
		height: 9vw;
		width: 20vw;
		font-size: 5vw;
		border-width: 0 0 0.7	vw 0;
	}

	.search_container {
		height: 7vh;
	}
	.search_container .search_input {
		position: relative;
		width: 60vw;
		left: 18%;
		font-size: 2vw;
		top: -6vw;
	}
	.search_container .close_search {
		align-items: center;
		font-family: var(--font9);
		font-size: 5vw;
		color: var(--color3);
		left: 15%;
		top: 4vw;
	}
	.search_item {
		width: 2vw;
		height: 2vw;
		left: 17%;
		top: -15%;
	}
	
	.search_item img {
		width: 2vw;
		height: 2vw;
	}

	.store_logo_container {
		min-height: 15vh;
	}

	.store_central_image_logo {
		width: 30vw;
	}

	.store_name {
		font-size: 6vw;
		width: 20vw;
	}
	.store_logo_label {
		font-size: 3vw;
		width: 30vw;
		left: 6%;
	}
	.footer_container {
		height: 20vh;
	}
	.footer_container .footer_logo_image {
		left: 2vw;
		height: 50%;
	}
	.contact_links_list {
		font-size: 7vw;
	}

	.chat_container_close {
		width: 20vw;
		height: 20vw;
		left: 78vw;
	}

	.whatsapp_container {
		width: 20vw;
		height: 20vw;
		left: 2vw;
	}

	.chat_container_open {
		width: 80vw;
		aspect-ratio: 25/50;
		left: 10vw;
		top: 12vh;
	}

	.chat_header .chat_header_icon {
		top: 5%;
		left: 1vw;
		border-radius: 50%;
		height: 22vw;
		aspect-ratio: 1/1;
		background-color: var(--color3);
		display: flex;
	}
	.chat_header .chat_header_x {
		margin-top: 1vw;
		left: -2vw;
		height: 9vw;
		width: 9vw;
	}
	.global_cart_container {
		left: 30%;
		width: 70%;
		height: 90%;
		z-index: 102;
	}

	.global_cart_container .close_cart {
		font-size: 7vw;
		left: 1.5%;
		top: 0%;
		width: 8vw;
		height: 8vw;
	}

	.global_cart_container .global_cart_title {
		font-size: 7vw;
		top: -3vw;
	}

	.global_cart_items_container .global_cart_item_container{
		min-height: 16vw;
		max-height: 24vw;
	}

	.global_cart_item_container .global_cart_item_img {
		width: 15vw;
		height: 15vw;
	}

	.global_cart_item_container .global_cart_item_info {
		left: 2vw;
	}
	.global_cart_item_info h3, .global_cart_item_info h4 {
		height: 3vw;
		font-size: 4vw;
	}
	.global_cart_item_info h3 {
		margin-bottom: 7vw;
	}
	.global_cart_item_container .data_quantity_selector {
		font-size: 6vw;
	}
	.global_cart_item_container .cart_item_delete {
		width: 5vw;
		height: 4.2vw;
		font-size: 3.8vw;
	}
	
	.global_cart_container .global_cart_total{
		font-size: 6vw;
	}
	
	.global_cart_container .global_cart_end_sell {
		font-size: 7vw;
		position: relative;
		width: 90%;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 2vw;
	}
}