@media (min-width:992px){body{padding-top:140px}}
@media (max-width:992px){body{padding-top:105px}}

.flags p {
	display: block;
    	float: right;
	margin-left: 10px;
}

.eac-title {
	width: 100%;
}
.eac-price {
	display: none;
}

.box-prices .box-price1 {
	font-weight: bold;
}
.navbar-inverse {
    	background-color: #4D4D4F;
	border-bottom: 5px solid #EB3A44;
}
.navbar-inverse .bnstorebatchregisteration a, .header-row-contact a {
    	color: #fff !important;
    	font-weight: bold;
}
.flags {
	width: calc(100% - 45px);
}
.flags .img-brand {
	float: right;
}
.flags img {
	max-width: 100px;
}
.flags img:not(.img-brand) {
	float: left;
}
.product-detail h1 {
	margin-top: 5px;
}
.flags .points {
	float: left;
}
.flags .points-value {
    position: absolute;
    left: 31px;
    top: 29px;
    font-size: 32px;
    font-weight: bold;
    color: red;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}