/*Shop page style*/

/*---------------------------------
2. Slider area
------------------------------------*/
.shop-page-title-area {
	margin-bottom: 70px;
}

.shop-page-title-area img {
	width: 100%;
}
.page-title{
    background: url(assets/images/slider/slider-bg1.png);
    background-position: center center;
    background-size: cover;
    padding: 80px 113px;
}
.page-title h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    color: #282828;
    margin-bottom: 15px;
}

/* Product section */
.shop-page-products-area {
	padding: 70px 0;
}
.single-product-wrapper {
    background: #fff;
    padding: 5px 20px 13px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 1px 0px rgb(0 0 0 / 25%);
    margin-bottom: 30px;
}