﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Muli:800');
@charset "utf-8";
/* Creative eWorld CSS
Version 2.5 (Updated on 3 March 18)*/

/* HTML5 display-role reset for older browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, tt, var, b, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Font Embed */

@font-face {
    font-family: 'cew-iconset';
    src: url('/include/fonts/cew-iconset-v2.eot?47946472');
    src: url('/include/fonts/cew-iconset-v2.eot?47946472#iefix') format('embedded-opentype'), url('/include/fonts/cew-iconset-v2.woff?47946472') format('woff'), url('/include/fonts/cew-iconset-v2.ttf?47946472') format('truetype'), url('/include/fonts/cew-iconset-v2.svg?47946472#cew-iconset-v2') format('svg');
    font-weight: normal;
    font-style: normal;
}

.iconset {
    font-family: "cew-iconset";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HTML */
html {
    position: relative;
    min-height: 100%;
    min-width: 1140px;
}

body {
    background: #ffffff;
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.58rem;
    height: auto;
    margin: 0;
}

    body.overflow-hidden, html.overflow-hidden {
        overflow: hidden;
    }

    body.overflow-hidden {
        position: fixed;
        width: 100%;
        min-height: 100%;
    }

#wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

td {
    position: relative;
}

p {
    margin-bottom: 20px;
    font-weight: normal;
}

.clear {
    clear: both;
}
/* Basic Fonts */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: -0.01rem;
    margin-bottom: 0.3rem;
}

    h1, h1 a, h1 a:link {
        font-size: 50px;
        color: #585858;
        line-height: 3.5rem;
    }

    h2, h2 a, h2 a:link {
        font-size: 30px;
        color: #2b2b2b;
        line-height: 2.5rem;
    }

    h3, h3 a, h3 a:link {
        font-size: 20px;
        color: #383838;
        line-height: 1.5rem;
    }

    h4, h4 a, h4 a:link {
        font-size: 16px;
        color: #383838;
    }

    h5, h5 a, h5 a:link {
    }

    h6, h6 a, h6 a:link {
    }

.txt-small {
    font-size: 13px;
}

.txt-green {
    color: #0c7d53;
}

.txt-dgrey {
    color: #383838;
}

.txt-grey {
    color: #6c6c6c;
}

.txt-blue {
    color: #2277bf;
}


label {
    font-size: 13px;
}

a.link-underline {
    text-decoration: underline !important;
}

.font-weight-medium {
    font-weight: 500;
}

b, strong {
    font-weight: 600;
}

i, em {
}

    i b, i strong, em b, em strong, b i, b em, strong i, strong em {
    }
/* Listing Styles */
ol, ul {
    margin-left: 20px;
}

    ol > li {
        margin-bottom: 15px;
    }

    ul li {
        margin-bottom: 5px; /*Active this to customized bullet point 
	list-style-image: url(../images/ulli.png);*/
    }

/* Links and remove of Dotted line */
/*Make sure phone no color won't overwrite by mobile devices*/

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a, a:link, a:visited, a:active {
    color: inherit;
    text-decoration: none;
    webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

    a:hover, a:focus,
    h3 a:hover,
    h4 a:hover {
        text-decoration: none;
        color: #fa5426;
        outline: 0;
        ie-dummy: expression(this.hideFocus=true);
    }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #878787;
}

/* <a> link with class */

a.btn,
a.btn2 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #FFF;
    border: 1px solid #fa5426;
    box-shadow: none !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    outline: 0;
    background-color: #fa5426;
    display: inline-block;
    height: 40px;
    line-height: 1.28rem;
    padding: 7px 25px;
    text-decoration: none;
}

a.btn-cart::before {
    font-family: "cew-iconset";
    color: #fff;
    font-size: 18px;
    content: '\e841';
    position: absolute;
    margin-top: 2px;
    margin-left: -25px;
}

a.btn-cart {
    padding-left: 48px;
}

a.btn-chat::before {
    font-family: "cew-iconset";
    color: #7d7d7d;
    font-size: 16px;
    padding-right: 2px;
    content: '\e8b3';
}

a.btn-chat:hover::before {
    color: #fff;
}

.icon-cart-light {
    font-size: 18px;
}

a.btn2 {
    color: #7d7d7d;
    border: 1px solid #d7d7d7;
    background-color: #FFF;
    display: inline-block;
    text-align: center;
}

    a.btn:hover,
    a.btn2:hover {
        color: #FFF;
        background-color: #f03e0d;
        border: 1px solid #f03e0d;
    }

.icon-plus-1 {
    font-size: 16px;
    padding-right: 3px;
}

a.back-w-arrow::before {
    font-family: "cew-iconset";
    content: '\f104';
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 5px;
}

a.back-w-arrow {
    color: #6c6c6c;
    font-size: 13px;
    text-decoration: none;
}

    a.back-w-arrow:hover,
    a.back-w-arrow:hover::before {
        color: #fa5426;
    }

a.edit::before {
    font-family: "cew-iconset";
    color: #6c6c6c;
    font-size: 18px;
    content: '\e82c';
    padding-right: 5px;
}

a.edit {
    font-size: 13px;
}

