@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #0096c7;
    --danger: #fe3000;
    --danger-hover:#d72900;
    --warning: #ff8d27;
    --info: #95d9df;
    --muted: #e9ecef;
    --light-dark: #444444;
    
}


      #loading-page {
          position: fixed;
          top: 0;
          left: 0;
          width: 100vw;
          height: 100vh;
          background-color: #ffffff; /* Cor de fundo da tela */
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 9999; /* Fica acima de qualquer outro elemento */
      }

      /* Animação do Spinner (Círculo Giratório) */
      .spinner {
          border: 8px solid #f3f3f3;
          border-top: 8px solid #3498db;
          border-radius: 50%;
          width: 60px;
          height: 60px;
          animation: spin 1s linear infinite;
      }

      @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
      }

/*EVENTOS*/
  #eventos {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: rgb(170, 230, 189);
  }

  #eventos article {
      display: flex;
      flex-direction: column;
      align-items: center;
      row-gap: 20px;
      margin-top: 10px;
  }

  #eventos article h1 {
      background-color: #fff;
      padding: .2em .5em;
      border-radius: 1em;
      color: green;
      font-size: 1.5rem;
  }

  #eventos article p {
      font-size: 1.25rem;
  }

  #eventos .main-container {
      margin-top: 20px;
      width: 800px;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative; /* Adicione isso */
  }

  #eventos .line {
      position: absolute;
      left: 50%;
      top: 0;      /* Começa no topo do container */
      bottom: 0;   /* Estica até o fundo do container */
      width: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100px;
      transform: translateX(-50%);
      background-color: blue;
  }

  #eventos .line a {
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: 0;
      width: 50px;
      height: 50px;
      font-weight: bold;
      color: rgb(55, 131, 65);
      background-color: #fff;
      border-radius: 50%;
      cursor: pointer;
      overflow: hidden;
  }

  #eventos .card {
      font-size: 1.2rem;
      width: 300px;
      min-height: 150px;
      border-radius: 10px;
      background-color: white;
      margin-bottom: 10px;
  }

  #eventos .left {
      position: relative;
      left: -213px;
  }

  #eventos .right {
      position: relative;
      left: 192px;
  }

  #eventos .left::after,
  #eventos .right::after {
      content: '';
      position: absolute;
      width: 35px;
      height: 35px;
      background-color: rgb(18, 113, 48);
      border-radius: 0px 10px;
      transform: rotate(-45deg);
      z-index: -1;
  }

  #eventos .left::after {
      top: 5px;
      right: -10px;
  }

  #eventos .right::after {
      top: 5px;
      left: -10px;
  }

  #eventos .card h5 {
      padding: 5px;
      display: flex;
      justify-content: center;
      border-radius: 10px 10px 0 0;
      color: white;
      background-color: rgb(18, 113, 48);
  }

  #eventos .card p {
      padding: 10px;
  }

  #eventos .thumbnail {
      position: absolute;
      top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden;
  }

  #eventos .thumbnail img {
      width: 100%;
      height: 100%;
  }

  #eventos .left .thumbnail {
      left: 113%;
  }

  #eventos .right .thumbnail {
      right: 317px;
  }

  @media screen and (max-width:790px) {

      #eventos .main-container {
          width: auto;
      }

      #eventos .line {
          height: auto; /* Remove os 1550px */
          top: 0;
          bottom: 0;
      }

      #eventos .card {
          top: 70px;
          margin-bottom: 100px;
      }

      #eventos .left::after,
      #eventos .right::after {
          visibility: hidden;
      }

      #eventos .left {
          left: auto;
      }

      #eventos .right {
          left: auto;
      }

      #eventos .left .thumbnail {
          top: -70px;
          left: 124px;
      }

      #eventos .right .thumbnail {
          top: -70px;
          left: 124px;
      }
  }












