@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap') @charset "utf-8";

/* 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;
}

    table.th-short th {
        width: 40%;
    }

.rounded {
    border-radius: 0.15rem !important;
}

/*Reset Container Max Width*/

@media (max-width: 768px) {

    .container,
    .container-sm {
        max-width: 95% !important;
    }
}


/* Font Embed */

@font-face {
    font-family: 'cew-iconset';
    src: url('fonts/cew-iconset-v2e9be.eot?47946472');
    src: url('fonts/cew-iconset-v2e9be.eot?47946472#iefix') format('embedded-opentype'), url('fonts/cew-iconset-v2e9be.woff?47946472') format('woff'), url('fonts/cew-iconset-v2e9be.ttf?47946472') format('truetype'), url('fonts/cew-iconset-v2e9be.svg?47946472#cew-iconset-v2') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Font Embed */

.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%;
}

body {
    background: #FFFFFF;
    color: #646464;
    line-height: 1.4em;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: auto;
    margin: 0;
    letter-spacing: 0.1px;
}

    body.overflow-hidden,
    html.overflow-hidden {
        overflow: hidden;
    }

    body.overflow-hidden {
        position: fixed;
        width: 100%;
        min-height: 100%;
    }

td {
    position: relative;
}

p {
    margin-bottom: 20px;
}

.clear {
    clear: both;
}

/* Basic Fonts */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #58595B;
    margin-bottom: 0.3em;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: -0.1px;
    font-weight: 600;
}

    h1,
    h1 a,
    h1 a:link {
        font-size: 52px;
    }

    h2,
    h2 a,
    h2 a:link {
        font-size: 30px;
    }

    h3,
    h3 a,
    h3 a:link {
        font-size: 25px;
    }

    h4,
    h4 a,
    h4 a:link {
        font-size: 20px;
        line-height: 1.2em;
    }

    h5,
    h5 a,
    h5 a:link {
        font-size: 18px;
    }

    h6,
    h6 a,
    h6 a:link {
        font-size: 16px;
        /* font-weight: 600; */
    }



    h2.huge-size {
        font-size: 90px;
    }


b,
strong,
.fw-bold {
    font-weight: 600 !important;
}

i,
em {
}

    i b,
    i strong,
    em b,
    em strong,
    b i,
    b em,
    strong i,
    strong em {
    }

label {
    color: #58595B;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-bottom: 3px;
    text-transform: uppercase;
}

ol,
ul {
    margin-left: 18px;
}

    ol > li {
        margin-bottom: 0;
        line-height: 1.4em;
    }

    ul li {
        margin-bottom: 7px;
        line-height: 1.4em;
        list-style: none;
    }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a,
a:link,
a:visited,
a:active {
    color: inherit;
    webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}

    /* <a> link with class */
    a.download-btn::before {
        content: url(../images/download-icon.svg);
        margin-right: 10px;
        top: 2px;
        position: relative;
    }


    a.btn,
    a.btn:focus,
    .btn,
    .btn:focus,
    input[type='submit'],
    input[type='button'],
    input[type='reset'] {
        background: #407cca !important;
        border-radius: 2px;
        color: #FFFFFF !important;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 500;
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        padding: 5px 25px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        text-decoration: none;
        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;
        border: 1px solid #fff0;
    }

        a.btn.btn-white,
        input[type='submit'].btn-white,
        input[type='button'].btn-white {
            border: 1px solid #3D3D3D !important;
            background: #FFF !important;
            color: #3D3D3D !important;
        }

        a.btn:hover,
        .btn:hover,
        input[type='submit']:hover,
        input[type='button']:hover {
            border: 1px solid #f89838 !important;
            background: #f89838 !important;
            color: #FFFFFF !important;
        }


        a.btn.enquiry {
            background: none !important;
            color: #fff !important;
            padding: 0;
            border: 0;
        }

    a:hover.btn.enquiry {
        border: 0 !important;
        opacity: 0.8;
    }

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none !important;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #fff;
}

a.backtolisting::before,
a.link2:after {
    display: inline-block;
    vertical-align: middle;
    content: url(../images/arrow-left-btl.svg);
    padding-right: 10px;
}

a.link2:after {
    padding-right: 0;
    padding-left: 10px;
    content: url(../images/arrow-right-np.svg);
}

a.backtolisting,
a.link2 {
    color: #4E4949;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

a.link {
    background: #407cca;
    padding: 2px 10px 6px;
    border-radius: 2px;
}

    a.link img {
        width: 9px;
    }

.border {
    border: 1px solid #D9D9D9 !important;
    border-radius: 2PX;
}

/* 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="file"],
input[type='text'],
select,
textarea {
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    color: #3D3D3D;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 0 0 5px 5px #8888880f;
}

textarea {
    resize: none;
    height: auto;
    padding: 10px 15px;
}

select {
    padding: 0 30px 0 10px;
}

    input:focus,
    input[type='text']:focus,
    select:focus,
    textarea:focus {
        outline: 0;
    }

    input[type="password"]::-ms-clear,
    input[type="file"]::-ms-clear,
    input[type="text"]::-ms-clear,
    select::-ms-clear,
    textarea::-ms-clear {
        display: none;
    }

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
/*Remove the eye from a password field in IE*/ {
    display: none;
}

select {
    margin: 0 !important;
    background: url('../images/select-down.svg') no-repeat right #FFF;
    -webkit-appearance: none;
    background-position: right 15px top 22px;
}

    select:focus {
        background: url('../images/select-up.svg') no-repeat right #FFF;
        background-position: right 15px top 22px;
    }

    select::-ms-expand {
        display: none;
    }

/** RADIO / CHECKBOX**/

input[type="radio"],
input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
}

.chk-posadj {
    margin-top: -1px;
}

input[type="radio"]:first,
input[type="checkbox"]:first {
    margin-left: 0;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    text-transform: none;
}

input[type="text"][disabled]:active,
input[type="text"][disabled] {
    color: #A7A7A7;
}

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],
select[disabled],
select[disabled]:active,
button[disabled]:active,
button[disabled] {
    opacity: 0.5 !important;
    pointer-events: none;
}

/* 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;
    -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;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

#scrollUp,
a#scrollUp {
    bottom: 50px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: url(../images/top.svg) no-repeat;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#scrollUp-active {
    display: none;
}

/* Divider and Outline */

hr {
    background: #D9D9D9;
    height: 1px;
    width: 100%;
    border: none;
    margin: 2em 0;
    opacity: 1;
}

    hr.thin {
        margin: 1em 0;
    }


    hr.hr-vertical {
        background: #D9D9D9;
        height: 100%;
        width: 1px;
        margin: 0 auto;
    }

    hr.hr-bold {
        height: 3px;
        background: #f89838;
    }


header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff5c;
    position: fixed;
    top: 0;
    z-index: 3;
    transition: background-color 1000ms ease-in-out;
}

.notification-bar.small {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    background: rgb(248, 152, 56);
    background: linear-gradient(121deg, rgba(248, 152, 56) 0%, rgba(248, 100, 56, 1) 100%);
    color: white;
    padding: 5px 10px;
    top: 52px;
}


/*
.homepage header {
    background: none;
    border: none;
}*/


a.login_icon img,
a.search_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(0%) hue-rotate(262deg) brightness(115%) contrast(100%);
    width: 15px;
}


header.sticky {
    display: block;
    background: #fff;
    box-shadow: 0px 3px 14px -5px rgba(0, 0, -1, 0.07);
    -webkit-box-shadow: 0px 3px 14px -5px rgb(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 14px -5px rgba(0, 0, 0, 0.07);
}


.logo {
    width: 110px;
    padding: 3px 0;
    transition: all 300ms ease-in-out;
}



.login,
.search-wrapper,
.enquiry {
    display: inline-flex;
    vertical-align: middle;
}

/* Login Dropdown */

.login {
    margin-right: 20px;
    position: relative;
    border-right: 1px solid #ccc;
    padding-right: 25px;
}

    .login a.login_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
    }

a.login_icon::after {
    content: 'LOGIN/REGISTER';
    margin-left: 10px;
    color: #fff;
    transition: color 1000ms ease-in-out;
}

a.login_icon.logged::after {
    content: 'MY ACCOUNT';
    margin-left: 10px;
    color: #fff;
    transition: color 1000ms ease-in-out;
}


