
.olycash-logo {
    background: url(../../assets/images/logo.png) no-repeat center center;
    display: inline-block;
    cursor: pointer;
    height: 52px;
    text-align: left;
}

.olycash-logo > span {
    padding-top: 50px;
    display: inline-block;
    font-size: calc(10px + 0.1vw);
    text-align: center;
}


.top-menu > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
    padding: 20px;
}

.top-menu div,
.top-menu span {
    white-space: nowrap;
}

.top-sub-menu-div div:not(.top-sub-menu-div-header) {
	white-space: normal !important;
}


.top-menu > tbody > tr > td:not(:first-child) {
    width: 1%;
}

.top-menu > tbody > tr > td:last-child {
    padding-right: 30px;
}

.top-menu > tbody > tr > td:not(:first-child):hover .top-sub-menu:not(.with-drop-down) {
    color: #fa415c;
}


.top-sub-menu:not(.with-drop-down).active,
.top-sub-menu.with-drop-down.active > div:not(.top-sub-menu-div),
.top-sub-menu.with-drop-down.active .top-sub-menu-div-header {
    color: #fa415c;
    font-family: 'Poppins-Bold', Arial, sans-serif !important;
}



.top-sub-menu {
    position: relative;
}

.top-sub-menu:hover .top-sub-menu-div {
    display: block;
}

.top-sub-menu-div {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #dddddd5c;
    border-radius: 5px;
    z-index: 1000;
    text-align: left;
    background-color: #f8f8f8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    margin-top: -10px;
    margin-left: -25px !important;
}

.top-sub-menu-div > div {
    margin: 0 16px;
    padding: 10px 0;
    display: block;
    width: calc(100% - 30px);
    cursor: pointer;
}
.top-sub-menu-div > div:not(.top-sub-menu-div-header) {
    border-top: 1px solid #f1f1f1;
    font-size: 80%;
    color: #999999;
}
.top-sub-menu-div > div:hover {
	color: #fa415c;
}

.menu-dropdown-icon {
    display: inline-block;
    padding: 5px;
    background: url(../../assets/images/arrow_down.png) no-repeat center right;
    cursor: pointer;
}

.top-menu.button {
	width: 100px; 
	margin:0 auto;
}

.top-menu.button.active{
    background-color: #fff;
    border: 1px solid #fa415c;
}

#websitelanguage .top-sub-menu-div {
	margin-left: -22px;
}


#smallscreenmenuicon {
	background: url(../../assets/images/menu_icon_green.png) no-repeat center;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}


.small-view-menu .accordion-title {
	font-size: calc(17px + 0.2vw);
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.small-view-menu .accordion-content {
	padding-top: 0px;
	padding-bottom: 10px;
}
.small-view-menu .accordion-content span {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	font-family: 'Poppins-Bold', Arial, sans-serif !important;
	font-size: calc(15px + 0.4vw) !important;
    cursor: pointer;
    border-bottom: 1px solid #F0F0F0;
    color: #999;
}
.small-view-menu .accordion-content span:last-child {
	border-bottom: 0px !important;
}




/* CSS for small screens */
@media only screen and (max-width:1000px){
	
.olycash-logo {
    max-width: 100px;
}

.top-menu > tbody > tr > td {
    padding: 10px;
}

.top-menu.button {
	padding: 5px 10px !important;
}

}

/* CSS for v.small screens */
@media only screen and (max-width:400px){
	
#websitelanguage .top-sub-menu-div {
	margin-top: 3px;
}
#websitelanguage {
	vertical-align: top;
}
#websitelanguage > div:not(.top-sub-menu-div) {
	margin-top: 12px;
}
	
}

