 .tt-logo img {
height: auto;
max-height: 30px;
}

.tt-desctop-menu .dropdown-menu {
padding: 33px 5px 27px 39px;
margin-top: 0px;
border: none;
display: block;
position: absolute;
z-index: 99999;
}

@media (min-width: 1025px) {
.container {
max-width: 1200px;
}
}

@media (min-width: 1230px) {
.container {
max-width: 1800px;
}
}

header .tt-cart.active .tt-dropdown-menu, header .tt-account.active .tt-dropdown-menu, header .tt-multi-obj.active .tt-dropdown-menu {
display: none;
max-height: 60vh;
overflow-x: hidden;
overflow-y: auto;
}
