.heading-bar h1,
.heading-bar h2,
.heading-bar h3,
.heading-bar h4,
.heading-bar h5,
.heading-bar h6 {
    margin: 0;
}

#search-category-level- {
    display: none;
}

.header__logo {
    float:left ;
    overflow: hidden;
    margin-bottom: 1.5em;
}

#logo {
    margin: 0 !important;
}
#logo img {
    height: auto;
}

.slogan {
    position: relative;
    float: left;
    margin-top: 1em;
    margin-left: 2em;
}

.global {
    padding-top: 0;
}
.account-panel-spacing {
    margin: 0;
}
.account-panel {
    margin-bottom: 0 !important;
}

.search-sidebar {
    display: none;
}
.download-promotion {
    padding: 1em;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.sidebar-promotion img {
    float: right;
    display: block;
    margin-left: 1em;
}
#webshop-breadcrumb {
    margin-bottom: 2em;
    clear: both;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
    .container {
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .outer-wrapper {
        padding-top: 60px;
    }
    .search-sidebar {
        display: block;
    }
    .sidebar-select {
        margin-bottom: 2em;
    }
    .sidebar-select .select-category .btn {
        position: relative;
        height: auto;
        padding: 1em;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.5;
        text-align: left;
        background: #F1F1F1;
        border-color: #dddddd;
    }
    .sidebar-select .select-category .btn:after {
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -0.6em;
        font-family: FontAwesome;
        font-size: 1.2em;
        content: "\f107";
        color: #aaa;
    }
    .sidebar-select .select-category .caret {
        display: none;
    }
    .sidebar-select .dropdown-menu {
        margin-bottom: 3em;
    }
}

.btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

iframe {
    max-width: 100%;
}

.search-filter-box {
    padding: 0;
    margin-top: 0;
    background: none;
}
.search-filter-box h3 {
    padding: 1em !important;
    margin: 0;
    line-height: 1;
    background: #f9f9f9;
    border: 1px solid #ececec !important;
    color: #989898;
}
.search-filter-box .filter {
    margin: 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}
.search-filter-box .filter > li {
    margin: 0 !important;
    border-bottom: 1px solid #ececec;
}
.search-filter-box .filter > li > a {
    position: relative;
    display: block;
    padding: 1em;
}
.search-filter-box .filter > li > a:after {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.75em;
    font-family: FontAwesome;
    font-size: 1.2em;
    content: "\f105";
    color: #bbb;
}
.search-filter-box .filter > li > a:hover
.search-filter-box .filter > li > a:focus {
    text-decoration: none;
    background: #eeeeee;
}
@media screen and (max-width: 767px) {
    .search-filter-box h3 {
        background: #1B449C;
        color: #fff;
    }
}
.filters-selected ul.filter {
    margin-left: 0;
}
.filters-selected ul.filter ul.filter {
    margin-left: 2em;
}
ul.filter a, ul.filter.on a {
    padding: 1em;
}
#full-search-filters .search-refine {
    display: none;
    border: none;
}
#full-search-filters li {
    margin: 0 0 0.5em;
}
#full-search-filters .filters-selected {
    margin-bottom: 2em;
}
.filter.on a {
    position: relative;
}
.filter.on a i {
    display: none;
}
.filter.on a:after {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.75em;
    font-family: FontAwesome;
    font-size: 1.2em;
    content: "\f057";
    color: #bbb;
}


.imggallery img {
    border: none;
}
/* COLOR CHANGES */
body {
    overflow-x: hidden !important;
    background-image: none;
}
.btn-success {
    background: #6cc069;
    border: none;
    text-shadow: none;
}

.btn-success:hover,
.btn-success:focus {
    background: #4ca049;
}

.b2c-menu {
    position: relative;
    top: 2.5em;
}

