
/* ! Layout for desktop version   */


* {
    font-family: Arial, Helvetica, sans-serif;
}

body, html {
    height: 100%;
}

body {
    background-image: url(../img/pattern-bg.png);
    background-position: top left;
    background-repeat: repeat;
    background-color: #6b8fb2;
}

body.no-scroll {
    overflow-y: hidden;
}

img {
    max-height: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.margin-top-10 {
    margin-top: 10px;
}

.container.global {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.80);
}

.titlecell {
    font-weight: bold;
}

.outer-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px;
}

.text-right, .table td.text-right, .table th.text-right, .table td.text-right {
    text-align: right;
}

.text-center, .table td.text-center, .table th.text-center, .table td.text-center, .table td.text-center input {
    text-align: center;
}

.table.table-products td {
    vertical-align: middle;
}
.addtocart-td input {
    width: 55px;
}
.addtocart-td a.btn {
    display: block;
    margin-top: 0px;
}

.form-horizontal .control-label {
    width: 25%;
}

.form-horizontal .controls {
    margin-left: 29%;
    width: 71%;
}

.form-horizontal .controls input {
    display: block;
    width: inherit;
}

.footer, .push {
    height: 200px;
}

.footer {
    background: #354759;
    color: #FFF;
}

.footer section {
    padding-top: 30px;
}

.clear {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0px;
}

a {
    color: #006699;
    text-decoration: none;
}

a:hover, a.activelink {
    color: #0CF;
}

a.btn.btn-success {
    color: #FFF;
}

a.btn-fixed {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    z-index: 999;
}
.btn.btn-social {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
    font-size: 2.25em;
    line-height: 1.5;
    border: none;
    text-align: center;
}
.btn.btn-social:hover {
    background: #fff;
    color: #000;
}
.btn.btn-social--facebook {
    background: #3b5998;
    color: #fff;
}
.btn.btn-social--twitter {
    background: #00ACEE;
    color: #fff;
}
.btn.btn-social--instagram {
    background: #3F729B;
    color: #fff;
}
.btn.btn-social--linkedin {
    background: #0E76A8;
    color: #fff;
}
.btn.btn-social--youtube {
    background: #C4302B;
    color: #fff;
}
.btn.btn-social--google-plus {
    background: #dd4b39;
    color: #fff;
}
.btn.btn-social--tumblr {
    background: #34526F;
    color: #fff;
}

h1, h2 {
    font-weight: normal;
    margin-bottom: .5em;
    color: #333;
}

.sidebar h2 {
    font-size: 18px;
    border-bottom: 1px solid #CCC;
    margin-bottom: .5em;
    padding-bottom: 0px;
    line-height: 2em;
}

.sidebar h3 {
    font-size: 14px;
    margin-bottom: .5em;
    margin-top: .5em;
    font-weight: normal;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 0;
}

header, #main {
    background: #fff;
}

#customer-login {
    margin-bottom: -5px;
    margin-right: -20px;
}

#logo {
    float: right;
}

section {
    margin-bottom: 30px;
}

.sidebar section {
    margin-bottom: 20px;
}

/* Feature Bar */

.featurette {
    margin-top: 20px;
    margin-bottom: 20px;
}

.featurette .span3 {
    position: relative;
    min-height: 60px;
}

.featurette .image {
    width: 55px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.featurette .image img {
    max-width: 100%;
    max-height: 100%;
}

.featurette p {
    margin-left: 65px;
}

/* Navigation */

nav.main {
    clear: both;
    margin-bottom: 10px;
}

nav.main ul {
    margin: 0;
    padding: 0;
}

nav.main li {
    display: block;
    float: left;
    margin-right: 20px;
}

nav.main a {
    text-transform: uppercase;
}

nav.main a {
    color: #333;
}

nav.main a:hover {
    color: #0CF;
}

/* Login-panel at top of page */

.login-panel {
    padding: 10px 0;
    color: #FFF;
}

/* Breadcrumbs */

.breadcrumb {
    float: left;
    border: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    margin: 0;
    padding: 0;
    background-image: none;
    background-color: transparent;
    font-size: 11px;
}

/* Path for search results */

ul.path, ul.path li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}

ul.path li {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
}

.view {
    float: right;
}

/* Slideshow */

#slideshow {
    display: block;
    margin: 10px 0px;
    border: 3px solid #fff;
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,.4);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.4);
    box-shadow: 0px 2px 3px rgba(0,0,0,.4);
}

#slideshow ul, #slidehow li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

#slideshow img {
    display: block;
}

#slideshow .overlay {
    position: absolute;
    z-index: 10;
    padding: 20px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30%;
    background: rgb(71, 126, 180);
    background: rgba(71, 126, 180, 0.7);
    color: #FFF;
    font-size: 28px;
    line-height: 1.4em;
}

/* Filter lists in sidebar */

ul.filter {
    margin: 5px 0 20px 0;
    padding: 0;
}

.filters-selected ul.filter {
    margin: 0px;
    margin-left: 25px;
}

ul.filter li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filters-selected ul.filter li {
    height: 25px;
}

ul.filter.on a {
    background: rgb(71, 126, 180);
    background: rgba(71, 126, 180, 0.7);
    padding: 3px 10px 3px 6px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
}


