

::-webkit-scrollbar{-webkit-appearance:none;width:8px}::-webkit-scrollbar-thumb{border-radius:4px;background-color:#3e413d;-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)}


/*======================================
    CSS GENERALES 
======================================*/

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: "gotham_htfmedium", sans-serif;
}

body, html {
	width: 100%;
	overflow-x: hidden;
	font-family: "gotham_htfmedium", sans-serif;
	height: 100%;
  margin:0px;
  padding: 0px;
}




.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999999;
    background: url('../images/overloading.gif') 50% 50% no-repeat rgb(255,255,255);
    opacity: .8;
}




a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
   -o-transition: all 0.4s;
   -moz-transition: all 0.4s;
   text-decoration: none;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #666666;
}


h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}


button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

input[type='checkbox'] {
   width: 25px;
   height: 25px;
   display: inline-block;
   margin-left: 5%;
   -webkit-appearance: checkbox!important; 
   -moz-appearance: checkbox!important;
   appearance: checkbox!important;
}

.regular-checkbox {
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox:active, .regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
  color: #99a1a7;
}

.regular-checkbox:checked:after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}


.selectForms{
     width: 90%; 
     margin-left: 5%; 
     height: 40px; 
     top:50%; 
     margin-top: -20px; 
     position: absolute; 
     border: none; 
     outline: none; 
     background: transparent; 
     box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.selectForms:hover{
   box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
   border: none; 
   outline: none;
}

.selectForms option{
  background: #004853;
  border: none;
  outline: none
}



.selectForms:focus{
   background: #F8F8FA;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
     border: none; 
     outline: none;
}


.selectForms option{
   padding: 20px;
   background: #F8F9FA;
   display: block;
}

select{
  -webkit-appearance:menulist!important; 
}


.limiter {
  width: 100%;
  margin: 0 auto;
   min-height: 100vh;
}

/*======================================
    FORMULARIOS
======================================*/
.avatar_login{
  width: 100%;
  padding: 10px;
  text-align: center;
}

.avatar_login img{
  margin: auto;
  width: 50%;
}

.wrap-login100 {
  width: 560px;
}


.login100-form,
.style-forms {
  width: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.login100-form-title {
  width: 100%;
  display: block;
  font-family: "peace_sansregular";
  font-size: 3em;
  color: #fefefe;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}


.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 50%;
  height: 75px;
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  background-color: #fff;
  display: inline-block;
}

.wrap-input100.rs1 {
  border-top-left-radius: 12px;
  border-right: none;
}

.wrap-input100.rs2 {
  border-top-right-radius: 12px;
}

.wrap-input100.rs3 {
  border-radius: 0px;
  border-right: none;
}

.wrap-input100.rs4 {
  border-radius: 0px;
}


.wrap-input100.rs5 {
  border-radius: 0px;
  width: 100%;

}


.wrap-input100.rs6 {
  border-radius: 0px;
  width: 100%;
  border: 1px solid #e0e0e0;

}



.wrap-input100.rs7 {
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-bottom: none;

}

.wrap-input100.rs8 {
  border-radius:  0px;
  width: 100%;
  border: 1px solid #e0e0e0;
}

.wrap-input100.rs9 {
  border: none; 
  height: 50px; 
  width: 100%; 
  background: none
}


.wrap-input100.rs10 {
  border-radius:  0px;
  border: 1px solid #e0e0e0;
}

.wrap-input100.rs11 {
  border-radius:  0px;
  border: 1px solid #e0e0e0;
}






.label-input100 {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding-left: 30px;
  left: 0;
  top: 28px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  font-size: 15px;
  color: #555555;
  line-height: 1.2;

  display: block;
  width: 100%;
  background: transparent;
  padding: 0 20px;
  padding-top: 20px
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus {
  height: 55px;
}

.input100:focus + .label-input100 {
  top: 10px;
  font-size: 13px;
  color: #111111;
}

.has-val {
  height: 55px !important;
}

.has-val + .label-input100 {
  top: 10px;
  font-size: 13px;
  color: #111111;
}



.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #c2000b;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}


.login100-form-btn-act,
.login100-form-btn-can {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 50%;
  height: 70px;
  overflow: hidden;
  background: #111111;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.login100-form-btn-act
{
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 0px;
    background: #c2000b;
}

.login100-form-btn-can
{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 12px;
  background: #ffff;
   background: #111111;
}

.login100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;

  background: #ffff;
  background: linear-gradient(#c2000b,#c2000b);
  background: -o-linear-gradient(#c2000b,#c2000b);
  background: -moz-linear-gradient(#c2000b,#c2000b);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  color:#fff;
}


.login100-form-btn-can:hover,
.login100-form-btn-act:hover{
  color:#fff;
  opacity: .9
}

.login100-form-btn:hover 
{
  background-color: transparent;
  color:#fff;
}


.login100-form-btn:hover:before {
  opacity: 1;
  color:#fff;
}


.login100-form-btn:active{
  color: #ffff!important;
   text-decoration: none
}

.login100-form-btn:link{
  color: #ffff!important;
  text-decoration: none
}

.login100-form-btn:visited{
  color: #ffff!important;
  text-decoration: none
}


@media (max-width: 576px) {
  .wrap-input100 {
    width: 100%;
  }

  .wrap-input100.rs1 {
    border-top-right-radius: 12px;
    border-right: 1px solid #e0e0e0;
  }

  .wrap-input100.rs2 {
    border-top-right-radius: 0px;
  }

   .wrap-input100.rs3, 
   .wrap-input100.rs4{
    border-radius: 0px;
    border-right: 1px solid #e0e0e0;
  }

}





/*======================================
    BOTONES
======================================*/
.btn-big{
  display: block; 
  font-size: 3em;  
  text-align: center; 
  cursor: pointer;
}

.btn-medium{
  display: block; 
  font-size: 1.2em; 
  color: #ffff; 
  text-align: center; 
  line-height: 50px;
  cursor: pointer;
}

.btn-small{
  display: inline-block; 
  font-size: .8em; 
  color: #ffff; 
  text-align: center; 
  cursor: pointer;
  border-radius: 3px;
  padding:7px;
  max-height: 38px

}

.btn-sm{
  display: block; 
  width:100%;
  font-size: .8em; 
  color: #ffff; 
  text-align: center; 
  cursor: pointer;
  border-radius: 3px;
  padding:8px;

}


.btn-light{
  border: 1px solid #004853;
   background: #ffff;
   color: #004853;

}

.btn-light:hover {
  border: 1px solid #004853;
   background: #004853;
   color: #ffff;

}

.btn-gold{
   border: 1px solid #EA0505!important;
   background: #EA0505!important;
   color: #ffff!important;
}

.btn-dark{
   border: 1px solid #004853;
   background: #004853;
   color: #ffff;
}

.btn-dark:hover{
   background: #ffff;
   border: 1px solid #004853;
   color: #004853
}

.btn-gold:hover{
   background: #ffff!important;
   border: 1px solid #EA0505!important;
   color: #EA0505!important;
 
}


/*======================================
   MODALES GENERAL
======================================*/
.box-fixed-modal{
    position: absolute; 
    z-index: 300; 
    top:0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: #F2F5FA; 
    display: none;
    padding-bottom: 1500px;
}

#modal-opencash{
   z-index: 400; 
}

#modal-options{
  z-index: 1000;
}

.box-fixed-modal > .wrap-modal{
  position: relative; 
  width: 100%; 
  height: 100%
}


.box-fixed-modal > .wrap-modal > .box-modal{
    width: 32%; 
    background: #ffff; 
    border-radius: 4px; 
    margin: auto; 
    margin-top: 1%; 
    box-shadow: 0px 0px 16px 1px rgba(0,0,0,.2); 
    padding: 20px
}


.modal-header-box{
    border-radius:5px; 
    /*background: #EDEAEA;
    color: #004853;*/
    background-color: rgba(234,5,5,.8);
    color: #ffff; 
    height: 40px; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-header-box h3{
   font-size: .8em;
   font-weight: bold
}



.btn-close-modal{
    color: #004853;
    float: right;
    margin-bottom: 10px
}




@media (max-width:1023px) and (min-width:768px){
      .box-fixed-modal > .wrap-modal > .box-modal{
          margin-top: 3%; 
          width: 50%; 
        }
}


@media (max-width:767px)  and (min-width:601px)  {
  .box-fixed-modal > .wrap-modal > .box-modal{
      margin-top: 3%; 
      width: 70%; 
  }
}

@media (max-width:363px) {
  .box-fixed-modal > .wrap-modal > .box-modal{
     margin-top: 3%; 
    width: 96%; 
  }
}

@media (max-width:600px)   {
  .box-fixed-modal > .wrap-modal > .box-modal{
     margin-top: 13; 
    width: 96%; 
  }

  .modal-header-box  .info-main-big{
     font-size: 1.5em
  }
}


/******* MENSAJE AGREGADO *********/


.msg-box-container{
  position: fixed; 
  width: 100%; 
  height: 100px; 
  top:0px; 
  left:0px; 
  z-index: 99999999999;
  display: block;
}


.wrap-message{
  position: relative; 
  width: 100%; 
  height: 100%;
}

.box-message{
  width: 280px; 
  height: 60px; 
  background: #004853; 
  border-radius: 5px; 
  float: right; 
  margin-top: 15px; 
  margin-right: 10px;
}

.box-message span{
  font-size: 1em; 
  color: #fff; 
  display: block; 
  text-align: center; 
  line-height: 60px;
}


.hide-object{
  display: none;
}

#msg-box-container{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}



/*======================================
     LOGIN 
======================================*/

.container-login {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #c2000b;
}


.wrap-login{
  width: 100%;
  flex-wrap: wrap;
   display: flex;
  justify-content: center;
  align-items: center;
}

.img-icons-init{
   width: 150px;
   height: 150px;
   border-radius: 100%;
   background: rgba(246, 218, 210, .5);
   border: 3px solid white;
   flex-wrap: wrap;
   display: flex;
  justify-content: center;
  align-items: center;
}

.wrap-login .span-login{
   display: block;
   width: 100%;
   text-align: center;
   color: white;
   font-weight: bold;
   padding: 10px;
   font-size: 1.5em;
}



.img-icons-init img{
  width: 70%;
  height: 70%;
}

.wrap-form-init{
  width: 90%;
  padding: 20px;
  background: rgba(255,255,255,.6);
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.42);
-webkit-box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.42);
-moz-box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.42);

}

.wraper-schedule{
  width: 100%;
  margin-top: 20px;
}

.schedule-branch-modal{
    display:flex; 
    align-items:center; 
    justify-content:center; 
    position:fixed; 
    width:100%; 
    height:100%; 
    top:0px; 
    left:0px; 
    z-index: 2; 
    background:rgba(255,255,255,1); 
    flex-direction:column;
    display: none;
    transition: display 1s ease-in;
}

.schedule-branch-modal .title{
  display:inline-block; 
  padding:5px 15px; 
  color: #c2000b; 
  border-bottom: 3px solid #c2000b; 
  font-weight: bold
}

.schedule-branch-modal a{
  display: block;
  color: #c2000b; 
  padding: 10px;  
}

.schedule-branch{
   height: 80px;
   border-radius: 5px;
   width: 100%;
   margin-bottom: 10px;
   display: flex;
   justify-content: center;
   align-items: center;
   box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.15);
   -webkit-box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.15);
   -moz-box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.15);
}

