/*!
 * @package     default2 Theme
 * @author      EchoThemes, http://www.echothemes.com
 * @copyright   Copyright (c) 2016, EchoThemes
 * @license     GPLv3 or later, http://www.gnu.org/licenses/gpl-3.0.html
 */

body {
    color: #383838;
    font-size: 14px;
    font-family: 'Droid Sans', Arial, sans-serif;
    line-height: 22.4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Lato', Arial, sans-serif;
}

thead th,
thead td {
    font-family: 'Lato', Arial, sans-serif;
}

dd,
dt,
ul {
    line-height: 24.5px;
}

a {
    color: #4365e0;
}

a:focus,
a:hover {
    color: #1e40b8;
}

.link-contrast a {
    color: #f4f4f4;
}

.link-contrast a:focus,
.link-contrast a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

@media (min-width: 768px) {
    .layout-boxed .layout-wrapper,
    .layout-framed .layout-wrapper {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .layout-boxed .layout-wrapper,
    .layout-framed .layout-wrapper {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .layout-boxed .layout-wrapper,
    .layout-framed .layout-wrapper {
        width: 1100px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #0096d6;
    border-color: #0096d6;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2247ce;
    border-color: #1d3daf;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #4365e0;
    border-color: #2d53dc;
}

.btn-primary .badge {
    color: #4365e0;
    background-color: #fff;
}

.btn-cart {
    color: #fff;
    background-color: #0096d6;
    border-color: #0096d6;
}

.btn-cart:hover,
.btn-cart:focus,
.btn-cart.focus,
.btn-cart:active,
.btn-cart.active,
.open > .dropdown-toggle.btn-cart {
    color: #fff;
    background-color: #2247ce;
    border-color: #1d3daf;
}

.btn-cart:active,
.btn-cart.active,
.open > .dropdown-toggle.btn-cart {
    background-image: none;
}

.btn-cart.disabled,
.btn-cart.disabled:hover,
.btn-cart.disabled:focus,
.btn-cart.disabled.focus,
.btn-cart.disabled:active,
.btn-cart.disabled.active,
.btn-cart[disabled],
.btn-cart[disabled]:hover,
.btn-cart[disabled]:focus,
.btn-cart[disabled].focus,
.btn-cart[disabled]:active,
.btn-cart[disabled].active,
fieldset[disabled] .btn-cart,
fieldset[disabled] .btn-cart:hover,
fieldset[disabled] .btn-cart:focus,
fieldset[disabled] .btn-cart.focus,
fieldset[disabled] .btn-cart:active,
fieldset[disabled] .btn-cart.active {
    background-color: #4365e0;
    border-color: #2d53dc;
}

.btn-cart .badge {
    color: #4365e0;
    background-color: #fff;
}

.btn-wishlist {
    color: #383838;
    background-color: #fff;
    border-color: #e0e0e0;
}

.btn-wishlist:hover,
.btn-wishlist:focus,
.btn-wishlist.focus,
.btn-wishlist:active,
.btn-wishlist.active,
.open > .dropdown-toggle.btn-wishlist {
    color: #383838;
    background-color: #e6e6e6;
    border-color: #c2c2c2;
}

.btn-wishlist:active,
.btn-wishlist.active,
.open > .dropdown-toggle.btn-wishlist {
    background-image: none;
}

.btn-wishlist.disabled,
.btn-wishlist.disabled:hover,
.btn-wishlist.disabled:focus,
.btn-wishlist.disabled.focus,
.btn-wishlist.disabled:active,
.btn-wishlist.disabled.active,
.btn-wishlist[disabled],
.btn-wishlist[disabled]:hover,
.btn-wishlist[disabled]:focus,
.btn-wishlist[disabled].focus,
.btn-wishlist[disabled]:active,
.btn-wishlist[disabled].active,
fieldset[disabled] .btn-wishlist,
fieldset[disabled] .btn-wishlist:hover,
fieldset[disabled] .btn-wishlist:focus,
fieldset[disabled] .btn-wishlist.focus,
fieldset[disabled] .btn-wishlist:active,
fieldset[disabled] .btn-wishlist.active {
    background-color: #fff;
    border-color: #e0e0e0;
}

.btn-wishlist .badge {
    color: #fff;
    background-color: #383838;
}

.btn-compare {
    color: #383838;
    background-color: #fff;
    border-color: #e0e0e0;
}

.btn-compare:hover,
.btn-compare:focus,
.btn-compare.focus,
.btn-compare:active,
.btn-compare.active,
.open > .dropdown-toggle.btn-compare {
    color: #383838;
    background-color: #e6e6e6;
    border-color: #c2c2c2;
}

.btn-compare:active,
.btn-compare.active,
.open > .dropdown-toggle.btn-compare {
    background-image: none;
}

.btn-compare.disabled,
.btn-compare.disabled:hover,
.btn-compare.disabled:focus,
.btn-compare.disabled.focus,
.btn-compare.disabled:active,
.btn-compare.disabled.active,
.btn-compare[disabled],
.btn-compare[disabled]:hover,
.btn-compare[disabled]:focus,
.btn-compare[disabled].focus,
.btn-compare[disabled]:active,
.btn-compare[disabled].active,
fieldset[disabled] .btn-compare,
fieldset[disabled] .btn-compare:hover,
fieldset[disabled] .btn-compare:focus,
fieldset[disabled] .btn-compare.focus,
fieldset[disabled] .btn-compare:active,
fieldset[disabled] .btn-compare.active {
    background-color: #fff;
    border-color: #e0e0e0;
}

.btn-compare .badge {
    color: #fff;
    background-color: #383838;
}

#position-footer-ribbon {
    background: #4365e0;
}

.nav a,
.dropdown-menu>li> a,
.dropdown-menu>li> a,
.dropdown-megamenu .megamenu-item li> a,
.dropdown-megamenu .megamenu-item li> a,
.list-group a,
.product-thumb h4 a {
    color: #383838;
}

.nav a:focus,
.nav a:hover,
.dropdown-menu>li> a:focus,
.dropdown-menu>li> a:hover,
.dropdown-menu>li> a:focus,
.dropdown-menu>li> a:hover,
.dropdown-megamenu .megamenu-item li> a:focus,
.dropdown-megamenu .megamenu-item li> a:hover,
.dropdown-megamenu .megamenu-item li> a:focus,
.dropdown-megamenu .megamenu-item li> a:hover,
.list-group a:focus,
.list-group a:hover,
.product-thumb h4 a:focus,
.product-thumb h4 a:hover {
    color: #1e40b8;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    color: #fff;
    background-color: #4365e0;
    border-color: #4365e0;
}