body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
}

.register{
	text-align: center;
	margin-top: 10px;
}
.register img{
	    width: 200px!important;
}

.search{font-size: 12px;}

 p {
    padding: 5px 0;
	line-height: 22px;
	text-align: justify;
	margin: 0;
 }

h1{
    font-size: 22px;
    font-weight: 400;
}

section h2
{
    font-size: 19px;
    font-weight: 400;
	margin: 0;
	 padding: 0;
	 line-height: 0px;
}
section ul{
	list-style-type: none;
  padding-left: 5px;
}

section li{
	  line-height: 15px;
}



h2{
    font-size: 20px;
    font-weight: 400;
}


main{background-color: #333;
    color: #fff;
    padding: 10px 0;}
	
footer{
	 background-color: #444;
    color: #fff;
    padding: 15px 0;
	font-size: 14px;
	text-align: center;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.nav {
    background-color: #444;
    padding: 10px 0;
	text-align: center;
}

.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline-block;
    margin-right: 20px;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.menu li a:hover {
    color: red;
}

.menu-toggle {
    display: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    text-align: right;
}

@media (max-width: 768px) {
    .menu li {
        display: block;
        margin-bottom: 10px;
    }

    .menu-toggle {
        display: block;
    }

    .menu {
        display: none;
        width: 100%;
        text-align: center;
        background-color: #444;
        padding: 10px 0;
    }

    .menu.active {
        display: block;
    }

    .menu li a {
        font-size: 18px;
        padding: 10px 0;
        display: block;
    }
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.iteam {
    display: flex;
    background: white;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
	background-color: #444;
}

.iteam-image img {
    width: 330px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.iteam-info {
    padding:0 20px 20px 20px;
}

.price {
    font-size: 20px;
    color: red;
}

.buy, .cart {
    padding: 10px 15px;
    margin-top: 10px;
    border: none;
    cursor: pointer;
	border-radius: 8px;
}

.buy {
    background-color: green;
    color: white;
	font-weight: 700;
	font-size: 20px;
}

.buy:hover {
    background-color: orange;
}

@media (max-width: 768px) {
    .iteam {
        flex-direction: column;
        align-items: center;
    }
}

.star, .voite {
    display: inline-block;  
    margin-right: 10px;     
}

.star {
    font-size: 14px; 
}

.voite {
    font-size: 14px;;  
    color: #fff;  
    margin-bottom: 12px;
}

.category{margin-bottom: 12px;
font-size: 14px;
}
.category a, .category a:visited{color:#ffb916; text-decoration: none;}
.category a:hover{color:red;}

.table {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #5f5f5f;
}

td, th {
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}

td.fw-bold {
  font-weight: bold;
}

tr:nth-child(odd) {
  background-color: #333;
  color: #fff;
}

tr:nth-child(even) {
  background-color: #444;
  color: #fff;
}

@media (max-width: 768px) {
  table {
    width: 100%;
    font-size: 14px;
  }

  td, th {
    padding: 8px;
  }

  .table {
    overflow-x: auto;
  }
}