/* Text Field & Button Style */
input[disabled="disabled"] {
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100);
    /* Modern Browsers */
    opacity: 1;
    -webkit-opacity: 1;
}

input[type="password"], input[type='text'], select, textarea, input[disabled="disabled"] {
    padding: 7px 10px;
    background: #ffffff;
    border: none;
    color: #6c6c6c;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: 1px solid #d4d4d4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

select {
    cursor: pointer;
}

textarea {
    height: auto;
}

input[type='submit'], input[type='button'] {
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #FFF;
    border: 0;
    outline: 0;
    box-shadow: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #fa5426;
    display: inline-block;
    height: 40px;
    padding: 7px 25px;
    text-decoration: none;
}

    input[type='submit'].submit-btn2 {
        color: #7d7d7d;
        border: 1px solid #d7d7d7;
        background-color: #FFF;
        display: inline-block;
    }

input:focus, input[type='text']:focus, select:focus, textarea:focus {
    outline: 0;
}

input[type='submit']:hover, input[type='button']:hover {
    background-color: #f03e0d;
    color: #ffffff;
}

input[type='submit'].submit-btn2:hover {
    background-color: #f03e0d;
    border: 1px solid #f03e0d;
    color: #ffffff;
}

.phonecode {
    position: absolute;
    top: 21%;
    left: 9%;
}

.phonefield {
    padding-left: 25px !important;
}

/** RADIO / CHECKBOX**/
input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
}

    input[type="radio"]:first, input[type="checkbox"]:first {
        margin-left: 0;
    }

    input[type="radio"] + label, input[type="checkbox"] + label {
        text-transform: none;
    }

input[type="button"][disabled]:active,
input[type="button"][disabled],
input[type="submit"][disabled]:active,
input[type="submit"][disabled],
input[type="text"][disabled]:active,
input[type="text"][disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
select[disabled],
select[disabled]:active,
button[disabled]:active,
button[disabled] {
    background-color: #eee !important;
    color: #acacac !important;
    border: 1px solid #d7d7d7;
    box-shadow: none !important;
    cursor: inherit;
    opacity: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    input[type="button"][disabled]:active,
    input[type="button"][disabled],
    input[type="submit"][disabled]:active,
    input[type="submit"][disabled],
    input[type="reset"][disabled]:active,
    input[type="reset"][disabled],
    button[disabled]:active,
    button[disabled] {
        background-color: #ddd !important;
        border: none;
        color: #acacac !important;
        opacity: 1;
    }

    input[type="text"][disabled]:hover {
        border-color: #d7d7d7 !important;
    }

/* Back to top style */
#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    padding: 10px 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    #scrollUp:hover {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

#scrollUp, a#scrollUp {
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../images/top.svg) no-repeat;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#scrollUp-active {
    display: none;
}
/* Divider and Outline */

hr {
    background: #eaeaea;
    height: 1px;
    width: 100%;
    border: none;
    margin: 1.5rem 0;
}

    hr.hr-thick-orange {
        background: #fa5426;
        height: 3px;
    }

.outline {
    border: #d5d5d5 1px solid;
    display: inline-block;
}

.box-shadow {
    box-shadow: 0 0 5px #ccc;
}

/* Header */

header {
    width: 100%;
    border-top: 5px solid #2277bf;
    border-bottom: 1px solid #f2f2f2;
    color: #6c6c6c;
    font-weight: 400;
    margin: 0 auto;
    padding: 0 0 5px;
    background-color: #FFF;
}

.cust-care {
    font-size: 14px;
    padding-top: 5px;
}

.icon-headphones-1 {
    color: #e85b34;
    font-size: 14px;
    padding-right: 3px;
}

.logo {
    float: left;
    color: #2277bf;
    font-family: 'Muli', sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.06rem;
    padding: 10px 0 15px;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    top: -10px;
}

    .logo, .logo a {
        transition: none !important;
        color: #2277bf !important;
    }

a.enquiry-box {
    background-color: #fa5426;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    float: right;
    line-height: 1.3rem;
    text-align: center;
    width: 150px;
    padding: 1px 0 8px;
    max-height: 30px;
    /*position: absolute;
	right: 2%;
	top: 5px;*/
    transition: none !important;
}

.icon-comment-empty-1 {
    font-size: 16px;
    padding-right: 3px;
}

/* Shopping Cart */

.shopping-bag::before {
    content: '\e841';
    color: #6b6b6b;
    font-family: "cew-iconset";
    font-size: 22px;
    padding-top: 0;
    position: absolute;
    margin-left: -30px;
}

.cart {
    display: inline-block;
    border: 0;
    border-right: 1px solid #cecece;
    line-height: 1rem;
    outline: 0;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    position: relative;
    z-index: 2;
    vertical-align: middle;
    transition: none;
}

.cartqty {
    cursor: pointer;
    color: #7d7d7d;
    font-size: 14px;
    text-align: center;
    right: 15px;
}

.cart-item > div {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
}

/* Cart Dropdown */

.cartdrop_ul,
.cartdrop_ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .cartdrop_ul li {
        border-bottom: 1px solid #ececec;
    }

.cartdrop_wrapper {
    display: block;
}

