@import url('https://fonts.googleapis.com/css2?family=Jost&family=Merriweather+Sans&display=swap');
body {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
    box-sizing: border-box;
}

.wrapper {
    z-index: 1;
    position: relative;
    width: (100% - 0%);
    height: 70px;
    top: 0;
    display: flex;
}

header {
    position: fixed;
    background: #0500bb;
    padding: 20px;
    width: 100%;
    height: 30px;
}

.left h3 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;

}

.logout {
    padding: 5px;
    float: right;
    margin-right: 40px;
    margin-top: -30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #0500bb;
    text-decoration: none;
    transition-property: background;
}

.logout:hover{
    background: #ffffff;
    color: #133935;
}

.wrapper .sidebar {
    background: #ffffff;
    
    position: fixed;
    left: 0;
    width: 270px;
   top: 70px;
   bottom: 0;
   overflow-y: scroll;
    transition: 0.4s;
    transition-property: left;
    
    

}

.sidebar .logo {
    width: 150px;
    height: 120px;
    margin-bottom: 10px;
    margin-left: 10px;

}

.sidebar .search {
    text-align: center;
    border: 0;
    border-radius: 15px;
    width: 110px;
    height: 20px;
}

.sidebar i {
    padding-left: 10px;
    color: #559B93;


}

.sidebar .menu {
    margin-top: 20px;
    color: #0500bb;
    display: block;
    width: 100%;
    line-height: 25px;
    text-decoration: none;
    padding-left: 35px;
    box-sizing: border-box;
    transition: 0.3s;
    transition-property: background;
    overflow: auto;
    margin-bottom: 10px;
}

.sidebar .menu_large {
    margin-top: 20px;
    color: #0500bb;
    display: block;
    width: 100%;
    line-height: 30px;
    text-decoration: none;
    padding-left: 40px;
    box-sizing: border-box;
    transition: 0.3s;
    transition-property: background;
    margin-bottom: 15px;

}
.sidebar .menu:hover {
    background: #0500bb;
    color: #fff;
}

.sidebar .menu_large:hover {
    background: #0500bb;
    color: #fff;
}

.sidebar-btn {
    z-index: 1;
    color: #0B4B3D;
    position: fixed;
    cursor: pointer;
    left: 380px;
    font-size: 20px;
    margin: 5px 0;
    transition: 0.3s;
    transition-property: color;
}

.sidebar-btn:hover {
    color: #8BBCB1;

}

.wrapper.collapse .sidebar {
    left: -180px;
    width: 70px;
    background: #ffffff;

}

.wrapper.collapse .sidebar a span {
    display: none;
}

.wrapper.collapse .sidebar a {
   font-size: 20px;
   margin-left: 195px;
   width: 80px;
   transition-property: background;
   transition: 0.3s;

}

.wrapper.collapse .sidebar a:hover {
   font-size: 20px;
   margin-left: 195px;
   width: 80px;
   background: #E2EBE9;

}

.wrapper.collapse .sidebar .logo {
   width: 60px;
   height: 50px;
   margin-left: 190px;
   }

.wrapper.collapse .main-content {
  
   margin-left: 120px;
   }



#check {
    display: none;
}

.wrapper .main-content {
    width: (100% - 450px);
   
    height: 100%;
    margin-top: 80px;
    margin-left: 250px;
    padding: 15px;
    overflow: visible;
    


}

.main-content p {
    font-size: 30px;

}

.linea {
  border-top: 1px solid;
  height: 2px;
  padding: 0;
  max-width: 1600px;
  min-width: 500px;
  width: 100%;
  margin: 20px auto 0 auto;
  border-color: #E6E6E6;
}

.Card1 {
    border-top: 1px;
  position:static;
  background: #fff;
  margin: 1em;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
  border-radius: 3px;
  height: 250px;
  width: 600px;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
  -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}


.Card1 .description{
 margin-left: 30px;
  height: 100%;
  width: 60%;
 
}

.Card1 .description .product_name {
  font-size: 18px;
  padding: 0.5em 0px;
  font-weight: bold;
}

.Card1 .description .product_price {
  font-size: 15px;
  padding: 0.5em 0px;
  font-weight: bold;
}

.Card1 .description .summary {
  font-size: 15px;
  padding: 0.5em 0px;
  font-weight: bold;
}




.Card1 .description h2 {
  color: #9b9b9b;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
}
.Card1 .description p {
    padding: 2em 0px 1em 0.5em;
}


.login-box{
  width: 320px;
  height: 420px;
  background: #fff;
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 70px 30px;
}

.login-box h1{
  padding: 0 0 20px;
  margin:0;
  text-align: center;
  font-size: 22px;
  margin-top: 100px;
}

.login-box .avatar {
  width: 150px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 85px;
}
.login-box label{
margin: 0;
padding: 0;
display: block;
font-weight: bold;
}
.login-box input{
  width: 100%;
  margin-bottom: 20px;
  background: transparent;
  outline: none;
  color: #000;
  border: none;
 border-bottom: 1px solid #000;
}

.login-box button{
  border: none;
  outline: none;
  height: 40px;
  background: #0500bb;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  width:100%;
}


.login-box li, a{
  margin-top: 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  color: darkgrey;

}