@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: #0500bb;
    background: #fff;
    text-decoration: none;
    transition-property: background;
}

.logout:hover{
    background: #0500bb;
    color: #fff;
    border-color: #444;
}

.wrapper .sidebar {
    background: #fff;
    
    position: fixed;
    left: 0;
    width: 270px;
   top: 70px;
   bottom: 0;
   overflow-y: scroll;
    transition: 0.4s;
    transition-property: left;
    
    

}

.sidebar .logo {
    width: 140px;
    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: #E2EBE9;

}

.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: #0500bb;
  margin: 1em;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
  border-radius: 3px;
  height: 290px;
  width: 800px;
  -moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;
  -webkit-box-shadow: 0 3px 9px -3px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);box-shadow: 0 3px 9px -3px rgba(0, 0, 0, 0.3);
  color: #fff;
}


.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;
  
}

.Card1 .description .summary {
  font-size: 15px;
  padding: 0.5em 0px;
  font-weight: bold;
}


.Card1 a {
    text-decoration: none;
    color: #fff;
}

.Card1 .description h2 {
  color: #fff;
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 400;
}
.Card1 .description p {
    padding: 2em 0px 1em 0.5em;
}
.borderfade a {
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  text-decoration: none;
}

.borderfade a:before, .borderfade a:after {
 
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.borderfade a:before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.borderfade a:after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.borderfade a:hover, .borderfade a:focus {
  color: #042e29;
}
.borderfade a:hover:before, .borderfade a:hover:after, .borderfade a:focus:before, .borderfade a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}



