﻿html {
    overflow: -moz-scrollbars-vertical;
    overflow: auto;
}

body {
    font: 13px/1.7em 'Arial';
}

p, footer {
    font: 13px/1.7em 'Arial';
}

html {
    min-height: 100%;
    position: relative;
}

html, body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial';
    font-weight: normal;
    margin-top: 0;
}

input,
button,
select,
textarea {
    font-family: 'Arial';
}

label {
    font-weight: 400;
}

a.email {
    text-decoration: underline !important;
}

[class^="icon-"]:not(.ui-icon),
[class*="icon-"]:not(.ui-icon) {
    background: none;
}

[class^="icon-"] {
    background: none;
}

.btn-icon-only {
    padding-right: 6px;
    padding-left: 3px;
}

.table td {
    vertical-align: middle;
}

.chart-holder {
    width: 100%;
    height: 250px;
}

.emphasis-label {
    font-style: italic;
}

.clear {
    clear: both;
}

.fa {
    font-size: 20px;
}

.h3, h3 {
    font-size: 20px;
}

/*------------------------------------------------------------------
[ Main / .main ]
*/
.main {
    padding-bottom: 3em;
}
/*------------------------------------------------------------------
[ Error / .error-container ]
*/
.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

    .error-container h1 {
        margin-bottom: .5em;
        font-size: 120px;
        line-height: 1em;
    }

    .error-container h2 {
        margin-bottom: .75em;
        font-size: 28px;
    }

    .error-container .error-details {
        margin-bottom: 1.5em;
        font-size: 16px;
    }

    .error-container .error-actions a {
        margin: 0 .5em;
    }

.form-control {
    height: 34px;
    padding: 5px 5px;
    font-size: 13px;
}

/*Alert Message Styles */
.alert-danger {
    color: white;
    background-color: #ae3232;
    border-color: #8a0000;
    position: fixed;
    z-index: 100;
    width: 35%;
    left: 35%;
    top: 30%;
    min-height: 85px;
}

.alert-warning {
    color: white;
    background-color: #ae3232;
    border-color: #8a0000;
    position: fixed;
    z-index: 100;
    width: 35%;
    left: 35%;
    top: 30%;
    min-height: 85px;
}

.alert-info {
    color: white;
    background-color: #55aadd;
    border-color: #4488b0;
    position: fixed;
    z-index: 100;
    width: 35%;
    left: 35%;
    top: 30%;
    min-height: 85px;
}

.alert-success {
    color: white;
    background-color: #8dc353;
    border-color: #6bb120;
    position: fixed;
    z-index: 100;
    width: 35%;
    left: 35%;
    top: 30%;
    min-height: 85px;
}

.close {
    opacity: 1;
}

.inline {
    display: inline;
}
/*------------------------------------------------------------------
    [flexisel]
*/
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 43px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
    top: 50%;
    margin-top: -22px;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(/Content/images/button-previous.png) no-repeat;
}

    .nbs-flexisel-nav-left.disabled {
        opacity: 0.4;
    }

    .nbs-flexisel-nav-right.hidden,
    .nbs-flexisel-nav-left.hidden {
        display: none;
    }

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(/Content/images/button-next.png) no-repeat;
}

    .nbs-flexisel-nav-right.disabled {
        opacity: 0.4;
    }

/*------------------------------------------------------------------
    [flexisel] end
*/
/*------------------------------------------------------------------
    [ProductFunnel - Search header]
*/
select.product-list-selector {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    background-image: url(../Content/images/caret.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    border: 1px solid #ccc;
    padding: 2px 7px;
    padding-right: 25px;
}

    select.product-list-selector::-ms-expand {
        display: none;
    }

.search-result {
    float: left;
    margin: 9px 5px 0 0;
    display: flex;
}

    .search-result h3 {
        margin-bottom: 0;
        font-size: 18px;
    }

.cart-upoad-later {
    font-size: 52px;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px;
}

.custom-search-form .input-group,
.custom-search-form .input-group .form-group,
.custom-search-form .input-group .form-group .form-control,
.top-search-holder .input-group,
.top-search-holder .input-group .form-group,
.top-search-holder .input-group .form-group .form-control {
    width: 100%
}

    .custom-search-form .input-group .form-group input.form-control[name="searchWords"],
    .top-search-holder .input-group .form-group input.form-control[name="searchWords"] {
        padding-left: 15px;
    }

    /* Clear button styles
--------------------------------------------- */
    .custom-search-form .input-group .form-group .form-control::-ms-clear,
    .top-search-holder .input-group .form-group .form-control::-ms-clear {
        display: none;
    }

    .custom-search-form .input-group .form-group .form-control-clear,
    .top-search-holder .input-group .form-group .form-control-clear {
        z-index: 10;
        pointer-events: auto;
        cursor: pointer;
    }

    .custom-search-form .input-group .form-group .form-control-clear {
        height: 40px;
        line-height: 40px;
    }

.header-flyout-link .elc-icon {
    font-style: normal;
    font-weight: 400;
    text-align: center;
    -mos-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    font-size: 2em;
}

/*------------------------------------------------------------------
[ Navbar / .navbar ]
*/

.navbar .navbar-header .navbar-brand {
    background-image: url(logo.png);
    width: 65%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.navbar.navbar-inverse .navbar-form .search-query {
    width: 225px;
    margin-top: 1px;
    margin-left: 22px;
    background-color: #3f3f3f;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    border-color: #333;
    border-radius: 4px 0px 0px 4px;
}

.navbar-form .btn-group-sm > .btn, .btn-sm {
    border-radius: 0px 3px 3px 0px;
}

.navbar-form input.form-control {
    border-radius: 15px;
}

.search-btn {
    width: 1% !important;
}

.items-cart-inner {
    margin: 5px 0 0;
}

.animate-dropdown .open > .dropdown-menu, .animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}

.nav > li > .mega-menu .yamm-content {
    padding: 10px 20px;
}

.yamm .dropdown-menu li {
    line-height: normal;
    padding: 0px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mega-menu .yamm-content ul > li {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.nav > li > .mega-menu .yamm-content ul > li > a {
    line-height: 26px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

.yamm .dropdown-menu li a {
    color: #3D3D3D;
    line-height: normal;
    text-transform: none;
    display: block;
    padding: 8px 5px;
}

.mega-menu .yamm-content ul > li > a {
    line-height: normal;
    padding: 0px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 3px;
    padding-bottom: 3px;
}

.mega-menu .yamm-content ul > li {
    padding: 2px 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-container .header-nav {
    background: white;
}

    .header-container .header-nav .navbar-default {
        border: medium none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0);
        margin: 0;
        min-height: auto;
    }

        .header-container .header-nav .navbar-default .navbar-collapse {
            padding: 0;
        }

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: gray;
}

.header-container .header-nav .dropdown-menu.pages {
    max-width: 265px;
}

.header-container.header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 11px 15px;
    text-transform: uppercase;
    -webkit-transitio: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    font-weight: normal;
    letter-spacing: 0.5px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.row.middle-horizontal {
    position: relative;
}

.middle-horizontal.top-cart-row {
    display: block;
    height: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -35px;
}

.header-main .logo {
    min-height: 70px;
}

    .header-main .logo > a > img {
        max-width: 190px;
        max-height: 190px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.seeMore {
    font-style: italic;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
        position: absolute;
        min-height: 100.5%;
        border-top-left-radius: 0;
        border-radius: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

    .dropdown-submenu i.fa.fa-caret-right {
        float: right;
        color: #ccc;
        padding-right: 10px;
        padding-left: 15px;
    }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #ccc;
}

.dropdown-all {
    padding-right: 5px;
    font-size: 13px;
}

.col-menu {
    padding-right: 0;
    position: static;
}

ul.columns {
    display: flex;
    flex-flow: column wrap;
    max-height: 370px;
    list-style: none;
    padding-left: 30px;
}

.links {
    list-style: none;
    padding-left: 0;
}

.mega-menu {
    padding: 3px 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
}

li.dropdown.navbar-right.special-menu a {
    text-decoration: none !important;
    color: #777;
}

li.dropdown.navbar-right.special-menu {
    text-decoration: none !important;
    color: #777;
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
}

.navbar-nav > li > a {
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border-color: inherit;
}

.nav > li > a:focus, .nav > li > a:hover,
.nav > li > a:focus, .nav > li > a:focus,
.nav > li > a:focus, .nav > li > a:active {
    text-decoration: underline;
    background-color: transparent;
    color: white;
}

.navbar-subheader .container-fluid {
    padding-left: -15px;
    margin-left: -15px;
}


/*------------------------------------------------------------------
[ Footer ]
*/
.footer {
    min-height: 250px;
    margin-top: 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
    font-size: 12px;
    background: #111;
    -webkit-box-shadow: inset 0 1px 0 #cccccc;
    box-shadow: inset 0 1px 0 #cccccc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .footer a:hover {
        text-decoration: none;
    }

.scrollWrapper {
    overflow: scroll;
    height: 150px;
}

.header-main .top-search-holder .search-area .search-button {
    border-radius: 0px 30px 30px 0px;
    display: inline-block;
    float: right;
    margin: 0px;
    padding: 7px 15px 7px;
    text-align: center;
    color: white;
}

.header-main .top-search-holder .search-area {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 13px 0 0;
    background: #fff;
    border-radius: 30px !important;
    border: 1px black solid;
}

header {
    margin-bottom: 20px;
}

#footer-sub {
    border-top: 1px solid #dbdbdb;
}

#footer-main {
    border-top: 1px solid #ccc;
}

#footer-sub a:link {
    text-decoration: none;
    font-size: 14px;
}

#footer-sub hr {
    margin: 5px;
    border-color: #ccc;
}

