﻿@charset "utf-8";
/* Creative eWorld CSS
   Version 2.3 (Last update on 5 July 2017)*/

/* 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 {
    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;
}
/* Links and remove of Dotted line */

a, a:link, a:visited, a:active {
    color: #909090;
    outline: 0;
    webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #000;
        ie-dummy: expression(this.hideFocus=true);
    }

    a img {
        webkit-transition: opacity 350ms ease-out;
        -moz-transition: opacity 350ms ease-out;
        -o-transition: opacity 350ms ease-out;
        transition: opacity 350ms ease-out;
    }

    a:hover img {
        opacity: 0.7;
    }

    a.back {
        font-size: 12px;
        line-height: 12px;
        font-family: maven_proregular, Arial, Helvetica, sans-serif;
        color: #a0a0a0;
        display: inline-block;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding-bottom: 2px;
        border-bottom: 1px solid #c0c0c0;
    }

        a.back:hover {
            color: #303030;
            border-color: #909090;
        }

        a.back .icon {
            font-size: 17px;
            display: inline-block;
            vertical-align: middle;
            font-family: julius_sans_oneregular, Arial, Helvetica, sans-serif;
        }

    input.edit, .edit, a.edit, a:link.edit, a:active.edit, a:visited.edit {
        color: #909090;
        font-size: 13px;
        letter-spacing: 0.1em;
        display: inline-block;
        padding-left: 23px;
        background: transparent url(../images/icon_edit.png) no-repeat left center;
        min-height: 12px;
    }

        input.edit:hover, .edit:hover, a.edit:hover {
            color: #505050;
        }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #878787;
}
/* <a> link with class */
a.btn, a.fbtn {
    font: normal 10px opensanslight, Arial, Helvetica, sans-serif;
    color: #808285;
    border: 1px solid #c9c9c9;
    background: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
}

    a.btn:hover {
        background: #c72031;
        color: #ffffff;
        border-color: #c72031;
    }
/* Font Embed */

