.wrap-header .logo-desktop { top: 20px; width: 300px; height: 50px;}
.scrolling .wrap-header .logo-desktop { top: 10px; height: 40px;}
.box-price {background-color: rgb(255, 235, 0); color: black;}

@media screen and (max-width: 768px){
    .wrap-header .logo-desktop {width: 300px; height: 50px;}
    .scrolling .wrap-header .logo-desktop { height: 40px;}
}

@media screen and (max-width: 450px) {
    .wrap-header .logo-desktop {width: 150px; top: 30px;}
    .scrolling .wrap-header .logo-desktop {top: 15px;}
}