﻿.primary-colour {
    background: #27476f!important;
}
.secondary-colour {
    background: #9bcfef!important;
}
.tertiary-colour {
    background: #edf0f5!important;
}
.quarter-colour {
    background: #71add3!important
}
/***** HEADER AND LOGO ******/

.spotty {
    background: url(../images/header_bg.png) repeat;
}
.header-mobile {
    /*  height:40px; */
    
    background: #27476f;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
/********** ASSISTANCE BAR ********/
.assistance-bar-wrapper > a {
    color:#27476f;
}
.header-mobile > i {
    color: #fff;
    font-weight: bold;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.sales-advice {
    color: #32537b;
    font-size: 14px;
    margin-top: 20px;
}
.sales-advice > a {
    font-weight: bold;
    color:#27476f;
}
.basket-links {
    font-size: 14px;
    color: #32537b;
    margin-top: 15px;
}
.logo {
    padding: 0px 0 12px 0;
}
.logo img {
    max-width: 100%;
}
 
/* SEARCH FORM */

#search,
#search-mobile {
    width: 100%;
    position: relative;
}
#search form input[type="text"],
#search-mobile form input[type="text"] {
    background-color: #edf0f5;
    border: 1px solid #c2cbda;
    color: #768193;
    height: 38px;
    width: 100%;
    font-size: 15px;
    padding: 10px;
}
#search-mobile form input[type="text"] {
    border:none;
}
#search form > button,
#search-mobile form > button {
    background: #9bcfef;
    color: #fff;
    font-size: 17px;
    position: absolute;
    border: 1px solid #9bcfef;
    right: 0;
    top: 0;
    height: 38px;
    width: 38px;
}
#search-mobile form > button {
    top: 5px;
    right: 5px;
}
#search-mobile {
    display: none;
    background: #27476f;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
/* SEARCH FORM */
.search-form > div {
    display: inline-block;
}
.search-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border-radius: 0!important;
    border: 1px solid #000 !important;
    border-right: none !important;
    font-size: 18px!important;
    color: #000 !important;
}
.search-form .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #000 !important;
    border-radius: 0 !important;
    border: 1px solid !important;
    border-left: none !important;
}
/************ MOBILE HEADERS */

.header-mobile i,
.header-mobile button,
.header-mobile a {
    color: #fff;
}
.header-mobile i,
.mobile-button > * {
    font-size: 24px;
    line-height: 45px;
}
.navbar-header button {
    background: transparent;
    border: none;
}
/* BASKET AREA */

#basket {
    color: #32537b;
    cursor:pointer;
}
#basket > div {
    display: inline-block;
    padding: 10px 20px;
}
#basket > div.basket-left {
    background: #edf0f5;
}
#basket > div.basket-left > i {
    font-size: 21px;
    margin: 0 5px 0 0;
}
#basket > div.basket-right {
    background: #9bcfef;
    color: #fff;
    text-align: CENTER;
}
#basket > div.basket-right .fa-angle-down {
    background: #71add3 !important;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    line-height: 42px;
    width: 23px;
}
#basket > div.basket-right > .basket-button i {
    padding-left: 5px;
}
#basket > div.basket-right > .basket-button {
    font-weight: bold;
    text-align: center;
}
 
.mobile-button .badge {
    background-color: #dd4646;
    border-radius: 50%;
    font-size: 18px;
    height: 26px;
    line-height: 21px;
    position: absolute;
    top: 3px;
    width: 26px;
    animation: bloop 1s ease;
}

/********* BASKET POPUP ********/

#minibasket {   
    position: absolute;
    top: 40px;
    right: auto;
    width: 360px;
    background: #fff;
    padding: 20px;
    border:1px solid #27476f;
    display:none;
}
#minibasket h2 {color:#27476f; border-bottom:1px solid rgb(194, 203, 218);padding-bottom:15px; font-size:20px; font-weight:bold; margin:0;}
#minibasket h2 span {color:#ff0000; font-weight:bold;}
#minibasket .minibasket-item {
    border-top:0px solid rgb(194, 203, 218);
    border-bottom:1px solid rgb(194, 203, 218);
    padding:20px 0;
}
#minibasket .minibasket-item .image {
    position: relative;
    float: left;
    width: 30%;
    border: 1px solid rgb(194, 203, 218);
    overflow: hidden;
    text-align:center;
}
#minibasket .minibasket-item:hover .remove-product {
    display:block;
}
#minibasket .minibasket-item:hover .image {
    border:1px solid #27476f;
}
#minibasket .minibasket-price {
    color:#27476f;
    font-size:18px;
    font-weight:bold;
    margin:0;
}
#minibasket .minibasket-rrp {
    color:#ccc;
    font-sizE:14px;
    text-decoration:line-through;
}
#minibasket .minibasket-item .content {
    width: 70%;
    padding-left: 15px;
    text-align: left;
    float:left;
}
#minibasket .minibasket-item .content .minibasket-name {
    margin:0 0 10px 0;
}
#minibasket .minibasket-item .remove-product{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 17px;
    height: 17px;
    display: none;
    cursor: pointer;
    text-align: center;
    background-color: #27476f;
}
#minibasket .minibasket-total {
    color:#27476f;
    font-sizE: 21px;
    margin: 15px 0;
    font-weight: bold;
}




/* STICKY HEADER ELEMENTS START */
.header-area {
    z-index: 9999!important;
    width: 100%;
    position: relative;
}
.is-sticky .mainmenu ul.nav.navbar-nav li.active a {
    color: #000;
}
.logo img {
    -webkit-transition: 0.4s ease-in;
    -moz-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
/* GIVE HEIGHT TO APPLY ANIMATION */
 

.is-sticky .header-area:after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
}
.is-sticky .logo img {
    height: 60px;
    width: auto;
    padding: 5px;
}
.is-sticky .mainmenu ul.nav.navbar-nav > li a {
    padding: 20px 15px
}
 
.is-sticky.mainmenu {
    top: 100px;
}
/* STICKY HEADER ELEMENTS END */
/**********************************
    MEDIA QUERIES
**********************************/

@media only screen and (max-width: 767px) {
    .navbar-nav {
        margin: 0
    }
    .mainmenu ul.nav.navbar-nav > li > a {
        text-align: left;
    }
    .logo {
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    #search-mobile {
        margin-top: 45px;
    }
    
    .logo {
        margin-top: 35px;
    }
     #basket {
        margin-top: 25px;
    }
    .header-text h2 {
        font-size: 30px;
        padding-top: 20px;
    }
    .mainmenu {
        padding-right: 0;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
 
    .carousel-caption {
        display: none;
    }
    .nav-pills {
        display: none;
    }
     
    .is-sticky .mainmenu ul.nav.navbar-nav li a {
        padding: 10px;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
        /* margin: 0 auto; */
    }
    
}

 