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

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

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Halant:400,500,600,700');

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

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

/* Font Embed */
.iconset {
    font-family: "cew-iconset-v2";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HTML */
html {
    position: relative;
    min-height: 100%;
    min-width: 1140px;
}

body {
    background: url(/images/bodybg.jpg) #fff9f4;
    color: #404040;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.588rem;
    height: auto;
    margin: 0;
}

    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;
    font-weight: normal;
}

.clear {
    clear: both;
}

/* Basic Fonts */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    ;
    line-height: 1.6em;
}

    h1, h1 a, h1 a:link {
        font-size: 45px;
    }

    h2, h2 a, h2 a:link {
        font-size: 28px;
    }

    h3, h3 a, h3 a:link {
        font-size: 20px;
    }

    h4, h4 a, h4 a:link {
        font-size: 18px;
    }

    h5, h5 a, h5 a:link {
    }

    h6, h6 a, h6 a:link {
    }

label {
    color: #737373;
    font-size: 12px;
}

b, strong, .font-weight-bold {
    font-weight: bold;
}

i, em {
}

    i b, i strong, em b, em strong, b i, b em, strong i, strong em {
    }

.ltrspc5 {
    letter-spacing: 0.05rem;
}

/* Listing Styles */
ol, ul {
    margin-left: 15px;
}

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

    ul li {
        margin-bottom: 5px;
    }

/* Links and remove of Dotted line */

/*Make sure phone no color won't overwrite by mobile devices*/
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

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

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

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

/* <a> link with class */
a.btn {
    font-size: 14px;
    color: #fff;
    border: none;
    background: #7a2020;
    display: inline-block;
    line-height: auto;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    outline: none !important;
    box-shadow: none !important;
    line-height: auto !important;
    height: auto;
    text-align: center;
}

    a.btn:hover {
        background: #757575;
        color: #fff;
    }


a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: #fff;
}

/* Text Field & Button Style */
input[disabled="disabled"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
}

input[type="password"], input[type='text'], select, textarea, input[disabled="disabled"] {
    padding: 9px 15px;
    background: #ffffff;
    border: none;
    color: #757575;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 42px;
}

textarea {
    height: auto;
}

input[type='submit'], input[type='button'] {
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    background-color: #7a2020;
    color: #fff;
    font-size: 14px;
    line-height: 0;
    padding: 21px 35px;
    text-align: center;
    text-transform: uppercase;
    line-height: auto !important;
    border-radius: 0;
    height: 42px;
}

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

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

input[type='submit'].btn2 {
    color: #fff;
    background: #000;
}

    input[type='submit'].btn2:hover {
        background: #333;
        color: #fff;
    }


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

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

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

#scrollUp-active {
    display: none;
}

/* Divider and Outline */
hr {
    background-color: #e4e4e4;
    height: 1px;
    width: 100%;
    border: none;
    margin: 2rem 0;
}

    hr.thickorange {
        height: 1px;
        background-color: #7a2020;
        margin: 1.5rem 0;
    }

    hr.thickgrey {
        height: 3px;
        background-color: #dadada;
        margin: 1.5rem 0;
    }

.vDiv {
    background: #DDD;
    width: 1px;
    height: 260px;
    border: none;
    margin: 0 15px;
    display: inline-block;
}

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

/* Search */
#search_div {
    margin-bottom: 40px;
}

#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%;
    background: rgba(255,255,255,0.80) !important;
}

input.search_field {
    background: white;
    border: 0;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #737373;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    height: 100%;
}

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

#search h2 {
    display: none;
}

input.search_btn {
    background: #c72031 url(/images/search.svg) no-repeat center;
    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;
    }

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

#search input[type="text"]::-moz-placeholder {
    color: #a6a6a6;
}

#search input[type="text"]:-moz-placeholder {
    color: #a6a6a6;
}

#search input[type="text"]::-webkit-input-placeholder {
    color: #a6a6a6;
}

