
         :root {  
            --hovercolor: #0554F2; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #666666;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Oswald", sans-serif;
            color: #253237;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Oswald", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.page-title-wrapper{  
                background-image: url(https://bubbelbalshop.nl/img/cms/spo-bg-pagetitle kopie.jpg);   
            }.js-product-miniature .product_desc .product_name{
            color: #253237;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #0554F2;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }:root{
--maincolor: #0554F2;
    --hovercolor: #0554F2;
}

#product-availability .product-last-items, path#fill, path#color,.elementor-9010000 .elementor-element.elementor-element-hajmvqm .pos-links-widget .links-widget-content a:hover,.elementor-7010000 .elementor-element.elementor-element-zmgqhkb .pos-account > a:hover{
color:#0554F2!important;
fill:#0554F2!important;
}

.quickmenu-mobile{
background-color:white!important;
}


.has-discount .discount,.product-flag .new, .product-flag .out_of_stock, .product-flag .on-sale, .product-flag .pack {
background:var(--maincolor)!important;
}

#product-availability .product-unavailable {
color:var(--maincolor)!important;
}

.page-title-wrapper {
    background: url("https://bubbelbalshop.nl/img/cms/bg_breadcrumb%20kopie.jpg")!important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center bottom !important;
}


.slider-item {
  animation: zoom 10s linear infinite;
  -webkit-animation: zoom 10s linear infinite;
}

@keyframes zoom {
  0% {
background-size:100%;   

  }
  50% {
background-size:110%;
  }
  100% {
background-size: 100%;
  }
}

@media screen and (max-width:700px){
.slider-item {
  animation: none;
  -webkit-animation: none;
}
}