.b2c-menu > li {
    margin-left: 1em;
    background: #1B449C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.b2c-menu li ul > li a:hover, .b2c-menu li ul > li a:focus {
    border: none;
}
.b2c-menu li.select-currency {
    display: none;
}
.b2c-menu > li:nth-child(2) ul {
    height: auto;
    min-width: auto;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in;
    -moz-transition: max-height 0.3s ease-in;
    -ms-transition: max-height 0.3s ease-in;
    -o-transition: max-height 0.3s ease-in;
    transition: max-height 0.3s ease-in;
    background: #1b449c;
}
.b2c-menu > li:nth-child(2):hover ul {
    max-height: 200px;
}
.b2c-menu li.cart-dropdown {
    background: #6cc069;
}

.b2c-menu li ul > li:first-child a {
    border-top: 1px solid #1B449C;
    border-bottom: 1px solid #1B449C;
}

.b2c-menu li ul > li a {
    border-bottom: 1px solid #1B449C;
}

.b2c-cart-preview {
    margin-left: -15px;
    background: #6cc069;
}

@media screen and (max-width: 1200px) {
    .b2c-menu {
        margin-right: 20px;
    }
}

.footer {
    border-bottom: 10px solid #1B449C;
}
@media screen and (max-width: 767px) {
    .footer {
        padding: 2em 1.25em 5em;
    }
    .footer-menu li {
        display: block !important;
        text-align: left;
    }
    .footer-menu .cards {
        display: block;
    }
    .footer-menu .cards li {
        float: left;
    }
}

.news-item {
    border-right: solid 10px #1B449C;
}
nav.main {
    bottom: -6px;
    z-index: 2;
}
nav.main a:hover, nav.main a:active, nav.main a.active {
    border-bottom: #1B449C 4px solid;
}
.navbar-inner {
    border: none;
}

.featuretteimages .fa {
    color: #1B449C;
}

.cycle-pager .cycle-pager-active {
    color: #1B449C;
}

.search-filter-box .filter__count {
    display: none;
}

.sidebar-item .icons-inner {
    color: #1B449C;
}

.sidebar-highlight {
    background: #1B449C;
}

.search-sidebar {
    margin-bottom: 2em;
}
.search-sidebar > h2 {
    margin-bottom: 0;
    border: none;
}
.search-sidebar .controls > .input-append {
    display: block;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
}
.search-sidebar .controls input {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-right: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.search-sidebar .controls button {
    padding: 0.8em;
    background: #1B449C;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none;
    text-transform: uppercase;
    color: #ffffff;
}
.search-sidebar .controls button i {
    display: none;
}
.search-sidebar .controls .radio {
    padding: 0.8em;
}

.mobilenav {
    text-align: center;
}

.navbar-inner {
    background: #1B449C;
}

.navbar .brand {
    display: inline-block;
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: none;
    text-transform: uppercase;
    color: #130b54;
}
.navbar .brand img {
    height: 1em;
    position: relative;
    top: -0.1em;
    margin-right: 0.2em;
}
.navbar .brand span {
    display: inline-block;
    font-weight: normal;
    color: #1852a6;
}

.b2c-panel, .b2c-panel {
    height: 4px;
    background: #1B449C;
}
#mobile-search,
#mobile-menu {
    line-height: 2;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#mobile-search {
    margin-top: 0.3em;
}
#mobile-menu {
    margin-top: 0.5em;
}
#mobile-menu span {
    background: #130B54;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#guest-cart-mobile {
    margin-top: 8px;
    background: none;
}

.footer {
    background: #e1e1e1;
    border-top-color: #d1d1d1;
    border-bottom: none;
    color: #000000;
}
.footer ul li a {
    color: #000000;
}


#main-head {
    position: relative;
    padding-top: 2em;
    padding-bottom: 0;
}
#main-head:before {
    position: absolute;
    top: 0;
    right: -50%;
    left: -50%;
    bottom: 0;
    content: '';
    background: #F1F1F1;
}

nav.main a, nav.main a:link {
    text-transform: uppercase;
    font-weight: normal;
    color: #000000;
}



