﻿body {background-repeat: repeat-x;}
.top1-div {background:#333333;}
.main-menu-bar {background:#333333;}
.footer-bg {background-color:#0066cc;}
.customer-login-button {background-color: #0066cc;}
.ekmResponseSignupButton:hover {background-color: #333333;}
.customer-login-button:hover {background-color:#333333;}
.pages-menu ul li a:hover {background:#0066cc;}
.ekmResponseSignupButton {background-color: #0066cc;}
#navigation li a:hover, #navigation li:hover a {background:#0066cc;}

.footer-heading2 {color: #0066cc;}

.single-product-head a {background: #333333;}
.single-product-head a:hover {background: #0066cc;}

.add-to-text {color: #0066cc;}
.breadcrumb { color:#0066cc!important; }
.breadcrumb a{ color:#0066cc!important; }
.breadcrumb a:hover { color:#333333!important; }
.search-input {color: #333333!important;}
.cart-text {color: #333333;}

.footer-link {background: #333333;}

.myDropDownClass select {color:#0066cc;}
.product-price {color:#0066cc;}

.ekm-injected-logo {color:#0066cc!important;; }
.ekm-injected-logo a {color:#0066cc!important;; }


/* softcart styles */
.ekm-softcart-gotocheckout {
	background: #0066cc!important; 
	border-radius: 0!important;
}







/* ################# New cart page styles ################# */

/* Cart Wrapper */
.content .ekmpscart-wrapper {
    color: #666;
}
.content .ekmpscart-wrapper a {
    color: #333;
}

/* Cart Header */
.content .ekmpscart-header .ekmpscart-title {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
}



/* Empty Cart Button */
.content .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue {
    background-color: #0066cc;
}
.content .ekmpscart-wrapper.ekmpscart-empty .ekmpscart-checkout-button.ekmpscart-checkout-button-continue:hover {
    background-color: #4286CA;
}



/* Cart Content */
.content .ekmpscart-contents {
    border-color: rgba(255,255,255,0);
}

/* Cart Content Header */
.content .ekmpscart-cart-items-column-header {
    border-color: #333;
    background-color: #333;
    color: #fff;
}



/* Cart Product */
.content .ekmpscart-cart-items .ekmpscart-cart-items-product {
    border-color: #ccc;;
}
.content .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-name {
    font-size: 15px;
}
.content .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-name a {
    color: #000;
}



/* Remove Link */
.content .ekmpscart-cart-items .ekmpscart-cart-items-product-action-remove {
    color: #f00;
    text-decoration: none;
}



/* Qty */
.ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-qty .ekmpscart-cart-items-product-qty-box {
    border-color: #ccc;;
}

/* Qty update button */
.content .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-qty .ekmpscart-cart-items-product-qty-update {
  background-color: #666;
}
.content .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-qty .ekmpscart-cart-items-product-qty-update:hover {
  background-color: #999;
}



/* Product Options */
.content .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-options {
    background-color: #fff;
    border-color: #ccc;;
}



/* Discounts */
.content .ekmpscart-cart-items .ekmpscart-order-discounts {
    background-color: #fff;
    border-color: #ccc;;
}



/* Estimate Delivery */
.content .ekmpscart-estimate-delivery {
    background-color: #fff;
    border-color: #ccc;;
}
.content .ekmpscart-estimate-delivery .ekmpscart-estimate-delivery-header .ekmpscart-estimate-delivery-header-estimate-button,
.content .ekmpscart-estimate-delivery .ekmpscart-estimate-delivery-content .ekmpscart-estimate-delivery-row-button .ekmpscart-estimate-delivery-row-button-estimate {
  background-color: #666;
}
.content .ekmpscart-estimate-delivery .ekmpscart-estimate-delivery-header .ekmpscart-estimate-delivery-header-estimate-button:hover,
.content .ekmpscart-estimate-delivery .ekmpscart-estimate-delivery-content .ekmpscart-estimate-delivery-row-button .ekmpscart-estimate-delivery-row-button-estimate:hover {
  background-color: #999;
}



/* Total Row */
.content .ekmpscart-totals .ekmpscart-total {
    border-color: #ccc;;
}

/* Grand Total */
.content .ekmpscart-totals .ekmpscart-total.ekmpscart-total-grand .ekmpscart-total-value {
    color: #000;
}



/* Cart Continue Button */
.content .ekmpscart-checkout-buttons {
    border-color: #ccc;;
}
.content .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout.top-button {
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #0066cc;
}
.content .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout {
  background-color: #0066cc;
}


/* Continue Shopping Link */
.content .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a {
    text-decoration: none;
}

/* ################# New cart page styles END ################# */