@font-face {
    font-family: 'opensansregular';
    src: url('../../include/fonts/opensans-regular-webfont.eot');
    src: url('../../include/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../include/fonts/opensans-regular-webfont.woff2') format('woff2'), url('../../include/fonts/opensans-regular-webfont.woff') format('woff'), url('../../include/fonts/opensans-regular-webfont.ttf') format('truetype'), url('../../include/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maven_proregular';
    src: url('../../include/fonts/mavenpro-regular-webfont.woff2') format('woff2'), url('../../include/fonts/mavenpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'julius_sans_oneregular';
    src: url('../../include/fonts/juliussansone-regular-webfont.woff2') format('woff2'), url('../../include/fonts/juliussansone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maven_problack';
    src: url('../../include/fonts/mavenpro-black-webfont.woff2') format('woff2'), url('../../include/fonts/mavenpro-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maven_probold';
    src: url('../../include/fonts/mavenpro-bold-webfont.woff2') format('woff2'), url('../../include/fonts/mavenpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'maven_promedium';
    src: url('../../include/fonts/mavenpro-medium-webfont.woff2') format('woff2'), url('../../include/fonts/mavenpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* HTML */
html {
    position: relative;
    min-height: 100%;
    min-width: 1140px;
}

body {
    background: #ffffff;
    color: #505050;
    font: normal 15px maven_proregular, Arial, sans-serif;
    line-height: 24px;
    height: auto;
    margin: 0;
    padding-bottom: 120px;
}

td {
    position: relative;
}

p {
    margin-bottom: 25px;
    font-weight: normal;
}

.clear {
    clear: both;
}
/* spacing  */
.spacing-top {
    margin-top: 20px
}

.spacing-top-extra {
    margin-top: 30px;
}

.spacing-top-less {
    margin-top: 10px;
}

.spacing-top-least {
    margin-top: 5px;
}

.spacing-top-rmv {
    padding-top: 0;
    margin-top: 0;
}

.spacing-left {
    margin-left: 20px;
}

.spacing-left-extra {
    margin-left: 30px;
}

.spacing-left-less {
    margin-left: 10px;
}

.spacing-right {
    margin-right: 20px;
}

.spacing-right-extra {
    margin-right: 30px;
}

.spacing-right-less {
    margin-right: 10px;
}

.spacing-right-rmv {
    margin-right: 0;
    padding-right: 0;
}

.spacing-bottom {
    margin-bottom: 20px;
}

.spacing-bottom-extra {
    margin-bottom: 30px;
}

.spacing-bottom-less {
    margin-bottom: 10px;
}

.spacing-bottom-least {
    margin-bottom: 5px;
}

.spacing-bottom-rmv {
    padding-bottom: 0;
    margin-bottom: 0;
}

.spacing-leftright {
    margin: 0 10px;
}

.spacing-topbottom {
    margin: 10px 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.desktop-hidden, .desktop-inblock-hidden {
    display: none !important;
}
/* Basic Fonts */

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: julius_sans_oneregular, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    h1, h1 a, h1 a:link {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
        color: #202020;
    }

        h1.pageTitle {
            color: #e02b21;
            /*padding: 10px 10px 5px;
            background: #e02b21;*/
            display: inline;
            font-size: 50px;
        }

    h2, h2 a, h2 a:link {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
        color: #202020;
    }

    h3, h3 a, h3 a:link {
        font: normal 35px maven_problack, Arial, Helvetica, sans-serif;
        line-height: 38px;
        margin-bottom: 10px;
        color: #202020;
        letter-spacing: 0.05em;
    }

    h4, h4 a, h4 a:link {
        font-size: 30px;
        line-height: 35px;
        color: #202020;
        margin-bottom: 25px;
    }

h5 {
    font-size: 25px;
    line-height: 30px;
    color: #202020;
    margin-bottom: 15px;
}

    h5 a, h5 a:link, h5 a:visited {
        text-decoration: underline;
        color: #c72031;
    }

        h5 a:hover {
            color: #a20f21;
            text-decoration: none;
        }

h6 {
    font: normal 20px maven_proregular, Arial, Helvetica, sans-serif;
    line-height: 30px;
    color: #505050;
    margin-bottom: 25px;
}

    h6 a, h6 a:link, a.h6, a.h6:link, h6 a:visited, h6 a:active {
        color: #505050;
    }

        h6 a:hover {
            color: #e02b21;
        }

.txt-small {
    font-size: 13px;
    line-height: 18px;
    color: #909090;
}

.txt-smaller {
    font-size: 12px;
    line-height: 17px;
}

.txt-big {
    font-family: julius_sans_oneregular, Arial, Helvetica, sans-serif;
    font-size: 55px;
    line-height: 55px;
    display: inline-block;
}

.txt-red, a.txt-red, a:link.txt-red, a:visited.txt-red, a:active.txt-red,
.txt-red a, .txt-red a:link, .txt-red a:visited, .txt-red a:active {
    color: #c4261d;
}

.txt-redlight, a.txt-redlight, a:link.txt-redlight, a:visited.txt-redlight, a:active.txt-redlight,
.txt-redlight a, .txt-redlight a:link, .txt-redlight a:visited, .txt-redlight a:active {
    color: #e02b21;
}

.txt-black, a.txt-black, a:link.txt-black, a:visited.txt-black, a:active.txt-black,
.txt-black a, .txt-black a:link, .txt-black a:visited, .txt-black a:active {
    color: #000000;
}

.txt-greylight, a.txt-greylight, a:link.txt-greylight, a:visited.txt-greylight, a:active.txt-greylight,
.txt-greylight a, .txt-greylight a:link, .txt-greylight a:visited, .txt-greylight a:active {
    color: #707070;
}

.txt-grey, a.txt-grey, a:link.txt-grey, a:visited.txt-grey, a:active.txt-grey,
.txt-grey a, .txt-grey a:link, .txt-grey a:visited, .txt-grey a:active {
    color: #202020;
}

.txt-white, a.txt-white, a:link.txt-white, a:visited.txt-white, a:active.txt-white,
.txt-white a, .txt-white a:link, .txt-white a:visited, .txt-white a:active {
    color: #ffffff;
}

.txt-spread {
    letter-spacing: 0.1em;
}

.txt-spread-smaller {
    letter-spacing: 0.05em;
}

.txt-bolder {
    font-family: maven_problack, Arial, Helvetica, sans-serif;
}

.txt-julius {
    font-family: julius_sans_oneregular, Arial, Helvetica, sans-serif;
}

h3.txt-julius {
    letter-spacing: 0;
}

label {
    color: #909090;
    font-size: 13px;
    font-family: maven_proregular, Arial, Helvetica, sans-serif;
}

    label.normal {
        font-size: 15px;
        color: #505050;
        line-height: 24px;
    }

b, strong {
    font-family: maven_probold, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

i, em {
    font-style: italic;
}

label strong, label b {
    font-family: maven_problack, Arial, Helvetica, sans-serif;
}
/* Listing Styles */

ol, ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

    ol > li {
        margin-bottom: 15px;
    }

    ul li {
        margin-bottom: 10px;
    }
/* Text Field & Button Style */

input {
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

    input[disabled="disabled"] {
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=100);
        /* Modern Browsers */
        opacity: 1;
        -webkit-opacity: 1;
    }

    input[type="password"], input[type='text'], input[type='number'], select, textarea {
        padding: 7px 10px;
        background: #ffffff;
        border: none;
        color: #202020;
        font-size: 13px;
        font-family: maven_proregular, Arial, Helvetica, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
        width: 100%;
    }

select {
    padding: 10px;
}

input[type='submit'], input[type='button'] {
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 0;
    outline: 0;
}

input:focus, input[type='text']:focus, select:focus, textarea:focus {
    outline: 0;
}

input.auto, select.auto, .auto input, .auto select {
    width: auto !important;
}

input[type=checkbox], input[type=radio] {
    display: inline-block;
    vertical-align: middle;
}

    input[type=checkbox] + label, input[type=radio] + label {
        margin-left: 5px;
        margin-right: 15px;
        color: black;
        display: inline-block;
        vertical-align: middle;
    }
/*for Contact Us Send enquiry button */
a.actionbtn, .actionbtn, a.regbtn {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    background: #e02b21;
    text-decoration: none;
    min-width: 15%;
    font-size: 15px;
    font-family: maven_problack, Arial, Helvetica, sans-serif;
}

    a.actionbtn:hover, .actionbtn:hover {
        background: #fe3227;
    }

a.backbtn, .backbtn {
    background: #808285;
}

    a.backbtn:hover, .backbtn:hover {
        background: #666666;
    }

a.btn-grey, .btn-grey, input.btn-grey {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-family: maven_problack, Arial, Helvetica, sans-serif;
    background-color: #303030;
    text-align: center;
}

a.btn-grey-rounded, .btn-grey-rounded, input.btn-grey-rounded {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    font-family: maven_proregular, Arial, Helvetica, sans-serif;
    background-color: #303030;
    letter-spacing: 0.1em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
}

a.btn-white, .btn-white, input.btn-white {
    color: #303030;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-family: maven_problack, Arial, Helvetica, sans-serif;
    background-color: #fff;
    text-align: center;
}

a.btn-grey-rounded:hover, .btn-grey-rounded:hover, input.btn-grey-rounded:hover,
a.btn-grey:hover, .btn-grey:hover, input.btn-grey:hover {
    background-color: #606060;
}

a.btn-white:hover, .btn-white:hover, input.btn-white:hover {
    background-color: #e0e0e0;
}

a.btn-red, .btn-red, input.btn-red, a.btn-grey-small, .btn-grey-small, input.btn-grey-small,
.btn-red-thicker, a.btn-red-thicker, input.btn-red-thicker {
    display: inline-block;
    color: white;
    background: #c4261d;
    font-family: maven_proregular, Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 8px 15px 7px;
    line-height: 13px;
    text-transform: lowercase;
    text-align: center;
}

a.btn-grey-small, .btn-grey-small, input.btn-grey-small {
    background-color: #303030;
}

a.btn-grey-small, .btn-grey-small, input.btn-grey-small,
.btn-red-thicker, a.btn-red-thicker, input.btn-red-thicker {
    padding: 10px 20px;
}

a.btn-red:hover, .btn-red:hover, input.btn-red:hover {
    background-color: #b2261e;
}

a.btn-grey-small:hover, .btn-grey-small:hover, input.btn-grey-small:hover {
    background-color: #606060;
}

a.addtocart, input.addtocart, .addtocart,
a.addtoenquiry, input.addtoenquiry, .addtoenquiry {
    background: #e02b21 url(../images/icon_addtocart.png) no-repeat center;
    height: 40px;
    width: 50px;
    padding: 0;
    min-width: 0;
}

a.addtoenquiry, input.addtoenquiry, .addtoenquiry {
    background-image: url(../images/icon_email.png);
}

a.addtocart:hover, input.addtocart:hover, .addtocart:hover {
    background: #fe3227 url(../images/icon_addtocart.png) no-repeat center;
}

a.addtoenquiry:hover, input.addtoenquiry:hover, .addtoenquiry:hover {
    background: #fe3227 url(../images/icon_email.png) no-repeat center;
}

a.addtocart02, input.addtocart02, .addtocart02,
a.addtoenquiry02, input.addtoenquiry02, .addtoenquiry02 {
    background: #e02b21 url(../images/icon_addtocart.png) no-repeat 18px center;
    padding-left: 55px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: background-color 350s ease-in-out;
    -moz-transition: background-color 350s ease-in-out;
    -ms-transition: background-color 350s ease-in-out;
    -o-transition: background-color 350s ease-in-out;
    transition: background-color 350s ease-in-out;
}

a.addtoenquiry02, input.addtoenquiry02, .addtoenquiry02 {
    background-image: url(../images/icon_email.png);
}

a.addtocart02:hover, input.addtocart02:hover, .addtocart02:hover {
    background: #fe3227 url(../images/icon_addtocart.png) no-repeat 18px center;
}

a.addtoenquiry02:hover, input.addtoenquiry02:hover, .addtoenquiry02:hover {
    background: #fe3227 url(../images/icon_email.png) no-repeat 18px center;
}
/* Back to top style */
#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    padding: 10px 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    #scrollUp:hover {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

#scrollUp, a#scrollUp {
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../images/top.png) no-repeat;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#scrollUp-active {
    display: none;
}
/* Divider and Outline */

hr {
    background: #efefef;
    height: 1px;
    width: 100%;
    border: none;
}

    hr.white-line {
        background: #fff;
    }

    hr.thick {
        height: 5px;
    }

.vDiv {
}

.outline {
    border: #d5d5d5 1px solid;
    display: inline-block;
}
/* Vertical Align */
.vAlign {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    margin-right: -4px;
}

.vTop {
    display: inline-block;
    float: none !important;
    vertical-align: top;
    margin-right: -4px;
}

.vBtm {
    display: inline-block;
    float: none !important;
    vertical-align: bottom;
    margin-right: -4px;
}
/* Contact Tab */
#box {
    width: 180px;
    right: -230px;
    top: 96px; /* change this value to place the menu higher or lower */
    position: fixed;
    z-index: 100;
    background: #131313;
    color: #ffffff;
    font: normal 12px Arial, sans-serif;
    line-height: 19px;
    padding: 20px 25px;
}

    #box h3 {
        color: #fff;
        margin-top: 0;
    }

    #box a:hover {
        color: #fff;
    }

#tab {
    float: left;
    list-style: outside none none;
    margin-left: -60px;
    padding: 0px;
    position: relative;
    z-index: 99;
    margin-top: -20px;
}

    #tab li span {
        display: block;
        padding: 0;
        position: relative;
    }

    #tab img {
        cursor: pointer;
    }

.show, .hide {
    /* we specify the transition length for hiding and showing */
    transition: margin-right .4s ease-in;
    -webkit-transition: margin-right .4s ease-in;
}

.hide {
    margin-right: 0px;
}

    .hide ul li img:hover {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

.show {
    margin-right: 195px;
}
/* Header */

header {
    width: 100%;
    min-width: 1140px;
    margin: 0 auto;
    line-height: 19px;
}

.header_top_grey {
    background-color: #efefef;
}

ul.header_top, ul.header_top2 {
    position: relative;
    margin: 0;
    display: inline-block;
}

    ul.header_top li, ul.header_top2 li {
        display: inline-block;
        padding: 13px 25px 12px;
        margin: 0;
    }

        ul.header_top li.active, ul.header_top2 li.active {
            background-color: #ffffff;
        }

        ul.header_top li a, ul.header_top2 li a {
            font: normal 13px maven_proregular, Arial, Helvetica, sans-serif;
            color: #202020;
            text-transform: uppercase;
        }

.logo {
    float: left;
    margin: 18px 0;
}

.icons_link {
    float: right;
    padding: 15px 0;
    position: relative;
}

.fb, .tel, .search {
    float: right;
    margin: 12px 7px;
}

.search {
    margin-right: 0;
}

ul.registerlogin {
    float: right;
    padding: 8px 35px 0px 0;
    margin-left: 10px;
    margin-bottom: 0;
    padding-top: 12px;
}

    ul.registerlogin li {
        display: inline-block;
        margin-bottom: 0;
    }

        ul.registerlogin li:not(:last-child):after {
            font: normal 13px maven_problack, Arial, Helvetica, sans-serif;
            content: ' /';
        }

    ul.registerlogin a, ul.registerlogin a:link, ul.registerlogin a:visited, ul.registerlogin a:active {
        font: normal 13px maven_problack, Arial, Helvetica, sans-serif;
        color: #606060;
        text-transform: uppercase;
        line-height: 16px;
    }

        ul.registerlogin a:hover {
            color: #000;
        }

.areyouamember {
    float: right;
    margin-top: 13px;
    color: #606060;
    font: normal 13px maven_proregular, Arial, Helvetica, sans-serif;
    line-height: 16px;
}

.header_right {
    float: right;
    margin-top: 35px;
}

.icons_cart {
    float: right;
    margin-left: 10px;
    position: relative;
    padding-bottom: 10px;
}

.img_bg_red {
    background-color: #e02b20;
    padding: 13px;
    border-radius: 50%;
}

    .img_bg_red img {
        display: block;
        margin: auto;
    }

.cartcount, a.cartcount {
    color: #e02b20;
    margin-left: 10px;
    font: normal 22px maven_probold, Arial, Helvetica, sans-serif;
}
/* Search */
#search_div {
    margin-bottom: 40px;
}


#search {
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: width 300ms ease-out;
    -moz-transition: width 300ms ease-out;
    -o-transition: width 300ms ease-out;
    transition: width 300ms ease-out;
    z-index: 600;
    padding: 41px 0;
}

