.site-footer .socset .link-tv, .site-footer .socset .link-li{
	-webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.site-footer .socset .link-tv{
	background: url('/images/soc/twitter.png') no-repeat;
}
.site-footer .socset .link-tv:hover{
	background: url('/images/soc/twitter_hover.png') no-repeat;
}
.site-footer .socset .link-li{
	background: url('/images/soc/linkedin.png') no-repeat;
}
.site-footer .socset .link-li:hover{
	background: url('/images/soc/linkedin_hover.png') no-repeat;
}

.site-footer .socset .link-yu{
   /*margin-top: 10px;*/
	background: url('/images/youtube.jpg') no-repeat;
}
.site-footer .socset .link-yu:hover{
	background: url('/images/youtube_hover.jpg') no-repeat;
}

.site-footer .socset .link-in{
	margin-top: 10px;
	background: url('/images/insta.jpg') no-repeat;
}
.site-footer .socset .link-in:hover{
	background: url('/images/insta_hover.jpg') no-repeat;
}

#arrow_up {
    width: 51px;
    height: 51px;
    position: fixed;
    background: url('/images/up.png') no-repeat;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
	display:none;
}
.smallBasket{
	display: block;
	position: fixed;
	top: 100px;
	right: -350px;
	z-index: 9999;
	background: white;
}
.buttonSmallBasket_open{
	position: fixed;
    right: 0px;
    z-index: 9998;
    width: 55px;
    height: 55px;
    background: url(/img/icon-basket.png) #1075b6 no-repeat center 22px;
}
.buttonSmallBasket_close{
	position: fixed;
    right: 0px;
    z-index: 9998;
    width: 55px;
    height: 55px;
    background: url(/img/icon-basket.png) #1075b6 no-repeat center 22px;
    display: none;
}
.countSmallBasket{
	display: inline;
    position: fixed;
    top: 108px;
    right: 24px;
	z-index: 9999;
	color: white;
}
.addToBasket{
    background-color: #1075b6; 
    border: none; 
    color: white; 
    font-size: 12px; 
    padding: 5px 10px;
}
.toBasket{
	display: none;
}
.addToBasket:hover{
    background-color: #2b92d5;
}
.fb-like {
    overflow: hidden;
}
.sticky_header {
    width: 100%;
    height: 50px;
    position: sticky;
    top: 0;
    background-color: #fb0;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    z-index: 1000;
    overflow: hidden;
}
@media (max-width:1550px){
    .sticky_header {
        font-size: 14px;
    }
}
@media (max-width:1340px){
    .sticky_header {
        line-height: 20px;
        height: auto;
        padding: 5px;
    }
}

/* Cookie Consent Dialog Styles */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: white;
    padding: 20px;
    z-index: 9999;
    display: none;
    opacity: 0.85;
}

.cookie-consent-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.cookie-consent-content p {
    margin: 5px 0 15px;
    line-height: 1.4;
    font-size: 14px;
}

.cookie-consent-content p a {
    color: white;
    text-decoration: underline;
}

.cookie-consent-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cookie-consent-buttons .btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.btn-primary {
    background: #3498db;
    color: white;
}

.btn-primary:hover {
    background: #2980b9;
}

.btn-secondary {
    background: #95a5a6;
    color: white;
}

.btn-secondary:hover {
    background: #7f8c8d;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .cookie-consent-content {
        padding: 0 10px;
    }
    
    .cookie-consent-buttons {
        flex-direction: column;
    }
    
    .cookie-consent-buttons .btn {
        width: 100%;
    }
}
