.sproduct_typediv{
    position: relative;
    width: 73.6%;
    margin: 0px auto 150px auto;
    min-width: 1200px;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.sproduct_typetitle{
    text-transform: uppercase;
    font-family: 'Montserrat';
	font-weight: 300;
    font-size: 30px;
	color: #000;
    margin: 75px auto 0 auto;
    text-align: center;
}
.sproduct_type{
    border: 1px solid rgba(0,0,0,0);
    width: 21.563%;
    margin: 75px 1.7% 0 1.7%;
    cursor: pointer;
}
.sproduct_type:hover{
    border: 1px solid #c6c6c6;
}
.sproduct_typeimg>img{
    width: 215px;
    margin: 35px auto 0 auto;
}
.sproduct_typeimg{
    display: flex;
    justify-content: center;
}
.sproduct_name{
    font-family: 'Montserrat';
	font-weight: 700;
    font-size: 15px;
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.sproduct_title2{
    font-family: 'Montserrat';
	font-weight: 300;
    font-size: 30px;
    color: #000;
    margin-top: 150px;
    text-align: center;
    margin-bottom: 75px;
}
.sproduct_topic{
    width: 30%;
    border: 1px solid #c6c6c6;
    margin: 0 1.65%; 
    cursor: pointer;
}
.sproduct_topicimg{
	text-align: center;
    margin: 40px 0;
}
.sproduct_topicname{
	text-align: center;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 15px;
    color: #000;
}
.sprt_crumbs{
    position: absolute;
    left: 0%;
    margin-left: 1.7%;
}
.sprt_crumbs>span{
    display: inline-block;
    margin: 0 5px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    cursor: pointer;
    font-size: 13px;
}
.sprt_crumbs>span:first-of-type{
    margin-left: 0px;
}
.sprt_crumbs>span:last-of-type{
    cursor: default;
}