﻿@charset "utf-8";


/* Styles for basic forms
-----------------------------------------------------------*/
html {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-weight: normal;
    font-weight: 300;
    height: 100%;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
}


fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

input[type="search"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #FF0000;
}

.error {
    color: #FF0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #FF0000;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #FF0000;
}

.validation-summary-valid {
    display: none;
}
/* General styles*/
.float-right {
    float: right;
}
/* Search */
div.search {
    padding-left: 10px;
    display: inline;
}

ul.nav li.dropdown:hover > div > ul.dropdown-menu {
    display: block;
    margin: 0;
}

a.menu:after, .dropdown-toggle:after {
    content: none;
}

.modal-body {
    /*max-height: 600px;*/
}

.dropdown-menu.right {
    left: auto;
    right: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { /* display:none;<- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.item-status {
    display: inline-block;
    width: 15px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.new-item { /*background-color:#A7C25A;*/
    /* background-image:url('https://www.glwholesale.com/Images/New.png')*/
    background-image: url('https://www.glwholesale.com/Images/Flag_New.png');
    background-repeat: no-repeat;
}

.closeout-item {
    background-image: url('https://www.glwholesale.com/Images/Flag_Closeout.png');
    background-repeat: no-repeat; /*background-color:#D1EEF7;*/
}

.special-item {
    background-image: url('https://www.glwholesale.com/Images/Flag_Special.png');
    background-repeat: no-repeat; /*background-color:#D1EEF7;*/
}

.backorder-item { /*background-color:#F06560;*/
    background-image: url('https://www.glwholesale.com/Images/Flag_Backorder.png');
    background-repeat: no-repeat;
}

.comingsoon-item { /*background-color:#408CB6;*/
    background-image: url('https://www.glwholesale.com/Images/Flag_ComingSoon.png');
    background-repeat: no-repeat;
}

.unavailable-item { /*background-color:#ED4337;*/
    background-image: url('https://www.glwholesale.com/Images/Flag_Unavailable.png');
    background-repeat: no-repeat;
}

.invoice-item {
    background-image: url('https://www.glwholesale.com/Images/Flag_Blank.png');
    background-repeat: no-repeat;
    color: white;
    padding-top: 5px;
}

.loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: grey;
    opacity: .3;
}

    .loader img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -32px; /* -1 * image width / 2 */
        margin-top: -32px; /* -1 * image height / 2 */
        display: block;
    }

fieldset { /*-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;*/
}

#summary.cart-summary {
    padding-top: 0;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 12px; /*-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;*/
}

#summary dl {
    margin-bottom: 0;
}

#summary div.estimate-freight {
    margin: 3px 0 6px 0;
}

@media screen and (max-width:767px) {
    #summary.cart-summary {
        margin-top: 6px;
    }
}

@media screen and (min-width:768px) {
    #summary.cart-summary {
        margin-top: 0;
    }

    #shoppingCartHeader {
        padding-left: 6px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

.mini-cart {
    display: inline-block;
    padding-bottom: 3px;
    vertical-align: bottom;
    text-transform: uppercase;
}

    .mini-cart i {
        transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        font-size: 16px;
    }

.checkout {
    font-size: small;
}

    .checkout .description {
        font-size: x-small;
    }
/* Special styling for the popover-style login */
.popover.login {
    max-width: none;
}

.form-horizontal.form-compact {
    margin-bottom: 0;
}

    .form-horizontal.form-compact .control-group {
        margin-bottom: 5px;
    }
    /*.form-horizontal.form-compact .control-label{width:65px;}
*/
    .form-horizontal.form-compact .controls {
        margin-left: 85px;
    }

    .form-horizontal.form-compact .form-actions {
        background-color: transparent;
        border-top-style: none;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 85px;
        padding-top: 0;
    }
/* Hide empty,valid Mvc validation messages */
.field-validation-valid:empty {
    display: none;
}

.navbar {
    margin-bottom: 0;
}

.inline-block {
    display: inline-block;
}

