/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29 Feb 2016, 1:57:53 PM
    Author     : Stehan
*/

.header-container {
    z-index: 1000;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.clear_5px {
    clear: both;
    height: 5px;
    line-height: 5px;
}

.clear_10px {
    clear: both;
    height: 10px;
    line-height: 10px;
}

.clear_15px {
    clear: both;
    height: 15px;
    line-height: 15px;
}

.clear_20px {
    clear: both;
    height: 20px;
    line-height: 20px;
}

.clear_25px {
    clear: both;
    height: 25px;
    line-height: 25px;
}

.clear_30px {
    clear: both;
    height: 30px;
    line-height: 30px;
}

.clear_35px {
    clear: both;
    height: 35px;
    line-height: 35px;
}

.clear_40px {
    clear: both;
    height: 40px;
    line-height: 40px;
}

.row-grey {
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.row-clean {
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 80px;
    background-color: #fff;
}

.row-content {
    margin-bottom: 35px;
}

.header-top-bar {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 3;
    border-top: 3px solid #f16822;
    padding: 15px 0px;
}

.solo-section-title {
    font-size: 3.8em;
    letter-spacing: 0;
    color: #333;
    line-height: 1.5;
    font-weight: 300;
    text-transform: uppercase;
}

.solo-content {
    font-size: 1.23em;
}

.row-colour-bg .solo-section-title {
    color: #fff;
}

.row-colour-bg {
    padding-top: 55px;
    padding-bottom: 55px;
}

/* Colours */
.red {
    background: #f16822;
    color: #fff;
}

.light-grey {
    background: #303133;
    color: #fff;
}

.dark-grey {
    background: #28292b;
    color: #fff;
}

.dark-inputs .form-control {
    border: 1px solid #000;
    background-color: #28292b;
    color: #fff;
}

.toolbar {
    position: relative;
    display: inline-block;
    width: 100%;
}

.orderlistcontainer {
    font-size: 12px;
    line-height: 18px;
    color: #818181;
    margin: 0px;
    position: relative;
    float: right;
}

.orderlistcontainer:first-child div.activeOrder {
    margin-top: 0px;
}

.orderlistcontainer:first-child div.activeOrder {
    min-width: 100px;
}

.orderlistcontainer div.activeOrder.block {
    background: url('../images/arrow_down.png') no-repeat scroll right 12px #fff;
    cursor: pointer;
}

.orderlistcontainer div.activeOrder {
    margin-top: 0px;
    background: none repeat scroll 0% 0% #fff;
    border: 1px solid #7d7d7d;
    font-size: 12px;
    padding: 11px 40px 11px 11px;
    color: #bebeba;
    float: left;
    min-width: 110px;
    height: 40px;
    text-decoration: none;
    border-radius: 0px;
    position: relative;
    z-index: 10;
    cursor: default;
}

.orderlistcontainer div.activeOrder a,
.orderlistcontainer div.orderlist a {
    font-size: 15px;
    font-weight: 300;
}

.orderlistcontainer div.orderlist a {
    padding: 5px 0px;
    position: relative;
    display: inline-block;
    height: auto;
    width: 100%;
}

.orderlistcontainer div.orderlist {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    border: 1px solid #7d7d7d;
    background: none repeat scroll 0% 0% #fff;
    cursor: pointer;
    min-width: 100%;
    padding: 2px 0px 2px 4px;
    z-index: 200;
}

.sorter .view-mode {
    float: left;
    font-size: 0;
    overflow: hidden;
    height: auto;
    width: auto;
    padding: 0;
    margin-top: 12px;
}

.sorter .grid,
.sorter .list {
    display: block;
    float: right;
    background: url(../images/grid-list.gif) no-repeat left bottom;
    width: 17px;
    height: 16px;
}

.sorter .list {
    background-position: right bottom;
}

.sorter a.list {
    background-position: right top;
}

.sorter a.list:hover {
    background-position: right bottom;
}

.sorter a.grid {
    background-position: left top;
}

.sorter a.grid:hover {
    background-position: left bottom;
}

.sorter .view-mode strong,
.sorter .view-mode a {
    margin-right: 10px;
}

.sorter .sort-by {
    float: left;
    margin-right: 15px;
}

.sorter .sort-by select {
    margin-right: 15px;
}

.sorter .link-feed {
    background-position: left top;
}

.compare_mini {
    padding: 0px;
    border: 1px solid #7d7d7d;
}

.compare_mini .image_box {
    width: 40px;
    height: 40px;
}

.compare_mini .image_box_separator {
    width: 40px;
    height: 40px;
}

#compare_mini_layer {
    height: 40px;
}

.compare_item .compare_item_content {
    box-shadow: none;
}

.compare-buttons-container {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.compare_item ul.compare_details {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0px;
}

.compare_item ul.compare_details li.info .info_value {
    text-align: right;
    color: #000;
}

#stock_compare_layer {
    padding: 0px;
}

.compare_item ul.compare_details li {
    border: none;
}

.compare_item ul.compare_details li.info .info_label {
    background: none;
}

/* Breadcrumbs */

.breadcrumb {
    position: relative;
    background-color: #f16822;
    padding: 12px 24px;
    margin: 25px 0px 0px 0px;
    color: #fff;
    border-radius: 0px;
}

.breadcrumb li a,
.breadcrumb li span {
    color: #fff;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/* Category Menu */

h3.title_block {
    color: #000;
    font-weight: 300;
    border-bottom: 1px solid #f5f5f5;
    text-transform: capitalize;
    margin: 0px;
    padding: 17px 0px;
    font-size: 20px;
}

ul.tree {
    display: none;
    padding: 0px;
}

ul.tree.active {
    display: block;
}

ul.subCategory {
    border-top: 2px solid #f16822;
    border-bottom: 2px solid #f16822;
    padding: 10px 0px;
}

ul.subCategory li {
    padding: 10px 8px;
}

ul.subCategory li a {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
}

hr {
    margin: 10px 0px;
}

hr.black {
    background-color: #000;
    height: 2px;
    border: none;
}

.left-menu-split {
    position: relative;
}

#categories_block_left {
    border-top: 1px solid #f5f5f5;
}

.left-menu-split .down-drop {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 19px;
    right: 5px;
    position: absolute;
    cursor: pointer;
}

.left-menu-split .down-drop i {
    color: #f16822;
    font-size: 18px;
}

/* Listing + Item Details */

.view-label-container {
    position: relative;
    display: inline-block;
    margin: 8px 10px 0px 0px;
}

.view-label-container label {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin: 0px;
}

.product-view .product-img-box {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    width: 50%;
}

.product-view .product-img-box img {
    max-width: 100%;
}

.product-view .product-shop {
    float: right;
    width: 50%;
    color: #000;
}

.add-to-box .add-to-cart {
    float: left;
    width: 100%;
    position: relative;
}

.add-to-cart {
    width: 100%;
    padding: 10px 0;
}

.add-to-cart select {
    margin: 0px 7px;
}

.add-to-box .add-to-cart {
    float: left;
    width: 100%;
    position: relative;
}

.GenQtySelect_Cover {
    width: auto;
    height: auto;
    display: inline-block;
}

.product-view .add-to-cart .qty-block {
    float: left;
    padding-top: 0;
}

.label-success {
    background-color: #5cb85c;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-primary {
    background-color: #337ab7;
}

.split-item label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.product-view .product-shop .price-box .price {
    color: #000;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
}

.add-to-cart a.button {
    float: right;
    margin-left: 5px;
}

.item-details-short-links li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
}