.schedule-branch .clock{
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-branch .clock span{
  font-size: 2em;
}

.schedule-branch .data-schedule{
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.schedule-branch .data-schedule h5{
   display: block;
   width: 100%;
   font-size: .75em!important;
   color: #004853;
   text-align: center;
   font-weight: bold;
}

@media (min-width:680px)   {
   .wrap-login{
      width: 40%
   }
}



.init-fixed-bottom{
  position:fixed; 
  bottom: 35px; 
  left:0px; 
  height:40px; 
  width: 100%; 
  z-index: 1;
}

.box-init-fixed-bottom{
  display:flex; 
  width:100%; 
  height:100%; 
  align-items:center; 
  justify-content:center;
}

.box-init-fixed-bottom a{
  color: #fff;
  padding: 3px 10px;
  background: rgba(255,255,255,.3);
  margin: 0px 5px;
  border-radius: 5px;
}

.box-init-fixed-bottom a:hover{
  cursor: pointer;
}


/*======================================
     TOP HEADER 
======================================*/


.footer-fixed{
  width: 100%; 
  height: 50px;
  position: fixed; 
  bottom: 35px; 
  left: 0px; 
  z-index: 3000;
}



.nav-fixed{
  width: 100%;
  height: 100%; 
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: center;
}

#nav-cart .mycartop,
#nav-cart .mycartop-delete{
   background-color: #004853;
   border:1px solid #004853;
   color:#fafafa;
   padding: 5px;
   font-size: .7em;
   font-weight: bold;
   padding: 0px 20px;
   cursor: pointer;
   height: 35px!important;
   display: inline-block;
   min-width: 180px;
   text-align: center;
   line-height: 35px;
   border-radius: 8px
}

#nav-cart .mycartop-delete{
   min-width: 40px;
   padding: 0px 10px;
}