.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 {
    display: block;
    border: 0;
    padding: 0;
    margin: 0 0 8px;
    line-height: 1em;
}

    .logindrop_div ul li a {
        color: #3D3D3D !important;
        font-size: 16px;
        text-transform: capitalize;
    }

        .logindrop_div ul li a:hover,
        .logindrop_div ul li.active a {
            color: #f89838 !important;
        }

.logindrop_div a.btn {
    font-size: 14px !important;
    height: 40px !important;
}

.logindrop_div {
    clear: both;
    position: absolute;
    top: 48px;
    right: 0;
    padding: 15px 20px;
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    text-align: left;
    display: none;
    min-width: 175px;
    z-index: 9999999 !important;
}

.item-qty {
    background: #f89838;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    width: 22px;
    height: 22px;
    margin-left: 10px;
}


header.sticky a.login_icon img,
header.sticky a.search_icon img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(5560%) hue-rotate(65deg) brightness(110%) contrast(79%);
}

header.sticky ul#navmenu-h li a,
.sticky ul#navmenu-h li a,
header.sticky a.login_icon::after,
header.sticky a.btn.enquiry {
    color: #58595B !important;
}

header.sticky .logo {
    width: 65px;
    padding: 8px 0;
}




/* Search */

.search-wrapper {
    position: relative;
    margin-right: 20px;
}

a.search_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#search {
    clear: both;
    position: absolute;
    top: 0;
    right: 52px;
    width: 0 !important;
    overflow: hidden !important;
    -webkit-transition: width 300ms ease-out;
    -moz-transition: width 300ms ease-out;
    -o-transition: width 300ms ease-out;
    transition: width 300ms ease-out;
    height: 46px;
}

input.search_field {
    display: inline-block;
    vertical-align: top;
    height: 46px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#search.active {
    width: 300px !important;
    z-index: 9999;
}

.closesearch,
a.closesearch {
    display: none;
}

@media (max-width: 767px) {
    .search-wrapper {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: none;
        width: auto;
        height: auto;
    }

    #search {
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* IE 5-7 */
        filter: alpha(opacity=0);
        /* Netscape */
        -moz-opacity: 0;
        /* Safari 1.x */
        -khtml-opacity: 0;
        /* Good browsers */
        opacity: 0;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.8) !important;
        visibility: hidden;
    }

        #search.active {
            color: #fff !important;
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            /* IE 5-7 */
            filter: alpha(opacity=100);
            /* Netscape */
            -moz-opacity: 1;
            /* Safari 1.x */
            -khtml-opacity: 1;
            /* Good browsers */
            opacity: 1;
            visibility: visible;
            width: 100% !important;
            height: 100%;
            -webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out;
            -moz-transition: opacity 300ms ease-out, visibility 300ms ease-out;
            -o-transition: opacity 300ms ease-out, visibility 300ms ease-out;
            transition: opacity 300ms ease-out, visibility 300ms ease-out;
        }

    input.search_field {
        text-align: center;
        width: 85%;
        height: 40px;
        background: #fff;
        border-bottom: 1px solid #fff;
        position: absolute;
        top: 40%;
        margin: auto;
        left: 0;
        right: 0;
    }

    .closesearch,
    a.closesearch {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
    }

        a.closesearch:hover {
            background: none !important;
        }

    a.search_icon {
        top: 0;
        right: 0;
        display: inline-flex;
        vertical-align: middle;
        transition: none !important;
    }

    .mobile-search-submitbtn {
        position: absolute;
        top: 54%;
        left: 0;
        right: 0;
        width: 85%;
        margin: auto;
    }
}

/* Navigation */

#menu {
    height: auto;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    display: inline-block;
    vertical-align: middle;
}

nav {
    margin: 0 auto;
    width: 100%;
}

.menu_close,
.menu_toggle {
    display: none;
}

ul#navmenu-h {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: center;
}

    ul#navmenu-h li {
        display: inline-block;
        position: relative;
        margin: 0;
        border: 0;
        padding: 0 30px;
        webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
        line-height: 1.2em;
        border-right: 1px solid #ccc;
    }

        ul#navmenu-h li.header {
            display: none;
        }

        /* Root Menu */

        ul#navmenu-h li a,
        .sticky ul#navmenu-h li a {
            color: #fff;
            display: block;
            padding: 0px;
            letter-spacing: 0.01em;
            font-weight: 500;
            font-size: 16px;
            text-shadow: none;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
            text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.10);
            /* margin-top: 10px; */
        }

            ul#navmenu-h li a:focus,
            ul#navmenu-h li.active a,
            ul#navmenu-h li:hover a {
                color: #fff !important;
            }

    ul#navmenu-h ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        border: 0;
        background-color: #FFF;
        min-width: 220px;
        padding: 15px 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
        z-index: 2;
        visibility: hidden;
        transition: all 300ms ease-in-out;
        border-top: 3px solid #f89838;
    }

        ul#navmenu-h ul ul,
        ul#navmenu-h ul ul ul,
        ul#navmenu-h ul ul ul ul {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            margin-left: 0 !important;
        }

        ul#navmenu-h ul li {
            width: 100%;
            display: block;
            margin: 0;
            background: none !important;
            padding: 0;
            margin: 0;
        }

    /* 2nd Menu */

    ul#navmenu-h li:hover li a {
        width: 100%;
        float: none;
        background: #FFF;
        color: #231F1F !important;
        font-weight: 500;
        font-size: 13px;
        text-transform: capitalize;
        line-height: 1.4em;
        padding: 8px 20px;
        margin: 0px;
        text-align: left;
        cursor: pointer;
        z-index: 500 !important;
        border: none;
        text-shadow: none;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        /* 2nd Menu Hover Persistence */

        ul#navmenu-h li:hover li a:hover,
        ul#navmenu-h li:hover li:hover a {
            cursor: pointer;
            color: #f89838 !important;
            border: none;
            z-index: 500 !important;
        }

    /* 3rd Menu */
    ul#navmenu-h li:hover li:hover li a {
        float: none;
        background: #FFF;
        color: #231F1F !important;
        font-weight: 500;
        font-size: 17px;
        text-transform: capitalize;
        line-height: 1.4em;
        padding: 8px 15px;
        margin: 0px;
        text-align: left;
        cursor: pointer;
        z-index: 500 !important;
        width: 100%;
        border: none;
        text-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        /* 3rd Menu Hover Persistence */
        ul#navmenu-h li:hover li:hover li a:hover,
        ul#navmenu-h li:hover li:hover li:hover a,
        ul#navmenu-h li.iehover li.iehover li a:hover,
        ul#navmenu-h li.iehover li.iehover li.iehover a {
            cursor: pointer;
            color: #f89838 !important;
            border: none;
            z-index: 500 !important;
        }

    /* 4th Menu  */
    ul#navmenu-h li:hover li:hover li:hover li a {
        float: none;
        background: #FFF;
        color: #231F1F !important;
        font-weight: 500;
        font-size: 17px;
        text-transform: capitalize;
        line-height: 1.4em;
        padding: 8px 15px;
        margin: 0px;
        text-align: left;
        cursor: pointer;
        z-index: 500 !important;
        width: 100%;
        border: none;
        text-shadow: none;
    }

        /* 4th Menu Hover */
        ul#navmenu-h li:hover li:hover li:hover li a:hover,
        ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
            cursor: pointer;
            color: #f89838 !important;
            border: none;
            z-index: 500 !important;
        }

    ul#navmenu-h ul ul,
    ul#navmenu-h ul ul ul,
    ul#navmenu-h ul ul ul ul {
        top: 0;
        left: 100%;
        float: left;
    }

    ul#navmenu-h li:hover li,
    ul#navmenu-h li:hover li:hover li,
    ul#navmenu-h li:hover li:hover li:hover li,
    ul#navmenu-h ul li.active,
    ul#navmenu-h ul li li.active,
    ul#navmenu-h ul li li li.active {
        border: 0;
    }

    /* Hover Function - Do Not Move */

    ul#navmenu-h li:hover ul li > ul,
    ul#navmenu-h li:hover ul ul li > ul,
    ul#navmenu-h li.iehover ul li > ul,
    ul#navmenu-h li.iehover ul ul li > ul {
        display: none;
    }

    ul#navmenu-h li:hover > ul,
    ul#navmenu-h ul li:hover > ul,
    ul#navmenu-h ul ul li:hover > ul,
    ul#navmenu-h li.iehover > ul,
    ul#navmenu-h ul li.iehover > ul,
    ul#navmenu-h ul ul li.iehover > ul {
        display: block;
    }

    ul#navmenu-h ul li.active a,
    ul#navmenu-h ul li.active a,
    ul#navmenu-h ul li a.active,
    ul#navmenu-h ul li:hover li.active a,
    ul#navmenu-h ul li:hover li:hover li.active a,
    ul#navmenu-h ul li:hover li:hover li:hover li.active a {
        color: #f89838 !important;
    }

    ul#navmenu-h li:hover > ul {
        display: block !important;
        visibility: visible;
    }