/*PROTUTOS NA VERTICAL HOME*/
      /* Layout Base com Grid */
   .container-produtos {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      padding: 20px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   }

   /* Card do Produto */
   .card-produto {
      border: 1px solid #e5e5e5;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      box-shadow: 0 4px 6px rgba(0,0,0,0.05);
      padding-top:10px;
   }

   .card-produto:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 15px rgba(0,0,0,0.1);
   }

   /* Imagem */
   .card-produto img {
      width: 100%;
      height: 200px;
      object-fit: contain;

   }

   /* Conteúdo */
   .info-produto {
      padding: 15px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
   }

   .info-produto h3 {
      margin: 0 0 10px;
      font-size: 1.2rem;
      color: #333;
   }

   .info-produto p {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 15px;
      flex-grow: 1; /* Mantém os botões alinhados */
   }

   /* Preço e Botão */
   .preco {
      font-size: 1.4rem;
      font-weight: bold;
      color: #2ecc71;
      margin-bottom: 15px;
   }

   .btn-comprar {
      background-color: #3498db;
      color: white;
      border: none;
      padding: 12px;
      border-radius: 6px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s;
   }

   .btn-comprar:hover {
      background-color: #2980b9;
   }




#detalhes{
    background-color: #fff;
    margin: 10px 0;
    padding: 10px 0;
}
#detalhes fieldset{
    padding: 4px;
    border-radius: 10px;
    
}

#detalhes fieldset:not(:first-child){
    margin-top: 4px;
}
#detalhes .txtMenu{

    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #1F2937;
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
}
#detalhes fieldset .titulo{
    font-weight: bold;
    font-size: 1.4rem;
    color: #3D4679;
	margin-bottom: 0rem;

}
#detalhes fieldset .box{
	padding: 4px 0;
}
#detalhes fieldset .box .vlrAcr{
	color: red;

}

#detalhes .box input[type="checkbox"]{
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
    background-color: rgb(243, 237, 179);
    width: 25px;
    height: 25px;
	border: solid 1px rgb(158, 158, 158);
	margin-right: 4px;
    z-index: 1;
    margin-top: 6px;
}

#detalhes .box input[type="checkbox"]:checked{
    background-color: red;
	
	background-image: url(../img/check.png);
	background-size: contain;
}




#carrinho p{
	padding: 0;
	margin: 0;
}
#carrinho .table>:not(caption)>*>* {
    padding: 0.2rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
#carrinho .valor-adic-com-dinheiro, .valor-adic-sem-dinheiro{
	font-size: 1.2rem;
}
#carrinho .valor-adic-com-dinheiro{
	color: darkred;
}

#carrinho .carrinho-vazio{
	text-align:center;
	background-color: #fffcf7;
	padding: 10px 0px;
	border-radius: 4px;
	border: 1px solid #c7c7c7;
}



#carrinho .carrinho-vazio h3{
	padding-top: 10px;
	color: red;
	font-weight: bold;
	
}

#carrinho .valor-adic-sem-dinheiro{
	color: black;
}
#carrinho .text-right{
	text-align: right;
	margin-top: 200px;
}
#carrinho .text-right .editar{
	color: #CE9535;
} 
#carrinho .text-right .remover{
	color: #9DA4B0;
} 
#carrinho .text-titulo{
	font-size: 1.05rem;
	color:#374151;
}


#carrinho .box2 .text-tituloPizza{
	font-size: 1.1rem;
	color:#374151;
    display: table-cell;
	vertical-align:top;
}

#carrinho .preco-total{
	font-size: 1.3rem;
}
#carrinho .tituloOpcao{
	font-size: 1rem;

}

.buscar{
	position: -webkit-sticky;
	position: sticky;
	width: 95%;
	margin: 0 auto;
	z-index: 1;
}

.buscar input{
	font-size: 22px;
}

.buscar .listaProdutos{
	display: none;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0 4px;
	position: absolute;
	overflow-y: scroll;
  	scroll-behavior: smooth;
	height: auto;
	background: #ffffff;
	border: 1px solid #DCD;

}

.buscar .listaProdutos li{
	margin-top: 3px;
}
.buscar .form-control{
	border-radius: 0px 0px 4px 4px;
	background-color: #fbf9d7;
}
.buscar .listaProdutos li a{
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 18px;
	color: #1F2937;
	margin-bottom: 4px;
}
.buscar .listaProdutos .item-name{
	margin-left: 15px;
}






/*BOTAO NO CARRINHO*/
@keyframes fa-blink {
	0% { opacity: 1; }
	50% { opacity: 0.5; }
	100% { opacity: 0; }
}
.fa-blink {
  -webkit-animation: fa-blink .75s linear infinite;
  -moz-animation: fa-blink .75s linear infinite;
  -ms-animation: fa-blink .75s linear infinite;
  -o-animation: fa-blink .75s linear infinite;
  animation: fa-blink .75s linear infinite;
}