#search input[type="text"]:-ms-input-placeholder {
    color: #a6a6a6;
}

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

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

.logindrop_wrapper {
    display: block;
}

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

/* Cart Dropdown */
.cartdrop_ul, .cartdrop_ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cartdrop_wrapper {
    display: block;
}

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

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

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

/* HEADER */
header {
    width: 100%;
    min-width: 1140px;
    max-width: 100%;
    left: 0;
    padding: 0;
    background: #fff;
    position: relative;
    z-index: 9999;
}

    header .logo img {
        display: inline-block;
        margin-bottom: 0;
        width: 100%;
		max-width: 110px;
    }

    header.smaller {
        position: fixed;
    }

        header.smaller .logo {
        }

            header.smaller .logo img {
                width: 100%;
            }

    header.smaller {
        background: #fff;
        position: fixed;
        min-width: inherit;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
        z-index: 9999;
    }

    header #menu {
        height: auto;
        line-height: 1.5;
    }

    header .menu_toggle, header .menu_close {
        display: none;
    }

    header .header-rgtpart {
        float: right;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        line-height: 22px;
    }

        header .header-rgtpart .iconset {
            line-height: inherit;
            margin: 0;
            padding: 0;
        }

    header .icons_link {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    header .icons_link, header .login {
        float: right;
        padding: 0px 8px;
        position: relative;
        font-size: 1vw;
    }

    header .login {
        padding: 0 0 0 15px;
    }


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

#navmenu-h {
    list-style: none;
    position: relative;
    background: none;
    margin-left: 0;
}

    #navmenu-h > li {
        display: inline-block;
        margin: 0;
        background: url(/images/divider.png) no-repeat right;
        padding: 0;
    }

        #navmenu-h > li:last-child {
            background: none;
        }

        #navmenu-h > li > a {
            text-decoration: none;
            text-transform: uppercase;
            text-align: center;
            border: none;
            outline: none;
            color: #737373;
            font-size: 13px;
            padding: 15px;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
            font-weight: 600;
            letter-spacing: 0.08em;
        }

            #navmenu-h > li > a.active, #navmenu-h > li > a:hover, #navmenu-h > li.active > a:hover, #navmenu-h > li:hover a:hover, #navmenu-h > li:hover a {
                color: #7a2020;
            }

    /*** Drop Down ***/
    #navmenu-h li.drop-down {
        position: relative;
    }

        #navmenu-h li.drop-down ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            list-style-type: none;
            padding: 0;
            margin: 0;
            float: left;
            background-color: #ffffff;
            min-width: 200px;
            box-shadow: 0px 0px 5px rgba(51,51,51,0.6);
        }

            #navmenu-h li.drop-down ul li {
                width: 100%;
                display: block;
                margin: 0;
                background: none !important;
                padding: 0;
                margin: 0;
                border: 1px solid #ccc;
                border-top: 0px solid #ccc;
            }

                #navmenu-h li.drop-down ul li a {
                    display: block;
                    padding: 8px 12px;
                    color: #737373;
                    font-size: 13px;
                    letter-spacing: 0.08em;
                    text-transform: uppercase;
                    text-align: center;
                    text-decoration: none;
                    border: 0;
                    font-weight: 600;
                }

        #navmenu-h li.drop-down:hover .drop-down-ul {
            display: inline-block;
        }

        #navmenu-h li.drop-down ul.drop-down-ul li:not(.active) a:hover {
            background: #7a2020;
            color: #ffff;
        }



/*hover*/
li.drop-down > a:hover + .drop-down-ul, li.drop-down:hover .drop-down-ul, .mega-drop-down a:hover + .mega-menu {
    display: block;
}

.icon-angle-down {
    color: #ac1212;
    padding-left: 3px;
}
/**** end of the navigition ****/

/* Search */
#search_div {
    margin-bottom: 40px;
}

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

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

#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;
    }

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

