@font-face {
    font-family: 'Gummy Candy Demo';
    src: url('../fonts/GummyCandyDemoRegular.woff2') format('woff2'),
        url('../fonts/GummyCandyDemoRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
   background-image: linear-gradient(120deg, #08C9C9 0%, #08C9C9 100%);
}
#calabrono-app svg {
	position: fixed;
	top: -58px;
	left: 0;
	margin: 0;
	height: auto;
	z-index: -1;
	opacity: 0.8;
}
.producto h2,.sabor h2 {
  font-size: 10px;
  font-weight: bold;
  /*margin-top: 10px;*/
  margin-top: 5px;
  font-family: inherit !important;
}
#pagoporalias{
    display:none;
	background: #fff9;
	padding: 10px;
	border-radius: 10px;
	margin-top: 10px;    
}
.pagoaliasmonto {
	font-family: verdana !important;
	font-weight: bold;
	font-size: 15px;
}
.producto .badge.bg-info {
	color: black;
	font-family: verdana !important;
	font-size: 8px;
	font-weight: normal;
	display: inherit;
	width: fit-content;
	background-color: #fff6 !important;
}
#calabrono-app h1{
    font-family: 'Gummy Candy Demo';
  font-size: 61px;
  color: thistle;
  margin: 0 0 73px 0;
  padding: 0;
}
.sabor .img-circle{
    text-align:center;
    margin: 0 auto;
    }
    
    
#layout-content {
text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
     
    #layout-content {
   
      text-align: center;
      margin: 0 auto;-
    }
      .modal{
    margin-top: 15px;
    overflow: visible;
  }
  .rounded-circle.modal-producto {
	width: 97px !important;
}
}



.modal-dialog-scrollable .modal-content{

overflow:visible!important;
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
	text-align: center;
	width: 100%;
	margin-top: -23px;

}
.modal-header {
  margin-top: 0;
  padding-top: 0;
}

@media@media (min-width:576px) {
 .container,
 .container-sm {
  max-width:700px;
 }
}


.sabor h2 {
  margin-bottom: 3px;
  padding: 0 4px;
}
.ca-productos-sabores{
    text-align:left;
    }
    
    .sabor .checkbox-inline {
	background: #ffffffa3;
	border-radius: 10px;
	margin: 2px;
	padding: 2px 11px;
	display: inline-block;
	
	height: 123px;
width: 124px;
align-items: self-start;
}

.sabor .rounded-circle {
	width: 60px;
	display: block;
	text-align: center;
	margin: 5px auto;
}
.sabor input[type="checkbox"]+label{
      transition-duration: 0.4s;
    }
.sabor input[type="checkbox"]:checked + label {
	font-weight: bold !important;
	background-color: #76ff6385;
	color: #4a4a4a;
	  transition-duration: 0.4s;
}

.plistagustos {
	font-size: 13px;
	color: ;
	font-family: verdana !important;
	font-weight: bold;
}
.plistagustos .badge {
	font-family: verdana !important;
}
.carrito-lista span.badge.bg-danger {
	font-size: ;
	font-family: verdana !important;
}
#totalAmount {
	text-align: right;
	font-size: 14px;
	background: #ffffffa1;
	border-radius: 20px;
}
#totalAmount > span {
	font-family: verdana !important;
	color: #353535;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
input[type="checkbox"] {
	position: relative;
	left: 23px;
	top: 9px !important;
	margin: 0;
	padding: 0;
	vertical-align: top!important;
	border: 0px;
	background: transparent;
}
/* En línea #6 | https://calabrono.com.ar/home */

.col-3.col-sm-3.col-md-2.sabor {
  background: #bcbcbc2b;
  padding: 5px 5px 0px 5px;
  border-radius: 17px;
  margin: 5px 8px;
  flex-basis: auto;
}
 
.row.ca-productos.align-items-center.mx-auto.text-center {
  /* flex: fit-content; */
  display: flex;
  justify-content: center;
  flex-grow: 2;
  flex-shrink: 2;
}


.articles{
  font-size:10px;
  color: #a1aab9;
}
.number1{
  font-weight:500;
}
.followers{
    font-size:10px;
  color: #a1aab9;

}
.number2{
  font-weight:500;
}
.rating{
    font-size:14px;  color: white;
  
}
.number3{
  font-weight:500;
  color: white;
}
/* test header */
.producto {
  transition-duration: 2s;
}
.producto.producto-seleccionado {

    position: absolute;
    left: -73px;
    top: -18px;
    transform: scale(1.1);
    transition-duration: 2s;

}

/* steps */

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
	width: 40px;
	height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #000;
    transition: .4s;
    	color: white;
	font-weight: bold;
	font-size: 25px;
}


.step-active .step-button {
	width: 50px;
	height: 50px;
	background-color: #fc6dab;
	color: black;
	font-weight: bold;
}
.done {
	background-color: #fc6dab;
	color: black;
}

.step-item {
    z-index: 10;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 17px;
    line-height: 26px;
    width: 100px;
}
.step-title {
	padding-top: 5px;
}
#progress {
	-webkit-appearance: none;
	position: absolute;
	width: 80%;
	z-index: 5;
	height: 4px;
	border: 0;
	text-align: center;
	margin-left: 36px;
	margin-bottom: 30px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: pink;
    transition: .5s ease;
}