.footer-border {
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
}

.footer .container-fluid {
    position: relative;
}

.header-flyout-link {
    background: transparent;
    border: none;
}

a.dropdown-toggle.header-flyout-link {
    padding-top: 12px;
}

button.header-flyout-link {
    padding-top: 12px;
}

#footer-sub ul {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 15px;
}

.footer .company-name {
    font-size: 14px;
    font-weight: bold;
}

.social-media-footer {
    position: absolute;
    top: 0;
    right: 15px;
}

    .social-media-footer i.fa {
        padding-left: 4px;
    }

a.dropdown-toggle.header-flyout-link > .header-flyout-name > .ellipsify-name {
    min-width: 75px;
    text-align: center;
}

.arrange-fit {
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    float: right;
}

.navbar-default .navbar-nav > li > .header-flyout-link {
    color: white;
}

.contact-us-info {
    text-align: center;
    margin-top: 50px;
}

.contact-us-footer {
    display: inline-block;
    text-align: center;
    padding-left: 0;
}

.ui-dialog {
    border-color: rgba(46, 109, 164, 1);
}

.ui-dialog-content {
    padding-top: 16pt !important;
    font-size: 18pt;
}

.ui-dialog-titlebar-close {
    display: none;
    visibility: hidden;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
    width: 75% !important;
}

.ui-dialog.ui-widget.ui-widget-content[role="dialog"][aria-describedby="pleaseWaitModal"] {
    position: fixed;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(/Scripts/jquery-ui-1.11.2/images/ui-icons_ffffff_256x240.png);
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: white;
    color: #333333;
}

.ui-dialog-content {
    padding-top: 16pt !important;
    font-size: 18pt;
}

.contactUsHeader tr th {
    border: none !important;
}

.contactUsBody > tr > td {
    border: none !important;
}

.contactUs {
    padding: 8px;
}

