﻿/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/OpenSans-Regular.eot');
    src: url('/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Regular.woff2') format('woff2'), url('/fonts/OpenSans-Regular.woff') format('woff'), url('/fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/OpenSans-ExtraBold.eot');
    src: url('/fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('/fonts/OpenSans-ExtraBold.woff') format('woff'), url('/fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Manifold CF';
    src: url('/fonts/ManifoldCF-Medium.eot');
    src: url('/fonts/ManifoldCF-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/ManifoldCF-Medium.woff2') format('woff2'), url('/fonts/ManifoldCF-Medium.woff') format('woff'), url('/fonts/ManifoldCF-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manifold CF';
    src: url('/fonts/ManifoldCF-Bold.eot');
    src: url('/fonts/ManifoldCF-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/ManifoldCF-Bold.woff2') format('woff2'), url('/fonts/ManifoldCF-Bold.woff') format('woff'), url('/fonts/ManifoldCF-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



body, html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    color: #666;
}

img {
    max-width: 100%;
}

.pac-container {
    z-index: 1051 !important;
}

.smalltext {
    font-size: 9pt;
}

footer {
    background-color: #444;
    box-shadow: 0px 500px 0px 500px #444; /*cool footer color to bottom of page trick*/
}

.main {
    background-color: #fff;
    position: relative;
    padding-bottom: 40px;
}

.leftbgdiv {
    position: absolute;
    right: 50%;
    margin-right: 585px;
    left: 0px;
    bottom: 0px;
    top: 0px;
}

.rightbgdiv {
    position: absolute;
    left: 50%;
    margin-left: 585px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.topbannerdesktop {
    margin-bottom: 15px;
}

.topbannermobile {
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

.leftbanner {
    position: fixed;
    right: 50%;
    margin-right: 585px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

.rightbanner {
    position: fixed;
    left: 50%;
    margin-left: 585px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

    .leftbanner img, .rightbanner img {
        min-width: 150px;
    }

.dl-horizontal dt {
    white-space: normal;
}

.modal-header {
    background-color: #eee;
}

.modal-footer {
    background-color: #eee;
}

.container {
    min-width: 320px;
}

.ui-accordion-content {
    padding: 15px !important;
}

.mobtable {
    display: table;
    border-top: 1px solid #ddd;
    width: 100%;
    min-width: 290px;
}

/*.mobtable .mobtablerow:nth-child(even) {
    background-color: #efefef;
}*/

.mobtablerow {
    display: table-row;
}

.mobtablecell {
    border-bottom: 1px solid #ddd;
    display: table-cell;
    vertical-align: top;
    padding: 4px;
}

.panel .mobtable {
    border-top: none;
    min-width: 250px;
}

    .panel .mobtable .mobtablerow:last-child .mobtablecell {
        border-bottom: none;
    }

/*.input-validation-error
{
    background-color:#ffeeee
}*/
.list-group-heading {
    background-color: #eee !important;
    margin-top: 8px;
}

    .list-group-heading:first-child {
        margin-top: 0;
    }

    .list-group-heading:hover {
        background-color: #ddd !important;
    }

.grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    cursor: default !important;
}

/*Validation*/
.field-validation-error {
    color: #f00;
    font-size: 85%;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.validation-popup .field-validation-error {
    font-size: 11pt;
    font-weight: normal;
}

.zsaccordion .panel-heading {
    cursor: pointer;
}

.zsaccordion .panel-default.selected {
    border-color: #666;
}

    .zsaccordion .panel-default.selected .panel-heading {
        background-color: #666;
        color: #fff;
    }

    .zsaccordion .panel-default.selected .panel-body {
        border-top-color: #666;
    }

.discount {
    color: red !important;
}

    .discount .fa {
        margin-right: 4px;
    }

/* ==================================================== '
   LAYOUT PAGE
   ==================================================== */
.header {
    background-color: #eee;
}

.header-inner {
    padding: 4px 2px;
    min-height: 52px;
}

#SearchResultDiv {
    padding-top: 20px;
}

.site-search {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 180px;
    display: block;
}

.site-search-nav {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 180px;
    display: none;
}

.site-search-inner {
    border: 1px solid #ddd;
    display: inline-block;
    background: #fff;
}

.site-search-input {
    padding: 5px 4px 5px 4px !important;
    border: none !important;
    width: 100%;
    background: #fff;
    float: left;
}

.site-search-inner button {
    width: 24px;
    height: 30px;
    background: url('/Content/Images/search-icon.png') 3px 6px no-repeat;
    border: 0;
    overflow: visible;
    cursor: pointer;
    float: left;
}

.mainmenu {
    background-color: #666;
}

    /*.mainmenu .navbar-nav li {
    border:1px solid transparent;
}

.mainmenu .navbar-nav li:hover {
    border:1px solid #666;
}*/

    .mainmenu .navbar-nav a {
        color: #fff !important;
    }

        .mainmenu .navbar-nav a:hover, .mainmenu .navbar-nav a:focus {
            color: #fff !important;
            text-decoration: underline;
        }

    .mainmenu .navbar-toggle {
        background-color: #eee;
        float: left;
        margin-left: 15px;
    }

        .mainmenu .navbar-toggle .icon-bar {
            background-color: #666;
        }

.menucartitems {
    float: right;
}

    .menucartitems .nav-expander {
        padding: 15px 10px;
        display: block;
        color: #fff;
    }

        .menucartitems .nav-expander:focus, .menucartitems .nav-expander:hover {
            text-decoration: none;
            background-color: #eee;
            color: #666;
        }

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.nav-expander-cart {
    cursor: pointer;
}

.footercol {
    color: #fff;
    width: 50%;
    float: left;
    padding: 6px 4px;
}

.dropdown-cart ul {
    padding: 15px;
    max-height: 286px;
    overflow-y: scroll;
}

.dropdown-cart li {
    list-style-type: none;
    margin-bottom: 10px;
    border-bottom: 2px solid transparent;
}

    .dropdown-cart li:hover {
        border-bottom: 2px solid #276eb7;
        color: #276eb7;
    }

.cart-item-details {
    float: left;
    cursor: pointer;
    line-height: 20px;
}

.cart-item-image {
    float: left;
}

    .cart-item-image img {
        max-width: 100px;
    }

.cart-item-delete {
    float: left;
    padding: 22px 5px;
    cursor: pointer;
}

.cart-item-qty, .cart-item-edit {
    float: left;
}

.cart-item-itemtotal {
    text-align: right;
    float: right;
    white-space: pre-line;
    padding-bottom: 12px;
}

.cart-item-dates {
    font-size: 8pt;
}

.cart-item-edit {
    margin-left: 6px;
    cursor: pointer;
}

.cart-item-desc {
    font-size: 11pt;
}

.subtotal {
    border: 1px solid #ddd;
    padding: 12px 10px;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    opacity: 0.5;
}

.overlayspinner {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
}

/* === END LAYOUT PAGE === */

/* ====================================================
   SHARED CONTROLS
   ==================================================== */

.PageHeading {
    font-size: 18pt;
    font-weight: 800;
}

.SubHeading {
    font-size: 12pt;
    font-weight: 800;
}

.section {
    text-align: center;
    padding: 20px 0;
}

.section-form {
    background-color: #fff;
    padding: 20px 10px;
    text-align: left;
}

.carousel img {
    width: 100%;
}

.carousel-indicators li {
    background-color: #666;
    border-color: #666;
}

.carousel-indicators {
    width: auto;
    margin-left: auto;
}

.categories {
    background-color: #fff;
    color: #666;
    position: relative;
    text-align: center;
}

.featured-products-inner {
    position: relative;
    text-align: center;
}

.proddiv {
    text-align: center;
    cursor: pointer;
    width: 240px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0px;
    position: relative;
}

.proddivinner {
    background-color: white;
    border: 1px solid transparent;
    padding: 10px;
    position: relative;
}

    .proddivinner:hover {
        border: 1px solid #eee;
    }

.prodname {
    margin-top: 10px;
}

    .prodname .price {
        color: #333;
        font-weight: bold;
    }

    .prodname .name {
        color: #666;
        word-break: break-word;
        overflow: hidden;
        padding: 0px 6px;
        display: block;
        border-radius: 6px;
        background-color: #fff;
    }

    .featured-prodname .price .original, .prodname .price .original {
        text-decoration: line-through;
        margin-right: 4px;
    }

.prod-description {
    margin-top: 32px;
}

.related-products {
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 6px;
    /*height:240px;  This is cutting off thumbnails when they aren't standard sizes*/
    /*overflow:hidden;*/
    margin-left: -15px;
    margin-right: -15px;
}

.related-prod-title {
    font-weight: bold;
}

.related-prod-div .proddiv {
    width: 220px;
}

.assetdiv {
    text-align: center;
    cursor: pointer;
    width: 240px;
    display: inline-block;
    vertical-align: top;
    padding: 20px 0px;
}

.assetdivinner {
    background-color: white;
    border: 1px solid transparent;
    padding: 10px;
    height: 200px;
}

    .assetdivinner:hover {
        border: 1px solid #eee;
    }

.assetname {
    margin-top: 10px;
}

    .assetname div {
        color: #333;
        font-weight: bold;
    }

    .assetname span {
        color: #666;
        word-break: break-word;
        overflow: hidden;
        padding: 0px 6px;
        display: block;
        border-radius: 6px;
        background-color: #fff;
    }

.countrydiv {
    border: 2px solid transparent;
}

.countrydiv-inner {
    width: 100px;
    height: 100px;
    display: block;
    background-position: center;
    background-size: 100px 100px;
}

.country-selected {
    border: 2px solid #ddd;
}

.categories-outer {
    padding: 25px 0px;
}

.catheader {
    font-size: 12pt;
    text-align: left;
    color: #555759;
    background-color: #eee;
    /* border-left: solid 1px #00a8df; */
    border: solid 1px #ddd;
    padding: 8px 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.catbody {
    border: solid 1px #ddd;
    border-top: none;
    margin-bottom: 16px;
    text-align: center;
}

.countrydiv, .catdiv, .catdivtext {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 25px;
}

    .catdiv img {
        max-width: 100%;
        width: 100%;
    }

    .catdivtext catdivinner, .catdivtext .catdivinner a {
        width: 260px;
        height: 160px;
        background-color: #f2f2f3;
        font-size: 16pt;
        color: #666;
        line-height: 160px;
        display: block;
        text-decoration: none;
    }

        .catdivtext .catdivinner a:hover {
            background-color: #ddd;
        }

.subcatname {
    padding-left: 12px;
}

.featured-products {
    margin-top: 20px;
}

.fp-title {
    padding: 5px;
    border-top: 2px solid #eee;
    text-align: center;
    font-size: 14pt;
}

.zsbtn {
    background-color: #276eb7;
    border-color: #276eb7;
    color: white !important;
    min-width: 120px;
}

    .zsbtn:hover {
        background-color: #337ab7;
    }

.zstable thead {
    background-color: #dedede;
}

.zstable tr, .zstable td {
    vertical-align: middle !important;
}

.contitemdiv {
    padding: 40px 15px;
}

.show-md {
    display: none;
}

/*Categories*/

.cat-submenu, .cat-submenu a {
    cursor: pointer;
}

.arrow-hidden, .cat-submenu-hdn {
    display: none;
}

.arrow-show {
    display: block;
}

.cat-accordion .fa {
    font-size: 14pt;
}

.catheadergroupbuy {
    min-height: 74px;
}

.catgroupbuytitle {
    line-height: 56px;
}

    .assets-replace .categories {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .assets-replace .categories .assetdiv {
            height: 100%;
        }

        .assets-replace .categories .assetdivinner {
            height: 100%;
            margin: 10px;
        }

/*Product Details*/
.categorypage, .proddetails, .checkout {
    padding-top: 20px;
    padding-bottom: 40px;
}

.prod_det_img {
    text-align: center;
    position: relative;
}

    .prod_det_img img {
        max-width: 490px;
        width: 100%;
    }

.zoom-ctrl {
    background-color: white;
    padding: 3px 6px;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    cursor: pointer;
}

.prod_det_views {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.product-thumb {
    text-align: center;
    display: inline-block;
    width: 32%;
}

    .product-thumb img {
        width: 100%;
        max-width: 100px;
        border: 2px solid #F1F1F2;
        cursor: pointer;
    }

    .product-thumb .selected {
        border: 2px solid #276eb7;
    }

.prod_det_col2 {
    background-color: #eee;
    padding: 20px;
}

.out-of-stock {
    color: red;
}

.prodsale {
    color: red;
    font-weight: bold;
}

.prod_det_extra {
    padding: 20px;
    margin-top: 40px;
    background-color: #eee;
    border-radius: 5px;
}

.prod_det_submit {
    margin: 0px 10px;
}

#prod-det-slider {
    display: none;
}

.prod-countdown {
    margin-bottom: 24px;
    text-align: center;
}

.trGroupBuyQty td {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6 !important;
    color: #3c763d;
}

.gbsection {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    /*border:1px solid #ddd;*/
    border-radius: 5px;
    padding: 10px;
}

.countdown {
    padding: 10px 0;
    /*width:260px;*/
}

    .countdown .cdtitle, .gbsection .cdtitle {
        font-weight: bold;
        font-family: "frutigerbold", "Open Sans", Arial;
        text-transform: uppercase;
    }

    .countdown .cdtitle {
        text-align: center;
    }

.gbcircle {
    position: absolute;
    top: 0px;
    bottom: 0px;
    border-radius: 15px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border: 1px solid #f2f2f3;
}

.gbempty {
    background-color: #bfbfc3;
}

.gbfilled {
    background-color: #0d8e4a;
}

.gbprice {
    font-size: 9pt;
    position: absolute;
    top: 34px;
    width: 100px;
}

.groupbuytext {
    font-weight: bold;
    font-size: 16pt;
}

.float-left-sm {
    width: 50%;
    float: left;
}

.float-left-margintop {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.ContentItemSeparator {
    margin: 0px;
    width: 100%;
    border-bottom: 1px solid #bbb;
}

.login-main {
    border-top: 2px solid #e5e5e5;
    margin-top: 20px;
    padding: 20px;
}

.login-form {
    background-color: #e5e5e5;
    padding: 10px;
    font-size: 90%;
}

.login-form-header {
    background-color: #000;
    color: white;
    padding: 10px;
}

.login-rego-area {
    background-color: #e5e5e5;
    margin: 15px;
    padding: 15px;
}

.login-rego-header {
    text-align: center;
}

.login-rego-info {
    margin-top: 20px;
}

.login-rego-user {
    background-color: #000;
    padding: 40px;
    width: 200px;
    margin: 0 auto;
}

.login-rego-user-circle {
    background-color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
}

    .login-rego-user-circle i {
        color: #000;
        margin-top: 20px;
    }

.rego-header {
    margin: 20px 0;
}

.rego-rule {
    font-size: 10pt;
    width: 240px;
    float: left;
    padding: 2px;
}

    .rego-rule i {
        margin-right: 5px;
    }

.ticked {
    color: green;
}

.unticked {
    color: #666;
}

.regbtn {
    padding: 15px;
}

.sort-order, .gb-timer {
    text-align: right;
}

.cp-ignore {
    display: none;
}

.cp-asset {
    padding: 20px 10px;
    border: 1px solid #ddd;
    max-height: 140px;
    overflow-y: scroll;
    border-radius: 5px;
}

    .cp-asset img {
        padding: 10px;
        max-width: 100px;
        max-height: 100px;
        border: 1px solid transparent;
    }

        .cp-asset img:hover, .cp-asset img.selected {
            border: 1px solid #eee;
        }

.SectionHeader {
    margin-bottom: 12px;
}

    .SectionHeader .form-control {
        background-color: transparent;
        border-color: #6c757d;
        font-weight: bold;
        border-bottom: 3px solid #716f6a;
        text-align: left;
    }

    .SectionHeader .pull-right {
        font-size: 9pt;
        line-height: 1.3rem
    }

    .SectionHeader .btn-outline-secondary {
        padding: 5px 12px;
        border-color: #6c757d;
        border-top-right-radius: .3em !important;
        border-bottom-right-radius: .3em !important;
        background-color: #fff;
        border-bottom: 3px solid #716f6a;
    }

        .SectionHeader .btn-outline-secondary:hover {
            color: #0060ac;
            background-color: #eee;
        }

/*.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6abeeb;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #6abeeb;
}*/

/* === END SHARED CONTROLS === */
/* === CHECK OUT SCREEN ===*/
#CartGridTable {
    margin-top: 20px;
}

.carttable {
    margin-bottom: 0px;
}

    .carttable .ItemName div:not(:first-child) {
        margin-top: 6px;
    }

.cartgridtop .ItemName {
    display: table-cell;
    vertical-align: top;
}

.ItemBin {
    display: table-cell;
    text-align: center;
    width: 28px;
    vertical-align: top;
}

.pricefield {
    border-bottom: 1px solid #ddd;
    width: 260px;
    display: inline-block;
    padding: 8px 4px;
    text-align: left;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
    margin-left: 0px;
    position: relative;
}

.leftjustify {
    position: absolute;
    left: 7px;
    top: 7px;
}

.rightjustify {
    position: absolute;
    right: 7px;
    top: 7px;
}

.multi-text-right {
    text-align: right;
    width: 100%;
    display: block;
    /*white-space: pre-line;*/
}

.cartlink {
    padding: 8px 4px;
    float: left;
    width: 200px;
}

.editshoppingcart {
    width: 180px;
}

.editshoppingcart, .addressfields {
    float: left;
    padding: 16px;
}

.addressfields {
    background-color: #ffffee;
}

.billingaddress {
    background-color: #eeffff;
}

.pickupaddress {
    background-color: #ffeeee;
}

.promocode {
    /*float: left;*/
    padding: 16px;
    /*background:#eee;*/
}

.editshoppingcart, .addressfields {
    float: left;
    padding: 16px;
}

.saved-addresses {
    min-height: 165px;
    cursor: pointer;
}

.pricefields {
    float: right;
}

.checkoutaddress .col-md-4, .checkoutaddress .col-md-8 {
    margin-top: 10px;
}

.PaymentHeading {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    clear: both
}

.centeredrow {
    text-align: center;
    float: none;
    margin: 0 0;
}

.mgtop10 {
    margin-top: 10px;
}

.float-left-md {
    width: 160px;
    display: inline-block;
    float: left;
}

.cart-empty {
    padding: 60px 0px;
    min-height: 400px;
    text-align: center;
}

.payment-divider {
    height: 40px;
    clear: both;
}

/*#search-results table {
    border:1px solid #e3e3e3;
}*/

#search-results th, #search-results td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e3e3e3;
}

    #search-results td img {
        display: inline;
    }

.shipping-validation, .billing-validation, .pickup-validation {
    display: none;
}

.ItemImg img {
    max-width: 100px;
    max-height: 100px;
}

.ItemName a {
    color: #666;
}

.cartgridtop .ItemImg {
    display: table-cell;
    width: 108px;
    vertical-align: top;
    text-align: center;
}

    .cartgridtop .ItemImg a {
        cursor: pointer;
    }

.order-confirm-box {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    .order-confirm-box label {
        min-width: 180px;
    }

.order-confirm-box-title {
    background-color: #ddd;
    padding: 10px;
    border: 1px solid #ddd;
}

.consignment_details .row {
    margin-top: 10px;
}

.zs-trash {
    height: 20px;
    width: 20px;
    cursor: pointer;
    font-size: 18px;
}

.ItemQuantity {
    width: 140px;
}

/* === END CHECK OUT SCREEN ===*/

/*#faq-sections.affix {
    width:19.5%
}*/

.faq-section a {
    color: #666;
}

.faq-question-links {
    list-style: none;
    padding-left: 0px;
}

    .faq-question-links li {
        display: block;
        margin-bottom: 3px;
        background-color: #666;
        border-radius: 2px;
        -moz-border-radius: 2px;
    }

    .faq-question-links > li > a {
        color: #fff;
        padding: 10px 30px 10px 10px;
        display: block;
        width: 100%;
        text-decoration: none;
    }

    .faq-question-links > li:hover > a, .faq-question-links > li:focus > a, .faq-question-links > li.selected > a {
        background: #999 url(/content/images/white-arrow.png) no-repeat 95% 50%;
        border: 0;
    }

.faq-section {
    margin: 0px 0px 20px 0px;
}

.faq-question {
    font-weight: bold;
}

.faq-answer {
    margin: 6px 0px 24px 0px;
}

.selectedpanel .panel-heading {
    cursor: pointer;
}

.checkout .selectedpanel:last-child {
    margin-bottom: 0px !important;
}

/* Slider */
.slider-table {
    margin: 20px 0;
    width: 100%;
}

    .slider-table th {
        font-weight: bold;
        padding-bottom: 10px;
    }

    .slider-table input[type=text] {
        width: 100%;
        text-align: right;
    }

    .slider-table input[type=number] {
        width: 100%;
    }

.slider-points {
    width: 96px;
}

.slider-control {
    padding: 0 10px;
}

    .slider-control #slider {
    }

.slider-amount {
    width: 96px;
}

#menuAccordian .panel-group {
    margin-bottom: 10px;
}

#menuAccordian .list-group-item {
    margin-bottom: 0;
    border: 0;
}

.fa-12x {
    font-size: 12em;
}

.divImgSpin{
    padding-top:16px;
    text-align:center;
}

/* ====================================================
   COUNTDOWN TIMERS
   ==================================================== */
.countdowntimer {
    font-family: "Manifold CF", sans-serif;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    background: #666;
    padding: 0px 4px;
    font-weight: bold;
    line-height: normal;
    z-index: 100;
}

    .countdowntimer > div {
        padding: 0px 10px;
        display: inline-block;
    }

    .countdowntimer div > span {
        display: inline-block;
        min-width: 37px;
    }

    .countdowntimer .smalltext {
        font-size: 11px;
        font-weight: normal;
        line-height: normal;
    }

.floatTimer {
    position: fixed;
    top: 0px;
    right: 0px;
}

/* ====================================================
   HIRE ITEMS
   ==================================================== */
.hire_items .badge {
    top: 1px !important;
    right: 1px !important;
    border-radius: 4px;
}


.hire_items {
    margin-bottom: 16px;
}

.hire_items_cal {
    background-color: #fff;
    padding: 10px;
}

.hire_items .day.header {
    background-color: #fff;
}

.hire_items .day a, .hire_items .day.active a {
    color: #000 !important;
    border-radius: 4px;
    border: 1px solid #fff;
}

.hire_items .day.available a, .hire_items .key-notbooked {
    background-color: #b5ecbe !important;
}

.hire_items .day.active a, .hire_items .key-partbooked {
    background-color: #ffdda1 !important;
}

.hire_items .day.active.fullbooked a, .hire_items .key-fullbooked {
    background-color: #fca5a5 !important;
}

.hire_items_key {
    padding: 10px;
    background-color: #fff;
}

    .hire_items_key .badge {
        margin-right: 6px;
    }

.hire_items_dates {
    margin-top: 12px;
}

    .hire_items_dates .datepicker {
        background-color: #fff;
    }

.hire_items .day.sat a, .hire_items .day.sun a, .hire_items .day.unavailable a, .hire_items .day.fullbooked a {
    color: #666 !important;
    cursor: not-allowed;
}

.hire_items .day.fullbooked.sat a, .hire_items .day.fullbooked.sun a, .hire_items .day.fullbooked.unavailable a {
    color: #666 !important;
}

.hire_items .day.unavailable a, .hire_items .day.sat a, .hire_items .day.sun a, .hire_items .key-unavailable {
    background-color: #ddd !important;
}


.hire_items .day.not-current {
    opacity: .5;
}

/* ====================================================
brief-sheet
==================================================== */

.briefsheet-title {
    height: 80px;
    background-color: #eee;
    color: #000;
    font-size: 24pt;
    padding: 20px 10px;
}

.briefsheet .checkbox-group {
    font-size: 10pt;
    color: #999;
    padding: 12px 0;
}

    .briefsheet .checkbox-group label {
        font-weight: normal;
    }

.briefsheet .fa-trash {
    cursor: pointer;
}

/* ====================================================
admin section
==================================================== */

.admin-tile {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 130px;
    border-radius: 8px;
    margin-bottom: 24px;
}

    .admin-tile:hover {
        background-color: #ddd;
    }

    .admin-tile:hover a {
        text-decoration: none;
    }



/* -------- Instant Search  ------ */
.SearchResultsDiv {
    /*position:absolute;*/
    /*left:0%;*/
    width: 100%;
    height: 100%;
    /*z-index:99;*/
    display: none;
    background-color: white;
    /*border:1px solid #666;*/
}

.ProductSearchInput::-ms-clear {
    display: none;
}


/* ---Group Buy Dashboard--- */
#groupBuyOrderDashboardProducts {
}

    #groupBuyOrderDashboardProducts .product-heading {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11pt;
    }

    #groupBuyOrderDashboardProducts .product-description {
        margin-top: 10px;
        font-size: 10pt;
        height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #groupBuyOrderDashboardProducts .orderbutton {
        text-align: center;
        margin: 10px 0 0 0;
    }

        #groupBuyOrderDashboardProducts .orderbutton .btn {
            background-color: #e23940;
            color: white;
            text-transform: uppercase;
            border-radius: 0;
        }

    #groupBuyOrderDashboardProducts th {
        text-align: center;
        font-weight: bold;
        padding-bottom: 8px;
    }

    #groupBuyOrderDashboardProducts .tableCurrent {
        font-size: 10pt;
        margin-top: -2px;
        border: 1px solid #E7E8E9;
    }

        #groupBuyOrderDashboardProducts .tableCurrent tr:first-child > td {
            border-top: none;
        }

        #groupBuyOrderDashboardProducts .tableCurrent td {
            border-color: #E7E8E9;
            text-align: right;
            line-height: 32px;
            padding: 0 8px 8px 8px;
        }

            #groupBuyOrderDashboardProducts .tableCurrent td:first-child {
                text-align: left;
            }

    #groupBuyOrderDashboardProducts #tableProductPricesHeader {
        font-size: 9pt;
        text-align: center;
        margin-bottom: 0;
    }

        #groupBuyOrderDashboardProducts #tableProductPricesHeader th {
            border-top: none;
            padding-top: 0;
            width: 50%;
        }

            #groupBuyOrderDashboardProducts #tableProductPricesHeader th:first-child {
                border-right: 1px solid #E7E8E9;
            }

    #groupBuyOrderDashboardProducts .divTableProductPrices {
        width: 100%;
        height: 95px;
        overflow: hidden;
        margin-bottom: 0;
    }

    #groupBuyOrderDashboardProducts #tableProductPrices {
        font-size: 9pt;
        text-align: center;
        border-top: none;
    }

        #groupBuyOrderDashboardProducts #tableProductPrices td {
            border-top: none;
            width: 50%;
            background-color: #fff;
        }

            #groupBuyOrderDashboardProducts #tableProductPrices td:first-child {
                border-right: 1px solid #E7E8E9;
            }

            #groupBuyOrderDashboardProducts #tableProductPrices td.currentprice {
                background-color: #ECEDEE;
            }

    #groupBuyOrderDashboardProducts .uparrow, #groupBuyOrderDashboardProducts .downarrow {
        position: absolute;
        max-height: 20px;
        right: -33px;
        top: 8px;
        color: #1ea149;
        font-size: 20px;
    }

    #groupBuyOrderDashboardProducts .quantityColumn {
        padding-right: 0;
    }

    #groupBuyOrderDashboardProducts .GSTSummary {
    }