#nav-cart .mycartop:hover,
#nav-cart .mycartop-delete:hover{
   background-color: #F6F5F5;
   border: 1px solid #004853;
   color: #004853;
}


/*======================================
     TOP INFO
======================================*/
.top-info{
    width: 100%;
    height: 50px;
    background: rgba(234,5,5,1);
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.logo-info,
.branch-info{
  height: 100%;
     flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center
}

.logo-info{
   width: 20%
}

.branch-info{
    width: 80%
}

.logo{
   width: 40px;
   height: 40px;
   border-radius: 100%;
    background: rgba(255,255,255,.8);
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center
}

.branch-info{
   justify-content: flex-end;
   padding-right: 20px
}

.logo img{
   width: 80%;
   height: 80%;
}

.branch-info span{
   color: #ffff;
   font-size: .8em;
   font-weight: bold
}

/*======================================
     CATEGORIAS  - MENU
======================================*/

.wrap-categories{
    width: 100%;
    margin-top: 15px;
    position: relative;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.fixed {
 
  position: fixed;
  top: 50px; 
  width: 100%; 
  z-index: 10; 
  background-color: #fff;
  margin: 0px;
  left: 0px;
  border-bottom: 2px solid #EA0505;
}


.outer-container {
  width: 100%;
  overflow: hidden;
}

.inner-container {
  display: flex;
  justify-content: center;
}

.box-categories{
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap; 
  -webkit-overflow-scrolling: touch;
  height: 50px;

}

.item-category{
    height: 50px;
    margin-left: 10px;
    margin-right:10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100px;
}




.item-category .category-detail, 
.item-category .category-menu {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-category .category-detail a{
   display: block;
   width: 100%;
   height: 40px;
   text-align: center;
   color: #EA0505;
   display: flex;
    justify-content: center;
    align-items: center;
    
   box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.38);
  -webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.38);
  -moz-box-shadow: -1px -1px 10px 0px rgba(0,0,0,0.38);
  font-size: .8em;
  cursor: pointer;
}


.item-category .category-detail a:hover{
    background: rgba(234,5,5,.7);
    color: #ffff;
}




.category-menu{
  width: 100%;
  margin-top: -10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between ;
  align-items: center;
}


.msg-categories{
  color: #004853;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: .8em;
  margin-bottom: 0px
}


.box-category-menu{
  width: 100%;  
}


.box-menu{
  width: 23%;
  display: flex;
  height: 100px;
  margin-bottom: 10px;
  border: 1px solid #ACABAD;
  border-radius: 8px;
}

.active-itemmenu{
  border: 1.5px solid #004853;
}

.menu-imagen{
  width: 45%;
  height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}

.menu-imagen img{
   height: 98%;
   width: 100%;
   border-radius: 8px 0px 0px 8px;
   margin-left: 2px
}

.menu-data{
  width: 60%;
}



.box-info-menu{
   width: 100%;
   height: 60px;
   padding: 10px;
}

.box-actions-menu{
  height: 40px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.box-info-menu{
  
}

.box-menu-name,
.box-price{
    width: 100%; 
    height: 20px;
}

.menu-data .box-info-menu span.menu-name{
    display: block;
    width: 100%;
    color: #004853;
    font-size: .75em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.menu-data .box-info-menu .box-price{
    width: 100%;
    display: flex;
  justify-content: center;
  align-items: center;
    
}

.menu-data .box-info-menu .box-price span{
   display: inline-block;
   font-size: .7em;

   font-weight: bold
}

.price-final{
  color: #EA0505
}

.price-initial{
  color: #ACA8A8;
  text-decoration-line: line-through;
     margin-right: 10px;
}



.box-actions-menu .add-menu{
   width: 75%;
   height: 40px;
   padding: 8px;
 
}

.bnt-add-box{
   height: 30px;
   background: #EDEAEA;
   border-radius: 5px;
    display: flex;
}




.btn-add-box span.btn-add-menu{
     background: rgba(234,5,5,.7);
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 30px;
    cursor: pointer;
    font-size: .7em;
    padding: 0px 7px;
}

.btn-add-box span.btn-add-menu:hover{
    
       background: #EA0505;
}

.box-actions-menu .detail-menu{
    width: 25%;
    height: 40px;
    padding: 8px;
}

.box-actions-menu .detail-menu span{
  display: block;
  background: #EDEAEA;
  color: #004853;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: .8em
}


.box-actions-menu .detail-menu span:hover{
   background: #DEDEDE
}



.active-category {
  background-color: #EA0505!important;
  color: #fff!important; /* Cambia esto al color deseado */
}


@media (max-width:1023px) and (min-width:768px){
  
  .box-menu{
      width: 33%;
  }

}


@media (max-width:767px)  and (min-width:601px)  {
 
  .box-menu{
    width: 48%;
 }


}


@media (max-width:600px)   {
  
  .box-menu{
     width: 48%;
  }

}

@media (max-width:480px)   {
 

  .box-menu{
     width: 100%;
  }


}



/* Estilos para los botones de navegación del carrusel */
.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px!important; 
  height: 30px!important; 
  color: #EA0505!important;
  font-size: 20px!important; 
  border-radius: 50%!important; 
  text-align: center!important;
  line-height: 30px!important;
  cursor: pointer!important;
  z-index: 10!important; 
  background-color: rgba(255,255,255,.8)!important;
  box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.9);
-webkit-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 18px -7px rgba(0,0,0,0.9);
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

/* Estilos adicionales para los botones de navegación del carrusel (hover, active, etc.) */
.owl-prev:hover, .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7); /* Color de fondo al pasar el mouse */
}

