.dssp-page .st1-heading {
    margin-bottom: 0px;
}

.dssp-page .breadcrumb-st {
    margin: 10px 0 30px;
    font-size: 16px;
    text-align: center;
}

.banner-dssp img {
	width: 100%;
	height: 350px;
	border: 0;
	object-fit: cover;
}

.dssp-item h4 {
	font-size: 16px;
    font-weight: 600;
    color: #000;
}


.dssp-product-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    position: relative;
    background: #fff;
    padding: 10px;
    margin: 10px 0;
}

.dssp-product-link {
    display: block;
    position: relative;
    overflow: hidden;
}

.dssp-product-img {
    max-width: 100%;
    height: auto;
    transition: opacity .3s ease;
    display: block;
}

.dssp-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.dssp-product-link:hover .dssp-img-default {
    opacity: 0;
}

.dssp-product-link:hover .dssp-img-hover {
    opacity: 1;
}

.dssp-discount-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #005596;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
}

.dssp-old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}

.dssp-new-price {
    color: #e74c3c;
    font-weight: bold;
}

/*pager*/
.pager{
    margin: 30px 0 0px;
}
.pager li>a, .pager li>span{
    border-radius: 0;
    margin: 0px 2px 5px;
    border: none;
    background: #000;
    padding: 5px 13px;
    color: #fff;
    line-height: 1.5;
}
.pager .active a, .pager .active span, 
.pager .active a:hover, 
.pager .active span:hover, 
.pager li:hover a {
    background: #0070bc;
}
/*End pager*/

/*lay6*/
.lay6-box{
    background-color: #fff;
    border: 1px dashed #005596;
    margin: 0 0 20px;
    height: 300px;
    overflow: hidden;
    padding: 20px 20px 10px;
    position: relative;
}
.lay6-box.active {
    height: auto;
}
a.btn-show2 {
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    padding: 0px 20px;
    border-radius: 20px;
    background: #005596;
    margin: 0 10px;
}
a.btn-show2:hover {
    opacity: 0.7;
}
/*End lay6*/