@-webkit-keyframes ping {
	10%{
		-webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
	}
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes ping {
	10%{
		-webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
	}
  100% {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}

        .quantity-selector .form-control {
         width: 80px; /* Ajuste a largura conforme necessário */
      }

      .price-text {
         color: #28a745; /* Cor verde para o preço */
         font-size: 2rem; /* Tamanho da fonte */
         font-weight: bold;
      }
#carrinho .quantidade{
	text-align: right;
	min-width: 100px;

	
}
#detalhes fieldset .obs{
    font-size: 0.85rem;
		margin-bottom: 10px;
		color:#666;
		font-size: 1.3rem;
}
#detalhes fieldset .obs span{
    color: crimson;
    font-weight: bold;
    font-size: 1.3rem;

}

#carrinho .quantidade input{
	text-align:center;
	width: 40px;
		height: 30px;
		margin: 0;
}
#carrinho .quantidade button{
		width: 25px;
	height: 30px;
    display: table-cell;
    vertical-align: middle 
}
#carrinho .text-weight-none{
	font-weight: 400;
}



#detalhes .quantidade{
	text-align:center;
	margin: 0 0;
}
#detalhes .quantidade input{
	text-align:center;
	width: 50px;
		height: 40px;
		margin:0 4px;
}
#detalhes .quantidade button{
		width: 40px;
	height: 40px;
    display: table-cell;
    vertical-align: middle 
}


#detalhes .quantidade .valor{
	text-align: center;
	font-size: 2rem;
	color: #008C23;
	margin:10px 0;
}


#carrinho .quantidade .valor{
	text-align: right;
	font-size: 1.05rem;
	font-weight: 100;
	margin-top: 4px;
}
#carrinho .quantidade .valor span{
	color: darkred;
	font-weight: 600;
}
  #menu_titulo .titulo{
	margin-left:4px;
    font-size: 1.4rem;
    color: #1f243f;
    padding: 4px 0;
	font-weight: 600;
	padding-left: 10px;
}
  #view_produto .titulo{
	color: #9F2800;
}
.cursor{
	z-index: 1;
	position:absolute;
	top:10%;
	left:50%;
	animation: cursorMovie 3s infinite; 
}
.box_cursor{
	position:relative;
}

@keyframes cursorMovie {
	0% {
	  top:10%;
	}
	50% {
	  top:80%
	}

  }



#menubottom{
	position: sticky;
	width: 80%;
	margin: 0 auto;
	z-index: 4;
	bottom: 0;
	border-top: 1px solid rgba(0,0,0,0.2);
   box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
}
#menubottom .nome{
	font-size: 1.1rem;
	color: #474747;
}
#menubottom .icone{
	color: #273238;

}
#menubottom .icone .fa{
	font-size: 25px;
	color: #464646;
}
#menubottom ul{
display: flex;
	padding: 12px 0px;

	margin-bottom: 0rem
}
#menubottom ul li{
	list-style: none;
	text-align: center;
	margin: 0 auto;


}

#menubottom ul li span{
	padding:0 10px;
	display: block;
}
	#menubottom{
		width: 100%;
	
	}
   .carrinhoPedidos{
z-index: 4;
    position: fixed;
    left: 76%;
    bottom: 30px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #088304;
    text-decoration: nome;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}
.carrinhoPedidos span{
    padding: 2px 1px 0 0;
    position: absolute;
    color: #fff;
    background-color:#ce0100;
    width: 20px;
    height: 20px;
 	text-align:center;
	font-size: 0.8rem;
    border-radius: 50px;
    top: 0;
    right: 0;

}

.carrinhoPedidos p{
	position: absolute;
	background-color: #088304;
	color: white;
	font-size: 0.9rem;
	margin-top: 75px;
	width: 105px;
	border-radius: 4px;
	text-align: center;

}
.carrinhoPedidos img{
	width: 45px;
	margin-top: -5px;
}  

  #detalhes .txtMenu{

    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #1F2937;
	font-size: 1.4rem;
	padding: 0;
	margin: 0;
}
  

#menu_titulo h2{
	font-weight: 500;
	font-size: 1.5rem;
	border-bottom: 1px solid #f7f7f7;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	color: #3e3e3e;
	padding: 5px 8px;
	background-color: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 8px;

}
#menu_titulo .bg-subTitulo{
	background-color: #C9CCE0;
	font: 600 17px/28px Roboto,Helvetica Neue,sans-serif;
	border-radius: 8px 8px 0 0;
}