.brand {
    padding: 1em;
}


.c-primary {
    color: #1B449C;
}
.heading-bar {
    padding-left: 0;
}
.contact-us .heading-bar {
    margin-bottom: 2em;
}
.contact-map {
    margin: 2em 0;
}
.contact {
    color: #000000;
}
.contact a {
    color: #1B449C;
}
@media screen and (max-width: 767px) {
    .contact-us .media .pull-left {
        float: left;
    }
}



/**
 * Search bar
 */
.search {
    position: relative;
    padding: 20px 0;
    margin: 0;
    background: #eee;
}
.search:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: -1px;
    left: -50%;
    right: -50%;
    content: '';
    background: #eee;
    border-bottom: 1px solid #ddd;
}
.search .container-fluid {
    padding: 0;
}
.search-box {
    display: table;
    width: 100%;
}
.search-section{
    display: table-cell;
    vertical-align: middle;
}
.search-label {
    padding-right: 20px;
    margin: 0;
    font-size: 1.5em;
    color: #989898;
}
.search-input {
    width: 100%;
}
.search-input input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3em;
    padding: 0 1em;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 3;
    border: 1px solid #ccc;
    border-right-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.search-btn {
    display: block;
    height: 3em;
    padding: 0 2em;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    background: #1353AA;
    border: 1px solid #1353AA;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
}
.search-btn:hover,
.search-btn:focus {
    background: #03338A;
    color: #fff;
}
@media (max-width: 767px) {
    .search {
        margin: 0;
        background: none;
    }
    .search:before {
        display: none;
    }
    .search-box {
        margin-bottom: 1em;
    }
    .search-label {
        padding-bottom: 0.5em;
        display: none;
    }
    .search-section {
        display: block;
        margin-bottom: -1px;
    }
    .search-input {
        margin-bottom: -1px;
    }
    .search-input input {
        height: 3em;
        line-height: 3;
        border-right-width: 1px;
        text-align: center;
    }
    .search-btn {
        width: 100%;
        height: 3em;
        margin-top: -1px;
        background: #6CC069;
        border-color: #6cc069;
        color: #ffffff;
    }
    .search-btn:hover,
    .search-btn:focus {
        background: #4ca049;
        color: #ffffff;
    }
}


/**
 * Category Dropdown
 */
.select-category {
    width: 100%;
    text-align: left;
}
.select-category .btn {
    display: block;
    height: 3em;
    padding: 0 1em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 3;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-align: left;
}
.select-category .caret {
    position: absolute;
    right: 1.5em;
    margin-top: 1.5em;
}
.select-category .dropdown-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width: 767px) {
    .select-category .btn {
        text-align: center;
    }
    .select-category .dropdown-menu {
        position: static;
    }
    .select-category .dropdown-menu>li {
        margin: 0 !important;
    }
    .select-category .dropdown-menu>li>a {
        padding: 1em;
    }
}

#product-search-result .with-options .price {
    visibility: hidden;
}


.btn-group.view {
    margin-top: 27px;
    margin-top: 0.9875rem;
}
ul.product-grid li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 23% !important;
    height: auto;
    margin-right: 2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #ddd;
}
ul.product-grid li:nth-child(4n) {
    margin-right: 0;
}
ul.product-grid li .image {
    display: block;
    width: auto;
    padding: 1em 1em 0;
}
ul.product-grid li .overlay {
    padding: 0;
    background: none;
}
ul.product-grid li .title {
    height: 2.9em;
    padding: 1em;
    border: none;
}
ul.product-grid .title:after {
    display: none;
}
ul.product-grid li .price {
    width: auto;
    padding: 1em;
    line-height: 1;
    font-weight: normal;
    background: #eeeeee;
}
ul.product-grid li.no-options .price {
    border-top: 1px solid #ddd;
}
ul.product-grid li.with-options .addbtn {
    display: block;
    overflow: hidden !important;
}