/*#search {
	clear:both;
	position: absolute;
	top: 0;
	right: 40px;
	width: 0;
	overflow: hidden;
	-webkit-transition: width 300ms ease-out;
	-moz-transition: width 300ms ease-out;
	-o-transition: width 300ms ease-out;
	transition: width 300ms ease-out;
	height: 100%;
}*/
input.search_field {
    background: white;
    border: 0;
    font: normal 20px maven_proregular, Arial, Helvetica, sans-serif;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px;
    width: 90%;
}

#search.active {
    width: 180px;
    z-index: 9999;
}

#search h2 {
    display: none;
}

input.search_btn {
    background: #c72031 url(../images/icon_search.png) no-repeat center;
    height: 40px;
    width: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    float: right;
}

    input.search_btn:hover {
        background-color: #9d0a19;
    }

a.closesearch {
    font-size: 40px;
    color: #000;
    line-height: 40px;
    display: inline-block;
}

/* Navigation */
nav {
    margin: 0 auto;
    float: right;
}

#menu {
    float: right;
    height: auto;
}

.menu_toggle, .menu_close {
    display: none;
}

ul#navmenu-h {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: right;
    z-index: 500 !important;
    margin-top: 10px;
}

    ul#navmenu-h li {
        display: inline-block;
        position: relative;
        padding-bottom: 1px;
        padding: 0 13px;
    }
        /* Root Menu */

        ul#navmenu-h li a {
            display: block;
            padding: 5px 0 7px;
            color: #101010;
            font: normal 15px julius_sans_oneregular, Arial, Helvetica, sans-serif;
            letter-spacing: 0.025em;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
            border-bottom: 4px solid transparent;
        }
        /* Root Menu Hover Persistence */
        ul#navmenu-h li:hover > a {
            color: #c4261d;
        }

        ul#navmenu-h li.active > a, ul#navmenu-h li a.active {
            border-color: #e02b21;
        }

    ul#navmenu-h ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        border: 1px solid #efefef;
        background-color: #ffffff;
        min-width: 230px;
        padding: 5px 0;
    }

        ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        ul#navmenu-h ul li {
            width: 100%;
            display: block;
            margin: 0;
            background: none !important;
            margin: 0;
            padding: 0 20px;
            z-index: 500 !important;
        }
    /* 2nd Menu */
    ul#navmenu-h li li a {
        color: #909090;
        font: normal 12px julius_sans_oneregular, Arial, Helvetica, sans-serif;
        line-height: 18px;
        padding: 10px 0;
        margin: 0;
        border-bottom: 1px solid #f5f5f5;
        font-weight: bold;
    }

    ul#navmenu-h ul li:last-child a {
        border: none;
    }
    /* 2nd Menu Hover Persistence */
    ul#navmenu-h li li a:hover, ul#navmenu-h li li:hover > a {
        color: #000000;
    }

    ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
        top: 0;
        /*left: 100%;*/
        float: left;
        left: auto;
        right: 100%;        
    }
    /* Hover Function - Do Not Move */
    ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul 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: #000000;
        border-color: #f5f5f5;
    }
