/* Top Navigational Menu */

.TopMenu {
   font-size: 11px;
   font-family: 'Hammersmith', Helvetica, sans-serif;
   color: #343434;
   height:30px;
}

.TopMenu a {
   color: #009933;
   font-weight: bold;
  
}
.TopMenu a:hover {
   color: #00CC00;
 /*text-decoration: underline;*/
   font-weight: bold;
  
}

.TopMenu .CartLink a {
   color: #BFAE3B;

 }
#cookieNotification p {
    margin: 0 0 0 0;
    padding: 15px 0 12px;
    line-height: 18px;
    font-weight: bold;
    float: none;   
}
.icon {
   display: inline-block;
   width: 20px;
   height: 18px;
   background: url("//cdn10.bigcommerce.com/s-aqn9p16a/templates/__custom/images/cart_icon_w.png?t=1701768170") no-repeat;

}

.pages-menu {
   float: right;
  
}

.currency-converter p {
   font-size: 0px;
   font-family: 'Hammersmith', Helvetica, sans-serif;
   font-weight: bold;
   margin: 0;
}

.js-drawermenu-currency-converter span {
   color: #ededed !important;
}


.PageMenu ul {
   border-bottom: none;
   padding: 0;
   margin: 0px 15px;
   position: relative;
   display: inline-block;

}

.PageMenu li ul {
   display: none;
   position: absolute;
   z-index: 10;
   top: 100% !important;
   width: 150px;
   left: 0;
   list-style-image: none;
}

/* Catergory Menu */

.PageMenu .sf-menu>li>a:hover {
   color: #FFFFFF;
}
    

/* Dropdown Menu */

.PageMenu li ul li a {
   float: none;
   width: auto;
   margin: 0;
   display: block !important;
   line-height: 2.1em;
   font-size: 15px;
   text-align: left;
   color: rgb(220, 220, 220);
}

.Left li {
   background-color: #fff;
   font-size: 15px;
   font-family: 'Hammersmith', Helvetica, sans-serif; 
   font-weight: bold;
}

.SortBox label, .SearchSorting label {
   float: left;
   font-size: 10px;
   font-family: Verdana, sans-serif;
   font-weight: bold;
}

/* Catergory Text (Blog) */

.PageMenu {
    text-transform: uppercase;
    font-size: 15px;
  
}


/* Product Listings */

.ProductList {
    margin: 0 0 0 0px;
    font-size: 0;
    padding: 0;
    overflow: hidden;
}

.ProductList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    list-style: none;
    height: auto !important;
    /*margin: 10px 10px 10px 10px;*/
    font-size: 9px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    width: 25%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0px;
    border-color: #ccc;
  
}

.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: left !important;
    width: 120px !important;
    padding-top: 5px !important;
    font-size: 13px;
    font-family: Hammersmith One;
    font-weight: bold;
}

.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 5px !important;
    position: relative;
}


/* Below is required to overwrite __Master defaults */

.productAttributeList .productAttributeRow, .productAttributeRow {
    padding-left: 0 !important;
    margin: 0 0 3px 0 !important;
    clear: both;
}

.productAttributeList li {
    margin-bottom: 10px;
}

.productAttributeList ul.list-horizontal {
    margin: 0;
}

div.selector {
    font-size: 12px;
    background: #fff no-repeat 90% center !important;
    height: 22px;
    line-height: 20px;
    min-height: 20px !important;
    padding: 1px 1px 1px 1px !important;
    width: 200px;

}

div.selector select {
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #fff;
    width: 100%;
}

/* Product Pricing */

.ProductDetailsGrid .s-price .YouSave {
   font-weight: bold;
   font-size: 0px;
   color:red;
   margin: 0 0 0 0;
    
}
.productPage .PriceRow.p-price {
   font-size: 18px;
   font-weight: bold;
   color:black;
   padding: 1px 1px 1px 1px
        
}
.PrimaryProductDetails .ProductPrice{
   color:grey;
}

/* Newsletter */

.newsletter-subscription h4 {
    color:#ededed;
}    

/* Footer */

.footer-main h4 {
   font-size: 15px;
   padding: 0 0 1em 0;
   line-height: 20px;
   text-transform: none;
   font-weight: inherit;

}

.footer-main a:hover {
   color: #FFFFFF;
   /*text-decoration: underline;*/
}

.icon-social.icon-social-theme {
   background-image: url("//cdn10.bigcommerce.com/s-aqn9p16a/templates/__custom/images/sprite-social_new.png?t=1701768170");
   float: left;
}

.footer-main .SocialConnect ul {
   text-align: left;
}

.footer-links p {
   display: block;
   clear: both;
   padding: 0;
   margin: 0;
   font-size: 10px;
}

#SearchForm {
   position: relative;
   float: left;
   width: auto;
}    

.payment_logo {
    background-image: url("//cdn10.bigcommerce.com/s-aqn9p16a/templates/__custom/images/payment_logos.png?t=1701768170");
    float: right;
    width: 296px;
    height: 30px;
}

.footer-main .inner {
padding: 20px 0;
    
}


