a
{
text-decoration:none;
}

.prod_body a:link {
  color: black;
}

/* visited link */
.prod_body a:visited {
  color: black;
}

/* mouse over link */
.prod_body a:hover {
  color: black;
}

/* selected link */
.prod_body a:active {
  color: black;
}
.prod_container
{
display: flex;
    width: 100%;
    background-color: opacity;
    flex-direction: column;
    justify-content: center;
    align-items: center; padding: 2em 1em 2em 1em;
}

.prod_body
{
width: 80%; 
    display: flex;
    flex-direction: column;
    background-color: opacity; row-gap: 3em;
    justify-content: center;
    align-items: center;
}

.part-2
{
	display: flex;
    column-gap: 2em;
    justify-content: center;
    width: 60%;
}
.form-item
{
background-color: opacity;
    width: 100%;
    display: flex;
    column-gap: 2em;
}
.form-item select,p
{
font-size: 20px;
    border-radius: 5px;
    padding: 5px;
}
#space-sell-price{display: flex;
    align-items: center;
    font-size: 20px;
    column-gap: 10px;}
#p-add-t-cart{}
.prod_cover_img{width: 40%;
    background-color: opacity;
    display: flex;
    justify-content: flex-end;
    align-items: center;
 }
.prod_cover_img img{width:260px; height:301px; box-shadow: 9px 7px 20px -10px rgba(0, 0, 0, 0.78);border-radius:10px;
}
#p-add-t-cart {
    margin: 1em auto auto 0em;
    padding: 10px 20px 10px 20px;
}
.prod_detail
{
width: 60%;
    background-color: opacity;
    display: flex;
    justify-content:start;     flex-direction: column;}

.prod_name{height: 44px; width: 100%;
    background-color: opacity;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;}
.prod_name h1{font-size:17px;}
.prod_name h1 a{text-decoration:none;}
