@media screen and (min-width: 800px){

	a#check-out:hover{
	color:#f9783b !important;
}
	
.widget>strong span{
height:auto !important;
}
}

@media (max-width: 400px) {
  body aside.widget.custom-articles-widget {
    margin-top: 40px !important;
  }
}