﻿.product-item {
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

.product-item .product-thumb {
    text-align: center;
    position: relative
}

.product-item .product-info {
    background-color: #e1e8ec;
    padding: 10px;
    text-align: center
}

.product-item .product-info .title {
    margin-bottom: 6px
}

.product-item .product-info .title a {
    font-size: 16px;
    color: #252525
}

.product-item .product-info .title a:hover {
    color: #db261d
}

.product-item .product-action {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.product-item .product-action .btn-theme {
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.36);
    border-radius: 17px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 116px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0
}

.product-item .product-action .btn-theme:hover {
    color: #fff;
    background-color: #252525
}

.product-item:hover .product-action {
    opacity: 1;
    bottom: 17px
}

.btn-theme {
    background-color: #db261d;
    border-color: #db261d;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding: 21px 37px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

/* detail */
.single-product-info {
    margin-top: -9px;
    padding-left: 9px
}
.single-product-thumb .thumb-item {
    max-width: 100%
}

.single-product-info .title {
    font-size: 42px;
    margin-bottom: 7px
}

.single-product-info .product-desc {
    color: #252525;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px
}

.back{
    margin:15px 0 0 9px;
    background-color: #db261d;
    border-color: #db261d;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    padding:5px 20px;
    border-radius: 5px;
}

.back a{font-size: 15px;color: #fff;}

.desc{margin-top:50px;}

.desc .title {
	line-height: 54px;
	font-size: 16px;
    font-weight: 600;
	color: #db261d;
	border-bottom: 3px solid #e1e8ec;
	margin-bottom: 20px
}

.desc .remark{min-height: 400px;}
.desc .remark p{text-indent: 0;}

@media (max-width: 767px) {
    .single-product-info .title{
        font-size: 32px;
        margin: 10px 0;
    }
}