.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 240px;
    margin: 0 auto 40px;
    position: relative;
    border:solid 1px #DADADA;
    padding:15px;
}
.products-list .box:before{
    content: '';
    display: block;
    background: url('../../images/common/products/shadow.png');
    background-size: 100% 100%;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    opacity: 0;
    transition: all .3s ease;

}
.products-list .box:hover:before{
    opacity: 1;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic-box .ibtn.delete {
    background-image: url('../../images/common/lightbox_close.png');
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
}
.products-list .dec {
    color:#797979;
    margin: 0 0 0 0px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
.products-list .name {
    color: #545454;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
    padding: 0 0 0 0px;
    margin-bottom: 10px;

}
.products-list .box:hover .name {
    color: #2161B6;
}
.products-list .offers {
    color: #D80000;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    padding: 0 0 0 20px;
}
.products-list .offers span {
    color: #525252;
    font-size: 12px;
}
.products-list .description {
    color: #9A9A9A;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
    margin-bottom: 10px;
}
.products-list a:hover .description {
    text-decoration: underline;
}
.products-list .btn-group {
    overflow: hidden;
}
.products-list .btn {
    width: 100%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
}
.products-list .btn.detail {
    background: #DAE51E;
}
.products-list a:hover .btn.detail {
    background: #ABB315;
}
.products-list .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 3px 0;
}
.products-list .btn.detail .icon {
     background-position: -60px -87px;
}
.products-intro {
    margin-bottom: 50px;
}
.products-con-title {
    font-size: 14px;
    color: #868686;
    margin-bottom: 25px;
}
.products-con-title span {
    color: #8C4600;
}
.products-con-title .icon {
    width: 20px;
    height: 20px;
    margin: 15px;
}
.products-con-title .icon.key {
    background-position: -221px -108px;
}
.gallery {
    float: left;
    width: 50%;
    max-width: 600px;
    border:1px solid #83B0F5;
    position: relative;
    margin:0 0 30px 5%;
}

.pd-intro,
.thumbnails  {
    float: right;
    width: 32%;
    margin-right: 5%;
}
.pd-id {
    margin-bottom: 8px;
    color: #666;
    font-size: 13px;
}
.pd-name {
    border-width: 1px 0;
    color: #026DAA;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 5px 0;
    margin: 0;
}
.pd-description {
    font-size: 13px;
    color: #525252
    letter-spacing: 0.035em;
    line-height: 1.7;
    margin: 1.4em 0;
    background: url('../../images/common/border_dot_h.png') repeat-x;
    background-position: left bottom;
    padding: 0 0 10px 0;
}
.pd-info {
    margin: 12px 0;
}
.pd-info b {
    color: #F2856C;
    font-size: 20px;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 240px;
    border-color: #ccc;
    border-radius: 0;
}
.pd-price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.pd-intro .btn-group {
    margin: 25px -7px 0;
}
.pd-intro .btn-group .col {
    float: left;
    width: 50%;
    padding: 0 7px;
}
.pd-intro .btn-group .btn {
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.pd-intro .btn-group .btn.addcart {
    background: #1B7292;
}
.pd-intro .btn-group .btn.addcart:hover {
    background: #ABB315;
}
.pd-intro .btn-group .btn.wish {
    background: #FBCFC7;
}
.pd-intro .btn-group .btn.wish:hover {
    background: #ABB315;
}
.pd-intro .btn-group .btn.soldout {
    background: #EEE;
    color: #C6C6C6;
    cursor: not-allowed;
}
.pd-intro .btn-group .btn.arrival {
    border: 1px solid #C6C6C6;
    color: #B4B4B4;
    line-height: 38px;
}
.pd-intro .btn-group .btn.arrival:hover {
    color: #1B7292;
}
.pd-intro .btn-group .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 8px 5px 0;
}
.pd-intro .btn-group .btn.addcart .icon {
    background-position: -20px -87px;
}
.pd-intro .btn-group .btn.wish .icon {
    background-position: -40px -87px;
}
.thumbnails ul {
    margin: 0 -7px;
    background: url('../../images/common/border_dot_h.png') repeat-x;
    background-position: left bottom;
    padding: 0 0 10px 0;
}
.thumbnails li {
    width: 33.33%;
    padding: 7px;
}
.thumbnails a {
    display: block;
    max-width: 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border:solid #ddd;
    border-width: 1px;
    transition: all .3s ease;

}

.thumbnails a:hover,
.thumbnails li.active a {
    border-color: #83B0F5;
}
.products-detail {
    padding: 10px 0;
    position: relative;
    margin: 10px 0 0 0;
}
.products-detail .title {
    color: #333333;
    display: block;
    vertical-align: middle;
    font-size: 18px;
    text-align: left;
    line-height: 35px;
    margin-right: 0px;
    font-weight: normal;
    padding-left: 5px;
        background: url(../../images/common/border_4.png) repeat-x;
    background-position: bottom left;
    margin-bottom: 15px;
}
.products-detail .title span{
        display: inline-block;
    color: #346FD9;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 0 10px 0 0;
    margin-right: 0px;
}
@media screen and (max-width: 1300px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1200px) {
    .gallery,
    .pd-intro,
    .thumbnails {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .thumbnails li {
        width: 16.66%;
    }
}
@media screen and (max-width: 1025px) {
.banner {
	 padding: 0;
	 }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .gallery {
        margin-bottom: 5px;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails li {
        padding: 5px;
    }
}
@media screen and (max-width: 560px) {
    .thumbnails li {
        width: 33.33%;
    }
}
@media screen and (max-width: 500px) {
    .products-list .item {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
}