/* end Nav */
/* Cart Dropdown */
.cartdd_close {
    display: none;
}

.cartdd_text {
    font-size: 12px;
    line-height: 20px;
    color: #707070;
}

.cart_dropdown {
    position: absolute;
    right: 0;
    z-index: 99;
    background: white;
    width: 420px;
    top: 100%;
    overflow: hidden;
    display: none;
    padding: 30px 15px;
}

.cartdd_usual {
    display: inline-block;
    margin-left: 5px;
    text-decoration: line-through;
    color: #909090;
    font-style: italic;
}

.cartdd_price {
    font-size: 14px;
}

.cartdd_div {
    max-height: 300px;
}

.cartscroll {
    padding-right: 10px;
}

/* Banner */

#banner {
    width: 100%;
    /*For fixed width banner
	width: 1000px;
	*/
    min-width: 1140px;
    margin: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.banner-mobile {
    display: none;
}

.bannerimg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    min-height: 550px;
}

    .bannerimg:after {
        content: url('../images/banner_bg.png');
        bottom: -10px;
        position: absolute;
    }

#banner .slick-slide img {
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner_caption {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    color: #202020;
    font: normal 20px maven_probold, Arial, Helvetica, sans-serif;
    max-width: 870px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.banner_big {
    font: normal 50px julius_sans_oneregular, Arial, Helvetica, sans-serif;
    color: #fff;
    display: block;
    margin-top: 25px;
    text-shadow: 0 0 15px rgba(0,0,0,0.75), 0 0 5px rgba(0,0,0,0.1);
    font-weight: bold;
}

#slider {
    width: 2000px;
    margin: auto;
}
/* HOME-PAGE Content */

#maincontent {
    width: 100%;
    min-width: 1140px;
    overflow: hidden;
    padding: 25px 0 100px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #f9f9f9;
}

    #maincontent.homepage {
        padding-top: 45px;
        padding-bottom: 0;
        background: #ffffff;
    }

    #maincontent:before {
        content: '';
        background: transparent url(../images/footer_bg.png) repeat-x center top;
        height: 60px;
        width: 100%;
        bottom: 0;
        position: absolute;
        z-index: 5;
    }

.freedelivery {
    background: url(../images/freeshipping.jpg) no-repeat center;
    position ]:;
    border: 3px solid #efefef;
    padding: 20px;
    background-size: cover;
}

    .freedelivery.membership {
        background-image: url(../images/membership.jpg);
    }

.freedelivery_caption {
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 45px;
}

.grey_area {
    /*background-color:#efefef;*/
    position: relative;
}