/* end Nav */

.shadow-box {
    background: #fff;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 0px 0px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
}


#maincontent {
    background: linear-gradient(90deg, rgb(242 242 242) 0%, rgb(255 255 255) 100%);
    width: 100%;
    padding: 0 0 50px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #maincontent.homepage {
        padding: 0 0 50px;
        margin-top: -20px;
        background: linear-gradient(90deg, rgb(242 242 242) 0%, rgb(255 255 255) 100%);
    }




.mt-minus {
    margin-top: -100px;
}

.mt-80 {
    margin-top: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-minus {
    margin-bottom: -100px;
}

/* Banner */

#banner #slick,
.featuredslick.lists1,
.proddet_img,
.proddet_imgnav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

    #banner #slick.slick-initialized,
    .featuredslick.lists1.slick-initialized,
    .proddet_img.slick-initialized,
    .proddet_imgnav.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

#slickImageVideo .slick-slide img {
    width: 100%;
}

#slickImageVideo {
    display: none;
}

.slickCaptionDiv {
    margin: auto;
    max-width: 1140px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slickCaption {
    width: 50%;
    padding: 35px;
    text-align: left;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.31);
}

h2.slickCaption1 {
    color: #FFFFFF;
    font-size: 52px;
    font-weight: 500;
    line-height: 1.1em;
}

h2.slickCaption1-alt {
    color: #181A19;
}


#slickImageVideo .slick-arrow {
    border: 0px !important;
    top: 45%;
}

/***** FIVE DOTS CUT OFF   ****************/
.slick-dots-container {
    width: 5.5rem;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 30px auto 0;
    height: 0.875rem;
    position: relative;
}

    .slick-dots-container > ul {
        padding: 0;
        display: flex;
        transition: all 0.25s;
        position: relative;
        margin: 0;
        list-style: none;
        transform: translateX(0);
        align-items: center;
        bottom: unset;
        height: 100%;
    }

        .slick-dots-container > ul li {
            width: 0.625rem !important;
            height: 0.625rem !important;
            margin: 0 0.25rem;
            background-color: #EEE;
            display: inline-flex;
            align-items: center;
        }

            .slick-dots-container > ul li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 1.25rem;
                height: 1.25rem;
                padding: 0.3125rem;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: 0;
                background: none;
            }

            .slick-dots-container > ul li.p-small-1,
            .slick-dots-container > ul li.n-small-1 {
            }

            .slick-dots-container > ul li.slick-active {
                transform-origin: center;
                background-color: #f89838;
            }

.slick-dots li button:before {
    display: none;
}

.featuredslick {
    position: relative;
    z-index: 2;
}

    .featuredslick .slick-track {
        display: flex;
        margin-left: 0;
    }

    .featuredslick .slick-list {
        margin: 0 -15px;
        padding: 10px 0;
    }

    .featuredslick .slick-slide {
        background: #FFF;
        border: none;
        display: flex;
        height: inherit !important;
        padding: 0;
        margin: 0 15px;
        border-radius: 2px;
    }

        .featuredslick .slick-slide div {
            width: 100% !important;
        }

        .featuredslick .slick-slide .card {
            display: flex !important;
            height: 100%;
        }

    .featuredslick .slick-prev,
    .featuredslick .slick-next {
        padding: 10px;
        height: 80px;
        border: 0
    }

    .featuredslick .slick-prev {
        left: -50px;
    }

    .featuredslick .slick-next {
        right: -50px;
    }

@media (min-width: 768px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.overlay-txt {
    background: rgba(25, 23, 23, 0.73);
    background: -moz-linear-gradient(top, rgba(25, 23, 23, 0.73) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25, 23, 23, 0.73)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(25, 23, 23, 0.73) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(25, 23, 23, 0.73) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(25, 23, 23, 0.73) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(25, 23, 23, 0.73) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#191717', endColorstr='#ffffff', GradientType=0);
    padding: 20px;
    position: absolute;
    text-align: left;
    width: 100%;
    height: 100%;
    top: 0;
}


/*Sub Banner Section*/
.overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    /* Adjust opacity here */
}

.sub-banner {
    position: relative;
    background: linear-gradient(90deg, rgba(64,124,202,1) 0%, rgba(0,116,152,1) 100%);
    /* Ensure the overlay is relative to this container */
}

.sub-caption {
    position: relative;
    /* Ensure text remains above overlay */
    z-index: 1;
    /* Ensure text remains above overlay */
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.31);
}


.left-corner-cut:before,
.right-corner-cut:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 40px solid #FFFFFF;
    border-left: 40px solid transparent;
    width: 0;
}

.left-corner-cut:before {
    left: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF;
    border-left: 20px solid #FFF;
}

.left-corner-cut.cut-lgrey:before {
    border-top: 20px solid #F8F8F8;
    border-left: 20px solid #F8F8F8;
}

.section-padding-narrow {
    padding: 7em 0em 3em 0em;
}


.section-padding01 {
    padding: 7em 1em;
}

.section-padding02 {
    padding: 12em 0 10em;
}

.section-padding03 {
    padding: 12em 0;
}


.breadcrumb {
    background: none;
    margin: 130px 0 0;
    padding: 0;
    list-style: none;
}

    .breadcrumb li {
        margin: 0;
        padding: 0;
    }

        .breadcrumb li a {
            color: #787878;
            font-family: "Barlow Condensed", sans-serif;
            font-size: 13px;
            font-weight: 400;
            text-transform: capitalize;
        }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    content: '/';
    color: #787878;
    padding: 0 8px 0 0;
}

.breadcrumb li.active a,
.breadcrumb li:hover a {
    color: #f89838 !important;
}

ul.bullet,
ul.bullet li {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.bullet li::before {
        content: url(../images/bullet.html);
        padding-right: 10px;
        position: absolute;
        margin-left: -20px;
    }

    ul.bullet li {
        margin-bottom: 10px;
        margin-left: 20px;
    }

.img-container,
.img-container-home,
.img-container-news {
    max-width: 100%;
    margin: 0 auto;
}

.img-container-home {
    background: #DFAF12;
    border-radius: 3px;
}

.img-container-thumb {
    max-width: 130px;
    margin: 0 auto;
}

a.prod-wrap,
.prod-wrap,
.prod-wrap-home {
    width: 100%;
    padding-bottom: 100%;
    height: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: none 0s ease 0s;
    border-radius: 2px;
}

.img-container .prod-wrap,
.img-container-thumb .prod-wrap {
    padding-bottom: 60%;
}

.img-container-home .prod-wrap-home {
    padding-bottom: 85.7%;
}

.prod-wrap-home img {
    transition: transform 300ms ease-in-out;
}

.prod-wrap-home:hover img {
    transform: scale(1.02, 1.02);
}

.img-container-news .prod-wrap {
    padding-bottom: 60%;
}

a.prod-wrap > img,
.prod-wrap > img,
.prod-wrap a > img,
.prod-wrap-home > img.category-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;
}


.card {
    background: #FFF;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #E3E3E3;
    height: 100%;
}

.news .card {
    background: #ffffff;
}


.card:hover a.prod-wrap > img,
.card:hover .prod-wrap a > img {
    cursor: pointer;
    transform: scale(1.02, 1.02);
}



.card-header {
    background: none;
    border: none;
    padding: 0;
}

.card-body {
    border: 0;
    background: none;
    padding: 20px 25px;
}

.card-footer {
    background: none;
    border: 0;
    padding: 0 15px 0;
}

.news .card-footer {
    padding: 0 15px 20px;
}

.card-body.prod_list {
    padding: 0;
}

/* Products View and List views*/

.display_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    vertical-align: middle;
}

    .display_icons li {
        margin-bottom: 0;
        display: inline-flex;
        align-items: center;
    }

