/*  CSS definations for Printerpix  */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
1.1 Defaults
1.2 Common Tages

2. SITE STRUCTURE & APPEARANCE
2.1 Header
    2.1.1 Logo
    2.1.2 Navigation
    2.1.3 Cart
    2.1.4 Offer
2.2 Container
    2.2.1 Showcase
    2.2.2 Tab
    2.2.3 Product
    2.2.4 Entry
    2.2.5 Widget
    2.2.6 Carousel
    2.2.7 Thumbnail1
    2.2.8 Tab2
    2.2.9 Sidebar Options
    2.2.10 Testimonial
2.3 Footer
    2.3.1 Social
    2.3.2 Newsletter
    2.3.3 Footer-link
    2.3.4 Footer-bot

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
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, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none;
}


/* Common classes */
.light_shadow_box { -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.06); -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.06); box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.06); }
.dark_shadow_box { -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06); -moz-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06); box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06); }

.page_loading { width: auto !important; max-width: auto !important; }
.border-box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.star_rating_image_icon { width: 108px !important; max-width: 108px !important; float: left; margin-right: 5px !important; }


/* Social Media Icons Footer */
.social_icon_box { display: inline-block; font-size: 18px !important; text-align: center; line-height: 20px; padding: 10px; width: 20px; height: 20px; margin: 0 1% !important; border: 1px #c4c4c4 solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.mobile-socialmedia-box-footer { background: #e6e6e6; width: 100%; padding: 15px 0; text-align: center; overflow: hidden; }
    .mobile-socialmedia-box-footer .social_icon_box
    {
        font-family: FontAwesome !important; /* https://github.com/FortAwesome/Font-Awesome/issues/11946 */
    }



/* Footer copyright text */
.copyright-box { text-align: center; padding: 15px 0; color: #767676; line-height: 18px; font-size: 13px; }

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
    /*font-weight: bold;*/
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

#PageContent {
    line-height: 1.2em;
    padding:0 15px;
}

i, em {
    font-style: italic;
}

.left {
    float: left;
}

.right {
    float: right;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
}

.clear2 {
    clear: both;
    line-height: 50px;
    height: 50px;
}

textarea {
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}

a { /*color: #333;*/
    text-decoration: none;
}
/*a:hover { color: #000; }*/
address {
    font-style: normal;
}
/* 1.2 Common Tages */

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
/*body { background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #626161; }*/
.pp_box, .designer-wrapper { width: 1200px; margin: 0 auto; }

/* 2.1 Header */
.pp_header {
    background: #fff;
    min-height: 100px;
    margin: 0 auto;
    border-top: solid 3px #000;
}

.pp_top-bar {
    padding: 10px 0px 20px 0px;
    font-size: 10px;
    color: #969695;
    font-weight: bold;
}

    .pp_top-bar p {
        line-height: 20px;
    }

    .pp_top-bar label {
        display: inline-block;
        float: left;
        margin-right: 6px;
        line-height: 20px;
        width: 73px;
    }

        .pp_top-bar label img {
            float: right;
            margin: 4px 0 0 5px;
        }

    .pp_top-bar .pp_phone {
        display: inline-block;
        line-height: 20px;
        background: url(/Themes/images/img_phone.png) left no-repeat;
        padding-left: 30px;
        color: #656565;
        font-size: 12px;
    }

        .pp_top-bar .pp_phone strong {
            font-weight: bold;
            color: #1d1c1b;
        }

/* Flag Drop down */
.dropit {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dropit .dropit-trigger {
        position: relative;
    }

    .dropit .dropit-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        min-width: 150px;
        list-style: none;
        background-color: #fff;
        border: 1px solid #b2b2b2;
        padding: 3px 0;
        margin: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
        box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    }

    .dropit .dropit-open .dropit-submenu {
        display: block;
    }

    .dropit .dropit-submenu li {
        padding: 2px 5px;
    }

        .dropit .dropit-submenu li a {
            display: block;
            line-height: 15px;
        }

/* 2.1.1 Logo */
.pp_logo {
    width: 148px;
    height: 36px;
    float: left; /*margin: 0 10px 0 0;*/
}
/* 2.1.2 Navigation */
.pp_navigation {
    float: left;
    font-size: 12px;
    color: #322c29;
}

    .pp_navigation li {
        border-top: 3px solid transparent;
        float: left;
        margin: 0 2px;
        behavior: url(/Themes/css/PIE.htc);
        position: relative;
        z-index: 999;
    }

        .pp_navigation li a {
            display: block;
            padding: 0 7px 5px 7px;
            color: #322c29;
            line-height: 21px;
            font-size: 15px;
        }

        .pp_navigation li:hover a {
            color: #000;
        }
    /*.pp_navigation li:hover { border-top: 3px solid #d12883; box-shadow: rgba(0, 0, 0, 0.13) 4px 0px 4px; }*/
    /* Dropdown */
    .pp_navigation ul, .pp_navigation li {
        position: relative;
    }

        .pp_navigation ul li.hover, .pp_navigation ul li:hover a {
            position: relative;
            text-decoration: none;
        }

        .pp_navigation ul li:hover li a {
            background: none;
        }
        /* LEVEL TWO */
        .pp_navigation ul ul {
            background: #fff;
            width: auto;
            height: auto;
            margin: 0;
            padding: 5px 0;
            font-size: 9px;
            color: #322c29;
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 10000; /*box-shadow: rgba(0, 0, 0, 0.13) 2px -1px 2px;*/
            behavior: url(/Themes/css/PIE.htc);
            z-index: 9;
        }

            .pp_navigation ul ul li {
                background: none;
                border: none;
                display: block;
                float: none;
                padding: 0;
                margin: 0;
                white-space: nowrap;
            }

                .pp_navigation ul ul li a {
                    display: block;
                    margin: 0;
                    padding: 0 18px;
                    color: #322c29;
                    line-height: 22px;
                    font-size: 12px;
                }

                .pp_navigation ul ul li:hover {
                    background: #ebebeb;
                    border: none;
                    box-shadow: none;
                }

        .pp_navigation li:hover li a {
            color: #322c29;
        }
        /* LEVEL THREE */
        .pp_navigation ul ul ul {
            left: 100%;
            top: 0;
        }

        .pp_navigation ul li:hover ul {
            visibility: visible;
        }
/* Dropdown */
.pp_header-link {
    float: right;
    padding-left: 13px;
    font-size: 10px;
    color: #818181;
}

    .pp_header-link ul {
        float: right;
    }

    .pp_header-link li {
        background: url(/Themes/images/divider_header_link.png) no-repeat left center;
        padding: 0 8px 0 10px;
        line-height: 27px;
        display: inline-block;
    }

        .pp_header-link li:first-child {
            background: none;
        }

        .pp_header-link li a {
            color: #818181;
        }

            .pp_header-link li a:hover {
                color: #333;
            }

.pp_header-link-panel {
    background: url(/Themes/images/divider_header_link.png) no-repeat left center;
    display: inline-block;
}

/* 2.1.3 Cart */
.pp_cart {
    float: right;
    padding-left: 4px;
    font-size: 10px;
    color: #a1a1a1;
    font-style: italic;
    width: auto;
    text-align: right;
}

    .pp_cart a {
        background: url(/Themes/images/ico_cart.png) no-repeat right top;
        display: inline-block;
        height: 27px;
        padding-right: 32px;
        color: #a1a1a1;
        line-height: 27px;
    }
/* 2.1.4 Offer */
.pp_offer {
    padding: 0 0 0 0;
    font-size: 10px;
    color: #e51886;
    text-transform: uppercase;
    text-align: center;
}

    .pp_offer span {
        display: inline-block;
        color: #322c29;
        text-transform: none;
    }

/* 2.2 Container */
.pp_container { background: #ffffff; padding-bottom: 10px; min-height: 450px; }


/* Referral Options */
.referral_header { width: 100%; text-align: center; color: #FFF; background: url(/Themes/images/referral/referral_top_strip.jpg) no-repeat; background-size: cover; }
    .referral_header p { color: #FFF; padding: 10px 0; }
    .referral_header p a { text-decoration: underline; color: #FFF; }

.referral_fixed_side { display: block; position: fixed; left: 0; top: 30%; width: 48px; height: 297px; background: url(/Themes/images/referral/referral_fixed_image_uk.jpg) no-repeat; z-index:1000; }
.referral_fixed_side a { display: block; width: 100%; height: 100%; }

.referral_fixed_side_us { display: block; position: fixed; left: 0; top: 30%; width: 48px; height: 297px; background: url(/Themes/images/referral/referral_fixed_image_us.jpg) no-repeat; z-index:1000; }
.referral_fixed_side_us a { display: block; width: 100%; height: 100%; }

.pp_leftcol {
    width: 769px;
    float: left;
    margin-right: 23px;
}
/* 2.2.1 Showcase */
.pp_showcase {
    width: 100%;
    position: relative;
    height: 407px;
    overflow: hidden;
}

    .pp_showcase .pp_prev, .pp_showcase .pp_next {
        background: url(/Themes/images/sprite_arrow.png) no-repeat left top;
        width: 34px;
        height: 33px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 201px;
        z-index: 300;
    }

    .pp_showcase .pp_prev {
        background-position: left top;
        left: 12px;
    }

        .pp_showcase .pp_prev:hover {
            background-position: left bottom;
        }

    .pp_showcase .pp_next {
        background-position: right top;
        right: 15px;
    }

        .pp_showcase .pp_next:hover {
            background-position: right bottom;
        }

    .pp_showcase .pp_button {
        background: url(/Themes/images/bg_button.png) repeat-x left top;
        height: 33px;
        font-size: 13px;
        color: #fff;
        line-height: 33px;
        font-weight: bold;
        padding: 0 6px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 354px;
        z-index: 2;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        behavior: url(/Themes/css/PIE.htc);
        border: #dc6b00 1px solid;
        text-transform: uppercase;
        box-shadow: rgba(255, 255, 255, 0.40) 0px 0px 7px inset;
    }

        .pp_showcase .pp_button:hover {
            background-position: left bottom;
        }

    .pp_showcase .pp_caption {
        background: #e6e4e0;
        width: 100%;
        height: 29px;
    }

        .pp_showcase .pp_caption p {
            font-size: 12px;
            color: #363636;
            line-height: 29px;
        }

            .pp_showcase .pp_caption p span {
                background: #d447a4;
                color: #fff;
                display: inline-block;
                padding: 0 20px 0 13px;
                margin-right: 12px;
            }

.pp_showcase2 {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

    .pp_showcase2 .pp_caption {
        background: #e6e4e0;
        width: 100%;
        height: 29px;
        behavior: url(/Themes/css/PIE.htc);
    }

        .pp_showcase2 .pp_caption p {
            font-size: 12px;
            color: #363636;
            line-height: 29px;
        }

            .pp_showcase2 .pp_caption p span {
                background: #d447a4;
                color: #fff;
                display: inline-block;
                padding: 0 20px 0 13px;
                margin-right: 12px;
            }


/* 2.2.2 Tab */
.pp_tab {
    padding: 0 5px 45px 3px;
    float: left;
}
/* tab-nav */
.pp_tab-nav {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

    .pp_tab-nav li {
        background: #fff;
        width: 247px;
        height: 47px;
        font-size: 22px;
        line-height: 47px;
        text-align: center;
        float: left;
        margin: 0 0 0 10px;
        box-shadow: rgba(0, 0, 0, 0.14) 1px 1px 5px;
        text-transform: uppercase;
    }

        .pp_tab-nav li:first-child {
            margin-left: 0;
        }

        .pp_tab-nav li a {
            color: #d1399d;
            display: block;
        }

        .pp_tab-nav li span {
            width: 35px;
            height: 18px;
            display: block;
            margin-left: -17px;
            position: relative;
            left: 50%;
            bottom: -10px;
        }

        .pp_tab-nav li:hover span, .pp_tab-nav li.active span {
            background: url(/Themes/images/ico_arrow.png) no-repeat center bottom;
        }
/* tab-content */
.pp_tab-content {
    background: #fff;
    width: 100%;
    float: left;
    padding-bottom: 22px;
    border-top: #3b3532 5px solid;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/Themes/css/PIE.htc);
    position: relative;
    overflow: hidden;
}
/* 2.2.3 Product */
.pp_product {
    float: left;
    padding: 0 60px 7px 60px;
    position: relative;
}

    .pp_product h3 {
        font-size: 24px;
        color: #999;
        letter-spacing: -1px;
        line-height: 38px;
        text-align: center;
        font-weight: normal;
        margin: 4px 0 22px 0;
        text-transform: uppercase;
    }

    .pp_product .pp_view {
        font-size: 12px;
        color: #3c3c3c;
        display: inline-block;
        text-decoration: underline;
        float: right;
    }

        .pp_product .pp_view:hover {
            text-decoration: none;
        }

    .pp_product ul {
        margin-bottom: 19px;
        float: left;
    }

    .pp_product li {
        background: #e8e7e7;
        width: 192px;
        height: 192px;
        float: left;
        margin-left: 19px;
        position: relative;
    }
    /*.pp_product li:first-child { margin-left: 0; }*/
    .pp_product .imgb {
        width: 192px;
        height: 169px;
        display: block;
    }

    .pp_product .pp_caption {
        width: 172px;
        color: #fff;
        padding: 0 10px;
        line-height: 23px;
        display: block;
        height: 23px;
        font-size: 12px;
        background: rgba(118, 118, 118, 0.7);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#767676', EndColorStr='#767676');
        position: relative;
        bottom: 0;
    }

    .pp_product .pp_prev, .pp_product .pp_next {
        background: url(/Themes/images/sprite_arrow2.png) no-repeat left top;
        width: 38px;
        height: 38px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 148px;
        z-index: 1;
    }

    .pp_product .pp_prev {
        background-position: left top;
        left: 15px;
    }

        .pp_product .pp_prev:hover {
            background-position: left bottom;
        }

    .pp_product .pp_next {
        background-position: right top;
        right: 15px;
    }

        .pp_product .pp_next:hover {
            background-position: right bottom;
        }

    .pp_product .disabled {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

/* 2.2.4 Entry */
.pp_entry { width: 100%; }

    .pp_entry h1 {
        font-size: 28px;
        color: #d447a4;
        padding: 0 0 25px 0;
        font-weight: bold;
    }

    .pp_entry h2 {
        font-size: 40px;
        color: #514f4d;
        padding: 0 0 5px 0;
        font-weight: bold;
    }

    .pp_entry h3 {
        font-size: 16px;
        color: #d447a4;
        padding: 0 0 25px 0;
        font-weight: normal;
    }

    .pp_entry h4 {
        font-size: 15px;
        color: #626161;
        padding: 0 0 5px 0;
        font-weight: normal;
        text-transform: uppercase;
    }

    .pp_entry p {
        font-size: 13px;
        color: #626161;
        line-height: 22px;
        padding: 0 0 22px 0;
    }
/* right */
.pp_right {
    width: 163px;
    float: right;
    padding-top: 9px;
    font-size: 10px;
    color: #7c7c7c;
}
/* 2.2.5 Widget */
.pp_widget {
    background: #fff;
    padding: 7px;
    width: 149px;
    float: left;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/Themes/css/PIE.htc);
    position: relative;
}

    .pp_widget h3 {
        background: rgba(68,65,56,0.68);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88444138', EndColorStr='#88444138');
        padding-left: 5px;
        font-size: 9px;
        color: #fff;
        line-height: 20px;
        behavior: url(/Themes/css/PIE.htc);
        position: relative;
    }

    .pp_widget .imgb {
        float: left;
        margin-top: -20px;
    }

    .pp_widget ul {
        padding: 6px 0 4px 5px;
    }

    .pp_widget li {
        background: url(/Themes/images/bg_arrow_link.png) no-repeat left center;
        line-height: 15px;
        padding-left: 8px;
        font-size: 9px;
        color: #3c3c3c;
    }

        .pp_widget li a {
            color: #3c3c3c;
        }

            .pp_widget li a:hover {
                color: #000;
            }

.pp_testimonials h3 {
    margin-bottom: 9px;
}

.pp_testimonials p {
    line-height: 11px;
    padding-bottom: 23px;
}

    .pp_testimonials p.pp_last {
        padding-bottom: 4px;
    }

.pp_testimonials a.pp_view {
    display: inline-block;
    float: right;
    margin-bottom: 4px;
    font-size: 10px;
    color: #000;
    text-decoration: underline;
}

    .pp_testimonials a.pp_view:hover {
        text-decoration: none;
    }

/* 2.3 Footer */
.pp_footer {
    font-size: 9px;
    color: #626261;
}

.pp_footer-top {
    background: #e3e3e3;
    padding-top: 30px;
}

.pp_bot-bar {
    min-height: 37px;
}

/* Country Flags Footer */
.pp_country-flags {
    list-style: none;
    margin: 0 auto;
    width: 550px;
}

    .pp_country-flags li {
        float: left;
        margin: 0 3px 0 3px;
        background: none !important;
        list-style: none !important;
        padding: 0 !important;
    }

        .pp_country-flags li a {
            display: block;
            background: url(/Themes/images/img_flag_all.png) no-repeat;
            width: 31px;
            height: 29px;
            text-indent: -9999px;
        }

            .pp_country-flags li a.gb {
                background-position: 0 0;
            }

            .pp_country-flags li a.us {
                background-position: -31px 0;
            }

            .pp_country-flags li a.it {
                background-position: -62px 0;
            }

            .pp_country-flags li a.fr {
                background-position: -93px 0;
            }

            .pp_country-flags li a.es {
                background-position: -124px 0;
            }

            .pp_country-flags li a.nl {
                background-position: -155px 0;
            }

            .pp_country-flags li a.mx {
                background-position: -186px 0;
            }

            .pp_country-flags li a.br {
                background-position: -217px 0;
            }

            .pp_country-flags li a.cd {
                background-position: -248px 0;
            }

            .pp_country-flags li a.fl {
                background-position: -279px 0;
            }

            .pp_country-flags li a.no {
                background-position: -310px 0;
            }

            .pp_country-flags li a.dk {
                background-position: -341px 0;
            }

            .pp_country-flags li a.gr {
                background-position: -372px 0;
            }

            .pp_country-flags li a.de {
                background-position: -404px 0;
            }

/* Country Flags Drop down */
.pp_country-flags-dd {
    margin: 0 auto;
    width: 150px;
    display: none;
}
    /*.pp_country-flags-dd li {  }*/
    .pp_country-flags-dd li span {
        display: inline-block;
        background: url(/Themes/images/sprite_flags.png) no-repeat;
        width: 22px;
        height: 21px;
        vertical-align: middle;
        margin-right: 5px;
    }

        .pp_country-flags-dd li span.gb {
            background-position: 0 0;
        }

        .pp_country-flags-dd li span.us {
            background-position: -23px 0;
        }

        .pp_country-flags-dd li span.it {
            background-position: -45px 0;
        }

        .pp_country-flags-dd li span.fr {
            background-position: -68px 0;
        }

        .pp_country-flags-dd li span.es {
            background-position: -91px 0;
        }

        .pp_country-flags-dd li span.nl {
            background-position: -113px 0;
        }

        .pp_country-flags-dd li span.mx {
            background-position: -135px 0;
        }

        .pp_country-flags-dd li span.br {
            background-position: -157px 0;
        }

        .pp_country-flags-dd li span.cd {
            background-position: -180px 0;
        }

        .pp_country-flags-dd li span.fl {
            background-position: -203px 0;
        }

        .pp_country-flags-dd li span.no {
            background-position: -224px 0;
        }

        .pp_country-flags-dd li span.dk {
            background-position: -247px 0;
        }

        .pp_country-flags-dd li span.gr {
            background-position: -270px 0;
        }

        .pp_country-flags-dd li span.de {
            background-position: -293px 0;
        }

    .pp_country-flags-dd li:hover a {
        color: #000;
        text-decoration: none;
    }

    .pp_country-flags-dd li:hover {
        background-color: #cdcdcd;
        box-shadow: rgba(0, 0, 0, 0.13) 4px 0px 4px;
    }


/* 2.3.1 Social */
.pp_social {
    width: 255px;
    float: left;
    margin: 9px 0 0 0;
}

    .pp_social li {
        background: url(/Themes/images/bg_social.png) no-repeat left top;
        width: 21px;
        height: 21px;
        float: left;
        margin-right: 5px;
        text-indent: -9999px;
    }

        .pp_social li a {
            display: block;
            height: 21px;
        }

        .pp_social li.facebook {
            background-position: left top;
        }

            .pp_social li.facebook:hover {
                background-position: left bottom;
            }

        .pp_social li.youtube {
            background-position: -21px top;
        }

            .pp_social li.youtube:hover {
                background-position: -21px bottom;
            }

        .pp_social li.twitter {
            background-position: -42px top;
        }

            .pp_social li.twitter:hover {
                background-position: -42px bottom;
            }

        .pp_social li.google {
            background-position: -63px top;
        }

            .pp_social li.google:hover {
                background-position: -63px bottom;
            }
/* 2.3.2 Newsletter */
.pp_newsletter {
    float: left;
    padding: 4px 10px 0px 10px;
    margin-left: 25%;
    width: 70%;
    margin-right: 25%;
}

    .pp_newsletter span {
        float: left;
        font-size: 11px;
        line-height: 33px;
        display: inline-block;
        padding-right: 10px;
    }

    .pp_newsletter .form {
        float: left;
    }

    .pp_newsletter .input {
        background: #fff url(/Themes/images/ico_mail.png) no-repeat 6px center;
        border: none;
        width: 240px;
        height: 20px;
        float: left;
        padding: 4px 10px 4px 30px;
        margin-right: 10px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 10px;
        line-height: 20px;
        font-style: italic;
        margin: 0 3px;
        -moz-border-radius: 2px;
        moz-box-shadow: inset 0 0 2px 2px #f5f5f5;
        -webkit-box-shadow: inset 0 0 2px 2px #f5f5f5;
        box-shadow: inset 0 0 2px 2px #f5f5f5;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px #d9d9d7 solid;
    }

    .pp_newsletter .button {
        background: #ce207e;
        border: none;
        height: 30px;
        float: left;
        cursor: pointer;
        padding: 0 18px;
        font-size: 10px;
        color: #fff;
        line-height: 30px;
        text-transform: uppercase;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        behavior: url(/Themes/css/PIE.htc);
        -webkit-appearance: none;
    }
        /*position: relative;*/
        .pp_newsletter .button:hover {
            background: #aa035d;
        }
/* 2.3.3 Footer-link */
.pp_footer-link {
    background: #e3e3e3;
    padding: 32px 0 30px 0;
    margin: 0 0 0 0;
}

    .pp_footer-link h4 {
        padding-bottom: 4px;
        font-size: 15px;
        color: #6f6f6e;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 15px;
    }

    .pp_footer-link ul {
        padding-bottom: 26px;
    }

    .pp_footer-link li {
        background: url(/Themes/images/bg_footer_link.png) no-repeat left center;
        padding-left: 13px;
        line-height: 16px;
    }

        .pp_footer-link li a {
            color: #626261;
        }

            .pp_footer-link li a:hover {
                color: #000;
            }

    .pp_footer-link .pp_column {
        border-right: 1px solid #e6e6e4;
        width: 16%;
        float: left;
        padding: 8px 0 0 0;
    }

    .pp_footer-link .pp_column2 {
        float: left;
        width: 16%;
    }

    .pp_footer-link .pp_column3 {
        border-right: none;
    }

    .pp_footer-link .pp_column4 {
        float: left;
        width: 16%;
    }

/* 2.3.4 Footer-bot */
.pp_footer-bot {
    min-height: 40px;
    font-size: 10px;
    color: #919191;
    background: #ce207e;
}

    .pp_footer-bot .left {
        padding-left: 0;
    }

    .pp_footer-bot img {
        float: left;
        margin: 10px 12px 0 0;
    }

    .pp_footer-bot span {
        display: inline-block;
        float: left;
        line-height: 40px;
        color: #FFFFFF;
    }

    .pp_footer-bot .right {
        padding-right: 0;
    }

    .pp_footer-bot li {
        background: url(/Themes/images/bg_footer_right_link.png) no-repeat left center;
        float: left;
        padding: 0 9px 0 10px;
        font-size: 9px;
        color: #8c8c8c;
        line-height: 40px;
    }

        .pp_footer-bot li:first-child {
            background: none;
        }

        .pp_footer-bot li a {
            color: #505050;
        }

            .pp_footer-bot li a:hover {
                color: #f1f1f1;
            }


/* inner page */ /* inner page */

/* 2.2.6 Carousel */
.pp_carousel {
    /*background: url(/Themes/images/bg_wood.jpg) no-repeat 2px 66px;*/
    width: 100%;
    float: left;
    margin-bottom: 26px;
    position: relative;
    background-color: #F5F5F3;
}

 
    .pp_carousel .owl-theme .owl-controls { padding-bottom: 10px; }
    .pp_arrow_carousel_right, .pp_arrow_carousel_left { position: absolute; display: block; height: 60px; width: 30px; background: #6B6B6B; line-height: 20px; text-align: center; color: #fff; }
    .pp_arrow_carousel_left span,.pp_arrow_carousel_right span { font-size: 20px; display: block; text-align: center; height: 60px; line-height: 60px; color:white; }
    .pp_arrow_carousel_right { right: -30px; top: 60px; }
    .pp_arrow_carousel_left { left: -30px; top: 60px; }
    
    .pp_arrow_carousel_right:hover, .pp_arrow_carousel_left:hover { background: #B4B4B4; }
    .pp_arrow_carousel_right:hover span, .pp_arrow_carousel_left:hover span { color: #FFF; }


        /*.pp_carousel li:first-child { margin-left: 45px; }*/
        .pp_carousel li a {
            display: block;
        }

            .pp_carousel li a span {
                font-size: 10px;
                color: #313030;
                line-height: 12px;
                display: block;
            }

                .pp_carousel li a span samp {
                    text-decoration: line-through;
                    padding-right: 3px;
                }

            .pp_carousel li a .red {
                color: #cf0f0f;
                display: inline-block;
            }

    .pp_carousel .caroufredsel_wrapper {
        width: 1136px !important;
        margin: 0 !important;
    }

    .pp_carousel .prev, .pp_carousel .next {
        background: url(/Themes/images/sprite_prev_next.png) no-repeat left top;
        width: 32px;
        height: 114px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 0;
        z-index: 150;
    }

    .pp_carousel .prev {
        background-position: left top;
        left: 1px;
    }

        .pp_carousel .prev:hover {
            background-position: left bottom;
        }

    .pp_carousel .next {
        background-position: right top;
        right: 0px;
    }

        .pp_carousel .next:hover {
            background-position: right bottom;
        }

    .pp_carousel .disabled {
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

/* 2.2.7 Thumbnail1 */

    .pp_thumbnail1, .pp_thumbnail1 .pp_imgb {
        height: auto;
    }



    .pp_imgb,
    .pp_imgb img {
        max-width: 460px;
    }

    .pp_thumbnail1 .pp_imgb {
        height: auto;
    }

    /* Thumbnav */
    .pp_thumbnail1 .pp_thumbnav {
        float: left;
        margin-bottom:10px;
        margin-top:10px;
    }

        .pp_thumbnail1 .pp_thumbnav li {
            float: left;
            margin: 0 3px 2px 0;
            height: 89px;
        }

    .pp_thumbnail1 .pp_thumbnav {
        height: 80px;
        margin-top: 5px;
        overflow: hidden;
    }

#img-container li > a > img {
    width: 112px;
}
/* 2.2.8 Tab2 */
.pp_tab2 { overflow: hidden; margin-bottom: 20px; }


/* tab Nav */
.pp_tab-nav2 li {
    background: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

    .pp_tab-nav2 li a {
        color: #000;
        display: block;
        height: 28px;
        line-height: 28px;
        padding: 0 45px 0 35px;
        border-right: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
    }

    .pp_tab-nav2 li:first-child a {
        border-left: 1px solid #cdcdcd;
    }

    .pp_tab-nav2 li a:hover, .pp_tab-nav2 li.active a {
        background: #807e78;
        color: #fff;
    }
/* tab content */
.pp_tab2 .pp_tab-content2 {
    border: 1px solid #cdcdcd;
    background: #fff;
    padding: 19px 0 5px 0;
    margin-top: -1px;
}

    .pp_tab2 .pp_tab-content2 .large_text p {
        font-size: 15px;
        color: #7d7d7d;
        font-weight: bold;
        line-height: 24px;
        word-spacing: 3px;
        padding: 0 184px 28px 28px;
    }

        .pp_tab2 .pp_tab-content2 .large_text p .red {
            color: #ca267f;
        }

.pp_tab2 .pp_subnav {
    width: 103px;
    float: left;
    margin: 9px 10px 0 0;
}

    .pp_tab2 .pp_subnav li {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .pp_tab2 .pp_subnav li a {
            background: url(/Themes/images/bg_content_subnav.png) repeat-x left top;
            color: #454545;
            height: 27px;
            line-height: 27px;
            display: block;
            padding: 0 0 0 10px;
        }

            .pp_tab2 .pp_subnav li a span {
                background: url(/Themes/images/arrow.png) no-repeat right -7px;
                padding-right: 10px;
                width: 6px;
                height: 7px;
            }

            .pp_tab2 .pp_subnav li a:hover, .pp_subnav li.active a {
                background-position: left bottom;
                color: #fff;
            }

                .pp_tab2 .pp_subnav li a:hover span, .pp_subnav li.active a span {
                    background-position: right -34px;
                }

.pp_tab2 .pp_thumbnail {
    float: left;
}

.pp_tab2 .pp_thumbnav {
    float: left;
    margin-right: 10px;
}

    .pp_tab2 .pp_thumbnav li {
        width: 188px;
        text-align: center;
        margin-bottom: 2px;
    }

        .pp_tab2 .pp_thumbnav li:hover {
            box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 5px;
        }

        .pp_tab2 .pp_thumbnav li a {
            padding: 7px;
            display: block;
        }

        .pp_tab2 .pp_thumbnav li img {
            width: 174px;
            height: 88px;
            margin-bottom: 3px;
            border: 1px solid #cacaca;
        }

        .pp_tab2 .pp_thumbnav li span {
            font-size: 10px;
            color: #959494;
            font-weight: bold;
        }

.pp_tab2 .pp_imgb {
    float: left;
    margin: 77px 0 0 7px;
}

/* 2.2.9 Sidebar Options */
/*.pp_sidebar-options {
    background: #fff;
    width: 256px;
    padding: 9px 0 0 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    behavior: url(/Themes/css/PIE.htc);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 3px;
}

    .pp_sidebar-options .pp_heading {
        padding-bottom: 5px;
        margin: 0 14px 7px 14px;
        border-bottom: 2px solid #ececec;
    }

        .pp_sidebar-options .pp_heading h3 {
            font-size: 19px;
            font-weight: normal;
            padding-bottom: 5px;
        }

        .pp_sidebar-options .pp_heading .rating {
            font-size: 9px;
            padding-left: 5px;
        }

            .pp_sidebar-options .pp_heading .rating a:hover {
                text-decoration: underline;
            }

    .pp_sidebar-options .pp_txtb p {
        padding: 0 14px;
        color: #1b1a19;
        font-size: 13px;
        line-height: 14px;
        padding-bottom: 15px;
    }

    .pp_sidebar-options .pp_select-box {
        background-color: transparent;
        box-shadow: none;
        border-top: 2px solid #eee;
        border: none;
        height: auto;
        margin-left: 0;
        padding-left: 0;
    }

        .pp_sidebar-options .pp_select-box label {
            font-size: 15px;
    }

        .pp_sidebar-options .pp_select-box .pp_row {
            width: 100%;
            float: left;
            margin-bottom: 8px;
        }

        .pp_sidebar-options .pp_select-box label {
            font-size: 11px;
        }

    .pp_sidebar-options .pp_row2 .col1 {
        width: 90px;
        float: left;
    }

    .pp_sidebar-options .pp_row2 .col2 {
        width: 140px;
        float: left;
        z-index: 100;
        margin-left: 8px;
    }

    .pp_sidebar-options .pp_row2 .style-select {
        width: 80px;
    }

    .pp_sidebar-options .pp_row2 .col2 .style-select {
        width: 140px;
    }

    .pp_sidebar-options .pp_price {
        margin: 0 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid #ececec;
        overflow: hidden;
    }

        .pp_sidebar-options .pp_price h4 {
            padding-right: 5px;
            color: #ce207e;
            float: right;
            font-size: 33px;
            font-weight: normal;
            display: inline-block;
        }

        .pp_sidebar-options .pp_price .pp_price_desc {
            float: left;
            display: inline-block;
            padding: 2px 0 0 5px;
            line-height: 15px;
        }

            .pp_sidebar-options .pp_price .pp_price_desc samp {
                font-size: 15px;
                color: #575757;
                float: left;
                margin: 3px 0 0 8px;
                display: block;
                text-transform: uppercase;
            }

                .pp_sidebar-options .pp_price .pp_price_desc samp span {
                    text-decoration: line-through;
                    color: #8b8b8b;
                }

            .pp_sidebar-options .pp_price .pp_price_desc .pp_stock {
                display: block;
                color: #92cc31;
                font-size: 9px;
                margin: 0;
            }

    .pp_sidebar-options .button2 {
        background: #8ecb26;
        width: 123px;
        height: 33px;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        line-height: 34px;
        float: right;
        margin: 10px 15px 10px 0;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        behavior: url(/Themes/css/PIE.htc);
    }

        .pp_sidebar-options .button2:hover {
            background: #98d62d;
        }

    .pp_sidebar-options .button_library {
        background: url(/Themes/images/img_photo_library.png) no-repeat left center;
        width: 45px;
        height: 31px;
        float: right;
        margin-top: 10px;
        padding-right: 5px;
    }

        .pp_sidebar-options .button_library:hover {
            background: url(/Themes/images/img_photo_library_hover.png) no-repeat left center;
        }

    .pp_sidebar-options .button_instagram {
        background: url(/Themes/images/img_upload_instagram.png) no-repeat left center;
        width: 45px;
        height: 31px;
        float: right;
        margin-top: 10px;
        padding-right: 5px;
    }

        .pp_sidebar-options .button_instagram:hover {
            background: url(/Themes/images/img_upload_instagram_hover.png) no-repeat left center;
        }

    .pp_sidebar-options .button_facebook {
        background: url(/Themes/images/img_upload_facebook.png) no-repeat left center;
        width: 45px;
        height: 31px;
        float: right;
        margin-top: 10px;
        padding-right: 5px;
    }

        .pp_sidebar-options .button_facebook:hover {
            background: url(/Themes/images/img_upload_facebook_hover.png) no-repeat left center;
        }*/


.pp_upload-button {
    background: url(/Themes/images/img_upload_button.png) no-repeat;
    display: block;
    width: 170px;
    height: 47px;
    line-height: 47px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    padding-left: 65px;
    margin: 8px 0 5px 10px;
}

    .pp_upload-button:hover {
        background: url(/Themes/images/img_upload_button_hover.png) no-repeat;
        color: #f1ffda;
    }


.pp_other-upload {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin: 0px 10px 5px 0;
}

    .pp_other-upload li {
        float: left;
        margin: 0;
        padding: 0;
        line-height: 27px;
        font-size: 10px;
        padding: 0 2px;
    }

        .pp_other-upload li a.pp_upload-facebook {
            display: block;
            width: 28px;
            height: 27px;
            background: url(/Themes/images/img_upload_facebook.png) no-repeat;
            text-indent: -9999px;
        }

        .pp_other-upload li a.pp_upload-instagram {
            display: block;
            width: 28px;
            height: 27px;
            background: url(/Themes/images/img_upload_instagram.png) no-repeat;
            text-indent: -9999px;
        }

        .pp_other-upload li a.pp_upload-other {
            display: block;
            width: 28px;
            height: 27px;
            background: url(/Themes/images/img_upload_image.png) no-repeat;
            text-indent: -9999px;
        }


/* 2.2.10 Testimonial */
.pp_testimonial {
    background: #fff;
    float: left;
    padding: 10px 10px 8px 9px;
    margin: 5px 0 0 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    behavior: url(/Themes/css/PIE.htc);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 3px;
}

    .pp_testimonial h3 {
        background: #807e78;
        font-size: 10px;
        color: #fff;
        line-height: 15px;
        font-weight: bold;
        padding: 0 0 0 3px;
        margin-bottom: 6px;
        text-transform: uppercase;
    }

    .pp_testimonial p {
        font-size: 10px;
        color: #000;
        line-height: 12px;
        padding-bottom: 8px;
    }

    .pp_testimonial a {
        font-size: 10px;
        color: #ce207e;
        float: right;
        font-weight: bold;
        text-decoration: underline;
    }

        .pp_testimonial a:hover {
            text-decoration: none;
        }

.pp_entry.pp_inner {
    padding-top: 38px;
}

.pp_container.pp_inner {
    padding-top: 21px;
}

/* 2.3 Register - Login page */

.pp_form-box { width: 285px; float: left; margin-right: 57px; }
.pp_form-box .pp_select-box { background: #dedede; color: #555555; margin: 5px 0 10px 0; padding: 14px 0 0 10px; border: 5px solid #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; behavior: url(/Themes/css/PIE.htc); position: relative; box-shadow: rgba(0, 0, 0, 0.60) 0px 0px 3px; }
.pp_form-box .pp_text-input { background: #fff; border: none; width: 233px; height: 20px; padding: 4px 10px; font-size: 11px; line-height: 20px; -moz-border-radius: 2px; moz-box-shadow: inset 0 0 2px 2px #f5f5f5; -webkit-box-shadow: inset 0 0 2px 2px #f5f5f5; box-shadow: inset 0 0 2px 2px #f5f5f5; -webkit-border-radius: 2px; border-radius: 2px; border: 1px #d0d0d0 solid; }
.pp_form-box p { margin: 0; padding: 0 0 10px 0; }
.pp_form-box p a { text-decoration: underline; text-align: left; display: inline-block; }
.pp_form-box .checkbox { width: 17px; height: 17px; padding: 0 5px 0 0; background: url('/Themes/images/checkbox.png') no-repeat; display: block; clear: left; float: left; }
.pp_form-box .button_submit { background: #b32f86; color: #FFFFFF; text-transform: uppercase; font-size: 15px; line-height: 27px; float: right; margin: 10px 15px 10px 0; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; behavior: url(/Themes/css/PIE.htc); border: 0; padding: 5px 10px; cursor: hand; cursor: pointer; }
.pp_form-box .button_submit:hover { background: #c7469b; }
.pp_form-box label { display: block; float: left; width: 220px; line-height: 17px; margin-bottom: 2px; }


.controller_account .pp_container { padding:0; overflow: hidden; }


/* ====================== MY ACCOUNT PAGE ====================== */
.controller_account h1, .controller_projectlisting h1, .controller_ordertracking h1 { padding: 20px 0; font-size: 30px; }

.account-smaller-tabs h1
{
    padding: 15px 0px 14px 3px;         /* page heading smaller */
    font-size: 24px;
}

.account-smaller-tabs .tabHeading .scroll_tab_inner span.fa,
.account-smaller-tabs .tabHeading .scroll_tab_inner span.icon
{
    position: relative;
    top: 1px;
    margin-right: 10px !important;      /* icons nearer to text */
}

.account-smaller-tabs .scroll_tab_inner span.fa.fa-folder-open
{
    top: 2px;                           /* My Projects icon vertically aligned */
}

.controller_account .tabsBox, .controller_projectlisting .tabsBox { margin-bottom:5%; overflow: hidden; }

/* Scrolling Tabs */
.scroll_tab_left_button, .scroll_tab_right_button { height: 100%; background: #ebebeb; position: relative; }
    .scroll_tab_left_button::after { position: absolute; content:"\f104"; font-family:'FontAwesome'; font-size: 20px; line-height: 60px; display: block; text-align: center; width: 100%; }
    .scroll_tab_right_button::after { position: absolute; content:"\f105"; font-family:'FontAwesome'; font-size: 20px; line-height: 60px; display: block; text-align: center; width: 100%; }
    .scroll_arrow_disabled {  opacity: .4; }


/*.controller_account .tabsBox .tabHeading li, .controller_projectlisting .tabsBox .tabHeading li { display: inline; }*/
.controller_ordertracking .tabsBox .tabHeading li a, .controller_account .tabsBox .tabHeading li a, .controller_projectlisting .tabsBox .tabHeading li a { font-size: 15px; padding:20px 15px; border-right:1px #d7d7d7 solid; }

.account-smaller-tabs .tabsBox .tabHeading li a
{
    padding: 15px 15px;
}

        .controller_ordertracking .tabsBox .tabHeading li a span, .controller_account .tabsBox .tabHeading li a span, .controller_projectlisting .tabsBox .tabHeading li a span { margin: 0 15px 0 0; font-size: 20px; }

        .controller_account .tabHeading_links, .controller_projectlisting .tabHeading_links { padding: 30px 10px; overflow: hidden; border-bottom: 1px #EFEFEF solid; }
            
            .controller_account .tabHeading_links li, .controller_projectlisting .tabHeading_links li { float: left; }
            
                .controller_account .tabHeading_links li a, .controller_projectlisting .tabHeading_links li a { display: block; margin: 20px 15px; line-height: 20px; font-size: 15px; border-bottom: 1px #8A8A8A solid; }
                    .controller_account .tabHeading_links li a:hover, .controller_projectlisting .tabHeading_links li a:hover { border-bottom: none; }

                    .controller_account h3, .controller_projectlisting h3,  { color: #606060; font-size: 24px; padding: 25px 0; font-weight: normal; }

                    .controller_account .lg_largeButton, .controller_projectlisting .lg_largeButton, .controller_redemption .lg_largeButton_green { border: none; width: auto; margin: 10px 0 !important; }
                    .controller_redemption #footer-main { display: none; }

.account-smaller-tabs .tabHeading_links li a
{
    border-bottom: none;
}

.account-smaller-tabs .tabHeading_links li a > span
{
    margin-right: 4px;
}

.account-smaller-tabs .tabHeading_links li a:hover
{
    border-bottom: 1px #8A8A8A solid;
}

.account-smaller-tabs .tabHeading_links .scroll_tab_first a
{
    margin-left: 18px;
}

@media only screen and (min-width: 768px)
{
    .account-smaller-tabs .billing-address-container
    {
        min-height: 40px; 
    }
}

.account-smaller-tabs .container-address h3
{
    font-weight: bold;
    color: #666;
    margin-bottom: 6px;
}

.account-smaller-tabs #shipping-address
{
    margin-top: 6px;
}

.account-smaller-tabs #shipping-container > label
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.account-smaller-tabs .editor-label
{
    text-transform: capitalize;
}

.account-smaller-tabs .alert
{
    padding: 8px 35px 8px 20px;
    margin-bottom: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

.account-smaller-tabs .alert-success
{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}


/* Card Details */
.card_container { padding: 0 30px; margin-bottom: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .card_container .card_item { -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.04); -moz-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.04); box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.04); margin: 5px 0; border:1px solid #d7d7d7; background: #F8F8F8; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
        .card_container .card_item td { font-size: 13px; padding: 5px 0; }
            .card_container .card_item td .lg_mediumButton { width: 90%; }
            .card_container .card_item td .delete_card { display: block; width: 90%; padding: 5px 0; text-align: center; font-size: 15px; }

            .payment_buttons { padding: 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }
                .payment_buttons a { text-decoration: underline; }
                    .payment_buttons .lg_mediumButton { width: auto; }
        .new_card { margin-bottom: 10px; }
            .new_card a { color: #da0a7b; }

        .expired_card .ch_notification_box .ch_notification_message { text-align: center; padding: 10px 20px !important; }
            .expired_card .ch_notification_box .ch_notification_message a { color: #da0a7b; font-weight: bold; text-decoration: underline; font-size: 15px; }
                .expired_card table { opacity: 0.4; }
                .expired_card .green_link { color: #4fb900 !important; font-weight: bold; text-decoration: underline; }


                
/* ====================== NEW LOGIN PAGE ====================== */

.login_page { overflow: hidden; min-height: 500px; }    
    .login_page .tabContent { display: none; }

    .tabsBox { border: 1px solid #d7d7d7; background: #FFF; margin: 0 auto; }
    .login_page .tabsBox { width: 450px; margin-top: 5%; margin-bottom: 5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    
    .tabsBox .tabHeading { width: auto; min-height: 65px; border-bottom: 1px #d7d7d7 solid; background: #f8f8f8; }
        .tabsBox .tabHeading li {  line-height: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

    .account-smaller-tabs .tabsBox .tabHeading
    {
        min-height: 54px;
    }
            
            .login_page .tabHeading li { width: 50%; float: left; }
            
            .tabsBox .tabHeading li a { display: block; padding: 20px 0; position: relative; text-align: left; font-size: 18px; }
            .tabsBox .tabHeading li a:after { content:" "; position: absolute; width: auto; background: #FFF; height: 2px; bottom: -3px; }
            .tabsBox .tabHeading li a span { float: left; margin-left: 30px; margin-right: 30px; font-size: 25px; color: #ADADAD; }
            .tabsBox .tabHeading li.active { background: #FFF; position: relative; border-bottom: 1px #fff solid; }
                .tabsBox .tabHeading li.active a span { color: #000; }
                
            .tabsBox .tabHeading li.active::after { content:" "; position: absolute; width: 7px; background: #ebebeb; right: -7px !important; height: 60px; top: 5px; }
            .tabsBox .tabHeading li.active::before { content:" "; position: absolute; width: 7px; background: #ebebeb; left: -7px !important; height: 60px; top: 5px; }
            
            
            .tabsBox .tabHeading li:first-child.active { border-right: 1px #d7d7d7 solid; }
            .tabsBox .tabHeading li:first-child.active::after { content:" "; position: absolute; width: 7px; background: #ebebeb; right: -8px !important; height: 60px; top: 5px; }
            .tabsBox .tabHeading li:first-child.active::before { display: none; }
            
            .tabsBox .tabHeading li:last-child.active { border-left: 1px #d7d7d7 solid; }
            .tabsBox .tabHeading li:last-child.active::after { content:" "; position: absolute; width: 7px; background: #ebebeb; left: -8px !important; height: 60px; top: 5px; }
            .tabsBox .tabHeading li:last-child.active::before { display: none; }

            .login_page .tabHeading li a { font-size: 18px !important; border-right:none !important; }
                .login_page .tabHeading li a span { font-size: 27px !important; margin: 0 15px 0 10px !important; } 



    .tabsBox h2 { font-weight: normal; font-size: 27px; padding: 20px 30px 10px 30px; text-align: left; }
    .tabsBox p { clear: both; overflow: hidden; padding: 4px 30px; font-size: 14px; line-height: 20px; }
        
        .tabsBox p label, .card_label_field { display: block; font-size: 16px; padding: 5px 0 4px 0; }
        .tabsBox p .pp_text-input, .card_input_field input, .card_input_field select, .editor-field input, .editor-field select, .gf_coupon .pp_text-input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; border: none; width: 100%; height: 33px; padding: 4px 10px; font-size: 16px; line-height: 20px;  border: 1px solid #d0d0d0; -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07) !important; -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07) !important; box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07) !important; }
        .tabContent .lg_largeButton { border: none; margin: 0 auto; }
        .tabContent .forgot_password { display: block; padding: 10px 0; text-decoration: underline; font-size: 14px; }

        .login_page .social_login { border-top:1px #e1e1e1 solid; background: #fafafa; margin-top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; }
            .login_page .social_login h3 { font-weight: normal; padding: 10px 0 20px 0; font-size: 20px; }
            .login_page .social_login ul { width: 100%; overflow: hidden; padding: 0 30px 20px 30px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
                .login_page .social_login ul li { float: left; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0 10px; }
                    .login_page .social_login ul li a { line-height: 20px; display: block; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:12px 5px; color: #FFF; font-size: 16px; }
                        .login_page .social_login ul li a span { display: block; font-size: 22px; color: #FFF; float: left; padding: 0 10px; }

            .login_page .social_login .social_facebook_login { background: #3b5998; }
                .login_page .social_login .social_facebook_login:hover { background: #334f8a; }
            .login_page .social_login .social_google_login { background: #d93433; }
                .login_page .social_login .social_google_login:hover { background: #c82d2c; }



/* ====================== ORDER TRACKING ====================== */
.tracking_button_wrapper { overflow: hidden; padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .tracking_button_wrapper .ch_left, .tracking_button_wrapper .ch_right { width: 50%; }
    
    .order_tracking_item { width: 100%; padding: 20px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px #EFEFEF solid; }
        .order_tracking_item h3 { font-size: 18px; padding: 8px 0 2px 0; }
        .order_tracking_item h4 { font-size: 14px; padding: 3px 0 2px 0; }

        .order_tracking_item table .tdpadding { padding: 8px; }
        .redeem-coupon-button {
            border-bottom: 1px solid rgba(0, 0, 0, .1);
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            display: inline;
            zoom: 1;
            padding: 5px 10px;
            margin-left: 10px;
            cursor: pointer;
            border: 1px solid #bbb;
            overflow: visible;
            font: bold 12px arial, helvetica, sans-serif;
            text-decoration: none;
            white-space: nowrap;
            color: white !important;
            background-color: #f07e00 !important;
            box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
            text-shadow: 0 1px 0 #6f6f6f;
        }

        @media screen and (max-width: 450px) {
            .redeem-coupon-button {
                margin-left: 0px;
		        float: left;
            }
        }
    /* ====================== PROJECT LISTING ====================== */
    .project_listing_item {
        float: left;
        width: 25%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 18px;
        height: 390px;
    }

    .project_listing_wrapper {
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        border: 1px #fff solid;
        border: 1px solid #eeeeee;
        height: 390px;
    }

    .project_listing_item:hover .project_listing_wrapper {
        border: 1px solid #d7d7d7;
        -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06);
        -moz-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06);
        box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    .project_listing_item .project_image_box a {
        display: block;
        height: 200px;
        overflow: hidden;
    }

        .project_listing_item .project_image_box a img {
            width: 100%;
        }

    .project_listing_item .project_description {
        padding: 10px 0;
        position: relative;
        height: 170px;
    }

    .project_listing_item .project_titles {
        height: 72px;
        max-height: 72px;
    }

    .project_listing_item .project_description h4 {
        padding: 5px 0;
        color: #000;
        font-size: 17px;
        font-weight: normal;
        max-width: 200px;
    }

    .project_listing_item .project_description h5 {
        padding: 3px 0;
        font-size: 15px;
        font-weight: normal;
        max-width: 200px;
    }

    .project_listing_item .project_description h4::first-letter {
        text-transform: uppercase;
    }

    .project_listing_item .project_description h5::first-letter {
        text-transform: uppercase;
    }

    .project_listing_item .project_description p {
        font-size: 13px;
        line-height: 17px;
        padding: 5px 0;
    }

        .project_listing_item .project_description p.project_dates {
            line-height: 0;
        }

        .project_listing_item .project_description p .project_delete {
            font-weight: bold;
            font-size: 15px;
            display: block;
            padding: 3px 0;
        }

    .project_listing_item .project_listing_buttons {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        margin-bottom: 8px;
    }

    .project_listing_item .project_dates {
        color: #bbb;
    }

    .project_listing_item .project_listing_buttons a.link_open {
        color: white;
    }

        .project_listing_item .project_listing_buttons a.link_open:hover {
            color: white;
        }


    /* Mobile Slide-in form */
    #loginmenu, #mainmenu {
        margin-top: 45px;
    }

        #loginmenu .mm-panels > .mm-panel {
            padding: 0 !important;
        }

            #loginmenu .mm-panels > .mm-panel::after, #loginmenu .mm-panels > .mm-panel::before {
                display: none !important;
            }

        #loginmenu .tabHeading {
            width: 100%;
            overflow: hidden;
        }

            #loginmenu .tabHeading li {
                border-bottom: 1px #d7d7d7 solid;
                width: 50%;
                float: left;
                background: #efefef;
                line-height: 25px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                #loginmenu .tabHeading li a {
                    display: block;
                    padding: 10px 0;
                    text-align: left;
                    font-size: 18px;
                }

                    #loginmenu .tabHeading li a span {
                        float: left;
                        margin-left: 20px;
                        margin-right: 10px;
                        font-size: 22px;
                        color: #ADADAD;
                    }

                #loginmenu .tabHeading li.active {
                    z-index: 10;
                    background: #FFF;
                    position: relative;
                    border-bottom: 1px #fff solid;
                }

                /* Overriding styling from Mmenu */
                #loginmenu .tabHeading li:after {
                    border-bottom: none !important;
                }

                #loginmenu .tabHeading li:first-child.active {
                    border-right: 1px #d7d7d7 solid;
                }

                    #loginmenu .tabHeading li:first-child.active::after {
                        content: " ";
                        left: auto !important;
                        position: absolute;
                        width: 7px;
                        background: #dedede;
                        right: -8px !important;
                        height: 40px;
                        top: 5px;
                    }

                #loginmenu .tabHeading li:last-child.active {
                    border-left: 1px #d7d7d7 solid;
                }

                    #loginmenu .tabHeading li:last-child.active::after {
                        content: " ";
                        position: absolute;
                        width: 7px;
                        background: #dedede;
                        left: -8px !important;
                        right: auto !important;
                        height: 40px;
                        top: 5px;
                    }

        #loginmenu h2 {
            display: none;
        }

        #loginmenu form {
            padding: 0 15px;
        }

            #loginmenu form p label {
                display: block;
                font-size: 14px;
                padding: 10px 0 2px 0;
            }

            #loginmenu form p .pp_text-input {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                background: #fff;
                border: none;
                width: 100%;
                height: 33px;
                padding: 4px 10px;
                font-size: 16px;
                line-height: 20px;
                -moz-border-radius: 2px;
                moz-box-shadow: inset 0 0 2px 2px #f5f5f5;
                -webkit-box-shadow: inset 0 0 2px 2px #f5f5f5;
                box-shadow: inset 0 0 2px 2px #f5f5f5;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                border: 1px #d0d0d0 solid;
            }

            #loginmenu form .lg_largeButton {
                border: none;
                margin: 0 auto;
                width: 70%;
            }

        #loginmenu .forgot_password {
            display: block;
            padding: 10px 0;
            text-decoration: underline;
            font-size: 14px;
        }

        #loginmenu .social_login {
            border-top: 1px #e1e1e1 solid;
            background: none;
            margin-top: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
        }

            #loginmenu .social_login h3 {
                font-weight: normal;
                padding: 10px 0 20px 0;
                font-size: 20px;
            }

            #loginmenu .social_login ul {
                width: 100%;
                overflow: hidden;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                #loginmenu .social_login ul li {
                    float: left;
                    width: 50%;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 0 3px;
                }

                    #loginmenu .social_login ul li a {
                        line-height: 20px;
                        display: block;
                        width: 100%;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        padding: 10px 2px;
                        color: #FFF;
                        font-size: 14px !important;
                    }

                        #loginmenu .social_login ul li a span {
                            display: block;
                            font-size: 20px;
                            color: #FFF;
                            float: left;
                            padding: 0 0 0 10px;
                        }

            #loginmenu .social_login .social_facebook_login {
                background: #3b5998;
            }

                #loginmenu .social_login .social_facebook_login:hover {
                    background: #334f8a;
                }

            #loginmenu .social_login .social_google_login {
                background: #d93433;
            }

                #loginmenu .social_login .social_google_login:hover {
                    background: #c82d2c;
                }




    /* Notification window */
    .ch_notification_box {
        clear: both;
    }

        .ch_notification_box .ch_notification_message {
            background: #fffdd8;
            border: 1px #eee442 solid;
            padding: 10px 40px;
            margin: 0 auto;
            font-size: 14px;
            color: #000;
            line-height: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .ch_notification_box .ch_notification_message_error {
            background: #ffd3dc;
            border: 1px #e5123f solid;
            padding: 10px 40px;
            margin: 0 auto;
            font-size: 14px;
            color: #c90931;
            line-height: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .ch_notification_box .ch_notification_message_success {
            background: #e1face;
            border: 1px #4eb204 solid;
            padding: 10px 40px;
            margin: 0 auto;
            font-size: 14px;
            color: #397f05;
            line-height: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        /*.ch_notification_box .ch_notification_global {
            background: #ada9a8;
            border: 1px #a6a6a6 solid;
            padding: 10px 40px;
            margin: 0 auto;
            font-size: 14px;
            color: #000;
            line-height: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }*/

        /*.ch_notification_box .ch_notification_xmas {
            background: #f8f8f8;
            border: 1px #ededed solid;
            color: #fff;
            padding: 10px 0 10px 0;
            margin: 0 auto;
            font-size: 14px;
            line-height: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .ch_notification_box .ch_notification_xmas a {
                color: #FFF;
                text-decoration: underline;
            }*/

        .ch_notification_box .ch_notification_payment {
            background: #fff;
            border: 1px #ededed solid;
            color: #4d4d4d;
            padding: 10px 0 10px 0;
            margin: 0 auto;
            font-size: 14px;
            line-height: 16px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .error_message {
        color: #e5123f;
        font-weight: bold;
        display: block;
        clear: both;
    }

    /* ====================== NEW PAYMENT PAGE ====================== 

.controller_checkout .pp_container { background: #f8f8f8; border-top: 1px #E4E4E4 solid; overflow: hidden; }
    .controller_checkout .container-address { width: 100%; padding: 0; }

    .paymentWrapperBox { margin-bottom: 15px; background: #FFF; border: 1px solid #d7d7d7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.06); -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.06); box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.06); }
    .controller_checkout .cart-summary { float: right; width: 26%; padding: 0; margin-top: 15px; }
    .order_summary_box h3 { margin: 0 !important; }

    .controller_checkout .payment_left_column { float: left; width: 72%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

    .controller_checkout form > div { padding: 15px 0; } 

        .controller_checkout .cart-summary .container-order-summary { margin: 0; height: auto; }
            .controller_checkout .cart-summary .order_summary_box { margin: 0; border: none; }

            .controller_checkout #shipping-container1 { margin-top: 0 !important; }

            .controller_checkout h3 { padding: 20px; margin-bottom: 0; }
            
            .add-on { background: none !important; text-decoration: underline; font-size: 13px; }
            .controller_checkout .same_as_billing_wrapper { padding:0 20px 20px 20px; }
            .controller_checkout .billingAddressBox { padding-bottom: 20px !important; }
            .paymentInformationDetails { margin: 0 !important; padding: 20px; }
            .controller_checkout .container-address > div > div { margin:0 !important; width: 50%; float: left; padding: 0 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
            .controller_checkout .container-address.PaymentBox > div > div { margin:0 !important; width: 100%; float: none; }

            .controller_checkout .container-address .editor-label { font-size: 15px; padding-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 130px; }
            .controller_checkout .container-address .editor-field { padding-right: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 220px; }
            .controller_checkout .container-address #Billing_PostCode_Value { width: 38% !important; }
    
            .controller_checkout .shipping_methods_wrapper { overflow: hidden; clear: both; background: #f5f5f5; border-top: 1px solid #d7d7d7; padding: 10px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
            .controller_checkout .shipping_methods_wrapper h4 { padding: 10px 0 0 0; font-weight: normal; float: left; }

            .controller_checkout #shipping-address { padding-bottom: 20px; overflow: hidden; }

*/






    /* ====================== Gifting Experience Steps ====================== */
    h3.heading strong {
        display: block;
        font-weight: normal;
        font-size: 20px;
        padding: 10px 0;
        color: #25b903;
    }

    .controller_cartprocess .pp_container {
        border-top: 1px #e0e0e0 solid;
        color: #565656;
        background: #fcfcfc;
    }

        .controller_cartprocess .pp_container:before {
            width: 100%;
            content: "";
            display: block;
            border-bottom: 3px #f0f0f0 solid;
        }

    .controller_cartprocess #submit-button {
        background: #cf207e;
        color: #fff;
        display: inline-block;
        padding: 15px 20px;
        font-weight: bold;
        font-size: 15px;
        line-height: 17px;
        cursor: hand;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 10px 0 10px 10px;
        float: right;
    }

    .steps_before_wrapper {
        padding: 0;
    }

    .gift_container .steps_container {
        height: 28px;
        line-height: 28px;
        background: #f0f0f0;
        color: #b4b4b4;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 1px;
    }

        .gift_container .steps_container .steps_icon {
            margin: 0px 10px;
            display: inline-block;
            color: #fff;
            text-align: center;
            height: 23px;
            width: 23px;
            line-height: 23px;
        }

    .step_completed .steps_icon {
        background: #37bc03;
    }

    .step_active .steps_icon {
        background: #434343;
    }

    .step_active strong {
        color: #434343;
    }

    .step_inactive .steps_icon {
        background: #d4d4d4;
    }

    .step_completed .steps_icon em {
        margin-left: 5px;
    }

    .gift_container h3.heading {
        margin-top: 0;
        font-weight: normal;
        text-align: center;
        font-size: 24px;
        padding: 12px 0;
    }

    #post-code-lookup-button {
        border: 1px #cf207e solid !important;
        color: #000;
    }

    .gift_container .gf_option_half {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        float: left;
        position: relative;
    }

        .gift_container .gf_option_half a {
            padding: 13px 20px;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            border: 2px #cf207e solid;
            background: #fff;
            display: block;
        }

            .gift_container .gf_option_half a:hover {
                background: #fafafa;
            }

            .gift_container .gf_option_half a h4 {
                font-weight: normal;
                color: #cf207e;
                font-size: 20px;
                padding: 2px 0;
                margin: 0;
            }

            .gift_container .gf_option_half a p {
                font-weight: normal;
                color: #cf207e;
                font-size: 16px;
                padding: 5px 0;
                margin: 0;
            }

        .gift_container .gf_option_half.selected_option a {
            background: #fff;
            border: 2px #919191 solid;
            color: #5b5b5b;
        }

            .gift_container .gf_option_half.selected_option a h4, .gift_container .gf_option_half.selected_option a p {
                color: #5b5b5b;
            }

        .gift_container .gf_option_half.selected_option:after {
            content: "\f0d7";
            font-size: 50px;
            color: #919191;
            position: absolute;
            bottom: -22px;
            display: block;
            text-align: center;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-family: 'FontAwesome';
        }

        .gift_container .gf_option_half span {
            position: absolute;
            right: 40px;
            top: 39%;
            color: #cf207e;
            font-size: 30px;
        }

    .gift_container .gf_add_address {
        width: 220px;
        text-align: center;
        margin: 20px;
        color: #FFF;
        padding: 19px;
        font-size: 18px;
    }

    .gift_container .ch_add_new_address {
        padding-top: 20px;
    }

        .gift_container .ch_add_new_address .button_wrapper_box {
            display: block;
            padding: 10px;
            border: 1px #f3288e solid;
            color: #727272;
            background: #fff;
            box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);
            -webkit-border-radius: 15px;
            border-radius: 15px;
        }

            .gift_container .ch_add_new_address .button_wrapper_box:hover {
                background: #f2f2f2;
            }

        .gift_container .ch_add_new_address span {
            display: block;
            text-align: center;
            font-size: 60px;
            font-weight: normal;
            color: #cf207e;
        }

        .gift_container .ch_add_new_address strong {
            display: block;
            text-align: center;
            font-size: 23px;
            font-weight: normal;
            color: #cf207e;
        }

    .gift_container .gf_button_wrapper {
        border: 1px #919191 solid;
    }

    .gift_address_selection {
        border-bottom: 4px #f1f1f1 solid;
    }

        .gift_address_selection .ch_tabelItems {
            width: 50%;
        }

        .gift_address_selection .ch_delivery_options {
            width: 50%;
        }

        .gift_address_selection .gf_address_option {
            width: 460px;
            overflow: hidden;
            padding: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .gift_address_selection .gf_quantity_input {
            float: left;
            width: 80px;
            display: inline-block;
            padding: 0 10px;
            text-align: center;
        }

            .gift_address_selection .gf_quantity_input input {
                width: 60px;
                height: 30px;
                text-align: center;
                border: none;
                border: 1px #e3e3e3 solid;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

        .gift_address_selection .gf_address_select_wrapper {
            width: 350px;
            float: left;
        }

            .gift_address_selection .gf_address_select_wrapper select {
                width: 100%;
            }

        .gift_address_selection .gf_address_row {
            padding: 5px 0;
            clear: both;
            overflow: hidden;
        }

            .gift_address_selection .gf_address_row .ch_smallButton {
                margin-left: 2px;
            }



    .gift_container .tableWrapper .ch_tableHeading {
        background: none;
        font-weight: bold;
    }

    .gift_container .sub_heading {
        padding-top: 20px;
        clear: both;
        font-size: 21px;
        text-align: center;
    }

    .gift_container .gf_add_recipient {
        background: none;
        font-size: 14px;
        border: none;
        color: #cf207e;
        text-decoration: underline;
        display: block;
        padding: 5px 10px;
        cursor: hand;
        cursor: pointer;
    }

    .gift_container .tableWrapper .ch_tableContent {
        padding: 10px 0;
    }

    .gift_container .addresses-container {
        padding: 0 !important;
    }


    .gf_address_row {
        overflow: hidden;
        padding: 10px 0;
        border-bottom: 1px #ececec solid;
    }

        .gf_address_row h5 {
            font-weight: normal;
            font-size: 15px;
            line-height: 20px;
            padding: 10px 0 0 0;
            color: #565656;
            font-weight: bold;
        }

    .gf_address_postage_details, .gf_address_postage_options {
        width: 40%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gf_address_cart_details {
        width: 20%;
    }

    .gf_address_postage_details ul {
        padding: 8px 0;
        list-style: outside;
        margin: 0 0 0 16px;
    }

        .gf_address_postage_details ul li {
            font-size: 14px;
            line-height: 18px;
            padding: 4px 0;
        }

            .gf_address_postage_details ul li span {
                display: block;
                padding-bottom: 4px;
            }

    .gf_address_postage_options ul {
        padding: 8px;
    }

        .gf_address_postage_options ul li {
            font-size: 14px;
            line-height: 18px;
            padding: 5px 0;
        }

    .gf_address_postage_details .gf_address_products {
        list-style: none;
        overflow: hidden;
        margin: 0;
    }

        .gf_address_postage_details .gf_address_products li {
            overflow: hidden;
        }

            .gf_address_postage_details .gf_address_products li .gf_image_container {
                width: 15%;
                float: left;
            }

            .gf_address_postage_details .gf_address_products li .gf_product_container {
                width: 85%;
                float: left;
                padding-left: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

    .gf_order_summary {
        width: 100%;
        border: 1px #e0e0e0 solid;
        background: #fff;
        padding: 5px 10px;
        position: relative;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .gf_order_summary:after {
            content: " ";
            background: #f0f0f0;
            height: 4px;
            position: absolute;
            bottom: -5px;
            display: block;
            width: 93%;
        }

        .gf_order_summary p {
            margin: 0 3px !important;
            clear: both;
            border-bottom: 1px #f0f0f0 solid;
            padding: 6px 0;
            overflow: hidden;
        }

        .gf_order_summary .gf_sub_total {
            font-size: 15px;
            font-weight: bold;
            border-top: 2px #f0f0f0 solid;
            border-bottom: none;
        }


    /* Login / Register Gifting Details */
    .gift_container .login_page {
        background: none !important;
        min-height: auto;
    }

    .gift_container .login_box {
        overflow: hidden;
        display: flex;
    }

    .gift_container .login_page .login_box {
        width: 80%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

        .gift_container .login_page .login_box p {
            padding: 4px 15px;
        }


    .gift_container .login_options {
        flex: 1;
        width: 50%;
        float: left;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .gift_container .login_options h3 {
            font-weight: normal;
            padding: 10px 20px 20px 20px;
            font-size: 28px;
            float: left;
        }

        .gift_container .login_options h2 {
            padding: 20px 15px 10px 15px;
            font-size: 23px;
        }

        .gift_container .login_options ul {
            padding: 0px 20px 20px 20px;
            clear: both;
        }

            .gift_container .login_options ul li {
                font-size: 17px;
                padding: 5px 0;
                font-weight: bold;
            }

                .gift_container .login_options ul li label {
                    padding-left: 10px;
                }

                .gift_container .login_options ul li form {
                    padding-top: 5px;
                }

                    .gift_container .login_options ul li form label {
                        padding: 0 0 5px 0;
                        font-size: 14px;
                    }

        .gift_container .login_options .login-button-container, .login_page .tabsBox .login-button-container {
            position: relative;
        }

            .gift_container .login_options .login-button-container span {
                position: absolute;
                z-index: 10;
                top: 35px;
                color: #fff;
                left: 30px;
            }

        .gift_container .login_options .lg_largeButton {
            margin: 5px 0 10px 0;
            width: 100%;
            position: relative;
            font-size: 14px;
            font-weight: bold;
        }

    .login_page .tabsBox .lg_largeButton {
        margin: 5px 0 10px 0;
        width: 93%;
        position: relative;
        font-size: 14px;
        font-weight: bold;
    }

    .login_page .tabsBox .login-button-container span {
        position: absolute;
        z-index: 10;
        color: #FFF;
        top: 38px;
        left: 39px;
    }

    .gift_container .norton_secured {
        float: right;
        width: 130px;
    }

    .gift_container .login_options .securityLogos {
        margin: 0 auto;
        width: 50%;
        text-align: center;
        clear: both;
    }


    .gift_container .social_login {
        flex: 1;
        width: 50%;
        float: right;
        border-top: none;
        border-left: 1px #e1e1e1 solid;
    }


    .gift_container .address_selection_box {
        display: flex;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        border: 1px solid #d7d7d7;
        background: #FFF;
        margin-top: 10px;
        margin-bottom: 1%;
        padding: 0;
    }

        .gift_container .address_selection_box .my_address {
            flex: 1;
            width: 50%;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .gift_container .address_selection_box .my_address a {
                position: relative;
                text-align: center;
                display: block;
                width: 100%;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .gift_container .address_selection_box .my_address a h4 {
                    font-size: 20px;
                    font-weight: normal;
                    color: #232323;
                    text-align: center;
                    margin: 10px;
                    padding: 0;
                }

                .gift_container .address_selection_box .my_address a p {
                    font-size: 14px;
                    color: #8a8a8a;
                    text-align: center;
                    margin: 0 0 10px 0;
                    padding: 0;
                }

            .gift_container .address_selection_box .my_address span {
                font-size: 40px;
                color: #f3288e;
                position: absolute;
                bottom: -26px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

        .gift_container .address_selection_box .multiple_addresses {
            position: relative;
            flex: 1;
            width: 50%;
            float: right;
            border-top: none;
        }

            .gift_container .address_selection_box .multiple_addresses a {
                text-align: center;
                display: block;
                width: 100%;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .gift_container .address_selection_box .multiple_addresses a h4 {
                    font-size: 20px;
                    font-weight: normal;
                    color: #232323;
                    text-align: center;
                    margin: 10px;
                    padding: 0;
                }

                .gift_container .address_selection_box .multiple_addresses a p {
                    font-size: 14px;
                    color: #8a8a8a;
                    text-align: center;
                    margin: 0 0 10px 0;
                    padding: 0;
                }

            .gift_container .address_selection_box .multiple_addresses span {
                position: absolute;
                right: 15px;
                top: 15px;
                font-size: 30px;
                color: #f3288e;
            }

    .option_active_right {
        border-right: 1px #e1e1e1 solid;
        background: #e30b77;
    }

        .option_active_right h4, .option_active_right p, .option_active_left h4, .option_active_left p {
            color: #fff !important;
        }

        .option_active_right span, .option_active_left span {
            color: #fff !important;
        }

    .option_active_left {
        border-left: 1px #e1e1e1 solid;
        background: #e30b77;
    }

    .option_active span {
        color: #6a6a6a !important;
    }

    #add_new_address {
        font-weight: normal;
        border: 2px #37bc03 solid;
        margin-top: 10px;
    }

    .gf_coupon .ch_smallButton {
        font-weight: normal;
        border: 2px #37bc03 solid;
        margin-top: 20px;
    }

    /* Payment Gifting Details */
    .order_summary h5 {
        font-size: 22px;
        font-weight: normal;
    }

    .gf_payment_container {
        padding-top: 20px;
    }

    .gf_recipient_wrapper {
        color: #565656;
        width: 100%;
        margin-bottom: 25px;
        border: 1px #e0e0e0 solid;
        padding: 0;
        position: relative;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .gf_recipient_wrapper:after {
            content: " ";
            background: #f0f0f0;
            height: 5px;
            position: absolute;
            bottom: -7px;
            display: block;
            width: 95%;
        }

        .gf_recipient_wrapper h4 {
            padding: 12px 10px;
            color: #565656;
            border-bottom: 3px #e0e0e0 solid;
            font-size: 14px;
            line-height: 18px;
            font-weight: normal;
        }

        .gf_recipient_wrapper .gf_product_listing {
        }

            .gf_recipient_wrapper .gf_product_listing div {
                padding: 7px 10px;
                font-size: 13px;
                overflow: hidden;
                line-height: 18px;
                border-bottom: 1px #ececec solid;
            }

            .gf_recipient_wrapper .gf_product_listing span {
                font-weight: bold;
            }

        .gf_recipient_wrapper .gf_shipping_cost {
            display: block;
        }

    .ch_half_box {
        width: 50%;
    }

    .gf_recipient_wrapper .gf_order_summary {
        border-left: none;
        border: none;
        padding: 4px 8px;
    }

        .gf_recipient_wrapper .gf_order_summary p {
            font-size: 14px;
        }

    .gf_recipient_wrapper li:not(.mm-divider)::after {
        left: 0px !important;
    }

    .gf_order_details {
        overflow: hidden;
        padding: 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .gf_order_details h5 {
            font-size: 22px;
            font-weight: normal;
        }

        .gf_order_details p {
            clear: both;
            overflow: hidden;
            padding: 10px 0;
            border-bottom: 1px #ececec solid;
        }

            .gf_order_details p span {
                display: block;
            }

        .gf_order_details .gf_product_title {
            padding-bottom: 10px;
        }

    .gf_payment_summary {
        display: block;
        overflow: hidden;
        padding: 16px;
    }

        .gf_payment_summary a {
            display: block;
            font-weight: normal;
            font-size: 14px;
            text-align: right;
            color: #25b903;
            padding: 7px 0;
            clear: both;
        }

    .gf_payment_summary_box {
        width: 100%;
    }

        .gf_payment_summary_box h3 {
            font-weight: normal;
            padding: 0 0 15px 0;
        }

    .gf_payment_card_details {
        float: left;
        width: 67%;
    }

        .gf_payment_card_details h3 {
            font-weight: normal;
            font-size: 25px;
            padding: 15px 23px;
        }

        .gf_payment_card_details .tabsBox p .pp_text-input, .gf_payment_card_details .card_input_field input, .gf_payment_card_details .card_input_field select, .gf_payment_card_details .editor-field input, .gf_payment_card_details .editor-field select, .gf_coupon .pp_text-input {
            font-size: 12px;
        }

    .gf_payment_card_details, .gf_payment_summary_box {
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);
        background: #fff;
        border: none;
        border-radius: 2px;
        color: #444;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gf_sidebar_wrapper {
        float: right;
        width: 30%;
    }

    .gf_billing_summary {
        background: #fcfcfc;
        padding: 16px;
        border-top: 1px #e0e0e0 solid;
    }

    .gf_coupon {
        background: #f5f5f5;
        padding: 16px;
        border-top: 1px #e0e0e0 solid;
        overflow: hidden;
    }

        .gf_coupon label {
            font-size: 14px;
            font-weight: bold;
            padding: 0 0 10px 0;
            display: block;
        }

        .gf_coupon .ch_smallButton {
            margin-top: 5px;
        }

    .gf_billing {
        margin-bottom: 20px;
    }


    .gf_billing_summary h3 {
        font-weight: normal;
        padding: 0 0 15px 0;
    }

    .gf_billing_summary a {
        display: block;
        font-weight: normal;
        font-size: 14px;
        text-align: right;
        color: #25b903;
        padding: 7px 0;
        clear: both;
    }

    .gf_billing_summary p {
        font-size: 14px;
        line-height: 20px;
    }



    #billingAddresses .address-wrapper {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 10px 30px;
    }

        #billingAddresses .address-wrapper p {
            margin: 10px 0;
            font-size: 14px;
            line-height: 19px;
        }

        #billingAddresses .address-wrapper .ch_mediumButton {
            margin-bottom: 15px;
        }

        #billingAddresses .address-wrapper .ch_smallButton {
            display: none;
        }


    .gf_payment_summary_box .submit-container {
        padding: 15px 20px; /* border-top:2px #e0e0e0 solid; border-bottom:2px #e0e0e0 solid;  */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

        .gf_payment_summary_box .submit-container button {
            width: 100%;
            margin: 0;
        }

        .gf_payment_summary_box .submit-container .fa {
            position: absolute;
            color: #fff;
            z-index: 10;
            left: 45px;
            top: 30px;
        }


    .gf_payment_card_details .tabHeading {
        width: 100%;
        display: flex;
        clear: both;
        border-bottom: none !important;
    }

        .gf_payment_card_details .tabHeading li {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .gf_payment_card_details .tabsBox .tabHeading li {
        border-bottom: 1px #d7d7d7 solid;
    }

        .gf_payment_card_details .tabsBox .tabHeading li.active {
            border-bottom: 1px #fff solid;
        }


    .gf_payment_card_details .saved_cards {
        width: 90%;
        padding: 10px;
        margin: 0 auto;
        border: 1px #d7d7d7 solid;
        background: #f8f8f8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .gf_payment_card_details .saved_cards table {
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .gf_payment_card_details .gf_card_wrapper {
        padding: 0;
    }

    .gf_card_wrapper .accordion_button {
        font-weight: bold;
        font-size: 17px;
        display: block;
        border-bottom: 1px #d7d7d7 solid;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        cursor: hand;
    }

        .gf_card_wrapper .accordion_button:after {
            content: "\f107";
            color: #000;
            font-size: 15px;
            font-family: 'FontAwesome';
            display: block;
            float: right;
            width: 10px;
        }

    .gf_card_wrapper .saved_cards_table {
        border: 1px #d7d7d7 solid;
        background: #f8f8f8;
        margin: 20px 20px;
        padding: 0;
    }

        .gf_card_wrapper .saved_cards_table table {
            border-bottom: 1px #d7d7d7 solid;
            width: 100%;
        }

            .gf_card_wrapper .saved_cards_table table td {
                padding: 13px;
            }

        .gf_card_wrapper .saved_cards_table strong {
            display: block;
            font-weight: normal;
            font-size: 13px;
        }

        .gf_card_wrapper .saved_cards_table span {
            display: block;
            font-size: 11px;
            padding: 5px 0;
        }


    /* Basic Card */
    #basiccard {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        background: #fffde1;
        border: 1px #eee442 solid;
        margin: 20px 20px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #basiccard p {
            overflow: hidden;
            float: left;
            width: 25%;
            padding: 20px 7px !important;
            clear: none !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            #basiccard p label {
                font-size: 14px;
                padding: 0 0 4px 0;
            }

            #basiccard p select {
                width: 45%;
                float: left;
                margin-right: 5px;
            }

    .cvc_label .cvc_field {
        width: 66px !important;
    }

    .cvc_label .cvc_image {
        display: block;
        width: 97px;
        padding: 3px 0 0px 2px;
        float: right;
    }

    .gf_card_wrapper .save_card {
        padding: 0 20px 25px 20px;
        font-size: 14px;
    }

    .terms_and_conditions {
        background: #f8f8f8;
        font-size: 14px !important;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .terms_and_conditions .editor-field input {
            width: auto !important;
            padding: 0 !important;
        }

        .terms_and_conditions a {
            color: #3096ed;
            text-decoration: underline;
        }

    .supported_cards {
        width: 100%;
        background: #FFF;
        text-align: center;
        border-bottom: 1px #e0e0e0 solid;
        padding: 8px 0;
    }

        .supported_cards img {
            width: 75%;
        }

    .gift_container .no_overflow {
        overflow: visible !important;
    }

    .gift_container .ch_input {
        padding: 0px 2px;
    }

        .gift_container .ch_input option {
            padding: 6px;
        }

            .gift_container .ch_input option:last-child {
                background: #e7e7e7;
                border-top: 1px #d8d8d8 solid;
            }

    .gift_container .validation-summary-errors {
        padding: 5px 20px;
    }

        .gift_container .validation-summary-errors ul {
            list-style: outside;
        }

            .gift_container .validation-summary-errors ul li {
                color: red;
                font-size: 13px;
                padding: 4px;
            }

    .paypal-container {
        text-align: center;
    }

        .paypal-container .or_payment {
            border-bottom: 1px #d8d8d8 solid;
            width: 100%;
            margin: 20px 0;
            display: block;
            text-align: center;
            position: relative;
        }

            .paypal-container .or_payment strong {
                font-weight: bold;
                background: #FFF;
                margin: 0 auto;
                top: -7px;
                margin-left: -10px;
                padding: 0 10px;
                position: absolute;
                font-size: 14px;
            }

        .paypal-container img {
            width: auto !important;
            max-width: auto !important;
        }

    .sofort_Payment, .ideal_Payment {
        float: left;
        padding: 20px;
        box-sizing: border-box;
    }

    .gift_container .ch_used_voucher {
        display: inline-block;
        padding: 11px 12px;
        border: 1px #909090 dashed;
        background: #e6e6e6;
        font-size: 13px !important;
        margin-right: 10px;
        font-weight: normal;
        font-style: italic;
    }

    /*.pp_leftcol3 { background:url(/Themes/images/bg_leftcol.png) right top repeat-y; width:219px; min-height:400px; float:left; }*/



    /* ================================================================= */
    /*                                                                   */
    /*                                                                   */
    /*                         ORDER CONFIRMATION                        */
    /*                                                                   */
    /*                                                                   */
    /* ================================================================= */

    .order_confirmation_wrapper h1 {
        font-size: 30px;
        text-align: center;
    }

    .order_confirmation_wrapper h3 {
        font-weight: normal;
        font-size: 21px;
        padding: 20px 0;
    }

        .order_confirmation_wrapper h3 strong {
            font-weight: bold;
            cursor: hand;
            cursor: pointer;
        }

    .order_confirmation_wrapper .checkoutDottedStyle {
        margin: 0 auto;
    }



    .order_confirmation_wrapper .checkoutDottedStyle {
        position: relative;
        width: 850px;
        overflow: hidden;
        padding-top: 20px;
    }

        .order_confirmation_wrapper .checkoutDottedStyle ul {
            width: 600px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

            .order_confirmation_wrapper .checkoutDottedStyle ul:after {
                display: block;
                position: absolute;
                width: 110%;
                left: -30px;
                content: '';
                border-bottom: 1px #dddddd solid;
                top: 21px;
            }

            .order_confirmation_wrapper .checkoutDottedStyle ul li {
                float: left;
                width: 33%;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                color: #dddddd;
                position: relative;
                z-index: 3;
            }

                .order_confirmation_wrapper .checkoutDottedStyle ul li.active-link span {
                    color: #000;
                }

                .order_confirmation_wrapper .checkoutDottedStyle ul li.active-link .step-icon {
                    background: #2bba09;
                    color: #fff;
                }

                .order_confirmation_wrapper .checkoutDottedStyle ul li .step-icon {
                    display: block;
                    background: #dddddd;
                    color: #fff;
                    float: left;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    -webkit-border-radius: 100%;
                    -moz-border-radius: 100%;
                    border-radius: 100%;
                }

                .order_confirmation_wrapper .checkoutDottedStyle ul li .step-text-box {
                    display: block;
                    color: #dddddd;
                    float: left;
                    line-height: 20px;
                    padding: 10px 5px;
                    background: #fff;
                }

                .order_confirmation_wrapper .checkoutDottedStyle ul li .next_arrow {
                    position: absolute;
                    right: 10px;
                    font-size: 22px;
                    top: 4px;
                    display: none;
                }

    .of_form_wrapper {
        position: relative;
        width: 100%;
        margin-top: 10px;
        overflow: hidden;
    }

        .of_form_wrapper .of_image {
            position: relative;
            z-index: 1;
            width: 100%;
        }

        .of_form_wrapper .of_container {
            position: absolute;
            z-index: 3;
            top: 0;
            right: 0;
            text-align: center;
            width: 600px;
        }

            .of_form_wrapper .of_container h2 {
                width: auto;
                font-size: 40px;
                font-weight: bold;
                color: #000;
                margin: 0 auto;
                padding: 30px 0 10px 0;
            }

            .of_form_wrapper .of_container h4 {
                width: auto;
                text-align: center;
                font-size: 27px;
                color: #000;
            }

    .of_steps {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }

        .of_steps li {
            float: left;
            font-weight: bold;
            width: 33%;
            font-size: 16px;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 10px;
            color: #000;
        }

            .of_steps li span {
                -webkit-border-radius: 100%;
                -moz-border-radius: 100%;
                border-radius: 100%;
                text-align: center;
                color: #fff;
                width: 50px;
                height: 50px;
                background: #cb217e;
                font-size: 25px;
                line-height: 48px;
                margin: 0 auto;
                display: block;
                margin-bottom: 10px;
            }

    .of_form {
        padding: 10px 0;
        width: 450px;
        margin: 0 auto;
    }

    .of_explaination {
        padding-bottom: 20px;
    }

        .of_explaination h2 {
            font-size: 40px;
            font-weight: normal;
            padding: 15px 0;
        }

        .of_explaination p {
            font-size: 18px;
            line-height: 24px;
            padding: 0 0 15px 0;
        }


    @media screen and (min-width:960px )and ( max-width: 1024px) {
        img {
            max-width: 100%;
        }

        .ch_container {
            width: auto !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
        }

        .checkoutDottedStyle {
            width: 650px;
        }

        .ch_cartTotalBox.ch_fourth {
            width: 33%;
        }

        /* Responsive Cart Table Heading */
        .ch_tableHeading .ch_tabelItems, .ch_tableContent .ch_tabelItems {
            width: 430px;
        }

        .ch_tableHeading .ch_tabelActions, .ch_tableContent .ch_tabelActions {
            width: 170px;
        }

        .ch_tableHeading .ch_tabelPrice, .ch_tableContent .ch_tabelPrice {
            width: 100px;
        }

        .ch_tableHeading .ch_tabelQuantity, .ch_tableContent .ch_tabelQuantity {
            width: 110px;
        }

        .ch_tableHeading .ch_tabelTotal, .ch_tableContent {
        }

            .ch_tableContent .ch_itemDescription, .ch_tableContent .ch_itemDescription {
                width: 280px;
            }
    }

    @media (min-width: 768px) and (max-width: 959px) {
        /* iPad portrait */

        .checkoutDottedStyle {
            margin-left: 50px;
            width: 400px;
            display: none;
        }

            .checkoutDottedStyle ul {
                width: 300px;
            }

                .checkoutDottedStyle ul li .step-text-box {
                    display: none;
                }
    }

    @media (min-width: 320px) and (max-width: 767px) {

        .ch_largeButton.ch_purpleGradient.ch_right {
            float: right;
            width: 49%;
            height:45px;
        }


        .mobile-Container .ch_largeButton.ch_greyGradient.ch_left {
            float: left;
            width: 49%;
            display: block;
            margin: 0 0px;
            padding: 14px 10px;
            margin-top: 0 !important;
            height:45px;
        }


        /* All mobile devices */
        .mobile-Container div.navigation.navbottom {
            float: none;
            width: 100%;
            display: inline-block;
        }


        .pp_carousel ul {
            margin-left: 0;
        }

        .checkoutDottedStyle {
            width: 40%;
            display: none;
        }

            .checkoutDottedStyle ul li .step-icon {
                float: none;
                margin: 0 auto;
            }

            .checkoutDottedStyle ul li .step-text-box {
                display: none;
            }

            .checkoutDottedStyle ul:after {
                left: 0
            }

        .of_form_wrapper .of_container {
            position: static;
            width: 100%;
        }

            .of_form_wrapper .of_container h2 {
                font-size: 20px;
                padding: 10px 0 10px 0;
            }

            .of_form_wrapper .of_container h4 {
                font-size: 18px;
            }

        .order_confirmation_wrapper h3 {
            font-size: 15px;
            line-height: 20px;
        }

        .of_steps li {
            font-size: 13px;
        }

        .of_explaination h2 {
            font-size: 25px;
            padding: 15px;
        }

        .of_explaination p {
            font-size: 14px;
            line-height: 16px;
            padding: 0 15px 15px 15px;
        }
    }


    @media (min-width: 480px) and (max-width: 767px) {

        .checkoutDottedStyle {
            width: 90%;
            float: none;
            margin: 0 auto;
            clear: both;
            padding-top: 10px;
        }

            .checkoutDottedStyle ul {
                width: auto;
            }

                .checkoutDottedStyle ul::after {
                    width: 100%;
                }
    }

    @media (max-width: 479px) {

        .checkoutDottedStyle {
            width: 90%;
            float: none;
            margin: 0 auto;
            clear: both;
            padding-top: 10px;
        }

            .checkoutDottedStyle ul {
                width: auto;
            }

                .checkoutDottedStyle ul::after {
                    width: 100%;
                }
    }






    /* ================================================================= */
    /*                                                                   */
    /*                                                                   */
    /*                            BLACK FRIDAY                           */
    /*                                                                   */
    /*                                                                   */
    /* ================================================================= */

    .upper-banner {
        width: 100%;
        /********* padding: 0 5px; *****/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 0 !important;
    }

    .bf_text_left {
        text-align: left;
    }

    .bf_text_right {
        text-align: right;
    }

    .bf_text_center {
        text-align: center;
    }

    .bf_relative {
        position: relative;
    }

    .bf_left {
        float: left;
    }

    .bf_right {
        float: right;
    }

    .bf_half {
        width: 50%;
    }

    .bf_one_third {
        width: 33.3333%;
    }


    /* ===================== Category Listing ===================== */

    /* Top banner */
    .upper-banner .bf_banner_top_header {
        background: #404040;
        -webkit-box-shadow: 0px 11px 6px -3px rgba(0,0,0,1);
        -moz-box-shadow: 0px 11px 6px -3px rgba(0,0,0,1);
        box-shadow: 0px 11px 6px -3px rgba(0,0,0,1);
    }

        .upper-banner .bf_banner_top_header h3 {
            color: #aeaeae;
            font-weight: bold;
            font-size: 30px;
            padding: 10px;
        }

            .upper-banner .bf_banner_top_header h3 span {
                color: #F10D4E !important;
            }

    /* Main Banner */
    .bf_banner {
        overflow: hidden;
        background: url('/Themes/images/black_friday/leather_pattern.jpg') repeat;
    }

        .bf_banner .bf_banner_sep {
            background: url('/Themes/images/black_friday/top-header-sep.png') no-repeat center;
            margin: 0 auto;
            padding: 10px 0;
        }

        .bf_banner h1 {
            position: relative;
            color: #FFF;
            font-size: 150px;
            letter-spacing: -5px;
            font-family: 'Anton', sans-serif;
            margin: 0px 0px 0px 70px;
            text-transform: uppercase;
        }

            .bf_banner h1 span {
                color: #aeaeae;
                position: absolute;
                top: 0;
                letter-spacing: 0px;
                width: 25px;
                left: -34px;
                font-size: 10px;
                top: 18px;
                font-family: 'Helvetica';
            }

            .bf_banner h1 strong {
                font-weight: normal;
            }

            .bf_banner h1 .percentage {
                font-size: 110px !important;
            }

            .bf_banner h1 em {
                font-style: normal !important;
                padding-left: 50px !important;
            }

        .bf_banner h2 {
            color: #FFF;
            font-size: 30px;
            font-weight: bold;
            padding: 10px 0;
            margin: 0;
            text-transform: uppercase;
        }


    .bg_steps_wrapper {
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bf_steps {
        background: #f3f3f3;
    }

        .bf_steps strong {
            color: #4b4b4b;
            font-size: 85px;
            text-align: center;
            width: 60px;
            padding: 10px;
        }

        .bf_steps span {
            color: #4b4b4b;
            font-size: 16px;
            width: 250px;
            /* padding: 20px 10px; */
            line-height: 106px;
        }

            .bf_steps span strong {
                font-size: 16px;
                padding: 0;
                font-weight: normal;
            }

        .bf_steps .bf_one_third {
            overflow: hidden;
        }

        .bf_steps .bf_arrow_sep {
            padding: 10px 0;
        }

        .bf_steps .bf_steps_bottom {
            width: 100%;
            float: none !important;
        }

            .bf_steps .bf_steps_bottom img {
                width: 100%;
                height: 10px;
            }

        .bf_steps .bf_claim_voucher {
            display: none;
        }

    .bf_banner #first_countdown2 {
        position: static !important;
        width: 100% !important;
    }


    .bf-products-wrapper {
        width: 100%;
        overflow: hidden;
    }

        .bf-products-wrapper li {
            float: left;
            padding: 5px 5px 25px 5px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .bf-products-wrapper li .bf-coupon-product {
                background: url('/Themes/images/black_friday/leather_pattern.jpg') repeat;
            }

    .bf-group-title {
        position: relative;
    }

        .bf-group-title label {
            display: block;
            text-transform: uppercase;
            text-align: center;
            color: #d9d9d9;
            font-weight: bold;
            padding: 20px 0;
            position: relative;
            font-size: 27px;
        }

        .bf-group-title .right-circular-image-container {
            position: absolute;
            bottom: -100px;
            right: 0;
        }

    .bf-coupon-product .coupon-image-container {
        width: 100%;
        background: #FFF;
    }

        .bf-coupon-product .coupon-image-container img {
            width: 100%;
            max-width: 100%;
        }

    .bf-lower-options {
        position: relative;
    }

        .bf-lower-options .bf-was-price {
            font-size: 22px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            display: block;
            padding: 10px 0 0 0;
            color: #FFF;
        }

            .bf-lower-options .bf-was-price span {
                display: block;
                text-align: center;
                font-size: 20px;
                padding-bottom: 5px;
            }

            .bf-lower-options .bf-was-price em {
                display: block;
                position: absolute;
                z-index: 4;
                margin: 0 auto;
                background: url(/Themes/images/black_friday/strikethrough_price.png) no-repeat;
                width: 120px;
                height: 19px;
                left: 0;
                right: 0;
            }

    .lower-price-row {
        text-align: center;
        font-size: 30px;
        color: #FFF;
        padding: 0;
        text-transform: normal;
        font-weight: bold;
    }

    .bf-products-wrapper .redeem-button-container {
        padding: 10px 0;
    }

        .bf-products-wrapper .redeem-button-container a {
            display: block;
            color: #fff;
            font-size: 18px;
            text-transform: uppercase;
            text-align: center;
            margin: 0 auto;
            width: 70%;
        }

    .bf_scrolling_arrow {
        display: none;
        position: relative;
        height: 40px;
        padding-bottom: 10px;
    }

        .bf_scrolling_arrow img {
            width: 40px;
            margin: 0 auto;
            position: absolute;
            left: 0;
            right: 0;
            z-index: 2;
        }

        .bf_scrolling_arrow strong {
            height: 2px;
            background: #000;
            width: 100%;
            position: absolute;
            z-index: 1;
            bottom: 30px;
        }

    .bf_mobile_page_name {
        display: none;
        text-align: left;
        padding-left: 5px;
    }

        .bf_mobile_page_name h2 {
            color: #FFF;
            font-size: 25px !important;
            padding-bottom: 7px !important;
        }


    .bf_bread_crumbs_wrapper {
        padding: 0 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .bf_bread_crumbs {
        margin-bottom: 5px;
        padding: 15px;
        background: #f3f3f3;
        border: 1px #e6e6e6 solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .bf_bread_crumbs a {
            font-size: 14px;
            color: #000;
        }

        .bf_bread_crumbs span {
            display: inline-block;
            padding: 0 3px;
        }

    /* ===================== Product Listing ===================== */

    /* Main Banner */
    .bf_banner_product {
        overflow: hidden;
        background: url('/Themes/images/black_friday/leather_pattern.jpg') repeat;
    }

        .bf_banner_product .bf_banner_sep {
            background: url('/Themes/images/black_friday/top-header-sep.png') no-repeat center;
            margin: 0 auto;
            padding: 10px 0;
        }

        .bf_banner_product h1 {
            position: relative;
            color: #FFF;
            font-size: 65px;
            font-family: 'Anton', sans-serif;
            margin: 0px 0px 0px 130px;
            text-transform: uppercase;
        }

            .bf_banner_product h1 span {
                color: #aeaeae;
                font-weight: bold;
                position: absolute;
                top: 0;
                left: -90px;
                font-size: 21px;
                top: 15px;
                font-family: 'Helvetica';
            }

            .bf_banner_product h1 .bf_red_line {
                position: absolute;
                background: url('/Themes/images/black_friday/us_banner_line.png') no-repeat;
                z-index: 10;
                width: 360px;
                height: 18px;
                left: -69px;
                bottom: -20px;
            }

            .bf_banner_product h1 em {
                font-style: normal !important;
                padding-left: 50px !important;
            }

            .bf_banner_product h1 .percentage {
                font-size: 45px !important;
            }

    .CyberMondayTheme .bf_banner_product h1 .bf_red_line {
        position: absolute;
        background: url('/Themes/images/black_friday/yellow_line.png') no-repeat;
        z-index: 10;
        width: 360px;
        height: 18px;
        left: -69px;
        bottom: -20px;
    }


    .bf_banner_product h2 {
        color: #FFF;
        font-size: 30px;
        font-weight: bold;
        padding: 4px 0;
        margin: 0;
        text-transform: uppercase;
    }

    .bf_banner_product .bf_page_name {
        padding-left: 40px;
        padding-bottom: 0;
    }


    .bf-product-title {
        position: relative;
    }

        .bf-product-title label {
            display: block;
            text-transform: uppercase;
            text-align: center;
            color: #fff;
            font-weight: bold;
            padding: 10px 0;
            position: relative;
            font-size: 22px;
            height: auto;
        }

        .bf-product-title .right-circular-image-container {
            position: absolute;
            bottom: -100px;
            right: 0;
        }

        .bf-product-title .right-pack-image-container {
            position: absolute;
            right: -10px;
            bottom: -200px;
            width: 130px;
        }

    .bf-coupon-product .coupon-image-container {
        width: 100%;
        background: #FFF;
    }

        .bf-coupon-product .coupon-image-container img {
            width: 100%;
            max-width: 100%;
        }

    .bf-coupon-product .now-label-message {
        font-size: 24px;
    }

    .bf-coupon-product .coupon-description-container {
        color: #656565;
        background: #FFF;
        font-size: 15px;
        padding: 10px 20px;
    }

        .bf-coupon-product .coupon-description-container ul {
            list-style: disc outside
        }

        .bf-coupon-product .coupon-description-container li {
            float: none;
            clear: both;
            margin: 0;
            padding: 2px 5px;
        }

    .bf-product .redeem-button-container a {
        font-size: 15px;
        width: 80%;
    }

    .bf-bottom-button {
        clear: both;
        text-align: center;
        padding-bottom: 20px;
    }

        .bf-bottom-button a {
            margin: 0 auto;
        }

    .catCounter {
        position: relative;
        width: 62%;
        height: 100px;
        margin: 0 auto;
        text-align: left;
    }

    .productCounter {
        position: relative;
        width: 60%;
        height: 100px;
        margin: 0 auto;
        text-align: left;
    }

    label.now-label-message-no-pack {
        font-size: 25px; /* letter-spacing: 3px; */
    }



    /* Black Friday stickers */
    .BlackFridayTheme .bf_sticker {
        right: 0;
        top: 60px;
        display: block;
        padding: 5px;
        width: 110px;
        height: 110px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #ff2da1;
        color: #fff;
        text-align: center;
        position: absolute;
        z-index: 20;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .BlackFridayTheme .bf_sticker .bf_border {
            height: 100%;
            width: 100%;
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 2px #fff solid;
        }

    .bf_sticker .bf_save {
        display: block;
        font-size: 16px;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }

    .bf_sticker .bf_save_no_upto {
        display: block;
        font-size: 18px;
        margin-top: 20px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }

    .bf_sticker .bf_upto {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        color: #ff92c8;
    }

    .bf_sticker .bf_percentage {
        font-size: 34px;
        text-align: center;
        font-weight: bold;
        display: block;
        text-transform: uppercase;
    }



    .BlackFridayTheme .bf_pack_sticker {
        top: 200px;
        right: -3px;
        position: absolute;
        display: block;
        padding: 3px;
        width: 130px;
        height: 45px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ff87c4;
        color: #fff;
        text-align: center;
        position: absolute;
        z-index: 20;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .BlackFridayTheme .bf_pack_sticker .bf_border {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            display: block;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            border: 1px #fff solid;
        }

    .bf_pack_sticker .bf_amount {
        display: block;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #FFF;
        padding: 1px 0 0 0;
    }

    .bf_pack_sticker .bf_product_name {
        display: block;
        text-align: center;
        color: #FFF;
        margin-top: -2px;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0px;
    }

    .bf_pack_sticker .bf_small_text {
        font-size: 14px;
    }



    .CyberMondayTheme .bf_sticker {
        right: 0;
        top: 60px;
        display: block;
        padding: 5px;
        width: 110px;
        height: 110px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        background: #fdc100;
        color: #000;
        text-align: center;
        position: absolute;
        z-index: 20;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .CyberMondayTheme .bf_sticker .bf_border {
            height: 100%;
            width: 100%;
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            border: 2px #000 solid;
        }

    .CyberMondayTheme .bf_upto {
        color: #886800;
    }

    .CyberMondayTheme .bf_amount, .CyberMondayTheme .bf_product_name {
        color: #000;
    }

    .CyberMondayTheme .bf_pack_sticker {
        top: 200px;
        right: -3px;
        position: absolute;
        display: block;
        padding: 3px;
        width: 130px;
        height: 45px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #fdc100;
        color: #000;
        text-align: center;
        position: absolute;
        z-index: 20;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .CyberMondayTheme .bf_pack_sticker .bf_border {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            display: block;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            border: 1px #000 solid;
        }








    /* CYBER MONDAY TEXT AND COLOUR CHANGES */
    .cyber-monday .bf_banner h1 {
        position: relative;
        color: #fdc100;
        font-weight: bold;
        font-size: 150px;
        font-family: 'Agency FB Bold', arial;
        margin: 0px 0px 0px 70px;
        text-transform: uppercase;
    }

        .cyber-monday .bf_banner h1 span {
            color: #aeaeae;
            position: absolute;
            top: 0;
            letter-spacing: 0px;
            width: 25px;
            left: -25px;
            font-size: 14px;
            top: 18px;
            font-family: 'Helvetica';
        }

        .cyber-monday .bf_banner h1 strong {
            font-weight: normal;
        }



    .cyber-monday .bf_banner_product h1 {
        position: relative;
        color: #fdc100;
        font-size: 65px;
        font-family: 'Agency FB Bold', arial;
        margin: 0px 0px 0px 130px;
        text-transform: uppercase;
    }

    .cyber-monday .ch_purpleGradient {
        border: 1px #eedd9e solid;
        background: #ffd101; /* Old browsers */
        background: -moz-linear-gradient(top, #ffd101 0%, #e2b001 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2b001), color-stop(100%,#e2b001)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffd101 0%,#e2b001 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffd101 0%,#e2b001 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffd101 0%,#e2b001 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffd101 0%,#e2b001 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd101', endColorstr='#e2b001',GradientType=0 ); /* IE6-9 */
        color: #000 !important;
    }

        .cyber-monday .ch_purpleGradient:hover {
            background: #e2b001;
            color: #000 !important;
        }

    .cyber-monday .bf-product-title .right-circular-image-container {
        bottom: -120px;
    }


    /* Printing */
    .printing-size {
        padding: 25px 0 31px 19px;
    }

        .printing-size li {
            margin-bottom: 9px;
        }

    .pp_tab-content2.printing {
        padding-bottom: 14px;
    }

        .pp_tab-content2.printing p {
            padding: 0 84px 21px 28px;
        }

    .printing .pp_imgb {
        margin: 111px 0 0 137px;
    }

    /* Photobook */
    .pp_tab-content2.pp_photobook {
        padding-bottom: 19px;
    }

    .pp_photobook p {
        padding: 0 42px 21px 28px;
    }

    .pp_tab-content2 .pp_videos {
        padding: 11px 0 0 22px;
    }

    .pp_videos li {
        margin-bottom: 25px;
    }

    .pp_photobook .pp_imgb {
        margin: 3px 0 0 27px;
    }

    .pp_video_container {
        width: 640px;
        height: 430px;
        padding: 10px;
        background: #f8f8f8;
        border: 2px #cecece solid;
        margin: 0 auto;
    }

    /* Reviews */
    .pp_tab-content2 .pp_reviews {
        padding: 0 18px 0 12px;
        margin-bottom: 9px;
    }

    .pp_reviews .pp_snapshot {
        margin-bottom: 10px;
    }

        .pp_reviews .pp_snapshot h3 {
            margin: 0 0 8px 18px;
            color: #2e2e2e;
            font-size: 14px;
        }

        .pp_reviews .pp_snapshot img {
            margin-left: 24px;
        }

        .pp_reviews .pp_snapshot ul {
            margin: 0 0 6px 24px;
            float: left;
        }

        .pp_reviews .pp_snapshot li {
            background: url(/Themes/images/sprite_start.png) left top no-repeat;
            width: 20px;
            float: left;
            margin-right: 3px;
            text-indent: -9999px;
        }

            .pp_reviews .pp_snapshot li a {
                display: block;
                height: 19px;
            }

                .pp_reviews .pp_snapshot li a:hover, .pp_reviews .pp_snapshot li.active a {
                    background: url(/Themes/images/sprite_start.png) left -19px no-repeat;
                }

        .pp_reviews .pp_snapshot span, .pp_reviews .pp_snapshot .pp_percents, .pp_review-detail .pp_row1 span {
            background: #414142;
            float: right;
            padding: 2px 5px 5px 5px;
            margin-right: 19px;
            color: #fff;
            font-size: 13px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            behavior: url(/Themes/css/PIE.htc);
            position: relative;
        }

        .pp_reviews .pp_snapshot strong {
            padding-bottom: 8px;
            margin-left: 30px;
            display: inline-block;
            color: #585452;
            font-size: 12px;
        }

        .pp_reviews .pp_snapshot samp {
            font-size: 10px;
            display: block;
        }

        .pp_reviews .pp_snapshot .pp_percents {
            background: #8bc831;
            border: 1px solid #719f2e;
            float: none;
            padding: 0 5px 0 2px;
            display: inline-block;
            margin: 0px;
            font-size: 15px;
        }

    .pp_reviews .pp_common {
        border: 1px solid #d0d0d0;
        min-height: 107px;
        margin-bottom: 13px;
        box-shadow: rgba(222, 222, 222, 0.99) 0px 1px 0px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        behavior: url(/Themes/css/PIE.htc);
        position: relative;
    }

        .pp_reviews .pp_common h4 {
            background: #cccccc;
            height: 21px;
            padding-left: 5px;
            margin-bottom: 4px;
            line-height: 21px;
            color: #549358;
            font-size: 14px;
            text-transform: uppercase;
        }

        .pp_reviews .pp_common .pp_red {
            color: #cc312f;
        }

        .pp_reviews .pp_common .pp_black {
            color: #222220;
        }

        .pp_reviews .pp_common li {
            padding-left: 5px;
            font-size: 11px;
            line-height: 15px;
        }

    /* Review Detail */
    .pp_review-detail {
        width: 706px;
        float: left;
        padding: 0 18px 0 9px;
    }

        .pp_review-detail .pp_review-list {
            border-bottom: 1px solid #d8d8d8;
            padding-bottom: 12px;
            margin-bottom: 19px;
        }

    .pp_review-list.pp_last {
        border: none;
        padding-bottom: 30px;
        margin: 0px;
    }

    /* Sorting */
    .pp_review-detail .pp_sorting {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

    .pp_sorting span {
        color: #696463;
        font-size: 11px;
    }

    .pp_sorting strong {
        color: #443b3b;
    }

    .pp_sorting samp {
        color: #26c1a2;
    }

    .pp_sorting li {
        background: url(/Themes/images/divider_sorting.png) left center no-repeat;
        float: left;
        padding: 0 5px 0 6px;
        font-size: 11px;
    }

        .pp_sorting li a {
            color: #726b69;
        }

        .pp_sorting li span {
            background: url(/Themes/images/bg_next.png) right center no-repeat;
            display: block;
            padding-right: 10px;
        }

        .pp_sorting li a:hover, .pp_sorting li a:hover span, .pp_sorting li.active span {
            color: #00b490;
        }

        .pp_sorting li:first-child {
            background: none;
        }

    .pp_review-detail .pp_col1 {
        width: 245px;
        float: left;
    }

    .pp_review-detail .pp_col2 {
        width: 460px;
        float: left;
    }

    .pp_review-detail .pp_profile span {
        display: block;
        font-size: 11px;
        line-height: 15px;
    }

    .pp_review-detail .pp_profile strong {
        color: #1e1e1e;
    }

    .pp_review-detail .pp_profile .gap {
        padding: 7px 0 8px 0;
    }

    .pp_review-detail .pp_row1, .pp_review-detail .pp_row2, .pp_review-detail .pp_row3 {
        width: 100%;
    }

    .pp_review-detail .pp_row1 {
        margin-bottom: 14px;
    }

    .pp_review-detail .pp_row2 {
        margin-bottom: 8px;
        float: left;
    }

    .pp_review-detail .pp_row1 li {
        background: url(/Themes/images/sprite_start2.png) left top no-repeat;
        width: 13px;
        float: left;
        margin-right: 2px;
        text-indent: -9999px;
    }

        .pp_review-detail .pp_row1 li a {
            display: block;
            height: 12px;
        }

            .pp_review-detail .pp_row1 li a:hover, .pp_review-detail .pp_row1 li.active a {
                background: url(/Themes/images/sprite_start2.png) left -12px no-repeat;
            }

    .pp_review-detail .pp_row1 strong {
        color: #403937;
        font-size: 11px;
    }

    .pp_review-detail .pp_row1 span {
        float: none;
        padding: 0 3px;
        margin: 0 3px;
        font-size: 9px;
        line-height: 11px;
    }

    .pp_review-detail .pp_row1 .pp_date {
        background: #f5f5f5;
        border: 1px solid #afafaf;
        display: inline-block;
        padding: 2px 4px 1px 4px;
        margin: 0px;
        float: right;
        color: #686868;
        font-size: 9px;
    }

    .pp_review-detail .pp_row2 .pp_common2 {
        width: 150px;
        float: left;
    }

    .pp_review-detail .pp_row2 h4 {
        margin-bottom: 4px;
        color: #528e50;
        font-size: 12px;
    }

    .pp_review-detail .pp_row2 li {
        font-size: 10px;
        line-height: 13px;
    }

    .pp_review-detail .pp_row2 .pp_red {
        color: #ca1e21;
    }

    .pp_review-detail .pp_row2 .pp_black {
        color: #211f20;
    }

    .pp_review-detail .pp_comment {
        width: 100%;
        float: left;
        color: #3a3a3a;
        font-size: 10px;
    }

        .pp_review-detail .pp_comment strong, .pp_review-detail .pp_comment span {
            display: block;
        }

        .pp_review-detail .pp_comment strong {
            margin-bottom: 8px;
        }

        .pp_review-detail .pp_comment span {
            margin-bottom: 9px;
        }

        .pp_review-detail .pp_comment .pp_line {
            color: #ff9500;
            font-size: 10px;
            display: inline-block;
            margin: 0px;
            text-transform: uppercase;
        }

        .pp_review-detail .pp_comment a {
            color: #1dc0ac;
        }

            .pp_review-detail .pp_comment a:hover {
                text-decoration: underline;
            }

    /* payment */
    .payment {
        margin: 10px auto;
        font-size: 13px;
        max-width: 973px;
    }
    /*.checkout { background:#c0c0c0 url(/Themes/images/bg_list1.png) right top no-repeat; float:left; line-height:49px; height:49px; }
.checkout li.active a, .checkout li.active.link2, .checkout li:hover a { background:url(/Themes/images/bg_active.png) right top no-repeat; }
.checkout li { background:url(/Themes/images/bg_list.png) right top no-repeat; float:left; margin-left:-17px; padding-left:17px; font-size:17px; font-weight:bold; color:#fff; position:relative; }
.checkout li.last { background:none; }
.checkout li a { padding:0 40px 0 17px; color:#fff; float:left; text-transform:uppercase; }
.checkout li:hover { padding-left:0; }
.checkout li:hover a { padding-left:34px; }
.checkout li.link1 { z-index:3; margin:0; padding:0; }
.checkout li.link1:hover a{ padding-left:17px; }
.checkout li.link2 { z-index:2; }
.checkout li.link3 { z-index:1; }*/
    .product-details {
        background: #f2f2f2;
        width: 953px;
        color: #000;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 5px;
        position: relative;
        behavior: url(/Themes/css/PIE.htc);
    }

        .product-details .tr {
            background: url(/Themes/images/bg_row.png) center bottom no-repeat;
            padding: 15px 0;
            border-radius: 0 0 8px 8px;
            -moz-border-radius: 0 0 8px 8px;
            -webkit-border-radius: 0 0 8px 8px;
            position: relative;
            behavior: url(/Themes/css/PIE.htc);
        }

            .product-details .tr.last {
                background: none;
            }

    .payment .tr1 {
        margin: 28px 0 15px 0;
    }

    .payment .td1 {
        width: 225px;
        float: left;
        text-align: center;
    }

    .payment .td2 {
        width: 355px;
        margin-right: 45px;
        float: left;
    }

    .payment .td3 {
        width: 110px;
        float: left;
    }

    .payment .td4 {
        width: 100px;
        float: left;
    }

    .payment .td4 {
        width: 100px;
        float: left;
    }

    .payment span, .product-details .td2 h3 {
        margin-bottom: 2px;
        color: #000;
        font-weight: bold;
    }

    .product-details .td1 img {
        margin-bottom: 10px;
        box-shadow: 0 0 5px 0 gray;
    }

    .product-details .td2 p {
        margin-bottom: 21px;
        line-height: 18px;
    }

    .product-details .input {
        border: 1px solid #dfdfdf;
        background: #fff;
        width: 45px;
        height: 23px;
        margin: -5px 0 0 10px;
        float: left;
        line-height: 23px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.15) 2px 0px 5px inset;
        position: relative;
        behavior: url(/Themes/css/PIE.htc);
    }

    .product-details .td4 span, .product-details .td5 span {
        margin: 2px 0 0 7px;
        float: left;
    }

    .product-details .tr2 {
        background: #fff;
        border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        position: relative;
        behavior: url(/Themes/css/PIE.htc);
    }

    .product-details .tr3 {
        background: #fff;
    }
    /*.product-details .td5 {padding-bottom: 10px;padding-top:10px;padding-left:5px;
color: #000;
font-weight: bold;
    }*/

    .voucher {
        margin: 56px 0 0 230px;
        float: left;
    }

        .voucher p {
            margin-top: 6px;
            color: #6f6e6e;
            font-size: 10px;
            letter-spacing: -0.3px;
            padding-bottom: 0.5em;
        }

    .btn_checkout {
        border: 1px solid #ffdb8d;
        background: #ffc341;
        padding: 0 11px;
        height: 35px;
        float: right;
        color: #000;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 35px;
        cursor: pointer;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        position: relative;
        behavior: url(/Themes/css/PIE.htc);
    }

        .btn_checkout:hover {
            background: #d435a1;
        }

    .product-details .input2 {
        width: 223px;
        height: 20px;
        padding: 4px 5px;
        margin: 0;
        color: #6f6e6e;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
    }

    .product-details .button4 {
        background: #ce207e;
        border: 1px solid #df76af;
        height: 30px;
        color: #fff;
        font-size: 11px;
        text-transform: uppercase;
        float: left;
        cursor: pointer;
    }

        .product-details .button4:hover {
            background: #AA035D;
        }

    .summary {
        width: 225px;
        margin: 14px 15px;
        float: right;
    }

        .summary h4 {
            margin-bottom: 11px;
            font-size: 18px;
            font-weight: normal;
        }

        .summary li {
            width: 100%;
            float: left;
            color: #000;
            line-height: 20px;
        }

            .summary li span {
                float: right;
                font-weight: normal;
            }

    .total {
        border-top: 2px solid #ececec;
        border-bottom: 2px solid #ececec;
        padding: 10px 0;
        margin: 16px 0 11px 0;
        text-align: right;
        color: #ce207e;
        font-size: 33px;
    }

    #bookshelf_carousel {
        overflow: hidden;
        height: 158px;
    }

    .live_person {
        border: 0px solid black;
        position: fixed;
        width: 150px;
        /*height: 60px;*/
        margin-left: 478px;
        right: 5px;
        /*top: 483px;*/
        bottom: 0px;
        float: left;
        overflow: hidden;
        display: inline-block;
        z-index: 10;
    }


    .live_person_bottom {
        border: 0px solid black;
        position: fixed;
        width: 220px;
        /*height: 60px;*/
        margin-left: 478px;
        right: 5px;
        /*top: 483px;*/
        bottom: 0px;
        float: left;
        overflow: hidden;
        display: inline-block;
        z-index: 10;
    }

    .live_person_top {
        border: 0px solid black;
        width: 100px;
        float: left;
        padding-left: 10px;
        padding-top: 4px;
    }

    .hidden {
        display: none;
    }

    /* jquery validation */
    label.error, p.error {
        text-align: center;
        font-weight: normal;
        font-size: 16px;
        color: red;
        padding: 2px 20px !important;
        margin-top: 0px;
    }

    .need_login {
        text-align: center;
        font-size: 14px;
        padding: 4px 0;
    }

    /* Button-next */
    .button-next {
        width: 145px;
        height: 36px;
        overflow: hidden;
        text-align: center;
        background: #ff5db1; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjAwN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ff5db1 0%, #ef007c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef007c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ff5db1 0%,#ef007c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ff5db1 0%,#ef007c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ff5db1 0%,#ef007c 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ff5db1 0%,#ef007c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef007c',GradientType=0 ); /* IE6-8 */
        border: 1px solid;
        border-top-color: #F60080;
        border-right-color: #B80060;
        border-bottom-color: #871050;
        border-left-color: #F60080;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        padding: 8px 10px 8px 10px;
        -webkit-box-shadow: inset 0 1px 0 0 #F893C4;
        -moz-box-shadow: inset 0 1px 0 0 #F893C4;
        outline: none;
        box-shadow: inset 0 1px 0 0 #F893C4;
        cursor: pointer;
        outline: none;
        vertical-align: middle;
        color: #FFF;
        font-family: "arial","sans-serif";
        text-decoration: none;
        font-size: 14px;
        float: right;
        text-transform: capitalize;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        behavior: url(/Themes/css/PIE.htc);
    }

        .button-next:hover {
            border-top-color: #F60080;
            border-right-color: #B80060;
            border-bottom-color: #871050;
            border-left-color: #F60080;
            border-width: 1px 1px 1px 1px;
            border-style: solid;
            background-color: #ff2a98;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2a98), to(#bc0062));
            outline: none;
            background-image: -webkit-linear-gradient(top, #ff2a98, #bc0062);
            background-image: -moz-linear-gradient(top, #ff2a98, #bc0062);
            background-image: -ms-linear-gradient(top, #ff2a98, #bc0062);
            background-image: -o-linear-gradient(top, #ff2a98, #bc0062);
            background-image: linear-gradient(to bottom, #ff2a98, #bc0062);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff2a98, endColorstr=#bc0062);
        }

    /* Button-preview */

    .button-preview {
        width: 145px;
        height: 36px;
        padding: 8px 10px 8px 10px;
        border-bottom-color: #000000;
        box-shadow: inset 0 1px 0 0 #EBEBEB;
        border: solid 1px;
        border-top-color: #D5D5D5;
        border-left-color: #909090;
        border-right-color: #909090;
        font-size: 12px;
        font-family: arial, helvetica, sans-serif;
        text-decoration: none;
        color: #FFFFFF;
        background: #d3d3d3; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDcwNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #d3d3d3 0%, #707070 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#707070)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d3d3d3 0%,#707070 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d3d3d3 0%,#707070 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d3d3d3 0%,#707070 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d3d3d3 0%,#707070 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#707070',GradientType=0 ); /* IE6-8 */
        font-size: 14px;
        float: left;
        text-transform: capitalize;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        behavior: url(/Themes/css/PIE.htc);
    }

        .button-preview:hover {
            background: #bababa; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhYmFiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NzU3NTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #bababa 0%, #575757 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#575757)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #bababa 0%,#575757 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #bababa 0%,#575757 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #bababa 0%,#575757 100%); /* IE10+ */
            background: linear-gradient(to bottom, #bababa 0%,#575757 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#575757',GradientType=0 ); /* IE6-8 */
        }

    .pink {
        background: #ff5db1; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNWRiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZjAwN2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #ff5db1 0%, #ef007c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5db1), color-stop(100%,#ef007c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ff5db1 0%,#ef007c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ff5db1 0%,#ef007c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ff5db1 0%,#ef007c 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ff5db1 0%,#ef007c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef007c',GradientType=0 ); /* IE6-8 */
        text-decoration: none;
        border: 1px solid #FF1FB1;
        font-family: "arial","sans-serif";
        -webkit-box-shadow: inset 0 1px 0 0 #F893C4;
        -moz-box-shadow: inset 0 1px 0 0 #F893C4;
        box-shadow: inset 0 1px 0 0 #F893C4;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        behavior: url(/Themes/css/PIE.htc);
    }

        .pink:hover {
            color: #fff;
            text-decoration: none;
            background: #ff2a98; /* Old browsers */
            background: -moz-linear-gradient(top, #ff2a98 0%, #bc0062 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2a98), color-stop(100%,#bc0062)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ff2a98 0%,#bc0062 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ff2a98 0%,#bc0062 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ff2a98 0%,#bc0062 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ff2a98 0%,#bc0062 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2a98', endColorstr='#bc0062',GradientType=0 ); /* IE6-9 */
            border-top-color: #F60080;
            border-right-color: #B80060;
            border-bottom-color: #871050;
            border-left-color: #F60080;
            border-width: 1px 1px 1px 1px;
            border-style: solid;
        }

    .purple {
        color: #fff !important;
        text-decoration: none;
        background: #e631a7; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MzFhNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZjIyNzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #e631a7 0%, #9f2274 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e631a7), color-stop(100%,#9f2274)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e631a7 0%,#9f2274 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e631a7 0%,#9f2274 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e631a7 0%,#9f2274 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e631a7 0%,#9f2274 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e631a7', endColorstr='#9f2274',GradientType=0 ); /* IE6-8 */
        border: 1px solid #8A1160;
        text-decoration: none;
        font-family: "arial","sans-serif";
        border-width: 1px solid #A41472;
        -webkit-box-shadow: inset 0 1px 0 0 #F965AF;
        -moz-box-shadow: inset 0 1px 0 0 #F965AF;
        box-shadow: inset 0 1px 0 0 #F965AF;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        behavior: url(/Themes/css/PIE.htc);
    }

        .purple:hover {
            background-color: #cb198d;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#cb198d), to(#751955));
            background-image: -webkit-linear-gradient(top, #cb198d, #751955);
            background-image: -moz-linear-gradient(top, #cb198d, #751955);
            background-image: -ms-linear-gradient(top, #cb198d, #751955);
            background-image: -o-linear-gradient(top, #cb198d, #751955);
            background-image: linear-gradient(to bottom, #cb198d, #751955);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cb198d, endColorstr=#751955);
        }

    .gray {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDcwNzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #d3d3d3 0%, #707070 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#707070)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d3d3d3 0%,#707070 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d3d3d3 0%,#707070 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d3d3d3 0%,#707070 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d3d3d3 0%,#707070 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#707070',GradientType=0 ); /* IE6-8 */
        font-size: 14px;
        font-family: "arial","sans-serif";
        border-top-color: #939393;
        border-right-color: #939393;
        border-bottom-color: #1C1C1C;
        border-left-color: #5D5D5D;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        -webkit-box-shadow: inset 0 1px 0 0 #F893C4;
        -moz-box-shadow: inset 0 1px 0 0 #E5E5E5;
        box-shadow: inset 0 1px 0 0 #E5E5E5;
        cursor: pointer;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        behavior: url(/Themes/css/PIE.htc);
    }

        .gray:hover {
            color: #fff;
            text-decoration: none;
            background: #bababa; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhYmFiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NzU3NTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #bababa 0%, #575757 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#575757)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #bababa 0%,#575757 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #bababa 0%,#575757 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #bababa 0%,#575757 100%); /* IE10+ */
            background: linear-gradient(to bottom, #bababa 0%,#575757 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#575757',GradientType=0 ); /* IE6-8 */
        }

    .button_xxs {
        width: 80px;
        height: 10px;
        display: block;
        text-align: center;
        padding: 3px 5px 6px 5px;
        color: #fff;
        font-size: 11px;
    }

    .button_s {
        /*width:96px;*/
        height: 15px;
        display: block;
        text-align: center;
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        color: #FFF !important;
    }

    .button_xs {
        /*width: 75px;*/
        height: 28px !important;
        overflow: hidden;
        text-align: center;
        padding: 0px 10px 0 11px !important;
        cursor: pointer;
        outline: none;
        line-height: 29px !important;
        font-size: 12px !important;
        color: #FFF !important;
        float: left;
    }

    .button_m {
        height: 30px;
        overflow: hidden;
        text-align: center;
        padding: 0 5px 0 5px;
        font-size: 12px;
        color: #FFF !important;
        cursor: pointer;
    }

    .button_l {
        /*width:137px;
        height:20px;*/
        width: auto;
        display: block;
        text-align: center !important;
        padding: 10px 10px 10px 10px !important;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 14px !important;
        /* float:right; for check out */
    }

        /*@media all and (max-height: 900px) {
    .button_l, .button_m {
        background: rgb(212,53,161);
    }
}*/

        .button_l img {
            display: inline-block;
            vertical-align: middle;
            padding-right: 5px;
            text-align: center;
        }


    .button_xxl {
        width: 243px !important;
        height: 43px !important;
        display: block;
        text-align: center !important;
        padding: 10px 10px !important;
        color: #fff !important;
        font-size: 14px !important;
    }

    .button_xxxl {
        width: 243px;
        /*height:20px;*/
        display: block;
        text-align: center;
        padding: 10px 10px;
        color: #fff;
        font-size: 14px;
    }

        .button_xxxl img {
            display: inline-block;
            vertical-align: middle;
            padding-right: 5px;
            text-align: center;
        }

    input.bigcheck {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        padding: 10px;
        border: none;
    }

    /*greeting-card*/
    /*.pp_price .pp_price_desc samp {
    text-decoration: line-through;
}*/

    /* UK Banner Right */
    #banner_right_container {
        position: fixed;
        top: 136px;
        /*right: calc((100% - 955px)/2 - 158px - 30px);*/
    }
    /* UK Banner Right */

    /* UK Banner Home Page Banner */
    #home_page_banner_container img {
        margin-bottom: 19px;
    }
    /* UK Banner Home Page Banner */

    .welcome_message_container {
        text-align: justify;
    }

        .welcome_message_container p {
            padding: 0;
            margin: 0;
        }


    /*@media all and  (orientation: landscape), all and (max-width: 1024px) {
    .fancybox-skin {
        height: 450px !important;
    }

    .fancybox-skin .fancybox-outer {
        height: 450px !important;
    }

    .fancybox-skin .fancybox-outer .fancybox-inner {
        height: 450px !important;
    }
}*/


    /*.fancybox-skin body {
    overflow: hidden;
}*/

    @media screen and (min-width: 420px) {
        .cycle-slide a img {
            height: auto;
            max-width: inherit !important;
        }
    }

    /* ---------------------------------------------------------------------




-----------------------------------------------------------------------------*/
    @font-face {
        font-family: 'MyriadProRegular';
        src: url('/themes/fonts/MYRIADPROREGULAR.eot');
        src: url('/themes/fonts/MYRIADPROREGULAR.eot?#iefix') format('embedded-opentype');
        src: url('/themes/fonts/MyriadProRegular.ttf');
        src: url('/themes/fonts/MYRIADPROREGULAR.woff') format('woff'), url('/themes/fonts/MYRIADPROREGULAR.ttf') format('truetype');
    }

    @font-face {
        font-family: 'MyriadProLight';
        src: url('/themes/fonts/MyriadPro-Light.otf');
        src: url('/themes/fonts/MyriadPro-Light.eot');
        src: url('/themes/fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype');
        src: url('/themes/fonts/MyriadPro-Light.woff') format('woff'), url('/themes/fonts/MyriadPro-Light.ttf') format('truetype');
    }

    @font-face {
        font-family: 'MyriadProSemibold';
        src: url('/themes/fonts/MyriadPro-Semibold.otf');
        src: url('/themes/fonts/MyriadPro-Semibold.eot');
        src: url('/themes/fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype');
        src: url('/themes/fonts/MyriadPro-Semibold.woff') format('woff'), url('/themes/fonts/MyriadPro-Semibold.ttf') format('truetype');
    }

    html {
        font-family: MyriadProRegular;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    body {
        margin: 0;
        background: #fff;
        font-family: MyriadProRegular;
        color: #414141;
    }

    header {
        font-family: MyriadProLight;
    }

    #footer-main {
        background: #ececec;
    }

    a {
        text-decoration: none;
    }

    img {
        max-width: 100%;
    }

    section {
        margin: 0px;
        /* margin-bottom: 10px;*/
    }

    nav {
    }

    footer {
    }

    /*-----------------------------------------------------------------------------
------------------------------------------------------------------------------*/
    /* Flag Drop down */

    .center {
        margin: 0 auto;
    }

    .middle-div {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .text-center {
        text-align: center;
    }

    .clear {
        clear: both;
        line-height: 1px;
        height: 1px;
    }

    .only-clear {
        clear: both;
    }

    .hidden_ {
        display: none !important;
    }

    .header-box, .pd-containder, .pd-contents, .slider-box, .silder-holder, .promo-row-box {
        width: 100%;
    }

    .top-bar-up {
        height: 38px;
        background: #070707;
        background: linear-gradient(top, #070707, #313131);
        background: -o-linear-gradient(top, #070707, #313131);
        background: -ms-linear-gradient(top, #070707, #313131);
        background: -moz-linear-gradient(top, #070707, #313131);
        background: -webkit-linear-gradient(top, #070707, #313131);
    }

    .top-bar-center, .nav-bar-center, .pd-containder {
        width: 1236px;
        height: 100%;
    }

    /*
.pd-containder {
    margin-top: -20px;
}*/

    .footer-box {
        width: 1236px;
    }

    .select-country {
        width: 10%;
        max-width: 160px;
        float: left;
        margin: 5px 0px;
        padding-left: 10px;
        position: relative;
        text-align: left;
    }

    .flag-drop-down span {
        display: inline-block;
        vertical-align: middle;
    }

    .phone-number {
        display: block;
        color: #fff;
        float: left;
        font-size: 0.9em;
        text-align: right;
        height: 38px;
    }

        .phone-number a {
            background: url('/themes/images/Phone-Icon.png') left no-repeat;
            text-align: right;
            display: inline-block;
            padding-left: 33px;
            line-height: 30px;
        }

    .print-basket {
        float: right;
        text-align: right;
        color: #fff;
        margin: 4px 4px;
        width: auto;
    }

        .print-basket a {
            background: url('/themes/images/Basket-Icon.png') no-repeat right top;
            display: inline-block;
            padding-right: 36px;
            color: #fff;
            height: 34px;
            line-height: 30px;
            font-size: 0.9em;
        }

    .print-cart {
    }

        .print-cart ul {
            list-style: none;
            float: right;
            margin: 10px 0px;
            padding: 0px;
        }

        .print-cart li {
            display: inline;
        }

            .print-cart li a {
                color: #fff;
                text-decoration: none;
                padding: 0px 10px;
                font-size: 0.9em;
            }

    .main-manu-box {
        height: 65px;
        width: 100%;
        margin-top: -7px;
    }

    .logo-box {
        width: 17%;
        height: 46px;
        padding-left: 8px;
        float: left;
    }

    .pp_header-right {
        float: right;
        width: 78%;
    }

    .pp_navigation {
        float: right; /*margin: 0px 15px;*/
        margin-top: 4px;
    }

        .pp_navigation ul, .pp_navigation li {
            position: relative;
            margin: 16px 0px;
        }

        .pp_navigation ul {
            list-style: none;
            padding: 0px;
            float: right;
        }

        .pp_navigation li {
            display: inline;
            margin: 0px;
        }

            .pp_navigation li a {
                color: #414141; /*font-size: 1vw;*/
                text-decoration: none; /*padding: 0px 15px;*/
            }


    .pd_last {
        float: right;
        text-align: right;
    }

    .pd_nav {
    }

        .pd_nav ul {
            list-style: none;
            float: right;
        }

        .pd_nav li {
            display: inline-block;
        }

            .pd_nav li a {
                text-decoration: none;
            }

    .logo-box {
        width: 14%;
        height: 46px;
        padding: 10px 15px;
        float: left;
        max-width: 150px;
    }



    .pp_navigation ul ul {
        width: auto;
        height: auto;
        margin: 0px;
        padding: 10px 0;
        font-size: 9px;
        color: #322c29;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10000;
        background: #fff;
        visibility: hidden;
    }

        .pp_navigation ul ul li {
            background: none;
            border: none;
            display: block;
            float: none;
            padding: 0;
            margin: 0;
            white-space: nowrap;
            z-index: 999;
            margin-top: 8px;
        }

            .pp_navigation ul ul li a {
                display: block;
                margin: 0;
                color: #322c29;
                line-height: 22px;
                font-size: 0.85vw;
                padding: 0px 7px;
            }

    .pp_navigation ul li.hover, .pp_navigation ul li:hover a {
        position: relative;
        text-decoration: none;
    }

    .pp_navigation ul li:hover li a {
        background: none;
    }


    .pp_navigation ul ul li:hover {
        background: #ebebeb;
        border: none;
        box-shadow: none;
    }

    .pp_navigation li:hover li a {
        color: #322c29;
    }
    /* LEVEL THREE */
    .pp_navigation ul ul ul {
        left: 100%;
        top: 0;
    }

    .pp_navigation ul li:hover ul {
        visibility: visible;
    }

    /* -------------------------------------------------------------------------------------*/

    .slider-container {
    }

    .promo-vert {
        width: 5.55%;
        z-index: 150;
        float: left;
        position: absolute;
        top: 2%;
    }


    .slide-showcase {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 1236px;
        margin: 0 auto;
    }

    @media (min-width: 320px) and (max-width: 1236px) {
        .slide-showcase {
            max-width: none !important;
        }
    }


    .slide-page-btn {
        width: 56px;
    }

    .slide-next {
        width: 72px;
        height: 72px;
        background: url('/themes/images/Arrow_56x56.png') no-repeat;
        position: relative;
        bottom: 11px;
        left: 49%;
        text-indent: -9999px;
        z-index: 999;
    }

    .slide-page-pg {
        width: 14%;
        position: absolute;
        bottom: 3%;
        z-index: 999;
        min-width: 105px;
    }

    .slide-page-pg-left {
        left: 0%;
        margin-left: 24.5%;
    }

    .slide-page-pg-right {
        right: 0%;
        margin-right: 20%;
    }

    .slide-page-pg ul {
        list-style: none;
        display: inline-block;
        padding: 0px;
        margin: 0px auto;
        cursor: default;
        float: left;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .slide-page-pg li {
        display: inline-block;
    }

    .cd-dot {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        border: solid 1px;
        background-color: #000;
        margin: 0px 3px;
        cursor: pointer;
    }


    .pp_next {
        background: url(/Themes/images/sprite_arrow.png) no-repeat left top;
        width: 34px;
        height: 33px;
        display: block;
        text-indent: -9999px;
        position: absolute;
        top: 201px;
        z-index: 300;
    }

    .promo-slide {
        width: 100%;
    }

        .promo-slide img {
            width: 100%;
            height: auto;
            z-index: -1;
        }

    .redHead,
    .descrip,
    .promo-code,
    .promo-code-up,
    .promo-button,
    .promo-button-lg,
    .promo-button-sm,
    .customer-review {
        position: absolute;
        text-align: center;
    }

    .redHead {
        top: 26%;
        left: 22%;
        width: 4%;
        line-height: 1.4em;
        border: solid 2px;
        font-size: 1.8em;
        border-color: red;
    }

    .descrip, .promo-code, .promo-code-up {
        width: 33%;
        line-height: 1.2em;
        font-family: MyriadProLight;
    }
    /*.descrip { top: 25%; font-size:inherit; }*/
    .descrip {
        top: 25%;
        font-size: 2.5em;
    }

    .promo-code {
        top: 46%;
        font-size: 1.6vw;
    }

    .promo-code-up {
        top: 43%;
        font-size: 1.6vw;
    }

    .promo-button-sm {
        width: 18%;
        max-width: 426px;
    }
    /* small button box*/
    .promo-button, .promo-button-lg {
        width: 26%;
    }

    .promo-button,
    .promo-button-sm {
        /*top: 65%;*/
        top: 73%;
        line-height: 2em;
        border: solid 3px;
        font-size: 1.6vw;
        border-color: #cf207e;
    }

    .promo-button-lg {
        top: 55%;
        line-height: 2.5em;
        border: solid 3px;
        font-size: 1.8vw;
        border-color: #cf207e;
    }

    .customer-review {
        bottom: 1%;
        left: 50%;
        width: 15%;
        line-height: 1.4em;
        font-size: 2.3em;
        margin-left: 350px;
    }
    /*.descrip-left{ right: 50%;margin-right: 88px; }*/
    .descrip-left {
        left: 0%;
        margin-left: 12%;
    }
    /*.promo-code-left {  right: 50%;margin-right: 88px;}*/
    .promo-code-left {
        left: 0%;
        margin-left: 12%;
    }
    /*.promo-button-left {  right: 50%;margin-right:11.7%;}*/
    .promo-button-left {
        right: 50%;
        margin-right: 7.7%;
    }

    .promo-button-sm-left {
        right: 50%;
        margin-right: 13%;
    }

    .descrip-right {
        right: 0%;
        margin-right: 8%;
    }

    .promo-code-right {
        right: 0%;
        margin-right: 8%;
    }

    .promo-button-sm-right {
        right: 0%;
        margin-right: 14.5%;
    }
    /* small button box*/
    .promo-button-right {
        right: 0%;
        margin-right: 11.5%;
    }

    .circle-box {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .pager-box-big {
        width: 72px;
        height: 72px;
        background: #fff;
        position: relative;
        bottom: 32px;
        z-index: 999;
        margin-bottom: -45px !important;
        cursor: pointer;
        margin: 0px auto;
    }

        .pager-box-big span {
            display: block;
            margin: 0 auto;
            text-align: center;
            font-size: 40px;
            padding: 10px 0;
        }

            .pager-box-big span:before {
                -webkit-animation: scroll 1.5s infinite;
                -o-animation: scroll 1.5s infinite;
                animation: scroll 1.5s infinite;
            }

    /* ---------------------------------------------------------------------*/
    .cycle-pager-active {
        background-color: #fff;
    }
    /*----------------------------------------------------------------------*/
    .best-product, .inst-product {
        height: 475px;
    }

    .pd-title {
        font-size: 1.4em;
        margin: 0;
        padding: 15px 0;
    }

    .slider-box {
        position: relative;
        overflow: hidden;
        float: left;
        width: 100%;
    }

    .product-box, .promo-product {
        width: 1256px;
        margin: 10px auto;
    }


    .pd-img {
        padding: 0px;
        margin: 0px 10px;
    }

        .pd-img, .pd-img img, .col-w-pro img {
            width: 294px;
        }

            .pd-img img, .promo-row-box, .col-w-app img, .col-w-pro img, .col-w-half img {
                /*height: 294px;*/
                /*height: auto;*/
                height: 68px;
            }

            .pd-img h4 {
                margin: 5px 0px;
            }

    .pd_prev, .pd_next {
        display: none;
        width: 18px;
        height: 34px;
        position: absolute;
        top: 35%;
        z-index: 300;
        text-indent: -9999px;
    }

    .pd_prev {
        background: url('/themes/images/Arrow-L.png') no-repeat left top;
        left: 1px;
    }

    .pd_next {
        background: url('/themes/images/Arrow-R.png') no-repeat right top;
        right: 1px;
    }

    .each-slide {
        text-decoration: none;
        display: inline;
    }

        .each-slide h2 {
            border-color: #cf207e;
        }

        .each-slide h1 {
        }

        .each-slide h1, .each-slide p {
            margin: 0px;
            color: #414141;
            white-space: normal;
            padding: 10px 0px;
        }

        .each-slide p {
            display: block;
            display: -webkit-box;
            max-height: 50px;
            font-size: 1.0em;
            height: calc(1.0em*1.4*2);
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0px;
            margin: 5px 0px;
        }

    .readmore {
        margin: 0px;
        color: #2a83c7;
        margin-left: 2.5%;
    }

    .col-w-app, .col-w-pro, .col-w-half {
        float: left;
    }

    .col-w-app {
        width: 66.7%;
    }
    /*{ width: auto; height: 294px; margin: 0px auto;} */
    .col-w-pro {
        width: 33.3%;
    }

    .col-w-half {
        width: 50%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .customer-star img {
        /*.customer-star{*/
        height: 20px;
        width: 100px;
        /*  background-image:url('../img/Themes/bestSeller/stars_small.gif');*/
    }

    .footer-left-box {
        width: 70%;
        float: left;
        margin: 5px 0px;
        border: solid 0px;
        border-color: #acacac;
        box-sizing: border-box;
    }

    .footer-right-box {
        width: 29%;
        float: right;
        margin-top: 5px;
        display: block;
        border: solid 0px;
        border-color: #acacac;
    }

    .footer-menu-box {
        width: 100%; /***height: 50px;*****/
        height: 40px;
        padding: 0px 5px;
        box-sizing: border-box;
    }

    .footer-menu {
        width: 100%;
        font-size: 1.2em;
    }

        .footer-menu ul {
            list-style: none;
            margin: 5px 0px;
            padding-left: 2px;
        }

        .footer-menu li {
            font-size:16px;
            display: inline;
            width: 24.8%;
            float: left;
            padding-top: 12px;
        }

    .pp_column h4 {
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: normal;
        padding: 15px 5px 20px 5px;
    }

    .footer-left-box .pp_column {
        width: 16%;
        float: left;
        padding: 8px 0 0 0;
    }

    .footer-left-box .pp_column2 {
        float: left;
        width: 16%;
    }

    .footer-left-box .pp_column3 {
        border-right: none;
    }

    .footer-left-box .pp_column4 {
        float: left;
        width: 16%;
    }

    .pp_column a {
        color: #414141;
    }

    .pp_column li {
        padding: 3px;
    }

    .hoz-line {
        margin: 0px 5px;
        display: block;
        background: url('/themes/images/Line-Horizontal.jpg');
        height: 1px;
    }

    .footer-catagory {
        width: 100%;
        font-size: 1.0em;
        line-height: 130%;
    }

        .footer-catagory ul {
            list-style: none;
            /****margin: 8px 0px; ****/
            margin: 0px 0px;
            /*****padding-left: 2px;******/
            padding-left: 0px;
        }

        .footer-catagory li {
            display: inline;
            float: left;
            /***width: 25%; ****/
            width: 24.8%;
        }

    .footer-text {
        text-transform: uppercase;
    }

    .products li {
        display: list-item;
        float: none;
        width: 100%;
        margin: 10px 0px;
        font-size:14px;
    }

        .products li a {
            color: #414141;
        }

    .social-box {
        width: 30%;
        height: 70px;
    }

    .social-title-box {
        width: 100%;
        /*****height: 56px; *******/
        height: 50px;
        text-align: left;
    }

        .social-title-box h3 {
            font-size: 1.08em;
            font-weight: normal;
            margin: 0px;
        }

    .social-right-box {
        height: 168px;
        width: 100%;
    }


    .social-right-link img {
        margin: 3px 0px;
    }

    .social-link {
        width: 100%;
        height: auto;
    }

        .social-link a {
            margin: auto 5px;
        }

    .social-out-box {
        width: 100%;
        border: 1px solid;
        margin-left: 10px;
        border-color: #acacac;
    }


    .flag-box {
        width: 100%;
        height: 70px;
    }

    .flag-link {
        margin: 0px 5px;
    }

    .footer-catagory-box {
        margin: 0px 5px;
        width: auto;
        height: 159px;
    }

    .promo-box {
        /*height: 107px;*/
        margin-top: 10px;
    }

    .info-promo {
        margin-left: 10px;
    }

    .dropit {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .dropit .dropit-trigger {
            position: relative;
        }

        .dropit .dropit-submenu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            min-width: 150px;
            list-style: none;
            background-color: #fff;
            border: 1px solid #b2b2b2;
            padding: 3px 0;
            margin: 0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
            box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
        }

        .dropit .dropit-open .dropit-submenu {
            display: block;
        }

        .dropit .dropit-submenu li {
            padding: 2px 5px;
        }

            .dropit .dropit-submenu li a {
                display: block;
                line-height: 15px;
            }


    /* Country Flags Drop down */
    .top-bar-flags-dd {
        margin: 0 auto;
        width: 150px;
        display: none;
        font-size: 0.8em;
    }

        .top-bar-flags-dd li {
            color: #414141;
        }

            .top-bar-flags-dd li span {
                display: inline-block;
                background: url('/themes/images/Flags_small.png') no-repeat;
                width: 26px;
                height: 26px;
                vertical-align: middle;
                margin-right: 5px;
            }

                .top-bar-flags-dd li span.gb {
                    background-position: 0 0;
                }

                .top-bar-flags-dd li span.us {
                    background-position: -42px 0;
                }

                .top-bar-flags-dd li span.de {
                    background-position: -84px 0;
                }

                .top-bar-flags-dd li span.fr {
                    background-position: -126px 0;
                }

                .top-bar-flags-dd li span.es {
                    background-position: -168px 0;
                }

                .top-bar-flags-dd li span.it {
                    background-position: -210px 0;
                }

                .top-bar-flags-dd li span.dk {
                    background-position: -252px 0;
                }

                .top-bar-flags-dd li span.cd {
                    background-position: -294px 0;
                }

                .top-bar-flags-dd li span.fl {
                    background-position: -336px 0;
                }

                .top-bar-flags-dd li span.no {
                    background-position: -420px 0;
                }

                .top-bar-flags-dd li span.mx {
                    background-position: -462px 0;
                }

                .top-bar-flags-dd li span.gr {
                    background-position: -503px 0;
                }

                .top-bar-flags-dd li span.nl {
                    background-position: -545px 0;
                }

                .top-bar-flags-dd li span.br {
                    background-position: -587px 0;
                }

            .top-bar-flags-dd li a {
                color: #414141;
            }

            .top-bar-flags-dd li:hover a {
                color: #000;
                text-decoration: none;
            }

            .top-bar-flags-dd li:hover {
                background-color: #cdcdcd;
                box-shadow: rgba(0, 0, 0, 0.13) 4px 0px 4px;
            }



    .banner-img {
        /* width: 100%; */
    }

    .test, .pd_nav {
        float: right;
    }

    @media(min-width: 2200px) {
        .pp_navigation li a {
            font-size: 25px;
        }
    }

    @media(min-width: 1680px) and (max-width: 1920px) {
        /*.pp_navigation li a {
        padding: 0px 10px;
        font-size: 1.25vw;
    }*/
    }

    @media (min-width: 1400px) and (max-width:1680px) {
        .promo-button-left {
            margin-left: 13%;
        }
        /*.pp_navigation li a {
        padding: 0px 10px;
        font-size: 1.25vw;
    }*/
    }




    @media(min-width: 768px) and (max-width: 1400px) {
        /*.descrip-left   { margin-left: 70px;}*/
        .promo-button-left {
            margin-left: 13%;
        }

        .slide-page-pg {
            margin-right: 11%;
        }

        .cd-dot {
            width: 8px;
            height: 8px;
        }
        /*.pp_navigation li a {
        padding: 0px 3px;
        font-size: 1.2vw;
    }*/
        .pp_navigation li {
            margin-left: 5px;
        }
    }

    @media (max-width: 1200px) {
        .top-bar-center, .nav-bar-center, .footer-box {
            width: 1024px;
        }

        .promo-box {
            width: 1027px;
        }

        .pd-containder, .promo-product {
            width: 1027px;
            /*text-align: center;*/
        }

        .col-w-half {
            width: 100%;
            margin-bottom: 20px;
        }

        .promo-button-left {
            margin-left: 14%;
        }
        /* .promo-button-right{ margin-left:14%; } */
        .slide-page-pg {
            margin-left: 23.5%;
        }

        .footer-left-box {
            width: 100%;
            border: none;
            border-top: 1px #acacac solid;
        }

        .footer-left-box, .social-out-box, .info-promo, .promo-box {
            margin-left: 0px;
        }
    }

    @media(max-width: 1024px) {
        .top-bar-center, .nav-bar-center, .footer-box {
            width: 960px;
        }

        .promo-box {
            width: 962px;
        }

        .slide-page-pg {
            margin-left: 21.5%;
        }

        .select-country {
            width: 70px;
        }
        /*.pp_navigation li {
        margin-right: 5px;
    }*/
        /*.pp_navigation li a {
        font-size: 1.6vw;
    }*/

        .footer-right-box {
            display: none;
        }

        .logo {
            padding-top: 5px;
        }
    }

    @media screen and (max-width:960px) {
        .top-bar-center, .nav-bar-center {
            width: 768px;
        }

        .footer-box {
            width: auto;
        }

        .promo-box {
            width: 100%;
        }

        .footer-left-box, .social-out-box, .info-promo, .promo-box {
            margin: 0px;
        }

        .promo-box {
            /*height: 70px;*/
        }

        .social-box {
            width: 50%;
        }
        /*.pp_navigation li a {
        font-size: 1.7vw;
    }*/
        .logo {
            padding-top: 10px;
        }

        .pp_header-right {
            width: 80%;
        }
    }

    .appStore {
        position: relative;
    }

    .apple {
        position: absolute;
        width: 110px;
        height: 36px;
        bottom: 50px;
        left: 341px;
    }

    .android {
        position: absolute;
        width: 110px;
        height: 36px;
        bottom: 50px;
        right: 28px;
    }


    @media (min-width: 1680px) {
        .descrip, .promo-code {
            /*  width: 32%; */
        }

        .promo-code {
            font-size: 60pt;
        }
    }

    @media (min-width: 1400px) and (max-width: 1680px) {
        .descrip, .promo-code {
            /*width: 28%;*/
        }

        .descrip {
            /*  top: 27%;
        font-size: 1.5em;
        font-size: 3.5em;*/
            margin-right: 65px;
        }

        .promo-code {
            /*  top: 49%;
        font-size: 2.6em;
        font-weight: bold;
        margin-right: 230px; */
        }

        .promo-button {
            /*  width: 15%;*/
            font-size: 2.0em;
            margin-right: 100px;
        }

        .slide-page-pg {
            /*margin-right: 260px; */
        }
    }

    @media (min-width: 1200px) and (max-width: 1400px) {
        .descrip, .promo-code {
            font-size: 1.6em;
        }

        .descrip {
            /*    top: 27%;
        font-size: 1.5em; */
            margin-right: 54px;
        }

        .promo-code {
            /*   top: 49%;
        font-size: 2.4em;
        font-weight: bold; */
        }

        .promo-button {
            /*  width: 15%;*/
            margin-right: 80px;
        }

        .slide-page-pg {
            /*  margin-right: 240px; */
        }
    }




    @media (min-width:960px) and (max-width:1024px) {
        .pd-containder {
            width: 940px;
        }

        .product-box, .promo-product {
            width: 880px;
        }

        .pd-img, .pd-img img, .col-w-pro img {
            width: 275px;
        }

            .pd-img img, .promo-row-box, .col-w-app img, .col-w-pro img {
                height: 275px;
            }

        .descrip .promo-code {
            right: 50%;
            width: 30%;
            line-height: 1.4em;
        }

        .descrip {
            top: 27%;
            /*font-size: 2.0em;*/
            margin-right: 230px;
        }

        .promo-code {
            top: 49%;
            /*font-size: 2.8em;*/
            font-weight: bold;
            margin-right: 230px;
        }

        .promo-button {
            top: 61.5%;
            right: 50%;
            width: 17%;
            line-height: 2.3em;
            border: solid 2px;
            font-size: 1.7em;
            border-color: #cf207e;
            margin-right: 340px;
        }

        .bf_steps strong {
            width: 39px;
        }

        .bf_steps span {
            width: 200px;
        }
    }

    @media (min-width: 768px) and ( max-width: 960px) {
        .top-bar-center {
            width: 748px;
        }

        .pd-containder {
            width: 748px;
        }

        .print-cart {
            font-size: 0.9em;
        }

        .pp_navigation li {
            font-size: 1.0em;
        }

        .bf_steps strong {
            width: 39px;
        }

        .bf_steps span {
            width: 200px;
        }
    }

    /*--------------------------------------------------------------------*/
    @media screen and (min-width: 2200px) {
        .pp_navigation li a {
            font-size: 25px;
        }
    }

    @media screen and (min-width: 1680px) and (max-width: 1920px) {
        /*.pp_navigation li a {
        padding: 0px 10px;
        font-size: 1.25vw;
    }*/
    }

    @media screen and (min-width: 1400px) and (max-width:1680px) {
        .promo-button-left {
            margin-left: 13%;
        }
        /*.pp_navigation li a {
        padding: 0px 10px;
        font-size: 1.25vw;
    }*/
    }

    @media screen and (min-width: 768px) and (max-width: 1400px) {
        /*.descrip-left   { margin-left: 70px;}*/
        .promo-button-left {
            margin-left: 13%;
        }

        .slide-page-pg {
            margin-right: 11%;
        }

        .cd-dot {
            width: 8px;
            height: 8px;
        }
        /*.pp_navigation li a {
        padding: 0px 3px;
        font-size: 1.2vw;
    }*/
        .pp_navigation li {
            margin-left: 5px;
        }
    }

    @media screen and (max-width: 1200px) {
        .top-bar-center, .nav-bar-center, .footer-box {
            width: 1024px;
        }

        .promo-box {
            width: 1027px;
        }

        .pd-containder {
            width: 1100px;
        }


        .pd-img {
            padding: 0px;
            margin: 0px 20px;
        }


            .pd-img, .pd-img img, .col-w-pro img {
                width: 505px;
            }

        .customer-star img {
            /*.customer-star{*/
            height: 20px;
            width: 100px;
            /*  background-image:url('../img/Themes/bestSeller/stars_small.gif');*/
        }

        .promo-row-box {
            /*height: 1030px;*/
            width: 100%;
            text-align: center;
        }

        .col-w-half {
            margin-bottom: 20px;
        }

        .promo-button-left {
            margin-left: 14%;
        }
        /* .promo-button-right{ margin-left:14%; } */
        .slide-page-pg {
            margin-left: 23.5%;
        }

        .footer-left-box {
            width: 100%;
        }

        .footer-left-box, .social-out-box, .info-promo, .promo-box {
            margin-left: 0px;
        }

        .print-basket a, .print-cart li a {
            font-size: 1.4em;
        }

        .pp_header-right {
            width: 88%;
        }
    }

    @media screen and (max-width: 1024px) {
        .top-bar-center, .nav-bar-center, .footer-box {
            width: 960px;
        }

        .promo-box {
            width: 962px;
        }

        .slide-page-pg {
            margin-left: 21.5%;
        }

        .select-country {
            width: 70px;
        }
        /*.pp_navigation li {
        margin-right: 5px;
    }*/
        /*.pp_navigation li a {
        font-size: 1.6vw;
    }*/

        .footer-right-box {
            display: none;
        }

        .logo {
            padding-top: 5px;
        }

        .promo-product {
            width: 100%;
        }

        .col-w-half {
            margin-bottom: 10px;
        }
    }

    @media screen and (max-width: 960px) {
        .top-bar-center, .nav-bar-center {
            width: 768px;
        }

        .footer-box {
            width: auto;
        }

        .promo-box {
            width: 770px;
        }

        .footer-left-box, .social-out-box, .info-promo, .promo-box {
            margin: 0px;
        }

        .social-out-box {
            border: 0;
            background: #dedede;
        }

        .promo-box {
            /*height: 70px;*/
        }

        .social-box {
            width: 50%;
        }
        /*.pp_navigation li a {
        font-size: 1.7vw;
    }*/
        .logo {
            padding-top: 10px;
        }

        .pp_header-right {
            width: 80%;
        }
    }

    .appStore {
        position: relative;
    }

    .apple {
        position: absolute;
        width: 110px;
        height: 36px;
        bottom: 50px;
        left: 341px;
    }

    .android {
        position: absolute;
        width: 110px;
        height: 36px;
        bottom: 50px;
        right: 28px;
    }


    @media screen and (min-width: 1680px) {
        .descrip, .promo-code {
            /*  width: 32%; */
        }

        .promo-code {
            font-size: 32pt;
        }
    }

    @media screen and (min-width: 1400px) and (max-width: 1680px) {
        .descrip, .promo-code {
            /*width: 28%;*/
        }

        .descrip {
            /*  top: 27%;
        font-size: 1.5em;
        font-size: 3.5em;*/
            margin-right: 65px;
        }

        .promo-code {
            /*  top: 49%;
        font-size: 2.6em;
        font-weight: bold;
        margin-right: 230px; */
        }

        .promo-button {
            /*  width: 15%;*/
            font-size: 2.0em;
            margin-right: 100px;
        }

        .slide-page-pg {
            /*margin-right: 260px; */
        }
    }

    @media screen and (min-width: 1200px) and (max-width: 1400px) {
        .descrip, .promo-code {
            font-size: 2em;
        }

        .descrip {
            /*    top: 27%;
        font-size: 1.5em; */
            margin-right: 54px;
        }

        .promo-code {
            /*   top: 49%;
        font-size: 2.4em;
        font-weight: bold; */
        }

        .promo-button {
            /*  width: 15%;*/
            margin-right: 80px;
        }

        .slide-page-pg {
            /*  margin-right: 240px; */
        }
    }




    @media screen and (min-width:960px )and ( max-width: 1024px) {

        .pp_box {
            width: 955px;
            margin: 0 auto;
        }

        .pd-containder {
            width: 940px;
        }

        .pd-img, .pd-img img, .col-w-pro img {
            width: 275px;
        }

            .pd-img img, .promo-row-box, .col-w-app img, .col-w-pro img {
                height: 275px;
            }

        .descrip .promo-code {
            right: 50%;
            width: 30%;
            line-height: 1.4em;
        }

        .product-box, .promo-product {
            width: 880px;
        }

        .descrip {
            top: 27%;
            /*font-size: 2.0em;*/
            margin-right: 230px;
        }

        .promo-code {
            top: 49%;
            /*font-size: 2.8em;*/
            font-weight: bold;
            margin-right: 230px;
        }

        .promo-button {
            top: 61.5%;
            right: 50%;
            width: 17%;
            line-height: 2.3em;
            border: solid 2px;
            font-size: 1.7em;
            border-color: #cf207e;
            margin-right: 340px;
        }
    }

    @media screen and (min-width: 768px) and ( max-width: 960px) {
        .pp_box {
            width: 100%;
            margin: 0 auto;
        }

        .top-bar-center {
            width: 748px;
        }

        .pd-containder {
            width: 748px;
        }

        .print-cart {
            font-size: 0.9em;
        }

        .pp_navigation li {
            font-size: 1.0em;
        }
    }

    /**********************************************************/

    @media screen and (max-width: 1200px) {
        /* added */

        .promo-code {
            white-space: nowrap;
            font-size: 1.5em;
        }

        .descrip {
            white-space: nowrap;
            font-size: 1.65em;
        }

        .promo-button-sm {
            font-size: 1.5em;
        }

        /* added */
    }



    @media screen and (max-width: 768px) {
        .pp_box {
            width: 100%;
            margin: 0 auto;
        }

        .descrip {
            font-size: 2.4vw;
        }

        .top-bar-center, .nav-bar-center, .footer-box {
            width: 100%;
        }
    }

    @media screen and (max-width: 620px) {
        .pp_box {
            width: 100%;
            margin: 0 auto;
        }

        .col-w-half {
            width: 100%;
            margin: 5px auto;
        }

        .footer-menu li {
            font-size: 14px;
        }

        .footer-catagory ul {
            font-size: 12px;
        }

        .social-box {
            width: 75%
        }

        .promo-box, .flag-box {
            width: 100%;
            height: 50px;
        }
    }

    @media screen and (max-width:512px) {
        .pp_box {
            width: 100%;
            margin: 0 auto;
        }

        .descrip {
            font-size: 2.2vw;
        }

        .footer-menu li {
            font-size: 13px;
        }

        .footer-catagory ul {
            font-size: 11px;
        }

        .social-box {
            width: 81%
        }

        .promo-box, .flag-box {
            width: 100%;
            height: 30px;
        }
    }



    @-moz-document url-prefix() {
        .banner-slide img {
            width: 100%;
        }
    }




    #img-container li > a .loading-img {
        max-width: 16px;
    }

    .main-manu-box {
        position: relative;
        padding: 1em 0 1em 0;
    }

        .main-manu-box .nav-bar-center {
            position: relative;
        }

            .main-manu-box .nav-bar-center .logo-box {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

            .main-manu-box .nav-bar-center .pp_header-right {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                right: 0;
                z-index: 9999999;
            }


    /*#region New Product Upgrade */
    .clearfix:after /* force a container to fit around floated items */ {
        content: "\0020";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }


    *:first-child + html .clearfix /* IE7 */ {
        zoom: 1;
    }


    #page {
        z-index: 1;
        width: 1379px;
        min-height: 600px;
        background-image: none;
        border-style: none;
        border-color: #000000;
        background-color: transparent;
        padding-bottom: 1px;
        margin-left: auto;
        margin-right: auto;
    }


        #page .verticalspacer {
            clear: both;
        }

    .vertical-scroll {
        overflow-y: scroll;
    }

    .fit-right-postion {
        width: 700px;
        height: 570px;
        margin-left: 700px;
    }

    .disable-horizon-scroll {
        overflow-x: hidden;
    }

    .float-left {
        float: left;
    }

    .option-box {
        width: 660px;
        border-style: none;
        border-color: transparent;
        background-color: transparent;
        padding-bottom: 1px;
        margin-bottom: 22px;
        position: relative;
    }

    .grpelem /* a child element of a group */ {
        display: inline;
        float: left;
    }

    .circle {
        width: 53px;
        height: 53px;
        border-radius: 50px;
        font-size: 24px;
        color: #000;
        line-height: 53px;
        text-align: center;
        background: #EBEBEB;
    }

    .product-name, .nowPrice {
        font-size: 24px;
        line-height: 29px;
    }

    .normal-text {
        font-size: 12px;
        line-height: 14px;
    }

    .price-box {
        float: left;
        z-index: 177;
        width: 319px;
        min-height: 71px;
        background-color: transparent;
        margin-top: 24px;
        margin-left: 30px;
    }

    .wasPrice {
        font-size: 18px;
        line-height: 22px;
    }

    .savePrice {
        font-size: 18px;
        line-height: 22px;
        color: #E21E79;
    }


    .add-btn {
        float: left;
        z-index: 167;
        width: 318px;
        background-color: #E21E79;
        padding-bottom: 25px;
        position: relative;
        margin-top: 23px;
    }

        .add-btn:hover {
            background-color: #D4145A;
            width: 318px;
            min-height: 0px;
            margin: 23px -10000px 0px 0px;
        }

    .btn-text {
        z-index: 185;
        width: 318px;
        min-height: 20px;
        background-color: transparent;
        color: #FFFFFF;
        line-height: 22px;
        text-align: center;
        font-size: 18px;
        position: relative;
        margin-right: -10000px;
        margin-top: 26px;
    }

    .upgrade-product-element-wrapper {
        border: 1px solid #cecece;
        width: 100%;
        padding: 10px;
        border-radius: 9px;
        cursor: pointer;
        font-size: 15px;
    }


    /*#endregion  New Product Upgrade */




    /*#region New Product page */
    .title-step {
        color: black;
        margin-left: 30px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-transform: uppercase;
    }

        .title-step .italic {
            color: #a4a4a4;
            font-style: italic;
            padding-right: 20px;
            text-transform: uppercase;
        }


    .customize h2 {
        color: black;
    }

    .style-select {
        border: 2px solid #d0d0d0;
        float: right;
        min-height: 22px;
        width: 230px;
    }

    .colour-radio-label {
        font-weight: inherit;
        margin-right: 6px;
        margin-bottom: 0px;
        cursor: pointer;
        user-select: none;
    }

        .colour-radio-label input[type="radio"] {
            position: relative;
            top: 1px;
            left: 1px;
        }

    .pp_sidebar-options .pp_select-box {
        background-color: transparent;
        box-shadow: none;
        border-top: 2px solid #eee;
    }

    .pp_sidebar-options .pp_heading h3 {
        font-size: 22px;
        font-weight: bold;
    }

    .pp_sidebar-options .pp_heading {
        margin-left: 0;
        margin-right: 0;
    }

    .pp_sidebar-options .pp_txtb p {
        line-height: 1.25em;
        padding-left: 0;
        padding-right: 0;
    }

    .pp_sidebar-options .pp_select-box {
        border: none;
        height: auto;
        margin-left: 0;
        padding-left: 0;
    }


        .pp_sidebar-options .pp_select-box label {
            font-size: 15px;
        }

    .pp_sidebar-options .pp_heading {
        padding-bottom: 5px;
        margin: 7px 0;
        border-bottom: 2px solid #ececec;
    }

    .pp_sidebar-options .pp_select-box .pp_row {
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }
    /*#endregion  New Product page */

    .deal-with-mystery-banner-container {
        padding-top: 1em;
        text-align: center;
        padding-left: 10px;
    }


    .img_disabled {
        opacity: 0.2;
        pointer-events: none;
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
    }

    #slider-source img {
        max-width: 100vw;
        max-width: 100% !important;
    }

    #home_page_countdown {
        overflow: hidden;
    }


    .best-seller-wrapper {
        cursor: hand;
        cursor: pointer;
    }

        .best-seller-wrapper .pr-snippet-link {
            display: none;
        }

    #review_display_partial {
        overflow: hidden;
    }


    /* New product details page changes - need to remove old code once this goes live */
    .pp_heading {
        position: relative;
    }

        .pp_heading h1 {
            font-size: 30px;
        }

        .pp_heading .add_to_favourite {
            position: absolute;
            top: 5px;
            right: 10px;
        }

            .pp_heading .add_to_favourite span {
                font-size: 25px;
                color: #909090;
            }

            .pp_heading .add_to_favourite .fa-star {
                color: #fada05;
            }

    /* Owl Carousel common styling */
    .owl-theme .owl-controls {
        margin-top: 5px !important;
    }

        .owl-theme .owl-controls .owl-page span {
            margin: 3px !important;
            width: 9px !important;
            height: 9px !important;
            background: #c2c2c2 !important;
        }

        .owl-theme .owl-controls .owl-page.active span {
            background: #cf207e !important;
        }

    .fancybox-image {
        width: auto !important;
        height: auto !important;
    }



    .descrip.descrip-left {
        color: #414141;
    }

    .promo-button-sm.promo-button-sm-left {
        color: #414141;
        border-color: #cf207e;
    }

    .lg_container, .lg_logo_header {
        clear: both;
    }

    /*contral via admins webcontent, __Header_Recommended_Delivery_Date__*/
    /*.header-anchor {
    float: right !important;
color: #00aa00 !important; display: none;    
}*/

    .home-page-middle-banner {
        text-align: center;
    }

    .list-holder.designer-artwork-elements .category-page-group-title {
        white-space: initial;
        height: 2em;
        max-height: 2em;
        overflow: hidden;
    }

    #register_link {
        padding: 5px 0;
    }



    /* Default Content Layout */
    .content_wrapper {
        padding: 20px 0;
        overflow: hidden;
    }

    /* Landingpage Design */
    .lp_full_container {
        width: 100%;
        font-family: 'helveticaneue-medium';
    }

        .lp_full_container .lp_light_grey_bg {
            background: #f1f1f1;
        }

    .lp_content_wrapper {
        clear: both;
        overflow: hidden;
    }

    .lp_full_container p {
        font-family: 'helveticaneue-thin';
        font-size: 22px;
        line-height: 33px;
        padding: 0 0 20px 0;
    }

    .lp_full_container em {
        font-style: italic;
    }

    .lp_full_container strong {
        font-weight: bold;
    }

    .lp_full_container body {
        font-family: Arial,Helvetica;
        color: #383838;
    }

    .lp_full_container img {
        width: 100%;
        max-width: 100%;
    }

    .lp_full_container h1 {
        font-family: 'helveticaneue-thin';
        font-weight: bold;
        font-size: 60px;
        padding: 50px 0 20px 0;
        color: #000000;
    }

    .lp_full_container h2 {
        font-family: 'helveticaneue-thin';
        font-weight: normal;
        font-size: 40px;
        padding: 40px 0 50px 0;
        color: #000000;
    }

    .lp_full_container h3 {
        font-family: 'helveticaneue-thin';
        font-weight: bold;
        font-size: 25px;
        padding: 0;
        color: #000000;
    }

    .lp_full_container h4 {
        font-family: 'helveticaneue-thin';
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 10px;
        color: #000000;
    }

    .lp_full_container h5 {
        font-family: 'helveticaneue-thin';
        font-weight: bold;
        font-size: 15px;
        padding-top: 10px;
        color: #000000;
    }

    .lp_full_container h6 {
        font-family: 'helveticaneue-thin';
        font-weight: bold;
        font-size: 15px;
        padding: 20px 0;
        color: #000000;
    }

    .lp_full_container .lp_half_content {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lp_full_container .lp_one_third {
        width: 33%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lp_full_container .lp_one_fourth {
        width: 25%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lp_full_container .lp_one_fifth {
        width: 20%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lp_full_container .lp_padding_twenty {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .lp_full_container .lp_indent_right {
        padding-right: 20%;
    }

    .lp_full_container .lp_indent_left {
        padding-left: 20%;
    }

    .lp_button_wrapper .lg_largeButton {
        width: auto;
        font-weight: normal;
        padding: 20px 19px;
    }

        .lp_button_wrapper .lg_largeButton span {
            margin-left: 10px;
            float: right;
        }

    .lp_button_wrapper.lp_center {
    }

    /* Header */
    .lp_header h2 {
        padding: 10px 0;
    }

    .lp_header img {
        max-width: 1500px !important;
    }

    .lp_header .lp_clue {
        display: inline-block;
    }

    .lp_header .lp_round_arrow {
        width: 40px;
        display: block;
        float: right;
        margin-top: -20px;
        margin-left: 10px;
    }



    /* Defaults */
    .lp_full_container .lp_left {
        float: left;
    }

    .lp_full_container .lp_right {
        float: right;
    }

    .lp_full_container .lp_center {
        margin: 0 auto;
        text-align: center;
    }

    .lp_full_container .lp_center_text {
        text-align: center;
    }

    .lp_full_container .lp_left_text {
        text-align: left;
    }

    .lp_full_container .lp_left_right {
        text-align: right;
    }

    .lp_full_container .lp_clear {
        clear: both;
        float: none;
    }

    .lp_full_container .lp_paddtop_twenty {
        padding-top: 20px;
    }

    .lp_full_container .lp_paddbottom_twenty {
        padding-bottom: 20px;
    }

    .lp_full_container .lp_box {
        width: 1200px;
        margin: 0 auto;
    }

    /* Line Spacer */
    .lp_line_spacer {
        border-bottom: 1px #D6D6D6 solid;
    }

    /* Steps */
    .lp_steps {
        overflow: hidden;
        padding-bottom: 50px;
    }

        .lp_steps ul {
            margin-top: 20px;
            overflow: hidden;
        }

        .lp_steps li {
            float: left;
            padding: 0 40px;
            width: 25%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .lp_steps li span {
                background: #000;
                font-size: 20px;
                padding: 10px;
                line-height: 30px;
                width: 30px;
                height: 30px;
                display: block;
                color: #FFF;
                margin: 0 auto;
                text-align: center;
            }

            .lp_steps li h3 {
                font-size: 22px;
                padding: 10px 20px;
                font-weight: normal;
                line-height: 30px;
            }

            .lp_steps li:after {
                position: absolute;
                top: 50px;
                color: #000;
                font-size: 30px;
                right: -20px;
                content: "\f061";
                font-family: "FontAwesome";
            }

            .lp_steps li.lastElement:after {
                display: none;
            }

    /* Content Style */
    .lp_content_wrapper li {
        font-family: 'helveticaneue-thin';
        font-size: 22px;
        line-height: 33px;
        padding: 0 0 10px 32px;
        position: relative;
    }

        .lp_content_wrapper li:before {
            font-family: 'icomoon';
            font-size: 20px;
            color: #000;
            content: "\ea10";
            margin-right: 20px;
            position: absolute;
            left: 0;
        }

    .lp_image_box {
        overflow: hidden;
    }

        .lp_image_box.lp_right img {
            float: left;
        }

        .lp_image_box.lp_left img {
            float: right;
        }


    /* Reviews */
    .lp_reviews_container {
        background: #f7f7f7;
    }

        .lp_reviews_container .lp_quote {
            background: #FFF;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .lp_reviews_container .lp_quote h3 {
                font-style: italic;
                font-weight: normal;
                padding: 10px 20px;
            }

            .lp_reviews_container .lp_quote p {
                padding: 10px 20px;
                font-size: 16px;
                line-height: 24px;
            }

        .lp_reviews_container p.lp_center_text {
            font-size: 17px;
            padding: 30px 0;
            clear: both;
        }

    .lp_grey_bg {
        background: #666666;
    }

        .lp_grey_bg h4 {
            color: #FFF;
            font-size: 30px;
            padding: 20px;
            line-height: 50px;
        }


    /* Default button styles - Copied from checkout page - clean once all CSS files are merged / Ali K. 27-07-2016 */
    .ch_left {
        float: left;
    }

    .ch_right {
        float: right;
    }

    .ch_centerBox {
        margin: 0 auto;
    }

    .ch_textCenter {
        text-align: center;
    }

    .ch_textLeft {
        text-align: left;
    }

    .ch_textRight {
        text-align: right;
    }

    .ch_overHidden {
        overflow: hidden;
    }

    .ch_clear {
        clear: both;
        float: none;
    }

    .ch_clear_left {
        clear: left;
    }

    .ch_font_bold {
        font-weight: bold;
    }

.ch_roundedCorner {
    margin-left: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .ch_roundedCorner_left {
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
    }

    .ch_roundedCorner_right {
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }

    .ch_roundCircle {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }

    .ch_roundedCornerText {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }

    .lg_roundedCorner {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .ch_largeButton {
        display: inline-block;
        padding: 14px 19px;
        font-weight: bold;
        font-size: 15px;
        cursor: hand;
        cursor: pointer;
    }

        .ch_largeButton span {
            display: inline-block;
            font-size: 13px;
            color: #fff;
            margin: 0 5px;
        }

    .ch_mediumButton {
        display: inline-block;
        padding: 8px 15px;
        font-weight: bold;
        font-size: 13px;
        line-height: 17px;
        cursor: hand;
        cursor: pointer;
    }

    .ch_smallButton {
        display: inline-block;
        padding: 6px 15px;
        font-weight: normal;
        line-height: 15px;
        font-size: 12px;
        cursor: hand;
        cursor: pointer;
    }

    a.ch_smallButton {
        padding: 7px 15px;
    }

    .ch_giftButton {
        line-height: 22px;
    }

        .ch_giftButton span {
            font-size: 17px !important;
            padding: 0 5px 0 0 !important;
            display: inline-block;
        }

    .ch_uppercase {
        text-transform: uppercase;
    }

    .ch_noMargin {
        margin: 0;
    }

    .ch_noPadding {
        padding: 0;
    }

    .ch_marRightTwenty {
        margin-right: 20px;
    }

    .ch_marLeftTwenty {
        margin-left: 20px;
    }

    .ch_marLeftTen {
        margin-left: 10px;
    }

    .ch_marTopTwenty {
        margin-top: 20px;
    }

    .ch_marginTenHorz {
        margin: 0 10px;
    }


    .ch_paddingTen {
        padding: 10px;
    }

    .ch_paddingFifteen {
        padding: 15px;
    }

    .ch_paddingTopTwenty {
        padding-top: 20px;
    }

    .ch_paddingTopFourty {
        padding-top: 40px;
    }

    .ch_paddingBottomTwenty {
        padding-bottom: 20px;
    }

    .ch_paddingBottomFourty {
        padding-bottom: 40px;
    }

    .ch_paddingLeftTwenty {
        padding-left: 20px;
    }

    .ch_paddingLeftFourty {
        padding-left: 40px;
    }

    .ch_paddingLeftSixty {
        padding-right: 60px;
    }

    .ch_paddingRightTwenty {
        padding-right: 20px;
    }

    .ch_paddingRightFourty {
        padding-right: 40px;
    }

    .ch_paddingRightSixty {
        padding-right: 60px;
    }

    .ch_shadow {
        -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.6);
        -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.6);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.6);
    }

    .ch_italic {
        font-style: italic;
    }

    .ch_borderBottomGrey {
        border-bottom: 1px #ececec solid;
        overflow: hidden;
    }


    .ch_buttonHeader {
        padding: 5px 0;
        margin-top: 5px;
        overflow: hidden;
    }

    .ch_giftWrapper {
        display: inline-block;
        padding: 8px 12px;
        border: 3px #cd2a83 solid;
        color: #cd2a83;
        font-size: 17px;
        line-height: 21px;
    }

        .ch_giftWrapper span {
            color: #cd2a83;
            font-size: 21px;
            padding: 0 5px;
        }

    .ch_smallerWrapper {
        padding: 10px;
        border: none;
        padding: 10px 0;
        font-size: 14px;
    }

    .ch_purple {
        border: none;
        background: #cf207e;
        color: #FFF;
    }

        .ch_purple:hover {
            background: #cd2a83;
            color: #FFF;
        }

    .ch_grey {
        border: none;
        background: #eeeff2;
        border: 1px #b2b2b3 solid;
        color: #6b6b6c;
    }

        .ch_grey:hover {
            background: #e6e8eb;
            color: #6b6b6c;
        }

    .ch_purpleGradient {
        border: 1px #cd2a83 solid;
        background: #fb58b2; /* Old browsers */
        background: -moz-linear-gradient(top, #fb58b2 0%, #ea0280 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb58b2), color-stop(100%,#ea0280)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fb58b2 0%,#ea0280 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fb58b2 0%,#ea0280 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fb58b2 0%,#ea0280 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fb58b2 0%,#ea0280 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb58b2', endColorstr='#ea0280',GradientType=0 ); /* IE6-9 */
        color: #FFF;
    }

        .ch_purpleGradient:hover {
            background: #cd2a83;
            color: #FFF;
        }

    .ch_greenGradient {
        border: 1px #1a8c00 solid;
        background: #fb58b2; /* Old browsers */
        background: -moz-linear-gradient(top, #30c40d 0%, #1fa500 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#30c40d), color-stop(100%,#1fa500)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #30c40d 0%,#1fa500 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #30c40d 0%,#1fa500 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #30c40d 0%,#1fa500 100%); /* IE10+ */
        background: linear-gradient(to bottom, #30c40d 0%,#1fa500 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c40d', endColorstr='#1fa500',GradientType=0 ); /* IE6-9 */
        color: #FFF;
    }

        .ch_greenGradient:hover {
            background: #1fa500;
            color: #FFF;
        }

    .ch_blueGradient {
        border: 1px #00519e solid;
        background: #00519e; /* Old browsers */
        background: -moz-linear-gradient(top, #0078bb 0%, #00519e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078bb), color-stop(100%,#00519e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #0078bb 0%,#00519e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #0078bb 0%,#00519e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #0078bb 0%,#00519e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #0078bb 0%,#00519e 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078bb', endColorstr='#00519e',GradientType=0 ); /* IE6-9 */
        color: #FFF;
    }

        .ch_blueGradient:hover {
            background: #0b82ce;
            color: #FFF;
        }

    .ch_orangeGradient {
        border: 1px #eedd9e solid;
        background: #e1bf4b; /* Old browsers */
        background: -moz-linear-gradient(top, #eedc9e 0%, #e1bf4b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eedc9e), color-stop(100%,#e1bf4b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eedc9e 0%,#e1bf4b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eedc9e 0%,#e1bf4b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eedc9e 0%,#e1bf4b 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eedc9e 0%,#e1bf4b 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eedc9e', endColorstr='#e1bf4b',GradientType=0 ); /* IE6-9 */
        color: #000;
    }

        .ch_orangeGradient:hover {
            background: #e1bf4b;
            color: #000;
        }

        .ch_orangeGradient span {
            color: #000;
        }

    .ch_greyGradient {
        display: inline-block;
        border: 1px #e3e3e3 solid;
        color: #727272;
        background: #f9f9f9; /* Old browsers */
        background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f9f9f9 0%,#ededed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f9f9f9 0%,#ededed 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f9f9f9 0%,#ededed 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    }

        .ch_greyGradient:hover {
            background: #e3e3e3;
            color: #727272;
        }

        .ch_greyGradient span {
            color: #727272;
        }


    .ch_whiteButton {
        display: inline-block;
        border: 1px #e3e3e3 solid;
        color: #727272;
        background: #fff;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.14),0 2px 1px -1px rgba(0,0,0,0.12);
    }

        .ch_whiteButton img {
            width: 95px;
        }

        .ch_whiteButton:hover {
            border: 1px #c8c8c8 solid;
        }

    .lg_largeButton {
        border: none;
        padding: 15px 25px;
        font-size: 16px;
        color: #FFF;
        display: inline-block;
        clear: both;
        background: #da0a7b;
        text-transform: uppercase;
        text-align: center;
        width: 80%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0 30px 0;
    }

    .lg_largeButton_green {
        border: none;
        padding: 15px 25px;
        font-size: 16px;
        color: #FFF;
        display: inline-block;
        clear: both;
        background: #00c002;
        text-transform: uppercase;
        text-align: center;
        width: 80%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0 30px 0;
        cursor: hand;
        cursor: pointer;
    }

    .lg_gifting_button {
        position: relative;
        top: -2px;
        border: 1px #bcbcbc solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px 25px 15px 25px;
        font-size: 15px;
        color: #6e6e6e;
        display: inline-block;
        clear: both;
        background: #fff;
        text-transform: uppercase;
        text-align: center;
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        cursor: hand;
        cursor: pointer;
    }

        .lg_gifting_button:hover {
            background: #ededed;
        }

        .lg_gifting_button span {
            color: #00c002 !important;
            position: static !important;
            margin-left: -8px !important;
            font-size: 20px !important;
            float: left;
            padding: 0 9px 0 0 !important;
        }

    .lg_gifting_button_green {
        position: relative;
        top: -3px;
        border: 1px #00c002 solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 25px 12px 25px;
        font-size: 15px;
        color: #fff;
        display: inline-block;
        clear: both;
        background: #00c002;
        text-transform: uppercase;
        text-align: center;
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        cursor: hand;
        cursor: pointer;
    }

        .lg_gifting_button_green:hover {
            background: #009302 !important;
            color: #FFF !important;
        }

        .lg_gifting_button_green span {
            color: #fff !important;
            position: static !important;
            margin-left: -8px !important;
            font-size: 20px !important;
            float: left;
            padding: 0 9px 0 0 !important;
        }

    @media (min-width: 480px) {
        .gifting_button_container > input[type="submit"],
        .gifting_button_container > a {
            max-width: 45%;
            display: inline-block;
        }
    }

    .lg_mediumButton {
        border: none;
        padding: 10px 20px;
        font-size: 15px;
        color: #FFF;
        display: inline-block;
        background: #da0a7b;
        text-transform: uppercase;
        text-align: center;
        width: 40%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 7px 5px 7px 0;
    }

        .lg_mediumButton:hover {
            color: #da0a7b;
            display: inline-block;
            font-size: 14px;
        }

    .lg_smallButton {
        display: inline-block;
        padding: 6px 15px;
        font-weight: normal;
        font-size: 12px;
        cursor: hand;
        cursor: pointer;
    }

    .lg_largeButton:hover {
        background: #c6076f;
        color: #FFF;
    }

    .lg_largeButton_green:hover {
        background: #009602;
        color: #FFF;
    }

    .lg_roundedCircle {
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

    /* Floating Add to cart bar */
    .floatingBar {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10 !important;
        text-align: center;
        left: 0;
        padding: 5px;
        bottom: -3px;
        position: fixed;
        bottom: 0;
        background: rgba(255,255,255,0.9);
        -webkit-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.30);
        -moz-box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.30);
        box-shadow: 0px -5px 6px 0px rgba(0,0,0,0.30);
    }

        .floatingBar .lg_largeButton {
            margin: 0;
            width: 50%;
            padding: 0;
            float: right;
            margin-right: 50px;
            font-size: 14px;
            line-height: 38px;
            overflow: hidden;
        }

            .floatingBar .lg_largeButton span {
                font-size: 13px;
                margin-left: 5px;
            }

            .floatingBar .lg_largeButton:hover, .buttonWrapper .lg_largeButton:hover {
                color: #FFF;
            }

        .floatingBar .price {
            float: left;
            font-size: 13px;
        }

        .floatingBar .lg_largeButton span {
            font-size: 13px;
        }

        .floatingBar .price_wrapper {
            background: #b90064;
            float: left;
            padding: 0 15px;
            font-size: 13px;
            display: block;
        }

    .close_menu_box {
        color: #909090;
        font-size: 22px !important;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .price_box {
        position: absolute;
        left: 15px;
        font-size: 22px;
        line-height: 40px;
    }

        .price_box .normal_price {
            color: #ce207e;
            font-size: 22px;
            font-weight: bold;
        }

        .price_box samp {
            text-decoration: line-through;
            font-size: 16px;
            color: #787878;
            float: left;
            margin-right: 10px;
        }

    #product-options {
        padding: 20px 20px 0 20px !important;
        -webkit-box-shadow: 0px -5px 12px 0px rgba(0,0,0,0.27);
        -moz-box-shadow: 0px -5px 12px 0px rgba(0,0,0,0.27);
        box-shadow: 0px -5px 12px 0px rgba(0,0,0,0.27);
    }

        #product-options .mm-panels > .mm-panel.mm-hasnavbar {
            padding-top: 0 !important;
        }

        #product-options .buttonWrapper {
            width: 100%;
            overflow: hidden;
            text-align: center;
            height: 50px;
            margin: 0 auto;
            margin-top: 10px;
        }

            #product-options .buttonWrapper a {
                width: 56% !important;
                float: right;
                font-size: 13px;
                display: block;
                margin: 0;
                position: static !important;
            }

                #product-options .buttonWrapper a.hidden {
                    display: none;
                }

                #product-options .buttonWrapper a .fa {
                    float: right;
                }

        #product-options .dropdownWrapper {
            clear: both;
            float: none;
            overflow: hidden;
        }

        #product-options .price_wrapper {
            float: left;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            margin-top: 20px;
        }

        #product-options .pp_row {
            padding: 6px 0;
            overflow: hidden;
        }

        #product-options .style-select {
            border: 1px solid #d0d0d0 !important;
            width: 100% !important;
            margin-bottom: 3px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
            -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
            box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
        }

            #product-options .style-select select.select {
                height: 35px !important;
                line-height: 35px !important;
            }

            #product-options .style-select span.select {
                background: #fff !important;
                padding: 5px;
                height: 35px !important;
                line-height: 25px !important;
            }

            #product-options .style-select .select:after {
                position: absolute;
                font-size: 18px;
                color: #666;
                content: "\f107";
                font-family: 'FontAwesome';
                right: 8px;
                top: 6px;
                z-index: 5;
            }

        #product-options h3 {
            font-size: 22px;
        }

    #mm-blocker {
        background: rgba(3,2,1,0.5) !important;
    }

    #product-options .mm-panels > .mm-panel::after {
        height: 0 !important;
    }


    /* product tabs */
    .Product_tabsBox {
        width: 100%;
        margin-top: 10px;
    }

        .Product_tabsBox .tabHeading {
            overflow: hidden;
        }

            .Product_tabsBox .tabHeading li {
                float: left;
                width: 33.33%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0;
                margin: 0;
                background: #F3F3F3;
                text-align: center;
                border-bottom: 2px #e4e4e4 solid;
            }

                .Product_tabsBox .tabHeading li a {
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 5px 10px;
                    color: #4d4d4d;
                    font-size: 13px;
                    display: block;
                    text-align: center;
                }

                    .Product_tabsBox .tabHeading li a span {
                        margin: 0 auto;
                        font-size: 16px;
                        display: block;
                        text-align: center;
                        padding: 4px 0;
                    }

                .Product_tabsBox .tabHeading li.active {
                    background: #FFF;
                    font-weight: bold;
                    border-bottom: 2px #fff solid;
                    border-right: 1px #d4d4d4 solid;
                    border-left: 1px #d4d4d4 solid;
                    border-top: 1px #d4d4d4 solid;
                }

        .Product_tabsBox .tabContent #marketing_content {
           /* font-size: 13px;*/
            padding: 10px;
            text-align: left;
            line-height: 18px;
        }

            .Product_tabsBox .tabContent #marketing_content div {
                text-align: left !important;
            }

        .Product_tabsBox .addthis_sharing_toolbox {
            margin: 0 10px 20px 10px;
        }

        .Product_tabsBox .scrolling_themes {
            padding: 10px 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .Product_tabsBox .scrolling_themes li {
                padding: 0 20px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .Product_tabsBox .scrolling_themes li img {
                    max-width: 100%;
                    width: 100%;
                }

        .Product_tabsBox .tabContent {
            position: relative;
        }

        .Product_tabsBox .scrolling_themes li p {
            display: block;
            text-align: center;
            padding: 15px 0 15px 0;
            font-size: 18px;
            font-weight: normal;
            text-transform: uppercase;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .Product_tabsBox .theme_arrow {
            z-index: 100;
            background: #c9c9c9;
            display: block;
            width: 25px;
            color: #fff;
            height: 40px;
            line-height: 40px;
            font-size: 20px !important;
            position: absolute;
        }

            .Product_tabsBox .theme_arrow.prev_theme {
                left: 0;
                top: 50%;
                text-align: left;
                padding-left: 5px;
            }

            .Product_tabsBox .theme_arrow.next_theme {
                right: 0;
                top: 50%;
                text-align: right;
                padding-right: 5px;
            }

        .Product_tabsBox h4 {
            font-weight: bold;
            padding: 15px 0px 0px 15px;
        }

        .Product_tabsBox .product_size_listing {
            padding: 0 10px;
            margin-top: 5px;
        }

            .Product_tabsBox .product_size_listing li {
                font-size: 13px;
                line-height: 18px;
                padding: 5px;
                text-align: center;
                display: block;
                float: left;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 33.33%;
            }

                .Product_tabsBox .product_size_listing li span {
                    font-size: 12px;
                    background: #f4f4f4;
                    border: 1px #e4e4e4 solid;
                    display: block;
                    line-height: 16px;
                    padding: 8px 3px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }


    /* Expanding Text Toggle */
    #marketing_content.small {
        max-height: 112px;
        overflow: hidden;
        position: relative;
    }

        #marketing_content.small:after {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+83&0+0,1+83 */
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 83%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 83%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
            height: 30px;
            content: "";
        }

    #marketing_content.big {
        height: auto;
        overflow: visible;
    }

    .viewMoreButton {
        display: block;
        font-size: 13px;
        color: #da0a7b;
        text-decoration: underline;
        padding: 0 0 20px 0;
    }


    /* =================== Add to cart Desktop version =================== */
    .add_to_cart_wrapper {
        position: relative;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #f8f8f8;
        border: 1px #ebebeb solid;
    }

        .add_to_cart_wrapper .lg_largeButton {
            width: auto;
            float: right;
            margin: 15px 0 0 0;
            border: none;
            clear: none;
        }

            .add_to_cart_wrapper .lg_largeButton span {
                float: right;
                margin: 0 0 0 10px;
            }

        .add_to_cart_wrapper .price_box {
            left: 0;
        }

            .add_to_cart_wrapper .price_box .normal_price {
                font-size: 30px;
            }

            .add_to_cart_wrapper .price_box samp {
                line-height: 44px;
                font-size: 23px;
            }


    /* Vendor3 Upload Window */
    .fancybox-overlay {
        background-image: none !important;
    }

        .fancybox-overlay:after {
            content: " ";
            background-color: #000 !important;
            -moz-opacity: 0.80;
            opacity: .80;
            filter: alpha(opacity=80);
            z-index: 8010;
            height: 100%;
            width: 100%;
            position: fixed;
            bottom: 0;
            right: 0;
        }

    /*
    .headerskip { background: none !important; }
    .headerskip div { padding: 16px; font-weight: bold; color: #2a2a2a; text-align: center; font-size: 21px; font-weight: normal; }
    .headerskip .au-upldr-title { display: none; }
    .au-upldr-change-view  { margin-top: 0 !important; }

    .goog-inline-block.au-upldr-file-link-button.goog-link-button { -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;     display: inline-block;
    border: 1px #e3e3e3 solid; color: #727272; background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 ); } */




    /* Product details Accordion */
    .accordion-section-title {
        display: block;
        border-top: 1px #d5d5d5 solid;
        color: #5b5b5b;
        overflow: hidden;
    }

        .accordion-section-title span {
            float: right;
            font-size: 18px;
        }

    .accordionWrapper {
        border-bottom: 1px #d5d5d5 solid;
        margin-bottom: 15px;
    }

    .accordion-section-title.active {
        background: #f4f4f4;
    }

    .mobile-Container #wrapperPrinterPix {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .mobile-Container .LandingpageContainer {
        padding-bottom: 0;
        margin-bottom: 0 !important;
    }

    .mobile-Container .reviews_wrapper {
        float: left;
    }

    .mobile-Container #review_snippet_copied {
        float: left;
    }

        .mobile-Container #review_snippet_copied .pr-snippet-review-count {
            line-height: 16px !important;
            font-size: 13px !important;
            padding: 0 10px;
            color: #939393;
        }

    .add_to_cart_modal {
        width: 100%;
        overflow: hidden;
    }

        .add_to_cart_modal .wrap-label {
            width: auto;
            display: block;
            float: left;
            line-height: 35px;
        }

        .add_to_cart_modal .dropdownWrapper {
            clear: both;
            float: none;
            overflow: hidden;
        }

        .add_to_cart_modal .price_wrapper {
            float: left;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            margin-top: 20px;
        }

        .add_to_cart_modal .pp_row {
            padding: 0 0 6px 0;
            overflow: hidden;
        }

        .add_to_cart_modal .style-select {
            border: 1px solid #d0d0d0 !important;
            width: 70% !important;
            margin-bottom: 3px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
            -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
            box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
        }

            .add_to_cart_modal .style-select select.select {
                height: 35px !important;
                line-height: 35px !important;
            }
            .add_to_cart_modal .style-select select.select option {
                font-size: 14px;
            }
                .add_to_cart_modal .style-select span.select {
                background: #fff !important;
                padding: 5px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                height: 35px !important;
                line-height: 25px !important;
            }

            .add_to_cart_modal .style-select .select:after {
                position: absolute;
                font-size: 18px;
                color: #666;
                content: "\f107";
                font-family: 'FontAwesome';
                right: 8px;
                top: 6px;
                z-index: 5;
            }


    /* Reviews on Mobile Device - stripped out most of the design */
    .reviews-section-content {
        background: none;
    }

        .reviews-section-content .pr-snapshot-head {
            display: none;
        }

        .reviews-section-content .pr-snapshot-body {
            display: none;
            background: none !important;
            border: none !important;
            padding: 0 !important;
            background-color: none !important;
        }

        .reviews-section-content .pr-snapshot-body-wrapper {
            border: none !important;
            padding: 0 10px !important;
            background: none !important;
            background-color: none !important;
        }

        .reviews-section-content .pr-review-social-bar {
            display: none;
        }

        .reviews-section-content .pr-snapshot-rating {
            float: left;
            width: 65%;
        }

        .reviews-section-content .pr-snapshot-consensus, .reviews-section-content .pr-pagination-top, .reviews-section-content .pr-review-points, .reviews-section-content .pr-review-sort, .reviews-section-content .pr-other-attributes, .reviews-section-content .pr-snapshot-write-review {
            display: none;
        }

        .reviews-section-content .pr-contents {
            border: none !important;
            padding: 0 !important;
            background: none !important;
        }

        .reviews-section-content .pr-contents-wrapper {
            background: none;
            border: none;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .reviews-section-content .pr-review-wrap {
            background: #fff;
            border: none !important;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.3);
            box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.3);
            margin: 0 0 15px 0 !important;
            padding: 10px !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .reviews-section-content .pr-snapshot-average-based-on-text {
            font-size: 13px !important;
        }

        .reviews-section-content .pr-review-rating-headline {
            font-size: 16px;
            line-height: 17px;
        }

        .reviews-section-content .pr-review-rating .pr-rating {
            font-size: 66%;
            margin-right: 5px !important;
        }

        .reviews-section-content .pr-review-author-date {
            display: none !important;
        }

        .reviews-section-content .pr-review-rating {
            margin-bottom: 10px !important;
        }

        .reviews-section-content .pr-review-author {
            margin-bottom: 0 !important;
        }

        .reviews-section-content .pr-review-text {
            margin: 5px 0 !important;
        }

            .reviews-section-content .pr-review-text .pr-comments-header {
                font-weight: bold;
                font-size: 13px;
                padding: 0;
            }

            .reviews-section-content .pr-review-text p {
                font-size: 13px;
                line-height: 15px;
                padding: 0px;
                margin: 0 !important;
            }

        .reviews-section-content .pr-review-bottom-line-wrapper {
            font-size: 13px;
        }

            .reviews-section-content .pr-review-bottom-line-wrapper .pr-review-bottom-line {
                display: block;
                padding-bottom: 5px;
            }

        .reviews-section-content .pr-review-tools {
            display: none;
        }

        .reviews-section-content .pr-nav-back-to-top {
            display: none;
        }

        .reviews-section-content .pr-pagination-bottom {
            padding-bottom: 10px;
        }



    /* =================== Expanding Products Listing - Themes =================== */

    .controller_designer .pp_container > .pp_box, .controller_greetingcard .pp_container > .pp_box {
        width: 100% !important;
    }

    .listing_wrapper {
        width: 100%;
    }

        .listing_wrapper .listing_banner_container {
            margin: 0 auto;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

            .listing_wrapper .listing_banner_container img {
                position: static;
                z-index: 1;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

            .listing_wrapper .listing_banner_container h1 {
                display: inline-block;
                background: #FFF;
                font-size: 38px;
                padding: 25px 20px 10px 20px;
                color: #454545;
                z-index: 5;
                bottom: 0;
                width: 450px;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

        .listing_wrapper .listing_content {
            overflow: hidden;
        }

            .listing_wrapper .listing_content h2 {
                font-size: 25px;
                padding: 10px 0;
                display: block;
                text-align: center;
            }

    .imagelistexpander-items {
        font-size: 0;
    }

    .imagelistexpander-item {
        display: inline-block;
        vertical-align: top;
        webkit-transition: height 500ms ease;
        o-transition: height 500ms ease;
        transition: height 500ms ease;
    }

    .imagelistexpander-expander {
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
        max-height: 0;
        webkit-transition: max-height 500ms ease;
        o-transition: max-height 500ms ease;
        transition: max-height 500ms ease;
    }

    .imagelistexpander-contents {
        position: relative;
    }

        .imagelistexpander-contents:after {
            display: block;
            position: absolute;
            bottom: 0px;
            left: 50%;
            margin-left: -30px;
            width: 0;
            height: 0;
            content: '';
            border-left: 30px solid transparent;
            border-right: 30px solid transparent;
            border-bottom-style: solid;
            border-bottom-width: 0px;
            webkit-transition: border-bottom-width 500ms ease;
            o-transition: border-bottom-width 500ms ease;
            transition: border-bottom-width 500ms ease;
        }

    .imagelistexpander-item.active .imagelistexpander-contents:after {
        border-bottom-width: 30px;
    }

    .gallery-items {
        font-size: 0;
        padding-top: 10px;
    }

    .gallery-expander {
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: max-height 500ms ease;
        -o-transition: max-height 500ms ease;
        transition: max-height 500ms ease;
        background: #ececec; /* Old browsers */
        background: -moz-linear-gradient(top, #ececec 0%, #ffffff 20%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 20%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ececec 0%,#ffffff 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    }

    .gallery-contents:after {
        display: block;
        position: relative;
        bottom: 0px;
        left: 50%;
        margin-left: -15px;
        width: 0;
        height: 0;
        content: '';
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        -webkit-transition: border-bottom-width 500ms ease;
        -o-transition: border-bottom-width 500ms ease;
        transition: border-bottom-width 500ms ease;
    }

    .gallery-item.active .gallery-contents h4 {
        background: none;
        border: none;
        color: #4d4d4d;
    }

    .gallery-item.active .gallery-contents:after {
        border-bottom-width: 15px;
    }


    .gallery-item {
        text-align: center;
        margin-bottom: 20px;
        font-size: 25px;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        -webkit-transition: height 500ms ease;
        -o-transition: height 500ms ease;
        transition: height 500ms ease;
        width: 20%;
    }

        .gallery-item:after {
            position: absolute;
            width: 1px;
            background: #e4e4e4;
            height: 100px;
            right: 0;
            top: 50px;
            content: " ";
        }

        .gallery-item.active .gallery-contents { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d8d8d8+100 */
            background: rgb(255,255,255); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
            -webkit-transition: .9s;
            -moz-transition: border .9s;
            -ms-transition: border .9s;
            -o-transition: border .9s;
            transition: border .9s;
        }

        .gallery-item .thumbnail:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
            opacity: 1;
            -webkit-transition: all 1.2s;
            -moz-transition: all 1.2s;
            -ms-transition: all 1.2s;
            -o-transition: all 1.2s;
            transition: all 1.2s;
        }

        .gallery-item .thumbnail {
            position: relative;
            height: auto;
            overflow: hidden;
            cursor: pointer;
            padding: 10px 0;
        }


            /* Themes Overlap Image */
            .gallery-item .thumbnail span {
                position: absolute;
                z-index: 10;
                width: 100%;
                top: 10px;
                text-align: center;
            }

        .gallery-item span.Unknown, .gallery-item span.PhotobookSoftCoverPets, .gallery-item span.PhotobookLeatherCover, .gallery-item span.GalleryWrapWindowCanvas, .gallery-item span.PhotobookSoftCover, .gallery-item span.PhotobookSupremeVelvet, .gallery-item span.PhotobookVinylCover, .gallery-item span.PhotobookPhotoHardCover, .gallery-item span.PhotobookLeatherValentinoBlack, .gallery-item span.PhotobookLeatherValentinoWhite, .gallery-item span.PhotobookPaddedPhotoHardCover, .gallery-item span.PhotobookPhotoHardCoverRibbon, .gallery-item span.PhotobookPremiumLeatherCipriano, .gallery-item span.PhotobookPremiumLeatherLorenzo, .gallery-item span.PhotobookPremiumLeatherLuciano, .gallery-item span.PhotobookPremiumLeatherMassimo, .gallery-item span.PhotobookPremiumLeatherOriana, .gallery-item span.PhotobookPremiumLeatherCaprice, .gallery-item span.PhotobookInstagramLeatherCover, .gallery-item span.PhotobookInstagramPhotoHardCover, .gallery-item span.PhotobookInstagramVinylCover, .gallery-item span.PhotobookLeatherValentinaBlack, .gallery-item span.PhotobookLeatherValentinaWhite, .gallery-item span.PhotobookLayflatExclusive, .gallery-item span.PhotobookLayflatCreative, .gallery-item span.IphoneCase, .gallery-item span.PhotobookLayflatArylic, .gallery-item span.PhotobookLayflatWhiteLady, .gallery-item span.PhotobookLayflatBlackStar, .gallery-item span.PhotobookLayflatMinibook, .gallery-item span.CalendarWall, .gallery-item span.CalendarDesk, .gallery-item span.CalendarKitchen, .gallery-item span.CalendarInstagram, .gallery-item span.LabPrintNoBorder, .gallery-item span.LabPrintBorder, .gallery-item span.LabPrintPolaroid, .gallery-item span.GalleryWrapCanvas, .gallery-item span.GalleryWrapMontage, .gallery-item span.GalleryWrapShapeCollage, .gallery-item span.GalleryWrapShapeCanvas, .gallery-item span.GalleryWrapWaterProofCanvas, .gallery-item span.GalleryWrapBlankCanvas, .gallery-item span.GalleryWrapInstagramCanvas, .gallery-item span.MugWhite, .gallery-item span.MugLatte, .gallery-item span.MugMagic, .gallery-item span.MugMagicLatte, .gallery-item span.MugShaped325ml, .gallery-item span.MugShapedLatte, .gallery-item span.MugShapedMagic, .gallery-item span.MugShapedMagicLatte, .gallery-item span.MugThermos400ml, .gallery-item span.GreetingCardV5, .gallery-item span.GreetingCardChristmas5x7, .gallery-item span.GreetingCardChristmas7x5, .gallery-item span.GreetingCardNewYear, .gallery-item span.GreetingCardThanksgiving, .gallery-item span.GreetingCardNewBaby, .gallery-item span.GreetingCardSaveTheDate, .gallery-item span.GreetingCardHanukkah, .gallery-item span.GreetingCardBirthAnnouncements, .gallery-item span.GreetingCardMovingAnnouncements, .gallery-item span.GreetingCardGraduationAnnouncements, .gallery-item span.GreetingCardFirstBirthday, .gallery-item span.GreetingCardWeddingInvitation, .gallery-item span.GreetingCardThankYou, .gallery-item span.GreetingCardPartyInvitations, .gallery-item span.GreetingCardFolded, .gallery-item span.GreetingCardFlat, .gallery-item span.Poster, .gallery-item span.PosterInstagram, .gallery-item span.Wallpaper, .gallery-item span.FrameWooden, .gallery-item span.FrameGlass, .gallery-item span.FrameCrystal, .gallery-item span.FrameCeramic, .gallery-item span.FrameWoodenInstagram, .gallery-item span.FrameCommingSoon6, .gallery-item span.AluDibond, .gallery-item span.Acrylic, .gallery-item span.WoodenBlock, .gallery-item span.PuzzleWooden, .gallery-item span.PuzzleBoard, .gallery-item span.PuzzlePlastic, .gallery-item span.PuzzleMagnetic, .gallery-item span.IphoneCoverCase, .gallery-item span.IphoneCoverWrap, .gallery-item span.MountedPoster, .gallery-item span.MetalPrint, .gallery-item span.MetalPrintInstagram, .gallery-item span.Coupon, .gallery-item span.ChristmasOrnament, .gallery-item span.PhotoBottle, .gallery-item span.PhotoBottle600ml, .gallery-item span.PhotoBottle800ml, .gallery-item span.PhotoBottleKid, .gallery-item span.PhotoBottleThermos, .gallery-item span.IpadCover, .gallery-item span.IpadSmartCase, .gallery-item span.IpadSmartCover, .gallery-item span.IpadCommingSoon3, .gallery-item span.IpadCommingSoon4, .gallery-item span.IpadCommingSoon5, .gallery-item span.IpadCommingSoon6, .gallery-item span.IpadCommingSoon7, .gallery-item span.IpadCommingSoon8, .gallery-item span.SamsungCoverCase, .gallery-item span.SamsungCoverWrapped, .gallery-item span.Coasters, .gallery-item span.CoastersInsatgram, .gallery-item span.CushionCover, .gallery-item span.CushionCoverShaped, .gallery-item span.CushionCoverInstagram, .gallery-item span.MouseMats, .gallery-item span.PhotoKeyRing, .gallery-item span.PhotoTeddy, .gallery-item span.ShapedPhotoTeddy, .gallery-item span.CompactMirror, .gallery-item span.MetalAcrylic, .gallery-item span.WallPlannerPoster, .gallery-item span.WallPlannerMountedPoster, .gallery-item span.WallPlannerAcrylic, .gallery-item span.WallPlannerAluDibond, .gallery-item span.WallPlannerMetalAcrylic, .gallery-item span.InstagramPrint, .gallery-item span.AmazonKindleCover, .gallery-item span.StationaryNotebookPhotoCover, .gallery-item span.StationaryDiaryVinylCover, .gallery-item span.StationaryDiaryLeatherCover, .gallery-item span.Slate, .gallery-item span.Combo, .gallery-item span.SonyPhoneCover, .gallery-item span.Towel, .gallery-item span.TowelBeach, .gallery-item span.TowelHand, .gallery-item span.TowelCommingSoon, .gallery-item span.TowelCommingSoon, .gallery-item span.Tshirt, .gallery-item span.FlipFlop, .gallery-item span.ComingSoon14, .gallery-item span.ComingSoon15, .gallery-item span.LuggageTag, .gallery-item span.ComingSoon17, .gallery-item span.CeramicTile, .gallery-item span.ChristmasStocking, .gallery-item span.SnowGlobe, .gallery-item span.DoorHanger, .gallery-item span.MagneticPrint, .gallery-item span.CandleHolder, .gallery-item span.ChoppingBoard, .gallery-item span.Tie, .gallery-item span.Letter, .gallery-item span.Blanket, .gallery-item span.BlanketInstagram, .gallery-item span.PlayingCards, .gallery-item span.ComingSoonSubTypeDoNotUse, .gallery-item span.ClockCrystal, .gallery-item span.ClockPlastic, .gallery-item span.Bib, .gallery-item span.PhotoStrip, .gallery-item span.PhotoStripInstagram, .gallery-item span.MiniSquareInstagram, .gallery-item span.PostCard, .gallery-item span.PostCardInstagram, .gallery-item span.GiftCardFlat, .gallery-item span.SonyCase, .gallery-item span.IpadCase, .gallery-item span.SamsungCase {
            display: none;
        }

        /* Make the ones we use visible */
        .gallery-item span.PhotobookLeatherCover,
        .gallery-item span.PhotobookPremiumLeatherCaprice,
        .gallery-item span.PhotobookPremiumLeatherCipriano,
        .gallery-item span.PhotobookPremiumLeatherLorenzo,
        .gallery-item span.PhotobookPremiumLeatherLuciano,
        .gallery-item span.PhotobookLeatherValentinaBlack,
        .gallery-item span.PhotobookLeatherValentinaWhite {
            display: block;
            width: 100%;
            position: absolute;
            top: 10px;
            height: 100%;
            -webkit-transition: all .6s;
        }



        /* Add effect to the cover image */
        .gallery-item .thumbnail span img {
            width: 100%;
            max-width: 100%;
            -moz-transition: all .6s;
            -ms-transition: all .6s;
            -o-transition: all .6s;
            transition: all .6s;
        }

        .gallery-item .thumbnail > img {
            text-align: center;
            width: 100%;
            -webkit-transition: all .6s;
            -moz-transition: all .6s;
            -ms-transition: all .6s;
            -o-transition: all .6s;
            transition: all .6s;
        }

        .gallery-item h4 {
            background: none;
            color: #da0a7b;
            border: 1px #DA0A7B solid;
            text-align: center;
            margin-top: 20px;
            font-size: 17px;
            font-weight: normal;
            line-height: 44px;
        }

            .gallery-item h4 span {
                font-size: 17px;
                padding: 0 6px;
                -webkit-transition: all .6s;
                -moz-transition: all .6s;
                -ms-transition: all .6s;
                -o-transition: all .6s;
                transition: all .6s;
            }

    .gallery-contents:after {
        border-bottom-color: #ECECEC;
    }

    .gallery-expander-contents {
        margin: 0 auto;
        width: 100%;
        padding: 20px 0;
    }

    .gallery-expander h3 {
        text-align: center;
        font-size: 28px;
        padding: 20px 0;
    }

    @media (min-width: 640px) and (max-width: 999px) {
        .gallery-expander-contents {
            width: 640px;
        }
    }

    @media (max-width: 639px) {
        .gallery-expander-contents {
            width: 100%;
        }
    }

    .gallery-expander-contents:after {
        clear: both;
        display: table;
        content: '';
    }

    .gallery-expander-contents > div.col {
        float: left;
        width: 480px;
    }

    @media (min-width: 640px) and (max-width: 999px) {
        .gallery-expander-contents > div.col {
            width: 310px;
        }
    }

    @media (max-width: 639px) {
        .gallery-expander-contents > div.col {
            float: none;
            padding: 25px 20px 0;
            width: auto;
        }
    }

    .gallery-expander-contents > div.col + div.col {
        margin-left: 40px;
    }

    @media (min-width: 640px) and (max-width: 999px) {
        .gallery-expander-contents > div.col + div.col {
            margin-left: 20px;
        }
    }

    @media (max-width: 639px) {
        .gallery-expander-contents > div.col + div.col {
            margin-left: 0px;
        }
    }

    .gallery-expander-contents div.close {
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: hand;
        cursor: pointer;
    }

    .gallery-expander-contents div.contents {
        padding: 10px 0;
        border-bottom: 1px #DEDEDE solid;
        -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.07);
        -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.07);
        box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.07);
    }

    .gallery-expander-contents div.image > img {
        width: 100%;
        display: block;
    }

    .theme_preview_container {
        position: relative;
        display: inline-block;
        margin: 0 auto;
    }

        .theme_preview_container .theme_proof_controller {
            position: absolute;
            margin: 0 auto;
            height: 30px;
            top: 30%;
            left: 0;
            right: 0;
            z-index: 10;
            display: inline-block;
        }

            .theme_preview_container .theme_proof_controller span {
                position: absolute;
                font-size: 50px;
                cursor: hand;
                cursor: pointer;
            }

                .theme_preview_container .theme_proof_controller span.left_arrow_theme {
                    left: -40px;
                }

                .theme_preview_container .theme_proof_controller span.right_arrow_theme {
                    right: -40px;
                }

        .theme_preview_container .button_wrapper {
            width: auto;
        }

            .theme_preview_container .button_wrapper a {
                width: auto !important;
            }

                .theme_preview_container .button_wrapper a span {
                    margin: 0 5px;
                    display: inline-block;
                }

    .theme_proof {
        overflow: hidden;
    }

    .calendar_theme_proof {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .calendar_start_date {
        font-size: 15px;
    }

    /* Filtering */
    .listing_filter {
        background: #f8f8f8;
    }

    .ms-options-wrap {
        width: 25%;
        float: left;
        padding: 0 10px;
        margin: 10px 0;
    }

        .ms-options-wrap, .ms-options-wrap * {
            box-sizing: border-box;
        }

            .ms-options-wrap > button:focus, .ms-options-wrap > button {
                position: relative;
                width: 100%;
                text-align: left;
                border: 1px solid #d0d0d0 !important;
                background-color: #fff;
                padding: 8px 20px;
                font-size: 13px;
                color: #000;
                outline: none;
                white-space: nowrap;
                -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
                -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
                box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.07);
            }

                .ms-options-wrap > button:after {
                    content: ' ';
                    position: absolute;
                    font-size: 18px;
                    color: #666;
                    content: "\f107";
                    font-family: 'FontAwesome';
                    right: 8px;
                    top: 6px;
                }

            .ms-options-wrap > .ms-options {
                position: absolute;
                left: 0;
                width: 100%;
                margin-top: 1px;
                margin-bottom: 20px;
                background: white;
                z-index: 2000;
                border: 1px solid #aaa;
            }

                .ms-options-wrap > .ms-options > .ms-search input {
                    width: 100%;
                    padding: 4px 5px;
                    border: none;
                    border-bottom: 1px groove;
                    outline: none;
                }

                .ms-options-wrap > .ms-options .ms-selectall {
                    display: inline-block;
                    font-size: .9em;
                    text-transform: lowercase;
                    text-decoration: none;
                }

                    .ms-options-wrap > .ms-options .ms-selectall:hover {
                        text-decoration: underline;
                    }

                .ms-options-wrap > .ms-options > .ms-selectall.global {
                    margin: 4px 5px;
                }

                .ms-options-wrap > .ms-options > ul > li.optgroup {
                    padding: 5px;
                }

                    .ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
                        border-top: 1px solid #aaa;
                    }

                    .ms-options-wrap > .ms-options > ul > li.optgroup .label {
                        display: block;
                        padding: 5px 0 0 0;
                        font-weight: bold;
                    }

                .ms-options-wrap > .ms-options > ul label {
                    position: relative;
                    display: inline-block;
                    width: 100%;
                    padding: 8px 4px;
                    margin: 1px 0;
                }

                    .ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label:hover {
                        background-color: #efefef;
                    }

                .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
                    margin-right: 5px;
                    position: absolute;
                    left: 0px;
                    top: 7px;
                }

    .controller_greetingcard .pp_carousel .selected_class {
        border-bottom: none !important;
        border-top: 1px solid #d7d7d7 !important;
        -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.06);
        -moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.06);
        box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.06);
    }

    .controller_greetingcard .pp_carousel li {
        margin-top: 5px;
    }

    .listing_content .carousel_border {
        border-bottom: 5px solid #e7e7e7 !important;
        margin-bottom: -160px;
        height: 160px;
    }

    .listing_content .search_wrapper {
        border: solid 1px #e1e1e1 !important;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #f7f7f7 !important;
    }

        .listing_content .search_wrapper > div {
            width: auto !important;
            padding: 0;
            margin: 0;
        }


    /* Specific for card designs */
    div.box {
        max-width: 20% !important;
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: auto !important;
    }

    div.box_desc {
        display: none;
    }

    .card_edit_wrapper {
        width: 1200px;
        margin: 0 auto;
    }

        .card_edit_wrapper iframe {
            min-height: 750px;
        }

    /* Website pop-up modal window 
.title-container { background: #9f2877; width: auto; text-align: center; padding:15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .title-container p { color: #FFF !important; font-size: 35px; padding: 3px 0; margin: 0 !important; }
    .title-container h3 { color: #FFF; font-size: 35px; }

.content-container { background: #F0F0F0; text-align: center; padding: 0; }
    .content-container h3 { color: #454545; padding: 15px 0; margin: 0; font-size: 35px; }
    .content-container p { color: #454545; font-size: 20px; text-align: left; padding: 5px 60px; }
        .content-container p span { color: #06A537; display: inline-block; font-size: 22px; padding: 0 5px; }

.form-container { background: #FFF; padding: 0 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .form-container p { clear: both; overflow: hidden; }
        .form-container p label { display: block; float: left; text-align: left; font-size: 20px; line-height: 32px; }
        .form-container p .pp_text-input { float: right;max-width: 78%;width: 78%; float: right; font-size: 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0px 5px; }
        .form-container p.forgot_password_text { color: #454545; font-size: 20px; text-align: center; padding: 20px 10px; line-height: 25px;; }


.terms-and-conditions-container { font-size: 15px; line-height: 18px; color:#454545; }
.terms-and-conditions-container a { color: #cf0e8e !important; text-decoration: underline; }

.register_for_account { font-size: 24px; line-height: 40px; margin-top: 25px; padding: 10px 0; margin-right: 0 !important; margin-left: 0 !important; border-top: 1px #dadada solid; }
    .register_for_account a { color: #cf0e8e !important; font-weight: normal; text-decoration: underline; }

.ui-dialog { padding: 0 !important; position: fixed !important;overflow: visible !important; box-shadow: 0 0 12px #000; }

.ui-widget-overlay { z-index: 999999999 !important;overflow: visible !important;opacity:.6 !important;background: none !important;background-color: #000 !important; }
.ui-dialog-titlebar { display: none; }
.ui-dialog-content { padding: 0 !important;height: auto; }
.ui-widget-content { border: none !important;height: auto; }
.ui-dialog { border: none !important; }/* jQuery overrides */

    /*
.register_popup_container { text-align: center;height: auto;overflow: visible !important;margin-bottom: .5em;font-size: 14px;font-family: 'PT Sans Narrow', sans-serif; }
.register_popup_container .account_anchor { text-decoration: underline; }

#register_form { background-color: #fff; }
#register_form p, #login_form p, .forgot_password_container p { position: relative;overflow: hidden; }

#register_form p span.big { font-weight: bold;font-size: 2em; }

.margin-bottom { margin-bottom: .4em; }
.margin-top { margin-top: .4em; }

#register_form p span.high-line { line-height: 1.5em; }
#register_form p span.with-checkbox { line-height: 2em;text-align: left;padding-left: 6em;font-size: 1.1em; }
#register_form p.margin-bottom, #login_form p.margin-bottom { margin-bottom: 1em; }

#login_form p { clear: both; }

#register_form .pp_text-input, #login_form .pp_text-input, .forgot_password_container .pp_text-input { line-height: 2em; }

.upper_banner { background: url('/Themes/images/register_popup_banner.png');background-size: contain;background-repeat: no-repeat;text-align: center;padding-top: 1em;margin-bottom: .5em;position: relative; 
height: 142px;border-radius: 4px; }
.upper_banner label { color: #ffffff !important; }

.upper_banner .bold { font-weight: bold; }
.upper_banner p { padding: .2em; }
.upper_banner .upper_banner_text_container { position: absolute;right: .2em;top: 1.6em;text-align: right;line-height: .9; }
.terms_anchor { color: #00a8ff !important;text-decoration: underline; }

.register_button { background: -webkit-linear-gradient(#3bd200, #32b400);background: -o-linear-gradient(#3bd200, #32b400);background: -moz-linear-gradient(#3bd200, #32b400);background: linear-gradient(#3bd200, #32b400);
background: -webkit-linear-gradient(#28a100, #1f8600); 
background: -o-linear-gradient(#28a100, #1f8600); 
background: -moz-linear-gradient(#28a100, #1f8600);
background: linear-gradient(#28a100, #1f8600);color: #ffffff; width: 94% !important;max-width: 94% !important;padding:15px; border: none !important;font-size: 1.4em !important;margin-bottom: .6em;border-radius: 4px; }

.register_popup_container input { border: 1px solid #d0d0d0; }
.register_popup_container label { color: #444444; }
.register_popup_container .large_font { font-size: 2.2em; }
.register_popup_container .big_font { font-size: 1.7em;line-height: 1; }
.register_popup_container .medium_font { font-size: 1.3em; }


.justified_text { text-align: justify; }
.terms_and_conditions_container { padding-top: .2em; }
.checkbox_container { min-height: 2.2em !important;margin: 0 0 0 1em !important;clear: both; }
.checkbox_container label { clear: none !important;margin-left: .2em; }
.register_checkbox { float: left !important;margin: 0 .3em .3em .3em; }
.cursor_pointer { cursor: pointer; }

label.error, span.error, #update_validation { font-weight: bold; color: #ce207e; margin-top: 0; font-size: 16px !important; padding: 2px 0 4px; float: right !important; text-align: right !important; line-height: 25px !important; }
.close_button_container { position: absolute;top:2px; right:7px; width:20px; height: 24px; font-size:24px !important; display: block !important; z-index: 1000; color: #FFF; }


#register_error, #tnc_error, .forgot_password_container, #update_confirmationMsg, #update_confirmation, #update_validationMsg, #update_validation, #login_error, p.error { display: none; }
#register_form label.error { width: 100%;max-width: 100%;font-size: 1em; }

#btnSubmit { float: none;width: 100%; }


p.small_height { min-height: 2em !important; }
.uppercase { text-transform: uppercase; }
.remember_me_label { text-transform: capitalize; }
.bold { font-weight: bold; }

#register_form p label.full { width: 100%;max-width: 100%;font-size: .9em;text-align: center; }
#register_form p label.two-rows { width: 60%; }
#register_form p label.two-rows a, .anchor { color: #3366BB !important;text-decoration: underline; }

.last-row-label { padding: 1em;display: inherit; }
.pink-text { color: #e92b89; }
.first-name-container { margin-top: 1.2em; }
.title { font-family: 'Fjalla One', sans-serif !important; }

*/

    /* UP-SELL Special Offers */
    #offers {
        padding-top: 10px;
    }

    .controller_account .banner_offer_box {
        display: none;
    }
    /* New Pop-UP */
    .pop-up-landingpage {
        overflow: hidden;
        width: 950px;
        border: 1px solid #d7d7d7;
        background: #FFF;
        margin: 0 auto;
        -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06);
        -moz-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06);
        box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.06);
        margin-top: 20px;
    }

        .pop-up-landingpage h3 {
            font-size: 30px;
            margin-top: 20px;
            padding: 15px 20px;
            text-align: center;
            color: #da0a7b;
        }

        .pop-up-landingpage .left {
            width: 50%;
        }

        .pop-up-landingpage .right {
            width: 50%;
        }

        .pop-up-landingpage #joinus_success {
            text-align: center;
            font-weight: bold;
            padding: 20px;
            font-size: 20px;
            line-height: 28px;
        }

        .pop-up-landingpage .tabsBox {
            border: none !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 0 !important;
        }

    /* Redemption Page */
    .redemption_page .fa-gift {
        display: block;
        text-align: center;
        font-size: 70px;
        padding: 15px 0 0 0;
        color: #cfcfcf;
        margin-top: -3px;
        margin-bottom: 3px;
    }

    .redemption_page h2 {
        line-height: 33px;
        text-align: center;
        font-size: 25px;
        padding: 3px 30px 20px 30px;
        border-bottom: 1px #EDEDED solid;
    }






    .promo-slide-mobile {
        background: #eeeeee;
    }

    .category-page-group-anchor {
        display: block;
        width: 95%;
    }

        .category-page-group-anchor > h1 {
            margin-top: .5em !important;
        }

        .category-page-group-anchor > * {
            margin: 0 2.5% 0 2.5%;
            width: 95%;
        }

    .category-page-group-title {
        width: 95%;
        margin: 0px auto;
        color: #414141;
        padding: 3px 0px;
    }

    .customer-review-star {
        width: 100%;
        height: 1em;
    }

    .best-seller-container .description-container {
        width: 95%;
        margin: 0px auto;
        color: #414141;
        white-space: normal;
        padding: 3px 0px;
    }

    .best-seller-container > * {
        margin-top: .5em;
        margin-bottom: .5em;
    }

    .category-page-group-anchor h1.two-rows {
        height: 2em;
        line-height: 1.1em;
    }

    .category-page-group-anchor .pr-snippet-read-reviews {
        display: none;
    }

    .best-seller-container .pr_snippet_product > a {
        margin-left: 2.5%;
    }

    .category-page-group-anchor .pr-snippet-wrapper, .category-page-group-anchor .pr-snippet-stars {
        padding: 0;
    }

    .category-page-group-anchor .pr-snippet-review-count {
        line-height: 1em;
    }

    /*.each-link span{width:100%; }*/
    .best-seller-container .description-container {
        display: block;
        display: -webkit-box;
        height: 39px;
        font-size: 14px;
        line-height: 18px !important;
        webkit-line-clamp: 3;
        webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1em;
        padding-bottom: 0;
        margin-bottom: .2em;
        margin: 0 2.5%;
    }

        .best-seller-container .description-container > div {
            text-align: left !important;
            font-size: 14px;
            line-height: 19px;
        }

    .best-seller-container .pr-snippet-rating-decimal .pr-rounded {
        display: none;
    }

    .promo-slide-mobile img {
        width: 100% !important;
        z-index: -1;
        max-width: 100% !important;
    }

    .promo-slide-mobile strong {
        font-weight: 700;
    }
    /*.promo-slide-mobile{height:370px; color:#414141;}*/
    .descrip-mobile {
        font-size: 1.2em;
        line-height: 1.2em;
        display: block;
        margin: 7px 0px;
        font-family: MyriadProLight;
    }

    .promo-code-mobile {
        color: #414141;
        font-size: 1.2em;
        line-height: 1.1em;
        font-family: MyriadProLight;
    }

    .promo-button-mobile {
        line-height: 3.4em;
        border: solid 3px;
        font-size: 1.2em;
        border-color: red;
        padding: 6px 50px;
    }

    .footer-nav {
        float: left;
        text-align: left;
        width: 100%;
    }

    .footer-mobile-container li {
        width: 100%;
        float: left;
    }

    .footer-mobile-container .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        content: "\e114"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: grey; /* adjust as needed */
    }

    .footer-mobile-container .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\e080"; /* adjust as needed, taken from bootstrap.css */
    }

    .readmore {
        margin: 0px;
        color: #d2207e;
        font-size: 14px;
        margin-left: 2.5%;
    }

    .best-product-box {
        background: none;
        overflow: hidden;
    }

    .best-seller-container .best-seller-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .best-seller-container .best-seller-wrapper .description-container, .best-seller-container .best-seller-wrapper .readmore, .best-seller-container .best-seller-wrapper .pr-snippet-read-reviews {
            display: block;
        }

        .best-seller-container .best-seller-wrapper .category-page-group-anchor {
            width: 100%;
        }

        .best-seller-container .best-seller-wrapper img {
            margin: 0;
            width: 100%;
        }

        .best-seller-container .best-seller-wrapper .product-price {
            display: block;
            text-align: center;
            padding: 7px 0;
        }

        .best-seller-container .best-seller-wrapper .category-page-group-title {
            white-space: normal;
            width: 100%;
            color: #d2207e;
            padding: 10px 0 0 0;
            font-size: 18px;
        }

        .best-seller-container .best-seller-wrapper .customer-review-star {
            margin: 0;
            height: 35px;
            overflow: hidden;
            margin-top: 5px;
        }

            .best-seller-container .best-seller-wrapper .customer-review-star .pr-snippet-wrapper {
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                margin: 0;
            }

            .best-seller-container .best-seller-wrapper .customer-review-star .pr-snippet-stars {
                padding: 0;
                margin: 0;
            }

        .best-seller-container .best-seller-wrapper .pr-snippet-review-count {
            line-height: 13px;
            font-size: 14px;
            padding: 0 5px;
        }

    .list-holder.designer-artwork-elements .best-seller-container {
        width: 50%;
        padding: 0;
    }

    .lp_image_box img {
        min-height: 100%;
        max-width: none !important;
        width: auto !important;
    }



    @media only screen and (min-width: 1280px) {
        .pd-containder {
            width: 1236px;
        }

        .best-product-box {
            width: 100%;
        }

        .best-seller-container {
            float: left;
            margin: 10px auto;
        }

        .best-seller-container {
            width: 25%;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .lp_image_box img {
            min-height: 100%;
            max-width: none !important;
            width: auto !important;
        }
        /*.each-slide p { display: block; display: -webkit-box; max-height: 2em; font-size:1.0em; height: 1.0em*1.4*2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; } */

    }

    @media only screen and (max-width: 1280px) {
        .pd-containder {
            width: 100%;
        }

        .best-seller-container {
            float: left;
            margin: 10px auto;
            width: 25%
        }

        .lp_image_box img {
            min-height: 100%;
            max-width: none !important;
            width: auto !important;
        }

        .lp_full_container .lp_box {
            width: 100%;
        }
    }


    @media only screen and (max-width: 767px) {
        /* Mobile view */

        html, body.controller_greetingcard, .controller_greetingcard .pp_box {
            height: 100% !important;
        }

        .best-seller-wrapper .readmore {
            padding: 0 5px;
        }

        .pp_video_container {
            border: none !important;
            width: 100% !important;
            height: auto !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .pp_video_container iframe {
                width: 100% !important;
            }

        .style-select span.select {
            padding-right: 20px;
            overflow: hidden;
            -webkit-box-sizing: border-box;
            moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .pp_arrow_carousel_right, .pp_arrow_carousel_left {
            display: none !important;
        }

        .best-seller-container {
            width: 50%;
        }

        .live_person {
            display: none;
        }

        .pd-title {
            font-size: 19px;
            margin: 0;
            padding: 15px 0;
        }

        .best-product-box {
            background: #e6e6e6;
            overflow: hidden;
            padding: 7px;
        }

        .best-seller-container {
            width: 50%;
            padding: 5px;
            margin: 0;
            box-sizing: border-box;
        }

            .best-seller-container .best-seller-wrapper {
                background: #FFF;
                border: 1px #D2D2D2 solid;
                margin: 0;
                min-height: 300px;
            }

                .best-seller-container .best-seller-wrapper .description-container, .best-seller-container .best-seller-wrapper .pr-snippet-read-reviews {
                    display: none;
                }

                .best-seller-container .best-seller-wrapper .category-page-group-anchor {
                    width: 100%;
                }

                .best-seller-container .best-seller-wrapper img {
                    margin: 0;
                    width: 100%;
                }

                .best-seller-container .best-seller-wrapper .product-price {
                    display: block;
                    text-align: center;
                    padding: 7px 0;
                }

                .best-seller-container .best-seller-wrapper .category-page-group-title {
                    white-space: normal;
                    width: 100%;
                    color: #d2207e;
                    padding: 10px 0 0 0;
                    font-size: 18px;
                }

                .best-seller-container .best-seller-wrapper .customer-review-star {
                    margin: 0;
                    height: 40px;
                    overflow: hidden;
                    margin-top: 5px;
                }

                    .best-seller-container .best-seller-wrapper .customer-review-star .pr-snippet-wrapper {
                        padding: 0 10px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        margin: 0;
                    }

                    .best-seller-container .best-seller-wrapper .customer-review-star .pr-snippet-stars {
                        padding: 0;
                        margin: 0;
                    }

                .best-seller-container .best-seller-wrapper .pr-snippet-review-count {
                    clear: both;
                    display: block;
                    width: 100%;
                    line-height: 13px;
                    font-size: 12px;
                    padding: 4px 0;
                }

        .list-holder.designer-artwork-elements .best-seller-container {
            width: 50%;
            padding: 0;
        }

        /* Product Listing */
        .pp_heading h1 {
            font-size: 22px;
        }

        /* Landingpage */
        .lp_full_container .lp_box {
            width: 100% !important;
        }

        .lp_full_container .lp_half_content {
            width: 100% !important;
        }

        .lp_image_box img {
            max-width: 100% !important;
            max-height: auto !important;
            min-height: auto !important;
        }

        .lp_image_box {
            height: auto !important;
        }

        .lp_full_container h1 {
            font-size: 40px !important;
            padding: 20px 0 0 0 !important;
        }

        .lp_full_container h2 {
            font-size: 30px !important;
            padding: 25px 0 !important;
        }

        .lp_left_text, .lp_right_text {
            padding: 0 15px !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .lp_steps {
            padding-bottom: 10px !important;
        }

            .lp_steps li {
                float: none !important;
                overflow: hidden;
                position: relative;
                width: 100%;
                margin-bottom: 10px;
                text-align: left;
                width: 100% !important;
            }

                .lp_steps li h3 {
                    padding-left: 30px !important;
                }

                .lp_steps li span {
                    position: absolute;
                    left: -50px;
                    top: 10px !important;
                    left: 15px !important;
                    width: 20px !important;
                    height: 20px !important;
                    line-height: 20px !important;
                }

                .lp_steps li::after {
                    display: none !important;
                }

        .lp_quote {
            clear: both !important;
            width: 100% !important;
            float: none !important;
        }

        .lp_full_container .lp_one_third {
            width: 100% !important;
            margin-top: 20px !important;
        }

        .lp_grey_bg h4 {
            font-size: 24px;
            line-height: 30px;
        }

        .lp_full_container p {
            font-size: 19px !important;
            line-height: 28px !important;
        }


        .pp_sidebar-options {
            padding-bottom: 0 !important;
        }

        .controller_account .pp_box, .controller_projectlisting .pp_box {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 10px;
        }

        .login_page .tabsBox {
            width: 100%;
        }

        .login_page .social_login ul {
            padding: 0 0px 20px 0px;
        }

        .login_page .tabsBox .tabHeading li a span {
            margin-right: 10px;
        }

        .login_page .tabsBox h2 {
            padding: 20px 20px 10px 20px;
        }

        /*.login_page form p {
            padding: 0px 20px;
        }*/


        /* Account Page */
        .container-address {
            width: 100% !important;
        }

        .ch_notification_box .ch_notification_message {
            padding: 10px 0 !important;
        }

        .editor-label, .editor-field {
            width: 100% !important;
        }

        .editor-field {
            font-size: 16px !important;
        }

        .controller_account h1, .controller_projectlisting h1, .controller_ordertracking h1 {
            font-size: 20px;
        }

        .controller_account h3, .controller_projectlisting h3 {
            padding: 5px 0;
            font-size: 22px;
        }

        .tabHeading_links li {
            float: none !important;
        }

        .project_listing_item {
            width: 50%;
        }

        /* Card Results */
        #result .box {
            width: 50% !important;
            max-width: auto !important;
        }

        div.box_desc .name {
            white-space: wrap !important;
        }

        .card_container {
            padding: 0 15px;
        }

        .tracking_details {
            -ms-overflow-x: scroll;
            overflow-x: scroll;
        }

        /* Addons */


        /* Theme selection and new card design page */
        .listing_wrapper .listing_banner_container h1 {
            position: static;
            width: 100%;
            font-size: 26px;
            padding: 15px 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .listing_wrapper .listing_content h2 {
            padding: 0 0 10px 0;
            font-size: 21px;
            line-height: 25px;
        }

        .gallery-items .gallery-item {
            width: 50%;
        }

        .gallery-item h4 {
            font-size: 16px !important;
        }

        .gallery-expander h3 {
            padding: 5px 0;
        }

        .gallery-expander-contents div.close {
            top: 0;
            right: 0;
        }

        .theme_preview_container .theme_proof_controller {
            z-index: 1000;
            top: 18%;
        }

            .theme_preview_container .theme_proof_controller span.left_arrow_theme {
                background: #FFF;
                left: 0;
                padding-right: 5px;
                border: 1px #E7E7E7 solid;
            }

            .theme_preview_container .theme_proof_controller span.right_arrow_theme {
                background: #FFF;
                right: 0;
                padding-left: 5px;
                border: 1px #E7E7E7 solid;
            }

        div.box {
            max-width: 33.3333% !important;
        }

        .card_edit_wrapper {
            width: 100%;
        }

            .card_edit_wrapper iframe {
                min-height: 600px;
            }

        .calendar_theme_proof {
            width: 70%;
            margin: 0 auto;
            text-align: center;
        }


        /* Gifting */
        .gift_container h3.heading {
            margin-top: 0;
        }

        .gift_container .ch_mediumButton {
            padding: 14px 20px;
        }

        .gift_container .gf_option_half {
            padding: 5px;
        }

            .gift_container .gf_option_half a {
                height: 130px;
                text-align: left;
                padding: 10px 20px 10px 10px;
            }

                .gift_container .gf_option_half a h4 {
                    font-size: 17px;
                }

                .gift_container .gf_option_half a p {
                    font-size: 13px;
                    line-height: 17px;
                }

            .gift_container .gf_option_half span {
                font-size: 20px;
                right: 15px;
            }

            .gift_container .gf_option_half.selected_option::after {
                bottom: -26px;
            }

        .address-wrapper {
            padding: 30px 0 20px 0 !important;
            border-bottom: 1px #b2b2b3 solid;
        }

            .address-wrapper p {
                margin-bottom: 10px;
            }

        .edit-address-form {
            padding: 0 !important;
        }

            .edit-address-form .ch_twoThird, .edit-address-form .ch_oneThird {
                width: 100%;
            }

        .gift_address_selection .ch_tabelItems, .gift_address_selection .ch_delivery_options {
            width: 100%;
        }

        .gift_address_selection .gf_address_option {
            width: 67%;
        }

        .gift_address_selection .gf_quantity_input, .gf_address_option .ch_smallButton {
            width: 20%;
        }

        .gift_address_selection .gf_address_select_wrapper {
            width: 63%;
            padding-left: 10px;
        }

        .gf_address_row .ch_smallButton {
            margin-right: 9px;
        }

        .gift_container .tableWrapper .ch_tableContent {
            margin-bottom: 20px;
        }

        .gf_add_recipient {
            float: right;
        }


        .gift_container .login_page .login_box {
            width: 90%;
            display: block;
        }

        .gift_container .login_options, .gift_container .social_login {
            float: none;
            width: 100%;
        }

        .gift_container .social_login {
            border-left: none;
            border-top: 1px #e1e1e1 solid;
        }

        .gift_container .login_options ul {
            padding: 0;
        }

            .gift_container .login_options ul li label {
                padding-left: 5px;
                font-size: 14px;
            }

        .gift_container .lg_largeButton {
            width: 100%;
        }

        .gift_address_selection .ch_delivery_options {
            padding-top: 15px;
        }

        .gift_container .ch_largeButton {
            width: 91%;
            margin: 0 auto;
            float: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            display: block;
            font-size: 16px;
        }

        .gf_address_postage_details, .gf_address_postage_options, .gf_address_cart_details {
            width: 100%;
            padding: 10px 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .gf_address_postage_details {
            padding-bottom: 0;
        }

            .gf_address_postage_details ul {
                display: none;
            }

        .gf_address_postage_options ul {
            padding: 8px 0;
        }

        .gf_address_row {
            border-bottom: 3px #ececec solid;
            padding: 0px 0 10px 0;
        }

        .gf_recipient_wrapper .ch_half_box {
            width: 100%;
        }

        .pop-up-landingpage, .pop-up-landingpage .left, .pop-up-landingpage .right {
            width: 100%;
        }

            .pop-up-landingpage .left {
                text-align: center;
            }

                .pop-up-landingpage .left img {
                    width: 60%;
                    max-width: 60%;
                }


        /* Blackfriday */
        .upper-banner, .bg_steps_wrapper {
            padding: 0 !important;
        }

            .upper-banner .bf_banner_top_header h3 {
                font-size: 11px;
                padding: 5px;
            }

        .bf_banner .bf_half {
            width: 50%;
            float: left;
        }

        .bf_banner h1 {
            font-size: 50px;
            letter-spacing: -1px;
            text-align: left;
            line-height: 50px;
            margin: 0px 0px -20px 31px;
        }

            .bf_banner h1 .percentage {
                font-size: 34px !important;
                padding-left: 10px;
            }

            .bf_banner h1 span {
                line-height: 11px;
                font-size: 8px !important;
                left: -26px;
                top: 6px;
            }

            .bf_banner h1 strong {
                font-size: 13px;
                font-weight: normal;
                letter-spacing: 0;
                margin-left: -8px;
            }

        .cyber-monday .bf_banner h1 {
            font-size: 50px;
            letter-spacing: -1px;
            text-align: left;
            line-height: 50px;
            margin: 0px 0px -20px 31px;
        }

        .bf_banner h2 {
            padding: 2px 0;
            font-size: 14px;
        }

        .bf_banner .catCounter {
            width: 75%;
        }


        .bf_banner_product .bf_half {
            width: 50%;
            float: left;
        }

        .bf_banner_product h1 {
            font-size: 50px;
            letter-spacing: -1px;
            text-align: left;
            line-height: 50px;
            margin: 0px 0px -20px 31px;
        }

        .cyber-monday .bf_banner_product h1 {
            margin: 0px 0px -20px 31px;
        }

        .bf_banner_product .bf_banner_sep {
            padding: 5px 0;
        }

        .bf_banner_product .bf_page_name {
            padding-left: 6px;
            display: none;
        }

        .bf_banner_product h1 span {
            line-height: 10px;
            font-size: 10px;
            left: -26px;
            top: 6px;
            width: 20px;
        }

        .bf_banner_product h1 strong {
            font-size: 13px;
            font-weight: normal;
            letter-spacing: 0;
            margin-left: -8px;
        }

        .bf_banner_product h1 .percentage {
            font-size: 33px !important;
            padding-left: 10px;
        }

        .bf_banner_product h2 {
            padding: 2px 0;
            font-size: 13px;
        }

        .bf_banner_product .productCounter {
            width: 80%;
        }

        .bf_mobile_page_name h2 {
            padding-bottom: 0px !important;
        }

        .bf_mobile_page_name {
            display: block;
        }

        .bf_bread_crumbs {
            padding: 5px 15px;
            margin-bottom: 0;
        }

        .bf_steps strong {
            width: 20%;
            font-size: 29px;
            padding: 5px 5px 0 5px;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .bf_steps span {
            width: 80%;
            line-height: 12px;
            float: left;
            text-align: left;
            padding: 5px;
            font-size: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .bf_steps span br {
                display: none;
            }

            .bf_steps span strong {
                display: none;
            }

        .bf_steps .bf_arrow_sep {
            display: none;
        }

        .bf_steps .bf_claim_voucher {
            display: block;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            padding: 5px 0;
            border-top: 1px #dddddd solid;
        }

        .bf-coupon-product .coupon-description-container li {
            text-align: left;
        }

        .bf-products-wrapper li .bf-coupon-product {
            border: 2px #000 solid;
        }

        .bf-products-wrapper li {
            width: 100%;
            padding: 5px;
        }

        .bf_go_half {
            width: 50% !important;
            padding: 2px 2px 13px 2px !important;
        }

            .bf_go_half .bf-group-title label, .bf_go_half .bf-product-title label {
                font-size: 13px;
                padding: 15px 0;
            }
        /* .bf_go_half .bf-product-title label { height: 25px; }  */

        .bf-product-title label {
            font-size: 18px;
        }

        .bf-product .redeem-button-container a {
            font-size: 13px;
            width: 83%;
        }

        .bf_go_half .now-label-message-no-pack {
            font-size: 15px;
        }


        .bf-group-title .right-circular-image-container, .bf-product-title .right-circular-image-container {
            width: 35%;
            bottom: -100px;
        }

        .bf_go_half .bf-lower-options .bf-was-price em, .bf_go_half .bf-lower-options .bf-was-price em {
            width: 70%;
            top: 4px;
        }

        .bf_go_half .bf-lower-options .bf-was-price span {
            font-size: 14px;
        }

        .bf_go_half .bf-coupon-product .now-label-message {
            font-size: 14px;
        }

        .bf_go_half .redeem-button-container .ch_largeButton {
            font-size: 10px !important;
            font-weight: normal;
            padding: 7px 5px !important;
            width: 90% !important;
        }

        .bf_go_half .bf-coupon-product .coupon-description-container {
            font-size: 12px;
            padding: 10px;
        }

        .bf_go_half .bf-product-title .right-pack-image-container {
            width: 85px;
            bottom: -120px;
        }

        .bf_scrolling_arrow, .bf_mobile_page_name {
            display: block;
        }

        .coupon-image-container {
            text-align: center;
        }

        .sticky_angel_box {
            display: none !important;
        }

        .bf_red_line {
            display: none !important;
        }
    }

.project_listing_item .project_listing_buttons {
    position: static;
    display: flex;
    justify-content: space-between;
}

.lg_mediumButton {
    width: 30%;
    padding: 10px 0px;
}

.project_listing_item .project_description p .project_delete {
    font-weight: 400;
    font-size: unset;
    padding: 10px 0px;
}

.project_delete {
    border: 1px solid #da0a7b;
    color: #da0a7b;
    background: #ffffff;
    font-size: 12px;
}

.project_listing_item .project_description p.project_dates {
    line-height: 13px;
}

@media only screen and (max-width: 519px) {
    .project_listing_item {
            width: 100%;
        }

            .project_listing_item .project_listing_buttons {
                position: static;
                display: flex;
                justify-content: space-between;
            }

        .lg_mediumButton {
            width: 30%;
            padding: 10px 0px;
        }

        .project_listing_item .project_description p .project_delete {
            font-weight: 400;
            font-size: unset;
            padding: 10px 0px;
        }

        .project_delete {
            border: 1px solid #da0a7b;
            color: #da0a7b;
            background: #ffffff;
            font-size: 12px;
        }

    .project_listing_item .project_description p.project_dates {
        line-height: 13px;
        }
    }

    @media screen and (max-device-width: 420px) {

        .bf_go_half {
            width: 100% !important;
            padding: 2px 5px 13px 5px !important;
        }

        .pd-containder {
            width: 100%;
        }

        .top-bar-center, .nav-bar-center {
            width: 100%;
        }

        .pager-box-mobile {
            background-size: contain;
            width: 30px;
            height: 30px;
            bottom: 14px;
        }

        .pd-containder, .promo-product {
            width: 100%
        }

        .best-product, .inst-product {
            height: auto;
        }

        .product-box, .promo-product {
            width: 100%;
        }

        .pd-title {
            font-size: 19px;
            margin: 0;
            padding: 15px 0;
        }

        .pd-img, .pd-img img, .col-w-pro img {
            width: 184px;
        }

        .list-box {
            font-family: MyriadProLight;
        }

        .slide-page-pg {
            margin-left: 18.5%;
        }

        .cd-dot {
            height: 5px;
            width: 5px;
            margin: 0px;
        }

        .promo-row-box, .col-w-pro img, .col-w-half img {
            width: 100%;
        }

        .promo-row-box, .col-w-half img {
            height: auto;
        }

        .customer-star img {
            width: 90px;
        }

        .promo-box, .footer-box {
            width: 100%;
        }

        .promo-box {
            height: 56px;
        }

        .footer-menu li {
            font-size: 10px;
        }

        .footer-catagory ul {
            font-size: 10px;
        }

        .social-box {
            width: 72%
        }

        .best-product-box {
            background: #e6e6e6;
            overflow: hidden;
            padding: 7px;
        }

        .best-seller-container {
            width: 50%;
            padding: 5px;
            margin: 0;
            box-sizing: border-box;
        }

            .best-seller-container .best-seller-wrapper {
                background: #FFF;
                border: 1px #D2D2D2 solid;
                margin: 0;
                min-height: 300px;
            }

                .best-seller-container .best-seller-wrapper .description-container, .best-seller-container .best-seller-wrapper .pr-snippet-read-reviews {
                    display: none;
                }

                .best-seller-container .best-seller-wrapper .category-page-group-anchor {
                    width: 100%;
                }

                .best-seller-container .best-seller-wrapper img {
                    margin: 0;
                }

                .best-seller-container .best-seller-wrapper .product-price {
                    display: block;
                    text-align: center;
                    padding: 7px 0;
                }

                .best-seller-container .best-seller-wrapper .category-page-group-title {
                    white-space: normal;
                    width: 100%;
                    color: #d2207e;
                    padding: 10px 0 0 0;
                    font-size: 18px;
                }

                .best-seller-container .best-seller-wrapper .customer-review-star {
                    margin: 0;
                    height: 40px;
                    overflow: hidden;
                    margin-top: 5px;
                }

                    .best-seller-container .best-seller-wrapper .customer-review-star .pr-snippet-wrapper {
                        padding: 0 10px;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                        margin: 0;
                    }

                    .best-seller-container .best-seller-wrapper .customer-review-star .pr-snippet-stars {
                        padding: 0;
                        margin: 0;
                    }

                .best-seller-container .best-seller-wrapper .pr-snippet-review-count {
                    clear: both;
                    display: block;
                    width: 100%;
                    line-height: 13px;
                    font-size: 12px;
                    padding: 4px 0;
                }

        .list-holder.designer-artwork-elements .best-seller-container {
            width: 50%;
            padding: 0;
        }

        .main-best-img {
            width: 100%;
        }

        .live_person {
            display: none;
        }

        /* .cycle-slide a img{max-width:100%;!important;} */
        .project_listing_item {
            width: 100% !important;
        }

        .gallery-items .gallery-item {
            width: 50%;
            padding: 10px !important;
        }

            .gallery-items .gallery-item h4 {
                margin-top: 10px;
            }

        .listing_content .carousel_border {
            margin-bottom: -145px;
            height: 145px;
        }

        div.box {
            max-width: 50% !important;
            min-height: 100px !important;
            height: auto !important;
            padding: 10px 15px !important;
        }

        .search #txtSearch {
            width: 88px !important;
        }

        .pager {
            margin: 10px 0 0 0 !important;
        }

            .pager a {
                padding: 3px 0px !important;
            }

        .card_edit_wrapper {
            width: 100%;
        }

            .card_edit_wrapper iframe {
                min-height: 450px;
            }
    }

    @media screen and (max-device-width:900px) {
        .promo-slide-mobile, .promo-slide-mobile a, .promo-slide-mobile a img {
            width: 100%;
        }
    }

    @media screen and (max-device-width:600px) {
        .col-w-half {
            width: 100%;
        }
    }

    @media screen and (max-device-width:400px) {
        .promo-slide-mobile {
            /*height: 352px;*/
        }

        .social-box {
            width: 79%
        }

        .live_person {
            display: none;
        }
    }


    @media screen and (max-width:365px) {
        .social-box {
            width: 82%
        }

        .live_person {
            display: none;
        }
    }

    @media screen and (max-width:320px) {
        /*.promo-slide-mobile{height:323px;}*/
        .social-box {
            width: 95%
        }

        .live_person {
            display: none;
        }
    }

    @media screen and (max-width: 1136px) {
        .pp_carousel .caroufredsel_wrapper {
            width: 100% !important;
            margin: 0 !important;
        }
    }


    @media screen and (max-device-width: 400px) {
        .lg_advert_banner.lg_textCenter {
            display: none;
        }
    }

    .EmailTheme .bf-products-wrapper li .bf-coupon-product {
        background: #d9e2e4 !important;
    }

    .EmailTheme .bf-product-title label {
        color: #000 !important;
    }

.EmailTheme .bf-lower-options .bf-was-price {
    color: #000 !important;
}

.EmailTheme .lower-price-row {
    color: #000 !important;
}

.EmailTheme .bf_sticker {
    background: #b92d25 !important;
    right: 0;
    top: 60px;
    display: block;
    padding: 5px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 20;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.EmailTheme .bf_sticker .bf_border {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px #fff solid;
}

.EmailTheme .bf_pack_sticker {
    top: 200px;
    right: -3px;
    position: absolute;
    display: block;
    padding: 3px;
    width: 130px;
    height: 45px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #F07871;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 20;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.EmailTheme .bf_pack_sticker .bf_border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px #fff solid;
}

.ch_header {
    padding: 5px 0;
}

.ch_header .ch_logo {
    width: 160px;
    display: block;
    float: left;
}

#footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    #footer-logos {
        display: block;
        text-align: center;
        margin-top: 18px;
    }


}
/*#footer-logos img {
        width: 150px;
        margin: 10px;
    }*/
#footer-logos .logo {
    /*width: 80px;*/
    margin: 10px 0px;
    display: inline-block;
}

.checkout-logo {
    /*width: 80px;*/
    width: 100px;
}

#triggerSign {
    float: right;
}

.header-signin-content:hover span {
    color: #E40080;
}


a {
    color: inherit;
}

@media screen and (min-width: 768px) {

    .ch_header {
        padding: 10px 0 5px;
    }


    .controller_checkoutslim #footer-padding {
        height: 150px;
    }

    .checkout-logo {
        width: 160px;
    }

}

@media screen and (min-width: 1024px) {
    #triggerSign {
        position: relative;
        top: 10px;
    }
}