.owl-prev:focus, .owl-next:focus {
  outline: none; /* Eliminar el contorno al enfocar */
}

/*======================================
     DETALLE DE ORDEN 
======================================*/
.box-total-details-cart{
  width: 100%;
  display: flex;
}

.box-subtotal-info,
.box-descount-info,
.box-total-info{
    height: 50px;
    background-color: #EDEAEA;
    border-radius: 5px;
    margin: 5px;
    padding: 5px 10px;
    flex: 1 1 0;
   width: 0;
}

.box-total-info{
     background-color: #004853;
}


.box-subtotal-info span,
.box-descount-info span,
.box-total-info span{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .75em;
    color: #004853;
    font-weight: bold;
}

.box-total-info span{
  color: #fff;
}

.showhidedetails{
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.showhidedetails span{
  display: block;
  width: 100%;
  text-align: center;
  font-size: .8em
}

#updetails{
  display: none;
}

#wrap-order-car{
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEDCDA;
}


.item-detail-order,
.item-price-detail-order{
  font-size: .7em;
}



.link-minus-plus{
    width: 35px;
    height: 35px;

}

.link-minus-plus span{
    width: 35px;
    height: 35px;
    padding: 8px; 
    background: #EDEAEA;
    color: #004853;
    cursor: pointer;
    border-radius: 3px
}

