.product-box{
    border: #b0adad solid 1px;
    margin: 20px 0;
    text-align: center;
    height: 350px;
    /*overflow-y: hidden;*/
}

@media screen AND (max-width: 768px) {
    .product-box {
        margin-bottom: 80px;
    }
}

.product-box a img{
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    height: 200px;
    border-radius: 2px;
}

.product-name{
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    color: #373737;
}

.product-name a:hover{
    text-decoration: none;
    cursor: pointer;
}

.products ul li{
    line-height: 2;
    list-style: circle;
    margin-left: 20px;
}

.product .product-title span{
    float: right;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    padding-top: 15px;
}

.product .product-title span a {
    color: #666;
}
.product-detail a{
    color: #66F;
}

.sp h4{
    font-size: 24px;
    color: #565656;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.text-strong{
    font-weight: bold;
}

.float-right{
    float: right;
}

/*Modal  */
.modal-header {
    padding-bottom: 5px;
    background-color: #eeeeee;
}

.form-control{
    border: 1px solid #ccc !important;
    /*border-radius: 4px !important;*/
}

.products ul li a:hover , .title span a:hover{
    text-decoration: none;
}

.text-red{
    color: red;
}

.row{
    margin-bottom: 10px;
}

.box-border{
    border-radius: 2px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: white;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .bg-product {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.sp{
    border-bottom: 1px dashed #ccc;
}

.product .product-title {
    border-bottom: #19649b solid 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.product-box .product-short-decription {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 24px;
    max-height: 72px;
}

.sf-menu li a:hover , .category-item-title a:hover{
    text-decoration: none;
}

.category-item-title a:hover{
    color: white;
}

.categories .category-item {
    margin-top: -20px;
}

.box-xs .box_cnt h6 a:hover{
    text-decoration: none;
}

section.parallax.well.well--inset-1.text-center {
    margin-bottom: 0 !important;
}

section.parallax.well.well--inset-2.text-left {
    margin-bottom: 0 !important;
}

.panel-heading.text-center.login-title {
    font-size: 18px;
}

.img-product-detail{
    max-height: 200px;
}

.sf-menu > li > a {
    font-size: 14px !important;
    font-weight: bold !important;
}