/* ! Layout for mobile version   */
@media handheld, only screen and (max-width: 767px) {

    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container.global {
        margin-bottom: 20px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-bottom: 0px;
        box-shadow: 0;
        -moz-box-shadow: 0;
        -webkit-box-shadow: 0;
    }

    nav.main {
        margin-left: -20px;
        margin-right: -20px;
    }

    .breadcrumb {
        float: none;
        display: block;
    }

    #logo {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    nav.main li {
        display: block;
        border-bottom: 1px solid #fff;
        margin: 0;
    }

    nav.main li a {
        display: block;
        text-align: center;
        padding: 8px;
        background: #f2f2f2;
    }

    .heading-bar {
        padding-left: 20px;
    }

    .heading-bar-actions {
        position: relative;
        z-index: 1; /** keep the actions above the h1 **/
    }

    .sidebar {
        border-bottom: 5px solid #999;
        margin-bottom: 20px;
    }

    .outer-wrapper {
        margin: 0;
    }

    .footer {
        padding: 20px;
    }

    .footer section {
        margin: 0 0 20px 0;
        padding: 0;
    }

    .footer, .push {
        height: auto;
    }

    .view {
        display: block;
        float: none;
        margin: 0 0 10px 0;
    }

    #customer-login {
        margin-bottom: 15px;
        margin-right: 5px;
    }

    /*Dropdown*/


    .navbar .nav>li {
        position: relative;
    }

    /*.dropdown-toggle {*/
    /*position: absolute;*/
    /*top: -1px;*/
    /*right: 0;*/
    /*border: 0;*/
    /*background: #000;*/
    /*}*/


}




/* ! Provide higher res assets for iPhone 4   */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    /*	.logo {
                        background: url(logo2x.jpg) no-repeat;
                        background-size: 212px 303px;
                }*/

}

.imggallery {
    max-width: 400px;
    max-height: 400px;
    margin-bottom: 5px;
}

.imggallery img {
    border: solid 1px #000000;
}

.relative {
    position: relative;
}

.priceblock {
    font-size: 26px;
}

.priceblock .btn, .product-codeblock .btn {
    font-size: 24px;
    margin-top: -5;
    padding: 12px 30px;
}

.product-codeblock .btn {
    margin-top: -12px;
}

.priceblock.hidden-phone {
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*right: 0px;*/
}

.priceblock.visible-phone {
    padding-top: 10px;
}

.priceblock.visible-phone .btn {
    margin-top: 10px;
}

.priceblock .intact-stock table { font-size: 20px; }
.priceblock .intact-stock table td { padding: 5px; }

#products-results .stock {
    display: none;
}
#products-results .selling-units{
    display: none;
}

ul.product-detailed {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #CCCCCC;
    list-style: none;
}

ul.product-detailed li {
    margin: 0 10px 10px 0;
    padding: 0px;
    border-top: 1px solid #CCCCCC;
    height: 155px;
    padding-top: 10px;
    position: relative;
}

ul.product-detailed li .addtocartgroup {
    position: absolute;
    right: 0px;
    bottom: -21px;
}
ul.product-detailed li .addtocartgroup input {
    width: 33px;
    text-align: center;
}
.addtocartgroup .add-on {
    opacity: 0.75;
}
ul.product-detailed li .addtocartgroup a {
    display: inline-block;
}

#products-results .table-specialoffers {
    display: none;
}

.priceblock .addtocartgroup input {
    width: 50px;
    font-size: 26px;
    height: 36px;
    text-align: center;
}
.priceblock .addtocartgroup .add-on {
    font-size: 24px;
    height: 36px;
    line-height: 31px;
}

.l-products .priceblock .product-info-sku {
    margin-bottom: 1rem !important;
}


ul.product-detailed li .price {
    position: absolute;
    right: 0px;
    bottom: 36px;
    font-size: 18px;
}

ul.product-detailed li a {
    display: block;
}

ul.product-detailed li .image {
    float: left;
    width: 225px;
    height: 155px;
}

ul.product-detailed li .title {
    font-size: 18px;
    padding-top: 10px;
}
@media (min-width: 767px) {
    ul.product-detailed li .title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
}

ul.product-detailed li .description, .product-detailed li .code {
    padding-top: 10px;
    color: #333;
    overflow: hidden;
    height: 75px;
    margin-right: 130px;
}
#full-search-filters li {
    padding: 5px;
}

/* Product list */

ul.product-grid {
    margin: 0;
    padding: 0;
    margin-right: -11px;
}

ul.product-grid li {
    display: block;
    float: left;
    position: relative;
    width: 224px;
    height: 283px;
    list-style-type: none;
    list-style-position: outside;
    margin: 0 10px 10px 0;
    border: 1px solid #CCC;
    *width: 221px; /*ie7 and below */
    border-bottom: 0px;
}
ul.product-grid .addtocartgroup {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0px;
}
ul.product-grid .addtocartgroup * {
    box-sizing: border-box;
}
ul.product-grid .addtocartgroup input {
    height: 24px;
    width: 24%;
    line-height: 18px;
    height: 24px;
    padding: 1%;
    text-align: center;
}
ul.product-grid .addtocartgroup .add-on {
    margin-right: -1%;
    width: 24%;
    line-height: 18px;
    height: 24px;
    padding: 1%;
}
ul.product-grid .addtocartgroup .addbtn {
    width: 54%;
    line-height: 18px;
    height: 24px;
    padding: 1%;
}

ul .with-options .addtocartgroup .addbtn {
    width: 100%;
    margin-left: 0px;

}
ul .with-options .addtocartgroup .add-on, ul .with-options .addtocartgroup  .addmultiinput {
    display: none;
}