.link-minus-plus span:hover{
   background: #DEDEDE;

}

#data-order-box input,
#data-order-box select,
#data-order-box select option {
  font-size: .75em!important;
  max-height: 40px!important
}

#data-order-box{
  margin-bottom: 10px
}


.name-menu{
  font-size: .70em!important
}

.box-details-complements{
  width: 100%;
  margin-top: 10px;
}

.item-complement-box{
   width: 100%;
   height: 40px;
   display: flex;
}

.name-complement{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 5px 0px;
}

.name-complement span{
  display: block;
  font-size: .70em;
}

.actions-complement{
  width: 50%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.actions-complement input {
   max-width: 40px;
   text-align: center;
   margin-right: 10px
}


/*======================================
     BÚSQUEDA DE ORDENES
======================================*/

.status-order{
   width: 100%;
   display: block;
   padding: 10px;
   text-align: center;
   color: #EA0505;
   font-size: .9em
}


/*======================================
     DETALLE DE PRODUCTO
======================================*/

.name-detail-product{
    display: block;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: #EA0505;
    font-weight: bold;
}

.box-detail-price{
     display: flex;
    justify-content: center;
    align-items: center;

}

.box-detail-price span{
    margin: 5px;
    font-size: 2.5em;
    font-weight: bold;
}


.price-detail-final{
  color: #004853
}

.price-detail-initial{
  color: #ACA8A8;
  text-decoration-line: line-through;
     margin-right: 10px;
}


.imagen-detail{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    margin-top: 20px
}

.imagen-detail img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
      box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.42);
