/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-color: #614b3c;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a.button.button-primary {
    font-family: 'New_Spirit_SemiBold_Condensed';
    font-size: 17px;
}
.cont-menu-pp-global-items {
    display: flex;
    gap: 25px;
    align-items: center;
}
.pp-global-menu{
    display: flex;
    gap: 10px;
    height: 70px;
    align-items: center;
    background-color: #311F1B;
    justify-content: space-between;
    padding: 0 50px;
    position: fixed;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    top: 0;   
    z-index: 1; 
}
.cont-logo-header {
    background-image: url(../img/test/logo_braun.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 40px;
}
.pp-inventory-dashboard {
    margin: 100px auto;
    width: 90%;
}
.nameItemProductIntra,
.sumaryItemInventoryDashboard {
    background: #311F1B;
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #ccd0d4;
    outline: none;
    font-size: 20px;
    border: none;
    border-radius: 25px;
    color: #F9F2DF;
    font-family: 'New_Spirit_Regular_Condensed';
}
.nameItemProductIntra span {
    font-family: 'New_Spirit_Light_Condensed';
    font-size: 15px;
    color: #F9F2DF;
    opacity: 0.6;
    font-weight: normal;
}
.nameItemProductIntrain {
    display:flex;
    padding: 15px;
    cursor: pointer;
    outline: none;
    align-items:center;
    list-style:none;
}
.contItemProductIntra {
    margin-bottom: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);   
      transition: all 0.5s ease;
}
.contItemProductIntra div,
.pp-inventory-dashboard .contListItemInventoryDashboard {
    transition: all 0.5s ease;
    background-color: #F9F2DF;
    border-radius: 25px;
    margin-top: 5px;
}
details div::details-content {
  transition: all 0.5s ease;
}
.tableItemProductIntra,
.tableListItemInventoryDashboard {
     width:100%;
    border-collapse:collapse;
}
.tableItemProductIntra th,
.tableListItemInventoryDashboard th {
    padding: 10px;
    text-align: left;
    font-family: 'New_Spirit_Regular_Condensed';
    font-size: 17px;    
}
.tableItemProductIntra tr,
.tableListItemInventoryDashboard tr,
.tableItemProductIntra thead tr,
.tableListItemInventoryDashboard thead tr,
.tableItemProductIntra thead tr:last-child,
.tableListItemInventoryDashboard thead tr:last-child {
    border-bottom: 1px solid rgba(97, 75, 60, 0.3);
}
.tableItemProductIntra tr:last-child,
.tableListItemInventoryDashboard tr:last-child {
    border-bottom: none;
}
.tableItemProductIntra tr td,
.tableListItemInventoryDashboard tr td {
    width: 40%;
    padding: 5px 8px;
    text-align: center;
}
.tableItemProductIntra tr td:first-child,
.tableListItemInventoryDashboard tr td:first-child {
    width: 40%;
    text-align: left;
    padding: 5px 8px;
    font-family: 'New_Spirit_Light_Condensed';
    font-size: 15px;
}
.pp-inventory-dashboard h3 {
    font-family: 'New_Spirit_SemiBold_Condensed';
    color: #F9F2DF;
    font-size: 45px;
    margin-bottom: 20px;
}
.tableListItemInventoryDashboard input[type="checkbox"],
.tableItemProductIntra input[type="checkbox"] {
    font-size: 0;
    position: relative;
    appearance: none; /* Elimina el estilo del sistema operativo */
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Opcional: Elimina el borde y fondo predeterminados */
    border: none;
    outline: none;
    background-color: transparent;
    height: 20px;
    width: 20px;
    margin: 0;
}
.tableListItemInventoryDashboard input[type="checkbox"]::after,
.tableItemProductIntra input[type="checkbox"]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/test/addTopp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .5s ease;
    top: 0;
    left: 0;
}
.tableListItemInventoryDashboard input[type="checkbox"]:checked::after,
.tableItemProductIntra input[type="checkbox"]:checked::after {
    background-image: url(../img/test/checkTopp.png);
}


.generalBtn {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    background-color: #F9F2DF;
    border-radius: 25px;
    text-decoration: none;
    color: #311F1B;
}
.generalBtn.brown {
    background-color: #311F1B;
    border: 2px solid #311F1B;
    display: block;
    width: max-content;
    min-width: 200px;
    text-align: center;
    position: relative;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #F9F2DF;
    text-transform: uppercase;
    border-radius: 40px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s ease;
    margin: auto;
}