#search input[type="text"]::-moz-placeholder {
    color: #a6a6a6;
}

#search input[type="text"]:-moz-placeholder {
    color: #a6a6a6;
}

#search input[type="text"]::-webkit-input-placeholder {
    color: #a6a6a6;
}

#search input[type="text"]:-ms-input-placeholder {
    color: #a6a6a6;
}

a.login {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 15px 0;
}



/* Banner */
#banner {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff9f4; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, transparent 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, transparent 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, transparent100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='transparent',GradientType=0 ); /* IE6-9 */
}

    #banner .banner-bg {
        background: url(/images/sliderbg.png);
        background-repeat: no-repeat;
        height: 100;
        width: 100;
    }

    #banner .slick-dots {
        -webkit-transition: .8s ease all;
        transition: .8s ease all;
        padding-top: 30px;
        opacity: 0;
    }

        #banner .slick-dots:hover {
            opacity: 1;
        }

.slick-dots li.slick-active {
    background-color: #646464;
}

.slickCaptionDiv {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: auto;
    z-index: 5;
    height: auto;
    padding: 0;
    border: 0;
    border: none;
    outline: none;
    float: left;
}

.slick-slider.sub .slickCaptionDiv { /*top: auto;bottom: 130px;*/
}

.slickCaption {
    width: 100%;
    text-shadow: 0px 0px 30px white,0px 0px 30px white,0px 0px 30px white,0px 0px 10px #fff,0px 0px 10px #fff;
}

.slick-slider.sub .slickCaptionDiv {
    top: 5%;
}

#banner .slickCaption {
    /padding:2rem;
}

.slick-slider.sub.adj-width .slickCaption {
    background: rgba(177,167,155,0.40);
    width: auto;
    display: inline-block;
}

#banner .slick-prev {
    background: transparent url(/images/arrow-left-circle.svg) no-repeat left center !important;
    height: 25px;
    width: 25px !important;
    left: 25px;
    text-indent: -99999px;
    right: auto;
    z-index: 999;
}

#banner .slick-next {
    background: transparent url(/images/arrow-right-circle.svg) no-repeat left center !important;
    height: 25px;
    width: 25px !important;
    right: 25px;
    left: auto;
    text-indent: -99999px;
    z-index: 999;
}

#banner .slick-prev, #banner .slick-next {
    opacity: 0.3;
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
}

    #banner .slick-prev:hover, #banner .slick-next:hover {
        opacity: 1;
    }

.subbanner-wrapper, .cus-padtop { /*padding-top:4%;*/
}

.subbanner {
    width: 100%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 8%;
    position: relative;
    margin: 0 auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    text-transform: uppercase;
}

    .subbanner.news {
        padding-top: 80px;
        padding-bottom: 75px;
    }

.subbanner-cap {
    background: rgba(177,167,155,0.40);
    width: auto;
    display: inline-block;
    line-height: 1.3rem;
    text-align: left;
    font: normal 17px Arial, Helvetica, sans-serif;
    letter-spacing: 0.05rem;
    color: #fff;
    padding: 30px;
    text-shadow: 0px 0px 8px rgba(85, 85, 85, 1);
}

    .subbanner-cap h1 {
        color: #fff;
        font-size: 40px;
        letter-spacing: 0.03rem;
        line-height: 3rem;
        text-transform: uppercase;
    }