.display_icons_btn {
    background: none;
    border: 1px solid #C9C9C9;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}

    .display_icons_btn.active.icon_grid.active {
        background: url(../images/thumbnail-white.png) no-repeat center#407cca;
        border: 1px solid#407cca;
    }

    .display_icons_btn.active.icon_list.active {
        background: url(../images/listview-white.png) no-repeat center#407cca;
        border: 1px solid#407cca;
    }

        .display_icons_btn.active.icon_grid.active img,
        .display_icons_btn.active.icon_list.active img {
            display: none !important;
        }

    .display_icons_btn:focus {
        outline: 0;
    }

.prod_view {
    margin-bottom: 0%;
}

    .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: 0em !important
        }

.prod_list,
.prod_grid {
    display: none;
}

    .prod_list.active,
    .prod_grid.active {
        display: block;
    }

.posted-date:before {
    content: '\e82f';
    font-family: 'cew-iconset';
    padding-right: 5px;
}

.posted-date {
    font-size: 14px;
    color: #7D786F;
}

/*My Account Side nav*/

ul.myaccount {
    padding: 0;
    margin: 0;
}

    ul.myaccount li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul.myaccount li a {
            padding: 5px 0;
            display: block;
            line-height: 1.4em;
            text-transform: capitalize;
            text-decoration: none;
            text-align: left;
        }

        ul.myaccount li.acc-title {
            list-style: none;
            margin: 15px 0 7px;
            padding-bottom: 10px;
            color: #231F1F;
            display: block;
            font-size: 18px;
            font-weight: 600;
            text-transform: capitalize;
            border-bottom: 1px solid #D9D9D9;
        }

        ul.myaccount li a:hover,
        ul.myaccount li.active a {
            color: #f89838 !important;
        }

    ul.myaccount a.btn:hover {
        color: #FFF !important;
    }

.status-pending::before,
.status-processing::before,
.status-confirmed::before,
.status-completed::before,
.status-cancelled::before,
.status-processing::before,
.status-shipped::before,
.status-refunded::before,
.status-quoted::before,
.status-requestedtoconfirm::before {
    content: "\E95E";
    font-size: 9px;
    color: #EFD50F;
    font-family: 'cew-iconset';
    vertical-align: middle;
    margin-right: 5px;
}

.status-pending,
.status-processing,
.status-confirmed,
.status-completed,
.status-cancelled,
.status-deleted,
.status-processing,
.status-shipped,
.status-refunded,
.status-requestedtoconfirm,
.status-quoted {
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin-left: 15px;
}

    .status-quoted::before {
        color: #E27D19;
    }

    .status-requestedtoconfirm::before {
        color: #409DB9;
    }

    .status-confirmed::before {
        color: #78CB24;
    }

    .status-completed::before {
        color: #407b05;
    }

    .status-cancelled::before {
        color: #b20303;
    }

    .status-processing::before {
        color: #F0B648;
    }

    .status-shipped::before {
        color: #407B05;
    }

    .status-refunded::before {
        color: #DD2564;
    }

    .status-deleted::before {
        color: #707070;
    }

.address_form,
.profile_form,
.profile_email,
.collapsebox.tohide {
    display: none;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
    display: none !important;
}

.fancybox-close-small {
    top: 15px;
    right: 15px;
    opacity: 1;
    padding: 0;
    width: 30px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Show Hide Password */

a.showpw-btn {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 1;
    margin-left: -40px;
    padding-top: 7px;
}

.fa-eye:before {
    content: url(../images/eye.svg);
}

.fa-eye-slash:before {
    content: url(../images/eye-close.svg);
}

.selectDate {
    position: absolute;
    right: 30px;
    top: 47px;
}

.leftside {
    width: 10% !important;
}

.rightside {
    width: 90% !important;
}

.col-md-15 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}



/*Reset Header & Nav*/
@media (max-width: 1140px) {
    .section-padding-narrow {
        padding: 3em 0em 3em 0em;
    }

    .section-padding02,
    .section-padding03 {
        padding: 7em 0;
    }



    header {
        position: relative;
    }

    a.login_icon img,
    a.search_icon img {
        filter: brightness(0) saturate(100%) invert(21%) sepia(1%) saturate(0%) hue-rotate(134deg) brightness(90%) contrast(89%);
    }


    a.login_icon::after,
    a.login_icon.logged::after {
        content: '';
    }




    ul#navmenu-h li a,
    .sticky ul#navmenu-h li a,
    a.btn.enquiry {
        color: #3a3a3a !important;
    }
}


@media (min-width: 768px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*Product Details Page*/

.proddet_imgdiv {
    overflow: hidden !important;
}

.proddet_imgwrapper {
    display: inline-block;
    vertical-align: top;
    width: 79%;
    text-align: center;
    position: relative;
}

.proddet_imgnav {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 13%;
    position: relative;
}

    .proddet_imgnav .slick-track {
        margin-top: 0px;
    }

.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: 100%;
    height: 0;
    padding-bottom: 94.4%;
    overflow: hidden;
}

.proddet_imgnav .slick-slide {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    height: 0;
    padding-bottom: 94.4%;
    width: 100%;
    float: none;
    display: inline-block;
}

.proddet_thumb {
    width: 100%;
    height: 0;
    padding-bottom: 94.4%;
    overflow: hidden;
    position: relative;
}

    .proddet_thumb img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.7;
    }

.proddet_imgnav .slick-list {
    padding: 8px 0 30px !important;
    margin: 30px 0 35px;
}

.proddet_imgnav .slick-prev,
.proddet_imgnav .slick-next {
    background: none;
    border: 1px solid #4E4949;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 1;
    box-shadow: none;
}

.proddet_imgnav .slick-prev {
    top: 0;
    position: absolute;
    cursor: pointer !important;
}

    .proddet_imgnav .slick-prev::before {
        content: url(../images/arrow-up.svg);
    }

.proddet_imgnav .slick-next::before {
    content: url(../images/arrow-down.svg);
}

.proddet_imgnav .slick-next {
    top: auto;
    bottom: 0;
    position: absolute;
    cursor: pointer !important;
}

    .proddet_imgnav .slick-next::after,
    .proddet_imgnav .slick-prev::after {
        content: '';
    }

    .proddet_imgnav .slick-prev:hover::before,
    .proddet_imgnav .slick-next:hover::before {
        color: #f89838;
    }

.proddet_imgnav .slick-disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    cursor: default;
}

.proddet_imgnav .slick-slide.slick-current img {
    opacity: 1;
}

.proddet_imgnav .slick-slide.slick-current {
}

.proddet_imgnav.morethan5 {
    padding: 20px 0 20px 0 !important;
}

.proddet_imgnav.lowerthan5 .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

.proddet_imgnav.lowerthan5 {
    padding-top: 15px;
}

input.addcart-btn {
    width: 100%;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 70px;
    text-align: center;
    border: 1px solid #4E4949;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 5px !important;
    float: left;
    height: 50px;
    color: #3D3D3D;
}

