/* LESS parser failed, check your syntax 

 
Content after finishing parsing (missing opening bracket?) on line 47 in file 'style.css':
 [46]: 
 [47]:     LOGIN / REGISTER
       ----^
 [48]: 
*/
//test  LS    //This is the editable stylesheet

    @themeColor: #00205b;
    @body-background: #ffffff; //color Body Background
    @sidebar-bg-color: #eeeeee; //color Sidebar Header Background Colour
    @spinColor: #ffc220;

	.home .group-item {
      width: 50% !important;
    }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background: none !important;
}


  .navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 1em;
    color: #777;
  }

	nav .navbar-brand {
      max-height: 120px;
      height: auto;
    }

	.navbar-header.pull-right {
     padding-top: 8px;
    }


    .navbar-default {
    background-color: #F3F3F3 !important;
    border-color: #F3F3F3 !important;
    }

    #inline-list a {
      color: @themeColor;
    }


    #inline-list a:hover {
      color: #fff;
    }

    LOGIN / REGISTER

    #navbar-main-menu {
      background: #00205b !important
    }

    #navbar-main-menu a {
      color: #fff;
      font-weight: 600;
    }



    /*Basic Styles*/

    body {
    background: lighten(@themeColor, 30%) !important;
    overflow-x: hidden;
    margin-top:0 !important;
    padding-top: 0 !important;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

      color: #00205b;

    }

    h2 {
      font-size: 25px;
    }

    h3 {
      font-size: 25px;
      margin-bottom: 40px;
    }

    h3::after {
      background: #ffc220;
      display: block;
      content: "";
      height: 2px;
      width: 55px;
      margin-top: 25px;
    }




    a {
      transition: .5s;
    }

    a:hover {
      text-decoration: none;

    }

	    @media only screen and (min-width:768px){

           body {
    		padding-top:115px;
    		}
        }
    img {
    max-width: 100%;
    }

    #body-cont,
    section.home_cats {
    padding: 0 0 30px;
    background: @body-background;
    }
    #body-cont:not(.home) {
        min-height:66vh;
    }

	#body-cont .container {
     	/*margin-top: 165px;*/
    }


    #cmsbiscuits div {
    display:inline-block;
    margin-left:5px;
    }

    /***********************
    * HEADER
    ***********************/

    div#header-cont {
    padding-top: 1em;
    padding-bottom:1em;
    }
    #greetings-cont {
    text-align: right;
    }

    #navbar-main-menu {
      background: #00205b !important
    }

    #navbar-main-menu a {
      color: #fff;
    }

    .navbar{
    min-height:0!important;
    }

    nav #CRMProdSearch {
    padding: 12px 12px 12px 0;
    }
    .search-bar-cont #CRMProdSearch {
    text-align:right;
    margin-top:10px
    }
    .search-bar-cont input {
    margin-left: 5px;
    }
    .search-bar-cont select {
    padding: 3px;
    }

    div#navbar-sub-container,nav#navbar-main-menu {
        margin-bottom:0;
        border-width: 0 0 0px;
        border-radius: 0;

    .navbar-right{
            margin-right:0px;
    }

    }
    #navbar-sub-menu > ul{
    margin-top:10px;
    }
    nav select.searchSelect,
    nav input.searchTextBox {
        height: 25px;
        padding: 3px 12px 3px 6px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: white;
        background-image: none;
        border: 1px solid #cccccc;
        border-radius: 4px;
        margin-right: 8px;
        width: 150px;
        vertical-align: top;
    }

    nav input.searchButton {
        height: 25px;
        padding: 3px 12px;
        margin-bottom: 0;
        margin-top: -1px;
        font-size: 14px;
        font-weight: 400;
        line-height: 12px;
        text-align: center;
        white-space: nowrap;
        vertical-align: top;
        background: white;
        border: 1px solid transparent;
        border-radius: 4px;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
    }

    nav input.searchButton:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    nav .navbar-brand {
    max-height: 120px;
    height: auto;
    }

    .group-search-dropdown {
      max-width: 200px;
    }

    #navbar-sub-container {
      padding: 30px 0;
    }


    #navbar-sub-container.navbar > .container-fluid .navbar-brand{
        padding:0;
    }

    @media only screen and (min-width:768px){

        #navbar-sub-container.navbar > .container-fluid .navbar-brand{
        margin:10px 15px 5px 15px;
        }
    }

    @media only screen and (max-width:768px){


    ul#navbar-search {
        width:100%;

    }
    ul#navbar-search li{
        display:block;
    }

    ul#navbar-search {
        padding-top:.5em
    }

    .group-search-container > form,.form-group{
        display:inline-block;
        margin-bottom:10px;
    }



    }

    .navbar-header--search {
      text-align: center;
      padding-top: 15px;
    }

    .group-search-container {
        text-align:center;
    }

    select.group-search-dropdown {
      display: none !important;
    }

    .group-search-container button {
      background-color: #00205b;
      color: #fff;
    }

    .group-search-container button:hover {
      background-color: #ffc220;
    }


    /* Portrait and Landscape */
    @media only screen
    and (min-width: 300px)
    and (max-width: 380px){
            .nav > li > a {
                padding: 10px 8px;
            }
    }

    .navbar-right{
        margin-right:0
    }

    nav .navbar-brand img {
    max-height: 7em;
    margin-top: -10px;
    margin-bottom: -10px;
    }

    a.login-btn:before,a.signup-btn:before,a.logout-btn:before,a.contact-btn:before,a.search-btn:before,a.basket-items:before{
        font-family:"FontAwesome";
    }
    a.login-btn:before {
        content:"\f2bd  ";
    }
    a.signup-btn:before{
        content:"\f234  ";
    }
    a.logout-btn:before{
        content:"\f08b  ";
    }
    a.contact-btn:before{
        content:"\f007  ";
    }
    a.search-btn:before {
        content:"\f002  ";
    }
    a.basket-items:before {
        /* content:"\f290  "; */
        content: "\f07a ";
     }


    .group-search-container button{
        margin:0;
    }





    /************************
    * PRODUCT DETAIL
    *************************/

    .thumbnail {
      border: none !important;
    }




	.CRMProdItemSummaryYourPrice span.l {

    font-weight: 600;
    padding-right: 5px;

    }

	.CRMProdItemSummaryStdPrice {
      display: none;
    }

    .CRMProdItemSummaryImg a img {
    max-width: 100%;
    }

    .CRMProdItemSummaryDesc,
    .CRMCategoryList a,
    .CRMMiniLineRow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    }

    .CRMProdItemList {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    }

    .CRMProdItemList > * {
    font-size: 14px;
    }

    .CRMProdItemList .CRMProdItemListTitle {
    width: 100%;
    }





    .CRMProdItemList .CRMProdItemSummary .CRMProdItemAddToBasket select {
    margin-bottom: .5em;
        display: block;
        margin: 0.5em auto 1em;
    }

    a.CRMProdItemSummaryMore {
    color: black;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 8px;
    font-weight: bold;
    }

    .CRMProdItemList .CRMProdItemSummary {
        padding: 0 0 16px;
    }

    .CRMProdItemDetail .CRMProdItemDetailDesc .v {
    font-size: 24px;
    color: #00205b;
    }

    .CRMProdItemDetailRef {
    }

    .CRMProdItemDetail {
        overflow: auto;
        width: 100%;
    }

    .CRMProdItemDetail form {
        margin-top: 1em;
    }

    .CRMProdItemDetailImg img {
        max-width: 100%;
    }

    .CRMProdItemDetailImg a[rel=""] .enlargelink {
        display: none;
    }

    #home-mini-basket.one_col-hidden .CRMMiniBasket,
    #home-mini-basket.one_col-hidden > h3 {
    display: none;
    }

    @media screen and (max-width: 767px) {
    .CRMProdItemListTitle {
        display: none;
    }
    .CRMProdItemDetailImg {
        width: 100%;
        text-align: center;
    }

    .CRMProdItemDetailImg + div {
        width: 100%;
    }
    #home-mini-basket .CRMMiniBasket {
        display: none;
    }
    }

    /************************
    * HOMEPAGE PRODUCT DETAIL
    *************************/
    .home_products .CRMProdItemList {
        display: flex;
    }

    .home_products .CRMProdItemList .CRMProdItemSummary {
        flex-grow: 1;
        width: auto;
    }
    .home_products .CRMProdItemList .CRMProdItemSummary:nth-child(4n+3) {
        margin-right: 1%;
    }

    .home_products .CRMProdItemList .CRMProdItemSummary:nth-child(4n+2) {
        margin-right: 0;
    }

    .home_products .CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryImg {
    border-bottom: none;
    margin-bottom: 16px;
    }

    .home_products .CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryImg img {
    max-height: 250px;
    }

    .home_products .CRMProdItemAddToBasket {
    width: 220px;
    margin: 16px auto;
    }



    @media screen and (max-width: 991px) {
    .home_products .CRMProdItemAddToBasket {
        width: 100%;
    }
    .home_products .CRMProdItemAddToBasket .addqty {
        margin-top: 10px;
    }
    }

    /************************
    * PRODUCT CATEGORY
    *************************/
    #category-list-cont {
        margin-top:1.5em
    }

    .group-plugin .group-item-count.badge{
        float:right;
    }

    .list-group-item {
      border: none;
    }

    ul.group-list-container {

      background: #f3f3f3;

    }



    ul.group-list-container .list-group-item {
      border-bottom: 1px solid #EBEBEB !important;
      /* border-left: 5px solid pink; */
      padding: 10px 5px !important;
      margin-bottom: 0 !important;
    }

    .group-list-container a {
      /* border-bottom: 1px solid # */
    }

    .group-plugin li.group-item.list-group-item a{
        display:block;
    }

    #home-categories-list .CRMCategoryList > ul > li {
        display: inline-block;
        vertical-align: top;
        border: 1px solid #dddddd;
    }

    .CRMCategoryList > ul > li > a {
        font-weight: 700;
        color: black;
        width:100%;
        display:block;
        padding:2px;
        border-bottom: 1px solid #cdd6dd;
        min-width:130px
    }
    .CRMCategoryList ul  {
    list-style:none;
    padding-left:2px;
    padding-right:5px;
    }

    .CRMCategoryList {
    margin-bottom:15px;
    }

    .CRMCategoryThumbList ul {
    padding: 0;
    font-size: 0;
    text-align: center;
    }

    .CRMCategoryThumbList ul li {
    display: inline-block;
    list-style:none;
    text-align:center;
    padding: 0;
    vertical-align: top;
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: auto;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    }
    .CRMCategoryThumbList ul li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    min-height: 160px;
    }

    .CRMCategoryThumbList ul li .CatThumbgroupdesc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    }

    .CRMCategoryThumbList ul li .CatThumbgroupdesc a:hover {
    color: white;
    }
    .CRMCategoryThumbList ul li:nth-child(4n+4) {
    margin-right: 0;
    }

    .CatThumbgroupdesc a {
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 0 0 5px black;
    }

    .CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryVariationControls {
        margin-top: 1em;
        font-weight: bold;
    }

    .CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryVariationList .CRMProdItemSummary {
        display:block;
        border:0;
        width:100%;
        padding: 1em .5em 0;
        border-top: 1px solid #eee;
        min-height: auto;
        margin-top: 1em;
        font-weight: normal;
    }
    .CRMProdItemList .CRMProdItemSummary .CRMProdItemSummaryVariationList .CRMProdItemSummary .CRMProdItemSummaryImg {
        width:24%;
        margin-right: 1%;
        float:left;
    }

    @media screen and (max-width: 767px) {
        .CRMProdItemList .CRMProdItemSummary {
            width: 49.5%;
        }
        .CRMProdItemList .CRMProdItemSummary:nth-child(2n+2) {
            margin-right: 0;
        }
        .CRMCategoryThumbList ul li {
            width: 49.5%;
        }
        .CRMCategoryThumbList ul li:nth-child(2n+2) {
            margin-right: 0;
        }
        .CRMOrderSummary {
            display: none;
        }
    }

    @media screen and (max-width: 558px) {
        .CRMProdItemList .CRMProdItemSummary {
            width: 100%;
        }
        .CRMCategoryThumbList ul li {
            width: 100%;
        }
    }

    /***********************
    * REGISTRATION FORM
    ***********************/

    .CRMUserRegFormInput label {
    min-width:200px;
    }
    .CRMUserRegFormInput input {
    margin: 5px;
    }

    /***********************
    * LOGIN FORM
    ***********************/

    #loginForm input {
    margin:5px;
    }

    .CRMGuestCheckout label {
    min-width:200px;
    margin-left:5px;
    margin-bottom: .8em;
    }
    .CRMGuestCheckout {
        margin-top: 1em;
    }
    #gcemail {
    margin-left:13px;
    }

    /***********************
    * BASKET
    ***********************/

    @media only screen and (max-width: 600px){

    .CRMFullBasket {
    overflow-x: scroll;
    }


    }

    .CRMFullBasket .divManage.CRMFullLineList {
    min-width: 550px;
    }

    #CRMMiniBasketBubble {
    position: fixed;
    left: ~"calc(50% - 175px)";
    width: 350px;
    background-color: #fff;
    display: block;
    z-index: 5;
    border: 1px solid #ddd;
    padding: 10px;
    top: 45%;
    text-align: center;
    box-shadow: 0 0 5px 0 black;
    font-size: 1.1em;
    }

    .bubbleCloseTop {
    text-align:right;
    }
    .bubbleText {
    padding:5px;
    margin: 5px 0 1em;
    }
    .bubbleControls {
    text-align:center;
    }
    .bubbleControls a {
    padding:4px;
    margin:6px;
    border:1px solid #ddd;
    }
    .CRMMiniLineRow {
    border-bottom:1px solid #ddd;
    margin:5px 0;
    }

    .CRMHeaderBasketCheckout table {
    width:100%;
    }

    .selected {
    font-weight: bold;
    }

    .divManage table {
    margin-top:15px;
    width:100%;
    }

    .CRMBasketButton {
    text-align:right;
    }

    .CRMOrderSummary table {
    width: 100%;
    margin-top:10px;
    margin-bottom:10px;
    }

    .CRMFullBasket table th, table.CRMOrderSummaryLinesTable th {
      text-align: center;
      text-transform: uppercase;
      font-weight: 600;
    }

    .CRMFullBasket table tr, table.CRMOrderSummaryLinesTable tr {
    border-bottom: 1px solid #E8E8E8;
    }

    .basketLineDesc {
      font-weight: 600;
    }

    .CRMFullBasket .basketLinePrice, .CRMFullBasket .basketLineTotal, .CRMFullBasket .basketLinePrice, .CRMFullBasket .basketLineTotal, .CRMOrderSummaryLinesTable .unitprice, .CRMOrderSummaryLinesTable .basketLineTotal {
      /* color: #2D97D3;
      font-size: 17px; */
      font-weight: 500;
    }

    table.CRMOrderSummaryLinesTable {
      margin-top: 25px;
      margin-bottom: 25px;
    }

    .CRMFullBasket table tr td, table.CRMOrderSummaryLinesTable tr td {
    padding: 20px 15px;
    }

    .CRMFullBasket table .basketLineDelete, .CRMFullBasket .basketLinePrice, .CRMFullBasket .basketLineTotal, .CRMOrderSummaryLinesTable .unitprice, .CRMOrderSummary .basketLineTotal {
        text-align: center;
    }

    .CRMFullBasket table tfoot tr td,
    form[name="paymentselection"] table tbody tr td {
        padding-top: 1em;
    }

    form[name="paymentselection"] table tbody tr td label {
    margin-left: 10px;
    }

    td.basketLineAdd {
        position:relative;
    }

    td.basketLineAdd:after {
        content: 'Add to basket';
        position:  absolute;
        left: 0;
        top: 0;
        background :@sidebar-bg-color;
        width: 109px;
        height: 29px;
        line-height: 29px;
        text-align: center;
        border-radius: 4px;
    }

    .CRMHeaderBasketCheckout > form > table > tbody > tr > td > table > tbody > tr > td {
    padding: 5px 0;
    > input[type="text"],
    > select,
    > textarea {
        width: 90%;
    }
    }

    @media screen and (max-width: 992px) {
    .CRMHeaderBasketCheckout > form > table > tbody > tr > td {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }
    }
    /***********************
    * COOKIE ALERT
    ***********************/
    body div#cookieok_bar {
    top: auto;
    bottom: 0;
    border-bottom: 0;
    padding: 1em;
    text-align: center;
    box-shadow: 0 0 10px 1px black;
    }


    /***********************
    * SIDEBAR
    ***********************/
    #left-col h3 {
    background: none !important;
    border-radius: 0;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;

    }

    #left-col h3:after, .CRMProdItemListTitle h3{

      display: none;

    }

    .CRMMiniBasket form {
        margin-top: .5em;
        text-align: right;
    }

    /***********************
    * FOOTER
    ***********************/



  #footer {
    background: #00205b !important;
    padding: 40px 0 25px 0;
    color: #fff !important;
    color: #DBDBDB;
  }

  #footer .address {
    margin-bottom: 40px;

  }