.contactUsCheckbox {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.checkbox-control {
    margin: 0 20px 0 0;
}

    .checkbox-control input[type=checkbox] {
        margin: 0 5px 0 0;
        float: left;
    }

.contactUs .form-group div {
    padding-left: 0;
    padding-right: 0;
}

.field-validation-error {
    color: red;
}

.input-validation-error {
    border: 1px solid red;
}

.contactUs label {
    font-weight: normal;
}

.contactUsHeader h4 {
    font-weight: bold;
}

.contactUsFormContainer {
    padding-top: 8px;
}

.contactUsBody .contact-us-adress p {
    margin: 0;
}

.contactus-btn-container {
    text-align: center;
}

    .contactus-btn-container .contactus-btn {
        width: 100px;
        margin-left: 5px;
        margin-right: 5px;
    }

td.contact-us-colspan {
    padding-left: 44px !important;
}

.contact-us-icon {
    width: 30px;
}

.col-item {
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    background: #FFF;
    margin-bottom: 20px;
}

    .col-item:hover {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    }

    .col-item .photo img {
        margin: 0 auto;
        width: 100%;
        min-height: 248px;
        max-height: 248px;
    }

        .col-item .photo img.indicatorImage, img.indicatorImage {
            z-index: 10;
            width: 75px;
            float: left;
            position: absolute;
            top: 15px;
            min-height: 20px;
        }

.featuredItemContainer .photo div img.indicatorImage {
    z-index: 10;
    width: 75px;
    min-height: 35px;
    float: left;
    position: relative;
}

.col-customize.category-select div.category-info {
    font-weight: 700;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
    min-height: 3.6em;
    text-align: center;
    margin-left: 10px;
}

    .col-customize.category-select div.category-info span.category-name:hover {
        text-decoration: underline;
    }

    .col-customize.category-select div.category-info span.category-name {
        text-align: center;
        max-height: 3.6em;
    }

.col-customize.category-select .col-item .thumbnail {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.col-customize .info h5.price-text-color span {
    vertical-align: top;
}

    .col-customize .info h5.price-text-color span b {
        font-size: 18px;
    }

.col-customize.category-select .thumbnail img,
.col-customize .col-item .photo a img {
    width: 100%;
    height: auto;
    min-height: 0 !important;
    max-height: none !important;
}

/*------------------------------------------------------------------
[ Modal / .modal ]
*/
.modal {
    border: none;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.modal-header {
    padding: 17px 20px;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#444444), to(#2d2d2d));
    background-image: -webkit-linear-gradient(top, #444444, 0%, #2d2d2d, 100%);
    background-image: -moz-linear-gradient(top, #444444 0%, #2d2d2d 100%);
    background-image: linear-gradient(to bottom, #444444 0%, #2d2d2d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff2d2d2d', GradientType=0);
    border: 1px solid #111111;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

    .modal-header h1,
    .modal-header h2,
    .modal-header h3,
    .modal-header h4,
    .modal-header h5,
    .modal-header h6 {
        margin-bottom: 0;
        color: #ffffff;
        font-weight: 400;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .modal-header .close {
        color: #ffffff;
        opacity: 100;
        filter: alpha(opacity=10000);
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        font-size: 30px;
    }

/*------------------------------------------------------------------
[ Back to Top / #back-to-top ]
*/ #back-to-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    border: solid 1px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    /*/ IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    /* IE 5-7 */
    filter: alpha(opacity=75);
    /*/ Netscape */
    -moz-opacity: 0.75;
    /* Safari 1.x */
    -khtml-opacity: 0.75;
    /* Good browsers */
    opacity: 0.75;
}

    #back-to-top:hover {
        /*/ IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
        /*/ Netscape */
        -moz-opacity: 1.0;
        /* Safari 1.x */
        -khtml-opacity: 1.0;
        /* Good browsers */
        opacity: 1.0;
    }

.remove-padding {
    padding-left: 0;
    padding-right: 0;
}

.contactUs .form-group.contact-info {
    height: 83px;
    margin-bottom: 3px;
    font-size: 14px;
}

.contactUs .contact-message {
    margin-top: 8px;
}

.contact-us-email {
    word-break: break-all;
}

.glyphicon-search {
    font-size: 16px;
}

.btn-search {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .btn-search .glyphicon-search {
        top: 3px;
    }

.custom-tooltips {
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 1.2em;
    max-height: 1.2em;
    text-align: justify;
    margin-right: -0.5em;
    padding-right: 1.5em;
}

    .custom-tooltips .ellipsis {
        position: absolute;
        right: 5px;
        bottom: 0;
        z-index: 89;
    }

/*------------------------------------------------------------------
    [ProductFunnel - Filtering - Filter pannels]
*/

.filter-panel {
    padding-right: 0;
}

    .filter-panel .filter-panel-container .filter-panel-title {
        height: 25px;
        margin-top: 7px;
    }

.product-list {
    padding-left: 0;
    padding-right: 0;
}

.filter-container {
    margin: 5px 0;
    padding-left: 10px;
}

.filter-title {
    position: relative;
    cursor: pointer;
}

    .filter-title i.fa {
        position: absolute;
        right: 0;
        line-height: 22px;
        top: 0;
        font-size: 14px;
    }

.filter-items {
    margin-top: 10px;
}

.filter-button {
    font-weight: bold;
    text-decoration: underline;
}

.see-less {
    display: none;
}

.see-less, .see-all {
    font-size: 10px;
}

.filter-button-container {
    height: 15px;
    text-align: right;
}

.clear-items {
    float: right;
}

.tag {
    margin: 5px 5px 5px 0;
    line-height: 22px;
    color: #5d5d5d;
    border-color: #dadada;
    background: #fff;
    display: inline-block;
    padding: 2px 5px 2px 7px;
    border: 1px solid #e9e9e9;
    font-size: 13px;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    -o-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    opacity: 1;
    margin-right: 8px;
    white-space: nowrap;
}

.close-tag {
    position: relative;
    top: -3px;
    width: 15px;
    height: 15px;
    opacity: 0.3;
    padding-left: 5px;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}

    .close-tag:hover {
        opacity: 1;
    }

.checkbox-item {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: text-bottom;
    padding: 5px 0;
}

.item-text {
    margin-left: 5px;
    color: #757575;
}

.items-container {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .items-container .filter-item .item-container {
        width: 100%;
        cursor: pointer;
        position: relative;
        height: 20px;
        line-height: 20px;
        margin: 0;
        overflow: hidden;
    }

        .items-container .filter-item .item-container .label-cursor {
            cursor: pointer;
            position: absolute;
            display: block;
            line-height: 20px;
            height: 20px;
            padding-left: 5px;
            /*text-align: justify;
            padding-right: 1.5em;
            margin-right: -0.5em;*/
            top: 0;
            left: 17px;
            right: 0;
            white-space: nowrap;
        }

            .items-container .filter-item .item-container .label-cursor .ellipsis {
                position: absolute;
                right: 0;
                bottom: 0;
                z-index: 89;
                background-color: #ffffff;
                padding-left: 5px;
            }


/* Customize the label (the container) */
.filter-item {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 10px;
}

    /* Hide the browser's default checkbox */
    .filter-item input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .filter-item .checkmark {
        position: absolute;
        cursor: pointer;
        top: 2px;
        left: 0;
        height: 14px;
        width: 14px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .filter-item:hover input ~ .checkmark {
        background-color: #ccc;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .filter-item .checkmark.un-checked span {
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .filter-item input:checked ~ .checkmark.checked span {
        display: block;
        position: relative;
    }

    /* Style the checkmark/indicator */
    .filter-item .checkmark.checked span {
        left: 4px;
        width: 6px;
        height: 10px;
        border: solid gray;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/*---------------------------------*/
.shareOptions {
    float: right;
    margin-right: -60px;
}

hr {
    border-color: #cccccc;
}

.product-title {
    font-weight: bold;
    float: left;
}

.primary-image {
    border: none;
}

.item-number {
    font-size: 16px;
    color: #555555
}

p.marketing-desc {
    font-size: 16px;
    color: #555555;
    font-style: italic;
}

.overview-desc {
    font-size: 14px;
    color: #555555;
    padding-left: 15px;
}

/*-----------------------------------------------------------------
    Listing
*/
.listing-header {
    display: block;
    width: 100%;
    min-height: 46px;
}

    .listing-header .selected-filters-container {
        position: absolute;
        left: 15px;
    }

    .listing-header .pagination-container {
        right: 15px;
    }

.clear-all-filter {
    position: absolute;
    top: 7px;
    right: 3px;
}

.selected-items {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 115px;
}

.listing-footer {
    display: block;
    width: 100%;
    height: 36px;
}

.pagination-container {
    position: absolute;
    right: 0;
    top: 3px;
}

.sorter, .filter {
    display: inline;
    float: right;
    font-size: 14px;
    padding-left: 20px;
}

/*------------------------------------------------------------------
[ Pagination / .pagination ]
*/
ul.pagination li a {
    padding: 0 10px;
    margin-right: .25em;
    margin-left: .25em;
    color: #444;
    line-height: 32px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul.pagination li.active a {
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    background-color: #F90;
    border-color: #F90;
}

    ul.pagination li.active a:hover {
        background-color: #F90;
        border-color: #F90;
    }

.pager li {
    margin-right: .25em;
    margin-left: .25em;
}

    .pager li > a {
        color: #444;
        padding: 0;
        border: none;
    }

    .pager li.active a {
        font-weight: bolder;
        text-decoration: underline;
    }

    .pager li a:hover {
        text-decoration: underline;
    }

.pager {
    margin: 5px 0;
}

/*------------------------------------------------------------------
    [ProductFunnel - Product Items]
*/
.col-customize .info h5 {
    font-size: 13px !important;
}

.col-customize .info .product-design,
.col-customize .info .product-options {
    height: 30px;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: 400 !important;
    text-decoration: underline;
}

.col-customize .info .product-options {
    text-align: center;
}

.col-customize .info h5.price-text-color {
    position: absolute;
    vertical-align: top;
    bottom: 28px;
    margin-bottom: 0;
}

.col-customize.category-select div.category-info {
    font-weight: 700;
    padding: 0 10px 0 10px;
    margin-bottom: 5px;
    min-height: 3.6em;
}

    .col-customize.category-select div.category-info span.category-name:hover {
        text-decoration: underline;
    }

    .col-customize.category-select div.category-info span.category-name,
    .col-customize .info h5.product-name a {
        overflow: hidden;
        position: relative;
        display: block;
        line-height: 1.2em;
        max-height: 3.6em;
        text-align: justify;
        margin-right: -0.5em;
        padding-right: 1.5em;
    }

    .col-customize.category-select div.category-info span.category-name {
        text-align: center;
    }

        .col-customize.category-select div.category-info span.category-name .ellipsis,
        .col-customize .info h5.product-name a .ellipsis,
        ul li .ellipsis {
            position: absolute;
            right: 5px;
            bottom: 0;
            z-index: 89;
        }

.col-customize.category-select .col-item .thumbnail {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.col-customize .info h5.price-text-color span {
    vertical-align: top;
}

    .col-customize .info h5.price-text-color span b {
        font-size: 18px;
    }

/*------------------------------------------------------------------
    [ProductFunnel - Product Items - Variants selection]
*/

.col-customize .swatch-plus,
.col-customize .swatch {
    border: 1px solid #ccc;
    cursor: pointer;
    height: 22px;
    width: 22px;
    margin: 0 1px 0 1px;
    padding: 0;
    display: inline-block;
    line-height: 22px;
    font-size: 22px;
}

.col-customize .swatch-plus {
    padding-left: 1px;
}

.col-customize .swatch img {
    vertical-align: top;
    width: 20px;
    height: 20px;
}


.popover.fade.in {
    background: white;
    opacity: 1
}

.col-customize .product-sku a, .col-customize .price-text-color a {
    text-decoration: none;
    color: #555;
}

.newbulletin {
    margin: 0;
    background: #ccc;
}

.ui-dialog.ui-widget.ui-widget-content[role="dialog"][aria-describedby="pleaseWaitModal"] {
    position: fixed;
}

#confirmRemoveCartItem.modal,
.cfm-center-modal.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #confirmRemoveCartItem.modal:before,
    .cfm-center-modal.modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

#confirmRemoveCartItem.modal > .modal-dialog,
.cfm-center-modal.modal > .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.ellipsify-name .caret {
    display: inline-block;
    float: right;
    margin-top: 6px;
}

.name-block {
    display: inline-block;
}

.sub-table {
    width: 100%;
    margin-bottom: 0 !important;
}

.agreeTerm {
    vertical-align: top;
}

.order-summary-note {
    padding: 10px;
}

.footer-links ul {
    padding-bottom: 15px;
}

.mega-menu {
    padding: 3px 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 100%;
    position: absolute;
    top: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
}

ul.columns {
    height: auto;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 992px) {
    .columns {
        -moz-column-count: auto;
        -webkit-column-count: auto;
        column-count: auto;
        height: auto;
        list-style: none;
    }
}

.seeMore {
    font-style: italic;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 0;
    top: 0px;
    left: 100%;
    margin-top: -1px;
    border-top-left-radius: 0;
    position: absolute;
    height: auto;
}

/*------------------------------------------------------------------
    [ProductFunnel - Listing grid with 5 columns]
*/
@media (min-width: 1200px) {
    .col-customize {
        width: 20%;
        float: left;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
        border: 1px #ccc;
        height: auto !important;
        min-height: 325px;
    }
}

.col-customize .col-item .info {
    padding: 0 10px 0 10px;
    min-height: 125px !important;
    max-height: none !important;
    margin-bottom: 28px;
    text-align: left !important;
}

.col-customize.category-select .thumbnail img,
.col-customize .col-item .photo a img {
    width: 100%;
    height: auto;
    min-height: 0 !important;
    max-height: none !important;
}


/*price filter style*/
.slider-container {
    margin-left: 10px;
}

.min-price {
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}

.max-price {
    float: right;
    padding-right: 5px;
    padding-top: 10px;
}

.ui-slider {
    position: relative;
    width: auto;
    height: 3px;
    margin: 0 4px 15px 10px;
    background-color: #ececec;
}

.ui-slider-range {
    position: absolute;
    height: 3px;
    background-color: gray;
}

.ui-slider-handle {
    position: absolute;
    top: -5px;
    width: 8px !important;
    height: 15px;
    margin-left: -4px;
    outline: 2px solid #fff;
    background: gray url('/Content/images/handle.png') bottom no-repeat !important;
    border-radius: 0px !important;
}

.ui-slider .ui-slider-range {
    border-color: gray;
}

.ui-slider .ui-slider-handle.ui-state-active {
    border: none;
}

.priceRangeMinMaxPanel {
    height: 40px
}

.filter-price-items {
    display: none;
    margin-top: 10px;
}

/*------------------------------------------------------------------
[ Slider / .ui-slider ]
*/
.slider.slider-horizontal {
    width: 100%;
}

.slider-handle.max-slider-handle.custom {
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.slider.slider-horizontal .slider-track {
    width: auto;
    right: 10px;
    left: 10px;
    height: 1px;
    border: 1px solid #777;
}

.slider.slider-horizontal .slider-handle.custom {
    width: 8px !important;
    height: 15px;
    outline: 2px solid #fff;
    background: gray url('/Content/images/handle.png') bottom no-repeat !important;
    border-radius: 0 !important;
}

    .slider.slider-horizontal .slider-handle.custom:before {
        content: '';
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 25px;
        height: 16px;
        background: url(../img/jquery/handle.png) no-repeat;
        border: none;
        cursor: pointer;
    }

        .ui-slider .ui-slider-handle:hover {
            background-position: 0 -16px;
        }

        .ui-slider .ui-slider-handle:active {
            background-position: 0 -16px;
        }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        height: 6px;
        font-size: .7em;
        display: block;
        border: 1px solid #FFF;
        border-bottom-left-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top-right-radius: 6px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#cccccc), to(#bdbdbd));
        background-image: -webkit-linear-gradient(top, #cccccc, 0%, #bdbdbd, 100%);
        background-image: -moz-linear-gradient(top, #cccccc 0%, #bdbdbd 100%);
        background-image: linear-gradient(to bottom, #cccccc 0%, #bdbdbd 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffbdbdbd', GradientType=0);
        border-color: #b3b3b3;
    }

    .ui-slider.slider-primary .ui-slider-range {
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffa929), to(#ff9d0a));
        background-image: -webkit-linear-gradient(top, #ffa929, 0%, #ff9d0a, 100%);
        background-image: -moz-linear-gradient(top, #ffa929 0%, #ff9d0a 100%);
        background-image: linear-gradient(to bottom, #ffa929 0%, #ff9d0a 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa929', endColorstr='#ffff9d0a', GradientType=0);
        border-color: #cc7a00;
    }

    .ui-slider.slider-secondary .ui-slider-range {
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#242424));
        background-image: -webkit-linear-gradient(top, #333333, 0%, #242424, 100%);
        background-image: -moz-linear-gradient(top, #333333 0%, #242424 100%);
        background-image: linear-gradient(to bottom, #333333 0%, #242424 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff242424', GradientType=0);
        border-color: #1a1a1a;
    }

    .ui-slider.slider-tertiary .ui-slider-range {
        background-image: -webkit-gradient(linear, left 0%, left 100%, from(#777777), to(#686868));
        background-image: -webkit-linear-gradient(top, #777777, 0%, #686868, 100%);
        background-image: -moz-linear-gradient(top, #777777 0%, #686868 100%);
        background-image: linear-gradient(to bottom, #777777 0%, #686868 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff686868', GradientType=0);
        border-color: #5e5e5e;
    }

.ui-slider-horizontal {
    height: 12px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -4px;
        margin-left: -0.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: -1px;
        height: 110%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: 11px;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -3px;
        margin-left: 0;
        margin-bottom: -0.6em;
        width: 15px;
        height: 24px;
        background: url(../img/jquery/handle-vertical.png) no-repeat;
    }

        .ui-slider-vertical .ui-slider-handle:hover {
            background-position: 0 -24px;
        }

        .ui-slider-vertical .ui-slider-handle:active {
            background-position: 0 -24px;
        }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 9px;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.center {
    text-align: center;
}

.value {
    text-align: right;
}

.nav-tabs {
    border-bottom: none;
}

.fade.in {
    background: rgba(0, 0, 0, 0.5);
}

.nav > li > a:focus, .nav > li > a:focus,
.nav > li > a:focus, .nav > li > a:active {
    text-decoration: underline;
    background-color: transparent;
    color: white;
}

.pricing-tabs .nav > li > a:focus,
.pricing-tabs .nav > li > a:focus, .pricing-tabs .nav > li > a:focus,
.pricing-tabs .nav > li > a:focus, .pricing-tabs .nav > li > a:active {
    text-decoration: none;
    color: #444444;
    border-top-width: 0;
    border: 1px solid transparent;
    font-weight: bold;
}

.pricing-tabs .nav-tabs > li.active > a {
    font-size: 14px;
    margin-top: -3px;
}

.pricing-tabs .nav-tabs > li > a {
    font-size: 12px;
    text-align: center;
    margin-bottom: 2px;
}

.pricing-tabs .nav-tabs > li.active > a,
.pricing-tabs .nav-tabs > li.active > a:focus {
    border-top: 1px solid white;
    text-decoration: none;
    background-color: white;
    border-right: none;
    border-left: none;
    margin-left: 2px;
    color: #444444;
    font-weight: bold;
}

.pricing-tabs .nav > li > a:hover {
    text-decoration: none;
    color: #555;
    border-color: transparent;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.pricing-tabs .nav-tabs li {
    min-width: 105px;
    border-bottom: 3px solid #d4d4d4;
}

    .pricing-tabs .nav-tabs li.active {
        border-bottom: 3px solid #444444;
    }

.table > tbody > tr > td {
    border-right: 1px solid #d4d4d4;
    border-top: none !important;
}

.table > thead > tr > th {
    border-right: 1px solid #d4d4d4;
    border-bottom: none;
}

.tab-content {
    margin-top: 15px;
}

.can-pricing {
    margin-top: 10px !important;
    margin-left: 10px !important;
    background-color: white;
    border-bottom: none !important;
}

.item-price {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
}

.item-quantity {
    font-size: 16px;
    color: #555555;
    font-weight: normal;
    min-width: 95px;
}

#USpriceTable td:last-child, #USpriceTable th:last-child {
    border-right: none;
}

#artworkSetupFeeRetailVal {
    float: right;
    font-size: 14px;
}

.item-number {
    font-size: 16px;
    color: #555555;
}

/*Contact us*/
.notification {
    display: none;
}

    .notification div {
        height: 60px;
    }

    .notification i {
        font-size: 40px;
        padding-right: 20px;
    }

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video-header {
    color: #fff;
    font-size: 20px;
}

i.fa.fa-youtube-play.fa-4x.altImage {
    color: transparent;
}

.video-btn {
    text-align: center;
    width: 80px;
    height: 80px;
    margin: 2px 0 15px -20px;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

#alternateImgVertical .video-btn {
    margin: 0;
}

.modal-video {
    width: 100%;
    max-width: 725px;
}

.modalImage {
    width: 500px;
    position: relative;
}

.modalImageLarge {
    width: 1000px;
    position: relative;
}

.modal-image {
    width: 100%;
    margin: 10px;
}

.flexcroll::-webkit-scrollbar-thumb:active {
    background-color: gray;
    border: 1px solid #333333;
}

.flexcroll::-webkit-scrollbar-track {
    border: 1px #b2b2b2 solid;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 6px #b2b2b2 inset;
}

.selected {
    border: 2px solid #666666 !important;
}

.video-header {
    color: #fff;
    font-size: 20px;
}

.video-btn .selected {
    border: none !important;
}

i.fa.fa-youtube-play.fa-4x.altImage {
    color: transparent;
}
/*      New style for alternate images input desktop views     */
#imgScroll {
    width: 100px;
    height: 340px;
    margin-bottom: 5px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
}

    #imgScroll .thumbnail {
        text-align: center;
        float: left;
        display: inline;
    }

    #imgScroll ~ .video-btn {
        margin: 0;
    }

    #imgScroll::-webkit-scrollbar {
        width: 6px;
    }

.leftside-images {
    padding: 0;
}

.product-detail {
    padding-left: 0;
    padding-right: 30px;
}

#product-info-tabs-desktop {
    padding: 0;
    padding-top: 20px;
}

    #product-info-tabs-desktop .product-tabs {
        padding: 0;
    }

/*  ----------------------------------------------------    */
/*      New style for images mobile views     */
#alternateCarousel .carousel-indicators {
    position: static;
    bottom: auto;
    left: auto;
    width: auto;
    margin-left: auto;
    top: auto;
}

    #alternateCarousel .carousel-indicators li {
        display: inline-block;
        width: 9px;
        height: 9px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #D4D4D4;
        border: 1px solid #ddd;
        border-radius: 10px;
    }

    #alternateCarousel .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: white;
    }

#alternateCarousel .carousel-inner {
    touch-action: none;
}

    #alternateCarousel .carousel-inner .video-btn {
        margin: auto;
        width: 100%;
        height: 100%;
        text-align: center;
    }

        #alternateCarousel .carousel-inner .video-btn:after {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        #alternateCarousel .carousel-inner .video-btn i {
            bottom: 0;
            height: 60%;
            position: absolute;
            margin-left: -17px;
        }

    #alternateCarousel .carousel-inner .variantColorItem {
        border: none;
    }

        #alternateCarousel .carousel-inner .variantColorItem:after {
            display: none;
        }

/*  ----------------------------------------------------    */
.detailShots {
    width: 80px;
    height: 80px;
    margin-right: 2px;
    display: inline-block;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
}

.video-btn div {
    height: 70px;
}

#mainPlayerIcon, #popUpPlayerIcon {
    margin-top: 20px;
    font-size: 35px;
}

.modal-header {
    padding: 17px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#player {
    margin-left: -12px;
}

.modal-open {
    padding-right: 0 !important;
}

#alternateImgVertical {
    margin-left: -30px;
    width: 103px;
    height: 200px;
    margin-bottom: 15px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

    ::-webkit-scrollbar:vertical {
        width: 12px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

#fullSizeImage {
    width: 100%;
}

.product-detail-mobile .video-btn {
    margin-left: -30px;
}

#ArtSetupDisclaimerCAN {
    color: red;
    font-size: 12px;
}

#canImage {
    height: 30px;
    margin-left: 0px;
}

.table-responsive {
    border: none;
    overflow-x: hidden;
    padding-bottom: 10px;
}

.price-content {
    overflow-x: auto;
}

    .price-content::-webkit-scrollbar {
        display: none;
    }

.link-back.quick-links {
    padding-bottom: 10px;
}

.returnLink {
    color: black;
    font-size: 14px;
    padding-top: 0px;
    font-weight: bold;
    margin-left: -35px;
    margin-right: -35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.product-tabs-header .nav-tabs > li.active > a, .product-tabs-header .nav-tabs > li.active > a:focus, .product-tabs-header .nav-tabs > li.active > a:hover {
    text-decoration: none;
    padding: 12px 0px;
    font-size: 17px;
    color: #444444;
    font-weight: bold;
    background-color: #FFFFFF;
}

.product-tabs-header .nav-tabs > li > a, .product-tabs-header .nav-tabs > li > a:focus, .product-tabs-header .nav-tabs > li > a:hover {
    text-decoration: none;
    padding: 7px 15px;
    font-size: 17px;
    color: #FFFFFF;
    background-color: #555555;
}

    .product-tabs-header .nav-tabs > li > a:hover, .product-tabs-header .nav-tabs > li > a {
        border: 1px solid transparent;
    }

.product-tabs-header .nav-tabs > li.active > a {
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    margin-top: -10px;
}

.product-tabs-header ul li {
    text-align: center;
}

.product-tabs-header .nav-tabs > li:last-child > a {
    margin-right: 0;
}

.product-tabs-body .fade.in {
    background-color: #FFFFFF;
}

.product-tabs-body {
    border-bottom: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    padding: 30px 40px;
    margin-top: -10px;
    margin-bottom: 50px;
    border-radius: 4px;
}

.field-validation-valid {
    display: none;
}

/*Image model desktop view*/
.modal#product-detail-popup {
    width: 100%;
}

    .modal#product-detail-popup .modal-header {
        background-color: #555555;
        background-image: none;
    }

        .modal#product-detail-popup .modal-header .modal-product-marketing {
            font-size: 20px;
            color: white;
        }

    .modal#product-detail-popup #imageScrollModal {
        width: 100px;
        height: 340px;
        margin-bottom: 5px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: thin;
    }
        div#imageScrollModal::-webkit-scrollbar {
            width: 6px;
        }
    .modal#product-detail-popup .video-btn, .modal-body .row {
        margin: 0 !important;
    }

.modal#product-detail-popup .modal-dialog {
    width: 70%;
    margin: 30px auto !important;
}

    .modal#product-detail-popup .primary-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 140%;
        background-position: 50% 50%;
        position: relative;
        overflow: hidden;
    }

    .modal#product-detail-popup #fullSizeImageModal {
        height: auto !important;
        width: auto !important;
    }

    .modal#product-detail-popup .zoomIn {
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in;
    }

    .modal#product-detail-popup .zoomOut {
        cursor: -webkit-zoom-out;
        cursor: -moz-zoom-out;
        cursor: zoom-out;
    }