.generalBtn::before, 
.generalBtn::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    border-radius: 50% 50% 0 0;
    z-index: 0;
}
.generalBtn::before {
    bottom: -150%;
    left: -150%;
    transform-origin: bottom left;
    transition: all .6s ease;
    background-color: #614b3c;
}
.generalBtn::after {
    bottom: -150%;
    right: -150%;
    transform-origin: bottom right;
    transition: all .3s ease;
    background-color: #311f1b;
}
.generalBtn::after {
    background-color: #B3977D;
/*    border: 2px solid #B3977D;    */
}
.generalBtn.brown::after {
    background-color: #614b3c;
}
.generalBtn.brown span {
    transition: all .5s ease;    
}
.generalBtn.brown:hover span {
    color: #f9f2df;
}
.generalBtn:hover::before {
    bottom: 0;
    left: 0;
    transition: all .3s ease;
}
.generalBtn.brown::before {
    background-color: #B3977D;
}
.generalBtn:hover::after {
    bottom: 0;
    right: 0;
    transition: all .6s ease;
}
.generalBtn span {
    position: relative;
    z-index: 10;
}

.logOutBtb.generalBtn span {
    color: #311F1B;    
}

.cont-login-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #311F1B;
}

.pp-login-container {
    background-color: #614b3c;
    border-radius: 25px;
    margin-top: 5px;
    width: 300px;
    color: #F9F2DF;
}
.pp-login-container h3 {
    font-family: 'New_Spirit_Semibold_Condensed';
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pp-login-container p {
    margin: 15px 0;
}
.pp-login-container input {
    height: 30px;
    margin-top: 5px;
    border-radius: 25px;
    border: none;
    outline: none;
    padding: 0 10px;
    background-color: #F9F2DF;
    color: #311F1B;
}
.pp-login-container label {
    font-family: 'New_Spirit_Regular_Condensed';
}


.detailsContIntranePedidos {
    margin-bottom: 10px;
}
.nameItemProductIntraPedidos {
    background: #311F1B;
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 1px solid #ccd0d4;
    outline: none;
    font-size: 20px;
    border: none;
    border-radius: 25px;
    color: #F9F2DF;
    font-family: 'New_Spirit_Regular_Condensed';
    display: flex;
}
.pp-orders-dashboard {
    margin: 100px auto 0;
    width: 90%;
}
.pp-orders-dashboard h3 {
    font-family: 'New_Spirit_SemiBold_Condensed';
    color: #F9F2DF;
    font-size: 45px;
    margin-bottom: 20px;
}

.titleTablePedidos{
    display: flex;
    font-weight: bold;
    padding: 12px 15px;
    background: #f5f5f5;
    /* border: 1px solid #ccd0d4; */
    border-bottom: none;
    font-size: 24px;
    background-color: #311F1B;
    border-radius: 25px;
    color: #f9f2df;
    margin-bottom: 10px;
    font-family: 'New_Spirit_SemiBold_Condensed';
}

.statusItemProductIntraPedidos {
    color: #311F1B;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;    
    background-color: #614b3c;
}

.conBottomItemPedido {
    padding: 20px;
    background: #f9f2df;
    border-radius: 25px;
}  
.conBottomItemPedido h4 {
    font-family: 'New_Spirit_SemiBold_Condensed';
    color: #311F1B;
    font-size: 30px;
    margin-bottom: 20px;    
}
.conBottomItemPedido li div {
    font-family: 'New_Spirit_Regular_Condensed';    
    color: #311F1B;
}
.conBottomItemPedido li {
  font-family: 'New_Spirit_Light_Condensed'; 
}


.conBottomItemPedido .generalBtn {
    margin: 0;
}
.pp-store-menu {
    margin: 100px auto;
    width: 90%;
    margin: 140px auto 0;
    background-color: #311F1B;
    color: #f9f2df;
    padding: 20px;
    border-radius: 25px;
}
.pp-store-menu h3 {
    font-family: 'New_Spirit_SemiBold_Condensed';
    font-size: 30px;
    margin-bottom: 30px;
}




