@import url("base.css");
@import url('global.css');
@import url('swiper.css');
@import url('owl.css');
@import url('preloader.css');
@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');
@import url("style.css");
@font-face {
	font-family: 'CoffeeService';
	src: url('../fonts/sideshowcoffeeservice.eot');
	src: url('../fonts/sideshowcoffeeservice.eot#iefix') format('embedded-opentype'),
		 url('../fonts/sideshowcoffeeservice.woff') format('woff'),
		 url('../fonts/sideshowcoffeeservice.ttf') format('truetype'),
		 url('../fonts/sideshowcoffeeservice.svg#sideshowcoffeeservice') format('svg');
	font-weight: normal;
	font-style: normal;
}
.header-top .top-info li a.icon.bsite span {
    display: none;
}

.header-top .top-info li a.icon.bsite:before {
    content: "";
    background: url(../images/new_icon_bsite_w_100px.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.header-top .top-info li a.icon.bsite {
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    border: 1px solid var(--white-color-opacity-four);
    border-radius: 4px;
    background: rgb(0 0 0 / 50%);
}