/*Variant selector*/
.variant-swatch, .trim-swatch {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    height: 35px;
    width: 35px;
}

.variant-swatch-img, .trim-swatch-img {
    border: 1px solid;
    cursor: pointer;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

    .variant-swatch-img:hover, .trim-swatch-img:hover {
        height: 30px;
        width: 30px;
    }

    .variant-swatch-img.selected, .trim-swatch-img.selected {
        height: 35px;
        width: 35px;
    }

.nbs-flexisel-item {
    height: 50px;
    line-height: 50px;
}

.panel-body.customizerControl {
    border: 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #D4D4D4;
    margin-top: 15px;
}

.chooseColorTitle {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
}

.variantColorDisplay, .trimColorDisplay {
    margin: 0;
}

    .variantColorDisplay span, .trimColorDisplay span {
        font-size: 13px;
        color: #444444;
    }

.variant-color-flexisel, .trim-color-flexisel {
    position: relative;
}

    .variant-color-flexisel .nbs-flexisel-nav-left, .trim-color-flexisel .nbs-flexisel-nav-left {
        left: 0px;
        background-size: 13px;
    }

    .variant-color-flexisel .nbs-flexisel-nav-right, .trim-color-flexisel .nbs-flexisel-nav-right {
        right: 0px;
        background-size: 13px;
    }

    .variant-color-flexisel .nbs-flexisel-nav-right,
    .variant-color-flexisel .nbs-flexisel-nav-left,
    .trim-color-flexisel .nbs-flexisel-nav-right,
    .trim-color-flexisel .nbs-flexisel-nav-left {
        top: 15px;
        width: 14px;
        height: 20px;
        margin-top: 0px;
        z-index: 0;
        /* Netscape */
        -moz-opacity: 1;
        /* Safari 1.x */
        -khtml-opacity: 1;
        /* Good browsers */
        opacity: 1;
    }

        .variant-color-flexisel .nbs-flexisel-nav-right.disabled,
        .variant-color-flexisel .nbs-flexisel-nav-left.disabled,
        .trim-color-flexisel .nbs-flexisel-nav-right.disabled,
        .trim-color-flexisel .nbs-flexisel-nav-left.disabled {
            opacity: 0.4;
        }

    .variant-color-flexisel .nbs-flexisel-container,
    .trim-color-flexisel .nbs-flexisel-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .variant-color-flexisel .nbs-flexisel-inner,
    .trim-color-flexisel .nbs-flexisel-inner {
        position: static;
        float: none;
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}

/* Type ahead
--------------------------------------------- */
.type-ahead-container {
    border: 1px solid #e7e7e7;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    z-index: 998;
}

    .type-ahead-container ul {
        list-style-type: none;
        margin: 5px;
        padding: 0;
    }

        .type-ahead-container ul li a {
            overflow: hidden;
            position: relative;
            display: block;
            text-align: justify;
            line-height: 18px;
            max-height: 24px;
            margin-right: -0.5em;
            font-size: 12px;
            color: #777;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 5px;
            padding-right: 1.5em;
        }

        .type-ahead-container ul li:hover {
            cursor: pointer;
        }

    .type-ahead-container .top-seller {
        padding-bottom: 15px;
        border-bottom: 1px solid #E7E7E7;
    }

        .type-ahead-container .top-seller .all-products {
            font-style: italic;
            font-size: 11px;
            color: #777;
        }

        .type-ahead-container .top-seller span.title {
            font-size: 13px;
            color: #777;
            padding-left: 10px;
        }

    .type-ahead-container .active {
        background-color: rgb(245, 245, 245);
        text-decoration: underline;
    }

.shareOptions a {
    margin-right: 5px;
}

#ResultsDisplayAbove {
    position: fixed;
    font-size: 13px;
    text-decoration: underline;
    z-index: 98;
}