.triangle {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.grey_triangle_1 {
    width: 0;
    height: 0;
    text-indent: -9999px;
    border-bottom: 5vw solid #efefef;
    border-right: 140vw solid transparent;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.grey_triangle_2 {
    width: 0;
    height: 0;
    text-indent: -9999px;
    border-bottom: 5vw solid #f8f8f8;
    border-left: 140vw solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
}

.grey_bg_color {
    background-color: #efefef;
    padding-top: 10px;
    padding-bottom: 80px;
}

.brand_thumbnail {
    display: block;
    width: 198px;
    height: 120px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    background: white;
}

    .brand_thumbnail > img, .a.brand_thumbnail > img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        width: auto;
        height: auto;
    }

.brand_slick .slick-dots {
    text-align: center;
}

    .brand_slick .slick-dots li button:before {
        display: none;
    }

    .brand_slick .slick-dots li button {
        border-radius: 50%;
        background: #c0c0c0;
        width: 10px;
        height: 10px;
    }

    .brand_slick .slick-dots li.slick-active button {
        background: #202020;
    }

/* SUB-PAGE Content */
#subbanner {
    background: transparent url(../images/subbanner.jpg) no-repeat center center;
}

    #subbanner .triangle .grey_triangle_1 {
        border-bottom-color: #f9f9f9;
    }

    #subbanner .triangle .grey_triangle_2 {
        border-bottom-color: rgba(32,32,32,0.75);
    }

    #subbanner .container {
        padding-top: 80px;
        padding-bottom: 50px;
    }

.breadcrumbs, ul.breadcrumbs, .breadcrumbs li {
    margin: 0;
    text-align: center;
    list-style: none;
}

.breadcrumbs, ul.breadcrumbs {
    margin-top: 20px;
}

    .breadcrumbs li {
        display: inline-block;
        text-transform: lowercase;
    }

        .breadcrumbs li a {
            color: #707070;
            font-size: 13px;
            letter-spacing: 0.1em;
            text-transform: lowercase;
            padding: 10px;
        }

            .breadcrumbs li a:hover {
                color: #000;
            }

        .breadcrumbs li:after {
            content: '-';
            display: inline-block;
            vertical-align: middle;
            margin-right: -4px;
            padding: 0 8px;
        }

        .breadcrumbs li:last-child:after {
            display: none;
        }

.accordion ul {
    display: none;
}
/*********************
   Products
*********************/
.prodlist_brand {
    color: #707070;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 15px;
}

.prodlist_name, a.prodlist_name, a.prodlist_name:visited, a.prodlist_name:link {
    color: #000000;
    letter-spacing: 0.05em;
    line-height: 22px;
    font-size: 14px;
    font-family: julius_sans_oneregular, Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    display: block;
}

    a.prodlist_name:hover {
        color: #e02b21;
    }

.prod_img, a.prod_img {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

    .prod_img > img, a.prod_img > img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

.banner_promo, a.banner_promo, a:link.banner_promo, a:visited.banner_promo {
    background: white url(../images/banner_promo.jpg) no-repeat center;
    padding: 33px;
    position: relative;
    display: block;
    color: white;
}

    .banner_promo:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 192, 255, .9);
        top: 0;
        left: 0;
        z-index: 1;
        content: '';
    }

.promo_text {
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
    padding: 33px;
}

.col-xl-sidebar, .col-xl-products, .col-md-products {
    padding-left: .935rem;
    padding-right: .935rem;
    float: left;
}

.col-xl-sidebar {
    width: 27.5%
}

.col-xl-products, .col-md-products {
    width: 72.5%
}

.sidebar_title {
    padding: 15px 20px 13px;
    background: #202020;
    letter-spacing: 0.05em;
}

.sidebar_bg {
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.sidebar, .sidebar li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar {
    padding: 10px 0;
}

    .sidebar li {
        display: block;
    }

    .sidebar > li {
        padding: 10px 0;
        position: relative;
    }

        .sidebar > li > a {
            color: #202020;
            font-size: 18px;
            line-height: 25px;
            display: block;
            position: relative;
            padding-right: 40px;
            padding-left: 20px;
        }

            .sidebar > li > a > span:before, .sidebar > li > a > span:after {
                content: '';
                height: 1px;
                width: 16px;
                position: absolute;
                top: 10px;
                right: 20px;
                background: #909090;
                display: block;
            }

            .sidebar > li > a > span:before {
                -webkit-transform: rotate(90deg); /* Chrome, Opera 15+, Safari 3.1+ */
                -ms-transform: rotate(90deg); /* IE 9 */
                transform: rotate(90deg); /* Firefox 16+, IE 10+, Opera */
                -webkit-transition: transform 200ms ease-out;
                -moz-transition: transform 200ms ease-out;
                -o-transition: transform 200ms ease-out;
                transition: transform 200ms ease-out;
            }

            .sidebar > li > a.active {
                color: #c4261d;
            }

                .sidebar > li > a.active > span:before {
                    -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+ */
                    -ms-transform: rotate(0); /* IE 9 */
                    transform: rotate(0); /* Firefox 16+, IE 10+, Opera */
                }

                .sidebar > li > a.active > span:before, .sidebar > li > a.active > span:after {
                    background: #c4261d;
                }

        .sidebar > li > ul {
            background: #c4261d;
            color: white;
            margin: 0;
            margin-top: 15px;
        }

            .sidebar > li > ul li a {
                padding: 10px 20px;
                padding-right: 30px;
                display: block;
                position: relative;
                color: white;
            }

                .sidebar > li > ul li a > span:before {
                    content: '+';
                    color: white;
                    position: absolute;
                    right: 20px;
                    font-family: maven_proregular, Arial, Helvetica, sans-serif;
                    font-size: 20px;
                }

                .sidebar > li > ul li a.active > span:before {
                    content: '-';
                }

                .sidebar > li > ul li a.active {
                    font-family: maven_probold, Arial, Helvetica, sans-serif;
                }

            .sidebar > li > ul > li {
                border-bottom: #d13c34 1px solid;
            }

                .sidebar > li > ul > li > ul {
                    margin-bottom: 15px;
                }

                    .sidebar > li > ul > li > ul > li {
                        padding-left: 15px;
                    }

                        .sidebar > li > ul > li > ul > li:before {
                            content: '›';
                            display: inline-block;
                            margin-right: 5px;
                            vertical-align: top;
                            padding-top: 4px;
                        }

                        .sidebar > li > ul > li > ul > li > a {
                            padding: 4px 0;
                            width: 95%;
                            display: inline-block;
                        }

                            .sidebar > li > ul > li > ul > li > a.active {
                                font-family: maven_probold, Arial, Helvetica, sans-serif;
                            }

/** Product Listing **/
.prod_thumb {
    margin-left: .935rem;
    margin-right: .934rem;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    width: calc(33.3% - .935rem - .935rem);
}

.promo_thumb {
    width: calc(25% - .935rem - .935rem);
}

.prodlist_desc {
    padding: 20px;
}

.price {
    font-family: maven_probold, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #c4261d;
}

.usualprice {
    display: inline-block;
    margin-left: 10px;
    font-family: maven_proregular, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: italic;
    text-decoration: line-through;
    color: #909090;
}

.prod_img.onsale:before, .prod_img.newitem:after {
    content: 'ON SALE';
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    color: white;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 13px;
    text-align: center;
    background: #c4261d;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 5;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.prod_img.newitem:after {
    content: 'NEW';
    background: #303030;
}

.prod_img.newitem.onsale:after {
    top: 65px;
}

.prod_onhover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,0.8);
    z-index: 6;
    opacity: 0;
    webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

    .prod_onhover .prod_onhovericon {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 3px solid #000000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        opacity: 0;
        webkit-transition: opacity 250ms ease-out, top 350ms ease-out;
        -moz-transition: opacity 250ms ease-out, top 350ms ease-out;
        -o-transition: opacity 250ms ease-out, top 350ms ease-out;
        transition: opacity 250ms ease-out, top 350ms ease-out;
    }