/* Footer */
footer {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.footer-wrapper {
    background: url(/images/footerbg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 30px 0 5rem;
    color: #fff;
    font-size: 15px;
    line-height: 1.4rem;
}

    .footer-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 8px;
    }

        .footer-wrapper ul li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .footer-wrapper ul li::before {
                font-family: "cew-iconset-v2";
                content: '\f105';
                padding-right: 6px;
            }

            .footer-wrapper ul li a {
                color: #fff;
                font-size: 15px;
                line-height: 1.4rem;
            }

    .footer-wrapper a img {
        opacity: 1;
        -webkit-transition: .8s ease all;
        transition: .8s ease all;
    }

    .footer-wrapper a:hover img {
        opacity: 0.5;
    }

    .footer-wrapper ul li a:hover, .footer-wrapper ul li.active a, .gradientbar2 ul li a:hover {
        color: #ffedae;
    }

    .footer-wrapper a:hover i {
        color: #000;
    }

.subscribe-box {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #faf6ec;
    padding: 0;
    height: 40px !important;
    padding-top: 7px;
    margin-top: 13px;
}

input[type='text'].subscribe-field {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    float: left;
    width: 90%;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    height: auto;
}

input[type='submit'].subscribe-btn {
    background: url(/images/arrow-right-white.svg) no-repeat center center;
    width: 10%;
    height: 23px;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
}

input[type="text"].subscribe-field::-moz-placeholder {
    color: #fff;
}

input[type="text"].subscribe-field:-moz-placeholder {
    color: #fff;
}

input[type="text"].subscribe-field::-webkit-input-placeholder {
    color: #fff;
}

input[type="text"].subscribe-field:-ms-input-placeholder {
    color: #fff;
}

input[type="text"].subscribe-field::placeholder {
    color: #fff;
}

.subscribe-box ::placeholder {
    color: white;
}

.subscribe-box :-ms-input-placeholder {
    color: white;
}

.subscribe-box ::-ms-input-placeholder {
    color: white;
}

img.paypal {
    width: 20px;
    margin-right: 0 !important;
}

img.mastercard {
    width: 30px;
    margin-right: 0 !important;
}

img.visa {
    width: 35px;
    margin-right: 0 !important;
}

img.amex {
    width: 50px;
    margin-right: 0 !important;
}

/* Images container */
.img-container {
    max-width: 225px;
    margin: auto;
    margin-bottom: 15px;
}

.img-container1140 .prod-wrap {
    padding-bottom: 48%;
}

.img-container538.img1140 .prod-wrap {
    padding-bottom: 48%;
}

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

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

        a.prod-wrap > img:hover, .prod-wrap a > img:hover {
            cursor: pointer;
            transform: scale(1.03,1.03);
        }

/** FEature Products *****/
#featureditems .card, #newsfeatures .card {
    background: none;
}

#featureditems .card-header, #featureditems .card-body, #featureditems .card-footer, #newsfeatures .card-header, #newsfeatures .card-body, #newsfeatures .card-footer {
    background: #fff;
}

/**** container ****/
#maincontent {
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    padding: 0 0 60px 0;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subbanner h1 {
    color: #7a2020 !important;
    text-shadow: 0px 0px 30px white, 0px 0px 30px white, 0px 0px 30px white, 0px 0px 10px #fff, 0px 0px 10px #fff;
    font-family: 'Halant', serif;
    font-weight: 500;
}

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

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

.news .card {
    background: none;
}


/**** breadcrumb ****/
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: none;
    margin-left: 0;
}

    .breadcrumb li {
        margin: 0;
        padding: 0;
    }

        .breadcrumb li a {
            font-size: 12px;
            text-transform: capitalize;
        }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    color: #757575;
    content: "/";
    font-size: 12px;
}

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

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

    .brand-select:hover, input:hover {
        border-color: #7a2020 !important;
    }

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

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

/* Text Field & Button Style */
input[disabled="disabled"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-opacity: 1;
}

input[type="password"], input[type='text'], select, textarea, input[disabled="disabled"] {
    padding: 9px 15px;
    background: #ffffff;
    border: none;
    color: #757575;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 42px;
}

textarea {
    height: auto;
}

input[type='submit'], input[type='button'] {
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    background-color: #7a2020;
    color: #fff;
    font-size: 14px;
    line-height: 0;
    padding: 21px 35px;
    text-align: center;
    text-transform: uppercase;
    line-height: auto !important;
    border-radius: 0;
    height: 42px;
}

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

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

