/**umb_name:Swh*/
.swh-languages {
	float: right;
    position: absolute;
    top: 20px;
    right: 0px;
    background-color: rgba(255,255,255,0.9);
    padding: 10px 10px 10px 10px;
    z-index: 9;
}

.swh-languages ul {
	margin:0;
	padding:0;
}

.swh-languages li { 
	width:60px; 
	padding:0; 
	display:block;
	float:left;
}

.swh-languages li a { 
    font-size: 0.8em;
    font-weight: normal;
    background: none;
    color: #ba2c3a;
}

.swh-languages li a:hover, 
.swh-languages li a:focus,
.swh-languages li a:active,
.swh-languages li a.is-active {
	background: none;
    color: #ba2c3a;
}

.swh-languages li a img {
	display:block;
}

.swh-languages-phone ul {
    text-align: center;
}

.swh-languages-phone li a { 
    font-size: 0.8em;
    font-weight: normal;
    background: none;
    color: #ba2c3a;
}

.swh-languages-phone li a img {
	display:block;
}


.swh-page { 
    position: absolute;
    left: unset;
    right: 0;
    bottom: 15px;	
}
.swh-page p { font-size: 13px; }
.swh-page .cw-new-product-text { width:100%; }
.swh-page .cw-new-product-info-block { width:235px; }