.prod_img:hover .prod_onhover {
    opacity: 1;
}

.prod_img:hover .prod_onhovericon {
    opacity: 1;
    top: 0;
}

.soldout {
    display: inline-block;
    color: #fff;
    background: #202020;
    padding: 5px 7px 4px;
    font-size: 11px;
    font-family: maven_probold, Arial, Helvetica, sans-serif;
    line-height: 11px;
    letter-spacing: .05em;
}

/** PRODUCT DETAILS **/
.prod_bigimg.onsale:before, .prod_bigimg.newitem:after {
    font-size: 14px;
    font-family: maven_probold, Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    width: 60px;
    height: 60px;
}

.prod_bigimg.newitem.onsale:after {
    top: 80px;
}

.prodname {
    font-family: julius_sans_oneregular, Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.proddet_price {
    font-size: 35px;
    font-family: maven_probold, Arial, Helvetica, sans-serif;
}

    .proddet_price .usualprice {
        font-size: 18px;
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
    }

.qty_wrapper {
    border: 1px solid #d0d0d0;
    padding-left: 10px;
    color: #292929;
    max-width: 145px;
    display: inline-block;
    background: white;
}

input.qty {
    background: white;
    text-align: center;
    padding: 0;
    margin: 10px 0 9px 10px;
    max-width: 90px;
    width: 100%;
    color: #505050;
    border: none;
    -webkit-text-fill-color: #505050;
    border-left: 1px solid #d0d0d0;
    font-size: 18px;
    line-height: 18px;
}

.qty_wrapper + .addtocart, .qty_wrapper + .addtoenquiry {
    margin-right: 20px;
}

.bulkorder {
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #e0e0e0;
    letter-spacing: 0.05em;
    color: #707070;
    /*background: #fff;
	border: 1px solid #efefef;
	*/
}

    .bulkorder:after {
        content: '';
        display: table;
        clear: both;
    }

/** ATTRIBUTES **/
.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;
}

/**********************
   Pagination  
**********************/
a.paging_btn, input.paging_btn, .paging_btn {
    color: #909090;
    border: 3px solid #c0c0c0;
    padding: 10px 45px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    webkit-transition: border 250ms ease-out, color 250ms ease-out;
    -moz-transition: border 250ms ease-out, color 250ms ease-out;
    -o-transition: border 250ms ease-out, color 250ms ease-out;
    transition: border 250ms ease-out, color 250ms ease-out;
}

    a.paging_btn span, input.paging_btn span, .paging_btn span {
        font-size: 20px;
    }

    a.paging_btn:hover, input.paging_btn:hover, .paging_btn:hover {
        color: #000;
        border-color: #000;
    }

.paging {
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
}

.paging_input, input.paging_input {
    width: 70px;
    text-align: center;
    font-size: 18px;
}

.paging span {
    font-size: 18px;
}

/**********************
   Career  
**********************/
.career.ui-accordion.ui-helper-reset, .career .ui-helper-reset {
    line-height: 24px;
}

.career_datediv {
    margin: 0 10px;
}

.career_date {
    font-size: 13px;
    color: #909090;
    margin-bottom: 10px;
}

.career_apply {
    display: flex;
    align-items: center;
}

    .career_apply:before, .career_apply:after {
        content: '';
        display: block;
        width: calc((100% - 180px - 60px) / 2);
        height: 1px;
        background: #d0d0d0;
    }