.header-links {
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 0px;
    position: relative;
    vertical-align: top;
    font-family: Signika;
}
/*#header-top{height:29px;}*/
.terms a {
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .search-container .form-group {
        margin-bottom: 3px;
    }
}

@media screen and (min-width:768px) { /* TODO:media to xs (if using less,you can use a mixin I think) */
    .header-padded {
        padding: 6px 0 15px 6px;
    }

    .search-container {
        position: relative;
    }

    .terms-container {
        position: relative;
    }

    #header-sub .terms-container .header-padded {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

    #header-sub > .container > .row > .cell {
        height: 100%;
    }

    #header-sub .search-container .form-group {
        bottom: 0;
        left: 0;
        position: absolute;
    }
}

.subnav {
    z-index: 998;
}

.mainnav {
    z-index: 999;
}

.form-small .control-label {
    width: 100px;
}

.form-small .controls {
    margin-left: 120px;
}

.form-medium .control-label {
    width: 180px;
}

.form-medium .controls {
    margin-left: 200px;
}

.form-xlarge .control-label {
    width: 240px;
}

.form-xlarge .controls {
    margin-left: 260px;
}

.control-label-extrasmall {
    width: 100px;
}

.controls-extrasmall {
    width: 100px;
}

.control-label-small {
    width: 180px;
}

.controls-small {
    width: 180px;
}

.control-label-medium {
    width: 240px;
}

.controls-medium {
    width: 240px;
}

form.inline-form {
    display: inline;
}

.my-account {
    padding-top: 7px;
    vertical-align: bottom;
    text-transform: uppercase;
    padding-right: 3px;
    height: 28px;
}

.select-customer {
    padding-right: 3px;
    height: 28px;
}

    .select-customer button {
        width: 29px;
        padding: 0;
    }

ul.login {
    margin-top: 12px;
    vertical-align: bottom;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-us-link {
    padding-top: 6px;
    padding-bottom: 6px;
}

.inline {
    display: inline;
}

.splash-links {
    padding-right: 0;
}

.splash-link {
    padding-top: 12px;
}

.splash-thumb {
    padding-left: 0;
    padding-right: 0;
}

.splash-banner {
    padding-left: 0;
    padding-right: 0;
}

.splash {
    padding-top: 3px;
}
    /*@media screen and (max-width:767px){div.splash-description{padding-left:12px;}
}
*/
    .splash .col1 :first-child {
        padding-top: 0;
    }

/*@media screen and (min-width:768px) and (max-width:1023px) {
    .splash .col2 :first-child {
        padding-top: 0;
    }
}*/
/*.flexisel-list{display:none;}
.nbs-flexisel-container{position:relative;max-width:100%;}
.nbs-flexisel-ul{position:relative;width:9999px;margin:0px;padding:0px;list-style-type:none;text-align:center;}
.nbs-flexisel-inner{overflow:hidden;float:left;width:100%;background:#E4DED0;}
.nbs-flexisel-item{float:left;margin:0px;padding:0px;cursor:pointer;position:relative;line-height:0px;}
.nbs-flexisel-item img{width:100%;cursor:pointer;position:relative;margin-top:10px;margin-bottom:10px;max-width:100px;max-height:300px;}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right{width:22px;height:22px;position:absolute;cursor:pointer;z-index:100;opacity:0.5;}
.nbs-flexisel-nav-left{left:10px;background:url(../images/button-previous.png) no-repeat;}
.nbs-flexisel-nav-right{right:5px;background:url(../images/button-next.png) no-repeat;}
*/
@media screen and (max-width:767px) {
    .category div.right {
        padding: 0 12px 12px 12px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .category div.left {
        padding-left: 0;
    }

    .category div.right {
        margin-left: -20px;
    }
}

@media screen and (min-width:1024px) {
    .category div.right {
        padding: 0 27px 6px 18px;
    }
}

.category-2 {
    padding-top: 6px;
    padding-bottom: 3px;
}

.category-block {
    padding-bottom: 12px;
}
/* homepage sliders */
.pseudo-protector {
    position: relative;
    z-index: 1;
}

.carousel-wrapper {
    margin: 5px 0;
}

@media screen and (min-width:768px) {
    .carousel-wrapper:before,
    .carousel-wrapper:after {
        border-radius: 20px;
        border-style: solid;
        border-width: 20px;
        top: 50%;
        content: " ";
        display: block;
        height: 0;
        position: absolute;
        width: 0;
        z-index: -1;
        display: none;
    }

    .carousel-wrapper:before {
        left: -20px;
    }

    .carousel-wrapper:after {
        right: -20px;
    }
}

.carousel-hero .bx-wrapper .bx-controls-direction a {
    margin-top: -34px;
}

@media screen and (max-width:767px) {
    .product-filters {
        display: none;
    }

   
        div.carousel-wrapper.carousel-half {
            margin-top: 24px;
        }
}

.product-filters input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); /* Opera */
    vertical-align: middle;
    margin-left: 6px;
    height: 18px;
}

