.header-logo a {
  color:#fff;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.9s;
  -ms-transition:.9s;
  -moz-transition:.9s;
  -webkit-transition:.9s;
  /* ...and now for the proper property */
  transition:.9s;
}
.header-logo a:hover { color:#093e64; }

.sku_wrapper {
display: none !important; 
}

 .flex-control-thumbs li img {
width: 80px !important;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


/*img, iframe, embed {
    height: auto;
}*/

.pswp img {
    max-width: 300px;
    height: auto !important;
}

}