.box-bs h1 {
    display: inline-block;
    position: relative;
    color: #e92431;
    text-align: center;
    font-size: 45px;
    border-bottom: 2px solid #e92431;
    line-height: 1.2;
}

.box-bs h1 span {
    color: #2f3990;
}

/* Slider */

.slick-slide {
    margin: 10px;
}

.bs-slider {
    margin: 50px 0;
}

.slider-box {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    padding: 3px;
    background: #fff;
    position: relative;
    outline-style: none;
}
.slider-img{
    height: 230px;
    overflow: hidden;
}
img.img-pp-full {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
}
img.img-pp-full:hover{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.slider-content {
    /*padding: 10px 10px 3px 10px;
	padding: 10px 0px 3px 10px;*/
	margin-top: 10px;
    overflow: hidden;
}

.slider-price {
    border-bottom: 1px solid #8d8d8d;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
	margin-bottom: 15px;
}

.sprice {
    font-size: 20px;
    float: left;
    line-height: 1;
    color: #d72926;
	margin-top: 12px;
}

.samount {
    font-size: 16px;
    float: right;
    line-height: 1;
    margin-top: 5px;
    color: #707070;
}

.s-text {
    color: #707070;
    font-size: 14px;
    margin-bottom: 5px;
}

.s-name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
	height: 40px;
    overflow: hidden;
}

.s-btn {
    margin-top: 1px;
    text-align: center;
}

.btn-sbuy {
    background-color: #d72926;
    width: 80%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.btn-sbuy:hover, .btn-sbuy:focus {
    color: #fff;
    background-color: #ab0c09;
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev:before, .slick-next:before {
    color: #737373;
    font-size: 40px;
}

/* Cate */

.box-cate {
    margin: 50px 0;
}

.cate-group {
    margin-bottom: 15px;
    overflow: hidden;
}

/* .box-cate .row .col-sm-3,
.box-cate .row .col-sm-6{
    padding-left: 0;
    padding-right: 0;
} */

.hovereffect {
    width: 100%;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3em;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(31%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    font-size: 24px;
    background-color: transparent;
    padding: 15% 0 10px 0;
    text-align: center;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.hovereffect:hover img {
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(31%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
}

.hovereffect:hover .overlay:before, .hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* List */

.sp-list-head {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 3px solid #fff;
    position: relative;
    height: 410px;
    overflow: hidden;
    margin-bottom: 15px;
}

.sp-bg img {
    position: relative;
    z-index: 2;
}

.sp-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(69%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    z-index: 5;
    text-align: center;
}

h1.text-head {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    z-index: 10;
    border-bottom: 2px solid #e92431;
}

.sp-list-box{
    position: relative;
    padding: 3px;
    background-color: #fff;
    height: 410px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.s-btn.list{
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: 15;
}
img.img-full-w{
    width: 100%;
}
.box-ad-slider{
    margin: 50px 0;
}

.mb{
    display: none;
}


@media (max-width:768px){
    .slider-img{
        height: 210px;
    }
    .sprice {
        font-size: 15px;
		margin-top: 12px;
    }

    .samount {
        font-size: 14px;
        margin-top: 3px;
    }

    .s-text {
        font-size: 14px;
    }

    .s-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 600;
        height: 44px;
        overflow: hidden;
    }
    .sp-list-head {
        height: 380px;
    }
    .sp-list-box{
        height: 380px;
    }

    .hovereffect {
        height: 250px;
    }

    .sp-list-head {
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
        background-color: transparent;
        border: 0px solid #fff;
        position: relative;
        height: 50px;
        overflow: hidden;
        margin-bottom: 15px;
        background-image: none !important;
    }
    h1.text-head {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        color: #fff;
        font-size: 24px;
        text-shadow: 0 0px 0 rgba(0, 0, 0, 0.5);
        z-index: 10;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        background-color: #000;
    }

    .sp-bg {
        position: relative;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(69%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
        z-index: 5;
        text-align: center;
    }
    .s-btn.list{
        display: none;
    }
    .mb{
        display: block;
        margin-bottom: 20px;
    }
}