input[type='submit'].minus-btn,
input[type='button'].minus-btn,
input[type='submit'].add-btn,
input[type='button'].add-btn {
    box-shadow: none !important;
    outline: 0;
    cursor: pointer;
    border: 1px solid #4E4949 !important;
    border-radius: 0;
    padding: 0;
    transition: none;
    top: 0;
    width: 40px;
    height: 50px !important;
    float: left;
    text-shadow: none;
    webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

input[type='submit']:focus,
input[type='button']:focus {
    outline: 0;
}

input[type='submit'].add-btn,
input[type='button'].add-btn {
    border-left: none !important;
    background: url(../images/btn-plus.svg) no-repeat center !important;
}

input[type='submit'].minus-btn,
input[type='button'].minus-btn {
    border-right: none !important;
    background: url(../images/btn-minus.svg) no-repeat center !important;
}

    input[type='submit'].add-btn:hover,
    input[type='button'].add-btn:hover,
    input[type='submit'].minus-btn:hover,
    input[type='button'].minus-btn:hover {
        color: #f89838 !important;
    }

/*** Labels ****/

ul.labels {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 0;
}

    ul.labels li {
        list-style: none;
        margin: 0;
        margin-left: 10px;
        margin-top: 10px;
        display: table;
        font-size: 16px;
        font-weight: 700;
        line-height: 1em;
        color: #FFFFFF;
        text-align: center;
        text-transform: capitalize;
        padding: 6px 12px;
    }

.label-new {
    background-color: #f89838;
}

.label-sale {
    background-color: #f89838;
}

.label-soldout {
    background-color: #999;
}

.icon-pencil-alt-1 {
    color: #1B95D5;
    font-size: 22px;
}

/* Footer */

footer {
    background: #407cca;
    color: #ffffffad;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6em;
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
}

.footer1 {
    background: #407cca;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    padding: 4em 0 2em;
    border-bottom: 3px solid #f89838;
}


    .footer1 h5,
    .footer1 h6 {
        color: #FFFFFF;
    }

footer ul,
footer ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

    footer ul li {
        display: block;
        padding: 0;
        margin: 0 0 10px;
    }

        footer ul li:last-child {
            border-right: 0;
            margin-right: 0;
        }

        footer ul li a {
            text-transform: capitalize;
        }

footer a:hover,
footer a.active,
footer li.active a {
    color: #f89838 !important;
}

input[type='text'].subscribe-field {
    float: left;
    width: 70%;
}

input[type='submit'].subscribe-btn {
    float: right;
    width: 30%;
    font-size: 15px !important;
    padding: 0 15px !important;
}

/***********************
  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;
    }
}

@media (min-width: 1500px) and (max-width: 1620px) {
    .slickCaption {
        width: 35%;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .slickCaption {
        width: 40%;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .slickCaption {
        width: 40%;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .slickCaption {
        width: 40%;
    }

    .overlay-txt * {
        font-size: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1254px) {
    .footer1 {
        padding: 4em 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slickCaption {
        width: 45%;
    }

    h2.slickCaption1,
    h2.slickCaption1-alt {
        font-size: 30px;
    }

    .overlay-txt {
        padding: 15px;
    }

        .overlay-txt * {
            font-size: 18px !important;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer1 {
        font-size: 16px;
    }

    .overlay-txt {
        padding: 15px;
    }

        .overlay-txt * {
            font-size: 16px !important;
        }

    a.link {
        padding: 0 5px 2px;
    }
}

@media (max-width: 991px) {

    h2,
    h2 a,
    h2 a:link {
        font-size: 26px;
    }

    h3,
    h3 a,
    h3 a:link {
        font-size: 22px;
    }

    h4,
    h4 a,
    h4 a:link {
        font-size: 20px;
    }

    .slickCaption {
        width: 45%;
        padding: 20px;
    }

    h2.slickCaption1,
    h2.slickCaption1-alt {
        font-size: 23px;
    }

    .slickCaption a.btn {
        font-size: 15px !important;
        height: 45px !important;
        padding: 0 20px !important;
    }

    .overlay-txt {
        padding: 15px;
    }

    ul.myaccount {
        background: none;
        padding: 0;
    }

        ul.myaccount li:not(.active) a {
            color: #3D3D3D !important;
        }

        ul.myaccount li:hover a,
        ul.myaccount li.active a {
            color: #f89838 !important;
            outline: none;
        }

    .acclink {
        background: #F8F8F8;
        color: #231F1F !important;
        text-transform: capitalize;
        display: block;
        padding: 10px 15px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    nav {
        width: 100%;
        text-align: center;
        z-index: 5;
        padding-top: 50px;
    }

    .nav_wrapper {
        z-index: 99;
        position: fixed;
        left: -100%;
        top: 0;
        width: 80%;
        height: 100%;
        background: white;
        webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
    }

    ul#navmenu-h {
        height: 100%;
        display: block !important;
        border-top: none;
    }

        ul#navmenu-h,
        ul#navmenu-h li {
            display: block;
            margin: 0;
            padding: 0;
        }

            ul#navmenu-h ul {
                top: 0;
                left: 100%;
            }

            ul#navmenu-h li {
                border: none;
                border-bottom: 1px solid #f1f1f1 !important;
                position: static;
                border-top: 0;
            }

                ul#navmenu-h li::before {
                    background: none;
                    height: auto;
                    display: block;
                }

            ul#navmenu-h ul li,
            ul#navmenu-h ul ul li {
                border-bottom: 1px solid #f1f1f1 !important;
            }

            ul#navmenu-h li a {
                color: #231F1F !important;
                font-size: 18px !important;
                font-weight: 500 !important;
                line-height: 1.5em !important;
                padding: 15px 15px !important;
                text-transform: capitalize;
                border-radius: 0;
                border: none !important;
                text-shadow: none !important;
            }

            ul#navmenu-h li:last-child {
                border-bottom: none;
            }

            ul#navmenu-h ul:before {
                border: none;
            }

            ul#navmenu-h li a,
            ul#navmenu-h li li a,
            ul#navmenu-h li:hover li a,
            ul#navmenu-h li:hover li:hover li a,
            ul#navmenu-h li:hover li:hover li:hover li a,
            ul#navmenu-h li:hover li:hover li:hover li:hover li a {
                padding: 15px 15px !important;
                font-size: 18px !important;
                color: #231F1F !important;
            }

            ul#navmenu-h li:not(.active) a,
            ul#navmenu-h ul li:not(.active) a,
            ul#navmenu-h ul ul li:not(.active) a,
            ul#navmenu-h ul ul ul li:not(.active) a,
            ul#navmenu-h ul ul ul ul li:not(.active) a {
                color: #231F1F !important;
            }

            ul#navmenu-h li:hover a,
            ul#navmenu-h li:hover li:hover a,
            ul#navmenu-h li:hover li:hover li:hover a,
            l#navmenu-h li:hover li:hover li:hover li:hover a,
            ul#navmenu-h li.active a,
            ul#navmenu-h ul li.active a,
            ul#navmenu-h ul li:hover li.active a,
            ul#navmenu-h ul li:hover li:hover li.active a,
            ul#navmenu-h ul li:hover li:hover li:hover li.active a {
                color: #f89838 !important;
                border: none !important;
            }

            ul#navmenu-h ul,
            ul#navmenu-h ul ul,
            ul#navmenu-h ul ul ul,
            ul#navmenu-h ul ul ul ul {
                /*display: block;*/
                background: none;
                width: 100%;
                float: none;
                border: none;
                box-shadow: none;
                min-width: 0;
                margin: 0;
                visibility: visible;
            }

                ul#navmenu-h li:hover,
                ul#navmenu-h li.active,
                ul#navmenu-h ul li:hover,
                ul#navmenu-h ul li.active,
                ul#navmenu-h ul ul li:hover,
                ul#navmenu-h ul ul li.active,
                ul#navmenu-h ul ul ul li:hover,
                ul#navmenu-h ul ul ul li.active,
                ul#navmenu-h ul ul ul ul li:hover,
                ul#navmenu-h ul ul ul ul ul li.active {
                    border-top: 0 !important;
                }

                    ul#navmenu-h li li a,
                    ul#navmenu-h li:hover li a,
                    ul#navmenu-h li:hover li:hover li a,
                    ul#navmenu-h li:hover li:hover li:hover li a,
                    ul#navmenu-h li:hover li:hover li:hover li:hover li a {
                        text-decoration: none;
                        text-transform: capitalize !important;
                    }

                        ul#navmenu-h a,
                        ul#navmenu-h ul a,
                        ul#navmenu-h ul ul a,
                        ul#navmenu-h ul ul ul a,
                        ul#navmenu-h ul ul ul ul a,
                        ul#navmenu-h ul li:hover a,
                        ul#navmenu-h ul ul li:hover a,
                        ul#navmenu-h ul ul ul li:hover a,
                        ul#navmenu-h ul ul ul ul li:hover a,
                        ul#navmenu-h li:hover li a,
                        ul#navmenu-h ul a:focus,
                        ul#navmenu-h ul ul a:focus,
                        ul#navmenu-h ul ul ul a:focus,
                        ul#navmenu-h ul ul ul ul a:focus,
                        ul#navmenu-h li:hover li:hover li:hover li a,
                        ul#navmenu-h li.iehover li.iehover li.iehover li a,
                        ul#navmenu-h li:hover li:hover li a:hover,
                        ul#navmenu-h li:hover li:hover li:hover a,
                        ul#navmenu-h li.iehover li.iehover li a:hover,
                        ul#navmenu-h li.iehover li.iehover li.iehover a,
                        ul#navmenu-h li:hover li:hover li a,
                        ul#navmenu-h li.iehover li.iehover li a,
                        ul#navmenu-h li:hover li:hover li:hover li a:hover,
                        ul#navmenu-h li.iehover li.iehover li.iehover li a:hover,
                        ul#navmenu-h li:hover a {
                            text-align: center;
                            background: none !important;
                            text-decoration: none;
                        }

    /*Do Remove or Modify*/

    nav {
        float: none;
    }

    /*Overlay Effect*/
    #overlay {
        opacity: 0;
        transition: opacity 0.5s ease;
        height: 100%;
        width: 0;
    }

        #overlay.active {
            background: none;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.8) !important;
            z-index: 9999;
            opacity: 1;
            transition: opacity 0.5s ease;
        }

    /* Multi Menu Icon */

    .menu_toggle,
    .menu_close {
        float: right;
        cursor: pointer;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Chrome/Safari/Opera */
        -khtml-user-select: none;
        /* Konqueror */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently not supported by any browser */
        display: block;
    }

    .menu_toggle {
        display: inline-flex;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        border: 1px solid #838383;
        border-radius: 3px;
        width: 52px;
        height: 46px;
        float: none;
        margin-left: 15px;
    }

        .menu_toggle .icon-menu {
            color: #48393A;
            font-size: 25px;
        }

    .menu_close {
        position: absolute;
        top: 15px;
        right: 15px;
        padding-left: 0;
        z-index: 501;
        margin: 0;
    }

    #menu {
        float: none;
        height: 100% !important;
        top: 0;
        left: 0;
        position: fixed;
        min-height: 100% !important;
        z-index: 99999;
        /* Please make sure the width and left % are the same as it will affect how fast menu will animate */
        width: 80%;
        left: -80%;
        overflow: hidden;
        overflow-y: auto;
        background: #FFF;
        transition-property: left;
        transition-timing-function: ease;
        -webkit-transition-property: left;
        -webkit-transition-timing-function: ease;
        -moz-transition-property: left;
        -moz-transition-timing-function: ease;
        -o-transition-property: left;
        -o-transition-timing-function: ease;
    }

        #menu.active {
            left: 0;
        }

    /* Slinky CSS */
    .slinky-menu {
        /*overflow: auto;*/
        overflow: initial;
        height: 100%;
        transform: translateZ(0);
        transition: all 300ms ease;
        -webkit-transform: translateZ(0);
        -webkit-transition: all 300ms ease;
    }

        .slinky-menu > ul,
        ul#navmenu-h {
            left: 0;
            position: relative;
            transform: translateZ(0);
            transition: all 300ms ease;
            -webkit-transform: translateZ(0);
            -webkit-transition: all 300ms ease;
        }

        .slinky-menu ul,
        .slinky-menu li {
            list-style: none;
            margin: 0;
        }

        .slinky-menu ul {
            width: 100%;
        }

        .slinky-menu a {
            display: block;
        }

        .slinky-menu li ul {
            display: none !important;
            left: 100%;
            position: absolute;
            top: 0;
        }

        .slinky-menu .header {
            position: relative;
        }

        .slinky-menu h2 ~ a.back {
            left: 0;
            position: absolute;
            top: 0;
        }

        .slinky-menu a.back,
        ul#navmenu-h li a.back {
            margin: 0;
            text-decoration: none !important;
            background: none;
            color: #101010;
        }

    ul#navmenu-h li:hover a.back {
        background: none;
        color: #333333;
    }

    .slinky-menu a.back:hover,
    ul#navmenu-h li a.back:hover {
        color: #333333;
    }

    .slinky-menu h2 {
        font-size: 1em;
        margin: 0;
        text-align: center;
    }

    .slinky-menu h2 {
        color: #FFF;
        padding: 1em;
    }

    .slinky-menu a {
        border: none;
        color: #FFF;
        padding: 1em;
    }

        .slinky-menu a:hover {
            background: #000;
        }

        /* Slinky back and next arrow
        You may amend the look of it or remove them if you do not wish to have any
    */
        .slinky-menu a.next:after {
            content: '\f105';
            font-family: 'cew-iconset';
            float: right;
            font-size: 18px;
        }

        .slinky-menu a.back:before {
            content: '\f104';
            font-family: 'cew-iconset';
            float: left;
            font-size: 18px;
        }

    /* End of Slinky */

    ul#navmenu-h li.header {
        display: block;
    }
}

