/* Personalisation Styles */

#add-to-cart {
    cursor: pointer;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    font-weight: bold;
    padding: 4px 6px 5px;
    vertical-align: middle;
    background-color: #54b42c;
    border-radius: 0;
    border: 0;
    color: white;
    margin: 10px auto !important;
}

#add-to-cart img {
	display: none;
}

.box {
    padding: 5px !important;
    margin: 0 !important;
    margin-bottom: 10px;
    border-radius: 0;
    box-sizing: border-box;
}

.box input {
    box-sizing: border-box;
    margin: 5px 0 !important;
    font-size: 1rem;
    width: 100%;
}

#page-sidebar {
    width: 42%;
}

.box header h1 { text-align: left;  }

#a2c-save {
	background-color: #FFFFFF !important;
}

#main #a2c-save>button.a2c {
    cursor: pointer;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    font-weight: bold;
    padding: 4px 6px 5px;
    vertical-align: middle;
    border-top: 1px solid #8FB280;
    border-left: 1px solid #467F2C;
    border-bottom: 1px solid #40732A;
    border-right: 1px solid #467F2C;
    background-color: #54B42C;
    background-image: -webkit-linear-gradient(top, rgb(101, 202, 51), rgb(71, 162, 39));
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 -1px 0 rgba(0,0,0,0.1) inset, 0 0 2px rgba(0,0,0,0.2);
    width: 95%;
    margin-top: 20px;
}

@media only screen and (max-width: 767px){
	#page-sidebar, #page-content {
	display: block;
	position: relative;
	width: 100% !important;
	clear: both;
	top:0;
	right: 0;
	overflow: visible;;
	}

	#add-to-cart {
		display: block;
		width: 100%;
		margin: 10px auto;
	}

	.columns .column.main {
	width: 100%;
	padding: 6px;
	}

	#product-info-price{
	bottom: 39px;
	}

	#page-content>div, #page-content{
	max-height: 300px;
	}

	section#page-sidebar::after {
		content: "";
		background: transparent;
		width: 100%;
		height: 400px;
		position: absolute;
		left: 0;
	}
}