/*
.product-grid li .addbtn {
    display: block;
    visibility: visible;
    width: 80px;
    position: absolute;
    right: 10px;
    bottom: 11px;
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/

.product-grid .image {
    width: 100%;
    overflow: hidden;
    height: 155px;
}


ul.product-grid img {
    width: auto;
}

.product-grid .intact-pricelogin {
    display: none;
}

ul.product-grid .overlay {

    bottom: -1px; /* -1 to overlap border on <li> */
    left: -1px;
    right: -1px;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 10px;
    background: rgb(71, 126, 180);
    background: rgba(71,126,180,.7);
    color: #fff;
}

ul.product-grid .title {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    min-height: 40px;
    display: block;
    height: 40px;
    overflow: hidden;
}

ul.product-grid li .description, ul.product-grid li .code {
    display: none;
    visibility: hidden;
}

.product-grid .price {
    display: block;
    width: 100%;
    left: 10px;
    bottom: 12px;
    color: #333;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.product-grid .price-unavailable, .product-grid .tradeonly {
    display: none;
}

.product-list .price.price-unavailable, .product-list .tradeonly  {
    display: none;
}

.product-grid .tradeonly {
    position: absolute;
    top: 10px;
    left: 10px;
}

/*
ul.product-grid li {
        width:150px;
        height:113px;
}
ul.product-grid .image {
        width:150px;
        height:113px;
}
ul.product-grid .overlay {
        height:auto;
}
ul.product-grid .title {
        font-size:14px;
}
*/



ul.product-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #CCCCCC;
}

ul.product-list .image, ul.product-list .description, ul.product-list .addtocartgroup {
    display: none;
    visibility: hidden;
}

ul.product-list .code {
    color: #333;
    float: left;
    width: 25%;
    font-size: 14px;
}

ul.product-list .title {
    float: left;
    width: 60%;
}

ul.product-list li {
    width: 100%;
    position:relative;
}

ul.product-list li a {
    font-size: 16px;
    padding: 10px 0px;
    display: block;
    width: 100%;
    height: 18px;
    border-top: 1px solid #CCCCCC;
}

ul.product-list li .label.label-info{
    position: absolute;
    bottom: 10px;
}

.backbtn {
    background-image: url(/sites/layout-one/img/back-btns.jpg);
    width: 72px;
    height: 29px;
    position: absolute;
    background-position: 0px -29px;
    top: 20px;
    right: 20px;
}

.backbtn:hover {
    background-position: 0px 0px;
}

.account-panel-spacing, .account-panel {
    height: 64px;
    margin-bottom: 27px;
}
.account-panel-spacing, .account-panel li {
    /*float: none !important;*/
}

.account-panel {
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(/sites/layout-one/img/account-bar-bg.jpg) bottom left;
    z-index: 1000;
    width: 100%;
}

.account-panel .account-panel-dropdown {
    margin: -1px 0 0 !important;
    border-radius: 0 0 6px 6px;
}

.account-panel .shoulder {
    list-style: none;
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
}

.account-panel .shoulder li {
    float: left;
    padding: 0 !important;
    margin-right: 10px;
    border-right: none !important;
}

.account-panel .shoulder li a, .account-panel-nolinkitem {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.account-panel .shoulder {
    white-space: nowrap;
}
.account-panel .shoulder li.last {
    border: none;
}

.account-panel .shoulder li a.btn {
    padding-top: 4px;
    padding-bottom: 4px;
}

.checkout-btn {
    font-size: 16px;
    padding-top: 5px;
    text-align: right;
}

.checkout-btn .btn {
    margin-top: 13px;
}

.welcome-back {
    font-size: 16px;
    padding-top: 15px;
}

table tr .btn {
    margin: -5px;
}

.cart-table tr td, .cart-table tr th {
    vertical-align: middle;
}
.cart-table .rm-item input {
    margin-top: 0px;
}

.cart-table tr td .input-mini, .cart-table tr th .input-mini {
    margin-top: 10px;
}

.checkout-action {
    font-size: 16px;
    padding: 10px 25px;
}

.checkout-action i {
    margin-top: 2px;
}

.order-confirm-margin {
    margin-top: 8px;
    margin-right: 20px;
}

/** QUICK SEARCH **/

@media (max-width: 979px) and (min-width: 768px) {
    .quickorder-toggle {
        display: none;
    }
}

#quickorder input#product-quick-search {
    width: 260px;
}

.qs-left {
    float: left;
    width: 270px;
    margin-right: 10px;
}

.qs-right {
    width: 545px;
    float: left;
}

#quick-results {
    overflow: auto;
    height: 250px;
}

#quick-results, #quick-results li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#quick-results li {
    border-bottom: solid 1px #CCCCCC;
    padding-bottom: 5px;
    padding: 5px;
}

#quick-results li img {
}

#quickorder .modal-body {
    padding-right: 0px;
    overflow-y: hidden;
}

.quick-img {
    display: block;
    float: left;
    width: 50px;
}

.quick-details {
    display: block;
    float: left;
    padding-left: 5px;
    width: 205px;
}

.quick-details .btn {
    font-size: 10px;
}

#quick-results .selected {
    background-color: #cccccc;
    cursor: pointer;
}

.product-codeblock {
    height: 111px;
    font-size: 26px;
}
@media (min-width: 1200px) {

    ul.product-grid li {
        width: 208px;
    }
}