#menu_titulo p{
	background-color: #fff;
	padding: 5px 5px;
	hyphens:auto;
}
#menu_titulo .box{
    border: 1px solid rgb(189, 188, 188);
	background-color: #fff;
    padding: 2px 0;
    margin-top: 5px;
	border-radius: 12px;
	display: flow-root;
}

#menu_titulo .esquerdo-sem-imagem {

	width: 98%;
	display: grid;
	}
#menu_titulo .esquerdo {

width: calc(100% - 130px);
float: left;
}

.alinharItens input[type="checkbox"]{

	margin-left: 4px;
}

.alinharItens{
	position: relative;
	border: 1px solid #E5E5E5;
	background-color: #fafafa;
	border-radius: 4px;
	margin-top: 4px;
	display: flex;
  justify-content:flex-start;

}
.alinharItens .vlrAcr2{
	color: rgb(196, 196, 196);

}
#menu_titulo .valor{
	margin-left:4px;
    color:#278f03;
    font-weight: 600;
    font-size: 1.4rem;
	margin-bottom: 0;
}

#menu_titulo .descricao{
	margin-left:4px;

    --tw-text-opacity: 1;
    color: rgba(107,114,128,var(--tw-text-opacity));
    font-size: 1.1rem;
    line-height: 1.25rem;
	margin-bottom: 0;
}
#menu_titulo .descricaoDetalhes{
    word-wrap: break-word;
    overflow: scroll;
    --tw-text-opacity: 1;
    color: rgba(107,114,128,var(--tw-text-opacity));
    font-size: 0.9rem;
    line-height: 1.25rem;
	padding-left: 15px;
	margin-bottom: 0;
}

#menu_titulo .direito-sem-imagem {
	display: none;
	}

#menu_titulo .direito {
	float:right;
	
	  
	  max-width: 115px;
	  height: 115px;
	  margin: 8px 8px 8px 0;
}

#menu_titulo .direito img {
	border-radius: 10px;
	width: 115px;
	height: 115px;
   }

#menu_titulo .titulo_pizza{
	font-size: 20px;
}

#carrinho .animate-ping-slow{
	-webkit-animation: ping 2s cubic-bezier(0,0,.2,1) infinite;
animation: ping 2s cubic-bezier(0,0,.2,1) infinite;
}


#carrinho .box .txtEscolha{
	font-size: 14px;
	color: #4E4E4E;
	background: #F9F9FB;
	display: block;
	padding: 8px 0px 8px 4px;
	margin-bottom: 4px;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}
#carrinho .box{
	border: 1px solid #c7c7c7;
	box-shadow: 0 1px 4px rgba(0,0,0,.05);
	margin-top: 8px;
	background-color: #fff;
	border-radius: 4px;
	padding: 8px;
}

#carrinho .box2{
	border: 1px solid #c7c7c7;
	box-shadow: 0 1px 4px rgba(0,0,0,.05);
	margin-top: 8px;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 4px;
	padding: 4px;
	border-left:3px solid #9F2800;
}

#carrinho .box2 .tituloProd{
	color: #2e2e2e;
	font-size: 1.15rem;
}

#carrinho .quantidade{
	text-align: right;
	min-width: 100px;

	
}

#carrinho .quantidade input{
	text-align:center;
	width: 40px;
		height: 30px;
		margin: 0;
}
#carrinho .quantidade button{
		width: 25px;
	height: 30px;
    display: table-cell;
    vertical-align: middle 
}
#carrinho .text-weight-none{
	font-weight: 400;
}



#carrinho .quantidade .valor{
	text-align: right;
	font-size: 1.05rem;
	font-weight: 100;
	margin-top: 4px;
}
#carrinho .quantidade .valor span{
	color: darkred;
	font-weight: 600;
}

#carrinho .avisoMaisItens{
	margin-top: 20px;
	margin-bottom: 15px;
}

#carrinho .avisoMaisItens a{
	color: #c27a01;
	font-weight: 600;
}



.fonte_txt_menu{
	font-size: 1.2rem;
}

.fonte_txt{
	font-size: 1.4rem;
}

.fonte_txt_preco{
	font-size: 1.5rem;
}
.fonte_txt_precoTotal{
	font-size: 1.8rem;
	font-weight: bold;
}
.fonte_txt_btn{
	font-size: 1.6rem;
	font-weight: bold;
}