.cartdrop_div .btn {
    display: block;
    margin-bottom: 10px;
}

a.cartdrop_prod,
.cartdrop_prod {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
}

    a.cartdrop_prod img,
    .cartdrop_prod img {
        width: auto;
        height: auto;
        max-width: 100%;
        display: inline-block;
        vertical-align: middle;
        max-height: 100%;
    }

.cartdrop_div {
    clear: both;
    position: absolute;
    width: 300px;
    top: 38px;
    right: 0px;
    padding: 20px 20px 20px 20px;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 8px rgb(200,200,200);
    -webkit-box-shadow: 0px 0px 8px rgb(200,200,200);
    box-shadow: 0px 0px 8px rgb(200,200,200);
    text-align: left;
    display: none;
    z-index: 9999999 !important;
}

    .cartdrop_div ul li {
        font-size: 14px;
    }

        .cartdrop_div ul li .optiontxt {
            font-size: 12px;
        }

        .cartdrop_div ul li h6 {
            font-size: 12px;
            margin-top: 0;
        }

    .cartdrop_div ul li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

/*Login Drop Down After Login*/

a.login {
    font-size: 14px;
    color: #7d7d7d;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

    a.login:hover {
        color: #ff2323;
    }

.logindrop_div ul,
.logindrop_div ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logindrop_div > ul.myaccount {
    border-top: 0;
}

.logindrop_div ul li {
}

.logindrop_wrapper {
    display: inline-block;
}

.logindrop_div {
    clear: both;
    position: absolute;
    width: 170px;
    top: 50px;
    right: 0px;
    padding: 25px;
    padding-top: 15px;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    -moz-box-shadow: 0px 0px 8px rgb(200,200,200);
    -webkit-box-shadow: 0px 0px 8px rgb(200,200,200);
    box-shadow: 0px 0px 8px rgb(200,200,200);
    font-size: 14px;
    color: #363636;
    text-align: left;
    display: none;
    z-index: 9999999 !important;
}

/* Search */

.icons_link {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
    z-index: 2;
}

.icon-search-light {
    font-size: 21px;
    color: #858585;
}

#search {
    clear: both;
    position: absolute;
    top: -5px;
    right: 30px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 300ms ease-out;
    -moz-transition: width 300ms ease-out;
    -o-transition: width 300ms ease-out;
    transition: width 300ms ease-out;
    height: 35px;
}

input.search_field {
    background: #f3f3f3;
    border: 0;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 100%;
}

#search.active {
    width: 180px;
    z-index: 9999;
}

#search h2 {
    display: none;
}

.closesearch, a.closesearch {
    display: none;
}

/* MEGA MENU - May 3rd 2019 */

.menu-wrapper {
    position: absolute;
    margin-top: -44px;
    width: 100%;
    right: 0;
    left: 0;
    max-width: 100%;
}

.menu-bar {
    clear: both;
    height: auto;
    width: 100%;
}