#progress::-webkit-progress-bar {
    background-color: blue;

}
.ca-productos svg {
	position: relative!important;
	margin: 0 auto!important;
	height: auto!important;
	z-index: -1!important;
	opacity: 0.8!important;
	width: 83%!important;
	max-width: 500px!important;
	top: 0 !important;
}

 .step-confirmado svg {
	position: relative !important;
	margin: 0 auto !important;
	height: auto !important;
	z-index: 1 !important;
	opacity: 0.7 !important;
	width: 83% !important;
	max-width: 500px !important;
	top: 0 !important;
}

h1, h2, h3, span, .fuente {
    font-family: 'Pusab', sans-serif!important;
}
                     
.highlight-container, .highlight {
  position: relative;
  color: white;
  padding: 5px 10px;
}

.highlight-container {
  display: inline-block;
}

.highlight-container:before {
  content: " ";
  display: block;
  height: 101%;
  width: 111%;
  margin-left: -8px;
  margin-right: 4px;
  position: absolute;
  background: #4f8cda;
  transform: rotate(-1deg);
  top: 1px;
  left: -2px;
  border-radius: 4% 47% 0% 27%;
  padding: 26px 38px 3px 10px;
}
                                  

.highlight-pink.highlight-container:before {
  background: #7280cc;
}

.producto .rounded-circle {
	width: 60px;
	height: 60px;
}
.producto img.rounded-circle,.confirm-product-img {
width: 60px;
}
/* step control */
.step{
   /* display:none;*/
}
.step.step-comenzar.step-active{
    display:block;
}
.step.step-productos.step-active{
    display:contents;
}

/*.step-comenzar,.step-productos{	transition-duration: 2s;}
.step{	transition-duration: 2s;}*/
/*
.step-out {
	transform: translate(0,-500px);
	transition: cubic-bezier(.68,-0.55,.27,1.55);
	transition-duration: 1s;
	height: 0;
}
.step.step-active.step-in {
	transform: translate(0,0);
	transition: cubic-bezier(.68,-0.55,.27,1.55);
	transition-duration: 1s;

}
.step.step-in {
	transform: translate(0,0);
	transition: cubic-bezier(.68,-0.55,.27,1.55);
	transition-duration: 1s;

}
.step-productos.step-hide{
transform: translate(0,-900px);
transition-duration: 0s;
}
.step-hide {
	transform: translate(0,-900px);
	height: 0;
}
*/
.scontent {
	display: contents;
}
/*.ca-productos{min-height:300px}*/
/* step control */




.sabor .checkbox-inline {
	background: #ffffffa3;
	border-radius: 10px;
	margin: 3px 0;
	padding: 2px 11px;
	font-size:14px;
}

.sabor {
  width: auto;
  padding: 2px;
}
.step-gustos span {
	font-family: verdana !important;
}
/* custom.css | https://calabrono.com.ar/themes/calabrono/assets/css/custom.css */
h6.confirm-product-title {
	font-size: 11px;
}
.ca-productos-sabores {
  /* text-align: left; */
  text-align: center;
  width: auto;
  padding: 0 0 0 0;
  align-content: center;
  margin: 0;
  flex: auto;
  flex-wrap: wrap;
  flex-basis: max-content;
}
.step-detalles .confirm-product-img {
	width: 60px;
}
.confirm-product-img{
position: relative;

}
.conpedidos{display:none}
.checkbox-inline.sintac {
	background-image: url("/themes/demo/assets/images/sin-tacc-50x50.png");
	background-repeat: no-repeat;
	background-position-x: 100px;
	background-size: 20px;
	background-position-y: 3px;
}
.badge.demora {
	font-family: verdana !important;
	font-size: 11px;
	background-color: #79797942 !important;
	position: relative;
	top: -46px;
	padding: 10px 15px;
	border-radius: 0 0 15px 15px;
	line-height: 5px;
}
.pedido-item {
	padding: 15px 0px!Important;
	background: #ffffff3d;
	border-radius: 20px;
}
.pedido-extra {
	padding: 15px 0px 10px 0!Important;
	background: #ffffff3d;
	border-radius: 20px;
	display: none;
}
.pedido-extra span{
	font-family: verdana !important;
	font-size: 10px;
}
.pedido-extra img.rounded-circle {
	width: 40px;
}
.row.align-items-center.text-start.justify-content-md-center.extras-container {
	background-color: #7280cc;
	margin: 0 3px;
	padding: 5px;
	border-radius: 15px 15px 0 0;
}

.col-12.mx-2.text-center.agregar-extra {
	font-size: 10px;
	cursor: pointer;
}
.badge.extra-presio {
	position: relative;
	background-color: #4d7b1e4f !important;
}

.quantity-right-plus.btn.btn-success.btn-number,.quantity-left-minus.btn.btn-danger.btn-number{
	height: 25px;
	width: 29px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 0;
}

input.quantity {
	height: 23px;
	width: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: transparent;
	border: 0;
}
.input-group.cantidad-extra {
  width: 94px;
  margin: 0 auto;
}
.extrasbotones {
	border-top: dashed 1px #938e8e63;
	padding-top: 12px;
	margin: 5px auto;
}
.saboressintacc input[type="checkbox"] {
	position: relative;
	left: 23px;
	top: 15px !important;
	margin: 0;
	padding: 0;
	vertical-align: top!important;
	border: 0px;
	background: transparent;
	height:20px;
	width:20px;
}
.nodisponible{
    display:none}