@media (max-width:767px) {

    #maincontent,
    #wrapper,
    body,
    html,
    footer,
    header,
    .container,
    .footer_wrapper,
    .header_wrapper {
        min-width: 0;
        width: 100%;
    }

    .leftside {
        width: 17% !important;
    }

    .rightside {
        width: 83% !important;
    }

    .w-100-mob {
        width: 100% !important;
    }

    .item-qty {
        width: 20px;
        height: 20px;
        font-size: 11px;
        margin-left: 5px;
    }

    .login,
    .search-wrapper {
        margin-right: 5px;
    }

        .login a.login_icon,
        a.search_icon,
        .menu_toggle {
            width: 35px;
            height: 35px;
        }

    .menu_toggle {
        margin-left: 5px;
    }

    .enquiry.btn {
        font-size: 11px !important;
        padding: 0 10px !important;
        height: 35px !important
    }

    .footer1 {
        padding: 4em 0;
    }

    .slickCaptionDiv {
        max-width: 1140px;
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 0;
        margin: 0;
        background: rgb(6 3 58);
    }

    .slickCaption {
        width: 100%;
        padding: 30px 15px;
        float: none;
        margin: 0;
        text-shadow: none;
        text-align: center;
    }

    #banner .slick-dots {
        margin-top: 0;
    }

    .breadcrumb {
        line-height: 1.4em;
    }

    .proddet_imgnav {
        width: 100%;
        max-width: none;
        margin: auto;
        padding: 0;
        text-align: center;
    }

    .proddet_imgwrapper {
        width: 100%;
        float: none;
    }

    .proddet_imgsize {
        width: 100%;
        height: 0;
        padding-bottom: 94.4%;
        background: #FFF;
    }

    .proddet_imgnav {
        float: none;
    }

        .proddet_imgnav .slick-prev,
        .proddet_imgnav .slick-next {
            display: inline-flex !important;
            margin: 0;
            position: absolute;
            bottom: auto;
            vertical-align: middle;
            -webkit-transform: none;
            transform: none;
            top: 40%;
            width: 25px;
            height: 25px;
        }

        .proddet_imgnav .slick-prev {
            cursor: pointer !important;
            left: 0;
            right: auto;
        }

            .proddet_imgnav .slick-prev::before {
                content: url(../images/arrow-left.svg);
            }

        .proddet_imgnav .slick-next {
            cursor: pointer !important;
            right: 0;
            left: auto;
        }

            .proddet_imgnav .slick-next::before {
                content: url(../images/arrow-right.svg);
            }

        .proddet_imgnav .slick-list {
            width: calc(100% - 50px);
            display: inline-block;
            vertical-align: middle;
            height: auto !important;
            padding: 0 !important;
            margin: 0;
        }

        .proddet_imgnav .slick-slide {
            width: 23%;
            margin: 0 1%;
            display: inline-block;
            vertical-align: middle;
            float: none;
            height: auto;
            padding: 0 !important;
        }

        .proddet_imgnav.morethan5 {
            padding: 15px 0 !important;
        }

            .proddet_imgnav.morethan5 .slick-track {
                height: auto !important;
                margin: 0;
            }

        .proddet_imgnav.morethan5 {
            display: flex;
            justify-content: center;
        }

    .qty::before {
        content: 'Qty:';
        font-size: 14px;
        padding-right: 5px;
    }
}

/* Landscape */

@media (min-width: 375px) and (max-width: 811px) {
    input.search_field {
        top: 45%;
    }
}

@media (min-width: 430px) and (max-width: 530px) {
}

@media (min-width: 531px) and (max-width: 767px) {
    .breadcrumb-wrapper {
        margin-top: 100px;
    }

    .mobile-search-submitbtn {
        top: 62%;
    }
}

@media (max-width: 480px) {
    #menu {
        width: 85%;
        left: -85%;
    }
}