#quickorder input { margin: 0px !important; }

#quickorder tr td{
    padding: 10px;
    vertical-align: middle;
}

#quickorder tr td:first-child {
    max-width: 100px;
}

.quickorder-qty input {
    width:30px;
    text-align: center;
}

.quickorder-search-code input {
    width:100%;
}

.quickorder-search-keyword input {
    width:100%;
}

.quickorder-search-keyword, .quickorder-search-code {
    padding-right: 25px !important;
    border-right: 1px dotted rgb(220, 220, 220);
}

.ui-autocomplete {
    z-index: 5000 !important;
}

#quickorder-subtotal {
    display: none;
    background-color: rgb(160, 160, 160);
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 15px;
    color: white;
    font-weight:lighter;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, .6);
    margin-right: 20px;
}

#quickorder .modal-body {
    padding-right: 0px;
    overflow-y: scroll;
}



/*
 * Footer Section
 */

.footer {
    background: #457CBD;
    color: #FFFFFF;
}

.footer, .push {
    height: 40px;
}

.outer-wrapper {
    margin: 0 auto -40px;
}

.footer section {
    padding: 0px;
    margin: 0px;
    padding-top: 11px;
}

.footer ul, .footer ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer ul li {
    float: left;
    padding-left: 16px;
}

.footer ul li a {
    display: block;
    color: #ffffff;
}

.footer ul li a:hover {
    text-decoration: underline;
}

/*
 * Mobile Footer
 */
@media handheld, only screen and (max-width: 767px) {

    .footer {
        height: auto;
    }

    .footer ul li {
        float: none;
        padding-bottom: 7px;
    }

    .footer section {
        padding: 0px;
    }

    .navbar-inner {
        border-radius: 0px;
        padding: 0 5px;
    }

    .outer-wrapper {
        margin-top: -18px;
    }

    .outer-wrapper .container.global {
        padding-top: 0px;
    }

    ul.product-grid {
        margin: 0px;
        margin-right: -2%;
    }

    ul.product-grid li {
        width: 100%;
        margin: 0px;
        margin-right: 1%;
        position: relative;
        margin-bottom: 1%;
    }

    .heading-bar {
        margin-bottom: 10px;
    }

    .phone-full {
        width: 100%;
    }

    .mobileside {
        position: fixed;
        top: 40px;
        left: -100%;
        background: #FFFFFF;
        width: 100%;
        z-index: 2040;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
    }

    .mobileside > section {
        padding: 10px;
    }

    .mobileside {
        display: none !important;
    }
    .mobileside.is-active {
        display: block !important;
    }

    .mobilenav {
        position: fixed;
        margin-bottom: 0px;
        width: 100%;
        z-index: 10000000;
        top: 0px;
    }

    .outer-wrapper {
        padding-top: 40px;
    }

    ul.product-detailed li {
        height: auto;
    }

    ul.product-detailed li .image {
        width: 100%;
    }
}

ul.product-grid img {
    max-width: 100%;
    max-height: 100%;
}

.clearfix {
    clear: both;
}

.payment-table-option .pull-left {
    float: left;
    padding: 10px 20px;
}

#credit_warning {
    clear: both;
}

.price-group span.intact-price {
}

.price-group span.selected-product {
    display: block;
}

/* B2C Cart */


.b2c-panel {
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    z-index: 9999;
    width: 100%;
}

.b2c-panel, .b2c-panel span12 {
    height: 14px;
    min-height: 0;
}

.b2c-panel a {
    color: #ffffff;
}

.b2c-panel a:hover, .b2c-panel a:focus {
    border: 0;
}

.b2c-menu, .b2c-menu span12 {
    height: 24px;
}

.b2c-menu {
    margin: 0;
    padding: 0;
}

.b2c-menu > li {
    float: left;
    display: block;
    padding: 10px 15px;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    background: #000000;
    height: 11px;
    line-height: 11px;
    position: relative;
    min-width: 120px;
    text-transform: uppercase;
    text-align: center;
}

.b2c-menu li:first-child {
    min-width: 0px;
}

.b2c-menu li > ul {
    position: absolute;
    left: 0;
    top: 25px;
    height: 0;
    min-width: 151px;
    overflow: hidden;
    margin: 0;
    list-style-type: none;
    -webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}

.b2c-menu li:first-child > ul {
    min-width: 0px;
}

.b2c-menu li:hover > ul {
    display: block;
    height: 200px;
}

.b2c-menu li ul > li {
    min-width: 0px;
    display: block;
    min-height: 20px;
}

.b2c-menu li ul > li:first-child {
    padding-top: 5px;
}

.b2c-menu li ul > li:last-child {
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
}

.b2c-menu li ul > li a {
    padding: 5px 15px;
    display: block;
    border-bottom: #6e0d0b 1px solid;
}

.b2c-menu li ul > li a:hover, .b2c-menu li ul > li a:focus {
    border-bottom: #6e0d0b 1px solid;
}

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

.b2c-menu li ul > li:last-child a, .b2c-menu li ul > li:last-child a:hover, .b2c-menu li ul > li:last-child a:focus {
    border-bottom: transparent 1px solid;
}

#guest-cart-mobile {
    position: absolute;
    top: 0;
    right: 56px;
    bottom: auto;
    margin-top: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 4px 8px 5px;
}
#guest-cart-mobile .items-total__text {
    display: none;
}