a.career_btn, input.career_btn, .career_btn {
    background-image: url(../images/icon_apply.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 45px;
    width: 180px;
    text-align: center;
    margin: 0 30px;
}

.career.ui-accordion .ui-accordion-header {
    color: white;
    background: #b2261e;
    padding: 20px;
    font-size: 25px;
    line-height: 30px;
    outline: 0;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: julius_sans_oneregular, Arial, Helvetica, sans-serif;
}

.career.ui-accordion .ui-accordion-content {
    padding-bottom: 50px;
}

.career.ui-accordion .ui-accordion-header.ui-accordion-header-active {
    background: #e02b21;
}

.career h3 span:before, .career h3 span:after {
    content: '';
    height: 1px;
    width: 16px;
    position: absolute;
    top: 10px;
    right: 20px;
    background: #fff;
    display: block;
}

.career h3 span:before {
    -webkit-transform: rotate(90deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
}

.career h3.ui-accordion-header.ui-accordion-header-active span:before {
    -webkit-transform: rotate(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0); /* IE 9 */
    transform: rotate(0); /* Firefox 16+, IE 10+, Opera */
}

.career.ui-accordion h3.ui-accordion-header span.ui-accordion-header-icon {
    width: 100%;
    height: 100%;
    left: 0;
    top: 47%;
}

/**********************
   News  
**********************/
.newslisting {
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding: 0;
    background: #fff;
    margin-bottom: 30px;
    width: calc(50% - .9375rem - .9375rem);
}

    .newslisting:after {
        content: '';
        display: table;
        clear: both;
        height: 0;
    }

.news_thumb, a.news_thumb {
    width: 255px;
    height: 225px;
    position: relative;
    overflow: hidden;
    margin-right: .935rem;
}

    .news_thumb img, a.news_thumb img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .news_thumb:after, a.news_thumb:after {
        display: block;
        content: '';
        position: absolute;
        z-index: 2;
        right: 0;
        top: 55px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid white;
    }

.newslist_title, a.newslist_title {
    font-size: 18px;
    font-family: maven_probold, Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 23px;
    display: block;
}

    a.newslist_title:hover {
        color: #909090;
    }

.newslist_text {
    width: calc(100% - 255px - 1.5rem);
}

.newslisting_date {
    letter-spacing: .1em;
    display: block;
}

.news_img {
    width: 100%;
    height: 0;
    padding-bottom: 88.57%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

    .news_img img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: auto;
    }

/**********************
   Contact  
**********************/
.redbox {
    background: #c4261d;
    position: relative;
    padding: 50px .935rem;
    z-index: 5;
}

    .redbox:after {
        position: absolute;
        top: 100%;
        width: 15px;
        height: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-top: 15px solid #c4261d;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        content: '';
        display: block;
    }

.captcha {
    background: white;
    border: 1px solid #e5e5e5;
}

/**********************
   Register / Login  
**********************/
#login {
    max-width: 400px;
    margin: auto;
}

#cboxOverlay {
    background: rgba( 0,0,0,0.6);
}

.loginCbox #cboxLoadedContent, .confirmationCbox #cboxLoadedContent {
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 30px;
    border: 5px solid #202020;
    background: white;
    margin: auto;
}

.loginCbox #cboxContent, .confirmationCbox #cboxContent {
    background: none;
}

.loginCbox #cboxClose, .confirmationCbox #cboxClose {
    right: 35px;
    background: #202020;
    height: 35px;
    top: -35px;
}

#cboxClose:after {
    content: '×';
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: initial;
    font-size: 38px;
    line-height: 38px;
    font-family: julius_sans_oneregular, Arial, Helvetica, sans-serif;
}

.loginCbox #cboxClose:hover, .confirmationCbox #cboxClose:hover {
    background: #000;
    opacity: 1;
}

/**********************
   Shopping Cart  
**********************/
.cart {
    padding-right: .935rem;
    padding-left: .935rem;
    background: white;
}

.cart_price {
    font-size: 18px;
    color: #202020;
    margin-top: 10px;
}

.cart_usual {
    font-size: 13px;
    color: #707070;
    display: inline-block;
    margin-left: 10px;
    text-decoration: line-through;
    font-style: italic;
}

.cart_qty, input.cart_qty {
    font-size: 20px;
    text-align: center;
    width: 90%;
    max-width: 110px;
    margin-bottom: 5px;
}

a.btn_del, .btn_del, input.btn_del {
    background: transparent url(../images/icon_del.png) no-repeat center;
    width: 16px;
    height: 19px;
}

.cart_header {
    padding: 10px 0;
    color: white;
    font-family: maven_probold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #e02b21;
}

.cart_content {
    padding: 20px 0;
    align-items: center;
}

    .cart_content > div {
        display: inline-block;
        vertical-align: middle;
        float: none !important;
        margin-right: -4px;
    }

    .cart_content label {
        display: block;
        line-height: 18px;
    }

.cart_delivery {
    padding: 10px 0;
    color: white;
    font-family: maven_probold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #202020;
    text-align: center;
    letter-spacing: 0.1em;
}

/**********************
   Steps  
**********************/
ul#steps {
    border: 3px solid #b0b0b0;
    border-radius: 35px;
    width: 100%;
    line-height: 18px;
    color: #404040;
    font-family: maven_problack, Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 0;
    overflow: hidden;
}

    ul#steps li, ul#steps li a {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    ul#steps li {
        margin: 0;
        width: calc(100% / 3);
        padding: 10px 10px;
        margin-right: -4px;
    }

        ul#steps li a {
            color: #404040;
        }

        ul#steps li.active {
            background: #303030;
            border-radius: 20px;
        }

            ul#steps li.active > a {
                color: #fff;
            }

.shipping {
    display: none;
}

    .shipping:first-child {
        display: block;
    }

.summary_prodtitle strong {
    margin-right: 10px;
}

.sale_tag {
    display: inline-block;
    color: white;
    font-size: 11px;
    padding: 5px 7px 3px;
    line-height: 11px;
    background: #e02b21;
    letter-spacing: 0.1em;
    vertical-align: 3px;
}

input.summary_qty {
    background: #f0f0f0;
    color: #909090;
    font-size: 20px;
    width: auto;
    max-width: 84px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #d0d0d0;
}

/**********************
   Account Overview  
**********************/
ul#account_sidebar, ul#account_sidebar li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#account_sidebar {
    padding: 25px 25px 15px;
}

    ul#account_sidebar li {
        margin-bottom: 15px;
    }

        ul#account_sidebar li a, ul#account_sidebar li a:link, ul#account_sidebar li a:visited, ul#account_sidebar li a:active {
            color: #202020;
            font-size: 18px;
            line-height: 25px;
            padding-left: 30px;
            position: relative;
        }

            ul#account_sidebar li a:hover {
                color: #707070;
            }

        ul#account_sidebar li.active > a {
            color: #c4261d;
        }

        ul#account_sidebar li a:before {
            content: '→';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 16px;
        }

/** Account Cbox **/
.colorboxAcc #cboxClose {
    right: -10px;
    background: none;
    color: white;
}

