/* CSS Document */

#product {
	max-height: 300px;
	max-width: 1000px;
	margin-left: 0;
}



#mainbox{
	background-image: none;
	padding-top: 0px ;
}

.detailbox h4 {
	margin:0 5px;
}


.itemCat {
    background-color: #5dadff;
    color: #FFF;
    margin: 18px 0 0 0;
    text-indent: 0.5em;
    min-height: 35px;
    line-height: 1.8em;
}

#detailewrap2 ,#detailewrap3 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.iconbox{
	height: auto;
	margin-bottom: 15px;
}

#product{
	min-height: 100px;
	max-height: 300px;
	height: 300px;
	width: 1000px;
}
#gotodetail{
	margin-top:0px;

	float:none;
	position: absolute;
	right: 50px;
	bottom:10px;
	width: 242px;
	margin-top:0;
	padding-right:0;
	color:#333;
}



@media screen and (max-width: 958px){
#gotodetail {
    margin: 15px 0 0 20px;

}
#viewwrap{
	margin-top: 95px;
}
}