.b2c-cart-preview {
    height: 0;
    overflow: hidden;
    background: #000;
    width: 160px;
    margin: 0 -15px 0 -14px;
    padding: 0 20px;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.b2c-cart-preview span {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 26px;
    line-height: normal;
    text-align: center;
    display: block;
}

.b2c-menu li:hover .b2c-cart-preview {
    height: 150px;
    overflow: hidden;
}

.b2c-cart-preview h3 {
    color: #fff;
    font-size: 1.0em;
    margin: 16px 0 8px 0;
    text-transform: uppercase;
    line-height: normal;
}

.b2c-cart-preview .items-total__text {
    display: none;
}

#cart-qtyfrm .control-label {
    float: left;
    padding-top: 8px;
    padding-right: 11px;
}

#cart-qtyfrm .controls {
    float: left;
}
#cart-qtyfrm .additionalinfo .controls {
    float: none;
}

#cart-qtyfrm .totals-row {
    height: 51px;
}

#cart-qtyfrm table {
    margin-top: 0px;
}
button.checkout-action.btn {
    width: 100%;
}

.delivery-pgcontrols .control-label .btn {
    margin-top: -5px;
    float: left;
}

.delivery-pgcontrols .controls .btn {
    width: 125px;
}

.quick-order-wrap {
    height: 340px;
    overflow-y: scroll;
}

.quick-order-wrap .stock-message {
    width: 90%;
}

.quick-order-wrap .stock-message .alert {
    font-size: 75%;
}

.realex-iframe {
    border: 0px;
    width: 100%;
    height: 600px;
}

@media (max-width: 480px) {

    .product-grid .price.price-unavailable {
        bottom: 28px;
    }

    ul.product-list li a {
        height: 67px;
    }

    ul.product-detailed li .addtocartgroup {
        position: static;
        margin-top: 5px;
    }

}


@media handheld, only screen and (max-width: 767px) {
    ul.product-grid .overlay {
        height: 82px;
    }
    .product-grid li .price {
        width: 100%;
        text-align: center;
        left: 0px;
        right: 0px;
        padding: 0px;
        margin: 0px;
        bottom: 40px;
    }
    ul.product-grid li {
        height: 278px;
    }
    ul.product-grid img {
        max-width: 135px;
    }
}


#loadcartspreadsheetframe {
    width: 100%;
    border: 0px;
    height: 600px;
}

.dropdown-menu, .dropdown-menu li {
    list-style: none!important;
    background-image: none!important;
    padding:0!important;
    margin:5px 0!important;
}

.dropdown-menu li.dropdown-menu-msg small {
    display: block;
    padding: 0px 20px;
    margin-top: -10px;
}

.order-confirmation-table .cart-rmcol {
    display: none;
}

/**
 * Qty box
 */

.product__qty {
    width: 30px;
}

.responsive-table {
    margin-top: 0;
    border-collapse: separate;
}
.responsive-table .cart-select {
    display: inline-block;
    padding: 1em;
}
.responsive-table .cart-select__item {
    width: 1em;
    height: 1em;
}

.responsive-table td,
.responsive-table th {
    border-color: #eee !important;
    vertical-align: middle !important;
}
.responsive-table td input,
.responsive-table th input {
    margin-bottom: 0 !important;
}
.responsive-table td.fit,
.responsive-table th.fit {
    /*width: 10%;*/
    /*white-space: nowrap;*/
}
.responsive-table td .heading,
.responsive-table th .heading {
    display: none;
}
.responsive-table tfoot th {
    text-align: right !important;
}
.responsive-table tfoot th, .responsive-table tfoot td {
    border-top: none !important;
}


@media (max-width: 979px) {
    .responsive-table table,
    .responsive-table tbody,
    .responsive-table tfoot,
    .responsive-table tr,
    .responsive-table td {
        display: block;
    }
    .responsive-table thead,
    .responsive-table th {
        display: none;
    }
    .responsive-table tbody tr {
        margin-bottom: 2em;
    }
    .responsive-table tfoot tr {
        margin-bottom: -1px;
    }
    .responsive-table tr {
        border: 1px solid #eee;
    }
    .responsive-table td {
        display: table;
        width: 100% !important;
        padding: 1em !important;
        border-collapse: separate;
        box-sizing: border-box;
    }
    .responsive-table td.fit {
        padding: 0.75em 0 !important;
    }
    .responsive-table td:first-child {
        border-top: none;
    }

    .responsive-table td.fit {
        white-space: normal;
    }
    .responsive-table td label {
        display: table-row;
    }
    .responsive-table td .heading,
    .responsive-table td .value {
        padding: 0 1em;
        vertical-align: middle;
    }
    .responsive-table td .heading {
        width: 1%;
        display: table-cell;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }
    .responsive-table td .value {
        display: table-cell;
        text-align: right;
    }
    .responsive-table tr.rt__flush {
        margin: 0;
    }
    .responsive-table td.rt__gone {
        display: none !important;
    }
    .responsive-table td.row {
        display: block;
        margin: 0;
    }

    .responsive-table td.row .heading,
    .responsive-table td.row .value {
        display: block;
        text-align: left;
    }
    .responsive-table td.row .heading {
        margin-bottom: 0.5em;
    }
}