-webkit-box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.42);
-moz-box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.42);


}


.description-product{
   width: 90%;
   margin: auto;
   margin-top: 35px;
   font-size: .70em;
   text-align: center;
   color: #004853
}


.btn-add-menu-details{
   height: 60px;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #ffff;
   margin-top: 20px;
   background-color: #EA0505;
   border: 1px solid #EA0505;
   cursor: pointer;
}

.btn-add-menu-details:hover{
  background-color: #ffff;
   border: 1px solid #004853;
   color: #004853;

}

#modal-detailsorder{
  z-index: 5000; 
}


/*======================================
     BÚSQUEDA
======================================*/

.box-data-search-folios{
    display: flex;
}

.box-data-search-folios div {
   flex: 1 1 0;
   width: 0;
   height: 50px;
   border-radius: 10px;
   background-color: #EDEAEA;
   margin: 10px;

}

.box-data-search-folios div span{
    display: flex;
    justify-content: center;
   align-items: center;
   width: 100%;
   height: 100%;
   font-size: .70em;
   color:  #004853;
   font-weight: bold;

}

#details-order-search{
  display: none;
}



.showhidedetailssearch{
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.showhidedetailssearch span{
  display: block;
  width: 100%;
  text-align: center;
  font-size: .8em
}

#updetailssearch{
  display: none;
}

#detail-search-order input,
#detail-search-order select,
#detail-search-order select option {
  font-size: .75em!important;
  max-height: 40px!important
}


.msg-pago{
   color: #004853!important;
   font-size: 1.2em!important;
}

.msg-data-order{
   color: #004853!important;
   font-size: .9em!important;
}

.link-return{
   display: block;
   width: 100%;
   padding: 10px;
   text-align: center;
   color: #004853!important;
   font-size: 1em!important;
   cursor: pointer;
   background-color: #ffff
}


.link-return:hover{
   background-color: #E2EFEA;
}