.item-details-short-links li:last-child {
    margin: 0px;
}

.item-details-short-links li a {
    color: #777;
}

.item-details-short-links li a:hover {
    color: #000;
}

/* Menu */

@media all and (min-width: 769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.top-bar-contact {
    text-align: center;
}

.top-bar-menu {
    text-align: center;
    margin-right: -5px;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .top-bar-contact {
        text-align: left;
    }

    .top-bar-menu {
        text-align: right;
    }
}

#header_navbar {
    background-color: #f16822;
    color: #fff;
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
}

#header_navbar .nav > li > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
}

#header_navbar .nav > li > a:hover {
    color: #000;
}

.dropdown-menu {
    padding: 0px;
    margin: 0px;
}

#header_navbar .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 300;
    color: #000;
    white-space: nowrap;
    font-size: 16px;
}

/* Header Cart */
.mini-cart-container {
    position: relative;
    width: auto;
    height: auto;
    font-style: italic;
}

.mini-cart-container .cart-icon {
    display: none;
    color: #f16822;
    font-size: 16px;
    margin: 0px 15px 0px 10px;
}

.mini-cart-container .cart-text {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-right: 5px;
}

.mini-cart-container .cart-item-count {
    font-size: 18px;
    line-height: 30px;
    color: #ccc;
    text-transform: lowercase;
    margin-right: 5px;
}

.mini-cart-container .cart-drop-down {
    background-color: #f16822;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.cart-layer {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.basket-container {
    z-index: 5000;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 360px;
    width: 100%;
    cursor: default;
    text-align: left;
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    display: none;
}

.basket-container #basket-title-container {
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    background-color: #303133;
    color: #fff;
    padding: 15px 0px;
}

.basket-container #basket-items-container {
    display: block;
    width: 100%;
    height: auto;
    color: #333;
    margin-top: 10px;
}

.basket-container #basket-items-container ul {
    padding: 0px;
}

.basket-container #basket-items-container ul li {
    margin-bottom: 5px;
    padding: 0px 5px;
}

.basket-container #basket-items-container ul li:last-of-type {
    margin: 0px;
}

.basket-container #basket-items-container ul li .basket-img {
    position: relative;
    text-align: center;
    min-width: 80px;
}

.basket-container #basket-items-container ul li .basket-img img {
    max-width: 100%;
}

.basket-container #basket-items-container ul li .basket-desc {
    position: relative;
}

