/*===================================================================================*/
/*  Navy Color
/*===================================================================================*/
.primary-bg {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
    color: #FFF;
}

.primary-color {
    color: #34495e;
}

.le-dropdown {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

    .le-dropdown.open {
        background-color: #2b3c4e;
    }

.le-button {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}


.le-buttonhata {
background: #E74C3C;
background: -moz-linear-gradient(top, #E74C3C29%, #E74C3C29%, #C72918 100%, #207cca 100%, #C72918 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#E74C3C), color-stop(29%,#E74C3C), color-stop(100%,#C72918), color-stop(100%,#207cca), color-stop(100%,#C72918));
background: -webkit-linear-gradient(top, #E74C3C29%,#E74C3C29%,#C72918 100%,#207cca 100%,#C72918 100%);
background: -o-linear-gradient(top, #E74C3C29%,#E74C3C29%,#C72918 100%,#207cca 100%,#C72918 100%);
background: -ms-linear-gradient(top, #E74C3C29%,#E74C3C29%,#C72918 100%,#207cca 100%,#C72918 100%);
background: linear-gradient(to bottom, #E74C3C29%,#E74C3C29%,#C72918 100%,#207cca 100%,#C72918 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E74C3C', endColorstr='#C72918',GradientType=0 );
color: #fff;
padding-left: 7px;
padding-right: 7px;
padding-top: 3px;
padding-bottom: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 11px;
margin-left: 15px;
}
    .le-button:hover {
        background-color: #395168;
    }

a {
    color: #023471;
}

::-moz-selection {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

::selection {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.social-icons li a:hover {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.le-color {
    color: #34495e;
}

.navbar .navbar-toggle {
    background-color: #2b3c4e;
    border-color: #222f3d;
    border-radius: 0;
}

header .top-search-holder .contact-row i {
    color: #023471;
}

header .top-search-holder .search-area .search-button {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

header .top-cart-row .wishlist-compare-holder a:hover {
    color: #34495e;
}

    header .top-cart-row .wishlist-compare-holder a:hover i {
        color: #34495e;
    }

header .top-cart-row .top-cart-holder .basket-item .price {
    color: #34495e;
}

header .top-cart-row .top-cart-holder .basket-item-count .count {
    background-color: #023471;
}

.sidemenu-holder .side-menu .head {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.sidemenu-holder .side-menu .menu-item:hover,
.sidemenu-holder .side-menu .menu-item.open {
    border-color: #005dcf;
}

.megamenu-horizontal .nav > li > a:hover,
.megamenu-horizontal .nav > li > a:focus {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.megamenu-horizontal .dropdown:hover .dropdown-toggle:focus,
.megamenu-horizontal .dropdown.open .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:hover .dropdown-toggle,
.megamenu-horizontal .dropdown.open .dropdown-toggle,
.megamenu-horizontal .dropdown:focus .dropdown-toggle {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.breadcrumb-nav-holder .breadcrumb-item.current a {
    color: #34495e;
}

.carousel-holder .title-nav .inverse {
    color: #34495e;
}

.carousel-holder .title-nav .nav-holder a:hover {
    color: #34495e !important;
}

.le-radio:checked + .fake-box:after {
   background-color:#99A1A7;
}

.le-checkbox:checked + .fake-box {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
    border-color: #34495e;
}

.le-links li a:hover {
    color: #34495e;
}

.accordion-widget .accordion .accordion-toggle {
    color: #34495e;
}

    .accordion-widget .accordion .accordion-toggle:after {
        color: #34495e;
    }

.dropdown .dropdown-menu {
    border-top-color: #005dcf;
}

.slider-selection {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.slider-handle {
    border-color: #34495e;
}

#footer .widget .body li a:hover {
    color: #34495e;
}

#footer .link-list-row .link-widget li a:hover {
    color: #34495e;
}

h2 {
    color: #34495e;
}

.iconic-link:hover {
    color: #34495e;
}

    .iconic-link:hover:before {
        color: #34495e;
    }
/*.dropdown{
    .dropdown-menu{
        box-shadow: inset 0px 2px 0px @primary-color, inset 0px 0px 0px 2px darken(@second-color,10%) ;
        
        &:before{
            border-bottom-color: @primary-color;
        }
    }
}*/
.pagination li:hover a,
.pagination li.current a {
    color: #34495e !important;
    border-color: #34495e;
}

.simple-link:hover {
    color: #34495e;
}

#top-megamenu-nav {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

    #top-megamenu-nav .nav > li {
        border-right-color: #2b3c4e;
    }

        #top-megamenu-nav .nav > li > a:hover,
        #top-megamenu-nav .nav > li > a:focus {
            background-color: #023B83;
        }

        #top-megamenu-nav .nav > li.active a,
        #top-megamenu-nav .nav > li.active a:focus {
            background-color: #023471;
        }

        #top-megamenu-nav .nav > li .dropdown-toggle:focus {
            background-color: #023471 !important;
        }

        #top-megamenu-nav .nav > li .dropdown-toggle:before {
            background: #005dcf; /* Old browsers */
            background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
            background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
        }

        #top-megamenu-nav .nav > li.open .dropdown-toggle {
            background-color: #304457;
        }

    #top-megamenu-nav .dropdown {
        border-right-color: #2b3c4e;
    }

        #top-megamenu-nav .dropdown:hover .dropdown-toggle,
        #top-megamenu-nav .dropdown:focus .dropdown-toggle,
        #top-megamenu-nav .dropdown.active .dropdown-toggle,
        #top-megamenu-nav .dropdown:hover .dropdown-toggle:focus,
        #top-megamenu-nav .dropdown:focus .dropdown-toggle:focus,
        #top-megamenu-nav .dropdown.active .dropdown-toggle:focus {
            background-color: #304457;
        }

        #top-megamenu-nav .dropdown .dropdown-toggle:focus {
            background-color: #304457 !important;
        }

        #top-megamenu-nav .dropdown .dropdown-toggle:before {
            background: #005dcf; /* Old browsers */
            background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
            background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
        }

        #top-megamenu-nav .dropdown.open .dropdown-toggle {
            background-color: #304457;
        }

#cart-page .widget .buttons-holder .simple-link:hover {
    color: #34495e;
}