.product-filters input[type=text] {
    height: 22px;
}

.product-filters .filter {
    padding: 0;
    margin: 0;
    height: 100%;
}

.product-filters button {
    height: 22px;
}

.product-filters div.description {
    padding-top: 14px;
}
/*colorize the arrows form the slider,position*/
/* end homepage sliders */
@media (min-width:768px ) and (max-width:1023px) {
    #product-filters.affix-top {
        position: static;
        margin-top: 0px;
        z-index: 2;
        width: 727px;
    }

    #product-filters.affix {
        position: fixed;
        top: 0px;
        z-index: 2;
        width: 727px;
    }
}

.row.product-filter-container .col-xs-12 {
    padding: 0;
}

@media (min-width:1024px) {
    #product-filters.affix-top {
        position: static;
        z-index: 2;
        margin-top: 0; /*width:829px;*/
    }

    #product-filters.affix {
        position: fixed;
        z-index: 2;
        top: 0;
        width: 828px;
    }

    .pcat-filter .row.product-filter-container {
        margin: 0;
    }
    /*#pcat-nav-container.affix-top{position:static;margin-top:0px;z-index:2;}
#pcat-nav-container.affix{position:fixed;top:0px;z-index:2;}
*/
}

@media (min-width:1024px) {
    #product-filters.no-sidebar.affix-top {
        position: static;
        z-index: 2;
        margin-top: 0;
        width: 998px;
    }

    #product-filters.no-sidebar.affix {
        position: fixed;
        z-index: 2;
        top: 0;
        width: 998px;
    }
    /*#pcat-nav-container.affix-top{position:static;margin-top:0px;z-index:2;}
#pcat-nav-container.affix{position:fixed;top:0px;z-index:2;}
*/
}

@media (min-width:1024px) {
    #sidebar-pcat.affix-top {
        /*position: static;*/
        margin-top: 10px;
        width: 160px;
    }

    #sidebar-pcat.affix {
        /*position: fixed;*/
        top: 10px;
        width: 160px;
    }
}

.affix, .affix-top {
    position: static;
}

ul.nav.sidenav .sub {
    padding-left: 12px;
}

@media (max-width:767px) {
    .navbar-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .navbar-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .navbar-collapse .dropdown-menu li + li a {
        margin-bottom: 2px;
    }

    .navbar-collapse .dropdown-menu a:hover,
    .navbar-collapse .dropdown-menu a:focus {
        background-color: #f2f2f2;
    }

    .navbar-inverse .navbar-collapse .dropdown-menu a:hover,
    .navbar-inverse .navbar-collapse .dropdown-menu a:focus {
        background-color: #111111;
    }

    .navbar-collapse.in .btn-group {
        padding: 0;
        margin-top: 5px;
    }

    .navbar-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        display: none;
        float: none;
        max-width: none;
        padding: 0;
        margin: 0 15px;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse .open > .dropdown-menu {
        display: block;
    }

    .navbar-collapse .dropdown-menu:before,
    .navbar-collapse .dropdown-menu:after {
        display: none;
    }

    .navbar-collapse .dropdown-menu .divider {
        display: none;
    }

    .navbar-collapse .nav > li > .dropdown-menu:before,
    .navbar-collapse .nav > li > .dropdown-menu:after {
        display: none;
    }
}