/*======================================
     FAVORITOS
======================================*/

#section-favorites{
   width: 100%;
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between ;
  align-items: center;
   margin-top: 30px;
   margin-bottom: 100px
}

#section-favorites .box-favorites{
   width: 24%;
   padding: 10px;
   border-radius: 10px;
   box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.38);
   -webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.38);
   -moz-box-shadow: -1px -1px 10px 0px rgba(0,0,0,0.38);
   justify-content: center;
   align-items: center;
   cursor: pointer;
   margin-bottom: 10px;
}

#section-favorites .box-favorites:hover{
   background-color: #EDEAEA
}


.favorites-data{
   display: flex;
    justify-content: center;
   align-items: center;
       flex-direction: column;
}

.favorites-data img{
   width: 120px;
   height: 120px;
   border-radius: 100%;
   border: 3px solid #004853;
   margin-top: 5px
}

.favorites-data span{
     display: flex;
    justify-content: center;
   align-items: center;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
    color: #004853;
    min-height: 60px;

}

.favorites-data h5{
    display: block;
    font-weight: bold;
    font-size: 1em;
    margin-top: 10px;
    color: #ffff;
    background-color:#EA0505 ;
    padding: 5px 10px;
    width: 100%;
    padding: 15px;
    text-align: center;
}


.msg-title{
  color: #004853;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  margin-top:20px;
}




@media (max-width:1023px) and (min-width:768px){
  html, body {
    background-color: #FCFAF9
  }

    #section-favorites .box-favorites{
      width: 24%;
  } 
}

@media (max-width:767px)  and (min-width:601px)    {
    html, body {
      background-color: #FCFAF9
    }

    #section-favorites .box-favorites{
      width: 24%;
   } 

}


@media (max-width:600px)   {
  html, body {
    background-color: #FCFAF9
  }

  #section-favorites .box-favorites{
     width: 48%;
  } 
}

@media (max-width:480px)   {
  #section-favorites .box-favorites{
      width: 100%;
  }
}



.msg-service{
  display: block;
  text-align: center;
  font-size: .7em;
  width: 100%;
}


.discount-promo-wrapper{
    margin-bottom: 20px;
    margin-top: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
   /* transition: all 2s ease-in-out;  
   // animation-duration: 2s;
    animation-name: slidein;
    animation-iteration-count: 3;*/
}

.discount-promo-box{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 6px;
  background-color: #F4720B;
  background: url('../images/over_promo_trans.png') no-repeat 50% 50% #F4720B; 

}

.discount-promo-box span{
      font-size: 4em;
      padding: 5px;
      color: #ffff;
} 

.discount-promo-box p{
   color: #ffff;
   padding-bottom: 10px;
}


@keyframes slidein {
  0% { margin-top: 35px; }
  50% { margin-top: 40px; }
  100% { margin-top: 35px; }
}






/****************** STYLE CONFIG ITEM MENU  ********************/
#wrap-config-items-menu{
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.8);
  position: fixed;
  top:0px;
  left: 0px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.config-show {
  display: flex!important;
}

.config-hidden {
  display: none!important;
}

.box-config-item-menu{
  width: 35%;
  height: 96%;
  position: relative;
  background-color: #ffff;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
  border-radius: 5px;
  overflow-y: scroll;
}

.box-header-config{
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #c2000b;
  position: sticky;
  top: 0px;
  background: #ffff;
  z-index: 10;
  padding: 5px 20px;
  display: flex;
}

