/* UPDATED 4/18/2018 @ 2:12PM */

.Masthead .Logo img { max-height: 60px !important; }

#StoreButton { background-color: #FD7801; }
#StoreButton a { color: #FFFFFF !important; font-weight: bold; text-transform: uppercase; text-decoration: none; }


@media (min-width: 1024px) {


#StoreButton {
display: inline-block;
float: right;
margin: 3px 0px; 
max-width: 140px;
font-size: 14px;
border: solid 1px #FF4001;
border-radius: 5px;
padding: 7px 0px !important; 
background: #ffcdbc;
background: -moz-linear-gradient(top, #ffcdbc 0%, #fe8828 49%, #fc7500 50%, #fba800 97%, #fba800 97%, #ff4001 100%);
background: -webkit-linear-gradient(top, #ffcdbc 0%,#fe8828 49%,#fc7500 50%,#fba800 97%,#fba800 97%,#ff4001 100%);
background: linear-gradient(to bottom, #ffcdbc 0%,#fe8828 49%,#fc7500 50%,#fba800 97%,#fba800 97%,#ff4001 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcdbc', endColorstr='#ff4001',GradientType=0 );
}

#StoreButton a { 
padding: 0px 45px 0px 15px !important; 
background-image: url(https://www.newstarget.com/images/Store-Cart.svg);
background-repeat: no-repeat;
background-position: right center !important;
}

}