.product {
	padding-top: 30px;
	padding-bottom: 0;
}

.product .image, .product .text {
	display: inline-block;
	vertical-align: top;
}

.product .image .main {
	width: 382px;
	margin-bottom: 7px;
    border: 1px solid #e7e7e7;
}

.product .image .main img {
	width: 382px;
	max-height: 472px;
}

.product .image .small-images {
	width: 388px;
	font-size: 0px;
}

.product .image .small-images img {
	width: 124px;
	border: 1px solid #e7e7e7;
	margin: 0px 4px 5px;
	cursor: pointer;
}

.product .image .small-images img:first-of-type {
	margin-left: 0px;
}

.product .image .small-images img:last-of-type {
	margin-right: 0px;
}

.product .text {
	max-width: 450px;
	text-align: left;
}

.product .text .title {
	margin-bottom: 35px;
	font: 45px "Aller Bold";
	color: #242424;
}

.product .text .price span {
	font: 35px "Aller Bold";
	color: #876400;
}

.product .text .price s, .product .price s {
	margin-left: 25px;
	display: inline-block;
	font: 25px "Aller Bold";
	color: #666666;
}

.product .text .description-small {
	margin: 30px 0px 15px;
	padding: 15px 0px 5px;
	border-bottom: 1px solid #eeeeee;
	font: 18px "Aller Light";
	line-height: 35px;
}

.product .text .yellow-button .cart-icon {
	width: 21px;
	height: 21px;
	margin-right: 15px;
	background: url('../../images/cart-2.png');
}

.product .text .other-actions {
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px solid #eeeeee;
}

.product .text .other-actions a {
	height: 37px;
	padding-top: 10px;
	padding-left: 50px;
	margin: 5px 0px;
	margin-right: 45px;
	display: inline-block;
	font: 16px "Aller Light";
	color: #2e2e2e;
	text-decoration: none;
}

.product .text .other-actions a:last-of-type {
	margin-right: 0px;
}

.product .text .other-actions .favourite {
	background: url('../../images/favourite.png') top left no-repeat;
}

.product .text .other-actions .compare {
	background: url('../../images/compare.png') top left no-repeat;
}

.product .section-big.description .content {
	font: 18px "Aller Light";
}

#myCarousel .carousel-control{
	background: none;
}

.small-images .col-sm-4{
	padding: 0;
}

.small-images .col-sm-4 {
	margin: auto;
}

form a{
	cursor: pointer;
}

.error-frontend {
    margin-bottom: 15px;
    background-color: #ffe9e9;
    border: 1px solid #E7A9A9;
    color: #D04544;
    padding: 8px;
    position: relative;
    text-align: center;
    margin-top: 12px;
}

#addToCartForm .buttons_added
{
    display: inline-table;
    text-align: center;
	margin-top: 15px;
}

.quantity .minus, .quantity .plus, .quantity .qty {
    border: 0;
    margin: 0;
    padding: 0;
    height: 31px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #aaa9a9;
}

.quantity .minus, .quantity .plus {
	background: none;
	width: 15px;
	cursor: pointer;
}

#content .quantity .minus, #content .quantity .plus, .quantity input[type="text"]{
	border: none;
    color: black;
    padding: 0;
    margin: 0;
    font: 25px "Aller Bold";
    color: #af850c;
}

.quantity input[type="text"] {
	background: transparent;
    width: 60px;
	display: inherit;
}

.buy-product .yellow-button{
	margin: 0;
}

#product-availability{
	padding-top: 10px;
    color: #6e6e6e;
    font: italic 16px "Aller Light";
}

@media(max-width: 991px) {
	.product .image{
		width: 100%;
	}

	.product .text{
		width: 100%;
	}

	.product .image .main{
		margin: auto;
		max-width: 100%;
	}

	.product .text {
		max-width: 100%;
		margin: 0;
		padding: 5px;
	}

	.product .text .title {
		font-size: 30px;
		text-align: center;
	}

	.product .text .price {
		text-align: center;
	}

	.product .text .price span {
		font-size: 25px;
	}

	.product .text .price s {
		font-size: 18px;
	}

	.product .description-small{
		text-align: center;
	}

	.product .buy-product > div{
		text-align: center;
		width: 100%;
	}
}