/*BANNER LOGO HOME*/
#header_empresa{ width: 100%; height: auto;  margin-top: 4px; display: block; text-align: center; background-color: #fff; position: relative; border: 1px solid #E5E5E5;}



#header_empresa .fundo_img{width: 100%; height:170px; 
	position: absolute;
	top: 0;
	left: 0;
    opacity: 1;
border: 10px solid #fff;
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}	

#header_empresa .fundo_imgSemImg{width: 100%; height:170px; 
	position: absolute;
	top: 0;
	left: 0;
}	

#header_empresa .logo_empresa{ display: inline-block; margin-top: 50px; margin-bottom: 10px;}
#header_empresa .logo_empresa img{ 
	width:60%;
	position: relative; 
	border-radius: 12px; 
	border: 4px solid #fff;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.5);}



@media (min-width: 375px) {
    #header_empresa .logo_empresa{ margin-top: 60px;  }
	#header_empresa .logo_empresa img{ width:80%; }

	#header_empresa .fundo_img{width: 90%; height: 210px; 	top: 0;
		left: 5%;}	
}

#header_empresa .nome_empresa h1{ font-size: 1.8rem; color: #3D4679; margin: 5px 0;}
#header_empresa .nome_empresa p{ font-size: 1.0rem; color: #666; }
#header_empresa .nome_empresa .endereco{ margin: 10px 0;}
#header_empresa .nome_empresa .celular a{font-size: 1rem; color: #666; cursor: pointer;}
#header_empresa .nome_empresa .aviso { margin: 10px 0; font-weight: 600; cursor: pointer; color: green;font-size: 1.2rem; }
#header_empresa .nome_empresa .aviso_fechado { margin: 10px 0; font-weight: 600; cursor: pointer; color: red;font-size: 1.2rem; }


/* Body */
body {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
}
a {
    text-decoration: none;
    color: var(--danger);
}
.form-control, .form-select, .form-check-input {
    box-shadow: none !important;
}
.offcanvas-footer{
    padding: 1rem;
}
.form-check-input:checked{
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
}
.accordion .accordion-button{
    box-shadow: none;
    background-color: #fff;
    color: #000;
}
.dropdown .dropdown-menu .dropdown-item:active{
    background-color: var(--danger);
}
.osahan-dropdown {
    font-size: 14px;
    min-width: 256px;
}
.osahan-dropdown .dropdown-item {
    padding: 6px 1rem;
    font-size: 14px;
}
.shop-category,.popular-products,.coupons,.cold-drinks,.top-picks,.big-img,.small-img {
    display: none;
}
.intro-logo {
    height: 80px;
}

/* Colors */
.text-danger{
    color: var(--danger) !important;
}
.bg-danger{
    background-color: var(--danger) !important;
}
.border-end, .border, .border-start, .border-top, .border-bottom, .card, .card-header {
    border-color: #cacaca !important;
}

/* Buttons */
.osahan-arrow {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    border: 2px solid #dbdbdb;
    margin: auto;
    cursor: pointer;
    transition: all 0.2s;
}
.osahan-arrow:hover {
    color: #ff2f01;
    border-color: #ff2f01;
}
.osahan-right {
    right: -11px;
}
.osahan-left {
    z-index: 9;
    left: -10px;
}
.shop-category .osahan-arrow {
    bottom: auto;
    top: 41px;
}
.top-picks .osahan-arrow {
    bottom: auto;
    top: 59px;
}
.big-img .osahan-left {
    left: 20px;
}
.big-img .osahan-right {
    right: 20px;
}
.small-img .slick-current.slick-active .border {
    border:2px solid #d72900 !important;
}
.small-img .border{
    cursor: pointer;
    transition: all 0.2s;
}
.small-img .border:hover{
    border:2px solid #d72900 !important;
}
.osahan-new-btn {
    padding: 6px 0;
    border-radius: 11px !important;
}
.btn-outline-danger{
    border-color: var(--danger) !important;
    color: var(--danger) !important;
}
.btn-outline-danger:hover{
    background-color: var(--danger) !important;
    color: #fff !important;
}
.btn-danger{
    background-color: var(--danger) !important;
    border-color: var(--danger) !important;
}
.btn-danger:hover{
    background-color: var(--danger-hover) !important;
    border-color: var(--danger-hover) !important;
}
.value{
    width: 100px;
    border: none !important;
}
.value .btn {
    font-size: 23px;
    padding: 0px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    border: 1px solid #ffd9ce !important;
    min-width: 32px;
    background: #ffe8e1;
    border-radius: 50px !important;
    color: #fe3000;
    font-weight: 100;
    transition: all 0.2s;
}
.value .btn:hover, .value .btn:focus {
    background: #fe3000 !important;
    color: #fff;
    border-color: #fe3000 !important;
}