/***********************
  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;
        }
}

.txt-white,
.txt-white a,
a.txt-white {
    color: #FFFFFF !important;
}

.txt-red,
.txt-red a,
a.txt-red {
    color: #407cca !important;
}

.txt-red2,
.txt-red2 a,
a.txt-red2 {
    color: #f89838 !important;
}

.txt-lgrey,
.txt-lgrey a,
a.txt-lgrey {
    color: #7D786F !important;
}

small {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3em;
}

.bg-none {
    background: none !important;
}

.bg-light {
    background: #F8F8F8 !important;
}

.bg-black90 {
    background: rgba(23, 22, 22, 0.89);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

a:hover {
    text-decoration: none;
    color: #f89838 !important;
    outline: 0;
    ie-dummy: expression(this.hideFocus=true);
}

ul.tabs.d-none {
    display: none !important;
}



/*Responsive Tabs*/
#search-tabs,
#c-country-tabs,
#contact-tabs {
    margin-top: -60px;
    margin-bottom: 3em;
    z-index: 1;
    background: #fff;
    border-radius: 0px 2px 0px 0px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 0px 0px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 9%);
}

@media (max-width: 1140px) {

    #search-tabs,
    #c-country-tabs,
    #contact-tabs {
        margin-top: -25px;
    }
}


@media (max-width: 767px) {

    /*Hide border-right */
    .border-end-m-none {
        border-right: 0 !important;
    }

    #search-tabs,
    #c-country-tabs,
    #contact-tabs {
        margin-top: -45px;
    }
}


@media (max-width: 530px) {

    #search-tabs,
    #c-country-tabs,
    #contact-tabs {
        margin-top: 30px;
    }
}


