@font-face {
	
   font-family: 'Font-app';
   src: url('fonts/Lora-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   
   }


@font-face {
	
   font-family: 'Font-app';
   src: url('fonts/Lora-Medium.ttf') format('truetype');
   font-weight: 600;
   font-style: normal;
   
   } 
   
 *{
    font-size: 16px;
	padding: 0;
    box-sizing: border-box;
    font-family: 'Font-app','FontAwesome', serif ;
	letter-spacing: 0.1px;
	
	scrollbar-width: thin;
    scrollbar-color: #1c1c1e transparent;
	
	
	  
}
html, body {
	
  overscroll-behavior: none;
  
  width: 100%;   
  max-width: 100%;
  height: 100%;
  
  background: transparent;
  
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior-y: auto;
  
  box-sizing: border-box;
  
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  
}

body{
  
  margin:0;
  display: block;
  background:#FFF;
  color:#000;

}

a{ 
  
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  
 }
 
a:hover{
	
	color:#cf1c1c;
	text-decoration: none;
} 

#menu_overlay {
	
    display: none;
    position: fixed;
    top: 0;      
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}


.nav_left_menu {
	
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
	max-width: 500px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    border-radius: 0;
    border: 0 !important;
	background-color:#fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1001;
}

.nav_left_menu.show {
	 
    transform: translateX(0);
	
}

.nav_left_menu_header {
	
  height: 70px;
  flex: 0 0 70px;
  flex-wrap: nowrap;
  border: 0 !important;
  
}



.nav_left_menu ul li a {
	
	display: block;
    width: 100%;
    height: 100%;
	padding: 5px;
    margin-bottom: 5px;
	
}

.nav_left_menu ul li a:hover{
	
	background: aliceblue;
	
}



.header{
	
	position: sticky; 
	display: flex;
	align-items: center;
	top: 0; 
	background-color: #FFFFFFE8;
	height: auto;
	min-height: 70px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	z-index: 2;
}

.logo {
	
  height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
		
}

.logo img {
	
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brand_name{
	
	font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
	
}


.search-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 15;
  height: 70px;
  border-bottom: 1px solid #DCEDEC;
  opacity: 0;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.2,1,0.3,1),opacity .7s cubic-bezier(0.2,1,0.3,1);
  transition: transform .7s cubic-bezier(0.2,1,0.3,1),opacity .7s cubic-bezier(0.2,1,0.3,1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.search-bar.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.3);
    z-index: 10;
}

.btn-search-close {
	
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 100%;
  font-size: 26px;
  right: 0;
	
}


@media  (max-width: 766px){
	
.btn-search-close {	
	
	position: relative;
	
}	

.search_main{
	
	margin-top:10px;
	
	
}

}

.category_list{
	
	position: sticky; 
	top: 0; 
	background-color: #eeedee;
	min-height: 45px;
	padding-top: 10px;
	z-index: 1;
}



.main{
	
	position: relative; 
	min-height: 100vh;
	
}

.footer{
	
	position: relative; 
	background-color: #1c1c1e; 
	color:#fff;
	height: 60px;
	
}



.card{
	
	overflow: hidden;
	border: 1px solid #DCEDEC;
	
}

.form-control {
	
	height:38px;
	border: 1px solid #DCEDEC;
	
}

a.card{
	
	color: initial;
	text-decoration: none;
	transition: color 0.3s ease;
}

a.card:hover .img_card img{

  transform: scale(1.07);
  

}




a.card .card-body {
	
    color: initial;
    transition: color 0.3s ease;
}

a.card:hover .card-body{
	
	color:#cf1c1c;
	text-decoration: none;
	
}


.img_card{
	
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;  
  width: 100%;
  height: 300px;
  overflow: hidden;
  color: #68C9C1;
  background: aliceblue;
}

.img_card img {
	
	display: block;
	width:100%;
	height: 100%;
	object-fit: cover;
	
	transition: transform 0.3s ease;
  
  /*
  transform: scale(1);
  
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  
  
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
   */
	
}	

.img_card img:hover{
	
	
	transform: scale(1.07);
	
}

@media  (max-width: 766px){
	
.img_card{
	
	height:230px;
 
 }

}	


.card_category{
	
	min-width: 10rem;
	height: 50px;
	overflow: hidden;
	padding: 0;
	
}


@media  (max-width: 766px){

.inline_scroll{
	
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  
  padding-right: 15px;
	
}



}




.ui-widget.ui-widget-content {
	
	border666: inherit;
	
}	

.modal-header.ui-widget-header {
	
  background-image: url("") !important;
  background: none;
  color: inherit;
  border-bottom: 0;
  
}
.modal-footer.ui-widget.ui-widget-content {
	
	
	border: 0;
	
}

.breadcrumbs {
  height: 55px;
  flex: 0 0 55px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee2e6 !important;

}



.breadcrumbs > .col {
    overflow-x: clip;
    white-space: nowrap;
    min-width: 0;
}

.breadcrumbs a,
.breadcrumbs span {
    flex-shrink: 0;
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item{
	
	height:100%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  margin: 5px 2px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 2px;
}



.img_product{
	
	max-width: 500px;
	width: 100%;
	height:auto;
	
}

@media  (max-width: 766px){
	
	.img_product{ 
	
	padding:0;
	
	}
	
}	


.img_product .slide{
	
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
	
}


.slide img {
	
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
	
}

.text_main {
  font-weight: bold;
  font-size: clamp(14px, 2vw, 18px);
}

.product_title{
	
	
	font-size: clamp(28px, 2vw, 40px);
	
}

.product_description {
	
    white-space: pre-line;
	font-size: 18px;
}

.product_tag{
	
	font-size: 18px;
    
	
}

.product_old_price{
	
	font-size: 20px;
	
	
}

.product_price{
	
	font-size: clamp(20px, 2vw, 30px);
	
}

.old_price{
	
	text-decoration: line-through;
	
}

.breadcrumbs a{
	
	font-size: 18px;
    line-height: 18px;
}

.discount_tab {
	
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dc3545;
  color: #fff;
  padding: 2px 5px 2px 5px;
  font-size: 18px;
	
}

.btn{
	
	transition: background 0.3s ease;
	
}

.btn-light:hover{
	
	background: aliceblue;
	color: #cf1c1c;
	
}


.btn-light:hover .img_card img{

  transform: scale(1.07);
  

}


.btn_whatsapp_action {
	
  border: 1px solid #fff;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  background: #61C96E;
  border-radius: .85rem;
  transition: background 0.3s ease;
  text-transform: uppercase;
	
}

.btn_whatsapp_action:hover{
	
	border: 1px solid transparent;
    color: #61C96E;
    background: #fff;
}

.btn_whatsapp_action .product_tag{
	
	font-size: 14px;
}

.message_block{
	
	background-color: #63b9da;
	color:#fff;
	
}