.exo-menu { /*width: 100%;*/
    text-align: center;
    list-style: none;
    position: relative;
    background: none;
    margin-left: 0;
    top: -10px;
}

    .exo-menu > li {
        display: inline-block;
        margin: 0;
        padding: 0 0 0;
    }

        /*.exo-menu > li:last-child {
            background: none;
            padding-right: 310px;
        }*/

        .exo-menu > li > a {
            text-decoration: none;
            text-transform: capitalize;
            text-align: center;
            border: none;
            outline: none;
            color: #2b2b2b;
            font-size: 14px;
            font-weight: 600;
            padding: 0;
            line-height: 0;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
        }

        .exo-menu > li > a {
            padding: 8px 15px 8px;
            line-height: 1.4rem;
        }

            .exo-menu > li > a.active, .exo-menu > li > a:hover, .exo-menu > li.active > a:hover, .exo-menu > li:hover a:hover, .exo-menu > li:hover a {
                color: #fa5426;
            }



    /*** Drop Down ***/

    .exo-menu li.drop-down {
        position: relative;
    }

        .exo-menu li.drop-down ul {
            min-width: 320px;
            display: none;
            background-color: rgba(250, 250, 250, 1);
            width: 100%;
            position: absolute;
            left: 0;
            right: 0;
            top: 45px;
            float: none;
            padding: 0px;
            z-index: 9999;
            list-style: none;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
        }

            .exo-menu li.drop-down ul li a {
                display: block;
                text-decoration: none;
                background-color: rgba(250, 250, 250, 1);
                padding: 2px 29px;
                color: #8b8b8b;
                font-size: 13px;
                -webkit-transition: color 0.2s linear, background 0.2s linear;
                -moz-transition: color 0.2s linear, background 0.2s linear;
                -o-transition: color 0.2s linear, background 0.2s linear;
                transition: color 0.2s linear, background 0.2s linear;
                display: block;
                margin-bottom: 0;
                color: #8b8b8b;
                text-align: left;
            }

            .exo-menu li.drop-down ul, .exo-menu li.drop-down ul li {
                list-style: none !important;
                margin: 0;
                bottom: 0;
            }

                .exo-menu li.drop-down ul li {
                    bottom: 0;
                }

                    .exo-menu li.drop-down ul li a:hover {
                        color: #ffbc2b;
                    }

                    .exo-menu li.drop-down ul li:first-child a {
                        padding-top: 15px;
                    }

                    .exo-menu li.drop-down ul li:last-child a {
                        padding-bottom: 15px;
                    }

        .exo-menu li.drop-down:hover .drop-down-ul {
            display: block;
        }

    /*mega menu*/

    .exo-menu ul.mega-menu {
        display: none;
        min-height: 100%;
        z-index: 9999; /*width: 1110px;*/
    }

    .exo-menu ul.mega-menu {
        background-color: rgba(249, 249, 249, 0.95);
        width: 100%;
        position: absolute;
        left: 0; /*right: 0; */
        top: 42px;
        float: none;
        padding: 30px 0px;
        z-index: 9999;
        list-style: none;
        -webkit-transition: color 0.2s linear, background 0.2s linear;
        -moz-transition: color 0.2s linear, background 0.2s linear;
        -o-transition: color 0.2s linear, background 0.2s linear;
        transition: color 0.2s linear, background 0.2s linear;
        margin-left: auto !important;
        margin-right: auto !important;
    }

        .exo-menu ul.mega-menu ul {
            list-style: none;
        }

            .exo-menu ul.mega-menu ul ul ul {
                margin: 0;
            }

            .exo-menu ul.mega-menu ul li {
                bottom: 0;
                margin-bottom: 0;
            }

                .exo-menu ul.mega-menu ul li.header, .drop-down-ul li.header {
                    display: none;
                }

                .exo-menu ul.mega-menu ul li a.exolinkss {
                    display: none;
                }

                .exo-menu ul.mega-menu ul li a {
                    padding: 0;
                    display: block;
                    color: #6e6e6e;
                    font-size: 14px;
                    text-decoration: none;
                    text-align: left;
                    line-height: 1.4rem;
                    padding-bottom: 2px;
                }

                .exo-menu ul.mega-menu ul li.mega-title a, .mega-menu ul li.mega-title {
                    color: #383838;
                    margin-top: 0px;
                    margin-bottom: 2px;
                    font-size: 16px;
                    font-weight: 700;
                    text-transform: capitalize;
                    text-align: left;
                    cursor: default !important;
                }

.mega-title p {
    font-weight: 700 !important;
}

.exo-menu ul.mega-menu ul li.mega-title {
    cursor: default !important;
    margin-bottom: 5px;
}

.exo-menu ul.mega-menu li.mega-menu-wrap {
    width: 1110px;
    margin: 0 auto;
}



.exo-menu ul.mega-menu ul li:not(.active) a, .exo-menu li.drop-down ul.drop-down-ul li:not(.active) a {
    color: #6e6e6e;
}

    .exo-menu ul.mega-menu ul li a:hover, .exo-menu ul.mega-menu a:hover, .exo-menu li.drop-down ul li a:hover,
    .exo-menu li.drop-down ul.drop-down-ul li:not(.active) a:hover {
        color: #fa5426;
    }


@media (max-width:1600px) {
    header {
        padding-bottom: 0;
    }

    .menu-wrapper {
        position: relative;
        margin-top: 0px;
        width: 100%;
        right: 0;
        left: 0;
        max-width: 100%;
        background-color: #f5f5f5;
    }

    .exo-menu {
        top: 0;
    }

        .exo-menu > li {
            display: inline-block;
            margin: 0;
            padding: 5px 0;
        }

        .exo-menu ul.mega-menu {
            top: 36px;
        }
}


/*hover*/

.Blog:hover, .Images:hover, .mega-menu:hover, .drop-down-ul:hover, li.flyout-left > ul:hover, li.flyout-right > ul:hover, .flyout-mega-wrap:hover, li.flyout-left a:hover + ul, li.flyout-right a:hover + ul, .blog-drop-down > a:hover + .Blog, .images-drop-down > a:hover + .Images, li.flyout-mega > a:hover + .flyout-mega-wrap {
    display: block;
}

.icon-angle-down {
    color: #ac1212;
    padding-left: 3px;
}

@media (max-width:1167px) {
}
/**** end of the navigition ****/


/* Banner */

#banner {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slickCaptionDiv {
    margin: auto;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
}

.slickCaption {
    width: 100%;
    padding: 75px;
}

    .slickCaption h2 {
        line-height: 3.5rem;
        letter-spacing: 0;
        margin: 0 0 15px;
        text-transform: uppercase;
        font-size: 30px;
        text-shadow: 1px 1px 2px white, 0 0 25px white, 0 0 5px white;
        color: #585858;
    }

.highlight {
    background-color: #fa5426;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0 0 3px #892205;
    padding: 1px 20px 1px;
    display: inline-block;
}

/* HOME-PAGE Content */

#maincontent {
    width: 100%;
    overflow: hidden;
    padding: 25px 0 60px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #maincontent.homepage {
        padding-top: 80px;
    }


/*Quantity Button*/

