.test-cache {
    opacity: 1;
}
.mob-menu-info-fixed-left {
    padding-top: 39px;
}
.mobile-language {
    position: absolute;
    top: 0;
    width: 100%;
}
.mobile-language .pull-left {
    float: none !important;
}
.mobile-language .pull-left #form-language {

}
.mobile-language .pull-left #form-language .btn-group{
    display: block;
}
.mobile-language .pull-left #form-language .btn-group .dropdown-toggle {
    display: none;
} 
.mobile-language .pull-left #form-language .btn-group .dropdown-menu {
    position: relative;
    display: flex;
    top: 0;
    width: 100%;
    justify-content: space-evenly;
    background-color: #eaeaea;
} 
.mobile-language .pull-left #form-language .btn-group .dropdown-menu li {
    border-right: 1px solid #f8f9fa;
    width: 100%;
}
.mobile-language .pull-left #form-language .btn-group .dropdown-menu li:last-child {
    border-right: none;
}
.mobile-language .pull-left #form-language .btn-group .dropdown-menu li button {
    color: black;
       padding: 3px 15px;
}
.mobile-language .pull-left #form-language .btn-group .dropdown-menu li button.language-current {
    font-weight: bold;
}

.google-auth-link {
    background-image: url(/catalog/view/theme/default/image/google-auth/google-auth-icon.svg);
    display: inline-block;
    overflow: hidden;
    background-position: center;
    border: 1px solid black;
    background-repeat: no-repeat;
    background-position: 3px center;
    background-size: 24px 24px;
    padding: 5px 7px 5px 27px;
    border-radius: 8px;
    color: black;
    text-indent: 0;
    width: auto;
    height: auto;
}
.modal-login .google-auth-link {
    float: left;
}
.google-auth-link-login-page {
    float: right;
    margin-top: 3px;
    background-color: white;
    margin-top:3px;
}

.category-faq {
    margin-top: 30px;
}
.category-faq h3 {
    font-size: 20px;
    font-weight: bold;
}
.category-faq .items {

}
.category-faq .item {
    margin-bottom: 20px
}
.category-faq .item .title {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 5px;
    font-weight: bold;
    user-select: none;
}
.category-faq .item .title svg {
    transition: all 0.2s linear;
}
.category-faq .item.active .title svg {
    transform: rotate(180deg);
    position: relative;
    top: -3px;
}
.category-faq .item .description {
    display: none;
    padding-bottom: 10px;
    font-size:14px;
}
.category-faq .item .description a {
    color:#5a7d7c;
    font-weight: bold;
}
.category-faq .item .description a:hover {
    text-decoration: underline;
}
.category-city-list a {
    display: inline-block;
    margin-right:10px;
}
.category-city-list a.active {
    font-weight: bold;
}
@media (max-width: 410px) {
	.footer-ribbon {
		padding: 10px 15px;
	}
	.footer-ribbon span {
		white-space: nowrap;
		font-size:15px;
	}
}
@media (max-width: 390px) {
	.footer-ribbon span {
		font-size:14px;
	}
}
/*
.box-sub-cat .name-wrapper {
    display: flex;
    height: 46px;
    align-items: center;
    line-height: 1;
    text-align: center;
    justify-content: center;
    width: 100%;
}
*/ 