.vat-switch {
    align-items: center;
    display: flex;
    height: 100%;
    margin-right: 30px;
}
.vat-switch .toggle {
    align-items: center;
    background: #e7e6e6;
    border: 1px solid #EFEFEF;
    border-radius: 100px;
    display: flex;
    height: 24px!important;
    margin-right: 8px;
    padding: 0!important;
    text-decoration: none;
}
.vat-switch .toggle span.active {
    background-color: var(--accent);
    border-radius: 100px;
    color: #fff;
    width: 36px;
}
.vat-switch .toggle span {
    align-items: center;
    color: #aaa;
    display: flex;
    font-size: 8px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 27px;
    position: relative;
    width: 27px;
}
#mobileMenu .vat-switch {
  margin: 23px;
}
.review-count {
 margin-left: 5px; 
}
.desc-wrap {
 width: 100%; 
}
@media only screen and (max-width: 575.98px) {
  #footer .footer-top .chat .bot {
    clear: both;
	}
  .intro-category .brand-logo-collection {
    height: 125px !important;
		max-height: 125px!important;
	}
}