input.addcart-btn {
    width: 100%;
    background-color: #fff;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    text-align: center;
    border: 1px solid #cfcfcf;
    height: 40px;
    padding: 6px 6px !important;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

    input.addcart-btn:hover {
        border: 1px solid #cfcfcf !important;
    }

input.minus-btn,
input.add-btn {
    background-color: #FFF;
    outline: 0;
    color: #6c6c6c;
    border: 1px solid #cfcfcf;
    border-right: 0;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    transition: none;
    top: 0;
    width: 20%;
    height: 40px;
    font-family: "cew-iconset";
    display: inline-block;
    vertical-align: top;
}

input.add-btn {
    border-left: 1px solid #cfcfcf;
    border-right: 0;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

input.minus-btn {
    right: 0;
    border-right: 1px solid #cfcfcf;
    border-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    input.minus-btn:hover,
    input.add-btn:hover {
        background-color: #FFF;
        color: #fa5426;
        border-color: #cfcfcf !important;
    }

/**** breadcrumb ****/

.breadcrumbs-wrapper {
    background-color: #fff;
    width: 100%;
    padding: 3px 0;
    border-bottom: 1px solid #f2f2f2;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: left;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    text-align: left;
    display: inline-block;
}

    .breadcrumb li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .breadcrumb li a {
            color: #7d7d7d;
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.2rem;
            text-transform: capitalize;
            display: inline-block;
        }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.3rem;
    font-family: "cew-iconset";
    color: #a6a6a6;
    content: "\f105";
    font-size: 12px;
}

.breadcrumb li a:hover {
    color: #ee3442;
}

.cust-pr {
    padding-right: 6rem !important;
}

.cust-pl {
    padding-left: 6rem !important;
}

.bg-lgrey {
    background-color: #f4f4f4;
}

.background-none {
    background: none !important;
}

/* Products View and List views*/
.display_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

    .display_icons li {
        float: left;
        margin-bottom: 0;
    }

.display_icons_btn {
    background: none;
    border: 1px solid #cacaca;
    padding: 0;
    cursor: pointer;
    color: #c9c9c9;
    font-size: 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 4px;
    width: 32px;
    height: 32px;
}

    .display_icons_btn .icon-th-list-1 {
        font-size: 18px;
    }

    .display_icons_btn.active.icon_grid.active,
    .display_icons_btn.active.icon_list.active {
        color: #ffbc2b;
    }

    .display_icons_btn:focus {
        outline: 0;
    }

.prod_view {
    margin-bottom: 0%;
}

    .prod_view:last-child {
        margin-bottom: 3%;
    }

    .prod_view.active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

        .prod_view.active:first-child {
            margin-top: 0rem !important;
        }

.prod_list,
.prod_grid {
    display: none;
}

.prod_list {
    padding-bottom: 20px;
}

    .prod_list.active,
    .prod_grid.active {
        display: block;
    }

.prod_list {
    border-bottom: 1px solid #e9e9e9;
}
/*Responsive Tabs*/

ul.tabs, .prod-category ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 40px;
    text-align: left;
}

.prod-category ul.tabs {
    height: auto;
}

ul.tabs li {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    padding: 11px 25px 11px;
    height: auto;
    background-color: #ebebeb;
    border: none;
    border-bottom: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #a4a3a3;
    font: normal 14px 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    overflow: hidden;
    position: relative;
}

.prod-category ul.tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    border: none;
    border-right: 1px solid #cecece;
    border-radius: 0;
    outline: 0;
    color: #a1a1a1;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 1px 17px 1px;
    margin-bottom: 5px;
    text-align: left;
    text-transform: capitalize;
}

    .prod-category ul.tabs li:last-child {
        border-right: 0;
    }

    .prod-category ul.tabs li:first-child {
        padding-left: 0;
    }

ul.tabs li:hover {
    color: #404040;
}

ul.tabs li.active {
    color: #fff;
    background-color: #fa5426;
    display: inline-block;
}

.icon-down-open {
    color: #a0a0a0;
    font-size: 12px;
    padding-left: 3px;
}

.prod-category ul.tabs li:hover,
.prod-category ul.tabs li.active {
    background: none;
    color: #383838;
}

    .prod-category ul.tabs li.active .icon-down-open {
        color: #fa5426;
    }

.tab_container {
    border-top: 3px solid #fa5426;
    clear: both;
    float: left;
    width: 100%;
    background: #f7f7f7;
    overflow: auto;
}

.prod-category .tab_container {
    border-top: 1px solid #dedede;
    clear: both;
    float: left;
    width: 100%;
    background: none;
    overflow: auto;
}

.tab_content {
    padding: 30px 30px;
    display: none;
}

.prod-category .tab_content {
    padding: 10px 15px 0;
    border: none;
    margin-left: -15px;
}


.tab_content hr {
    margin: 0.7rem 0;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #ebebeb;
        border: none;
        color: #a4a3a3;
        font: normal 14px 'Montserrat', sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 5px 15px;
        text-align: center;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 2rem;
        text-transform: capitalize;
    }

        .tab_drawer_heading:hover {
            color: #404040;
        }

    .d_active {
        color: #fff;
        background-color: #fa5426;
        border: 0;
    }

    .tab_content {
        padding: 20px 15px;
        display: none;
    }

    .tab_container {
        border-top: 0;
    }
}

