@charset "utf-8";

/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.bnrbtn, .s2prdbtn, .prds1-btn, .prds3-btn, .prds7-btn, .s5btn {
        height: 60px;
    width: 200px;
    background: #691939;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    display: block;
    margin: 32px 0 0 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    float: left;
}
.s5btn{
	position:absolute;
	bottom:40px;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
	float:none;
	}

.add-to-cart{width: 100%; max-width: 320px; margin-top: 20px;}
.s2prdbtn {
	margin-top: 18px;
	/* display: block; */
	float: none;
	display: inline-block;
}
.s2prdbtn span.span1 {
    width: 34px;
    height: 44px;
}

/*---------------------------*/


