* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: calibri;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  display: none;
}
/* campos envío a domicilio */
#direccion{
    display: none;
}
#referencia{
    display: none;
}
/* campos envío a domicilio */
.itemSelected{
    background-color: #ffb347;
}

/* estilos generales */
.paypal-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
#paypal-button-container{
    width: 50%;
    padding: 10px;
}
.bg{
    width: 100%;
    height: 100%;
}
/* header */
header.header{
    width: 100%;
    position: relative;
}
.header .btn-regresar{
    padding: 20px;
}
.btn-regresar a{
    text-decoration: none;
    font-size: 20px;
    color: #40322c;
    font-weight: bold;
}
.btn-regresar .txt-regresar{
    margin-left: 10px;
}
header .btn-logo{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
}
.btn-logo img{
    width: 120px;
}
/* header */
/* bgp */
.bg .bgp{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.bgp .bgp-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* content-title */
.content-title{
    display: flex;
    align-items: center;
    padding: 20px;
}
.content-title .title-text{
    font-size: 25px;
    color: #40322c;
    font-weight: bold;
    display: flex;
    align-items: center;
}
/* content-title */
/* content-list-products */
.content-list-products{
    width: 100%;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-list-products .list-products-action{
    margin-bottom: 20px;
    display: flex;
}
.list-products-action span{
    font-size: 20px;
    margin-right: 10px;
}
.list-products-action .action-buttons{
    display: flex;
}
.action-buttons button{
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    background-color: #40322c;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    user-select: none;
}
/* content-list-products */
/* list-products-content */
.content-list-products .list-products-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-products-content .content-item{
    width: 100%;
    display: flex;
    border: 1px solid #40322c;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
.content-item .product-number{
    width: 10%;
    display: flex;
    justify-content: center;
}
.content-item .product-name{
    width: 60%;
    display: flex;
    justify-content: center;
}
.content-item .product-price{
    width: 15%;
    display: flex;
    justify-content: center;
}
.content-item .product-amount{
    width: 15%;
    display: flex;
    justify-content: center;
}
/* list-products-content */
/* content-form */
.bgp-content .content-form{
    width: 100%;
}
.content-form .form{
    width: 100%;
}
.form .form-input{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px;
}
.form-input>input{
    outline: none;
    border: none;
    width: 50%;
    padding: 5px 10px;
    background-color: #40322c;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}
#horario{
    display: none;
}
.form-input .input-check.horario{
    outline: none;
    border: none;
    width: 25%;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 5px;
}
.form-input input::placeholder{
    color: rgba(255, 255, 255, 0.808);
}

.form-input .input-check{
    display: flex;
    width: 50%;
    align-items: center;
    margin-bottom: 10px;
}
.input-check input{
    outline: 1px solid #40322c;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

/* date picker input */
#pedidoPresencial{
    display: none;
    padding-left: 5px;
}
#pedidoDelivery{
    /* display: none; */
    padding-left: 5px;
}
.form-input .date-picker{
    width: max-content;
    margin-bottom: 20px;
}
.date-picker .date-picker-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.date-picker .date-picker-container small{
    padding-left: 5px;
}
.date-picker-container .date-picker-input{
    display: flex;
    margin-top: 10px;
}
.date-picker-input .input-content{
    margin-left: 5px;
    margin-right: 5px;
}
.date-picker-input .input-content input{
    background-color: #40322c;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    border-style: none;
    color: #fff;
}
.date-picker-input .input-content select{
    height: 100%;
    background-color: #40322c;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    border-style: none;
    color: #fff;
    margin-left: 10px;
}
/* date picker input */

.checkgroup{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-pago{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.form-pago span{
    margin-bottom: 10px;
    font-size: 20px;
    color: #40322c;
    font-weight: bold;
}
.content-form{
    width: 100%;
    justify-content: center;
    display: flex;
}
.form-pago .input-check{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}
.form-total{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.form-total .total-content{
    width: 20%;
    padding: 10px;
    border: 1px solid #40322c;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}
.form-button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-button .btn-submit{
    outline: none;
    border-style: none;
    padding: 10px 20px;
    background-color: #ffb347;
    border-radius: 5px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;margin-top: 20px;
    cursor: pointer;
}
.btn-submit span{
    display: flex;
}
.btn-submit img{
    display: flex;
    width: 20px;
    height: 20px;
}

.checkbox-input-politicas a{
    color: #ffb347;
}
/* content-form */
/* bgp */
/* estilos generales */