ul.ul-subcat,
ul.ul-subcat li {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.ul-subcat li {
        display: inline-block;
    }

        ul.ul-subcat li a {
            color: #7d7d7d;
            font-size: 14px;
            font-weight: 400;
            padding-right: 22px;
        }

            ul.ul-subcat li a:hover,
            ul.ul-subcat li.active a {
                color: #fa5426;
            }

.address_form, .shipping_method, .profile_form, .profile_email, .promocode_result.tohide, .promocode_box, .reviewform, .billing_method, .delivery_address, #deliverymethod-other.tohide, #deliverymethod-sg.tohide, #deliverymethod-other-new.tohide, #deliverymethod-sg-new.tohide, .collapsebox.tohide {
    display: none;
}

    .promocode_box.active {
        display: block;
    }

    .profile_form.tohide, .profile_email.tohide {
        display: none !important;
    }

/* SELECT Drowpdown */

.brand-select {
    margin: 0 !important;
    background: url('../images/arrow_up.svg') no-repeat right #fff;
    -webkit-appearance: none;
    background-position: 95% 55%;
}

    .brand-select:focus {
        background: url('../images/arrow_down.svg') no-repeat right #fff;
        background-position: 95% 55%;
    }

    .brand-select option:checked,
    .brand-select option:hover {
        background-color: #f7f7f7;
        color: #fff;
    }

    .brand-select.w-100,
    .brand-select.w-100:focus {
        background-position: 98% 55%;
    }

    .brand-select.arw-adj:focus,
    .brand-select.arw-adj {
        background-position: 85% 55%;
    }

select.brand-select::-ms-expand {
    display: none;
}

ul.labels {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

    ul.labels li {
        display: inline-block;
        list-style: none;
        margin: 0;
        margin: 0 2px 6px 0;
        text-align: center;
        padding: 0px 10px 0;
        line-height: 1.35rem;
    }


.label-sale,
.label-new,
.label-soldout {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #0c7d53;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.label-sale {
    background-color: #fa5426;
}

.label-soldout {
    background-color: #b9b9b9;
}

/*My Accound Side Nav*/

.icon-user-o {
    color: #2f2f2f;
    font-size: 16px;
    padding-right: 3px;
    font-weight: 600;
}

ul.myaccount,
ul.myaccount li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 0;
}

    ul.myaccount li {
        margin-bottom: 7px;
        margin-right: 20px;
        display: inline-block;
    }

        ul.myaccount li a {
            color: #7d7d7d;
            font-size: 14px;
        }

        ul.myaccount li.active a,
        ul.myaccount li:hover a {
            color: #fa5426;
        }

.bg-lgrey a.btn2 {
    background-color: #f4f4f4;
}

    .bg-lgrey a.btn2:hover {
        background-color: #fa5426;
        border-color: 1px solid #fa5426;
    }

/*Image Wrap*/

.img-container {
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
}

.img-container-rect {
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
}

.img-container-thumb {
    max-width: 160px;
    margin: auto;
}

.img-container350 {
    max-width: 350px;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #999;
}

.img-containernav {
    max-width: 255px;
    margin: auto;
}

a.prod-wrap,
.prod-wrap {
    width: 100%;
    padding-bottom: 100%;
    height: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: none 0s ease 0s;
}

    a.prod-wrap > img,
    .prod-wrap > img,
    .prod-wrap a > img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        margin: auto;
        /*transition: none 0s ease 0s;*/
        transform: scale(1, 1);
        -webkit-transition: transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
    }

.img-container-rect .prod-wrap {
    padding-bottom: 57%;
}

.img-container350 .prod-wrap {
    padding-bottom: 71.4%;
}

.img-containernav .prod-wrap {
    padding-bottom: 71%;
}

/**ORDER PROGRESS**/

.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        display: inline-block;
        letter-spacing: 0.06rem;
        line-height: 1.3rem;
        letter-spacing: 0.01rem;
        font-size: 13px;
        position: relative;
        text-align: center;
        text-transform: capitalize;
        color: #6c6c6c;
        margin-bottom: 0;
        width: 32%;
    }

        .progressbar li a {
            text-align: center;
        }

    .progressbar .icon-user-3,
    .progressbar .icon-location-outline,
    .progressbar .icon-th-list {
        background: #f6f6f6;
        border-radius: 50%;
        border: 1px solid #cfcfcf;
        color: #bfbfbf;
        display: inline-block;
        font-size: 22px;
        line-height: 50px;
        position: relative;
        margin-bottom: 7px;
        text-align: center;
        transition: all 500ms ease-out;
        width: 50px;
        height: 50px;
        z-index: 2;
    }

    .progressbar .icon-location-outline {
        padding-right: 0;
    }

    .progressbar li.active a .iconset,
    .progressbar li a:hover .iconset,
    .progressbar li.proceeded a .iconset {
        background-color: #fa5426;
        border: none;
        color: #fff;
    }

    .progressbar li:hover a,
    .progressbar li.active a,
    .progressbar li.proceeded a {
        color: #6c6c6c;
    }

    .progressbar li:first-child:after {
        content: none;
    }

    .progressbar li:after {
        width: 100%;
        height: 1px;
        content: '';
        position: absolute;
        background-color: #cfcfcf;
        top: 26px;
        left: -50%;
        z-index: 1;
    }

