/*Uncomment to change colors*/

/*
a { color: #98b018; }
a:hover { color: #a8c125; }


.button,
a.button,
.ProductQty a,
.ProductActionAdd a,
.slide-show-render-full .slide-button span,
input[type="submit"],
input[type="button"],
button,
.ExpressCheckoutBlock .ExpressCheckoutTitle {
  background: #98b018;
}

.button:hover,
a.button:hover,
.ProductQty a:hover,
.ProductActionAdd a:hover,
.slide-show-render-full .slide-button span:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button {
  background: #a8c125;
}


.button.button-secondary,
.Content .ProductList li .ProductImage .on-sale-badge,
.ExpressCheckout .button,
.ExpressCheckout input[type="submit"] {
  background: #fb4022;
}

.button.button-secondary:hover,
.ExpressCheckout .button:hover,
.ExpressCheckout input[type="submit"]:hover {
  background:#fe5c42;
}
*/

#Header,
.body-checkout #Header {
    background: #fff;
}

.header-logo {margin-top: 5px;}
.header-logo img {max-width: 150px;}

#Header .col-sm-3.text-center {
    margin-top: 25px;
}

.popular-nav > ul li {
    padding-left: 25px;
}

.ProductTinyImageList ul li div img {
    width: 60px;
}

.TinyOuterDiv img {
width: 60px !important;
height: 60px !important;
}

/* Newsletter popup */

#newspopup {
background: url(https://cdn2.bigcommerce.com/server4500/4d8de/product_images/uploaded_images/15-off.png?t=1405520877) no-repeat !important;
width: 400px;
height: 296px;
}

.fancybox-inner {
overflow: hidden !important;
}

#newspopup #SideNewsletterBox {
background: transparent;
border: none;
}

#newspopup .container {
width: 400px;
height: 296px;
}

#newspopup .newsheading, #newspopup .newsname {
 display:none;   
}

#newspopup .newswrap{
width: 400px;
position: relative;
top: 172px;
left: 17px;
}

#newspopup .newsemail {
width: 256px;
}

#newspopup .newsbtn {
padding: 0;
width: 108px;
}

#newspopup  .newsbtn  input.btn {
background: transparent;
text-indent: -99999px;
}
#newspopup  .newsbtn  input.btn:hover {
background: transparent;
text-indent: -99999px;
}

/* man redux */
#main-menu-wrap .pages-menu a{
    color: #428bca;
    font-family:"Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#main-menu-wrap .pages-menu li{
    position: relative;
}
#main-menu-wrap .pages-menu li.Blog{
    display: none;
}
#main-menu-wrap .pages-menu li:hover ul{
    display:block;
}
#main-menu-wrap .pages-menu li ul{
    background: none repeat scroll 0 0 #eee;
    padding: 10px;
    position: absolute;
    z-index: 9000;
}
#main-menu-wrap .pages-menu li ul li{
    padding: 0 10px 5px;
    width: 205px;
}
