@charset "utf-8";
/* CSS Document */

section .section-title {
    margin-left: 16px
}

.section-title {
    text-transform: uppercase;
    margin: 0 auto 18px;
    text-align: left
}

    .section-title h2 span {
        background-color: #636e72;
    }

    .section-title h2 {
        font-size: 2.2rem;
        font-weight: bold;
		color: #2d3436;
    }
.item-box {
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    min-height: 280px;
    margin-bottom: 25px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

    .item-box:hover {
        border: 2px solid #aaa;
        box-shadow: 1px 1px 20px 1px #ddd
    }

    .item-box .item-image {
        padding: 20px;
        position: relative
    }

        .item-box .item-image span {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #fff;
            background-color: #488dd8;
            font-size: 1.2rem;
            font-weight: bold;
            border-radius: 50%;
            text-align: center;
            z-index: 98
        }

        .item-box .item-image img {
            display: block;
            max-height: 130px;
            margin: 5px auto;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out
        }

        .item-box .item-image:hover img {
            transform: scale(1.1)
        }
.item-content{
    padding:0 5px;

}
.item-box .item-content .item-title {
    min-height: 42px;
    text-align: center;
	color: #2d3436;
}
	.item-box .item-content .item-title:hover{ color:#fdcb6e; }
        .item-box .item-content .item-title h3 {
            font-size: 1.6rem;
            display: block;
            font-weight: normal;
            line-height: 1.4;
            color: #484848
        }

            .item-box .item-content .item-title h3:hover {
                color: #e23e57
            }

    .item-box .item-content .item-price {
        margin: 8px;
        text-align: center
    }

        .item-box .item-content .item-price span {
            color: #E64A19;
            font-size: 1.8rem
        }

   

    .item-box:hover .item-image {
        opacity: .7
    }



.item-box:hover .item-content {
    visibility: visible;
}
	
	
.guarantee-area {
    overflow: hidden;
    padding: 5px 0;
    background-color: #eee;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08)
}

    .guarantee-area .guarantee-box {
        text-align: center;
        border-right: 1px solid #ddd;
        margin-top: 10px;
        padding: 15px 0
    }

        .guarantee-area .guarantee-box:last-child {
            border-right: 0
        }

        .guarantee-area .guarantee-box a {
            display: block;
            border-right: 1px solid rgba(255,255,255,0.1)
        }

        .guarantee-area .guarantee-box .guar-box-icon {
            padding-top: 8px;
            padding-left: 12%;
            font-size: 30px;
            color: #ff7675;
        }

        .guarantee-area .guarantee-box a .guar-box-text {
            color: #666;
            padding-right: 10px;
            text-align: left
        }

            .guarantee-area .guarantee-box a .guar-box-text h4 {
                margin-bottom: 10px
            }

            .guarantee-area .guarantee-box a .guar-box-text span {
                color: #2c679c;
                font-size: 1.35rem
            }

.guarantee-area2 {
    overflow: hidden;
    padding: 5px 0;
    margin-top: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08)
}

    .guarantee-area2 .guarantee-box {
        text-align: center;
        padding: 15px 0;
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 20px
    }

        .guarantee-area2 .guarantee-box a {
            display: block
        }


            .guarantee-area2 .guarantee-box a .guar-box-image-1 {
                width: 58px;
                height: 50px;
                background-position: -2px -2px
            }

            .guarantee-area2 .guarantee-box a .guar-box-image-2 {
                background-position: -2px -54px
            }

            .guarantee-area2 .guarantee-box a .guar-box-image-3 {
                background-position: -2px -106px
            }

            .guarantee-area2 .guarantee-box a .guar-box-image-4 {
                background-position: -2px -158px
            }

            .guarantee-area2 .guarantee-box a .guar-box-text {
                margin-top: 20px;
                color: #005792
            }

                .guarantee-area2 .guarantee-box a .guar-box-text h4 {
                    margin-bottom: 5px
                }

        .guarantee-area2 .guarantee-box:hover .guar-box-image-1, .guarantee-area2 .guarantee-box:hover .guar-box-image-2, .guarantee-area2 .guarantee-box:hover .guar-box-image-3, .guarantee-area2 .guarantee-box:hover .guar-box-image-4 {
            animation: action 600ms;
            -moz-animation: action 600ms;
            -webkit-animation: action 600ms;
            -o-animation: action 600ms
        }	
	
	
@media(max-width:768px) {


    ul.topbar-right > li:nth-child(2) > a {
        border-left: none
    }

    .guarantee-area {
        overflow: hidden;
        margin-top: 20px;
        padding: 5px 0;
        background-color: #eee;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.08)
    }

        .guarantee-area .guarantee-box {
            border-right: 0
        }

            .guarantee-area .guarantee-box a .box1, .guarantee-area .guarantee-box a .box3 {
                border-right: 0
            }

    .cart-area {
        padding-bottom: 6px
    }


}
	
@media only screen and (max-width:992px) {
    .guarantee-area .guarantee-box a .guar-box-text {
        padding-right: 70px
    }

    .guarantee-area .guarantee-box:nth-of-type(2) {
        border-right: 0
    }

    .guarantee-area .guarantee-box a .box2 {
        border-right: 0
    }
}	