/* Globals*/
.maxWidth100 {
    max-width: 100px
}

.maxWidth200 {
    max-width: 200px
}

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

/*dropdawn menu*/
.custom-dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
/*make drop down clickable*/
.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-fly {
    width: 400px;
}

.colorStar {
    color: #e4c82c;
}

.colorRss {
    color: #eb5b1c;
}

/*Home page title*/
.page-title {
    min-height: 40px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 20px;
    font-weight: normal;
}

.block-title {
    min-height: 40px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 20px;
    font-weight: normal;
}

/*product category*/
.category-home-page-image {
    min-width: 150px;
    max-width: 300px
}

.category-sub-image {
    min-width: 150px;
    max-width: 200px
}

.category-image-large {
    min-width: 200px
}

.product-image {
    height: 200px;
    width: 100%;
    position: relative;
}

    .product-image img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.product-title {
    /*line-height: 20px;
    height: 40px;*/
}

/*Filter attributes*/
.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        text-align: center;
    }

    .attribute-squares .attribute-square-container {
        display: block;
        position: relative;
        z-index: 0;
        padding: 1px;
    }

    .attribute-squares label {
        display: block;
        margin: 0 !important;
        overflow: hidden;
    }

    .attribute-squares .attribute-square {
        display: table !important;
        width: 32px !important;
        height: 32px !important;
        border: 1px solid #444 !important;
        cursor: pointer;
    }

    .attribute-squares .selected-value .attribute-square-container {
        background-color: #4ab2f1;
    }

    .attribute-squares li input {
        position: relative;
        z-index: -1;
        margin: -32px 0 0;
    }

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

    .tooltip-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-bottom: 7px solid #eeeeee;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .tooltip-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid #FFFFFF;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0px #FFF;
        width: 190px;
    }

/*Pager*/
.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: right;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

        .pager li a,
        .pager li span {
            display: block;
            min-width: 35px;
            height: 35px;
            border: 1px solid #ddd;
            background-color: #eee;
            padding: 8px;
            text-align: center;
            font-size: 14px; /*reset zeroing*/
            cursor: pointer;
            border-radius: 5px;
            font-size: 1.0625rem;
            font-family: var(--header-font-family);
            padding: .3125rem .4rem;
        }

        .pager li span {
            border-color: transparent;
            background-color: #337ab7;
            color: #fff;
            font-size: 1.0625rem;
            font-family: var(--header-font-family);
            padding: .3125rem .4rem;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            font-size: 0;
            color: #fff;
        }

        .pager li.previous-page * {
            background-image: url('../images/prev.png');
        }

        .pager li.next-page * {
            background-image: url('../images/next.png');
        }

        .pager li.first-page * {
            background-image: url('../images/first.png');
        }

        .pager li.last-page * {
            background-image: url('../images/last.png');
        }

        .pager li a:hover {
            border-color: transparent;
            background-color: #ddd;
        }

/*product review*/
.vote {
    display: inline-block;
    padding: 0 5px;
    color: #4ab2f1;
    cursor: pointer;
}

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification-container {
    position: relative;
    z-index: 1;
}

.bar-notification {
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 1px 1px 1px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
    /*  float: left;*/
    padding-bottom: 8px;
}


    .bar-notification.success {
        background-color: #006CF4;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

    .bar-notification .content {
        margin: 10px 0px 3px 0;
        text-align: center;
        display: inline-block;
        width: 80%;
        padding-left:20%;
        line-height: 1.62;
    }

.bar-notification-olc-front .content {
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}


.bar-notification .close {
    display: block;
    float: right;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
    position: absolute;
}


/*fixed datepicker for html helpers*/
.info-date-picker select {
    width: 100px;
    margin-right: 10px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*Checkout progress bar*/
.order-progress {
    margin: 0 0 50px;
    background-color: #f6f6f6;
    padding: 15px 0;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 10px;
    }

    .order-progress a {
        display: block;
        min-width: 70px;
        font-size: 14px; /*reset zeroing*/
        color: #444;
    }

        .order-progress a:before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 auto 15px;
            border: 1px solid #bbb;
            background: #fff url('../images/pointer.png') center no-repeat;
        }

    .order-progress li.active-step a {
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        opacity: 0.3;
        cursor: default;
    }

/*FIX NIVO SLIDER POSITION*/
/* RESPONSIVE */
@media all and (max-width: 1000px) {
    .theme-custom {
        margin: 0 auto 40px !important;
    }
}

@media all and (min-width: 1001px) {
    .theme-custom {
        margin: 0 0 60px !important;
    }
}

/*Windalert*/
.direction-icon img {
    width: 20px;
    height: 20px;
    display: inline;
}


.schedualeDelivery-btn-wrap {
    bottom: 2.1rem;
    left: 9.4625rem;
    z-index: 0;
}

.schedualeDelivery-maxWidth {
    max-width: 175px;
}



.SchedualeDelivery .maxhight {
    height: 40px !important;
}

.SchedualeDelivery .secondheaderwidth {
    font-size: 14px;
    font-weight: bold;
}

    .SchedualeDelivery .secondheaderwidth p {
        line-height: 40px;
    }

.SchedualeDelivery .datepicker {
    background-color: #fff !important;
    background: url(/Themes/BootstrapDC/Content/Images/icons/icons-8-calendar.svg) no-repeat scroll 7px 7px;
    background-position: right;
    background-position-x: calc(100% - 4px);
}

.PortalAccountsList
{
    width:200px;
}


.fancybox-MEHeader {
    background-color: #002147;
    color: white;
    margin-bottom: 15px;
    content: "";
    box-shadow: 0px 0px 8px 2px #000000;
}

.fancybox-MEHeaderPy-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.fancybox-MEHeaderPl-16 {
    padding-left: 16px;
}

.fancybox-MEBotton {
    background-color: #005fae;
    color: white;
    margin-bottom: 15px;
    content: "";
    margin-bottom: 0;
    line-height: 34px;
    padding-top: 6px !important;
    border-radius: 0;
}


.MasterPage .priceheaderproduct {
    border: 1px solid #e6e6e6;
    border-top: none;
    color: #002a49;
    font-family: var(--font-family-vinyl);
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 19px;
    padding-bottom: 5px !important;
}

.ProgressOverlay {
    background-color: transparent;
    /*background-color: #000;*/
    cursor: wait;
    display: none;
    height: 100%;
    Width: 100%;
    position: fixed;
    top: 0;
    opacity: 0.25;
    z-index: 999;
}