@media screen and (max-width: 1000px) {
    ul.product-grid li {
        width: 31% !important;
        margin-right: 2%;
    }
    ul.product-grid li:nth-child(4n) {
        margin-right: 2%;
    }
    ul.product-grid li:nth-child(3n) {
         margin-right: 0;
     }
}

ul.product-detailed li {
    padding: 1em 0;
    border-bottom: 1px solid #f1f1f1;
}
ul.product-detailed li > a {
    overflow: hidden;
}
ul.product-detailed li .overlay {
    overflow: hidden;
}
ul.product-detailed li .image {
    height: auto;
    max-height: 155px;
    margin: 0 1em 0 0;
    text-align: center;
}
ul.product-detailed li .image img {
    max-height: 100%;
}
ul.product-detailed li .title {
    color: #1b449c;
}
ul.product-detailed li .code {
    margin-bottom: 1.8rem;
    font-size: 0.9em;
    color: red;
}
ul.product-detailed li .code:before {
    content: 'Code: ';
}
ul.product-detailed li .description {
    display: block;
}
ul.product-detailed li .price-unavailable {
    display: none !important;
}
ul.product-detailed li .addtocartgroup {
    position: static;
    float: right;
    margin: -1.8em 0 0;
    font-size: 16px;
    font-size: 1rem;
}
@media screen and (max-width: 767px) {
    ul.product-detailed li {
        padding: 1em 0 2em;
        margin: 0 0 1em;
        border-bottom: 1px solid #ddd;
    }
    ul.product-detailed li a {
        overflow: visible;
    }
    ul.product-detailed li .image {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 1em;
    }
    ul.product-detailed li .price {
        position: static;
        margin: 1em 0;
    }
    ul.product-detailed li .price-unavailable {
        display: none;
    }
    ul.product-detailed li.with-options .code {
        margin-bottom: 1em;
    }
    ul.product-detailed li .addtocartgroup {
        float: none;
        display: block;
        margin: 0;
    }
    ul.product-detailed li.with-options .addbtn {
        display: block;
    }
}

ul.product-list {
    border-bottom: none;
}
ul.product-list li a {
    border-top: 1px solid #f1f1f1;
}
ul.product-list .overlay {
    width: 65%;
}
ul.product-list .title {
    width: 34%;
}
ul.product-list .addtocartgroup {
    right: 0;
    width: 27%;
}
ul.product-list li .addtocartgroup {
    text-align: right;
}
ul.product-list li.with-options .addtocartgroup .addbtn {
    display: block;
}
ul.product-list li.no-options .addtocartgroup .addbtn {
    display: inline-block;
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
}


/* Home */
.home__slider {
    margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
    /*.home__slider {*/
        /*margin: -21px -20px 2em;*/
    /*}*/
    .home__cms {
        margin-bottom: 4em;
    }
    .home__cms h1 {
        font-size: 1.4em;
        line-height: 1.4;
    }
}

.cmspg-content img {
    height: auto !important;
    max-width: 100% !important;
}
.cmspg-content a {
    text-decoration: underline;
    color: #6cc069;
}

.categories__cms {
    margin-bottom: 2em;
}

.owl-theme .owl-controls .owl-page span {
    background: #e0e0e0;
}

.brands-slider .owl-item {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

nav.main {
    position: static;
    height: auto;
}
.header__search {
    position: absolute;
    top: -80px;
    right: 0;
    max-width: 450px;
    padding: 1em 0;
}
.header__nav {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 2;
    float: right;
    margin-top: -3em !important;
}
.nav__list {
    padding: 0.5em 0 !important;
}
.nav__item {
    margin: 0 !important;
    border-bottom: none !important;
}
.nav__link {
    padding: 1em 1.25em !important;
    border: none !important;
    color: #000000;
}
.nav__link:hover,
.nav__link:focus {
    background: #dddddd;
}
nav.main ul {
    float: left;
    clear: none;
}

.categories__heading {
    float: left;
}
.btn-group.view {
    margin: 0;
}
.btn-group.view .btn {
    padding: 0.75em 1em;
    background: #eeeeee;
    border: none;
}
.btn-group.view .btn-inverse {
    background: #1b449c;
}

#product-search-result > h2 {
    display: none;
}