@media (min-width: 979px) {
    .responsive-table td.visible-desktop {
        display: table-cell!important;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

ul.product-list li a.btn-favourites {
    padding: 3px;
    width: auto;
    position: absolute;
    left: 50%;
    /* bottom: 0px; */
}
ul.product-grid li a.btn-favourites {
    display: block;
    float: none;
}

.table-favourites input {
    width: 40px;
}
.table-favourites .btn {
    margin-top: 0px;
}

.man-pack-options .priceblock .alert.alert-info,
.man-pack-options .priceblock .addtocartgroup,
.man-pack-options .favouritebtn,
.man-pack-options .priceblock br
{
    display: none !important;
}

.man-pack-options .price-group, .man-pack-options .price {
    float: right;
    width: 45%;
    text-align: right;
    padding: 10px 0px;
    font-size: 15px;
}
.man-pack-options .price {
    padding: 5px 0px;
}

.man-pack-options .man-pack-rec-qty {
    float: left;
    width: 55%;
    box-sizing: border-box;
    height: auto;
}
.man-pack-options select {
    width: 100%;
}
.man-pack-addback a.btn {
    margin: 0px;
}
.manpack-options-cancel {
    display: block;
    height: 46px;
    line-height: 46px;
    vertical-align: middle;
    float: right;
}
.manpack-item-controls {
    text-align: right;
    font-size: 12px;
}

#manpack-selection-partial .addtocartgroup input {
    width: 40px;
}
#manpack-selection-partial .addtocartgroup .btn {
    padding: 4px 10px;
    margin-top: 0px;
}
input.manpack-search {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 5px;
    line-height: 26px;
    height: 26px;
}

/**
 * Z-index fix for slimbox gallery
 */
#lbCenter {
    z-index: 10000;
}

.news-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.news-item-published {
    display: none;
}
.news-item-image {
    max-width: 150px;
    margin-left: 10px;
    float: right;
}


.category-grid-wrap [class*="span"]
{
    position: relative;
}


@media print {
    a[href]:after {
        content: none !important;
    }
    header ul, .btn, .sidebar {
        display: none;
    }
}