#cart-page .items-holder .close-btn:hover:after {
    color: #34495e;
}

#cart-page .items-holder .cart-item .title a:hover {
    color: #34495e;
}

.nav-tabs li.active a,
.nav-tabs li.active a:focus {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

    .nav-tabs li.active a:hover {
        background-color: #005dcf;
    }

.btn-loadmore:hover i {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.le-quantity .minus:hover:after,
.le-quantity .plus:hover:after {
    color: #34495e;
}

.meta-row span a {
    color: #34495e;
}

.comment-item .comment-body .author {
    color: #34495e;
}

.product-item-holder .body .title a:hover {
    color: #34495e;
}

.single-product-gallery .gallery-thumbs .next-btn:hover,
.single-product-gallery .gallery-thumbs .prev-btn:hover {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.single-product-gallery .gallery-thumbs li a.active {
    background: #005dcf; /* Old browsers */
    background: -moz-linear-gradient(top, #005dcf 29%, #005dcf 29%, #023575 100%, #207cca 100%, #023575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,#005dcf), color-stop(29%,#005dcf), color-stop(100%,#023575), color-stop(100%,#207cca), color-stop(100%,#023575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* IE10+ */
    background: linear-gradient(to bottom, #005dcf 29%,#005dcf 29%,#023575 100%,#207cca 100%,#023575 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dcf', endColorstr='#023575',GradientType=0 ); /* IE6-9 */
}

.grid-list-products .grid-list-buttons ul li.active a i {
    color: #34495e;
}

.grid-list-products .grid-list-buttons ul li a:hover i {
    color: #222f3d;
}


.sidebar .price-range-holder .filter-button a {
    color: #34495e;
}

.sidebar .widget .product-list li a:hover {
    color: #34495e;
}

.sidebar .widget .product-list .price .price-current {
    color: #e74c3c;
}

.top-bar ul > li a:hover {
    color: #34495e;
}

.logo-svg {
    fill: #34495e;
}

.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
    color: #34495e;
}

.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
    background: #34495e;
}

.panel-group-faq .panel-faq .panel-heading .panel-title > a:after {
    color: #34495e;
}

.panel-group-faq .panel-faq .panel-heading .panel-title > a:hover:after {
    color: #34495e;
}

.posts .post .meta > li a:hover {
    color: #34495e;
}

.blog-sidebar .le-links > li > a:hover {
    color: #34495e !important;
}

.blog-sidebar .tagcloud a:hover {
    color: #34495e !important;
}

.owl-carousel-blog .owl-pagination .owl-page:hover span,
.owl-carousel-blog .owl-pagination .owl-page.active span {
    background: none repeat scroll 0 0 #34495e;
}

.comment-item .comment-body .likes a:hover,
.comment-item .comment-body .likes .icon:hover {
    color: #34495e;
}

.comment-item .comment-body .likes .dislikes .icon:hover {
    color: #34495e;
}

.comment-item .comment-body .comment-reply:hover {
    color: #34495e;
}

.blog-sidebar .widget .recent-post-list h5 a:hover {
    color: #34495e;
}