.phonecode {
    position: absolute;
    top: 20%;
    left: 10%;
}

.phonecode2 {
    position: absolute;
    top: 20%;
    left: 9%;
}

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

.no-resize {
    resize: none;
}

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

.proddet_imgwrapper {
    float: left;
    width: 554px; /*height: 376px;*/
    text-align: center;
    position: relative;
    z-index: 9;
}

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

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

.proddet_img .slick-slide /*,.proddet_img .slick-slide a*/ { /*width: 554px;*/
    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_img 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: 554px;
    height: 554px;
    overflow: hidden;
}

.proddet_imgnav .slick-slide {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none; /*height:auto;*/
    height: 66px;
    width: 100%;
    float: none;
    display: inline-block;
}
/*.proddet_imgnav .slick-list .slick-track .slick-slide div {line-height:0 !important;font-size: 0 !important;}*/
.proddet_thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

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

.proddet_imgnav .slick-prev, .proddet_imgnav .slick-next {
    width: 100%;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 1 !important;
}

.proddet_imgnav .slick-prev {
    top: 0;
    background: transparent url(/images/arrow-up-circle.svg) no-repeat center center;
    position: absolute;
    cursor: pointer !important;
}

.proddet_imgnav .slick-next {
    top: auto;
    bottom: 0;
    background: transparent url(/images/arrow-down-circle.svg) no-repeat center center;
    position: absolute;
    cursor: pointer !important;
}

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

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

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


/**** Login Pop up ****/
.litybox {
    overflow: auto;
    background: #fff;
    padding: 20px 20px 0 20px;
    width: 600px;
    max-width: 100%;
}

    .litybox.popup {
        width: 672px;
        padding: 0;
    }

        .litybox.popup .row {
            margin: 0 0;
        }

            .litybox.popup .row h1 {
                color: #222;
                font-size: 60px;
                line-height: 3.3rem;
            }

        .litybox.popup input[type="text"]::-moz-placeholder {
            color: #a6a6a6;
        }

.myaccount {
    list-style: none;
}

    .myaccount li::before {
        font-family: "cew-iconset-v2";
        content: "\f105";
        position: absolute;
        left: 6%;
    }

    .myaccount li.active a {
        color: #7a2020;
    }

/* Products View and List views*/
.display_icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding-top: 10px;
}

    .display_icons li {
        float: left;
    }

.display_icons_btn {
    background: none;
    border: 0;
    padding: 3px 4px 4px;
}

    .display_icons_btn:focus, .display_icons_btn.active, .display_icons_btn:hover {
        outline: 0px dotted;
        background: #CCC;
    }

.prod_view {
    margin-bottom: 0%;
}

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

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

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

.prod_list, .prod_grid {
    display: none;
}

    .prod_list .card {
        padding: 0;
    }

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

.prod_list {
    border-bottom: 1px solid #e9e9e9;
}

