* {
  scrollbar-width: thin;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 20px;
  border: 3px solid #f1f1f1;
}
.img-circle-seg {
	margin: 0 auto;
	width: 50px !important;
	height: 50px !important;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	overflow: hidden;
	padding: 2px;
	border: 2px solid #c3c3c3;
}

.img-circle-seg img{
	width: 100% !important;
	height: 100% !important;
}

.font-line-through{
	text-decoration: line-through !important;
}

.a-enlace{
	cursor: pointer;
}
.cart-counter{
	position: absolute;
  background: #fd0000;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  right: -10px;
  top: -10px;
  white-space: nowrap;
  font-family: Poppins !important;
}
.icons-social-product{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 25px;
  height: 25px;
  opacity: 0.7;
}
/*Botonos sin fondos*/
.btn-22{
  background-color: transparent !important;
}
/*Alinear botones:  Indicaciones y Compartir a la izquierda*/
.btns-float-left{
  margin-left: -90px !important;
  position: sticky;
}
.item-productos-pedido .btns-float-left{
  margin-top: 25px;
}

/*Botones tipo de entrega seleccionada*/
.btn-tipo-entrega-selected{
  color: #fff !important;
}
/*Ocultar RadioButtons*/
.btn-check{
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.text-turno{
  position: absolute;
  z-index: 0;
  background-color: transparent;
  top: 100px;
  left: 5%;
  width: 90%;
  color: #9b94942e;
  font-size: 80px;
}

.info-total-fixed{
  position: fixed;
  bottom: 0px;
  box-shadow: 0px 20px 30px 1em #0000007d;
}
.info-total-fixed .card-body{
  padding: 0.15rem !important;
}
.btn-fixed-total{
  width: 174px !important;
  height: auto !important;
  position: fixed !important;
  right: 4% !important;
  bottom: 6px !important;
  font-size: .875rem !important;
}

.code-verification-input{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.code-verification{
  margin-left: .5rem !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  width: 1% !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
.code-verification-cupon{
  margin-left: .5rem !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  width: 1% !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

/*Resaltar btn seleccionado*/
.btn-selected{
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  background-color: #6c757d !important;
}

/*Estilos perzonalizado card modal selecionar sucursales*/
.combo-sucursal-card{
  border: 0px !important;
}
.combo-sucursal-card a{
  border: 1px solid rgba(0,0,0,.125) !important;
}

/* Accordion wrapper */
.site-accordion {
  margin: 0;
  display: block;
  width: 100%;
  clear: both;
  background: #2b8dd9 url("../images/accordion-bg.png") no-repeat center;
  background-size: cover;
  overflow: visible;
  min-height: 29.6875rem;
  padding: 5rem 0 4.375rem;
}

@media screen and (max-width: 991px) {
  .site-accordion {
    background: #2b8dd9;
  }
}

.site-accordion .accordion-img {
  /* accordion image */
  position: absolute;
  z-index: 20;
  top: -8.4375rem;
  left: 25%;
  right: 0;
  bottom: 0;
  display: block;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 18rem;
}

@media screen and (max-width: 991px) {
  .site-accordion .accordion-img {
    left: 0;
    top: 0;
    position: relative;
  }
}

.site-accordion .accordion-img img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.panel-group {
  /* Bootstrap panel group */
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .panel-group {
    margin-top: 5rem;
  }
}

.panel-group .panel-title {
  /* Panel title */
  color: white;
  font-family: inherit;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}

.panel-group .panel-title a {
  width: 100%;
  display: block;
  padding: 0.75rem 3.125rem 0.625rem 1.25rem;
  border: none;
  transition: 300ms linear;
  transition-property: background-color;
  position: relative;
  color: white;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 0.25rem;
}

@media screen and (max-width: 1199px) {
  .panel-group .panel-title a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .panel-group .panel-title a {
    font-size: 1rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.panel-group .panel-title a span {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto 0;
  background: white;
  text-indent: -62.5rem;
  border-radius: 62.5rem;
  transition: 300ms linear;
  transition-property: background;
  display: block;
  overflow: visible;
  width: 1.563rem;
  height: 1.563rem;
}

.panel-group .panel-title a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/accordion-minus.png") center no-repeat;
  background-size: 0.625rem 0.125rem;
}

.panel-group .panel-title a.collapsed {
  /* Panel collapsed */
  /*background-color: #4199dd;*/
}

.panel-group .panel-title a.collapsed span {
  background-color: rgba(255, 255, 255, 0.2);
}

.panel-group .panel-title a.collapsed span:before {
  background: url("../images/accordion-plus.png") center no-repeat;
  background-size: 0.625rem 0.625rem;
}

.panel-group .panel {
  /* Panel */
  background: none;
  border: none;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  display: block;
}

.panel-group .panel-heading {
  /* Panel heading */
  background-color: #297bbb;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

.panel-group .panel-collapse {
  /* Panel collapse */
  padding: 0;
  background-color: #abb0b51c;
  border-radius: 0 0 0.25rem 0.25rem;
}

.panel-group .panel-body-container {
  /* panel container */
  padding: 0.625rem 1.0625rem 1.5625rem 1.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}

.panel-group .panel-body {
  /* panel body */
  border: none !important;
  font-family: inherit;
  border-radius: 0 0 0.25rem 0.25rem;
  letter-spacing: 0.00625rem;
  padding: 0;
  margin: 0;
  max-height: 4.5rem;
  min-height: 4.5rem;
  position: relative;
  height: 100%;
  overflow: auto;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.panel-group .panel-body:before {
  display: none;
}

.panel-group .mCSB_inside > .mCSB_container {
  /* ----------------------------- Custom  scroll bar for panel */
  margin-right: 3.75rem;
}

.panel-group .mCSB_dragger_bar {
  /* Scroll drag bar */
  background: none;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.panel-group .mCSB_dragger_bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  margin: auto 0;
  display: block;
  border-top: 0.1875rem solid white;
  border-bottom: 0.1875rem solid white;
  background: #2b8dd9;
}