.control-group-frm-address3ie, .control-group-frm-address4ie { display: none; }

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-downloads {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}
.product-downloads__heading {
    padding-bottom: 0.5em;
    margin: 0 0 0.65em;
    border-bottom: 1px solid #eee;
}
/*.product-downloads__heading:after {*/
/*display: inline-block;*/
/*margin-left: 0.5em;*/
/*content: '\f019';*/
/*font-family: 'FontAwesome';*/
/*}*/
.product-downloads__item {
    display: inline-block;
    margin-bottom: 0.3em;
}
.product-downloads__link {
    display: inline-block;
    padding: 0 0 0 1em;
    background: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.product-downloads__link:after {
    display: inline-block;
    width: 1.28571429em;
    padding: 0.5em 1em;
    margin-left: 0.5em;
    font-family: 'FontAwesome';
    text-align: center;
    background: #dddddd;
    content: '\f016';
}
.product-downloads__link--jpg:after,
.product-downloads__link--png:after,
.product-downloads__link--gif:after,
.product-downloads__link--tiff:after {
    content: '\f1c5';
}
.product-downloads__link--pdf:after {
    content: '\f1c1';
}
.product-downloads__link--txt:after {
    content: '\f0f6';
}
.product-downloads__link:hover,
.product-downloads__link:focus {
    text-decoration: none;
}
.product-downloads__link:hover:after,
.product-downloads__link:focus:after {
    content: '\f08e';
    color: #000000;
}
.with-options .addtocartgroup {
    display: block;
}
.with-options .addtocartgroup .add-on {
    display: none;
}
.with-options .addtocartgroup .addmultiinput {
    display: none;
}
.with-options .addtocartgroup .addbtn {
    display: block !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.table-favourites .addtocartgroup {
    margin: 0;
}
.table-favourites__sort {
    float: right;
    margin-top: -3px;
}
.table-favourites__add {
    text-align: center !important;
}
.table-favourites__remove {
    text-align: center !important;
}


.cards-table-description { color: #7f7f7f; font-size: 12px; }
.cards-table { margin-top: 30px; }
.cards-table .remove-btn { font-size: 18px; font-weight: bold; color: #999; cursor: pointer; }
.cards-table .remove-btn:hover { color: #595959; }
.cards-table .cards-table__header { color: #7f7f7f; font-weight: bold; }
.cards-table .cards-table__row { line-height: 37px; border-top: solid 1px #e0e0e0; cursor: pointer; }
.cards-table .cards-table__row input[type="radio"] { margin: 0 0 0 10px; }
.cards-table .cards-table__row.active { background-color: #f5f5f5; }
.cards-table .cards-table__row:hover { background-color: #eee; }
.cards-table .cards-table__small-card-field { display: none; }

@media (max-width: 767px) {
    .cards-table .cards-table__header { display: none; }
    .cards-table .cards-table__normal-card-field { display: none; }
    .cards-table .cards-table__small-card-field { display: block; float: left; }
    .cards-table .card-table__radio-field { width: 40px; float: left; }
    .cards-table .card-table__remove-field { width: 40px; float: right; }
}

.card-icn { display: inline-block; width: 35px; height: 22px; margin: 0 5px -6px 0; background: url('/sites/demo/v1/img/cards/visa.png') no-repeat; background-size: 100%; }
.card-icn-visa { background-image: url('/sites/demo/v1/img/cards/visa.png'); }
.card-icn-mc { background-image: url('/sites/demo/v1/img/cards/mastercard.png'); }
.card-icn-amex { background-image: url('/sites/demo/v1/img/cards/amex.png'); }

#main-content-area .welcome-msg { font-size: 24px; margin-bottom: 25px; margin-top: 15px; color: #777; }

#cookie-notice {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: auto;
    background: #000000;
    background: rgba(0,0,0, 0.5);
    padding: 10px;
    color: #ffffff;
    max-width: 350px;
}
#cookie-notice a {
    color: #ffffff;
    text-decoration: underline;
}

#customer-delivery-addresses .remove-btn { margin-left: 12px; opacity: 0.7; cursor: pointer; }
#customer-delivery-addresses .remove-btn:hover,
#customer-delivery-addresses .remove-btn:focus { text-decoration: none; opacity: 1; }

.product-select-label {
    /*display: none;*/
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.btn#print-confirmation { position: absolute; top: 0; right: 25px; }

.product-option__label {
    text-align: left !important;
}
.option-dropdown {
    display: block;
    text-align: left !important; }
.option-dropdown__toggle {
    position: relative;
    display: block;
    padding-right: 2.5rem;
    font-size: 1rem;
    text-align: left;
    background: #ffffff;
    border: 1px solid #ddd;
    color: #333333; }
.option-dropdown__toggle:hover, .option-dropdown__toggle:active, .option-dropdown__toggle:focus {
    text-decoration: none;
    color: inherit; }
.option-dropdown__toggle:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    line-height: 1;
    text-align: center;
    font-family: FontAwesome;
    content: '\f107'; }
.option-dropdown.open .option-dropdown__toggle:after {
    content: '\f106'; }
.option-dropdown__items {
    width: 100%;
    max-height: 11em;
    overflow: auto;
    padding: 0;
    margin: 0 0 0 !important;
    border: 1px solid #ddd !important;
    border-radius: 0;
    box-sizing: border-box; }
.option-dropdown__item .product-option:hover {
    background: #eee; }
.option-dropdown__item .product-option.is-active {
    background: #ddd;
    color: #ffffff; }
.option-dropdown__items .option-dropdown__item {
    margin: 0 !important;
}

.product-option__radio {
    display: none; }

.option-dropdown .product-option {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0.5rem;
    margin: 0;
    box-sizing: border-box;}
.option-dropdown .product-option__inner {
    display: table-row; }
.option-dropdown .product-option__button {
    vertical-align: middle;
    display: table-cell;
    width: 2rem;
    height: 2rem;
    background-size: contain; }
.option-dropdown .product-option__button.is-hidden {
    width: 0;
    height: 0; }
.option-dropdown .product-option__button-label {
    display: none; }
.option-dropdown .product-option__button.is-hidden .product-option__copy {
    width: 100%;
}
.option-dropdown .product-option__copy {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem 0.75rem;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #333333; }

.option-buttons__items {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.option-buttons__item {
    display: inline-block; }

.option-buttons__item .product-option {
    margin: 0 0 0.5em; }
.option-buttons__item .product-option__button {
    vertical-align: middle;
    display: inline-block;
    height: 0;
    padding: 1.5em;
    line-height: 0;
    border: 1px solid transparent;
    box-sizing: border-box; }
.option-buttons__item .product-option--styled .product-option__button {
    position: relative;
    border-radius: 50%;
    background-size: contain; }
.option-buttons__item .product-option--styled.is-active .product-option__button {
    border-color: #000; }
.option-buttons__item .product-option--styled.is-active .product-option__button:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 2em;
    height: 2em;
    margin: auto;
    font-family: FontAwesome;
    line-height: 2;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: '\f00c';
    color: #ffffff; }
.option-buttons__item .product-option--text .product-option__button {
    background: #eeeeee;
    border-color: #ddd; }
.option-buttons__item .product-option--text.is-active .product-option__button {
    background: #ffffff;
    color: #333333; }
.option-buttons__item .product-option--styled .product-option__copy,
.option-buttons__item .product-option--styled .product-option__button-label,
.option-buttons__item .product-option--text .product-option__copy {
    display: none; }

.qty-backorder-old{
    border:1px solid rgb(150, 150, 150);
    border-radius:3px;
    text-align:center;
    color:rgb(150, 150, 150);
}
.backorder-qty-box input{
    width: 60px;
}
.backorder-qty-box input{
    width: 40px;
}
.backorder-qty-box .addbtn{
    margin-top:0px;
}
.backorder-qty-box .addtocartgroup{
    margin-bottom:0px;
}
.backorders-table tr td{
    vertical-align: middle;
}
.backorder-cancel-order{
    margin:0px;
}

.delivery-details-wrap .epostcode-address-search .control-group-frm-postcode .input-append { position: relative;  display: block; }
.delivery-details-wrap .epostcode-address-search .control-group-frm-postcode .input-append input { width: 130px; }
.delivery-details-wrap .epostcode-address-search .control-group-frm-billingpostcode .input-append { position: relative;  display: block; }
.delivery-details-wrap .epostcode-address-search .control-group-frm-billingpostcode .input-append input { width: 130px; }

.ws-filter__checkbox-wrap {
    display: inline-block;
}
.ws-filter__items-filters .ws-filter__link {
    display: inline-block;
}

.recent-products-pagination {
    margin: 0px;
    padding: 0px;
    float: right;
}

.recent-products-pagination li {
    display: inline;
    margin-right: 10px;
}

.recent-products-pagination li a {
    padding: 10px 15px;
    background-color: rgb(240, 240, 240);
    text-decoration: none !important;
}

.recent-products-pagination li a.active {
    background-color: rgb(220, 220, 220);
}

#report-content {
    overflow: visible !important;
}

.recent-product-add-btn .addmultiinput {
    width: 30px;
}

.recent-product-add-btn .addbtn {
    margin-top: 0px;
}

#report-content .vat-rate {
    display: none;
}

#report-content .product-price * {
    background-color: transparent;
}

#report-content .product-price tr:first-child td {
    border-top-color: transparent !important;
}

#report-content .product-price {
    margin-bottom: 0px !important;
}

#report-content table tr td {
    vertical-align: middle;
}

.qty-breakdown {
    font-size: .8em;
}



.account-tabs-mobile {
    display: block;
    margin-bottom: 1rem;
}
.account-tabs-mobile .dropdown-toggle {
    display: block;
    padding: 0.6rem 1rem;
    text-align: left;
    border-radius: 0 !important;
    border: 1px solid #ccc;
}

.account-tabs-mobile .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
}

.account-tabs-mobile .dropdown-menu a {
    padding: 0.6rem 1rem;
}


@media screen and (max-width: 767px) {
    .account-tabs-mobile ~ .tab-content {
        border-top-width: 1px;
    }
}
.cart-controls {
    display: block;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
    .cart-controls .pull-right,
    .cart-controls .pull-left {
        float: none;
    }
    .cart-controls .btn {
        display: block;
        margin-bottom: 0.5rem;
        text-align: left;
    }
    .cart-controls .btn i {
        display: inline-block;
        margin-right: 0.5em;
    }
    .cart-controls .clearCart {
        margin-top: 1rem;
    }
    .cart-controls .btn-group {
        display: table;
        width: 100%;
    }
    .cart-controls .btn-group .btn {
        display: table-cell;
        width: 100%;
        margin: 0;
    }
    .cart-controls .btn-group .dropdown-toggle {
        width: auto;
    }
}

.cart-sidebar-container {
    position: relative;
}
.cart-sidebar.is-absolute {
    position: absolute;
    left: 0 !important;
    margin-left: 0;
}
.cart-sidebar.is-fixed {
    position: fixed;
    margin-left: 0;
    bottom: 0;
}

.checkout-actionbuttons {
    margin-bottom: 1rem;
}

.cart-totals__item {
    margin-bottom: 0.5rem;
}
.cart-totals__item:last-child {
    margin-bottom: 0;
}
.cart-totals__heading {
    float: left;
}
.cart-totals__value {
    display: block;
    text-align: right;
}
@media screen and (max-width: 1000px) {
    .cart-totals__value {
        clear: both;
        text-align: left;
    }
}

.l-checkout .well {
    padding: 1rem;
    margin-bottom: 0.5rem;
}
.l-checkout .well h3 {
    font-size: 1rem;
    font-weight: bold;
}
.l-checkout .well input[type='text'],
.l-checkout .well input[type='number'],
.l-checkout .well input[type='email'],
.l-checkout .well textarea,
.l-checkout .well select {
    width: 100%;
    min-height: 2rem;
    margin: 0;
    box-sizing: border-box;
}
.l-checkout .well textarea {
    max-width: 100%;
    min-height: 4rem;
    margin: 0;
}
.l-checkout .well hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.l-checkout .well .well {
    min-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

.checkout-actionbuttons {
    padding-bottom: 1rem;
}
.checkout-actionbuttons.is-fixed {
    position: fixed;
    z-index: 999;
    bottom: 0;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 -1rem 2rem #fff;
}
.checkout-actionbuttons .btn {
    width: 100%;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}
.checkout-actionbuttons .btn:last-of-type {
    margin-bottom: 0;
}

#cart-menu-delivery label.radio {
    display: block;
    padding: 0 !important;
    margin: 0 1rem 0.5rem 0 !important;
}
#cart-menu-delivery label.radio:last-child {
    margin-bottom: 0;
}
#cart-menu-delivery label.radio input {
    margin: 0.25rem 0.5rem 0 0 !important;
}
#cart-menu-delivery .control-group-frm-addressbook {
    margin-top: 0.5rem !important;
    margin-bottom: 0;
}

.control-group-frm-deliveryOptions {
    margin-bottom: 0;
}

.control-group-frm-vatregistered {
    margin-bottom: 0;
}

.control-group-frm-vatnum {
    margin-top: 1rem;
    margin-bottom: 0;
}
.control-group-frm-vatnum input {
    margin-bottom: 0;
}

.control-group-frm-discountcoupon {
    margin-bottom: 0;
}
.control-group-frm-discountcoupon input {
    margin-bottom: 0;
}


.admin-bar {
    position: fixed;
    z-index: 9999999999999999999;
    right: 0;
    bottom: 0;
    padding: 0.5rem;
    margin: 0.5rem;
    border-radius: 4px;
    background: #0f2646;
    box-shadow: 0 0.5rem 2rem rgba(15, 38, 70, 0.8);
}
.admin-bar__logo {
     display: inline-block;
     width: 3rem;
 }
.admin-bar__actions {
    display: inline-block;
}
.admin-bar__actions .btn:first-of-type {
    margin-left: 0.5rem;
}
.admin-bar .btn {
    padding: 0.25rem 0.5rem !important;
    background: #00305a !important;
    box-shadow: none !important;
    border: none !important;
    color: #fff !important;
}
.admin-bar .btn:hover,
.admin-bar .btn:active {
     background: #003c71 !important;
 }