.jq-toast-single {
    padding: 12px;
    height: 90px;
}

.toast-left {
    display: inline-block;
}

    .toast-left img {
        width: 50px;
    }

.toast-right {
    display: inline-block;
    margin-left: 10px !important;
    padding-right: 7px !important;
    top: 8px;
    position: absolute;
}

.toast-line1 {
}

.toast-line2 {
    font-weight: bold;
}

.campaign-warning {
    text-align: left;
    font-size: .9em;
    margin: 10px 0;
}

.campaignProductInner {
    position: relative;
}

    .campaignProductInner span {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.auto-loading {
    background-color: #ffffff;
    background-image: url(/Content/Images/loadingGif.gif);
    background-size: 30px 30px;
    background-position: right center;
    background-repeat: no-repeat;
}

.summarydiv {
    background-color:#000;
    padding:10px;
}
    .summarydiv .ordererror {
        color:red;
    }

    .summarydiv .ordersuccess {
        color: limegreen;
    }

.ui-autocomplete {
    z-index: 99999;
}
.modal-xl {
    width: 1200px;
    max-width: 95%;
}

/* ====================================================
DIFFERENT SCREEN SIZES
==================================================== */
@media (max-width: 1199px) {
    .leftbanner, .leftbgdiv {
        margin-right: 485px;
    }

    .rightbanner, .rightbgdiv {
        margin-left: 485px;
    }
}

@media (max-width: 992px) {
    .hide-lg {
        display: none !important;
    }

    /*#faq-sections.affix {
        width:20.5%
    }*/
    .leftbanner, .leftbgdiv {
        margin-right: 375px;
    }

    .rightbanner, .rightbgdiv {
        margin-left: 375px;
    }
}

@media (max-width: 767px) {
    .hide-md {
        display: none !important;
    }

    .list-group-heading {
        margin-top: 0px;
    }

    .site-search {
        display: none;
    }

    .site-search-nav {
        display: block;
    }

    .margin-top-md-16 {
        margin-top: 16px;
    }

    .sort-order {
        text-align: left;
    }

    .gb-timer {
        text-align: center;
        padding-bottom: 10px;
    }

    /* === CHECK OUT SCREEN ===*/
    .cartlink {
        float: left;
        width: 50%;
        border-bottom: 1px solid #ddd;
    }

    .emptycartlink {
        text-align: right;
    }

    .editshoppingcart, .addressfields, .promocode {
        float: none;
        width: 100%;
        padding: 18px 0px;
        min-width: 290px;
    }

    .promocode {
        position: relative;
    }

    .addressfields {
        padding: 12px;
    }

    .show-md {
        display: block !important;
    }

    .pricefields {
        clear: both;
        float: none;
        width: 100%;
        margin-left: 0px;
        min-width: 290px;
    }

    .pricefield {
        width: 100%;
    }

    .pricefields .pull-right {
        width: 100%;
    }

    .mobtable {
        display: block;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .mobtablerow {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 4px 0px;
    }

    .mobtablecell {
        display: inline-block;
        float: left;
        border-bottom: none;
    }

    .mobcellsm100 {
        display: block !important;
        width: 100%;
        margin-top: 4px;
        text-align: left !important;
    }

    .panel .mobtable .mobtablerow:last-child {
        border-bottom: none;
    }

    /* === END CHECK OUT SCREEN ===*/

    .gb-topright {
        position: relative;
    }

    .related-products {
        height: auto;
        overflow: auto;
    }

    .rightbgdiv, .leftbgdiv, .leftbanner, .rightbanner {
        display: none;
    }
}

@media (max-width: 480px) {
    .login-info, .login-rego-info {
        display: none;
    }

    .hide-sm {
        display: none !important;
    }

    .regbtn {
        text-align: center;
    }

    .header-inner {
        text-align: center;
    }

    .site-search-nav {
        left: 80px;
        width: auto;
    }

    .footercol {
        width: 100%;
        text-align: center !important;
        float: none;
        border-bottom: 1px solid #666;
    }

    .float-left-md {
        width: 100% !important;
        display: block;
    }

    #search-results th:first-child, #search-results td:first-child,
    #search-results th:nth-child(5), #search-results td:nth-child(5) {
        display: none;
    }

    .width-100-sm {
        width: 100%;
    }

    .ItemImg {
        width: 120px;
    }

    /*.ItemImg img {
            max-width: 100px;
            max-height: 100px;
        }*/

    /*.slider-points {
        width: 96px;
    }*/

    .zs-countdown {
        max-width: 260px;
        margin: 0 auto;
    }

    .related-prod-div .proddiv {
        width: 100%;
    }

    .cp-asset {
        padding: 5px;
    }

        .cp-asset img {
            padding: 5px;
        }
}

/* === END DIFFERENT SCREEN SIZES=== */