.box-btn-return{
  width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box-btn-cart{
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.box-btn-return span{
  display: inline;
  padding: 5px 15px;
}

.box-btn-return span:hover{
  cursor: pointer;
  
}

.box-btn-cart span{
  display: inline;
  background-color: #323232;
  border: 2px solid #323232;
  color: #ffff;
  padding: 5px 15px;
  font-size: .7em;
  border-radius: 20px;

}

.box-btn-cart span:hover{
  background-color: #ffff;
  color: #323232;
  cursor: pointer;
}

.box-imagen-menu{
  width: 100%;
  height: 160px;
  background: url('views/images/menu/13112023_16999025757026.jpg') 50% 50% no-repeat rgb(255,255,255);
  background-size: 100%;
}

.box-imagen-menu img{
  width: 100%;
  height: 100%;
}

.box-config-info{
  border-bottom: 5px solid #F1F2F3;
  padding: 10px 20px;
}

.box-config-info h3{
  color: #323232;
  font-size: 1.5em;
  font-weight: bold;
}

.description-menu{
  font-size: .9em!important;
}

.config-prices span{
  font-weight: bold;
  margin-right: 10px;
}

.config-prices span.price-discount{
  color: #BEBFC1;
  text-decoration: line-through;
}

.config-prices span.price-final{
  color: #c2000b;
}

.box-title{
  padding: 10px 20px;
  border-bottom: 2px solid #F1F2F3;
}

.box-title h5{
  font-size: .9em;
  color: #c2000b!important;
}

.box-title span{
  font-size: .75em;
  color: #A5A7A9
}

.items-config{
  padding: 10px 20px;
}

.item-config{
  border-bottom: 1px solid #F1F2F3;
  padding: 5px 0px;
}

.item-config h5{
  font-size: .8em;
  color:#323232
}

.item-price-discount{
  color: #BEBFC1;
  text-decoration: line-through;
  font-size: .7em;
}

.item-price-final{
  color: #c2000b;
  font-size: .7em;
  font-weight: bold;
}

.item-check{
  float: right;
  width: 20px!important;
  border: none;
      accent-color: #db0011!important;
      mix-blend-mode: multiply;
}

.box-bottom-fixed{
  position: sticky;
  bottom: 0px;
    width: 100%;
  background: #ffff;
  height: 60px;
  box-shadow: 0px -3px 9px -6px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px -3px 9px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -3px 9px -6px rgba(0,0,0,0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom-add-del-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.btn-del, 
.btn-add{
  display: inline;
  min-width: 35px;
  background: #c2000b;
  padding: 2px;
  border:2px solid #c2000b;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.btn-del:hover, 
.btn-add:hover{
  background: #fff;
  color: #c2000b;
  cursor: pointer;
}

.counter-items{
  width: 35px;
  display: inline;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  background: #F1F2F3;
  border:2px solid #F1F2F3;
  padding: 2px;
}

.add-config-item-btn{
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #323232;
  border: 2px solid #323232;
  color: #F1F2F3;
  font-size: .8em;
  font-weight: bolder;
}

.add-config-item-btn:hover{
  background: #ffff;
  color: #323232;
  cursor: pointer;
}


.item-detail-order,
.item-options-detail-order{
  font-size: .8em; 
  color: #323232; 
  display: block 
}

.item-options-detail-order{
  font-size: .7em;
}

.box-detail-item{
  margin-bottom: 10px;
}

.box-buttons-detail-items-order{
  min-height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


@media (min-width:1024px) and (max-width:1180px) {
      .box-config-item-menu{
        width: 40%;
        height: 96%;
    }
}

@media (min-width:769px) and (max-width:1024px) {
  .box-config-item-menu{
      width: 60%;
      height: 88%;
  }
}



@media (min-width:481px) and (max-width:768px) {
  .box-config-item-menu{
      width: 80%;
      height: 85%;
  }
}


@media (max-width:480px)   {
    .box-config-item-menu{
        width: 100%;
        height: 85%;
    }

    .box-config-info h3{
      font-size: 1em;
    }

    .box-title h5{
      font-size: .8em;
    }
    
    .box-title span{
      font-size: .7em;
    }

    .item-config h5{
      font-size: .7em;
    }

    .add-config-item-btn{
      padding: 5px 5px;
      font-size: .7em;
    }

    .btn-del, 
    .btn-add{
      min-width: 30px;
  }
    
}

/**************************************/

.menu-hide {
  display: none;
}

.select2-selection__rendered {
  line-height: 36px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 39px !important;
}