ul.tabs {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

    ul.tabs li {
        display: inline-flex;
        align-items: center;
        margin: 0;
        cursor: pointer;
        padding: 0 30px 0;
        background-color: #f5f5f5;
        color: #58595B;
        font-size: 15px;
        text-transform: uppercase;
        overflow: hidden;
        position: relative;
        margin: 0 2px 0 0;
        line-height: 1.3em;
        font-weight: 500;
        padding: 12px 25px;
        width: 100%;
        justify-content: center;
    }

        ul.tabs li.active {
            background: #fff;
            border-top: 3px solid #f89838;
        }

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.tab_content {
    padding: 3% 4%;
    display: none;
    background-color: #FFF;
    font-weight: 300;
    color: #58595B;
    border-radius: 0 3px 3px 3px;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 991px) {
    .tabs {
        display: none !important;
    }

    .tab_drawer_heading {
        font-size: 16px;
        background-color: #f5f5f5;
        color: #58595B;
        text-transform: uppercase;
        margin: 0;
        padding: 15px 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;
        margin-bottom: 5px;
    }

        .tab_drawer_heading:hover {
            color: #58595B !important;
        }

    .d_active {
        color: #58595B !important;
        background: #fff;
        border-top: 3px solid #f89838;
    }

    .tab_content {
        padding: 20px 15px;
        display: none;
        border-top: 0;
    }

    .tab_container {
        border-top: 0;
    }
}


ul.cargo-management li.cargo-management {
    list-style-type: disc; /* default round bullets */
    padding-left: 1.5em; /* indentation for bullets */
    margin: 1em 0; /* spacing above and below */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
/*scheduled flights*/
.frequency-label {
    background: #58595B;
    padding: 1px 12px;
    font-size: 13px;
    color: #ffffffe6;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
}

.routecard-header {
    background: #f1f1f1;
    border: 3px solid white
}

.route-card {
    background: #f1f1f1;
    border-radius: 3px;
    padding: 9px 5px 9px;
    margin: auto;
}

.timesked {
    margin: 0 auto;
}

    .timesked p {
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2px
    }

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


.route-card-via {
    font-size: 12px;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    text-align: center;
}


/*History Chart*/
ul.timeline {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 1px;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(45rem, 90%);
    margin-inline: auto;
}

    /* line */
    ul.timeline::before {
        content: "";
        grid-column: 1;
        grid-row: 1 / span 20;
        background: rgb(225, 225, 225);
        border-radius: calc(var(--line-w) / 2);
    }

    /* columns*/

    /* row gaps */
    ul.timeline li:not(:last-child) {
        margin-bottom: var(--row-gap);
    }

    /* card */
    ul.timeline li {
        grid-column: 2;
        --inlineP: 1.5rem;
        margin-inline: var(--inlineP);
        grid-row: span 2;
        display: grid;
        grid-template-rows: min-content min-content min-content;
    }

        /* date */
        ul.timeline li .date {
            --dateH: 3rem;
            height: var(--dateH);
            margin-inline: calc(var(--inlineP) * -1);
            text-align: center;
            background-color: var(--accent-color);
            color: #58595B;
            font-size: 1.25rem;
            font-weight: 700;
            display: grid;
            place-content: center;
            position: relative;
            border-bottom: 3px solid #f89838;
        }

            /* circle */
            ul.timeline li .date::after {
                content: "";
                position: absolute;
                width: 10px
                /*1.5rem*/
                ;
                aspect-ratio: 1;
                background: white;
                border: 2px solid #050054;
                border-radius: 50%;
                top: 50%;
                transform: translate(50%, -50%);
                right: calc(100% + var(--col-gap) + var(--line-w) / 2);
            }

        /* title descr */
        ul.timeline li .title,
        ul.timeline li .descr {
            background: var(--bgColor);
            position: relative;
            padding-inline: 1.5rem;
        }

        ul.timeline li .title {
            overflow: hidden;
            padding-block-start: 1.5rem;
            padding-block-end: 1rem;
            font-weight: 500;
        }

        ul.timeline li .descr {
            padding-block-start: 1.5rem;
            padding-block-end: 1.5rem;
            font-weight: 300;
        }

            /* shadows */
            ul.timeline li .title::before,
            ul.timeline li .descr::before {
                content: "";
                position: absolute;
                width: 90%;
                height: 0.5rem;
                background: rgba(0, 0, 0, 0.5);
                left: 50%;
                border-radius: 50%;
                filter: blur(4px);
                transform: translate(-50%, 50%);
            }

        ul.timeline li .title::before {
            bottom: calc(100% + 0.125rem);
        }

        ul.timeline li .descr::before {
            z-index: -1;
            bottom: 0.25rem;
        }

@media (min-width: 40rem) {
    ul.timeline {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

        ul.timeline::before {
            grid-column: 2;
        }

        ul.timeline li:nth-child(odd) {
            grid-column: 1;
        }

        ul.timeline li:nth-child(even) {
            grid-column: 3;
        }

        /* start second card */
        ul.timeline li:nth-child(2) {
            grid-row: 2/4;
        }



        ul.timeline li:nth-child(odd) .date::after {
            transform: translate(-50%, -50%);
            left: calc(100% + var(--col-gap) + var(--line-w) / 2);
        }
}


/*Reset table heading color*/
.table tr th, .table-striped > tbody > tr th:nth-of-type(odd) > * {
    color: #58595B !important;
    font-weight: 500 !important;
}

/*Hide Show Content Button*/
.toggle-content {
    display: none;
}

button.toggle-btn {
    height: 42px;
    padding: 5px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    background: none;
    border: 1px solid #cccccc;
    transition: all 0.2s ease-in-out;
}


    button.toggle-btn:hover {
        border: 1px solid #f4f4f4 !important;
        background: #f4f4f4 !important;
        color: #58595B !important;
    }

.table-flight {
    width: 100%;
    border-collapse: collapse; /* Removes spacing between cells */
    font-family: Arial, sans-serif;
    color: #333;
}

    .table-flight th, .table-flight td {
        padding: 12px 15px; /* Ample padding for readability */
        text-align: center;
        border-bottom: 1px solid #ddd; /* Subtle horizontal lines */
    }

    .table-flight th {
        background-color: #f89838; /* Light background for headers */
        font-weight: bold;
        color: #555;
        text-transform: uppercase; /* Optional: uppercase headers */
        letter-spacing: 0.5px;
        font-size: 12pt
    }

    .table-flight tr:nth-child(even) {
        background-color: #f9f9f9; /* Subtle alternating row colors */
    }

    .table-flight tr:hover {
        background-color: #407cca; /* Highlight on hover */
    }

    /* Optional: Remove bottom border for the last row */
    .table-flight tr:last-child td {
        border-bottom: none;
    }

.orange-dot-list {
    list-style: none; /* Hilangkan default bullet */
    padding-left: 1.2em; /* Tambahkan ruang untuk custom bullet */
}

    .orange-dot-list li {
        position: relative;
        margin-bottom: 0.5em; /* Jarak antar item */
        padding-left: 1em; /* Ruang untuk bullet */
    }

        .orange-dot-list li::before {
            content: '•'; /* Bullet karakter */
            position: absolute;
            left: 0;
            color: #f89838; /* Warna bullet */
            font-size: 1.2em; /* Ukuran bullet */
            line-height: 1;
        }

.orange-text {
    color: #f89838
}
/* Flight Tracking Timeline - Complete CSS with Brand Colors */

.tracking-modal {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    animation: modalSlideIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-header {
    background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
    color: white;
    padding: 25px 30px;
    border: none;
    position: relative;
    overflow: hidden;
}

    .modal-header::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        transform: rotate(45deg);
        animation: shimmer 3s infinite;
    }

@keyframes shimmer {
    0%, 100% {
        transform: translateX(-100%) rotate(45deg);
    }

    50% {
        transform: translateX(100%) rotate(45deg);
    }
}

.modal-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.close-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .close-btn:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

.flight-info {
    background: linear-gradient(135deg, #f6f9fc 0%, #e9ecef 100%);
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.status-badge {
    background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(255, 107, 53, 0);
    }
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.info-item {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .info-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }

.info-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.info-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
}

.timeline-container {
    padding: 40px 30px;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

    /* Timeline line colors based on status using brand colors */

    /* Default timeline - only booked */
    .timeline::before {
        content: '';
        position: absolute;
        top: 60px;
        left: 12.5%;
        right: 12.5%;
        height: 4px;
        background: linear-gradient(90deg, #FF6B35 0%, #FF6B35 25%, /* Booked: Orange */
        #E5E5E5 25%, #E5E5E5 100% /* All others pending: Light Gray */
        );
        border-radius: 2px;
        z-index: 1;
    }

    /* Only booked */
    .timeline.booked::before {
        background: linear-gradient(90deg, #FF6B35 0%, #FF6B35 25%, /* Booked: Orange */
        #E5E5E5 25%, #E5E5E5 100% /* All others pending: Light Gray */
        ) !important;
    }

    /* Manifested */
    .timeline.manifested::before {
        background: linear-gradient(90deg, #FF6B35 0%, #FF6B35 25%, /* Booked: Orange */
        #FF6B35 25%, #FF6B35 50%, /* Manifested: Orange */
        #E5E5E5 50%, #E5E5E5 100% /* Departed & Arrived pending: Light Gray */
        ) !important;
    }

    /* Departed */
    .timeline.departed::before {
        background: linear-gradient(90deg, #FF6B35 0%, #FF6B35 25%, /* Booked: Orange */
        #FF6B35 25%, #FF6B35 50%, /* Manifested: Orange */
        #FF6B35 50%, #FF6B35 75%, /* Departed: Orange */
        #E5E5E5 75%, #E5E5E5 100% /* Arrived pending: Light Gray */
        ) !important;
    }

    /* Arrived */
    .timeline.arrived::before {
        background: linear-gradient(90deg, #FF6B35 0%, #FF6B35 25%, /* Booked: Orange */
        #FF6B35 25%, #FF6B35 50%, /* Manifested: Orange */
        #FF6B35 50%, #FF6B35 75%, /* Departed: Orange */
        #FF6B35 75%, #FF6B35 100% /* Arrived: Orange */
        ) !important;
    }

.timeline-step {
    text-align: center;
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.6s ease;
    animation-fill-mode: both;
}

    .timeline-step:nth-child(1) {
        animation-delay: 0.1s;
    }

    .timeline-step:nth-child(2) {
        animation-delay: 0.2s;
    }

    .timeline-step:nth-child(3) {
        animation-delay: 0.3s;
    }

    .timeline-step:nth-child(4) {
        animation-delay: 0.4s;
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    transition: all 0.4s ease;
}

    .step-icon.completed {
        background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
        animation: bounce 1s ease;
    }

    .step-icon.current {
        background: linear-gradient(135deg, #4472CA 0%, #3A5FA0 100%);
        animation: currentPulse 2s infinite;
    }

    .step-icon.pending {
        background: linear-gradient(135deg, #666666 0%, #4D4D4D 100%);
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes currentPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(68, 114, 202, 0.4);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(68, 114, 202, 0);
    }
}

.step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 8px;
}

.step-date {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.step-time {
    font-size: 1rem;
    font-weight: 700;
    color: #4472CA;
    margin-top: 5px;
}

.arrival-info {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.arrival-label {
    font-size: 1rem;
    color: #4472CA;
    font-weight: 600;
    margin-bottom: 10px;
}

.arrival-time {
    font-size: 2rem;
    font-weight: 800;
    color: #3A5FA0;
    margin-bottom: 5px;
}

.arrival-date {
    font-size: 1rem;
    color: #4472CA;
    font-weight: 500;
}

.disclaimer {
    text-align: center;
    color: #6c757d;
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Status-specific badge colors */
.status-badge.booked {
    background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
}

.status-badge.manifested {
    background: linear-gradient(135deg, #4472CA 0%, #3A5FA0 100%);
}

.status-badge.departed {
    background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
}

.status-badge.arrived {
    background: linear-gradient(135deg, #4472CA 0%, #3A5FA0 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tracking-modal {
        margin: 10px;
        border-radius: 16px;
    }

    .timeline {
        grid-template-columns: 1fr;
        gap: 30px;
    }

        .timeline::before,
        .timeline.booked::before,
        .timeline.manifested::before,
        .timeline.departed::before,
        .timeline.arrived::before {
            display: none;
        }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .modal-title {
        font-size: 1.5rem;
    }

    .timeline-container {
        padding: 20px 15px;
    }

    .flight-info {
        padding: 20px;
    }
}

/* Additional hover effects */
.timeline-step:hover .step-icon {
    transform: scale(1.05);
}

.timeline-step:hover .step-title {
    color: #FF6B35;
}

/* Smooth transitions */
* {
    transition: all 0.3s ease;
}

.notyf__toast {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 6px;
    box-sizing: border-box;
    width: auto;
    min-width: 345px;
    background-color: inherit; /* preserve original color */
    margin: 0 auto;
}

.notyf__message {
    font-size: 15px;
    font-weight: 500;
    color: #ffff;
    font-family: 'Segoe UI', sans-serif;
    flex: 1;
    margin-left: 10px;
    background: none; /* prevent inner background override */
    color: inherit; /* keep original text color */
}

.error-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-card {
    background: none;
}

.airplane-container {
    position: relative;
    padding: 3rem 2rem 1rem;
    text-align: center;
    background: transparent;
}

.airplane-img {
    max-width: 280px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    animation: float 3s ease-in-out infinite;
    margin: 0 auto;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.clouds {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cloud {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100px;
    opacity: 0.7;
    animation: drift 20s infinite linear;
}

    .cloud::before,
    .cloud::after {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 100px;
    }

    .cloud:nth-child(1) {
        width: 100px;
        height: 40px;
        top: 20%;
        left: -100px;
        animation-delay: 0s;
    }

    .cloud:nth-child(2) {
        width: 80px;
        height: 30px;
        top: 60%;
        left: -80px;
        animation-delay: 10s;
    }

    .cloud:nth-child(3) {
        width: 120px;
        height: 50px;
        top: 40%;
        left: -120px;
        animation-delay: 15s;
    }

@keyframes drift {
    from {
        left: -200px;
    }

    to {
        left: calc(100% + 200px);
    }
}

.error-content {
    padding: 2rem;
    text-align: center;
    margin: 0 auto;
}

.error-title {
    font-size: 4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.error-subtitle {
    font-size: 1.5rem;
    color: #34495e;
    margin-bottom: 1rem;
    font-weight: 600;
}

.error-message {
    color: #2C3E50;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.btn-home {
    background: linear-gradient(135deg, #3498db, #2980b9);
    border: none;
    color: white;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

    .btn-home:hover {
        transform: translateY(-2px);
        box-shadow: 0 7px 20px rgba(52, 152, 219, 0.4);
        color: white;
    }

.search-container {
    margin-top: 2rem;
    position: relative;
}

.search-input {
    border: 2px solid #e9ecef;
    border-radius: 50px;
    padding: 12px 20px;
    width: 100%;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .search-input:focus {
        border-color: #3498db;
        box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
        outline: none;
    }

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}
