
/*------------ product-list ------------*/

.product-list .slick-dots {
    text-align: center;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
}

.product-list ul.slick-dots li {
    display: inline-block;
    width: auto;
}

.product-list ul.slick-dots li button {
    background: none;
    border: none;
    text-indent: -9999px;
    width: 6px;
    height: 4px;
    background: #AAA;
    padding: 0;
}

.product-list ul.slick-dots li:hover button {
    background: #008445;
}

.product-list {
    margin: 0 10px;
}

.product-list li {
    width: 25%;
    padding: 0 5px 50px;
    text-align: center;
}

.product-list .box {
    display: block;
}

.product-list .box.new:before {
    content: '';
    display: block;
    background: url(../../images/common/products/new_tag.png) no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 99;
    left: 0px;
    top: 0px;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    border: 2px solid #008445;
    margin: 0 0 15px;
    transition: all .3s;
}

.product-list a:hover .pic {
    border-color: #8EE785;
}

.product-list .text-box {
    padding: 0 10px;
    text-align: left;
    margin: 0 auto;
}

.product-list .text {
    float: left;
    width: 100%
}

.product-list .name {
    font-size: 16px;
    font-weight: bold;
    color: #777777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list a:hover .name {
    text-decoration: none;
    color: #0554A3;
}

.product-list .description {
    font-size: 14px;
    color: #8B8B8B;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

/***products_view_two***/
/*
.product-list {
    max-width: 1300px;
    margin: 0 auto;
}
.product-list li.item_two {
    width: 50%;
    text-align: center;
    padding: 0 10px 20px;
}
.product-list li.item_two:nth-child(4n+1) {
    clear: none;
}
.product-list li.item_two:nth-child(3n+1) {
    clear: none;
}
.product-list li.item_two:nth-child(2n+1) {
    clear: left;
}
.product-list .text-box {
}

products_view_one
.product-list li.item_one:nth-child(n) {
    clear: none;
}
.product-list li.item_one {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto;
    max-width: 774px;
    float: none;
}
*/




/*------------ detail ------------*/

.products-info {
    background: rgba(255, 255, 255, .8);
    max-width: 1300px;
    margin: 0px auto 0 auto;
    padding: 0 15px 40px;
    border: solid #e4e4e4 thin;
    box-sizing: border-box;
}

.product-name {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 14px 10px;
    margin: 0 -15px 30px -15px;
    background: #0c2a43;
}

.products-info .gallery {
    max-width: 840px;
    margin: 30px auto 0;
}

.products-info .thumbnails {
    max-width: 840px;
    margin: 15px auto;
}

.products-info .thumbnails ul {
    margin: 0 -9px;
}

.products-info .thumbnails li {
    width: calc(100% / 6);
    padding: 0 9px;
    transition: all .2s;
}

.products-info .thumbnails li:hover,
.products-info .thumbnails li.active {
    opacity: .7;
    transition: all .2s;
}

.products-info .text {
    max-width: 840px;
    margin: 10px auto;
    font-size: 15px;
    color: #8B8B8B;
    line-height: 1.45;
}


/*------------ products-detail ------------*/

.products-detail {
    margin: 50px 0 0 0;
}

.products-detail .title {
    font-size: 20px;
    font-weight: bold;
    color: #f1702c;
    text-align: center;
    margin: 0 0 20px;
}

.products-detail .title i {
    background-position: -75px 0;
    display: block;
    margin: 0 auto 10px;
}


/*------------ rwd ------------*/


@media screen and (max-width: 1024px) {
    .product-list .item {
        padding: 0 5px 20px;
    }
}

@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 50px;
    }
    .product-list .pic {
        margin: 0 0 5px;
    }
	.product-list .item {
		width: 50%;
		padding: 0 5px 50px;
	}
	.product-list li.item:nth-child(3n+1) {
		clear: none;
	}
	.product-list li.item:nth-child(2n+1) {
		clear: left;
	}
	.product-list .text-box {
	}
}

@media screen and (max-width: 600px) {
    .products-info .gallery {
        margin: 30px auto 0;
    }
    .products-info .thumbnails ul {
        margin: 0 -5px;
    }
    .products-info .thumbnails li {
        padding: 0 5px 0px;
    }
    .products-info .text {
        margin: 20px auto;
    }
}
@media screen and (max-width: 500px) {
	.product-list .item {
		width: 100%;
		padding: 0 5px 50px;
	}
	.product-list li.item:nth-child(2n+1) {
		clear: none;
	}
	.product-list li.item:nth-child(n+1) {
		clear: left;
	}
}

@media screen and (max-width: 450px) {
    .product-list li {
        padding: 0 0 20px;
    }
    .sort_box {
        margin-top: 0px;
    }
    .products-info {
        margin: 0 auto;
        padding: 0 15px 10px;
    }
    .products-detail .title i {
        display: none;
    }
    .products-detail {
        margin: 20px 0 0 0;
    }
    .products-detail .title {
        margin: 0 0 10px;
    }
    .product-list li.item_two {
        padding: 0 5px 20px;
    }
    .product-name {
        font-size: 16px;
    }

}

@media screen and (max-width: 320px) {
    .form-group:after{
       margin: 4px 2px;
    }
}