a.prodlist_thumb, .prodlist_thumb {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 7%;
    transition: none;
}

    a.prodlist_thumb img, .prodlist_thumb img {
        position: absolute;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        transition: none;
    }

    a.prodlist_thumb:hover .quickview, a.prod_colorbox:hover .quickview {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    a.prodlist_thumb:hover .qs_img {
        top: 59%;
    }

    a.prodlist_thumb:hover .checkitout {
        top: 30%;
    }

    a.prodlist_thumb .qs_img img {
        max-width: 60px;
        max-height: 60px;
    }

    a.prodlist_thumb .checkitout {
        font-size: 25px;
    }

.prodlist_shortdes {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
}

/**** ADDON***/
.myaccount {
    list-style: none;
}

    .myaccount li::before {
        font-family: "cew-iconset-v2";
        content: "\f105";
        position: absolute;
        left: 6%;
    }

    .myaccount li.active a {
        color: #ff6733;
    }

.grey-box {
    background: #7a2020;
}

    .grey-box th {
        border-right: 1px solid #fff;
    }

        .grey-box th:first-child {
            border-left: 1px solid #fff;
        }

.myacc tbody td {
    border-right: 1px solid #dee2e6;
}

    .myacc tbody td:first-child {
        border-left: 1px solid #dee2e6;
    }

.btncompare {
    background: #dee2e6;
    padding: 2px 5px;
    margin-top: -5px;
}

input:disabled:hover {
    border: 0 !important;
}

.taglabel {
    border-radius: 2px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    line-height: 1rem;
    text-transform: uppercase;
}

.tagnew {
    border-radius: 2px;
    background: #f65314;
    color: #fff;
    padding: 5px 10px;
    line-height: 1rem;
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.txt-yellow {
    color: #ffedae;
}

.txt-black {
    color: #000;
}

.txt-white {
    color: #fff !important;
}

.txt-red {
    color: #7a2020;
}

.txt-small {
    font-size: 12px;
    line-height: 1.2rem;
}

.txt-small2 {
    font-size: 10px;
}

.txt-grey {
    color: #787878;
}

.txt-dgrey {
    color: #222;
}

.txt-lgrey {
    color: #757575 !important;
}

.m-auto {
    margin: 0 auto;
}

.btnlogin {
    background: #7a2020;
    color: #fff !important;
}

.btngrey {
    background: #dee2e6;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

    .btngrey:hover {
        background: #7a2020;
        color: #fff;
    }

.background-white {
    background: #fff;
}

.enquirybtn { /*position: absolute;top: 0;float: right;text-align: right; right: 20.5%;*/
    text-align: right;
    width: 100%;
}

    .enquirybtn a {
        background: #7a2020;
        display: inline-block;
        padding: 0px 10px;
        font-size: 10px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
        letter-spacing: 2px;
        top: -5px;
    }

        .enquirybtn a:hover {
            background: #222;
        }

.text-serif {
    font-weight: 300;
}

.text-serif-semi {
    font-weight: 500;
}

.text-serif-bold {
    font-weight: 600;
}

.txt-script {
    font-family: 'Halant', serif;
    font-weight: 500;
}

.faqul {
    float: left;
}

ul.faqul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    ul.faqul li {
        list-style: none;
        padding: 10px 0;
        margin: 0px;
    }

        ul.faqul li a div.careTitle > li.active {
            color: #FF9966;
        }

/*------Sec lvl-----*/
.accordion-title span {
    display: none;
}

ul.faqul li a {
    color: #2a2a2a;
    display: block;
    text-decoration: none;
    text-align: left;
}

    ul.faqul li a:hover {
    }

ul.faqul ul {
    margin: 0px;
    padding: 0px;
    display: none;
    border: 1px solid #ccc;
}

    ul.faqul ul li {
        margin: 0px;
        padding: 0;
        clear: both;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

        ul.faqul ul li a {
            padding: 10px;
            display: inline-block;
            margin: 0;
        }

        ul.faqul ul li ul {
            border: 0;
        }

            ul.faqul ul li ul li {
                padding: 10px 20px;
                border: 0;
            }

                ul.faqul ul li ul li div p {
                }

                ul.faqul ul li ul li a {
                }

ul.faqul span {
    float: right;
    display: inline-block;
}

@media (max-width : 1169px) {
    header {
        -webkit-transform: inherit !important;
        transform: inherit !important;
    }

        header.smaller {
            position: relative;
        }
}

/* ipad */
@media only screen and (max-device-width : 1024px) and (min-device-width : 768px) and (-webkit-device-pixel-ratio : 2) {
    header {
        -webkit-transform: inherit !important;
        transform: inherit !important;
    }

        header.smaller {
            position: relative;
        }
}

@media only screen and (min-width :768px) {
    .mobile-search-submitbtn {
        display: none !important;
    }

    #search.active {
        overflow: visible;
        top: -10px;
    }
}
