.product-category,
.product-name {
    font-size: 31px;
    font-weight: bold;
    color: #222;
    line-height: 1.2;
    margin: 10px 0 60px;
}
.products-title{
    font-size: 26px;
    color: #EB4C52;
    line-height: 1.2;
    margin-bottom: 60px;
}
.product-list li {
    width: 25%;
}
.product-list li a {
    max-width: 360px;
    position: relative;
    margin: 0 auto;
}
.product-list .pic {
    height: 270px;    
    position: relative;
}
.product-list .product-name {
    display:block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-right: 10px;
    margin: 0px;
    background: rgba(53, 76, 126, 0.83);
}
.product-list a:hover .product-name {
    background:rgba(229, 0, 18, 0.83);
}
.product-name {
    font-size: 26px;
    margin-bottom: 15px;
    text-align: center;
    color: #EB4C53;
}
#product_detail.container{
    max-width: 1000px;
}
.product-detail {
    text-align: center;
}
.product-detail .title {
    color: #FF732F;
    font-size: 33px;
    letter-spacing: 3px;
    font-family: 'Lora', serif;
    line-height: 1.2;
}

.gallery .slick-prev,
.gallery .slick-next{
    width: 0px;
    height: 0px;
    border: none;
    padding: 0px;
    text-indent: -9999px;
    display: none;
}

.gallery .slick-dots{
    text-align: center;
    margin: 30px auto;
}
.gallery .slick-dots li{
    display: inline-block;
    width:12px;
    height: 12px;   
    margin: 0 9px;
}
.gallery .slick-dots li button{
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: url(../images/products/detail_dot.png)right center;
}
.gallery .slick-dots li.slick-active button{
    background-position: left center;
}
.gallery .stage-item{
    text-align: center;
}
.gallery .stage-item img{
    display: inline-block;
}
.editor.product-detail{
    margin-top: 36px;
}

.detail-title{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.detail-title h3{
    color: #425b91;
    display: inline-block;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.detail-title h3:after{
    content: '';
    width: 50%;
    height: 3px;
    background-color: #425b91;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    bottom: -20px;
}

@media screen and (max-width: 1440px) {
    .product-list {
        max-width: 1100px;
        margin: 0 auto;
    }
  
}
@media screen and (max-width: 1100px) {
    .product-list {
        max-width: 760px;
    }
    .product-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .gallery .stage,
    .gallery .txt {
        float: none;
        width: auto;
    }
    .gallery .thumbnails ul {
        max-width: 560px;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-category,
    .product-name {
        font-size: 20px;
    }
    .product-list li {
        width: auto;
        float: none;
        padding: 0;
    }
    .product-list .pic {
        height: auto;
    }
    .product-list .product-name {
        white-space: normal;
    }
    .product-col{
        width: 100%;
        float: none;
    }
    #products .breadcrumb{
        position: static;
    }
}
@media screen and (max-width: 479px) {
    .intro-table tr,
    .intro-table th,
    .intro-table td {
        display: block;
    }
    .intro-table tr {
        padding: 5px;
    }
    .intro-table th,
    .intro-table td {
        padding: 0;
    }
}
@media screen and (max-width: 420px) {
    .detail-title span{
        display: block;
        position: static;
        margin: 10px 0px;
    }
}