#footer a {
      color: #DBDBDB !important;
      display: block;
  }

  #footer a:hover {
        color: #fff !important;
    }
    #footer img {
    max-width: 75%;
    margin: 0 auto;
    max-height: 165px;
    display: block;
    }

    #footer h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;
    }

    #footer input[type="email"] {
      background-color: transparent;
      border: 2px solid #fff;
      border-radius: 30px;
      padding: 10px;
      max-width: 65%;
    }






.page-contact input[type="email"], .page-contact input[type="text"], .page-contact input[type="tel"], .page-contact textarea, .page-contact select {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 30px !important;
  padding: 10px !important;
  max-width: 100% !important;
  border-color: #212331 !important;
}



    button {
      background-color: transparent;
      background: #ffc220;
      border-radius: 30px;
      padding: 14px;
      text-align: center;
      color: #fff;
    }

    .minimenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .minimenu ul li {
        padding: 2px 0 2px;
    }

    /***********************
    * QUICK ORDER PAD
    ***********************/
    .orderpadrow input {
    margin-left: .5em;
    }

    .orderpadrow input.qty {
    width: 50px;
    }

    .minimenu ul li a img {
        width: 32px;
        float: left;
        margin-right: 8px;
        padding-top: 4px;
    }
	.orderpadrow.notfound:after {
    content:" Product not found";
    margin-left:.5em;
    padding-right:.5em;

    }
    .orderpadrow.notfound{
         background-color: #f2dede;
        border-color: #ebccd1;
        color: #a94442;
    }

    /**********************
    * ARTICLES
    **********************/
    .articleMiniContainer {
        margin: 15px 0;
    }

    .articleMiniContainer .articleMini {
        margin-bottom: 15px;
    }

    .articleMiniContainer .articleMini .thumbImage {
        float: left;
        text-align: center;
        width: 100%;
    }

    .articleMiniContainer .articleMini .thumbImage img {
        max-width: 250px;
        width: 100%;
    }

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .articleMiniContainer .articleMini .thumbImage {
            padding: 0 15px 0 0;
            width: auto;
        }
    }
    /**********************
    * CONTACT PAGE
    **********************/
    .form-row{
    margin-top:.6em
    }

    .googleMaps {
      display: none;
    }

    .btn-success {
      color: #000 !important;
      background-color: #DBDBDB !important;
      padding: 15px 100px !important;
      border-color: #DBDBDB !important;
      border-radius: 50px !important;
      font-weight: 600 !important;
      font-size: 14px !important;
    }



    /**********************
    * QUICK ORDER PAD
    **********************/
    #qopmain {
        margin-top:1em;
    }
    #qopmain,#qopbulkadd  {
        margin-top: 1em;
    }

    #qopmain .cell{
        padding:1em 0em
    }


    button.newrow{
        margin-right:1em
    }
    button.search,button.plus,button.minus{
        margin-left:.25em
    }

    button.search{
        margin-right:.25em;
    }

    .bulkdesc{
        padding-bottom:.25em
    }
/* home CTA section */
section.home-cta-section {
    margin-top: 3em;
    margin-bottom: 3em;
}
div.home-cta p.title {
    font-weight: bold;
    text-align: center;
    font-size: 15pt;
    
}
a.info-btn:before {
    content: "\f05a";
    font-family: 'FontAwesome';
}