/* Main Navigation Bar Background Color */
#menu .dropdown-menu {
    background-color: #fff;    
}

#menu {
    background-color: #fff;
}
/* Module Title Divider Color */
.module-divider {
    background-color: #fff;
}

/* Product Page Add To Cart Button Background Color */
.btn-primary {
    background-color:#1f81d4;
    border-color: #1f81d4;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    border-color: #000;
    background-color: #000;
   
}
/* Grid View Add To Cart Button Background Color */
.product-thumb .button-group button{
    background-color: #1f81d4;
}
.product-thumb .button-group button:hover {
    background-color: #000;
}
/* Top Bar Background Color */
nav .container {
    background: #eaeaea;
    border-bottom: 1px solid #d9d9d9!important;
    width: 100%;
}
/* Add to Wish List and Compare Icon Color */
.fa-heart {
    color: #000;
}
.fa-exchange {
    color: #000;
}
/* Footer Background and Border Top Color */
footer {
    background: transparent;
    margin-top:50px;
    padding-top: 40px;
    box-shadow: -2px -5px 20px -5px rgb(0 0 0 / 10%);
}
footer > .container {
    border-bottom: 1px solid #eee;
}
/* Breadcrumb Current Page Highlight Color */
.breadcrumb>li:last-of-type a{
    color:#1f81d4;
}
/* Search Form Button */
#search .btn-lg {
    background: #1f81d4;
    border: 1px solid #1f81d4;
}
#search .btn-lg:hover {
    background: #279aff;
    border: 1px solid #279aff;
}
/* Cart Icon Color */
#cart>.btn {
    color: #1f81d4;
}
/* Link Color Hover */
a:hover {
    color:#1f81d4;
}
/* Search Drop Down */
.dropdown-menu{
    background-color:#fff;  
}

/* My Account Drop Down Menu */
#top-links .dropdown-menu-right a{
background-color:#fff!important;  
color:#777777!important;
    font-size:14px;
}
#top-links .dropdown-menu-right a:hover{
background-color:#000!important;  
color:#fff!important;
}
.dropdown-menu > li > a {
     color:#fff;
    font-size:14px;
    background:#1a68ac;
}
#top .btn-link, #top-links li, #top-links a {
    background:transparent;
}
#form-currency > div > ul > li > button{
    color:#000!important;
}
#top-links .dropdown-menu a:hover {    
    background:#1f81d4;
}
/* Currency Drop Down */
#top #form-currency .currency-select:hover, #top #form-language .language-select:hover {
    background-color: #000;
    background-image: linear-gradient(to bottom, #000, #000);
}
/* Input Group Add/Remove Items Cart Page */
.input-group-btn button {
    background: #000;
    border: 1px solid #000;
}
/* Pull Left Button */
.pull-left a {
    background: #2B3645;
    border: 1px solid #2B3645;
}
/* Footer Borders */
footer hr{
    border-bottom: 1px solid #eee;
}
footer h5 {
    border-bottom: 1px solid #ddd;
}
/* S50 Cloud Footer Link */
.powered {
    color: #959798;
}
.powered a {
     color: #959798;
}
.pagination>.active>span{
    background: #2B3645;
    border: 1px solid #2B3645;  
}
.call-out h4::before{
    background:#1f81d4;
}
.product-thumb .caption > h4 > a{
    
    color:#000;
}
.product-thumb .caption > h4 > a:hover{
    color:#1f81d4;
}
#button-cart{
    margin-top:10px;
}