ul.w-ls,
ul.w-ls li {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.w-ls li::before {
        font-family: "cew-iconset";
        color: #6c6c6c;
        font-size: 16px;
        content: '\f105';
        padding-right: 5px;
    }

    ul.w-ls li {
        margin-bottom: 5px;
    }

/*Payment*/

img.paypal {
    width: 22px;
}

img.mastercard {
    width: 32px;
}

img.visa {
    width: 53px;
}

img.amex {
    width: 50px;
}

img.ocbc {
    width: 100px;
}

/*Details icon for Order History Page*/

a.details-icon::before {
    font-size: 14px;
    content: '\e9a2';
    padding-right: 7px;
    font-weight: normal;
    font-family: "cew-iconset";
}

/*Responsive Table*/

.table-responsive table tr th {
    background-color: #fff;
    color: #6c6c6c;
    border: 0;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    border-bottom: 1px solid #eaeaea;
    padding: 8px;
}

.table-responsive table tr {
    border-bottom: 1px solid #eaeaea;
}

    .table-responsive table tr td {
        padding: 8px;
        vertical-align: top;
        border: none;
        font-size: 14px;
    }

.table-responsive .table {
    margin-bottom: 0;
}

.nostyletable {
    padding: 0;
    border: 0;
}

.table-responsive .nostyletable tr {
    padding: 0;
    border: 0;
}

    .table-responsive .nostyletable tr td {
        padding: 0 0 10px;
        border: 0;
    }

.icon-cancel-light {
    cursor: pointer;
}

.selectDate {
    position: absolute;
    right: 25px;
    top: 34px;
}

/*Product Details Page*/
.proddet_imgdiv {
    overflow: hidden !important;
}

.proddet_imgwrapper {
    float: left;
    width: 445px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.proddet_imgnav {
    float: right;
    width: 65px;
    padding: 40px 0 40px 0;
    position: relative;
    z-index: 2;
}

    .proddet_imgnav .slick-track {
        margin-top: -45px;
    }

.proddet_img .slick-slide {
    overflow: visible;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 !important;
}

.proddet_img .slick-slide {
    overflow: hidden;
}

.proddet_img .slick-list {
    overflow: visible;
}

.proddet_img .proddet_imgsize a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.proddet_imgsize {
    position: relative;
    width: 445px;
    height: 445px;
    overflow: hidden;
}

.proddet_imgnav .slick-slide {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    height: 65px;
    width: 100%;
    float: none;
    display: inline-block;
}

.proddet_thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

    .proddet_thumb img {
        width: auto;
        height: auto;
        max-width: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }

.proddet_imgnav .slick-prev, .proddet_imgnav .slick-next {
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 1 !important;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    background-color: #FFF;
    line-height: 1.5rem;
}

    .proddet_imgnav .slick-prev::before {
        content: '\f106';
        color: #6c6c6c;
        font-size: 12px;
        font-family: "cew-iconset";
        padding-right: 0px;
    }

.proddet_imgnav .slick-prev {
    top: 0;
    position: absolute;
    cursor: pointer !important;
}

.proddet_imgnav .slick-next::before {
    content: '\f107';
    color: #6c6c6c;
    font-size: 12px;
    font-family: "cew-iconset";
    padding-left: 0px;
}

.proddet_imgnav .slick-next {
    top: auto;
    bottom: 0;
    position: absolute;
    cursor: pointer !important;
}

.proddet_imgnav .slick-disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor: default;
}

.proddet_imgnav .slick-slide {
    border: 0;
    margin: 0 !important;
}

    .proddet_imgnav .slick-slide.slick-current img {
        opacity: 1;
    }

.icon-trash-empty-1 {
    color: #7d7d7d;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}

.icon-location-outline {
    color: #6c6c6c;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}

/* Footer */

footer {
    width: 100%;
    background-color: #f0f0f0;
    /*color: #6c6c6c;*/
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    line-height: 1.2rem;
    padding: 30px 0;
    bottom: 0;
    border-bottom: 5px solid #e85b34;
}

/***********************
  Print
************************/
/****Print Optimization - Make Sure Everything Stay In Place****/

@media print {
    .hidden-print {
        display: none !important;
    }

    html, body {
        /*changing width to 100% causes huge overflow and wrap*/
        height: 100%;
        background: #FFF;
    }

    #maincontent {
        display: block !important;
    }

    .printBtn, .actionbtn, #scrollUp, header, footer {
        display: none !important;
    }

    body {
        margin: 0;
        padding 0 !important;
        min-width: 768px;
    }

    .container {
        width: auto;
        min-width: 750px;
    }

    #banner {
        display: table;
        vertical-align: middle;
        text-align: center;
    }

        #banner img {
            display: table-cell;
            max-height: 100%;
            height: auto;
        }

    a[href]:after {
        content: none;
    }

    .noprint, div.alert, header, .group-media, .btn, .footer, #comments, .nav, ul.links.list-inline, ul.action-links {
        display: none !important;
    }

    [class*="col-xl-"] {
        float: left;
    }

    [class*="col-lg-"] {
        float: left;
    }

    [class*="col-md-"] {
        float: left;
    }

    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    .col-xl-12, .col-lg-12, col-md-12, .col-sm-12, .col-xs-12 {
        width: 100% !important;
    }

    .col-xl-11, .col-lg-11, col-md-11, .col-sm-11, .col-xs-11 {
        width: 91.66666667% !important;
    }

    .col-xl-10, .col-lg-10, col-md-10, .col-sm-10, .col-xs-10 {
        width: 83.33333333% !important;
    }

    .col-xl-9, .col-lg-9, col-md-9, .col-sm-9, .col-xs-9 {
        width: 75% !important;
    }

    .col-xl-8, .col-lg-8, col-md-8, .col-sm-8, .col-xs-8 {
        width: 66.66666667% !important;
    }

    .col-xl-7, .col-lg-7, col-md-7, .col-sm-7, .col-xs-7 {
        width: 58.33333333% !important;
    }

    .col-xl-6, .col-lg-6, col-md-6, .col-sm-6, .col-xs-6 {
        width: 50% !important;
    }

    .col-xl-5, .col-lg-5, col-md-5, .col-sm-5, .col-xs-5 {
        width: 41.66666667% !important;
    }

    .col-xl-4, .col-lg-4, col-md-4, .col-sm-4, .col-xs-4 {
        width: 33.33333333% !important;
    }

    .col-xl-3, .col-lg-3, col-md-3, .col-sm-3, .col-xs-3 {
        width: 25% !important;
    }

    .col-xl-2, .col-lg-2, col-md-2, .col-sm-2, .col-xs-2 {
        width: 16.66666667% !important;
    }

    .col-xl-1, .col-lg-1, col-md-1, .col-sm-1, .col-xs-1 {
        width: 8.33333333% !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left !important;
    }
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/***********************
  ADD ON
************************/
/*.slinky-menu ul.showSlink {
	display: block !important;
}*/
/***********************
  Programmer Required
************************/
.IE8Fix {
    z-index: 1;
}

