/* Theme custom css start */
.topbar-menu-custom {
    display: flex;
    margin-bottom: 0 !important;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    list-style: none;
    padding-left: 0px !important;
}
.logo__image img {
    width: 165px;
}
.logo__image {
    padding: 10px 0 !important;
    height: auto;
}
[dir=ltr] .main-menu__item--has-submenu .main-menu__link {
    padding: 9px 9px !important;
}
.topbar--spaceship-start {
    background: #A63A70;
}
.header__topbar-start-bg:before {
    background: #A63A70;
}

.indicator__counter:before {
    background-color: #a63a70;
}

.departments__button:hover, .departments--open .departments__button {
    background: #a63a70;
    color: #fff;
}
.mobile-header__logo {
    width: 110px;
}
.mobile-header__logo img{
    width: 100%;   
}
.mobile-indicator__counter:before {
    background-color: #a63a70;
}
.mobile-menu__setting-button
{
    justify-content: flex-start;
}
.mobile-menu__indicator-counter:before
{
    background-color: #a63a70;
}
.footer-newsletter__form-button
{
    background-color: #a63a70;
}
.set-bg {
    background-color: transparent !important;
padding-top: 0 !important;
}
.set-bg p.mb-0 {
    margin-bottom: 20px !important;
}
.set-bg form .input-group {
    margin-bottom: 20px !important;
}
.set-bg .btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    border-color: #a63a70;
    background: #a63a70;
    color: #fff;
}
.set-bg a {
    color: #a63a70;
}

.footer-newsletter__text--social {
    margin-top: 0px;
}

.social-links__item a {
    background: #4c4c4c;
}
.footer-logo img {
    width: 100%;
}

.footer-logo {
    width: 260px;
}

.block-finder__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    opacity: 1;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.block-finder__form-control--button {
    border-radius: 2px;
    border: none;
    padding: 0 40px;
    -webkit-transition: background .2s, color .2s;
    transition: background .2s, color .2s;
    background-color: #a63a70;
    color: #fff;
}
@media only screen and (max-width: 600px) {
.collapse:not(.show) {
    display: block !important;
}
}

search__input{
	background: transparent !important;
}