.productTabsHeader, .productTabsHeaderImage {
    list-style: none;
    margin-left: -10px;
    margin-bottom: -5px;
}

    .productTabsHeader p {
        font-weight: bold;
        font-size: 16px;
    }

    .productTabsHeaderImage p {
        font-size: 16px;
    }

.img-horizontal {
    display: inline-block;
}

.productTabContent {
    margin-left: -30px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

#frmProductDetails .product-info {
    padding-bottom: 20px;
}

#frmProductDetails .product-info .quantity-item {
    margin-left: -15px;
    margin-top: 10px;
    width: 100%;
    min-width: 130px;
}

#frmProductDetails .product-info .quantity-item-msg {
    position: absolute;
    left: 0px;
    min-width: 200px;
    color: #FF0000;
    padding: 0 0 20px 0;
}

.customizerControl.quantity-item {
    position: relative;
    padding: 0;
    margin: 0;
    height: 46px;
    font-size: 20px;
}

    .customizerControl.quantity-item .qty-form-control {
        position: absolute;
        left: 35px;
        right: 35px;
        top: 2px;
    }

        .customizerControl.quantity-item .qty-form-control > input {
            height: 40px;
            border: 0;
            text-align: center;
            font-weight: bold;
            width: 100%;
            color: #444444;
            padding: 0;
        }

            .customizerControl.quantity-item .qty-form-control > input:focus {
                outline: none;
            }

    .customizerControl.quantity-item > .fa {
        border-radius: 0 !important;
        cursor: pointer;
    }

    .customizerControl.quantity-item .quantity-minus,
    .customizerControl.quantity-item .quantity-minus:hover {
        position: absolute;
        left: 15px;
        top: 13px;
        color: #555555;
        text-decoration: none;
    }

    .customizerControl.quantity-item .quantity-plus,
    .customizerControl.quantity-item .quantity-plus:hover {
        position: absolute;
        top: 13px;
        right: 15px;
        color: #555555;
        text-decoration: none;
    }

    .customizerControl.quantity-item > input:focus, textarea:focus, select:focus, text:focus {
        outline: none;
    }

