.block.newsletter .field {
    display: table-cell;
    vertical-align: top;
}
.block.newsletter .field .control:before{display:none;}
.block.newsletter .field input#name{border-right:0;}
.block.newsletter input{padding-left:9px;}
.hentinfo{
	position:absolute;
	right:0;
	top:26px;border: 1px solid #c2c2c2;
	color: #333333;
	text-decoration:none;
	border-radius:3px;
	transition:0.3s all ease;
	-webkit-transition:0.3s all ease;
	-moz-transition:0.3s all ease;
	background: #fff;
	padding:5px 10px;	
}
#shipping-new-address-form{position:relative;}
.hentinfo:hover{
	color:#fff;
	background: #4bcd7d;
	text-decoration:none;	
}
.hentinfo.loading:before{
	content:'';
	position:absolute;
	top:0;    z-index: 100;
	bottom:0;
	margin:auto;
	left:0;right:0;
	 border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #000; /* Blue */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: spin 2s linear infinite;
}
[name="billingAddress.cvr_field"] .label{
	display:none !important;
}
.nwsltr-success{
	color: #155724;display:none;
	background-color: #d4edda;
	border-color: #c3e6cb;
	padding: .75rem 1.25rem;
	border-radius: .25rem;
	margin-top: 1rem;
}
.subscribe.ajax button{position:relative;}
.subscribe.ajax button:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #91897c;
    width: 17px;
    height: 17px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.checkout-agreements{display:none;}
.page-header .panel.wrapper {
    background-color: #9E4571;
    border-bottom: 1px solid #e8e8e8;
}

.copyright {
    background-color: #9E4571;
	}
	
	.action.primary {
    background: #9E4571 none repeat scroll 0 0;
	  border: 1px solid #9E4571;
	}.header_top li{
 background: rgba(0, 0, 0, 0) url("../images/top_arrow.png") no-repeat scroll left center;
    color: #222;
    float: left;
    font-size: 13px;
    list-style: outside none none;
    margin: 0 15px 0 0;
    padding-left: 25px;
}
.header_top {
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
}
.header_top {
	display: none;
}
.page-footer .footer.content .switcher.store
{
	display: none;
}
p.footer_copyright {
    margin: 0;
}
p.footer_copyright a {
    color: #ffffff;
}footer.content .links li {
    margin: 2px 0 0px;
}

ul.footer.links h4 {
    margin: 0;
    padding: 15px 0;
}
header .topblackhead {
    background-color: #000;
    background-repeat: repeat;
    padding: 15px 0 15px 0;
    text-align: center;
}
header.fixed  .topblackhead{display:none;}
.marquee2 {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;    margin: 0;
}
.topblackhead div {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.3px;
    color: #ffeb3b;
    display: inline-block;
    margin: 0 5px;
}
.topblackhead a{color: #ffeb3b;}

/*.topblackhead div:before, .topblackhead div:after {
    content: "\f005 \00a0 \f005 \00a0 \f005";
    color: #ffeb3b;
    font-family: FontAwesome;
    font-size: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}*/
.topblackhead div:before {
    margin-right: 5px;
}
.topblackhead div:after {
    margin-left: 5px;
}
.marquee2.active div:first-child{
	animation: marquee2 15s linear infinite;
}
.marquee2.active div:nth-child(2){
	animation: marquee2 15s linear infinite;
}
header .topblackhead .marquee2.active:hover div:first-child, header .topblackhead .marquee2.active:hover div:last-child {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
@keyframes marquee2 {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes marquee2 {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}
@media (max-width: 767px) {
.cms-index-index span.content {
    clear: both;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
}
}