.index_product_title {
    margin-top: 0;
}
.product_out {
    padding-bottom: 50px;
}


/*第三層分類樣式待補*/

.subimg > div {
    padding: 0 5px;
}
.product_detail_right {
    padding: 0 4%;
    color: #4B4B4B;
}
.product_name {
    padding: 1em;
    font-size: 2em;
    background-color: #02A9FF;
    color: #FFF;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.index_product_price {align-items: baseline;}
.index_product_price .price {
    font-size: 1.8em;
    color: #FF0000;
    font-weight: 600;
}
.product_info {padding: 0 4%;}
.product_info1 {
    width: 95%;
    padding: 2em 15px 3em;
    min-height: 350px;
    word-wrap: break-word;
    margin-top: -36px;
    margin-left: 5%;
    border-top: 3px #02A9FF solid;
    background-color: #E5F6FF;
    z-index: -1;
}
.product_info1title span {
    display: inline-block;
    width: 330px;
    font-size: 1.25em;
    color: #FFF;
    text-align: center;
    padding: 1em;
    letter-spacing: 0.1em;
    font-weight: 600;
    background-image: url(../images/website_image/product/product_detail.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.product_info1title:after {
    content: "";
    width: 2.5em;
    display: inline-block;
    height: 2px;
    vertical-align: middle;
    background-color: #02A9FF;

}
.product_price {
    margin-top: 5px;
    display: flex;
}
.product_price span {
    flex-grow: 2;
    height: 50px;
    border: 1px #A0A0A0 solid;
    color: #02A9FF;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_price span.del {
    flex-grow: 1;
    color: #000;
    font-size: 0.9em;
}

.product_back {
    margin: 30px 0;
    text-align: center;
}
.product_back a {
    padding: 1em 2em 1em 1em;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFF;
    background-color: #20384D;
    width: 550px;
    max-width: 100%;
    vertical-align: middle;
    cursor: pointer;
}
.product_back img {
    vertical-align: middle;
    height: 1.1em;
    margin: 0 1em;
}
.product_back a:hover {
    background: #3BA3D3;
}

/*加入購物車表單*/
.add_row {margin: 0.5em 0;}
.add_name {
    font-size: 1.2em;
    line-height: 2em;
    color: #A0A0A0;
    font-weight: bold;
}
#product_num #number {
    border: 1px #9E9E9E solid;
    border-radius: 5px;
    padding: 0.5em;
    color: #9E9E9E;
}
#product_num #number:focus {
    outline: none;
    background-color: #9E9E9E;
    color: #FFF;
}
.add_btn button {
    
    margin: 10px 0;
    background: #4B4B4B;
    color: #fff;
    padding:0.7em 0.5em;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.add_btn button:hover {
    background: #DA4E40;
}
.add_btn button:first-child {
    width: 68%;
}
.add_btn button:last-child {
    width: 30%;
}

/*規格樣式待補*/