
.brooks-product-list .product-item {
    position: relative;
    margin-bottom: 60px;
}
.brooks-product-list .hot-item {
    padding-left: 34.5px;
    padding-right: 34.5px;
}
.brooks-product-list .product-item .hot-icon {
    position: absolute;
    right: 35px;
    top: 35px;
}

.brooks-product-list .product-item .thumbnail-center {
    width: 226px;
    height: 226px;
    max-width: 226px;
    max-height: 226px;
    overflow: hidden;
    position: relative;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.brooks-product-list .hot-item .thumbnail-center {
    width: 272px;
    height: 272px;
    max-width: 272px;
    max-height: 272px;
    overflow: hidden;
    position: relative;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}


.brooks-product-list .product-item .quick-hover-box {
    background-color: #0270BF;
    color: #FFF;
    font-size: 0.8em;
    padding: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.brooks-product-list .hot-item .quick-hover-box {
    background-color: #01AED7;
}
.brooks-product-list .product-item > a:hover .quick-hover-box,
.brooks-product-list .product-item > a:active .quick-hover-box,
.brooks-product-list .product-item > a:focus .quick-hover-box {
    display: block;
}


/*color box */
.brooks-product-list .color-box {
    width: 220px;
    max-height: 88px;
    overflow: hidden;
    margin:0 auto 10px;
}
.brooks-product-list .color-box ul,
.brooks-product-list .color-box li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.brooks-product-list .color-box .color-item {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.brooks-product-list .color-item img {
    width: 29px;
    height: 29px;
    max-width: 29px;
    max-height: 29px;
    overflow: hidden;
    border: 2px solid #C8C4C0;
}
.brooks-product-list .color-item img.active,
.brooks-product-list .color-item img:hover,
.brooks-product-list .color-item img:active,
.brooks-product-list .color-item img:focus {
    border: 2px solid #1A74BF;
}
.brooks-product-list .color-box .color-item:nth-of-type(5) .change_target,
.brooks-product-list .color-box .color-item:nth-of-type(6) .change_target,
.brooks-product-list .color-box .color-item:nth-of-type(7) .change_target,
.brooks-product-list .color-box .color-item:nth-of-type(8) .change_target,
.brooks-product-list .color-box .color-item:nth-of-type(9) .change_target,
.brooks-product-list .color-box .color-item:nth-of-type(10) .change_target {
    display: none;
}
.brooks-product-list .color-box:hover .color-item:nth-of-type(5) .change_target,
.brooks-product-list .color-box:hover .color-item:nth-of-type(6) .change_target,
.brooks-product-list .color-box:hover .color-item:nth-of-type(7) .change_target,
.brooks-product-list .color-box:hover .color-item:nth-of-type(8) .change_target,
.brooks-product-list .color-box:hover .color-item:nth-of-type(9) .change_target,
.brooks-product-list .color-box:hover .color-item:nth-of-type(10) .change_target {
    display: block;
}
.brooks-product-list .color-box .color-item:nth-of-type(5):after {
    content: "";
    visibility: visible;
    width: 29px;
    height: 29px;
    cursor: pointer;
    display: block;
    background-image: url('../../images/color_more.png');
}
.brooks-product-list .color-box:hover .color-item:nth-of-type(5):after {
    display: none;
}

.brooks-product-list .product-item h3 {
    color: #6d665f;
    width: 226px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.3em;
    font-family: "NeoSansStd-Medium", "微軟正黑體", "Microsoft JhengHei" !important;
}

.brooks-product-list .hot-item h3 {
    color: #6d665f;
    width: 272px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.3em;
    font-family: "NeoSansStd-Medium", "微軟正黑體", "Microsoft JhengHei" !important;
}

.search_title{
    color: #0072bc;
    display:inline-block;
    margin:10px 0 15px 0;
}
.search_wrap{
    width:100%;
    max-width:400px;
    position:relative;
    padding-right:50px;
}
.search_wrap input{
    width:100%;
    height:32px;
    color:#bdbdbd;
    outline:none;
    border:1px solid #dad5c4;
    padding-left:10px;
    font-size:16px;
}
.search_btn_blue{
    width:50px;
    height: 100%;
    position:absolute;
    top:0;
    right:0;
    background-color:#0072bc;
    border:0;
    outline:none;
}
.search_btn_blue span{
    color:#fff;
}
.search-list{
    min-height:100px;
}
@media (min-width: 768px) {
    .search-list{
        min-height:380px;
    }
}
.shoefinder_icon{
    width:50px;
    height:50px;
    background-size:50px 50px;
    position:absolute;
    top:0;
    right:0;
    z-index:1;
}
.shoefinder_html h1,.shoefinder_html p,.shoefinder_html a,.shoefinder_html strong{
    color:#fff;
}
@media screen and (max-width: 768px){
    .bannerImg{
        display:none;
    }
}