.catalogue__cms {
    margin-bottom: 2em;
}
.catalogue-list {
    padding: 0;
    margin-left: -20px;
    list-style-type: none;
}
.catalogue-list__item {
    display: inline-block;
    width: 25%;
    margin-bottom: 20px;
    vertical-align: top;
    text-align: center;
}
.catalogue {
    padding-left: 20px;
}
.catalogue__link {
    display: block;
    border: 1px solid #eee;
}
.catalogue__link:hover,
.catalogue__link:focus {
    text-decoration: none;
}
.catalogue__image {
    padding: 1em;
}
.catalogue__name {
    padding: 16px 8px !important;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    background: #6CC069;
    border: none;
    color: #ffffff;
}

@media screen and (max-width: 1000px) {
    .catalogue-list__item {
        width: 33.3334%;
    }
}
@media screen and (max-width: 600px) {
    .catalogue-list__item {
        width: 50%;
    }
}

.login-panel {
    position: relative;
    z-index: 2;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
}
.login-panel .span12 {
    min-height: auto;
}

#customer-login {
    position: absolute;
    top: 2.2em;
    right: 20px;
    padding: 1em 2em;
    margin: 0;
    background: #1353AA;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
}
#customer-login:hover,
#customer-login:focus {
    background: #03338A;
}
#customer-login i {
    display: none;
}
ul.product-grid li {
    border-bottom: 1px solid #dddddd;
}
.product-detailed .btn-favourites,
.product-list .btn-favourites,
.product-grid .btn-favourites {
    background: none !important;
    border: none !important;
    color: #000000 !important;
}
ul.product-detailed li .addbtn {
    padding: 0.35em 1em;
}
ul.product-detailed li .btn-favourites {
    float: right;
    margin: -2.1em 1em 0 0;
}
ul.product-list li:first-child .addtocartgroup {
    margin-bottom: 0 !important;
}
ul.product-list li .btn-favourites {
    top: 3em;
    left: auto !important;
    right: 0;
}
.filters-selected.category-1, #full-search-filters {
    display: none;
}

#header-social {
    /*position: relative;*/
    /*float: left;*/
    /*margin: -10px 20px 0 30px;*/
}

.l-header__nav {
    text-align: right;
    float: right !important;
    clear: none !important;
    margin-top: -1.5rem !important;
    /*margin-left: 220px !important;*/
}
/*.l-header__nav ul {*/
    /*overflow: hidden;*/
    /*float: none !important;*/
/*}*/
/*.l-header__nav li {*/
    /*float: none !important;*/
    /*display: inline-block !important;*/
/*}*/

#header-social {
    float: left !important;
    margin-right: 1rem !important;
}
#header-social a {
    padding: 1.3em !important;
    color: #141158 !important;
}
#header-social a:hover {
    color: #1e5a99 !important;
    border: none !important;
}
.header-social__items {
    display: block !important;
    margin: 0 !important;
}
.header-social__items li {
    margin: 0 !important;
}

#product-search-result #products-results li a div div.stock.products__stock {
    width:35%;
    margin-left:10px;
}

#product-search-result #products-results li a div div span p {
    font-size:18px;
}

#product-search-result #products-results li a div div span p:nth-child(2) {
    font-size:13px !important;
}

#product-search-result #products-results li a div div.price.products__price {
    text-align:left !important;
    margin-left:-20px;
}

#product-search-result #products-results li div input.addmultiinput {
    width:40px;
}

#sterling-form, #euro-form {
    padding:1em 2em;
    background:#1353AA;
    color:#ffffff;
}

#euro-form {
    float:right;
}