.shop-phone .user-request {
display: none;
}

.column .widget ul.list li a {
color: #000;
}

.home-text2 {
display: none;
}

.logo, .logo-mobile{
	text-align: center;
}
.logo small, .logo-mobile small{
	display: block;
}

.block-subscribe{
	display: none!important;
}

.check{
	padding-top: 10px;
}

@media (max-width: 767px) {
#navigation {
display: none !important;
}

.home-desc {
display: initial;
}

.home-text2 {
display: block;
}

}

.shop-phone {
    margin-top: 0px;
}

.shop-phone i {
    line-height: 29px;
}
.shop-phone i + strong a {
    font-size: 21px;
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    transition: all .3s ease;
    color: #000000;
    text-align: left;
    padding: 20px;
    z-index: 1000;
    max-width: 400px;
}

.cookie-popup p {
    margin: 0;
    text-align: left;
}

.cookie-popup button {
    margin: 10px 5px 0px;
    padding: 10px 10px;
	background: #6c6c6c;
    background: -webkit-linear-gradient(top, #6c6c6c 0%, #3d3d3d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6c6c), color-stop(100%, #3d3d3d));
    background: -moz-linear-gradient(top, #6c6c6c 0%, #3d3d3d 100%);
    background: -ms-linear-gradient(top, #6c6c6c 0%, #3d3d3d 100%);
    background: -o-linear-gradient(top, #6c6c6c 0%, #3d3d3d 100%);
    background: linear-gradient(to bottom, #6c6c6c 0%, #3d3d3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6c6c', endColorstr='#3d3d3d',GradientType=0 );
    border: 0px;
    color: white;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    width: 46%;
}

.d-flex{
	display: flex;
}

.cookie-popup button:hover {
   opacity: 0.6;
}

.cookie-popup a {
    color: #fe71a8;
    text-decoration: underline;
    cursor: pointer;
    
}

.cookie-popup a:hover {
    color: #000;
}


#acceptCookies{
	width: 100%;
	padding: 10px;
}

.inside--caraudio p{
	margin-top: 0px;
	margin-bottom: 0px;
}

.inside--caraudio p a{
	padding-left: 3px!important;
}

@media screen and (max-width: 535px) {

.cookie-popup{
	max-width: 100%;
	right:0px;
	left:0px;
	bottom: 0px;
}

	
}