.basket-container #basket-items-container ul li .basket-desc .basket-item-name {
    font-size: 14px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.basket-container #basket-items-container ul li .basket-desc .basket-item-qty span {
    font-size: 13px;
    font-weight: 300;
}

.basket-container #basket-totals {
    display: block;
    width: 100%;
    height: auto;
    color: #000;
    margin-top: 5px;
    padding: 5px 0px 15px 0px;
    border-top: 1px solid #ccc;
}

.basket-container #basket-totals ul {
    padding: 0px 10px;
}

.basket-container #basket-totals ul li {
    width: 50%;
    display: inline-block;
    padding: 5px 0px;
}

.basket-container #basket-totals ul li:nth-child(even) {
    text-align: right;
}

.basket-container #basket-controls {
    padding: 15px 0px;
    background-color: #303133;
    text-align: center;
}

.basket-container #basket-controls a:nth-child(even) {
    margin-left: 25px;
}

.basket-container #basket-controls a {
    text-transform: capitalize;
}

.header_currencies {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .header_currencies {
        margin-top: 0;
        margin-right: 15px;
    }
}

/* Search */
input#searchphrase {
    height: 46px;
    font-size: 18px;
    color: #ccc;
    font-style: italic;
    margin-top: 15px;
}

@media (min-width: 768px) {
    input#searchphrase {
        margin-top: 0;
    }
}

/* Users */

div#shipping_street_number_field_container #street_number_input_layer input {
    width: auto;
}

#street_number_not_applicable_label_layer {
    padding-top: 15px;
}

#street_number_not_applicable_layer {
    padding-top: 17px;
}

/* Footer */
#footer ul.footer_menu li a {
    margin-bottom: 10px;
    display: inline-block;
}

div#address_capture_button_layer input.address_from_google_btn {
    cursor: pointer;
    min-height: 22px;
    background: none;
    border: none;
}

a.manufacturer {
    width: auto;
    padding: 5px;
    margin: 0px 5px 12px 0px;
    display: inline-block;
    font-weight: 300;
}

/* Favorites */

#favourite_btn_layer {
    float: right;
    position: absolute;
    right: 15px;
    top: 19px;
}

#favourite_btn_layer .favourite_button {
    display: block;
    float: right;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
}

#favourite_btn_layer .favourite_button span {
    display: block;
    float: right;
    padding: 5px;
    line-height: 32px;
    min-width: 42px;
    min-height: 42px;
    border-radius: 42px;
    border: 1px solid #cecccc;
}

#favourite_btn_layer a span::before {
    content: '\f005';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cecccc;
}

#favourite_btn_layer a.fav_remove span::before {
    color: #fdb822;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding: 20px 25px;
    }

    .navbar-main {
        margin-left: -15px;
    }
}

@media only screen and (max-width: 1199px) {
    .mini-cart-container .cart-text {
        font-size: 15px;
    }

    .mini-cart-container .cart-item-count {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-header {
        background-color: #fff;
        border-bottom: 2px solid #f16822;
    }

    .carousel .item {
        min-height: 10px !important;
    }

    .nav > li > a {
        width: 100%;
        padding: 20px 16px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .product-view .product-img-box,
    .product-view .product-shop {
        width: 100%;
    }

    .cart .totals table th,
    .cart .totals table td {
        width: 100%;
    }

    .carousel-caption {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .mini-cart-container {
        margin-top: 15px;
        padding: 10px;
        background-color: #f16822;
        color: #fff;
    }

    .basket-container {
        position: relative;
        float: left;
        top: 0px;
    }

    .mini-cart-container .cart-drop-down {
        color: #f16822;
        background-color: #fff;
        margin-left: auto;
    }

    .mini-cart-container .cart-text {
        color: #fff;
        font-size: 18px;
    }

    .header-container .t-right {
        text-align: center;
    }

    .mini-cart-container .cart-item-count {
        color: #fff;
        text-transform: lowercase;
        margin-left: 15px;
        font-size: 18px;
    }

    .light-grey {
        width: 60%;
    }

    #footer .light-grey {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .product-shop {
        width: 100%;
    }

    .products-list .product-image {
        width: 100%;
        text-align: center;
    }

    .available-now {
        margin-bottom: 10px;
        display: inline-block;
    }

    .compare_mini_wrapper {
        width: 100%;
    }

    .sorter .sort-by {
        float: right;
    }

    .view_compare_button {
        width: 100%;
    }

    .nav-container .clear_35px {
        display: none;
    }
}

#header_navbar .navbar-header .navbar-toggle {
    background-color: #222222;
}

#header_navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.caret {
    margin-left: 15px;
}

#document_layer {
    padding-bottom: 50px !important;
}

#post_order_navigation {
    margin-top: 20px !important;
}

div#payment_gateway_description {
    padding-left: 15px !important;
}

#post_order_report_layer #post_order_navigation td:nth-child(2) {
    padding-right: 3px;
    padding-left: 3px;
}


#main_banner img {
    width: 100%;
}