.fixed{
	    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #FFF;
    padding: 10px 0 12px;
     max-width: 24em;
}

.fixed-button{
	display: block;
    width: 100%;
    position: relative;
    bottom: 0;
    background: #FFF;
    padding: 10px 0 12px;
     max-width: 25em;
}

.fixed-button2{
		display: block;
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 10px 0 12px;
     max-width: 25em;
}

.retail-price {
    height: 13px;
}


.price-h{
	height: 230px;
}
@media(min-width:2550px){
	.boundary{
		padding: 0;
		max-width: 75em;
	}
	.fixed-button{
		max-width: 75em;
	}
	.fixed-button2{
		max-width: 75em;
	}
}
@media(max-width: 1920px){
	.boundary{
		padding: 0;
		max-width: 24em;
	}
	.fixed-button{
		max-width: 24em;
	}
	.fixed-button2{
		max-width: 24em;
	}
}
@media (min-width: 1980px){
	.fixed{
		position: relative;
	}

}
@media (max-width: 600px){
	.fixed{
		max-width: 100%;
	}
	.fixed-button{
		max-width: 24em;
		position: fixed;
	}
	.fixed-button2{
		bottom: 0;
		max-width: 24em;
		position: fixed;
	}



}