/* Typography */
.small-sm{
    font-size: 10px;
}
.fw-bold {
    font-weight: 500!important;
}

/* Navbar */
.osahan-header a.p-3 {
    height: 68px;
}
.logo-img{
    height: 36px;
}
.osahan-location small.small {
    width: 198px;
}
.category .card{
    transition: all 0.2s;
}
.category .card:hover{
    border-color: var(--danger) !important;
    box-shadow: 0 0 10px 1px #efefef;
    color: var(--danger);
}
.osahan-listing-page-nav{
    position: sticky;
    top: 0;
    z-index: 9;
}
.osahan-listing-page-nav .nav-link {
    font-size: 13px;
    padding: 14px 16px !important;
}
.osahan-listing-page-nav .nav-link.active, .osahan-listing-page-nav .nav-link:hover {
    background: #ffe8e2;
    color: #fe2e00;
}
.osahan-listing-page-nav  a.dropdown-item {
    font-size: 14px;
    padding: 6px 19px;
}

/* Banners */
.banner-icon {
    width: 48px;
}
.ad-banner-1 {
    background-image: url(../img/ad-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ad-banner-2 {
    background-image: url(../img/ad-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.ad-banner-3 {
    background-image: url(../img/ad-banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grocery-banner-1 {
    background-image: url(../img/grocery-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.grocery-banner-2 {
    background-image: url(../img/grocery-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-box{
    height: 150px;
    width: auto;
    border: 1px solid #e5e5e5;
}
.osahan-badge{
    font-size: 10px;
    letter-spacing: 0.8px;
    line-height: 13px;
    padding: 5px 4px 4px 4px;
    border-radius: 0 0 6px 6px;
}
.osahan-badge b {
    font-size: 12px;
}

/* Product Detail */
.why-shop-img{
    width: 60px;
}
.sticky-sidebar {
    position: sticky;
    top: 48px;
}
.sticky-sidebar2 {
    position: sticky;
    top: 0px;
}
.qr-code{
    width: 85px;
}
.small-img .osahan-arrow{
    z-index: 9;
}
.small-img:after {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    background: #000;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.small-img:before {
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    background: #000;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    z-index: 1;
}

/* Listing */
.osahan-listing-page-nav-sidebar .nav-pills .nav-link{
    background-color: transparent;
    color: var(--light-dark);
    border-radius: 0;
    padding: 13px 10px;
    border-left: 3px solid transparent;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link img{
    width: 37px;
    background-color: var(--muted);
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active img{
    background-color: #fff !important;
}
.osahan-listing-page-nav-sidebar .nav-pills .nav-link.active{
    border-left: 3px solid var(--danger) !important;
    background-color: #ffe8e2;
    color: #000;
    font-weight: 600;
}
.osahan-card-list .card-img-top {
    padding: 15px;
    transition: all 0.2s;
}
.osahan-card-list:hover .card-img-top {
    padding: 5px;
}

/* My Account */
.my-account-pills .nav-link{
    border: none;
    background-color: transparent;
    text-align: start;
    color: var(--light-dark);
    font-size: 14px;
    padding: 14px 14px;
    display: flex;
    position: relative;
    align-items: center;
}
.my-account-pills .nav-link.active:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #f8f9fa;
    right: -1px;
}
.my-account-pills .nav-link.active{
    background-color: #f8f9fa;
}
.my-account-pills .nav-link i {
    background: #ffede8;
    color: #fc3400;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 50px;
}
.my-account-pills .nav-link:hover i, .my-account-pills .nav-link.active i {
    background: #fc3400;
    color: #ffffff;
}
.order-img{
    width: 60px;
}

/* Checkout */
.checkout-img{
    height: 27px;
    border: 1px solid #dadada;
    padding: 6px 6px;
    border-radius: 6px;
    background: #fff;
}
.osahan-checkout-item .img-fluid {
    height: 57px;
}
.osahan-netbanking .d-flex.justify-content-between.mb-2 {
    height: 42px;
    border: 1px solid #eaeaea;
    padding: 5px 5px;
    border-radius: 50px;
    width: 42px;
}
.upi-img{
    height: 20px;
    border: 1px solid #dadada;
    padding: 4px 4px;
    border-radius: 4px;
    background: #fff;
}
.osahan-radio-box-action  a {
    position: absolute;
    right: 16px;
    background: #fff;
    font-size: 11px;
    bottom: 12px;
}
.osahan-radio-box {
    position: relative;
}
.osahan-radio-box .form-check-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.osahan-radio-box .form-check-input {
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: 0px;
    border: 2px solid transparent;
    border-radius: 15px;
    background: no-repeat;
}
.osahan-radio-box .form-check-input:checked[type=radio] {
    background: none !important;
    border: 2px solid #000;
}
.osahan-radio-box .form-check-input:after {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #f8f9fa;
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #dee2e6;
}
.osahan-radio-box .form-check-input:checked[type=radio]:before {
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50px;
    background: #ffffff;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: 5px solid #fe3000;
}

/* Footer */
footer a {
    color: var(--light-dark);
}
footer a:hover {
    color: var(--danger);
}
.mobile-app-link {
    width: 102px;
}
.social-links a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--light-dark);
    transition: all 0.2s;
    color: #000;
}
.social-links a:hover {
    background-color: var(--danger);
    color: #fff;
    border: none;
}
.footer-payment {
    height: 23px;
    border: 1px solid #dadada;
    padding: 4px 5px;
    border-radius: 4px;
    background: #fff;
}
.product-details2{
 display: none;   
}

.font_resp{
    font-size: 1.15rem;
}

/* Mobile Media */
@media (max-width: 992px) {
    .font_resp{
    font-size: 1.6rem;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .osahan-left {
        z-index: 3;
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 22px;
        height: 23px;
        font-size: 11px;
    }
    .osahan-listing-page-nav .navbar-toggler {
        padding: 0 0;
        position: absolute;
        top: -37px;
        right: 41px;
    }
    .osahan-listing-page-nav .container {
        padding: 0px;
    }
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0px !important;
    }
    .osahan-listing .container {
        padding: 0px;
    }
    .product-details {
        display: none;
    }
    .product-details2 {
        display: block;
    }
    .product-detail-page .sticky-sidebar2.border-start.overflow-auto.vh-100.p-5 {
        padding: 0 0 50px 0px !important;
        border: none !important;
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-bottom: 10px !important;
    }
}

@media (max-width: 576px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
    .osahan-location small.small, .osahan-location h6 {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .osahan-location {
        padding-right: 0px !important;
    }
    .osahan-header ul.list-inline li.list-inline-item:first-child a.p-3 {
        padding-left: 0px !important;
    }
    footer.bg-light.py-5 {
        display: none;
    }
    .bg-white.py-4.footer-app {
        display: none;
    }
    .footer-copyright .col-auto {
        margin: auto;
        padding: 4px 0;
    }
    .footer-copyright  p.m-0.text-muted.pe-1 {
        display: none;
    }
    .top-search-bar {
        border-top: 1px solid #dee2e6;
    }
    
    .top-search-bar input {
        border: none;
        box-shadow: none !important;
    }
    .shop-category .osahan-arrow{
        display: none !important;
    }
    .osahan-left {
        z-index: 3;
        left: -1px;
    }
    .osahan-right {
        right: -2px;
    }
    .osahan-arrow {
        width: 50px;
        height: 50px;
        font-size: 35px;
        color: rgb(250, 250, 250);
        background-color: rgb(171, 171, 171);
    }
    .osahan-listing .osahan-listing-page-nav-sidebar {
        padding: 0px !important;
    }
    .osahan-listing .container {
        padding: 0px;
    }
    .osahan-listing-page-nav .navbar-toggler {
        padding: 0 0;
        position: absolute;
        top: -37px;
        right: 41px;
    }
    .osahan-listing-page-nav .container {
        padding: 0px;
    }
    .product-details {
        display: none;
    }
    .product-detail-page .sticky-sidebar2.border-start.overflow-auto.vh-100.p-5 {
        padding: 0 0 50px 0px !important;
        border: none !important;
        height: auto !important;
    }
    .product-detail-page .col-lg-6.col-12.py-5 {
        padding-bottom: 10px !important;
    }
}

