.theme .headerWrapperWrapper .top-header {
    background-color: #24a3b5 !important;
    height: 73px;
}
.special-menu {
    background: #24a3b5 !important;
}
div.product .imageWrapper .btnShowDetails {
    background: #24a3b5 !important;
}
div.product .imageWrapper .btnShowDetails:hover {
    background: #24a3b5 !important;
}
div.product section.out-of-stock {
    background-color: #24a3b5;
}
div.product section.addButtonWrapper p.buyText {
    color: #24a3b5
}
div.topicPage ul.topicLinks li a:hover {
    color: #24a3b5;
}
.chat_launcher:hover {
    background: #24a3b5;
}
.landingPage2 #corporate .corporate-content a {
    background-color: #24a3b5;
}
.landingPage2 #corporate:before {
    background: -moz-linear-gradient(left, #108546 0, #24a3b5 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #108546), color-stop(100%, #24a3b5));
    background: -webkit-linear-gradient(left, #108546 0, #24a3b5 100%);
    background: -o-linear-gradient(left, #108546 0, #24a3b5 100%);
    background: -ms-linear-gradient(left, #108546 0, #24a3b5 100%);
    background: linear-gradient(to right, #108546 0, #24a3b5 100%)
}
.special-menu {
    background: #24a3b5;
    /*
    background: -moz-linear-gradient(left, #24a3b5 0, #ccc 100%);
    background: -webkit-linear-gradient(left, #24a3b5 0, #ccc 100%);
    background: linear-gradient(to right, #24a3b5 0, #ccc 100%);
    */
}
/*Replace Green color with Another*/
.theme .headerWrapperWrapper .top-header .hamburgerMenu:hover {
    background-color: #D94C1F;
}
.chat_launcher {
    background: #D94C1F;
}
#placeOrderButton {
    background: #D94C1F;
}
.shoppingCart>section.stickyHeader div.itemCount {
    background: #D94C1F;
}
.theme .headerWrapperWrapper .top-header .localeSwitch p:first-child:hover {
    color: #D94C1F
}
.theme .headerWrapperWrapper .top-header .localeSwitch p:last-child:hover {
    color: #D94C1F
}
/*div.topMenu.vertical ul li div.name a .nav-count-label, div.topMenu.vertical ul li div.name>div .nav-count-label {
    color: #D94C1F;
    border: 1px solid #D94C1F;
}*/
/*div.topicPage ul.topicLinks {
    background-color: #D94C1F;
}*/
/*Other*/
/*a.category {
    width: 24.5%;
    float: left;
    height: 190px;
    margin: 0px;
    padding: 0px;
    border: 1px solid rgba(19, 19, 19, 0.125);
}*/

a.chat_launcher:hover{
    color: #FFF !important;
}

.landingPage2 .mainContainer {
    max-width: 100%;
}
div.catalogBrowser .categoryHeader ol.breadcrumb li.crumb:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/**/
.dataTables_filter, .dataTables_paginate{
    float: right !important;
}
.dataTables_paginate .pagination {
    margin: 0px !important;
}



div.product .imageWrapper .imageWrapperWrapper {
    width: 100%;
}

.shipping-container .progress {
    margin-bottom: 0px;
    border-radius: 0px;
}
.breadcrumb>li+li:before {
    display: none;
}


img.img-fluid {
    width: 150px;
    height: 150px;
    text-align: center;
    margin-top: 10px;
    /*border-radius: 50%;*/
    border-radius: 1%;
    border: 5px solid #ddd;
}

a.category div div.imageWrapper {
    height: auto;
    margin-bottom: 10px;
}

a.category div div.name {
    overflow: hidden;
    white-space: nowrap;
}

div.notFoundPage h1 {
    color: #24a3b5;
}

.theme-grocery div.notFoundPage div.callUs em, div.notFoundPage div.callUs em.theme-grocery {
    color: #D94C1F;
}




/*For Bigger Logo*/
.theme .headerWrapperWrapper .top-header .localeSwitch p {
    line-height: 40px;
}
img.theme_logo {
    height: 73px;
}
.theme .headerWrapperWrapper .top-header .logo{
    height: 73px;
}
.theme .headerWrapperWrapper .top-header .area {
    height: 40px;
}
.theme .headerWrapperWrapper .top-header .localeSwitch p{
    line-height: 40px;
}
.theme .headerWrapperWrapper .top-header .localeSwitch p:first-child {
    font-size: 17px;
}
.theme .headerWrapperWrapper .top-header .loginArea.authButtons button.signInBtn {
    font-size: 18px;
    text-transform: uppercase;
}


/*Category Banner Start*/
.fade-carousel-container {
    max-width: 100%;
    width: 100%;
}
div.catalogBrowser .normalBanner img {
    width: 100%;
    max-height: 215px;
}
/*Category Banner End*/

/*Cart redesign Start*/
.stickyHeader{
    display: none !important;
}
.helpArea{
    display: block !important;
}
a.cart_top:hover{
    color: #FFFFFF !important;
}
.theme .headerWrapperWrapper .top-header .helpArea:hover {
    background-color: #D94C1F !important;
}
/*Cart redesign End*/

@media (max-width: 700px) {
    .theme .headerWrapperWrapper .top-header .helpArea {
        display: none !important;
    }
}

.ModalDialog .close:after, .ModalDialog .close:before {
    border-top: 2px solid #fff !important;
}