/* Order table */
table.account-table th, table.account-table td, table.account-table tbody tr, table.account-table tbody tr:nth-child(odd), table.account-table tbody tr:nth-child(even) {
    padding-left: 0;
    padding-right: 5px;
    background: none;
}

    table.account-table tbody tr, table.account-table tbody tr td {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 0;
        padding-top: 15px;
    }

        table.account-table tbody tr:last-child td {
            padding-bottom: 15px;
        }

table.account-table a, table.account-table a:link, table.account-table a:visited {
    font-size: 13px;
    line-height: 18px;
}

table.account-table {
    border-top: 3px solid #e0e0e0;
    border-bottom: 3px solid #e0e0e0;
}

    table.account-table thead {
        border-bottom: 1px solid #e0e0e0;
    }

/** ADDRESS BOOK **/
.address_tag {
    display: inline-block;
    background-color: #e02b21;
    color: #ffffff;
    font: normal 12px maven_proregular, Arial, Helvetica, sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px 16px;
    text-indent: 0% !important;
    text-align: center;
}

/* Footer */
footer {
    width: 100%;
    background: #ffffff;
    text-align: left;
    color: #505050;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    min-width: 1140px;
    padding-top: 70px;
    padding-bottom: 50px;
}

    footer a:link, footer a:visited {
        color: #505050;
    }


.footer_navigation {
    margin: 0;
}

    .footer_navigation li {
        list-style: none;
        margin: 0 0 5px 0;
        padding-left: 0;
    }

        .footer_navigation li a {
            font-size: 12px;
            color: #909090;
            text-transform: uppercase;
        }

            .footer_navigation li a:hover {
                color: #505050;
            }


/***********************
  Print
************************/
/****Print Optimization - Make Sure Everything Stay In Place****/

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.col-xl-15 {
    width: 20%;
    float: left;
}

    .col-xs-15.vAlign, .col-xs-15.vTop, .col-xs-15.vBtm, .col-sm-15.vAlign, .col-sm-15.vTop, .col-sm-15.vBtm, .col-md-15.vAlign, .col-md-15.vTop, .col-md-15.vBtm, .col-lg-15.vAlign, .col-lg-15.vTop, .col-lg-15.vBtm, .col-xl-15.vAlign, .col-xl-15.vTop, .col-xl-15.vBtm {
        margin-right: -5px;
    }

@media print {
    .hidden-print {
        display: none !important
    }

    #maincontent {
        display: block !important;
    }

    body {
        margin: 0;
        padding 0 !important;
        min-width: 768px;
    }

    .container {
        width: auto;
        min-width: 750px;
    }

    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;
    }
}
/***********************
  Programmer Required
************************/
.IE8Fix {
    z-index: 1;
}

.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
    font-family: normal 11px Arial, sans-serif;
    color: #CC0000;
}

    .errMsg a:hover {
        text-decoration: underlink;
    }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/***********************
  LANDING PAGE
************************/
#logo-landing img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 330px;
    width: 25%;
    z-index: 99;
}

.land-container {
    overflow: hidden;
}

    .land-container .row:before {
        content: '';
        background: transparent url(../images/footer_bg.png) repeat-x center top;
        height: 60px;
        width: 100%;
        bottom: 48px;
        position: absolute;
        z-index: 5;
    }

.land {
    height: 100%;
    position: absolute;
    cursor: pointer;
    padding: 0;
}

    .land:first-child {
        background: url(../images/land01.jpg) no-repeat center top;
        left: 0;
        background-size: cover;
    }

    .land:last-child {
        background: url(../images/land02.jpg) no-repeat center top;
        right: 0;
        background-size: cover;
    }

    .land a {
        background: rgba(110, 6, 0, 0.85);
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 350ms ease-out;
        text-align: center;
        justify-content: center;
        box-sizing: content-box;
    }

    .land:hover > a {
        opacity: 1 !important;
    }

    .land > a > div {
        max-width: 650px;
        width: 90%;
        color: #fff;
    }

.land_title {
    padding-left: .935rem;
    padding-right: .935rem;
}

.land_text {
    padding: 40px 25px 30px;
    display: block;
    border: 1px solid white;
    border-top: none;
}

.landing-footer {
    font-size: 15px;
    color: #909090;
    padding: 15px 0;
}

.land-btn {
    display: none;
}


/***********************
  BOOTSTRAP FLEX
************************/
.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

#ctl00_ContentPlaceHolder1_Captcha1_progressImage {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

a.btn_disabled, .btn_disabled, input.btn_disabled, a.btn_disabled:hover, .btn_disabled:hover, input.btn_disabled:hover {
    cursor: pointer;
    opacity: 0.5;
}

a.btn_green.btn_disabled, .btn_green.btn_disabled, input.btn_green.btn_disabled {
    background: #0f9a4f;
}

.editAdd, .newAdd {
    display: none;
}

/* Notification */
.users_noti {
    padding: 25px;
    max-width: 340px;
    border: 1px solid #d2edf7;
    color: #ffffff;
    background: #e02b21;
    border-radius: 0;
    text-align: center;
    -webkit-border-radius: 0;
    z-index: 8888 !important;
}

.users_noti > button.close {
        color: #245b6e;
        font-size: 20px;
        opacity: 1;
    }

.users_notif > button.close:hover {
    color: #72b3c9;
    opacity: 1;
}

.users_noti .message {
    padding: 0;
}

.popup_cart {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: clearsansbold, arial, sans-serif;
    z-index: 99999;
}

@media (max-width: 767px) {
    .users_noti {
        max-width: none;
        padding: 15px;
    }
}

@media (max-width: 543px) {
    .users_noti {
        font-size: 3.5vw;
        line-height: 5vw;
    }

    .popup_cart {
        font-size: 3.8vw;
        line-height: 5vw;
    }
}


#ctl00_ContentPlaceHolder1_Captcha1_progressImage {
    display:none !important;
}

.calendar {
    background: transparent url(../images/icon_calendar.gif) no-repeat scroll 0% 0%;
    width: 15px;
    height: 19px;
    border: medium none;
    cursor: pointer;
    position: absolute;
    margin-top: 10px;
    right: 25px;
    z-index: 999 !important;
}