.add-product button.incrementor {
    font-size: 18px;
    padding: 3px 6px 3px 6px;
    color: #A7C25A;
}

.add-product img.spinner {
    margin: 0 3px;
}

.add-product button.incrementor img, input {
    vertical-align: top;
}

.quantitySpan input {
    height: 24px;
    width: 45px !important;
    padding: 3px 6px 3px 6px;
}

.checkout-pager {
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #E4DED0;
    vertical-align: middle;
}

    .checkout-pager li {
        height: 31px;
        line-height: 30px;
        vertical-align: middle;
        border-right: dashed;
        border-right-color: #716B6B;
        border-right-width: thin;
        position: relative;
    }

        .checkout-pager li.active:last-child:after {
            border-left-color: #C8C0B4;
        }

@media screen and (max-width:768px) {
    .checkout-pager li {
        border: none;
    }

    .checkout-pager.nav-justified {
        width: 100%;
    }

    .checkout-pager.nav {
        padding-left: 0;
        list-style: none;
    }

    .checkout-pager.nav-justified li {
        display: table-cell;
        width: 1%;
    }
}

.checkout-pager li:last-child:after {
    content: " ";
    display: block;
    width: 12px;
    height: 0;
    margin-top: 0;
    top: 0;
    bottom: 0;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1.5em;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1.5em;
    border-left-color: #E4DED0;
    border-left-style: solid;
    border-left-width: 1.2em;
    position: absolute;
    left: 100%;
    z-index: 2;
}

.checkout-pager li:hover:last-child:after {
    border-left-color: #C8C0B4;
}

@media screen and (min-width:1024px) {
    .checkout-pager li:last-child:after {
        border-top-width: 2em;
        border-bottom-width: 2em;
    }
}

.checkout-pager li:last-child {
    border: none;
}

.checkout-pager li a {
    vertical-align: middle;
}

.checkout-pager li:hover {
    background-color: #C8C0B4;
}

.checkout-pager li a:hover {
    background-color: #C8C0B4;
}

.checkout-pager li.active a:hover {
    background-color: #C8C0B4;
}

.checkout-pager li.active a {
    background-color: #C8C0B4;
}

.checkout-pager li.active {
    background-color: #C8C0B4;
}

.cart-action {
    margin-bottom: 6px;
    text-transform: uppercase;
}

    .cart-action button {
        text-transform: uppercase;
    }

.cart-form {
    margin-bottom: 3px;
}

h2.cart-form {
    font-size: 12px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
}

.form.cart-form {
    padding-left: 6px;
}

.shipping-selection {
    margin-bottom: 0; /*height:31px;*/
}

.btn-group.shipping-selection {
    margin-left: -6px;
}

.shipping-selection button {
    height: 31px;
}

.AboutUs h1 {
    font-size: 12px;
}

span.addToCart-title {
    height: 31px;
    line-height: 30px;
    padding: 0px 6px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 12px;
}

.decrementQtySpan button.decrement-qty {
    padding-left: 0;
}

.incrementQtySpan button.increment-qty {
    padding-right: 0;
}

#results {
    margin-top: 12px;
}

#checkout button[type="submit"].submit-cart {
    margin-top: 0;
}

.firefox-fix {
    position: relative;
}

.cart-summary dd {
    margin-left: 100px;
}

form.updateShipDate input {
    width: 120px;
    padding: 3px;
    margin-top: 6px;
}

form.credit-card input {
    width: 100px;
}

a.product-grid-unavailable {
    text-align: left;
    text-transform: uppercase;
    padding-right: 33%;
}

#productList {
    margin-top: 3px;
}