.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
    font-size: 11px;
    color: #CC0000;
    display: block;
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .errMsg a:hover {
        text-decoration: underlink;
    }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/********************************************************
  MOBILE / RESPONSIVE TABLE WITH NO VERTICAL SCROLLING
*********************************************************/
.attributes_sort label {
    margin-right: 15px;
}

table.attributes {
    font-size: 13px;
    line-height: 18px;
}

    .attributes th, table.attributes th {
        font-weight: normal;
        padding: 10px 18px;
    }

    .attributes td, table.attributes td {
        padding: 12px 18px;
        font-weight: normal;
    }

input.attributes_qty, .attributes_qty {
    border-color: #d0d0d0;
    color: #505050;
    text-align: center;
    min-width: 0;
    max-width: 80px;
    width: 100%;
}

table.attributes tbody tr:nth-child(odd) {
    background: white;
}

table.attributes tbody tr:nth-child(even) {
    background: #efefef;
}

.table-header {
    display: none;
}

@media (max-width: 700px) {
    /* Force table to not be like tables anymore */
    table.attributes, table.attributes thead, table.attributes tbody, table.attributes th, table.attributes td, table.attributes tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        table.attributes thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        table.attributes tr {
            border: 1px solid #ccc;
            border-bottom: none;
            border-top: none;
        }

            table.attributes tr:last-child {
                border-bottom: 1px solid #ccc;
            }

            table.attributes tr:first-child {
                border-top: 1px solid #ccc;
            }

        table.attributes td {
            /* Behave  like a "row" */
            border: none;
            position: relative;
            text-align: left;
            padding-left: 30vw;
            width: 100%;
        }

            table.attributes td:before {
                /* Now like a table header */
                /* Top/left values mimic padding */
                position: absolute;
                width: 30vw;
                left: 0;
                top: 0;
                padding: 12px;
                color: #a0a0a0;
                font-size: 11px;
            }

            /*Label the data*/
            table.attributes td:before {
                content: attr(data-title);
            }

    .table-header {
        display: block;
        color: white;
        background: #c4261d;
        padding: 8px 10px;
        text-align: center;
        font-family: maven_probold, Arial, Helvetica, sans-serif;
    }
    /** ORDER TABLE **/
    table.account-table {
        border: 0;
    }

        table.account-table tbody {
            background: white;
            border-top: 3px solid #e0e0e0;
            border-bottom: 3px solid #e0e0e0;
        }

            table.account-table tbody tr {
                border: none;
                border-top: 1px solid #e0e0e0;
                padding-bottom: 25px;
                padding-right: 0;
            }

        table.account-table tr:first-child {
            border-top: none;
        }

        table.account-table tbody tr:last-child td {
            padding-bottom: 0;
        }
}

.home-prod-title {
    font-size: 25px;
}

.txt-green {
    color: #00b050;
}

.notice-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background-color: #2277bf;
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
}

.txt-underline {
    text-decoration: underline !important;
}

.top-gray-banner {
    background-color: #efefef;
    padding: 4px 0;
    color: #333;
    text-align: center;
}