.button-my-list {
    padding-right: 0px;
}

.add-to-my-list {
    width: 100%;
    margin-top: 10px;
    height: 46px;
    background-color: #555555;
}

.btn.add-to-my-list > p {
    position: absolute;
    left: 47px;
    top: 23px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.add-my-list,
.add-my-list:hover,
.add-my-list:focus,
.add-my-list:active {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.social-media-link-icons {
    padding-bottom: 9px;
    padding-left: 4px;
}

.inactivatedLine1 {
    font-size: 32px;
    color: #444444;
    text-align: left;
    margin-left: 40px;
}

.inactivatedLine2 {
    font-size: 60px;
    font-weight: bold;
    color: #555555;
    text-align: left;
    margin-left: 40px;
    filter: drop-shadow(0 0 0 #555555);
}

.wrenchIcon {
    font-size: 130px;
    margin-top: 305px;
    color: #444444;
    margin-right: 50px;
    filter: drop-shadow(0 0 0 #444444);
}

.inactivatedText {
    margin-top: 300px;
    margin-left: -50px;
}

.imprintmapcontainer {
    overflow-x: auto;
}

/* Cart */
.cart-item-has-price div,
.cart-item-no-price div {
    padding-left: 7px;
    padding-right: 7px;
}

.cart-header {
    border: none;
    border-bottom: 1px solid #cccccc;
    font-family: 'Arial';
    font-size: 20px;
    font-weight: bold;
    color: #444444;
    border-color: #444444 !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
}

.cart-body {
    padding: 0;
}

    .cart-body .cart-empty {
        text-align: center;
        border: none;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        padding: 15px;
        font: 16px 'Arial';
        color: #555555;
    }

.cart-footer {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cart-button-container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

    .cart-button-container .fa {
        font-size: 14px;
    }

.cart-footer .cart-button-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cart-button-container .continue-browsing,
.cart-button-container .remove-all {
    -moz-filter: drop-shadow(0 0 0.2rem #B3B3B3);
    -webkit-filter: drop-shadow(0 0 0.2rem #B3B3B3);
    filter: drop-shadow(0 0 0.2rem #B3B3B3);
    font-family: 'Arial';
    font-size: 14px;
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
}


.cart-button-container .remove-all {
    margin-left: 10px;
}

.cart-item-header {
    padding: 10px;
    border-top: 1px solid #DDDDDD;
    float: left;
    width: 100%;
}

.cart-item-title {
    font: 14px 'Arial';
    text-transform: uppercase;
    color: #555555;
    text-align: center;
}

.cart-item-title-price,
.cart-item-total-title {
    font: 14px 'Arial';
    text-transform: uppercase;
    color: #555555;
    text-align: right;
}

.cart-item-total-title {
    font-weight: bold;
}

.cart-unit-price {
    font: 16px 'Arial';
    color: #555555;
    line-height: 1.4em;
    text-align: right;
    padding: 10px 7px 10px 7px;
    height: 40px;
}

.cart-total {
    font: 16px 'Arial';
    color: #555555;
    line-height: 1.4em;
    text-align: right;
    font-weight: bold;
    padding: 10px 7px 10px 7px;
    height: 40px;
}

div.cart-item-body {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #DDDDDD;
}

div.cart-item {
    padding: 10px 0;
    border-top: 1px solid #DDDDDD;
    float: left;
    width: 100%;
}

.cart-item-img {
    text-align: center;
}

    .cart-item-img img {
        max-width: 95px;
        width: 100%;
    }

.cart-item-info {
    font: 16px 'Arial';
    color: #555555;
    line-height: 1.4em;
}

.cart-item-name {
    font-weight: bold;
}

.remove-btn {
    text-decoration: underline;
    font: 12px 'Arial';
    text-transform: lowercase;
    cursor: pointer;
    float: right;
}

    .remove-btn:hover,
    .remove-btn.hover,
    .remove-btn:active,
    .remove-btn.active {
        color: #555555;
    }

    .remove-btn .fa.fa-times {
        font-size: 12px;
        color: #555555;
        padding-right: 5px;
    }

.cart-item-quantity {
    border: 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #D4D4D4;
    margin-top: 15px;

    position: relative;
    padding: 0;
    margin: 0;
    height: 46px;
    font-size: 20px;
}

    .cart-item-quantity .qty-form-control {
        position: absolute;
        left: 35px;
        right: 35px;
        top: 2px;
    }

        .cart-item-quantity .qty-form-control > input {
            height: 40px;
            border: 0;
            text-align: center;
            font-weight: bold;
            width: 100%;
            color: #444444;
            padding: 0;
        }

            .cart-item-quantity .qty-form-control > input:focus {
                outline: none;
            }

    .cart-item-quantity > .fa {
        border-radius: 0 !important;
        cursor: pointer;
    }

    .cart-item-quantity .quantity-minus,
    .cart-item-quantity .quantity-minus:hover {
        position: absolute;
        left: 15px;
        top: 13px;
        color: #555555;
        text-decoration: none;
    }

    .cart-item-quantity .quantity-plus,
    .cart-item-quantity .quantity-plus:hover {
        position: absolute;
        top: 13px;
        right: 15px;
        color: #555555;
        text-decoration: none;
    }

    .cart-item-quantity > input:focus, textarea:focus, select:focus, text:focus {
        outline: none;
    }

.quantity-item-msg {
    left: 0px;
    min-width: 200px;
    color: #FF0000;
    padding: 0 0 20px 0;
}

.remove-item {
    padding-top: 10px;
    text-align: right;
}

.cart-set-up-message {
    text-align: center;
    font: 12px 'Arial';
    color: #555555;
}

.hidden-lg.hidden-md.cart-set-up-message {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}

    .hidden-lg.hidden-md.cart-set-up-message span {
        padding-top: 10px;
        white-space: nowrap;
    }

.total-cost-title {
    padding-top: 0px;
    padding-left: 0px;
    white-space: nowrap;
    height: auto;
    padding-bottom: 0;
    font-weight: normal;
}

.total-cost {
    padding-top: 0px;
    height: auto;
    padding-bottom: 0;
    font-weight: bold;
}

.contact-note {
    min-height: 200px;
}

.contact-padding {
    padding-bottom: 25px;
}

.contact-other-text {
    font-size: 16px;
    font-weight: bold;
}

.contact-share-square-mobile {
    position: absolute;
    top: 12px;
    right: 90px;
}

.contact-text-center {
    text-align: center;
}

.contact-btn {
    height: 46px;
}

.contact-box-spilit {
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
    box-shadow: 0px 10px #d4d4d4;
    height: 12px;
}

.contact-box-spilit-bottom {
    border-bottom: 1px solid #D4D4D4;
    height: 11px;
}

.remove-padding-left {
    padding-left: 0px !important;
}

.remove-padding-right {
    padding-right: 0px !important;
}

.contact-form {
    padding-top: 25px;
}

.remove-margin {
    margin: 0px;
}

.contact-header {
    text-align: center;
    padding-bottom: 15px;
}

.contact-header-text {
    font-size: 20px;
    font-weight: bold;
    color: #555555;
}

#confirmRemoveAllModal.modal {
    text-align: center;
    padding: 0 !important;
}

    #confirmRemoveAllModal.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    #confirmRemoveAllModal.modal .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

#confirmRemoveAllModal #confirmRemove,
#confirmRemoveAllModal #cancelRemove {
    width: 70px;
}

#confirmRemoveAllModal .modal-body {
    padding: 15px;
}

#confirmRemoveAllModal .modal-dialog {
    width: 300px;
}

/*Kit product*/
.kit-product-modal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .kit-product-modal .modal-body {
        padding: 15px 0;
    }

.kitproduct-details {
    width: 100%;
    display: inline-block;
}

    .kitproduct-details .flexcroll {
        padding-top: 10px;
    }

.kit-thumbnail-image img {
    width: 100%;
}

.kitTable {
    width: 100%;
}

    .kitTable td {
        vertical-align: top;
    }

.btn-choose-your-options {
    padding-top: 10px;
    padding-right: 0;
}

.choose-your-options {
    width: 100%;
    height: 46px;
    color: #ffffff;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    background-color: #555555;
}

    .choose-your-options:hover,
    .choose-your-options:focus,
    .choose-your-options:active {
        color: #ffffff;
        background-color: #555555;
    }

.kit-customize .button-my-list {
    padding: 0;
    width: 234px;
}

.kit-customize .btn-back {
    width: 85px;
    height: 46px;
    font-size: 16px;
    line-height: 34px;
    -ms-border-radius: 34px;
    border-radius: 34px;
}

.kit-customize .add-to-my-list.add-my-list {
    margin-top: 0;
}

.customizeKit-item {
    border: 1px solid #d4d4d4;
    padding: 15px;
    margin-bottom: 15px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100%;
}

    .customizeKit-item .thumbnail {
        border: none;
    }

    .customizeKit-item .panel-body.customizerControl {
        border: none;
    }

.product-kit-info,
.product-kit-info-message {
    font-size: 16px;
}

.product-kit-info-message {
    padding: 20px;
}

.product-kit-info {
    padding: 0 20px;
}

.font-weight-bold {
    font-weight: bold;
}

.variant-validation-message {
    float: left;
    padding-left: 5px;
    width: 100%;
}

.kit-customize .row {
    margin-left: 0;
    margin-right: 0;
}

.kit-customize .pull-right {
    padding: 15px 0 15px 15px;
}

.kit-altImages .detailShots {
    float: left;
}

.kit-details-title {
    border-bottom: 1px solid #D4D4D4;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.kitLinks {
    cursor: pointer;
}

/*car kit item*/
.cart-kit-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    float: left;
}

    .cart-kit-item.cart-kit-last-item {
        border-bottom: none;
    }

    .cart-kit-item .cart-quantity {
        font-size: 16px;
        font-weight: bold;
        text-align: right;
    }

.cart-item .btn.expander {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 12px;
    font-weight: bold;
}

.cart-item .btn-expander {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.finishing-type-control {
    margin-top: 0 !important;
    border: none !important;
}

.finishing-type-header {
    border: none;
    background: #ffffff !important;
    text-align: center;
}

    .finishing-type-header h4 {
        font-weight: bold;
        padding-top: 7px;
    }

/*Cookie accept modal*/
.modal__main {
    display: flex;
}

.modal__column {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

#cookieAcceptModal {
    padding: 20px !important;
}

    #cookieAcceptModal .modal-dialog.modal-lg {
        top: auto;
        bottom: 0;
    }

    #cookieAcceptModal .modal-content {
        border: 1px solid rgba(0,0,0,.2);
    }

    #cookieAcceptModal .modal-body {
        padding: 15px 40px;
    }

.cookieAcceptanceText {
    width: 80%;
    clear: both;
}

.cookie-acceptance-model {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.imprint-location-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.customizerControl canvas {
    z-index: 20;
}