h5.cart-product-title {
    margin: 3px 0;
}
/*@media screen and (max-width:767px){h5.cart-product-title{width:180px;}
}
*/
@media screen and (min-width:768px) {
    div.logo-small {
        display: none;
    }

    div.productList.list div.product-thumb {
        height: 130px;
    }

    #productList.list div.product-thumb .cart-qty-holder {
        text-align: right;
    }

    #productList.list div.product-thumb .extended-price-holder {
        text-align: right;
        padding-right: 35px;
    }

    div.productList.list div.product-thumb .product-flags {
        position: absolute;
        bottom: 0;
        left: 4px;
    }
}

div.logo-small img 
{
    height:5em;
}

@media screen and (max-width:767px) {
    div.logo-small {
        display: inline-block;
     
    }


    .row.cart-action button {
        padding: 3px;
        font-size: 11px;
    }

    .row.cart-action a {
        padding: 6px 3px 6px 3px;
        font-size: 11px;
    }
}

input.form-control.qty {
    padding: 3px;
}

h1.catalog {
    font-size: 16px;
}
/* hides the spin-button for firefox */
input[type=number] {
    -moz-appearance: textfield;
}
    /* hides the spin-button for chrome*/
    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
/*threesixty-image-rotate*/
.threesixty-image-rotate {
    background: #FFFFFF;
}

    .threesixty-image-rotate .loading-spinner {
        display: block;
        position: absolute;
        z-index: 10000;
        background: #FFFFFF;
        opacity: 0.5;
    }

        .threesixty-image-rotate .loading-spinner:after {
            display: block;
            background-image: url("../images/loading.gif");
            background-size: contain;
            content: '';
            width: 50%;
            height: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            z-index: 100001;
        }

    .threesixty-image-rotate .images-display:hover {
        cursor: grab;
    }

    .threesixty-image-rotate .images-display .images-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .threesixty-image-rotate .images-display .images-list .images-display {
            display: none;
        }

            .threesixty-image-rotate .images-display .images-list .images-display img {
                width: 100%;
                height: auto;
            }

.images-display .active {
    display: block !important;
}

.threesixty-image-rotate .navigation-bar-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
        width: 130px;
        margin: auto;
    }

        .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div {
            width: 30px;
            height: 30px;
            display: inline-block;
            margin: 1px;
            background-size: contain;
        }

            .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div:hover {
                cursor: pointer;
            }

        .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-next {
            background-image: url("../images/next.png");
        }

        .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-previous {
            background-image: url("../images/previous.png");
        }

        .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-play {
            background-image: url("../images/play.png");
        }

.navigation-bar-stop {
    background-image: url("../images/stop.png") !important;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-resize {
    background-image: url("../images/large-size.png");
}

.navigation-bar-resize-small-icon {
    background-image: url("../images/small-size.png") !important;
}

@media screen and (max-width:991px) {
    .active {
        display: block !important;
    }

    li.dropdown.active {
        display: table-cell !important;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
        width: 100px;
        margin: auto;
    }

        .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-resize {
            display: none;
        }
}

div.item-photos
{
    display:inline !important;
}

img.item-photo {
    display: inline !important;
    padding-top:6px;
}

img.img-center
{
    margin: 0 auto;
    display:block;
}

footer 
{
    padding-left:1ex;
}

div.about-us-title
{
    padding-top:2ex;
}

img.filter-image
{
    display:inline;
}

.ui-autocomplete {
    /*
            position: relative;
    top: 0;
    left: -500px;
    cursor: default;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    max-height: 600px;
    overflow-y: auto;
        prevent horizontal scrollbar overflow-x: hidden;
    add padding to account for vertical scrollbar z-index: 1000 !important;*/
    list-style: none;
    z-index: 1000;
    background-color: rgba(255,255,255,1.0);
}

/*.ui-menu {
    position: relative;
    background-color: rgba(255,255,255,1.0);
    max-width: 300px;
    font-size: 18px;
}*/