/* Minification failed. Returning unminified contents.
(13948,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/content/images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('/content/images/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/content/images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/content/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/content/images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('/content/images/fancybox_loading@2x.gif');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

/*New Style*/
/* ---added from version 1.0.2 ---*/
/*1.0.2 start*/
.col-sw-1,
.col-sw-2,
.col-sw-3,
.col-sw-4,
.col-sw-5,
.col-sw-6,
.col-sw-7,
.col-sw-8,
.col-sw-9,
.col-sw-10,
.col-sw-11,
.col-sw-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

    .col-sw-2:nth-child(2n+1), .col-sw-3:nth-child(3n+1), .col-sw-4:nth-child(4n+1), .col-sw-5:nth-child(5n+1), .col-sw-6:nth-child(6n+1), .col-sw-7:nth-child(7n+1), .col-sw-8:nth-child(8n+1), .col-sw-9:nth-child(9n+1), .col-sw-10:nth-child(10n+1), .col-sw-11:nth-child(11n+1), .col-sw-12:nth-child(12n+1) {
        clear: both
    }

.col-sw-1 {
    width: 100%;
}

.col-sw-2 {
    width: 50%;
}

.col-sw-3 {
    width: 33.3333%;
}

.col-sw-4 {
    width: 25%;
}

.col-sw-5 {
    width: 20%;
}

.col-sw-6 {
    width: 16.6666%;
}

.col-sw-7 {
    width: 14.2857%;
}

.col-sw-8 {
    width: 12.5%;
}

.col-sw-9 {
    width: 11.1111%;
}

.col-sw-10 {
    width: 10%;
}

.col-sw-11 {
    width: 9.0909%;
}

.col-sw-12 {
    width: 8.3333%;
}

/*1.0.2 end*/
.main-nav {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 2px 0;
    position: relative;
}

    .main-nav .double-border {
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
    }

    .fixed-header a,
    .main-nav a {
        color: #000;
        text-align: left;
    }

        .fixed-header a:hover,
        .main-nav a:hover {
            color: #f00;
        }

    .fixed-header .menu,
    .main-nav .menu {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

        .fixed-header .menu > li,
        .main-nav .menu > li {
            display: inline-block;
            padding: 0 22px;
        }

            .fixed-header .menu > li > a,
            .main-nav .menu > li > a {
                display: block;
                position: relative;
                padding: 13px 5px;
                text-transform: uppercase;
                font-weight: 400;
            }

                .fixed-header .menu > li > a:after,
                .main-nav .menu > li > a:after {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 50px;
                    bottom: -20px;
                    left: 0;
                }

                .fixed-header .menu > li > a > span.cat-label,
                .main-nav .menu > li > a > span.cat-label {
                    position: absolute;
                    top: 8px;
                    right: -25px;
                    font: 11px arial, sans-serif;
                    text-transform: uppercase;
                    padding: 0 2px;
                }

                    .fixed-header .menu > li > a > span.cat-label.cat-label-label1,
                    .main-nav .menu > li > a > span.cat-label.cat-label-label1 {
                        background: #f00;
                        color: #fff;
                    }

                    .fixed-header .menu > li > a > span.cat-label.cat-label-label2,
                    .main-nav .menu > li > a > span.cat-label.cat-label-label2 {
                        background: #00f;
                        color: #fff;
                    }

            .fixed-header .menu > li .nav-sublist-dropdown,
            .main-nav .menu > li .nav-sublist-dropdown {
                display: none;
                position: absolute;
                z-index: 10000;
                width: 200px;
                top: 100%;
                border-bottom: 1px solid #ebebeb;
                padding: 0;
                background-color: #fff;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                max-width: 100%;
                list-style: none;
            }

                .fixed-header .menu > li .nav-sublist-dropdown.active,
                .main-nav .menu > li .nav-sublist-dropdown.active {
                    display: list-item;
                }

                .fixed-header .menu > li .nav-sublist-dropdown:before,
                .main-nav .menu > li .nav-sublist-dropdown:before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: -15px;
                    z-index: -1;
                }

                .fixed-header .menu > li .nav-sublist-dropdown ul,
                .main-nav .menu > li .nav-sublist-dropdown ul {
                    padding-left: 0;
                    margin-bottom: 0;
                    list-style: none;
                }

                    .fixed-header .menu > li .nav-sublist-dropdown ul li a > span,
                    .main-nav .menu > li .nav-sublist-dropdown ul li a > span {
                        position: relative;
                    }

                        .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label,
                        .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label {
                            position: absolute;
                            font: 10px arial, sans-serif;
                            text-transform: uppercase;
                            padding: 0 2px;
                            top: 2px;
                            right: -35px;
                        }

                            .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1,
                            .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1 {
                                background: #f00;
                                color: #fff;
                            }

                            .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2,
                            .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2 {
                                background: #00f;
                                color: #fff;
                            }

                    .fixed-header .menu > li .nav-sublist-dropdown ul li .image-item a,
                    .main-nav .menu > li .nav-sublist-dropdown ul li .image-item a {
                        font-size: 0 !important;
                    }

                    .fixed-header .menu > li .nav-sublist-dropdown ul li .image-item:before,
                    .main-nav .menu > li .nav-sublist-dropdown ul li .image-item:before {
                        display: none;
                    }

                .fixed-header .menu > li .nav-sublist-dropdown .container,
                .main-nav .menu > li .nav-sublist-dropdown .container {
                    max-width: 100%;
                    padding: 0;
                }

                    .fixed-header .menu > li .nav-sublist-dropdown .container > ul > li a,
                    .main-nav .menu > li .nav-sublist-dropdown .container > ul > li a {
                        padding: 15px 20px;
                        display: block;
                        border-left: 1px solid #dbdbdb;
                        border-right: 1px solid #dbdbdb;
                        border-top: 1px solid #dbdbdb;
                        -webkit-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                    .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children,
                    .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children {
                        position: relative;
                    }

                        .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before,
                        .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before {
                            font: normal normal 16px/20px "FontAwesome";
                            content: '\f105';
                            width: 15px;
                            height: 15px;
                            position: absolute;
                            right: 10px;
                            margin-left: 13px;
                        }

                        .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
                        .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
                            position: absolute;
                            left: 199px;
                            top: 0;
                            display: none;
                        }

                            .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li,
                            .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li {
                                background-color: #fff;
                                width: 200px;
                            }

                                .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a,
                                .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a {
                                    border-bottom: 1px solid #dbdbdb;
                                }

                        .fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist,
                        .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist {
                            display: block;
                        }

            .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown,
            .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
                padding: 25px 0 30px;
                width: 100%;
                left: 0;
                right: 0;
                margin: 0 auto;
                border-bottom: 1px solid #dfdfdf;
                -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
            }

            .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown,
            .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
                padding: 25px 0 30px;
                width: 100%;
                margin: 0 auto;
                border-bottom: 1px solid #dfdfdf;
                -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
            }

                .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a,
                .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a,
                .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a,
                .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a {
                    display: block;
                    padding: 5px;
                    border: none;
                }

                    .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1,
                    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1,
                    .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1,
                    .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1 {
                        /*the font size for level1*/
                        text-transform: uppercase;
                        line-height: 1.5;
                    }

                .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li,
                .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li,
                .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li,
                .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li {
                    background: none;
                    width: auto;
                    clear: both;
                }

                    .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before,
                    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before,
                    .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before,
                    .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before {
                        font: normal normal 16px/20px "FontAwesome";
                        text-decoration: inherit;
                        content: "\f105";
                        -webkit-font-smoothing: antialiased;
                        float: left;
                        margin: 0 10px 0 10px;
                        -webkit-transition: all 0.2s ease-in-out;
                        transition: all 0.2s ease-in-out;
                    }

                    .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before,
                    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before,
                    .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before,
                    .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before {
                        text-decoration: none;
                    }

                    .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul,
                    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul,
                    .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul,
                    .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
                        margin: 3px 0 3px 5px;
                    }

                        .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before,
                        .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before,
                        .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before,
                        .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before {
                            line-height: 17px;
                        }

                        .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a,
                        .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a,
                        .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a,
                        .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a {
                            padding: 3px;
                            font-size: 12px;
                            /*the font size for under level 2*/
                        }

                .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a,
                .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a,
                .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist a,
                .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist a {
                    font-size: 13px;
                    /*the font size for level 2*/
                }

                .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before,
                .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before,
                .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before,
                .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before {
                    background: none;
                }

                .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a,
                .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a,
                .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a,
                .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a {
                    border-bottom: none;
                }

            .fixed-header .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .fixed-header .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
            .main-nav .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist,
            .main-nav .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
                left: auto;
                right: 199px;
            }

.fixed-menu-type4 .fixed-header .menu > li .nav-sublist-dropdown:before,
.header-type-4 .main-nav .menu > li .nav-sublist-dropdown:before,
.fixed-menu-type3 .fixed-header .menu > li .nav-sublist-dropdown:before,
.header-type-3 .main-nav .menu > li .nav-sublist-dropdown:before {
    top: -50px;
}

.fixed-header {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
}

    .fixed-header .menu li a {
        padding-bottom: 15px;
    }

    .fixed-header .menu li a {
        padding-bottom: 15px;
    }

.fixed-header-area {
    position: fixed;
    top: -160px;
    left: 0;
    width: 100%;
    z-index: 901;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

    .fixed-header-area.fixed-already {
        top: 0;
    }

    .fixed-header-area .menu {
        float: right;
    }

        .fixed-header-area .menu > li {
            padding: 0 11px !important;
        }

/*mobile menu*/
.mobile-nav {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: static;
    height: 0;
    background-color: #151515;
    display: none;
}

.mobile-nav-shown .mobile-nav {
    -webkit-box-shadow: 0 10px 10px #111111;
    box-shadow: 0 10px 10px #111111;
    height: 100%;
    display: block;
}

.mobile-nav .sw-mobile-menu {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
}

    .mobile-nav .sw-mobile-menu li {
        display: block;
        position: relative;
        clear: both;
    }

        .mobile-nav .sw-mobile-menu li.over > a {
            color: #FFF;
        }

        .mobile-nav .sw-mobile-menu li.over > .open-child:after {
            background-image: url(images/small-plus.png);
            background-position: top center;
            background-repeat: no-repeat;
        }

        .mobile-nav .sw-mobile-menu li .container {
            width: 100%;
            padding: 0;
        }

        .mobile-nav .sw-mobile-menu li .open-child {
            float: right;
            font-size: 0;
            width: 40px;
            height: 40px;
            margin-top: 1px;
            display: block;
            cursor: pointer;
            position: relative;
            background-color: #151515;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .mobile-nav .sw-mobile-menu li .open-child:hover {
                background-color: #0e0e0e;
            }

            .mobile-nav .sw-mobile-menu li .open-child:after {
                content: "";
                background-image: url(images/small-plus.png);
                background-position: bottom center;
                background-repeat: no-repeat;
                cursor: pointer;
                width: 19px;
                height: 19px;
                display: block;
                position: absolute;
                left: 10px;
                top: 10px;
                opacity: 0.5;
            }

            .mobile-nav .sw-mobile-menu li .open-child:selection {
                background-color: transparent !important;
            }

        .mobile-nav .sw-mobile-menu li > a {
            color: #c7c7c7;
            display: block;
            line-height: 40px;
            padding: 0 10px 0 20px;
            font-size: 14px;
            text-transform: uppercase;
            background: #151515;
            border-top: 1px solid #222222;
        }

            .mobile-nav .sw-mobile-menu li > a:hover {
                background-color: #989898;
                text-decoration: none;
                color: #222;
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
            }

            .mobile-nav .sw-mobile-menu li > a span.cat-label {
                font: 10px/1.2 arial;
                text-transform: uppercase;
                padding: 0 2px;
                margin-left: 1px;
                margin-bottom: 3px;
                display: inline-block;
                vertical-align: middle;
            }

                .mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1 {
                    background: #f00;
                    color: #fff;
                }

                .mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2 {
                    background: #00f;
                    color: #fff;
                }

    .mobile-nav .sw-mobile-menu > li > ul {
        border-top: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

        .mobile-nav .sw-mobile-menu > li > ul li {
            display: block;
            position: relative;
            background-color: #151515;
        }

        .mobile-nav .sw-mobile-menu > li > ul > li a {
            padding-left: 20px;
            margin-left: 15px;
            text-transform: none;
            font: 12px/40px "Open Sans", Arial;
            display: block;
            /*background-color: #151515;*/
        }

            .mobile-nav .sw-mobile-menu > li > ul > li a span.cat-label {
                margin-bottom: 0;
            }

            .mobile-nav .sw-mobile-menu > li > ul > li a:before {
                font: normal normal 16px/40px "FontAwesome";
                text-decoration: inherit;
                content: "\f105";
                -webkit-font-smoothing: antialiased;
                float: left;
                margin-right: 10px;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

        .mobile-nav .sw-mobile-menu > li > ul > li li a {
            padding-left: 15px;
            /*background-color: #151515;*/
            margin-left: 30px;
        }

        .mobile-nav .sw-mobile-menu > li > ul > li li li a {
            padding-left: 15px;
            /*background-color: #151515;*/
            margin-left: 40px;
        }

        .mobile-nav .sw-mobile-menu > li > ul > li li li li a {
            padding-left: 20px;
            margin-left: 45px;
        }

    .mobile-nav .sw-mobile-menu > li ul {
        display: none;
        padding: 0;
        margin: 0;
    }

.side-block .close-block {
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    background-color: #151515;
    display: block;
    padding: 20px 0 20px 20px;
    text-align: left;
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .side-block .close-block:hover {
        color: #c6c6c6;
    }

        .side-block .close-block:hover:before {
            background-position: bottom center;
        }

    .side-block .close-block:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 15px;
        top: 25px;
        background-image: url(images/small-close.png);
        background-repeat: no-repeat;
        background-position: top center;
    }

/* Reset ================================================================================= */
* {
    outline: none !important
}

html, body {
    background-color: #fff;
    font: 13px/1 'Open Sans',Arial,Helvetica,sans-serif;
    color: #777;
    text-align: center
}

body {
    overflow-x: hidden
}

img {
    border: 0;
    vertical-align: top
}

a {
    color: #08c;
    text-decoration: none;
    transition: all 0.3s
}

    a:visited, a:focus {
        text-decoration: none
    }

    a:hover {
        color: #08c;
        text-decoration: underline
    }

:focus {
    outline: 0
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #777
}

h1 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px
}

h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px
}

h3 {
    font-size: 16px;
    font-weight: 600
}

h4 {
    font-size: 14px;
    font-weight: 600
}

h5 {
    font-size: 12px;
    font-weight: 600
}

h6 {
    font-size: 11px;
    font-weight: 600
}

hr {
    border-color: #f5f5f5
}
/* Forms */
form {
    display: inline
}

fieldset {
    border: 0
}

legend {
    display: none
}

/* Table */
table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%
}

caption, th, td {
    vertical-align: middle;
    text-align: left;
    font-weight: normal
}

/* Content */
p {
    margin: 0 0 15px;
    line-height: 1.5
}

strong {
    font-weight: bold
}

address {
    text-align: left;
    margin: 0
}

cite {
    font-style: normal
}

q,
blockquote {
    quotes: none
}

    q:before,
    q:after {
        content: ''
    }

small, big {
    font-size: 1em
}
/* Lists */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important
}

.nobr {
    white-space: nowrap !important
}

.wrap {
    white-space: normal !important
}

.a-left {
    text-align: left !important
}

.a-center {
    text-align: center !important
}

.a-right {
    text-align: right !important
}

.v-top {
    vertical-align: top
}

.v-middle {
    vertical-align: middle
}

.f-left,
.left {
    float: left !important
}

.f-right,
.right {
    float: right !important
}

.f-none {
    float: none !important
}

.f-fix {
    float: left;
    width: 100%
}

.label {
    color: #000
}

th.label {
    display: inherit
}

.no-display {
    display: none
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-bg {
    background: none !important
}

.theme-color {
    color: #08c !important
}

.theme-bg-color {
    background-color: #08c
}

.theme-border-color {
    border-color: #08c
}

.theme-hover-color:hover {
    color: #08c
}

.theme-hover-bg-color:hover {
    background-color: #08c
}
/* Layout ================================================================================ */
.wrapper {
}

.page {
    background-color: #fff;
    padding: 0
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left
}

.top-container {
}

/******** For Boxed Version ************/
body.boxed {
    background: url(../images/boxed_bg.jpg) center center no-repeat;
    background-color: #000;
    background-size: cover;
    background-attachment: fixed
}

    body.boxed.page-empty {
        background-image: none;
        background-color: #fff
    }

body.ajaxcart-index-options {
    background: #fff
}

body.boxed .wrapper {
    padding-top: 24px;
    padding-bottom: 17px;
}

body.boxed .page {
    overflow: hidden;
    border-radius: 8px;
    width: 1180px;
    margin-left: auto;
    margin-right: auto
}

body.boxed .header-container .top-links-container {
    border-radius: 8px 8px 0 0
}

/* BreadCrumbs */
.top-container > .breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    background-color: #171717
}

.breadcrumbs ul {
    padding: 0
}

.breadcrumbs li {
    display: inline;
    vertical-align: top
}

    .breadcrumbs li strong {
        font-weight: 400;
        vertical-align: middle
    }

    .breadcrumbs li a {
        vertical-align: middle;
        font-weight: 400;
        color: #fff
    }

.breadcrumbs span.breadcrumbs-split {
    vertical-align: middle;
    margin: 0 2px;
    font-size: 12px
}

.main-container {
    padding: 20px 0 50px;
    min-height: 400px
}

.main {
    text-align: left
}

    /*.main.container {
        max-width: 100%
    }*/

.col-main {
    padding-bottom: 30px
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%
}

.col2-set .col-2 {
    float: right;
    width: 48.5%
}

.col2-set .col-narrow {
    width: 32%
}

.col2-set .col-wide {
    width: 65%
}

.col3-set .col-1 {
    float: left;
    width: 32%
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%
}

.col3-set .col-3 {
    float: right;
    width: 32%
}

.col4-set .col-1 {
    float: left;
    width: 23.5%
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%
}

.col4-set .col-3 {
    float: left;
    width: 23.5%
}

.col4-set .col-4 {
    float: right;
    width: 23.5%
}
/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font-size: 12px;
    vertical-align: middle;
    color: #484747
}

    input.input-text, select, textarea {
        background: #fff;
        border: 1px solid #ccc;
        padding: 2px 8px;
        height: 26px;
        color: #777;
        font-size: 13px;
        border-radius: 3px
    }

select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px 8px;
    height: 26px;
    color: #777;
    font-size: 13px
}

input.input-text, textarea {
    padding: 8px
}

label {
    margin: 0;
    vertical-align: middle;
    color: #777;
    font-size: 13px;
    font-weight: normal
}

select option {
    padding-right: 10px
}

select.multiselect option {
    padding: 2px 5px
}

    select.multiselect option:last-child {
        border-bottom: 0
    }

textarea {
    overflow: auto;
    padding: 8px
}

input.radio {
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle
}

input.checkbox {
    margin-right: 10px;
    display: inline-block
}

input.qty {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 35px !important;
    font-size: 14px;
    text-align: center;
    color: #08c;
    border-color: #e1e1e1
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.button {
    -webkit-border-fit: lines
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer
}

    button.button span {
        display: block;
        border: 0;
        background: #08c;
        padding: 0 15px;
        font-weight: normal;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        color: #fff;
        line-height: 38px;
        border-radius: 5px
    }

        button.button span span {
            border: 0;
            padding: 0;
            color: inherit;
            border-width: 0;
            background: transparent;
            line-height: inherit
        }

    button.button:hover span {
        opacity: .9;
        filter: alpha(opacity=90)
    }

button.disabled span {
    background: #bbb !important
}

button.btn-checkout.no-checkout span {
    color: #b8baba
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 10px;
    display: inline-block
}

p.control {
    line-height: 19px
}

/* Form lists */
/* Grouped fields */
.input-box label {
    margin-bottom: 10px
}

.form-wrap, #form-validate, #login-form {
    display: block;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    background: -webkit-linear-gradient(#fff,#f9f9f9);
    background: -o-linear-gradient(#fff,#f9f9f9);
    background: -moz-linear-gradient(#fff,#f9f9f9);
    background: linear-gradient(#fff,#f9f9f9);
    border-top: 4px solid #08c;
    padding: 35px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08)
}

    .form-wrap h2, #form-validate h2 {
        color: #08c;
        text-transform: uppercase;
        margin: 0 0 20px
    }

    .form-wrap .fieldset, #form-validate .fieldset {
        margin: 0
    }

        .form-wrap .fieldset + .fieldset, #form-validate .fieldset + .fieldset {
            margin-top: 35px
        }

.form-list li {
    margin: 0 0 10px
}

.form-list label {
    float: left;
    font-size: 14px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px
}

    .form-list label.required {
    }

        .form-list label.required em {
            float: right;
            font-style: normal;
            color: #eb340a;
            position: absolute;
            top: 0;
            right: -8px
        }

.form-list li.control label {
    float: none;
    margin: 0;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin: 0 8px 0 0;
}

.form-list li.control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 0
}

.form-list .input-box {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    clear: both
}

    .form-list .input-box label {
        float: none;
        display: table-cell;
        width: 1%;
        white-space: nowrap;
        padding-right: 5px
    }

        .form-list .input-box label i {
            width: 46px;
            height: 38px;
            line-height: 38px;
            display: inline-block;
            text-align: center;
            font-size: 16px;
            border-right: 1px solid #ccc;
            margin-right: 10px
        }

        .form-list .input-box label.required em {
            float: none;
            position: static
        }

.form-list li.wide {
}

.form-list .field {
    float: left;
    margin: 0;
    width: 48%
}

    .form-list .field:nth-child(2n) {
        float: right
    }

.form-list input.input-text {
    width: 100%;
    height: 38px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #fff
}

.form-list textarea {
    width: 100%;
    height: 10em;
    line-height: 1.4;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}

.form-list select {
    width: 100%;
    height: 38px;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}

.form-list li.control {
}

.form-list li.wide .input-box {
}

.form-list li.wide input.input-text {
}

.form-list li.wide textarea {
}

.form-list li.wide select {
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px
}

    .form-list li.additional-row .btn-remove {
        float: right;
        margin: 5px 0 0
    }

.form-list .input-range input.input-text {
    width: 74px;
    border: 1px solid #ccc
}

.form-list-narrow li {
    margin-bottom: 0
}

    .form-list-narrow li .input-box {
        margin-bottom: 6px
    }

    .form-list-narrow li.wide .input-box {
        width: 260px
    }

    .form-list-narrow li.wide input.input-text,
    .form-list-narrow li.wide textarea {
        width: 254px
    }

    .form-list-narrow li.wide select {
        width: 260px
    }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto
}

.buttons-set {
    clear: both;
    margin: 1em 0 0;
    padding: 8px 0 0;
    text-align: right
}

    .buttons-set p.required {
        margin: 0 0 10px
    }

    .buttons-set .back-link {
        float: left;
        margin: 0
    }

    .buttons-set button.button {
        float: right;
        margin-left: 5px
    }

    .buttons-set a {
        line-height: 35px
    }

.buttons-set-order {
    margin: 10px 0 0
}

    .buttons-set-order .please-wait {
        padding: 12px 7px 0 0
    }

.fieldset {
    margin: 20px 0
}

    .fieldset .legend {
        font-size: 16px;
        margin: 20px 0
    }

/* Form Validation */
.validation-advice {
    display: none;
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    color: #eb340a;
    position: absolute
}

.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important
}

.validation-passed {
}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A
}
/* Expiration date and CVV number validation fix */
.v-fix {
    float: left
}

    .v-fix .validation-advice {
        display: block;
        width: 12em;
        margin-right: -12em;
        position: relative
    }

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold
}

.error {
    color: #df280a;
    font-weight: bold
}

.notice {
    color: #e26703
}

.messages,
.messages ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.messages {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px
}

    .messages li {
        margin: 0 0 10px
    }

        .messages li li {
            margin: 0 0 3px
        }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid;
    border-width: 1px;
    min-height: 24px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    margin-bottom: 20px
}

.error-msg {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442
}

.success-msg {
    border-color: #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d
}

.note-msg,
.notice-msg {
    border-color: #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b
}

.owl-carousel .owl-wrapper-outer {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.owl-top-narrow .error-msg, .owl-top-narrow .success-msg, .owl-top-narrow .note-msg, .owl-top-narrow .notice-msg {
    margin: 10px
}

/* Page Heading */
.page-title {
    text-align: left
}

    .page-title h1,
    .page-title h2 {
        margin: 0;
        font-size: 20px;
        color: #484747
    }

.col-main .page-title h1,
.col-main .page-title h2 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #08c
}

.page-title.category-title {
    display: none
}

.col-main .page-title.category-title h1 {
    margin-bottom: 10px
}

.page-title .separator {
    margin: 0 3px
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0
}

.title-buttons {
    text-align: right
}

    .title-buttons h1,
    .title-buttons h2,
    .title-buttons h3,
    .title-buttons h4,
    .title-buttons h5,
    .title-buttons h6 {
        float: left
    }

.subtitle,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #08c
}

/* Pager */
.pager {
}

    .pager .amount {
        float: left;
        margin: 0;
        line-height: 30px;
        margin-right: 10px;
        display: none
    }

    .pager .limiter {
        float: right
    }

        .pager .limiter label {
            vertical-align: middle
        }

        .pager .limiter select {
            padding: 0;
            margin: 0 0 1px;
            vertical-align: middle
        }

    .pager .pages {
        float: right;
        margin-left: 7px
    }

        .pager .pages ol {
            display: inline
        }

        .pager .pages li {
            display: inline-block;
            margin: 0;
            height: 26px;
            width: 26px;
            line-height: 24px;
            font-size: 13px;
            margin-left: 2px;
            text-align: center;
            border-radius: 3px
        }

    .pager li > a, .pager li > span {
        padding: 0;
        background-color: #fff;
        display: block;
        height: 26px;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 3px
    }

        .pager li > a.next, .pager li > a.previous {
            color: #999
        }

            .pager li > a.next:hover, .pager li > a.next:focus, .pager li > a.previous:hover, .pager li > a.previous:focus {
                color: #fff
            }

        .pager li > a:hover, .pager li > a:focus {
            background-color: #08c;
            border-color: #08c;
            color: #fff;
            text-decoration: none
        }

    .pager .pages .current {
        padding: 0;
        border: 1px solid #08c;
        background-color: #08c;
        color: #fff
    }

/* Sorter */
.sorter {
}

    .sorter .view-mode {
        float: left;
        margin: 0;
        margin-right: 10px;
        line-height: 29px;
        height: 30px
    }

        .sorter .view-mode i {
            font-size: 14px;
            border: 1px solid #ccc;
            background-color: #fff;
            color: #ccc;
            width: 26px;
            height: 26px;
            line-height: 24px;
            display: inline-block;
            text-align: center;
            border-radius: 3px;
            vertical-align: top
        }

        .sorter .view-mode strong i, .sorter .view-mode a:hover i {
            border-color: #08c;
            color: #fff;
            background-color: #08c;
            border-radius: 3px
        }

    .sorter .sort-by {
        float: left;
        margin-right: 15px;
        margin-bottom: 4px
    }

    .sorter label {
        margin-right: 5px
    }

    .sorter .sort-by select {
    }

    .sorter .link-feed {
    }

    .sorter .limiter {
        float: right
    }

/* Toolbar */
.toolbar {
}

    .toolbar .pager {
        float: right;
        margin: 0;
        margin-bottom: 4px
    }

    .toolbar .sorter {
    }

.toolbar-bottom {
    text-align: center;
    margin-top: 20px
}

    .toolbar-bottom .toolbar {
        display: inline-block;
        border: 0
    }

        .toolbar-bottom .toolbar .sorter .sort-by, .toolbar-bottom .toolbar .sorter .view-mode {
            display: none
        }

/* Data Table */
.data-table {
    width: 100%;
    border: 0
}

    .data-table .odd {
    }

    .data-table .even {
    }

    .data-table thead tr {
        border: 1px solid #dcdcdc
    }

    .data-table tbody tr {
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        background-color: #fff
    }

    .data-table td.last,
    .data-table th.last {
        border-right: 1px solid #dcdcdc
    }

    .data-table tr.last th,
    .data-table tr.last td {
    }

    .data-table th {
        padding: 15px 10px;
        font-weight: bold
    }

    .data-table td {
        padding: 15px 10px
    }

    .data-table h2, .data-table h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: normal
    }

    .data-table thead th {
        font-weight: 600;
        padding: 15px 10px;
        color: #777;
        white-space: nowrap;
        vertical-align: middle;
        font-size: 14px;
        text-transform: uppercase
    }

        .data-table thead th.wrap {
            white-space: normal
        }

        .data-table thead th a,
        .data-table thead th a:hover {
            color: #fff
        }

    .data-table thead th {
        background-color: #f6f6f6
    }

        .data-table thead th .tax-flag {
            font-size: 11px;
            white-space: nowrap
        }

    .data-table tfoot {
        border-bottom: 1px solid #d9dde3
    }

        .data-table tfoot tr.first td {
            border-left: 1px solid #dcdcdc
        }

        .data-table tfoot tr {
        }

        .data-table tfoot td {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 0;
            border-right: 1px solid #dcdcdc;
            border-left: 1px solid #dcdcdc
        }

        .data-table tfoot strong {
            font-size: 16px
        }

    .data-table tbody th, .data-table tbody td {
        border-bottom: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        padding: 15px 10px;
        line-height: 1.3
    }

        .data-table tbody td .option-label {
            font-weight: bold;
            font-style: italic
        }

        .data-table tbody td .option-value {
            padding-left: 10px
        }

    .data-table p {
        margin-bottom: 0
    }

    .data-table .qty-holder, .data-table .add-to-cart-alt {
        position: relative;
        text-align: left;
        margin-right: 0
    }

    .data-table .add-to-cart-alt {
        margin: 10px 0;
        width: 93px
    }

    .data-table .edit-qty {
        margin-left: 5px
    }

    .data-table input.qty {
        color: #777;
        height: 30px;
        border-radius: 0;
        border-color: #ccc;
        margin: 0 -1px
    }

    .data-table .table_qty_inc, .data-table .table_qty_dec {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #f4f4f4;
        border: 1px solid #ccc;
        color: #777;
        line-height: 30px;
        border-radius: 0;
        margin: 0;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        vertical-align: top
    }

    .data-table button.button > span {
        background: #fff;
        border: 1px solid #ccc;
        color: #777;
        line-height: 32px;
        padding: 0 12px
    }

    .data-table button.button:hover > span {
        background: #08c;
        border: 1px solid #08c;
        color: #fff
    }

    .data-table .product-name a {
        color: #08c
    }

    .data-table .cart-cell {
        margin-bottom: 10px
    }

        .data-table .cart-cell button.button span {
            font-size: 13px;
            line-height: 28px
        }

/* Generic Info Box */
.info-box {
    background: #fff 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px
}

    .info-box h2 {
        font-weight: bold;
        font-size: 13px
    }

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0
}

.info-table td {
    padding: 2px 0
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer
}

    tr.summary-total td {
    }

    tr.summary-total .summary-collapse {
        float: right;
        text-align: right;
        padding-left: 20px;
        cursor: pointer
    }

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db
}

tr.summary-details-excluded {
    font-style: italic
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block
}

    .cart-tax-info,
    .cart-tax-info .cart-price {
        padding-right: 20px
    }

.cart-tax-total {
    display: block;
    padding-right: 20px;
    cursor: pointer
}

    .cart-tax-info .price,
    .cart-tax-total .price {
        display: inline !important;
        font-weight: normal !important
    }

.cart-tax-total-expanded {
    background-position: 100% -52px
}

/* Class:std - styles for admin-controlled content */
.std {
    line-height: 1.4
}

    .std .subtitle {
        padding: 0
    }

    .std ol.ol {
        list-style: decimal outside;
        padding-left: 1.5em
    }

    .std ul.disc {
        list-style: disc outside;
        padding-left: 18px;
        margin: 0 0 10px
    }

    .std dl dt {
        font-weight: bold
    }

    .std dl dd {
        margin: 0 0 10px
    }

    .std ul,
    .std ol,
    .std dl,
    .std address,
    .std blockquote {
        margin: 0;
        padding: 0
    }

    .std ul {
        list-style: disc outside;
        padding-left: 1.5em
    }

        .std ul li {
            line-height: 20px
        }

    .std ol {
        list-style: decimal outside;
        padding-left: 1.5em
    }

    .std ul ul {
        list-style-type: circle
    }

    .std ul ul,
    .std ol ol,
    .std ul ol,
    .std ol ul {
        margin: .5em 0
    }

    .std dt {
        font-weight: bold
    }

    .std dd {
        padding: 0 0 0 1.5em
    }

    .std blockquote {
        font-style: italic;
        padding: 0 0 0 1.5em
    }

    .std address {
        font-style: normal
    }

    .std b,
    .std strong {
        font-weight: bold
    }

    .std i,
    .std em {
        font-style: italic
    }

/* Misc */
.links li {
    display: inline
}

.link-cart {
}
/*.link-cart{display:inline-block;border-radius:4px;font-size:12px;background:#fff;border:1px solid #ccc;color:#777;line-height:25px;padding:0 8px}
.link-cart:hover{background:#08c;border:1px solid #08c;color:#fff}*/
.link-wishlist {
    color: #ed4949;
    border-color: #f6a4a4
}

    .link-wishlist:hover {
        color: #ed4949;
        border-color: #f6a4a4
    }

.cart-table .link-wishlist, .cart-table .link-wishlist:hover {
    color: #08c
}

.link-reorder {
}

.link-compare {
    color: #52b9b5;
    border-color: #97d5d3
}

    .link-compare:hover {
        color: #52b9b5;
        border-color: #97d5d3
    }

.link-print {
}

.link-rss {
}

.btn-remove {
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    font-size: 13px;
    color: #08c;
    line-height: 1
}

    .btn-remove:hover {
        color: #08c
    }

    .btn-remove:before {
        content: "\f00d";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        font-family: "Font Awesome 5 Free";
        text-indent: 0;
        text-align: right;
        font-weight: 900;
        font-style: normal;
    }

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.btn-remove2 {
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden
}

    .btn-remove2:before {
        text-align: center
    }

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.cards-list dt {
    margin: 5px 0 0
}

.cards-list .offset {
    padding: 2px 0 2px 20px
}

.separator {
    margin: 0 3px
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(/content/images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f
}

    .global-site-notice .notice-inner {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        text-align: left
    }

        .global-site-notice .notice-inner p {
            margin: 0;
            border: 1px dotted #cccc73;
            padding: 10px
        }

        .global-site-notice .notice-inner .actions {
            padding-top: 10px
        }

/* Cookie Notice */
.notice-cookie {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

/* Noscript Notice */
.noscript {
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff
}

    .demo-notice .notice-inner {
        width: auto;
        padding: 0;
        background: none;
        text-align: center
    }

        .demo-notice .notice-inner p {
            padding: 0;
            border: 0
        }

/* Header ================================================================================ */
.header-container {
    background-color: #fff;
    border-top-width: 4px;
    border-top-style: solid
}

.top-links-container {
    background-color: #f0f0ed;
    padding: 5px 0;
    position: relative;
    z-index: 200
}

.header {
    position: relative;
    z-index: 101;
    text-align: left
}

    .header > .logo {
        margin: 30px 40px 30px 0;
        text-decoration: none !important;
        max-width: 100%;
        display: inline-block;
        vertical-align: middle;
        max-width: 170px;
        position: relative;
        z-index: 2
    }

        .header > .logo > .logo {
            margin: 0 !important;
            padding: 0 !important;
            width: 100%
        }

    .header .logo strong {
        position: absolute;
        top: -999em;
        left: -999em;
        width: 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden
    }

    .header .logo img {
        max-width: 100%
    }

.header-container .welcome-msg {
    margin: 3px 20px 3px 0;
    text-align: left;
    float: right;
    font-size: 11px;
    line-height: 19px;
    text-transform: uppercase
}

    .header-container .welcome-msg a {
        color: #7dbd22
    }

.header #search_mini_form {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px
}

.header .form-search {
    overflow: visible;
    border: 1px solid #ccc;
    border-radius: 20px;
    position: relative;
    width: 100%;
    min-width: 250px;
    padding-right: 170px;
    background-color: #fff
}

    .header .form-search label {
        float: left;
        width: 24px;
        height: 21px;
        text-align: left;
        text-indent: -999em;
        overflow: hidden;
        display: none
    }

    .header .form-search #search {
        border: 0;
        height: 38px;
        background-color: transparent;
        padding: 10px 15px;
        color: #999;
        font-family: Arial;
        width: 100%;
        margin: 0;
        font-size: 13px;
        line-height: 20px;
        border-radius: 20px 0 0 20px
    }

    .header .form-search #cat {
        margin: 0;
        width: 130px;
        height: 38px;
        background-color: transparent;
        border: 1px solid #ccc;
        border-top: 0;
        border-bottom: 0;
        font-family: Arial;
        font-size: 13px;
        line-height: 34px;
        color: #777;
        padding: 2px 0;
        padding-left: 10px;
        position: absolute;
        right: 40px;
        border-radius: 0;
        -moz-appearance: none;
        -webkit-appearance: none
    }

        .header .form-search #cat option {
            color: #000;
            background: #fff
        }

    .header .form-search button.button {
        width: 40px;
        height: 38px;
        color: #777;
        background-color: transparent;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 20px 20px 0
    }

    .header .form-search .search-autocomplete {
        z-index: 999
    }

        .header .form-search .search-autocomplete ul {
            border: 1px solid #ddd;
            background-color: #fff
        }

        .header .form-search .search-autocomplete li {
            text-align: left;
            padding: 5px 10px;
            cursor: pointer;
            color: #777
        }

            .header .form-search .search-autocomplete li .amount {
                float: right;
                font-weight: bold
            }

            .header .form-search .search-autocomplete li.odd {
                background-color: #fff
            }

            .header .form-search .search-autocomplete li.selected {
                background-color: #f7f7f7
            }

.header-container .form-language,
.header-container .form-currency {
    display: block;
    float: left;
    margin-right: 8px
}

    .header-container .form-language select,
    .header-container .form-currency select {
        display: none
    }

.header-container .links {
    display: block;
    float: right;
    padding: 0;
    margin: 3px 0;
    color: #08c
}

.header-container .top-links-area {
    display: block;
    float: right;
    padding: 0;
    position: relative
}

.header-container .top-links a {
    color: #999
}

    .header-container .top-links a:hover {
    }

.header-container .top-links .selectbox li a:hover {
    color: #fff
}

.header-container .links li {
    font-size: 11px;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 19px;
    border-left: 1px solid #ccc
}

    .header-container .links li.last {
        padding-right: 0
    }

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right
}

    .header-container .top-container a {
        font-size: 11px;
        color: #ebbc58
    }

.top-container .paypal-logo {
    text-align: left;
    display: inline-table
}

.header .custom-block {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle
}

.fixed-header-area {
    z-index: 1001;
    text-align: left;
    transition: 0.5s top ease-in-out;
    -webkit-transition: 0.5s top ease-in-out
}

.mini-cart {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    text-align: right
}

.topCartContent {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 300px;
    background-color: #fff;
    border-width: 6px 0 0 0;
    border-style: solid;
    z-index: 1;
    border-radius: 8px 8px 5px 5px;
    color: #777;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    margin-top: 10px
}

    .topCartContent:before {
        content: "";
        position: absolute;
        border: 10px solid transparent;
        display: block;
        right: 15px;
        top: -25px;
        border-bottom-color: #08c
    }

.mini-cart .topCartContent:after {
    content: "";
    position: absolute;
    left: 0;
    top: -25px;
    height: 25px;
    width: 100%;
    display: block
}

.mybag-link {
    line-height: 1;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    max-width: 120px
}

    .mybag-link i {
        color: #fff;
        font-size: 27px;
        display: inline-block;
        vertical-align: middle
    }

    .mybag-link:hover {
        color: #fff;
        text-decoration: none
    }

    .mybag-link .cart-info {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding: 3px
    }

    .mybag-link span {
        display: block;
        font-size: 12px;
        font-weight: 600
    }

    .mybag-link .cart-qty {
        font-size: 14px
    }

.mini-cart .block-subtitle {
    margin: 20px 30px
}

.mini-cart .cart-empty {
    margin: 20px;
    text-align: center
}

.mini-products-list .product-image {
    float: left
}

.mini-cart .mini-products-list .product-details {
    margin-left: 90px
}

.mini-cart .mini-products-list {
    padding: 0 20px
}

    .mini-cart .mini-products-list li {
        padding: 20px 0;
        border-bottom: 1px solid #eee
    }

        .mini-cart .mini-products-list li a.btn-remove {
            top: 29px
        }

        .mini-cart .mini-products-list li .product-image {
            border-width: 0;
            padding: 0;
            border-radius: 0
        }

            .mini-cart .mini-products-list li .product-image img {
                width: auto
            }

.mini-cart .actions {
    color: #fff;
    line-height: 47px;
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px
}

    .mini-cart .actions a {
        border: 0;
        width: 128px;
        text-align: center
    }

.option-detail {
    position: relative;
    cursor: help;
    line-height: 1.5
}

    .option-detail a:hover {
        cursor: help
    }

    .option-detail .item-options {
        position: absolute;
        background-color: #fff;
        border: 0;
        border-top: 3px solid #08c;
        border-radius: 5px;
        min-width: 180px;
        left: 0;
        top: 20px;
        box-shadow: 0 0 2px rgba(0,0,0,.1);
        opacity: 0;
        filter: alpha(opacity=0);
        display: none;
        margin: 0;
        padding: 10px
    }

    .option-detail:hover .item-options {
        opacity: 1;
        filter: alpha(opacity=100);
        display: block
    }

.mini-cart .qty-price {
    color: #08c
}

.mini-cart .totals {
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    color: #08c;
    font-weight: 700
}

    .mini-cart .totals .label {
        color: #777
    }

.header-container .selectbox .select {
    border-color: transparent;
    color: #fff;
    text-align: center
}

.header-container .selectbox li a {
    color: #777 !important
}

    .header-container .selectbox li a:hover {
        color: #fff !important
    }

.header-container .selectbox .dropdown {
    border-radius: 3px
}

    .header-container .selectbox .dropdown ul {
        background-color: #fff !important
    }

.header-container .top-links-container span.split {
    float: left;
    display: block;
    height: 14px;
    width: 1px;
    border-right: 1px solid #ccc;
    margin: 6px 3px 6px 0
}

.header-container .main-nav ul.menu > li.menu-full-width > a, .header-container .main-nav ul.menu > li.menu-item-has-children > a, .header-container .main-nav ul.menu > li.menu-static-width > a {
    padding-right: 30px
}

.custom-block .icon-group:first-child {
    margin: 0
}

.icon-group {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 30px
}

    .icon-group i {
        font-size: 20px;
        color: #fff;
        float: left;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #000
    }

    .icon-group h3 {
        color: #000;
        font-size: 14px;
        margin: 0;
        line-height: 1.5;
        margin-left: 48px
    }

    .icon-group p {
        font-size: 11px;
        margin: 0;
        margin-left: 48px;
        line-height: 1;
        color: #878787
    }

.search-area {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    display: inline-block;
    height: 40px;
    left: 20px;
    vertical-align: middle
}

.cart-area {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 1;
    display: inline-block;
    height: 40px;
    right: 15px;
    text-align: right;
    vertical-align: middle
}

.header-container .header .custom-block span.split {
    height: 14px;
    width: 1px;
    border-right: 1px solid #ccc;
    margin: 0 13px
}

.header-container .top-links-icon {
    display: none;
    vertical-align: middle;
    font-size: 11px;
    padding: 7px 20px 7px 10px;
    position: relative
}

    .header-container .top-links-icon:before {
        content: "\e80b";
        display: block;
        position: absolute;
        right: 7px;
        top: 50%;
        font-family: "porto";
        margin-top: -5px
    }

    .header-container .top-links-icon a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none
    }

        .header-container .top-links-icon a:hover {
            text-decoration: none
        }

.mobile-nav-shown .mobile-nav {
    box-shadow: none !important
}
/*** Header Type 1 ***/
.header-container.type1 {
    background-color: #1e1e1e;
    border: 0
}

.cms-index-index .header-container.type1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    max-height: 100%;
}

.cms-index-index.mobile-nav-shown .header-container.type1 {
    overflow-y: auto
}

.header-container.type1 .mobile-nav.side-block .sw-mobile-menu li > a, .header-container.type1 .mobile-nav.side-block .sw-mobile-menu li .open-child, .header-container.type1 .mobile-nav.side-block .sw-mobile-menu li.over > a {
    color: #fff
}

.header-container.type1 .top-links-area {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.header-container.type1 .top-links-icon {
    background-color: #101010;
    border-radius: 2px;
    color: #fff
}

.header-container.type1 .header .logo {
    margin: 20px 25px 25px 0;
    float: left;
    position: relative;
    z-index: 1
}

.header-container.type1 .header-wrapper {
    border: 0;
    display: block;
    margin: 32px 0 0
}

.header-container.type1 .main-nav {
    margin: 0
}

    .header-container.type1 .main-nav > .container {
        width: auto !important;
        padding: 0
    }

    .header-container.type1 .main-nav .menu-wrapper {
        background-color: transparent
    }

    .header-container.type1 .main-nav ul.menu > li > a {
        color: #fff;
        padding: 10px;
        font-weight: 600;
        position: relative;
        z-index: 1
    }

    .header-container.type1 .main-nav ul.menu > li.menu-full-width > a, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type1 .main-nav ul.menu > li.menu-static-width > a {
        padding-right: 25px
    }

        .header-container.type1 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type1 .main-nav ul.menu > li.menu-static-width > a:after {
            right: 8px
        }

.header-container.type1 .header-right-area {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -32px
}

    .header-container.type1 .header-right-area > div:first-child {
        margin-bottom: 10px
    }

.header-container.type1 .links {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 5px
}

    .header-container.type1 .links li {
        font-weight: 300;
        padding: 0 12px;
        border: 0;
        border-right: 1px solid #101010
    }

    .header-container.type1 .links a {
        color: #fff
    }

.header-container.type1 .search-area {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
    left: 0;
    top: 0;
    z-index: 5
}

    .header-container.type1 .search-area > a {
        color: #fff
    }

.header-container.type1 .header #search_mini_form {
    display: none
}

.header-container.type1 .header .form-search {
    width: 450px;
    position: absolute;
    right: -20px;
    top: 40px;
    overflow: visible;
    border-width: 5px;
    border-radius: 25px;
    background-color: #fff
}

    .header-container.type1 .header .form-search:before {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: -25px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #ccc
    }

.header-container.type1 .form-currency, .header-container.type1 .form-language {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 4px
}

.header-container.type1 .selectbox .select {
    border-color: #101010;
    background-color: #101010;
    color: #fff;
    text-align: center
}

.selectbox li {
    transition: all 0.3s
}

.header-container.type1 .selectbox .dropdown {
    border: 0
}

.header-container.type1 .mini-cart {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto
}

    .header-container.type1 .mini-cart .mybag-link {
        height: 26px;
        padding: 4px 7px;
        background-color: #010101;
        border-radius: 2px
    }

        .header-container.type1 .mini-cart .mybag-link i {
            font-size: 14px
        }

        .header-container.type1 .mini-cart .mybag-link .cart-info {
            padding: 1px 3px
        }

        .header-container.type1 .mini-cart .mybag-link span {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            line-height: 14px;
            font-weight: normal
        }

        .header-container.type1 .mini-cart .mybag-link .cart-qty {
            margin-right: 3px
        }

    .header-container.type1 .mini-cart .topCartContent {
        top: 26px
    }

.header-container.type1 .menu-icon {
    display: none;
    padding: 0;
    margin: 0;
    height: auto;
    margin-right: 1px;
    margin-left: 10px
}

    .header-container.type1 .menu-icon a {
        color: #fff
    }

/*** Header Type 2 ***/
.header-container.type2 {
    border-top-color: #08c
}

    .header-container.type2 .top-links-area {
        display: block;
        float: right;
        padding: 0
    }

    .header-container.type2 .top-links a {
        color: inherit
    }

    .header-container.type2 .top-links-icon:before {
        margin-top: -5px;
        color: #777
    }

    .header-container.type2 .selectbox .select {
        color: #777
    }

    .header-container.type2 .header {
        display: block;
        vertical-align: middle;
        padding: 28px 0
    }

        .header-container.type2 .header .logo {
            display: inline-block;
            vertical-align: middle;
            padding: 0 15px;
            margin: 0 40px 0 0
        }

        .header-container.type2 .header .search-area {
            position: static;
            margin: 0
        }

            .header-container.type2 .header .search-area .search-icon {
                display: none
            }

        .header-container.type2 .header #search_mini_form {
            width: 450px
        }

        .header-container.type2 .header .custom-block {
            display: block;
            text-align: center;
            height: 40px;
            line-height: 40px
        }

        .header-container.type2 .header .mini-cart {
            display: block;
            position: absolute;
            right: 15px;
            top: auto;
            bottom: -40px;
            padding: 0;
            margin: 0
        }

    .header-container.type2 .mybag-link {
        line-height: 25px;
        background-color: #08c
    }

        .header-container.type2 .mybag-link i {
            font-size: 18px
        }

        .header-container.type2 .mybag-link span {
            font-size: 12px;
            font-weight: 600;
            display: inline-block
        }

        .header-container.type2 .mybag-link .cart-qty {
            margin-right: 3px;
            font-size: inherit;
            font-weight: inherit
        }

    .header-container.type2 .main-nav {
        margin: 0
    }

        .header-container.type2 .main-nav ul.menu > li > a {
            padding-top: 14px;
            padding-bottom: 14px
        }

    .header-container.type2 .header .mini-cart .topCartContent {
        right: 0;
        top: 40px
    }

    .header-container.type2 .header-wrapper {
        border: 0
    }

    .header-container.type2 .main-nav .menu-wrapper {
        border-radius: 5px
    }

    .header-container.type2 .top-links > .top-select:first-child .selectbox .select {
        padding-left: 0;
    }

/*** Header Type 3 ***/
.header-container.type3 {
    border: 0;
    background-color: #0083c1
}

    .header-container.type3 .top-links-container {
        background-color: #008acc
    }

        .header-container.type3 .top-links-container span.split {
            border-color: #eee
        }

    .header-container.type3 .links li {
        border-left-color: #eee
    }

    .header-container.type3 .top-links ul.links a {
        color: #fff
    }

    .header-container.type3 .top-links-icon {
        color: #fff
    }

    .header-container.type3 .welcome-msg {
        color: #fff
    }

    .header-container.type3 .search-area {
        position: static;
        margin: 0
    }

    .header-container.type3 .header {
        color: #fff
    }

        .header-container.type3 .header a {
            color: inherit
        }

        .header-container.type3 .header .form-search {
            border-color: transparent;
            background-color: #006393
        }

            .header-container.type3 .header .form-search #search {
                background-color: transparent;
                color: #ddd
            }

            .header-container.type3 .header .form-search #cat {
                border-color: #0076ae;
                border-color: rgba(255,255,255,.2);
                color: #fff;
                background-color: transparent
            }

            .header-container.type3 .header .form-search button.button {
                color: #fff;
                background-color: transparent
            }

        .header-container.type3 .header .custom-block {
            margin-right: 10px
        }

            .header-container.type3 .header .custom-block > * {
                display: inline-block;
                vertical-align: middle
            }

            .header-container.type3 .header .custom-block span.split {
                height: 14px;
                width: 1px;
                border-right: 1px solid #eee;
                margin: 0 13px
            }

            .header-container.type3 .header .custom-block a {
                font-size: 12px
            }

    .header-container.type3 .mini-cart {
        position: relative;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        left: 0;
        top: -3px
    }

    .header-container.type3 .header #search_mini_form {
        width: 450px
    }

    .header-container.type3 .main-nav {
        background-color: #006fa4
    }

        .header-container.type3 .main-nav .menu-wrapper {
            background-color: transparent
        }

        .header-container.type3 .main-nav ul.menu > li > a {
            color: #fff;
            padding-top: 15px;
            padding-bottom: 15px
        }

        .header-container.type3 .main-nav ul.menu > li:hover, .header-container.type3 .main-nav ul.menu > li.act {
            background-color: transparent
        }

            .header-container.type3 .main-nav ul.menu > li.act > a, .header-container.type3 .main-nav ul.menu > li:hover > a {
                color: #99cee8
            }

        .header-container.type3 .main-nav ul.menu > li > a {
            padding: 17px 20px 17px 0;
            margin-right: 10px
        }

        .header-container.type3 .main-nav ul.menu > li.menu-full-width > a, .header-container.type3 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type3 .main-nav ul.menu > li.menu-static-width > a {
            padding-right: 30px
        }

    .header-container.type3 .mybag-link {
        position: relative;
        padding: 2px 0
    }

        .header-container.type3 .mybag-link span {
            display: none
        }

        .header-container.type3 .mybag-link .cart-info {
            display: block;
            position: absolute;
            text-align: center;
            width: 100%;
            top: 50%;
            margin-top: -8px
        }

        .header-container.type3 .mybag-link .cart-qty {
            display: block;
            font-size: 16px;
            color: #000
        }

        .header-container.type3 .mybag-link i {
            font-size: 35px
        }

    .header-container.type3 .top-links > .top-select:first-child .selectbox .select {
        padding-left: 0;
    }

    .header-container.type3 .header .search-icon {
        display: none
    }

/*** Header Type 4 ***/
.header-container.type4 {
    border-top-color: #08c
}

    .header-container.type4 .top-links a {
        color: inherit
    }

    .header-container.type4 .top-links-icon {
        color: #777
    }

    .header-container.type4 .selectbox .select {
        color: #777
    }

    .header-container.type4 .header {
        display: block;
        vertical-align: middle;
        padding: 28px 0
    }

        .header-container.type4 .header > .logo {
            display: inline-block;
            vertical-align: middle;
            padding: 0 15px;
            margin: 0 40px 0 0
        }

    .header-container.type4 .search-area {
        position: static;
        margin: 0
    }

    .header-container.type4 .header #search_mini_form {
        width: 450px
    }

    .header-container.type4 .header .custom-block {
        display: inline-block;
        text-align: center;
        height: 40px;
        line-height: 40px
    }

    .header-container.type4 .mini-cart {
        display: inline-block;
        position: static;
        padding: 0;
        margin: 0;
        vertical-align: middle
    }

    .header-container.type4 .mybag-link {
        position: relative;
        height: 40px;
        padding: 0;
        line-height: 40px;
        text-align: center;
        top: -3px
    }

        .header-container.type4 .mybag-link i {
            color: #08c;
            font-size: 35px
        }

        .header-container.type4 .mybag-link .cart-info {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50%;
            margin-top: -4px;
            left: 0;
            padding: 0;
            display: block;
            line-height: 1
        }

            .header-container.type4 .mybag-link .cart-info span {
                display: none
            }

                .header-container.type4 .mybag-link .cart-info span.cart-qty {
                    display: block
                }

    .header-container.type4 .main-nav {
        margin: 0
    }

        .header-container.type4 .main-nav ul.menu > li > a {
            padding-top: 14px;
            padding-bottom: 14px
        }

    .header-container.type4 .header .mini-cart .topCartContent {
        right: 0;
        top: 40px
    }

    .header-container.type4 .header-wrapper {
        border: 0;
        margin-bottom: 15px
    }

    .header-container.type4 .main-nav .menu-wrapper {
        border-radius: 5px
    }

    .header-container.type4 .top-links > .top-select:first-child .selectbox .select {
        padding-left: 0;
    }

    .header-container.type4 .header .search-icon {
        display: none
    }

    .header-container.type4 .header .custom-block a {
        font-size: 12px
    }


/*** Header Type 5 ***/
.header-container.type5 {
    border: 0
}

    .header-container.type5 .top-links-container {
        background-color: #08c
    }

        .header-container.type5 .top-links-container span.split {
            float: right
        }

    .header-container.type5 .welcome-msg {
        float: left;
        color: #fff
    }

    .header-container.type5 .form-language, .header-container.type5 .form-currency {
        float: right
    }

    .header-container.type5 .search-area {
        position: relative;
        margin: 0;
        z-index: 2;
        left: 0
    }

        .header-container.type5 .search-area .search-icon {
            display: none
        }

    .header-container.type5 .cart-area {
        height: 67px;
        margin-top: -33px;
        right: 0
    }

    .header-container.type5 .mini-cart {
        position: absolute;
        margin: 0;
        top: 50%;
        right: 15px;
        margin-top: -33px;
        background-color: #f0f0f0;
        border: 1px solid #e6e6e6
    }

    .header-container.type5 .mybag-link {
        position: relative;
        width: 75px;
        height: 65px;
        padding: 0;
        line-height: 65px;
        text-align: center
    }

        .header-container.type5 .mybag-link i {
            color: #08c;
            font-size: 35px
        }

        .header-container.type5 .mybag-link .cart-info {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50%;
            margin-top: -4px;
            left: 0;
            padding: 0;
            display: block;
            line-height: 1
        }

            .header-container.type5 .mybag-link .cart-info span {
                display: none
            }

                .header-container.type5 .mybag-link .cart-info span.cart-qty {
                    display: block
                }

    .header-container.type5 .menu-area {
        padding-right: 114px
    }

        .header-container.type5 .menu-area .links-area {
            padding: 4px 0 8px
        }

            .header-container.type5 .menu-area .links-area .links {
                float: none;
                display: inline-block;
                vertical-align: middle
            }

    .header-container.type5 .header .custom-block {
        font-size: 11px;
        margin-right: 15px
    }

    .header-container.type5 .header-wrapper {
        margin-right: -114px
    }

    .header-container.type5 .main-nav .menu-wrapper {
        background-color: transparent;
        text-align: right
    }

    .header-container.type5 .main-nav .menu {
        padding-right: 78px
    }

    .header-container.type5 .main-nav ul.menu > li > a {
        padding: 10px
    }

    .header-container.type5 .main-nav ul.menu > li.menu-full-width > a, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type5 .main-nav ul.menu > li.menu-static-width > a {
        padding-right: 30px
    }

        .header-container.type5 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type5 .main-nav ul.menu > li.menu-static-width > a:after {
            right: 10px
        }

    .header-container.type5 .topCartContent {
        top: 66px;
        right: -1px
    }

        .header-container.type5 .topCartContent:before {
            right: 29px
        }

    .header-container.type5 .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
        right: 0
    }

/*** Header Type 6 ***/
.header-container.type6 {
    border: 0
}

    .header-container.type6 .top-links-container {
        background-color: #08c;
        color: #fff
    }

    .header-container.type6 .top-links a {
        color: #fff
    }

    .header-container.type6 .selectbox .select {
        color: #fff
    }

    .header-container.type6 .header {
        display: block;
        vertical-align: middle;
        padding: 28px 0
    }

        .header-container.type6 .header > .logo {
            display: block;
            padding: 0 15px;
            margin: 0 10px 0 0;
            float: left
        }

            .header-container.type6 .header > .logo img {
                height: 50px
            }

        .header-container.type6 .header .search-area {
            position: relative;
            margin: 0;
            display: block;
            float: left;
            top: 0;
            left: 0;
            height: 50px;
            z-index: 2
        }

            .header-container.type6 .header .search-area a.search-icon {
                display: block;
                line-height: 50px;
                margin-right: 25px
            }

        .header-container.type6 .header #search_mini_form {
            display: none;
            width: 0;
            margin: 0
        }

        .header-container.type6 .header .form-search {
            width: 450px;
            position: absolute;
            left: -50px;
            top: 50px;
            overflow: visible;
            border-width: 5px;
            border-radius: 25px;
            border-color: #ccc
        }

            .header-container.type6 .header .form-search:before {
                content: "";
                display: block;
                position: absolute;
                left: 45px;
                top: -25px;
                width: 20px;
                height: 20px;
                border: 10px solid transparent;
                border-bottom-color: #ccc
            }

        .header-container.type6 .header .custom-block {
            display: inline-block;
            text-align: center;
            height: 40px;
            line-height: 40px
        }

            .header-container.type6 .header .custom-block span.split {
                height: 14px;
                width: 1px;
                border-right: 1px solid #ccc;
                margin: 0 13px
            }

            .header-container.type6 .header .custom-block a {
                font-size: 12px
            }

        .header-container.type6 .header .mini-cart {
            display: inline-block;
            position: relative;
            padding: 0;
            margin: 0;
            vertical-align: middle;
            top: 0;
            left: 0
        }

    .header-container.type6 .mybag-link {
        position: relative;
        height: 40px;
        padding: 0;
        line-height: 40px;
        text-align: center;
        top: -3px
    }

        .header-container.type6 .mybag-link i {
            color: #08c;
            font-size: 35px
        }

        .header-container.type6 .mybag-link .cart-info {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50%;
            margin-top: -4px;
            left: 0;
            padding: 0;
            display: block;
            line-height: 1
        }

            .header-container.type6 .mybag-link .cart-info span {
                display: none
            }

                .header-container.type6 .mybag-link .cart-info span.cart-qty {
                    display: block
                }

    .header-container.type6 .menu-icon {
        color: #08c
    }

    .header-container.type6 .main-nav {
        margin: 0;
        height: 30px
    }

        .header-container.type6 .main-nav ul.menu > li > a {
            padding: 9px 15px
        }

    .header-container.type6 .header .mini-cart .topCartContent {
        right: 0;
        top: 40px
    }

    .header-container.type6 .header-wrapper {
        border: 0;
        display: block;
        padding: 10px 0
    }

    .header-container.type6 .main-nav .menu-wrapper {
        border-radius: 0;
        background-color: transparent
    }

    .header-container.type6 .main-nav .menu {
        padding-right: 300px
    }

    .header-container.type6 .top-links > .top-select:first-child .selectbox .select {
        padding-left: 0;
    }

    .header-container.type6 .main-nav ul.menu > li.menu-full-width > a, .header-container.type6 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type6 .main-nav ul.menu > li.menu-static-width > a {
        padding-right: 25px
    }

        .header-container.type6 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type6 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type6 .main-nav ul.menu > li.menu-static-width > a:after {
            right: 10px
        }

/*** Header Type 7 ***/
.header-container.type7 {
    border: 0
}

    .header-container.type7 .top-links-container {
        background-color: #08c;
        color: #fff
    }

    .header-container.type7 .top-links a {
        color: #fff
    }

    .header-container.type7 .selectbox .select {
        color: #fff
    }

    .header-container.type7 .header {
        display: block;
        vertical-align: middle;
        padding: 28px 0;
        text-align: center
    }

        .header-container.type7 .header > .logo {
            display: inline-block;
            padding: 0 15px;
            margin: 0;
            float: none
        }

            .header-container.type7 .header > .logo img {
                height: 50px
            }

        .header-container.type7 .header .search-area {
            position: absolute;
            margin: 0;
            display: block;
            float: none;
            top: 50%;
            left: 0;
            height: 50px;
            pointer-events: none;
            margin-top: -25px;
            z-index: 2
        }

            .header-container.type7 .header .search-area a.search-icon {
                display: block;
                line-height: 50px;
                margin-left: 15px;
                margin-right: 15px;
                pointer-events: all;
                float: left
            }

        .header-container.type7 .header #search_mini_form {
            width: 450px;
            display: none;
            pointer-events: all
        }

        .header-container.type7 .header .custom-block {
            display: inline-block;
            text-align: center;
            height: 40px;
            line-height: 40px
        }

            .header-container.type7 .header .custom-block span.split {
                height: 14px;
                width: 1px;
                border-right: 1px solid #ccc;
                margin: 0 13px
            }

            .header-container.type7 .header .custom-block a {
                font-size: 12px
            }

        .header-container.type7 .header .mini-cart {
            display: inline-block;
            position: static;
            padding: 0;
            margin: 0;
            vertical-align: middle
        }

    .header-container.type7 .mybag-link {
        position: relative;
        height: 40px;
        padding: 0;
        line-height: 40px;
        text-align: center;
        top: -3px
    }

        .header-container.type7 .mybag-link i {
            color: #08c;
            font-size: 35px
        }

        .header-container.type7 .mybag-link .cart-info {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50%;
            margin-top: -4px;
            left: 0;
            padding: 0;
            display: block;
            line-height: 1
        }

            .header-container.type7 .mybag-link .cart-info span {
                display: none
            }

                .header-container.type7 .mybag-link .cart-info span.cart-qty {
                    display: block
                }

    .header-container.type7 .main-nav {
        margin: 0;
        height: 30px
    }

        .header-container.type7 .main-nav ul.menu > li > a {
            padding: 9px 15px
        }

    .header-container.type7 .header .mini-cart .topCartContent {
        right: 0;
        top: 40px
    }

    .header-container.type7 .header-wrapper {
        border: 0;
        display: block;
        padding: 10px 0
    }

    .header-container.type7 .main-nav .menu-wrapper {
        border-radius: 0;
        background-color: transparent
    }

    .header-container.type7 .main-nav .menu {
        padding-right: 300px
    }

    .header-container.type7 .top-links > .top-select:first-child .selectbox .select {
        padding-left: 0;
    }

    .header-container.type7 .main-nav ul.menu > li {
        pointer-events: all
    }

        .header-container.type7 .main-nav ul.menu > li.menu-full-width > a, .header-container.type7 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type7 .main-nav ul.menu > li.menu-static-width > a {
            padding-right: 25px
        }

            .header-container.type7 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type7 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type7 .main-nav ul.menu > li.menu-static-width > a:after {
                right: 10px
            }

    .header-container.type7 .header #search_mini_form {
        display: none;
        margin: 0
    }

    .header-container.type7 .header .form-search {
        width: 450px;
        position: absolute;
        left: -10px;
        top: 50px;
        overflow: visible;
        border-width: 5px;
        border-radius: 25px;
        background-color: #fff
    }

        .header-container.type7 .header .form-search:before {
            content: "";
            display: block;
            position: absolute;
            left: 20px;
            top: -25px;
            width: 20px;
            height: 20px;
            border: 10px solid transparent;
            border-bottom-color: #ccc
        }

/*** Header Type 8 ***/
.header-container.type8 {
    border: 0;
    background-color: #f0f0ed
}

    .header-container.type8 .top-links-container {
        background-color: #08c;
        color: #777
    }

    .header-container.type8 .top-links-area {
        float: none;
        display: inline-block;
        color: #777
    }

    .header-container.type8 .links {
        float: none;
        display: inline-block;
        color: #777
    }

        .header-container.type8 .links li {
            padding: 0 10px;
            border: 0;
            border-right: 1px solid #ccc
        }

            .header-container.type8 .links li.last {
                padding-right: 10px
            }

            .header-container.type8 .links li.first {
                padding-left: 0
            }

    .header-container.type8 .top-links-icon a {
        color: #777
    }

    .header-container.type8 .links a {
        color: #777
    }

    .header-container.type8 .selectbox .select {
        color: #777
    }

    .header-container.type8 .header {
        display: block;
        vertical-align: middle;
        padding: 28px 0
    }

        .header-container.type8 .header > .logo {
            display: block;
            padding: 0 15px;
            margin: 0 10px 0 0;
            float: left
        }

            .header-container.type8 .header > .logo img {
                height: 50px
            }

        .header-container.type8 .header .search-area {
            position: relative;
            margin: 0;
            display: inline-block;
            top: 0;
            left: 0;
            height: 40px;
            z-index: 5
        }

            .header-container.type8 .header .search-area a.search-icon {
                display: block;
                line-height: 40px;
                margin: 0 10px;
                color: #777
            }

    .header-container.type8 .form-language, .header-container.type8 .form-currency {
        display: inline-block;
        vertical-align: middle;
        float: none;
        background-color: #e2e2dc;
        border-radius: 3px;
        margin-right: 5px
    }

    .header-container.type8 .header .custom-block {
        display: inline-block;
        text-align: center;
        height: 40px;
        line-height: 40px
    }

        .header-container.type8 .header .custom-block span.split {
            height: 14px;
            width: 1px;
            border-right: 1px solid #ccc;
            margin: 0 13px
        }

        .header-container.type8 .header .custom-block a {
            font-size: 12px
        }

    .header-container.type8 .switcher-area {
        display: inline-block;
        vertical-align: middle
    }

    .header-container.type8 .header .mini-cart {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        background-color: #e2e2dc;
        border-radius: 3px
    }

    .header-container.type8 .mybag-link {
        height: auto;
        padding: 3px 7px
    }

        .header-container.type8 .mybag-link i {
            color: #777;
            font-size: 16px
        }

        .header-container.type8 .mybag-link .cart-info {
            color: #777
        }

            .header-container.type8 .mybag-link .cart-info span {
                display: inline-block;
                font-size: 12px;
                line-height: 14px;
                font-weight: 300;
                text-transform: none
            }

                .header-container.type8 .mybag-link .cart-info span.cart-qty {
                    margin-right: 3px
                }

    .header-container.type8 .main-nav {
        margin: 0;
        height: 30px
    }

        .header-container.type8 .main-nav ul.menu > li > a {
            padding: 9px 10px
        }

    .header-container.type8 .header .mini-cart .topCartContent {
        right: 0;
        top: 26px
    }

    .header-container.type8 .header-wrapper {
        border: 0;
        display: block;
        padding: 10px 0
    }

    .header-container.type8 .main-nav .menu-wrapper {
        border-radius: 0;
        background-color: transparent
    }

    .header-container.type8 .main-nav .menu {
        padding-right: 300px
    }

    .header-container.type8 .top-links > .top-select:first-child .selectbox .select {
        padding-left: 0;
    }

    .header-container.type8 .main-nav ul.menu > li.menu-full-width > a, .header-container.type8 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type8 .main-nav ul.menu > li.menu-static-width > a {
        padding-right: 20px
    }

        .header-container.type8 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type8 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type8 .main-nav ul.menu > li.menu-static-width > a:after {
            right: 5px
        }

    .header-container.type8 .menu-icon a {
        color: #777
    }

    .header-container.type8 .header #search_mini_form {
        width: auto;
        display: none;
        margin: 0
    }

    .header-container.type8 .header .form-search {
        width: 450px;
        position: absolute;
        right: -100px;
        top: 50px;
        overflow: visible;
        border-width: 5px;
        border-radius: 25px;
        background-color: #fff
    }

        .header-container.type8 .header .form-search:before {
            content: "";
            display: block;
            position: absolute;
            right: 105px;
            top: -25px;
            width: 20px;
            height: 20px;
            border: 10px solid transparent;
            border-bottom-color: #ccc
        }

/********** <Navigation */
.header-wrapper {
}

.main-nav {
    background-color: transparent;
    font-size: 12px;
    border: 0;
    padding: 0;
    text-align: left
}

    .main-nav .menu-wrapper {
        background-color: #f0f0ed;
        border-radius: 5px 5px 0 0;
        position: relative
    }

.mega-columns.row {
    margin-right: -10px;
    margin-left: -10px
}

.menu_thumb_img {
    padding: 15px 0 0
}

.fixed-header-area .menu > li {
    padding: 0 !important
}

.fixed-header a.logo img {
    height: 50px;
    margin: 10px 0
}

.fixed-header .mini-products-list a {
    color: #777
}

.fixed-header-area .fixed-header .menu {
    float: none;
    margin: 7px 0
}

.fixed-header ul.menu > li, .main-nav ul.menu > li {
    padding: 0;
    border-radius: 5px
}

    .fixed-header ul.menu > li.menu-full-width, .fixed-header ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-full-width, .main-nav ul.menu > li.menu-item-has-children, .fixed-header ul.menu > li.menu-static-width, .fixed-header ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-static-width, .fixed-header ul.menu > li.menu-full-width.act:hover, .fixed-header ul.menu > li.menu-item-has-children.act:hover, .main-nav ul.menu > li.menu-full-width.act:hover, .main-nav ul.menu > li.menu-item-has-children.act:hover, .fixed-header ul.menu > li.menu-static-width.act:hover, .fixed-header ul.menu > li.menu-item-has-children.act:hover, .main-nav ul.menu > li.menu-static-width.act:hover {
        padding: 0;
        border-radius: 5px 5px 0 0
    }

    .fixed-header ul.menu > li .nav-sublist-dropdown, .main-nav ul.menu > li .nav-sublist-dropdown {
        border: 0;
        background-color: #08c;
        border-radius: 0 5px 5px 5px;
        padding: 5px 0;
        min-width: 160px;
        width: auto;
        box-shadow: 0px 2px 10px -2px rgba(0,0,0,.3)
    }

.fixed-header .menu-wrapper {
    position: relative
}

.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
    color: #08c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 20px
}

.fixed-header ul.menu > li > a {
    padding: 13px 20px
}

.fixed-header ul.menu > li.menu-full-width > a, .fixed-header ul.menu > li.menu-item-has-children > a, .main-nav ul.menu > li.menu-full-width > a, .main-nav ul.menu > li.menu-item-has-children > a, .fixed-header ul.menu > li.menu-static-width > a, .main-nav ul.menu > li.menu-static-width > a {
    padding-right: 30px
}

    .fixed-header ul.menu > li.menu-full-width > a:after, .fixed-header ul.menu > li.menu-item-has-children > a:after, .main-nav ul.menu > li.menu-full-width > a:after, .main-nav ul.menu > li.menu-item-has-children > a:after, .fixed-header ul.menu > li.menu-static-width > a:after, .main-nav ul.menu > li.menu-static-width > a:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 10px;
        height: 10px;
        top: 58%;
        right: 15px;
        left: auto;
        margin-top: -7px
    }

.fixed-header ul.menu > li, .main-nav ul.menu > li {
    transition: all 0.1s;
    margin-right: 3px
}

    .fixed-header ul.menu > li:first-child, .main-nav ul.menu > li:first-child {
        margin-right: 0
    }

    .fixed-header ul.menu > li:hover, .main-nav ul.menu > li:hover, .fixed-header ul.menu > li.act, .main-nav ul.menu > li.act {
        background-color: #08c;
        text-decoration: none
    }

    .fixed-header ul.menu > li.act, .main-nav ul.menu > li.act {
        border-radius: 5px
    }

        .fixed-header ul.menu > li:hover > a, .main-nav ul.menu > li:hover > a, .fixed-header ul.menu > li.act > a, .main-nav ul.menu > li.act > a {
            color: #fff;
            text-decoration: none
        }

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
    border: 0;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    padding: 10px 0 20px 0;
    border-top: 5px solid #08c;
    text-align: left
}

.fixed-header .menu > li.menu-static-width .nav-sublist-dropdown, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
    border: 0;
    border-top: 5px solid #08c;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    padding: 10px 0 20px 0
}

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown {
    top: 38px
}

.fixed-header a, .main-nav a {
    color: #fff
}

    .fixed-header a:hover, .main-nav a:hover {
        color: #fff
    }

.fixed-header .menu > li .nav-sublist-dropdown .container ul > li a, .main-nav .menu > li .nav-sublist-dropdown .container ul > li a {
    border: 0;
    padding: 10px 30px 10px 5px;
    margin: 0 8px;
    border-top: 1px solid rgba(255,255,255,.2)
}

.fixed-header .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .fixed-header .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .main-nav .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .main-nav .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
    right: 100%
}

.fixed-header .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li a, .main-nav .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li a {
    text-decoration: none
}

.fixed-header .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a, .main-nav .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a {
    background-color: #0099e6
}

.fixed-header .menu > li .nav-sublist-dropdown .container ul > li:first-child a, .main-nav .menu > li .nav-sublist-dropdown .container ul > li:first-child a {
    border: 0
}

.menu img {
    max-width: 100%
}

.fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before {
    font-family: 'porto';
    content: '\e81a';
    font-size: 12px;
    top: 50%;
    margin-top: -10px;
    margin-left: 0
}

.fixed-header .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .main-nav .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist {
    border-radius: 5px;
    top: -4px;
    padding: 5px 0;
    left: 100%;
}

.fixed-header .menu > li.menu-item .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .main-nav .menu > li.menu-item .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist {
    background-color: #08c;
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,.3)
}

.fixed-header .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li, .main-nav .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li {
    background-color: transparent
}

.fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a {
    border-bottom: 0
}

.fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > .nav-sublist li a, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > .nav-sublist li a {
    border-top: 1px solid rgba(255,255,255,.2)
}

.fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:first-child a, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:first-child a {
    border-top: 0
}

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px;
    margin-top: 10px
}

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul li a:before, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul li a:before, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul li a:before, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul li a:before {
    display: none
}

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
    margin-left: 10px
}

.menu-icon {
    vertical-align: middle;
    display: none;
    text-align: right;
    padding-left: 20px;
    font-size: 20px;
    height: 60px;
    pointer-events: all
}

.fixed-header .menu > li .nav-sublist-dropdown:before, .main-nav .menu > li .nav-sublist-dropdown:before {
    top: -2px
}

.fixed-header .menu > li .nav-sublist-dropdown .container, .main-nav .menu > li .nav-sublist-dropdown .container {
    width: auto
}

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown a, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown a, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown a {
    color: #777
}

.fixed-header .mini-cart {
    background-color: transparent;
    position: static;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.fixed-header .mybag-link {
    position: relative;
    padding: 2px 0
}

    .fixed-header .mybag-link i {
        font-size: 35px;
        color: #08c
    }

    .fixed-header .mybag-link .cart-info {
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 50%;
        margin-top: -8px
    }

    .fixed-header .mybag-link .cart-qty {
        display: block;
        font-size: 16px;
        color: #fff
    }

    .fixed-header .mybag-link span {
        display: none
    }
/***** Mobile Menu *****/
.mobile-nav.side-block {
    background-color: transparent;
    box-shadow: none
}

    .mobile-nav.side-block .sw-mobile-menu li > a {
        background-color: transparent;
        color: #777;
        border-color: #ddd;
        padding: 0 15px
    }

    .mobile-nav.side-block .sw-mobile-menu > li:first-child > a {
        border: 0
    }

    .mobile-nav.side-block .sw-mobile-menu li.over > a {
        color: #777
    }

    .mobile-nav.side-block .sw-mobile-menu li:hover > a {
        background-color: #08c;
        color: #fff
    }

    .mobile-nav.side-block .sw-mobile-menu > li > ul li {
        background-color: transparent
    }

    .mobile-nav.side-block .sw-mobile-menu li .open-child {
        background-color: transparent;
        color: #08c
    }

    .mobile-nav.side-block .sw-mobile-menu li:hover > .open-child {
        color: #fff
    }

    .mobile-nav.side-block .sw-mobile-menu li > .open-child:hover {
        background-color: transparent
    }

    .mobile-nav.side-block .sw-mobile-menu li .open-child:after {
        content: "\e856";
        font-family: "porto";
        font-size: 19px;
        text-align: center;
        line-height: 19px;
        background: transparent;
        opacity: 1
    }

    .mobile-nav.side-block .sw-mobile-menu li.over > .open-child:after {
        background: transparent;
        content: "\e857"
    }
/***** Side Mega Menu *****/
.home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 27px
}

    .home-side-menu h2.side-menu-title {
        background-color: #f5f5f5;
        color: #a39f9c;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        padding: 14px 15px;
        border-radius: 5px 5px 0 0;
        margin: 0;
        border-bottom: 1px solid #ddd
    }

.menu.side-menu {
    padding: 0;
    list-style: none;
    margin: 0
}

    .menu.side-menu > li {
        position: relative;
        transition: all 0.2s
    }

        .menu.side-menu > li:hover {
            background-color: #08c
        }

        .menu.side-menu > li > a {
            position: relative;
            font-size: 14px;
            font-weight: 400;
            padding: 13px 5px;
            display: block;
            margin: 0 10px;
            border-top: 1px solid #ddd
        }

        .menu.side-menu > li:hover > a {
            color: #fff;
            border-color: transparent
        }

        .menu.side-menu > li:first-child > a {
            border-top: 0
        }

        .menu.side-menu > li > a:hover {
            text-decoration: none
        }

    .menu.side-menu li.menu-item-has-children, .menu.side-menu li.menu-item-has-children > a {
        position: relative
    }

    .menu.side-menu > li.menu-static-width > a:after, .menu.side-menu > li.menu-item-has-children > a:after, .menu.side-menu > li.menu-item-has-children li.menu-item-has-children > a:after, .menu.side-menu > li.menu-full-width > a:after {
        content: "\e814";
        font-family: "porto";
        width: 10px;
        height: 10px;
        top: 50%;
        right: 0;
        left: auto;
        margin-top: -7px;
        position: absolute;
        font-size: 13px;
        color: #08c
    }

    .menu.side-menu > li.menu-static-width:hover > a:after, .menu.side-menu > li.menu-item-has-children:hover > a:after, .menu.side-menu > li.menu-item-has-children li.menu-item-has-children:hover > a:after, .menu.side-menu > li.menu-full-width:hover > a:after {
        color: #fff
    }

    .menu.side-menu > li.menu-item-has-children li.menu-item-has-children > a:after {
        color: #fff
    }

    .menu.side-menu > li .nav-sublist-dropdown {
        display: none;
        position: absolute;
        z-index: 10000;
        width: 200px;
        border: 0;
        background-color: #fff;
        border-radius: 0 5px 5px 7px;
        padding: 10px 0;
        left: 100%;
        top: 0;
        border-left: 5px solid #08c;
        box-shadow: 1px 0 1px rgba(0,0,0,0.5)
    }

    .menu.side-menu > li.menu-full-width .nav-sublist-dropdown {
        width: 869px;
        padding: 15px 0 25px 0
    }

    .menu.side-menu > li.menu-item-has-children .nav-sublist-dropdown {
        background-color: #08c;
        border: 0
    }

    .menu.side-menu .container {
        max-width: 100%;
        padding: 0
    }

    .menu.side-menu img {
        max-width: 100%
    }

    .menu.side-menu a, .menu.side-menu a:hover {
        color: #777;
        line-height: 1
    }

    .menu.side-menu > li.menu-item-has-children .nav-sublist-dropdown a {
        color: #fff
    }

    .menu.side-menu > li .nav-sublist-dropdown ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

    .menu.side-menu > li.menu-static-width .nav-sublist-dropdown {
        padding: 10px 0 25px 0
    }

    .menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container ul > li a {
        text-decoration: none
    }

    .menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container > ul > li > a {
        border: 0;
        padding: 13px 5px;
        margin: 0 8px;
        display: block;
        border-top: 1px solid rgba(255,255,255,.2)
    }

    .menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container > ul > li:first-child > a {
        border: 0
    }

    .menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a {
        background-color: #0099e6
    }

    .menu.side-menu > li.menu-item-has-children .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist {
        border-radius: 5px;
        background-color: #08c;
        top: -10px;
        padding: 10px 0;
        position: absolute;
        left: 199px;
        display: none
    }

    .menu.side-menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist {
        display: block
    }

    .menu.side-menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li {
        width: 200px;
        background-color: transparent
    }

    .menu.side-menu li.menu-item-has-children .nav-sublist li > a {
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 13px 5px;
        margin: 0 8px;
        display: block
    }

    .menu.side-menu li.menu-item-has-children .nav-sublist li:first-child > a {
        border: 0
    }

    .menu.side-menu > li .nav-sublist-dropdown .container ul > li a {
        padding: 13px 5px;
        margin: 0 8px;
        display: block
    }

    .menu.side-menu > li.menu-static-width .nav-sublist-dropdown .container ul > li a, .menu.side-menu > li.menu-full-width .nav-sublist-dropdown .container ul > li a {
        padding: 5px
    }

        .menu.side-menu > li.menu-static-width .nav-sublist-dropdown .container ul > li a.menu_thumb_link, .menu.side-menu > li.menu-full-width .nav-sublist-dropdown .container ul > li a.menu_thumb_link {
            padding: 0 5px 10px
        }

    .menu.side-menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .menu.side-menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1 {
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1.5;
        padding: 0 5px;
        color: #333
    }

    .menu.side-menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .menu.side-menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
        margin-left: 10px
    }
/* Sidebar =============================================================================== */
.block {
    margin: 0 0 40px
}

    .block .block-title {
        margin: 5px 0 10px;
        line-height: 1.2;
        font-size: 16px;
        font-weight: bold;
        color: #313131
    }

        .block .block-title strong {
        }

            .block .block-title strong span {
            }

        .block .block-title a {
            text-decoration: none !important
        }

    .block .block-subtitle {
        margin: 0;
        font-size: 13px
    }

#poll-answers {
    margin: 0 20px 10px 20px
}

    #poll-answers li {
        padding: 5px 0
    }

.block .block-content {
}

    .block .block-content li.item {
        padding: 7px 9px
    }

    .block .block-content ol {
        margin: 10px 0
    }

        .block .block-content ol li.item {
            padding: 3px 0
        }

            .block .block-content ol li.item .product-name {
                margin: 0
            }

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 0 0 0 5px
}

.block .actions {
    font-size: 13px;
    text-align: right
}

    .block .actions a {
        float: left;
        margin: 5px 0
    }

    .block .actions button.button {
        float: right
    }

        .block .actions button.button span {
            height: 24px;
            padding: 0 5px;
            font-size: 13px;
            line-height: 24px
        }

.block .empty {
    margin: 0;
    padding: 10px 0
}

.mini-products-list .product-image {
    float: left
}

.mini-products-list .product-details {
    margin-left: 70px;
    text-align: left;
    line-height: 1.4
}

.mini-products-list li {
    padding: 10px 0;
    position: relative
}

    .mini-products-list li .product-name a {
        color: #777
    }

        .mini-products-list li .product-name a:hover {
            color: #08c
        }

    .mini-products-list li a.btn-remove {
        position: absolute;
        right: 0;
        top: 9px;
        color: #777
    }

    .mini-products-list li .product-image {
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 2px;
        border-radius: 4px
    }

        .mini-products-list li .product-image img {
            width: 50px;
            height: auto
        }

.block .block-content .mini-products-list li.item {
    padding: 10px 0
}

.mini-products-list .price-box {
    margin: 5px 0
}

.block.block-banner {
    border: 0
}

    .block.block-banner .block-content {
        text-align: center
    }

    .block.block-banner img {
        max-width: 100%
    }

.block.block-subscribe {
    border-radius: 5px
}

    .block.block-subscribe .block-title {
        background-color: transparent;
        border: 0
    }

        .block.block-subscribe .block-title strong {
            font-size: 1.4em;
            text-transform: none;
            font-weight: 400;
            padding-bottom: 10px
        }

    .block.block-subscribe .block-content {
        background-color: transparent
    }

    .block.block-subscribe .form-subscribe-header {
        padding: 10px 20px
    }

    .block.block-subscribe label {
        font-size: 14px
    }

    .block.block-subscribe .input-box {
        padding: 10px 20px 20px
    }

        .block.block-subscribe .input-box input.input-text {
            width: 100%;
            height: 34px;
            padding: 5px
        }

    .block.block-subscribe .actions {
        background-color: transparent;
        border: 0;
        padding: 0 20px 20px
    }

        .block.block-subscribe .actions button.button span {
            height: 34px;
            line-height: 34px
        }

    .block.block-subscribe.home-sidebar-block {
        border: 1px solid #ddd;
        border-top: 5px solid #08c;
        border-radius: 7px;
        background-color: #fbfbfb;
        text-align: center;
        padding: 25px 20px 0
    }

        .block.block-subscribe.home-sidebar-block .block-title strong {
            font-size: 16px;
            color: #313131;
            font-weight: 700;
            text-transform: uppercase;
            padding: 30px 0 20px
        }

        .block.block-subscribe.home-sidebar-block .block-content p {
            line-height: 1.8
        }

        .block.block-subscribe.home-sidebar-block .input-box {
            padding: 10px 10px 40px 10px
        }

            .block.block-subscribe.home-sidebar-block .input-box input.input-text {
                float: left;
                padding: 5px 60px 5px 10px;
                border: 1px solid #d3d3d3;
                border-radius: 5px;
                background-color: #fefefe;
                line-height: 16px
            }

        .block.block-subscribe.home-sidebar-block button.button {
            float: left;
            margin-left: -51px;
            width: 50px;
            height: 34px
        }

            .block.block-subscribe.home-sidebar-block button.button span {
                min-width: 49px;
                padding: 0;
                line-height: 32px;
                height: 32px;
                background-color: #fefefe;
                color: #515151;
                border: 0;
                border-left: 1px solid #d3d3d3;
                border-radius: 0 5px 5px 0
            }

                .block.block-subscribe.home-sidebar-block button.button span span {
                    border: 0
                }

.parallax-subscribe input.input-text {
    background-color: #e3e2e2;
    color: #666;
    height: 34px;
    line-height: 18px;
    padding: 8px 100px 8px 10px;
    width: 90%
}

.parallax-subscribe button.button {
    margin-left: -93px;
    position: relative;
    z-index: 1
}

    .parallax-subscribe button.button span {
        height: 34px;
        line-height: 34px;
        padding: 0;
        border-radius: 0 3px 3px 0;
        width: 90px;
        min-width: 90px
    }

.block.block-layered-nav {
    border: 0;
    margin-top: -14px
}

    .block.block-layered-nav .block-content {
        background-color: transparent
    }

        .block.block-layered-nav .block-content ol {
            margin: 0
        }

dl#narrow-by-list {
    margin: 0
}

.block-layered-nav dt, .block-layered-nav .currently .block-subtitle, .block-category-nav .block-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    margin-top: 14px
}

.catalog-category-view .block-category-nav .block-title {
    margin-top: 0;
    margin-bottom: 0
}

.block-layered-nav dt.closed, .block-category-nav .block-title.closed {
    border-radius: 7px
}

.block-layered-nav dt:before, .block-category-nav .block-title:before {
    content: '\f106';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #ccc;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    border-radius: 3px;
    color: #ccc;
    text-align: center;
    line-height: 24px;
    background-color: #fff;
    font-size: 10px
}

.block-layered-nav dt.closed:before, .block-category-nav .block-title.closed:before {
    content: "\e80b"
}

.block-layered-nav dt:hover:before, .block-category-nav .block-title:hover:before {
    background-color: #08c;
    color: #fff
}

.block-layered-nav dd, .block-category-nav .block-content {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb
}

    .block-layered-nav dd a {
        color: #777;
        font-size: 13px;
        line-height: 2.5
    }

.block-layered-nav .currently ol {
    border: 1px solid #ddd;
    border-width: 0 1px;
    background-color: #fbfbfb;
    padding: 10px 0;
    margin: 0
}

.block-layered-nav .currently li {
    padding: 5px 15px;
    position: relative;
    z-index: 1;
    line-height: 1.5
}

.block-layered-nav .currently .label {
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: middle
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 15px;
    top: 4px;
    margin: 0;
    line-height: 21px;
    padding: 0
}

.block-layered-nav .currently .btn-previous {
    right: 17px
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 10px 15px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 0 0 7px 7px;
    text-align: right;
    margin-bottom: 14px
}

    .block-layered-nav .actions a {
        float: none
    }

.price.price-filter-slider {
    margin: 15px 0 10px 0;
    white-space: normal !important
}

.price-filter-slider .text-box {
    text-align: center
}

    .price-filter-slider .text-box > span {
        line-height: 26px;
        vertical-align: middle
    }

    .price-filter-slider .text-box * {
        white-space: normal;
        margin: 5px 0
    }

    .price-filter-slider .text-box input.go {
        background-color: #08c;
        border: 0;
        height: 26px;
        line-height: 26px;
        color: #fff;
        border-radius: 5px;
        padding: 0 10px;
        font-size: 14px
    }

.block-currency select {
    width: 240px;
    max-width: 100%
}

.cms-index-index .block-category-nav {
    margin: 0
}

.block-category-nav {
    border-radius: 7px;
    border-color: #ddd;
    overflow: hidden;
    margin-bottom: 28px;
    line-height: 1.42857143
}

    .block-category-nav .block-title {
        cursor: pointer;
        margin: 0
    }

        .block-category-nav .block-title strong {
            padding: 0
        }

    .block-category-nav .block-content {
        padding: 10px 15px
    }

    .block-category-nav .category-list {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .block-category-nav .category-list li {
            position: relative
        }

        .block-category-nav .category-list a {
            color: #777;
            font-size: 13px;
            line-height: 2.5
        }

        .block-category-nav .category-list ul {
            padding-left: 15px;
            margin: 0;
            list-style: none
        }

        .block-category-nav .category-list ul {
            display: none
        }

        .block-category-nav .category-list a.plus {
            position: absolute;
            right: 1px;
            color: #08c;
            font-size: 16px;
            line-height: 32px
        }


/* Category Page ========================================================================= */
.top-container .category-banner {
    background-color: #fff
}

    .top-container .category-banner .banner-image {
        width: 100%
    }

.category-banner .owl-theme .owl-controls {
    position: relative;
    margin-top: -30px;
    height: 30px
}

.category-banner .banner-text {
    position: absolute;
    top: 30%;
    width: 100%;
    color: #fff
}

    .category-banner .banner-text h2 {
        font-size: 50px;
        color: #fff
    }

    .category-banner .banner-text p {
        font-size: 26px;
        font-weight: 300
    }

.category-boxed-banner {
    margin-bottom: 25px
}

    .category-boxed-banner.owl-theme .owl-controls {
        margin-top: -30px;
        position: relative;
        height: 30px
    }

        .category-boxed-banner.owl-theme .owl-controls .owl-page span {
            background: #fff
        }

    .category-boxed-banner .owl-item .item {
        border-radius: 5px;
        overflow: hidden
    }

        .category-boxed-banner .owl-item .item img {
            width: 100%
        }

    .category-boxed-banner .banner-text {
        position: absolute;
        top: 40%;
        left: 4%;
        color: #fff;
        width: 100%
    }

        .category-boxed-banner .banner-text h2 {
            font-size: 35px;
            color: #fff;
            background-color: #333;
            background-color: rgba(23,23,23,.9);
            padding: 5px 10px;
            display: inline-block;
            line-height: 1
        }

        .category-boxed-banner .banner-text p {
            font-size: 16px;
            font-weight: 300;
            background-color: #666;
            background-color: rgba(23,23,23,.65);
            padding: 7px 12px;
            line-height: 1.4
        }

        .category-boxed-banner .banner-text a.shop-now {
            margin-left: 20px;
            font-size: 16px;
        }

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center
}

    .category-image img {
        width: 100%
    }

.category-description {
    margin: 0 0 10px
}

.category-products {
}

.col-main .category-products .products-grid {
    margin-left: -10px;
    margin-right: -10px;
    list-style: none
}

    .col-main .category-products .products-grid li.item {
        float: left;
        padding: 10px;
        padding-bottom: 0 !important
    }

        .col-main .category-products .products-grid li.item .item-area {
            width: 100%;
            position: relative
        }

        .col-main .category-products .products-grid li.item .product-image {
            width: 100%;
            display: block;
            position: relative;
            z-index: 0;
            overflow: hidden;
            border-radius: 3px;
            background: #fff;
            min-height: 100px
        }

.col-main .category-products li.item .product-image img {
    width: 100%;
    transition: all 0.3s
}

    .col-main .category-products li.item .product-image img.defaultImage {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .col-main .category-products li.item .product-image img.hoverImage {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

.col-main .category-products li.item .product-image-area:hover .product-image img.defaultImage {
    opacity: 0;
    filter: alpha(opacity=0)
}

.col-main .category-products li.item .product-image-area:hover .product-image img.hoverImage {
    opacity: 1;
    filter: alpha(opacity=100)
}

.col-main .category-products .products-grid li.item .details-area {
    padding: 10px;
    text-align: center
}

    .col-main .category-products .products-grid li.item .details-area .product-name {
        margin: 0 0 3px 0
    }

        .col-main .category-products .products-grid li.item .details-area .product-name a {
            font-size: 14px
        }

.col-main.filter-products .product-name a {
    color: #fff
}

.col-main.filter-products li.item:hover .details-area .product-name a {
    color: #777
}

.col-main.filter-products .price-box .price {
    color: #fff
}

.col-main.filter-products li.item:hover .price-box .price {
    color: #08c
}

.col-main.filter-products li.item:hover .price-box .old-price .price {
    color: #a0a09f
}

.col-main .category-products .products-grid li.item .details-area .ratings .amount {
    display: none
}

.item .item-area .details-area .ratings .amount {
    display: none
}

a.addtocart {
    color: #333;
    background-color: #fff;
    font-size: 14px;
    padding: 0 10px 0 5px;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc
}

    a.addtocart.outofstock {
        padding: 0 10px;
        cursor: default
    }

    a.addtocart i.icon-cart {
        font-size: 15px
    }

    a.addtocart:hover {
        text-decoration: none
    }

a.addtowishlist {
    color: #ed4949;
    background-color: transparent;
    font-size: 17px;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #ed4949;
    border-radius: 5px;
    text-align: center
}

    a.addtowishlist:hover {
        color: #ed4949
    }

a.comparelink {
    color: #52b9b5;
    background-color: transparent;
    font-size: 17px;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #52b9b5;
    border-radius: 5px;
    text-align: center
}

    a.comparelink:hover {
        color: #52b9b5
    }

.item .details-area .actions {
    margin: 0 -10px;
}

    .item .details-area .actions a {
        margin: 10px 1px;
        vertical-align: middle;
        visibility: hidden;
        opacity: 0;
        filter: Alpha(Opacity=0)
    }

.col-main .category-products ol.products-list .item .details-area .actions a {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
    position: static !important;
}

.item .details-area .actions a.addtowishlist {
    position: relative;
    right: -37px
}

.item:hover .details-area .actions a.addtowishlist {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
    right: 0
}

.item .details-area .actions a.comparelink {
    position: relative;
    left: -37px
}

.item:hover .details-area .actions a.comparelink {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
    left: 0
}

.item .details-area .actions a.addtocart {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100)
}

.item:hover .details-area .actions a.addtocart, .col-main .category-products .products-list li.item .details-area .actions a.addtocart {
    border-color: #08c;
    color: #fff;
    background-color: #08c
}

    .item:hover .details-area .actions a.addtocart.outofstock, .col-main .category-products .products-list li.item .details-area .actions a.addtocart.outofstock {
        color: #333;
        background-color: #fff;
        border-color: #ccc
    }

.details-area .actions a:hover {
    opacity: 0.8;
    filter: Alpha(Opacity=80)
}

.hide-addtolinks .item .details-area .actions a.addtowishlist, .hide-addtolinks .item .details-area .actions a.comparelink, .hide-addtocart .item .details-area .actions a.addtocart, .hide-addtolinks .item .product-image-area .actions a.addtowishlist, .hide-addtolinks .item .product-image-area .actions a.comparelink, .hide-addtocart .item .product-image-area .actions a.addtocart {
    display: none
}

.col-main .category-products .products-grid li.item .details-area .compare-area {
    padding: 10px 0;
    border-top: 1px solid #f7f7f7
}

    .col-main .category-products .products-grid li.item .details-area .compare-area .comparelink {
        font-size: 12px;
        float: right
    }

    .col-main .category-products .products-grid li.item .details-area .compare-area .ratings {
        float: left;
        margin: 2px 0
    }

.col-main .category-products .products-grid.columns2 li.item {
    width: 50%
}

    .col-main .category-products .products-grid.columns2 li.item.nth-child-2np1 {
        clear: left
    }

.col-main .category-products .products-grid.columns3 li.item {
    width: 33.33%
}

    .col-main .category-products .products-grid.columns3 li.item.nth-child-3np1 {
        clear: left
    }

.col-main .category-products .products-grid.columns4 {
    margin-left: -10px;
    margin-right: -10px
}

    .col-main .category-products .products-grid.columns4 li.item {
        float: left;
        padding: 10px
    }

#slideshow .col-main .category-products .products-grid.columns4 li.item:hover {
    padding: 20px 10px
}

.col-main .category-products .products-grid.columns4 li.item {
    width: 25%
}

    .col-main .category-products .products-grid.columns4 li.item.nth-child-4np1 {
        clear: left
    }

.col-main .category-products .products-grid.columns5 {
    margin-left: -5px;
    margin-right: -5px
}

    .col-main .category-products .products-grid.columns5 li.item {
        float: left;
        padding: 10px 5px
    }

    .col-main .category-products .products-grid.columns5 li.item {
        width: 20%
    }

        .col-main .category-products .products-grid.columns5 li.item.nth-child-5np1 {
            clear: left
        }

.col-main .category-products .products-grid.columns6 {
    margin-left: -4px;
    margin-right: -4px
}

    .col-main .category-products .products-grid.columns6 li.item {
        float: left;
        padding: 10px 4px
    }

    .col-main .category-products .products-grid.columns6 li.item {
        width: 16.66%
    }

        .col-main .category-products .products-grid.columns6 li.item.nth-child-6np1 {
            clear: left
        }

.col-main .category-products .products-grid.columns7 {
    margin-left: -3px;
    margin-right: -3px
}

    .col-main .category-products .products-grid.columns7 li.item {
        float: left;
        padding: 10px 3px
    }

    .col-main .category-products .products-grid.columns7 li.item {
        width: 14.28%
    }

        .col-main .category-products .products-grid.columns7 li.item.nth-child-7np1 {
            clear: left
        }

.col-main .category-products .products-grid.columns8 {
    margin-left: -3px;
    margin-right: -3px
}

    .col-main .category-products .products-grid.columns8 li.item {
        float: left;
        padding: 10px 3px
    }

    .col-main .category-products .products-grid.columns8 li.item {
        width: 12.5%
    }

        .col-main .category-products .products-grid.columns8 li.item.nth-child-8np1 {
            clear: left
        }

.col-main .category-products .products-list {
    margin: 0 -10px
}

    .col-main .category-products .products-list li.item {
        width: 100%;
        padding: 10px
    }

        .col-main .category-products .products-list li.item:hover {
        }

        .col-main .category-products .products-list li.item .item-area {
            width: 100%;
            position: relative
        }

.products-list .product-image-area {
    width: 20%;
    float: left
}

    .products-list .product-image-area img {
        width: 100%;
        transition: all ease-in 400ms;
        transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%
    }

.products-list .details-area {
    width: 80%;
    float: left;
    padding: 0 20px
}

    .products-list .details-area .product-name {
        font-size: 18px;
        line-height: 1
    }

        .products-list .details-area .product-name a {
            color: #666
        }

    .products-list .details-area .action-area {
        margin-top: 15px
    }

    .products-list .details-area .price-box {
        margin: 5px 0
    }

    .products-list .details-area .short-desc {
        font-size: 14px;
        line-height: 1.5;
        color: #777
    }

    .products-list .details-area .actions {
        display: block;
        margin: 0
    }

.products-list .ratings {
    background: none;
    margin: 10px 0
}

    .products-list .ratings .amount {
        display: none
    }

.product-image-area {
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 3px
}

.product-label {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    top: 10px;
    z-index: 3
}

    .product-label span {
        position: relative;
        padding: 7px 10px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 4px
    }

span.sale-product-icon {
    background-color: #e27c7c;
    display: block;
    text-align: center
}

span.new-product-icon {
    background-color: #62b959;
    display: block;
    text-align: center
}

/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin-bottom: 20px
}

.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 3px 0;
    background: url(/content/images/rating-bar.png) center no-repeat;
    height: 14px
}

div.star-rating a {
    transition: initial
}

.block-related .ratings {
    background-image: none;
}

.product-view .product-essential .ratings {
    background: none;
    margin-bottom: 15px;
    height: 20px;
}

    .product-view .product-essential .ratings .rating-box {
        width: 79px;
        height: 15px
    }

        .product-view .product-essential .ratings .rating-box .rating {
            height: 15px
        }

        .product-view .product-essential .ratings .rating-box:before {
            width: 79px;
            height: 15px;
            font-size: 13px;
            line-height: 15px
        }

        .product-view .product-essential .ratings .rating-box .rating:before {
            width: 79px;
            height: 15px;
            font-size: 13px;
            line-height: 15px
        }

.ratings strong {
    float: left;
    margin: 1px 3px 0 0
}

.ratings .rating-links {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px
}

    .ratings .rating-links > a, .no-rating a {
        line-height: 20px;
        font-size: 14px;
        color: #bdbdbd
    }

    .ratings .rating-links .separator {
        margin: 0 5px;
        vertical-align: top;
        line-height: 17px;
        color: #777
    }

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 69px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    position: relative
}

    .rating-box:before {
        font-family: "porto";
        content: "\e852\20\e852\20\e852\20\e852\20\e852";
        width: 69px;
        height: 11px;
        color: #c3c5c9;
        display: block;
        font-size: 11px;
        line-height: 11px
    }

    .rating-box .rating {
        float: left;
        height: 11px;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden
    }

        .rating-box .rating:before {
            font-family: "porto";
            content: "\e852\20\e852\20\e852\20\e852\20\e852";
            width: 69px;
            height: 11px;
            color: #ffc600;
            display: block;
            font-size: 11px;
            line-height: 11px
        }

.ratings .rating-box {
    display: inline-block;
    vertical-align: middle
}

.ratings .amount {
}

.ratings-table {
    margin: 20px 0 40px;
    border: 1px solid #ddd
}

    .ratings-table th,
    .ratings-table td {
        font-size: 13px;
        line-height: 1.15;
        padding: 3px 0
    }

    .ratings-table th {
        font-weight: bold;
        padding-right: 8px
    }

    .ratings-table.data-table thead th {
        font-size: 11px;
        padding: 0 15px
    }

    .ratings-table.data-table input.radio {
        margin: 0
    }

    .ratings-table.data-table .nobr {
        display: block;
        line-height: 20px;
        font-weight: 600
    }
/* Block:Reviews */
.product-view #product-customer-reviews {
    margin-top: -20px
}

    .product-view #product-customer-reviews li {
        border-bottom: 1px solid #eee;
        padding: 20px 0 10px
    }

.avatar-image {
    float: left
}

.review-area {
    line-height: 25px;
    margin-left: 80px
}

    .review-area .review-title {
        font-size: 18px
    }

    .review-area .review-by {
        font-style: italic;
        font-size: 12px;
        color: #ccc
    }

        .review-area .review-by b {
            color: #08c;
            font-weight: normal
        }

    .review-area .ratings-list {
        margin-bottom: 5px
    }

        .review-area .ratings-list .rating-item {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px
        }

        .review-area .ratings-list .label {
            vertical-align: middle;
            font-size: 12px;
            padding: 0 5px 0 0;
            font-weight: normal
        }

        .review-area .ratings-list .rating-box {
            display: inline-block;
            vertical-align: middle
        }

.add-review {
    padding-top: 15px
}

    .add-review h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 15px
    }

    .add-review h4 {
        font-size: 13px;
        font-weight: normal;
        margin-bottom: 10px
    }

    .add-review span.rating-type {
        font-weight: normal;
        font-size: 13px
    }

    .add-review .rating-block {
        margin-bottom: 10px
    }

    .add-review .form-list textarea {
    }

/* Availability */
.availability {
    margin: 0
}

    .availability span {
        font-weight: bold
    }

    .availability.in-stock span {
    }

    .availability.out-of-stock span {
        color: #d83820
    }

.availability-only {
    margin: 10px 0;
    line-height: 16px;
    background: transparent;
    padding-left: 0
}

    .availability-only span, .availability-only a {
        border-bottom: 1px dashed #08c;
        color: #000
    }

    .availability-only a {
        cursor: pointer;
        text-decoration: none
    }

    .availability-only strong {
        color: #08c
    }

.availability-only-details {
    margin: 0 0 10px;
    border: 1px solid #ccc;
}

    .availability-only-details th {
        background: #f5f5f5;
        font-size: 13px;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
    }

    .availability-only-details td {
        background: #fff;
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        padding: 5px 10px
    }

    .availability-only-details tr.odd td.last {
        color: inherit;
        font-weight: 400
    }

.product-view .product-shop .availability {
    font-size: 11px
}

    .product-view .product-shop .availability span {
        font-weight: normal;
        margin-left: 5px
    }

/* Email to a Friend */
.email-friend {
    margin: 0
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px
}

.alert-stock {
    margin: 0;
    font-size: 11px
}

/********** <Product Prices */
.price {
    white-space: nowrap !important
}

.price-box {
    margin: 10px 0 5px
}

    .price-box .price {
        font-weight: 600;
        color: #444
    }

    .price-box a {
        display: inline-block;
        vertical-align: middle;
        line-height: 20px
    }

/* Regular price */
.regular-price {
    color: #444
}

    .regular-price .price {
        font-weight: 600;
        font-size: 20px;
        color: #444;
        display: inline-block;
        vertical-align: middle;
        line-height: 1
    }

/* Old price */
.old-price {
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.std .price-box p {
    margin: 0
}

.old-price .price-label {
    white-space: nowrap;
    display: none
}

.old-price .price {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    vertical-align: middle
}

/* Special price */
.special-price {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

    .special-price .price-label {
        font-size: 13px;
        font-weight: bold;
        white-space: nowrap;
        display: none
    }

    .special-price .price {
        font-size: 20px
    }

/* Minimal price (as low as) */
.minimal-price {
    margin: 0
}

    .minimal-price .price-label {
        font-weight: normal;
        white-space: nowrap
    }

.minimal-price-link {
    display: inline-block;
    vertical-align: middle
}

    .minimal-price-link .label {
        color: #ccc;
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        font-weight: normal;
        padding: 0 0 0 10px
    }

    .minimal-price-link .price {
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px
    }

/* Excluding tax */
.price-excluding-tax {
    display: inline-block;
    color: #999
}

    .price-excluding-tax .label {
        white-space: nowrap;
        color: #999
    }

    .price-excluding-tax .price {
        font-size: 13px;
        font-weight: normal;
        color: #08c
    }

/* Including tax */
.price-including-tax {
    display: inline-block;
    color: #999
}

    .price-including-tax .label {
        white-space: nowrap;
        color: #999
    }

    .price-including-tax .price {
        font-size: 13px;
        font-weight: bold;
        color: #08c
    }

/* Configured price */
.configured-price {
    margin: 0
}

    .configured-price .price-label {
        font-weight: bold;
        white-space: nowrap
    }

    .configured-price .price {
        font-weight: bold
    }

/* FPT */
.weee {
    display: inline-block;
    font-size: 11px;
    color: #444
}

    .weee .price {
        font-size: 11px;
        font-weight: normal
    }

/* Excl tax (for order tables) */
.price-excl-tax {
    display: inline-block
}

    .price-excl-tax .label {
        display: inline-block;
        white-space: nowrap
    }

    .price-excl-tax .price {
        display: inline-block
    }

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block
}

    .price-incl-tax .label {
        display: block;
        white-space: nowrap
    }

    .price-incl-tax .price {
        display: block;
        font-weight: bold
    }

/* Price range */
.price-from {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px
}

    .price-from .price-label {
        font-weight: bold;
        white-space: nowrap;
        display: none
    }

.price-to {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px
}

    .price-to:before {
        content: "-";
        color: #444;
        font-weight: bold
    }

    .price-to .price-label {
        font-weight: bold;
        white-space: nowrap;
        display: none
    }

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999
}

    .price-notice .price {
        font-weight: bold;
        color: #2f2f2f
    }

/* Price as configured */
.price-as-configured {
    margin: 0
}

    .price-as-configured .price-label {
        font-weight: bold;
        white-space: nowrap
    }

.price-box-bundle {
    padding: 0 0 10px 0
}

    .price-box-bundle .price-box {
        margin: 0 !important;
        padding: 0 !important
    }

    .price-box-bundle .price {
        color: #555
    }
/********** Product Prices >*/
/* Tier Prices */
.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242
}

    .tier-prices li {
        line-height: 1.4;
        padding: 2px 0
    }

    .tier-prices .benefit {
        font-style: italic;
        font-weight: bold;
        color: #2f2f2f
    }

    .tier-prices .price {
        font-weight: bold;
        color: #2f2f2f
    }

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703
}

    .tier-prices-grouped li .price {
        font-weight: bold
    }

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0
}

    .add-to-links .separator {
        display: none
    }

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
    color: #666;
    display: none
}

.add-to-cart .qty {
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 35px !important;
    font-size: 14px;
    text-align: center;
    color: #08c;
    border-color: #e1e1e1
}

.add-to-cart button.button {
    display: inline-block;
    height: 38px;
    width: 160px;
    min-width: 110px;
    vertical-align: middle
}

    .add-to-cart button.button span {
        height: 38px;
        line-height: 38px;
        font-weight: normal;
        font-size: 14px;
        border-radius: 5px;
        padding: 0;
        min-width: 110px;
        padding-right: 5px
    }

        .add-to-cart button.button span i {
            margin-right: 10px
        }

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: left
}

    .add-to-cart .paypal-logo .paypal-or {
        clear: both;
        display: block;
        margin: 5px 60px 5px 60px
    }

.product-view .add-to-cart .paypal-logo {
    margin: 0
}

.bml-checkout-type {
    list-style: none
}

    .bml-checkout-type .bml_button {
        width: 150px;
        display: inline-table
    }

/* Add to Links+Add to Cart */
.add-to-box {
    padding: 0 0 20px 0;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb
}

.col1-layout .product-options-bottom, .col1-layout .add-to-box {
    float: left;
    width: 350px;
    border: 0;
}

.add-to-box .add-to-cart {
    float: left
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important
}

    .add-to-box .add-to-links li .separator {
        display: none !important
    }

.product-view {
}

.product-essential {
}

    .product-essential h2 {
    }

.product-collateral {
    position: relative;
    margin-top: 50px
}

    .product-collateral h2 {
        font-weight: bold;
        font-size: 15px;
        color: #e26703;
        border-bottom: 1px solid #e5dcc3;
        padding: 0 0 1px;
        margin: 0 0 15px
    }

    .product-collateral .box-collateral {
        margin: 0 0 25px
    }

.product-tabs > ul {
    position: relative;
    z-index: 1;
    bottom: -1px
}

    .product-tabs > ul li {
        padding: 10px 15px;
        float: left;
        border: 1px solid #eee;
        border-width: 3px 1px 0 1px;
        border-radius: 5px 5px 0 0;
        margin-right: 1px;
        background-color: #f4f4f4
    }

        .product-tabs > ul li a {
            color: #08c;
            font-size: 14px;
            line-height: 1
        }

        .product-tabs > ul li.active a {
        }

        .product-tabs > ul li.active {
            background-color: #fff;
            border-top-color: #08c
        }

.product-tabs .tab-content {
    padding: 37px 15px;
    border: 1px solid #eee;
    min-height: 200px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 2px #eee;
    background-color: #fff
}

    .product-tabs .tab-content > h2 {
        display: none
    }

.box-tags > h2 {
    display: none
}

/* Product Images */
li.etalage_small_thumbs {
    margin-top: 8px;
    top: 100%
}

.product-view .product-img-box {
    margin-bottom: 150px
}

    .product-view .product-img-box img.zoomImg {
        background-color: #fff
    }

    .product-view .product-img-box li.etalage_thumb, .product-view .product-img-box li.etalage_small_thumbs li {
        padding: 3px;
        border: 1px solid #ddd;
        border-radius: 7px;
        background: #fff;
        max-width: 100%
    }

    .product-view .product-img-box .etalage_small_thumbs li {
        cursor: pointer;
        margin-top: 10px
    }

    .product-view .product-img-box .etalage-control {
        position: absolute;
        width: 100%;
        height: 0;
        left: 0;
        top: 50%;
        margin-top: -20px;
        visibility: hidden;
        transition: all 0.3s
    }

    .product-view .product-img-box:hover .etalage-control {
        visibility: visible
    }

    .product-view .product-img-box .etalage-control a {
        display: block;
        position: absolute;
        font-size: 40px;
        left: auto;
        right: auto;
        top: 0
    }

        .product-view .product-img-box .etalage-control a.etalage-prev {
            margin: 0;
            left: 0;
            top: 0
        }

        .product-view .product-img-box .etalage-control a.etalage-next {
            margin: 0;
            right: 0;
            top: 0
        }

    .product-view .product-img-box a.fancy-images {
        display: none
    }

    .product-view .product-img-box .etalage a.fancy-images {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 99;
        display: none
    }

    .product-view .product-img-box .etalage .etalage_thumb_active a.fancy-images {
        display: block
    }

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9
}

    .product-view .product-img-box .product-image-zoom img {
        position: absolute;
        left: 0;
        top: 0;
        cursor: move
    }

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(/content/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer
}

    .product-view .product-img-box .zoom.disabled {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        opacity: .3
    }

    .product-view .product-img-box .zoom #track {
        position: relative;
        height: 18px
    }

    .product-view .product-img-box .zoom #handle {
        position: absolute;
        left: 0;
        top: -1px;
        width: 9px;
        height: 22px;
        background: url(/content/images/magnifier_handle.gif) 0 0 no-repeat
    }

    .product-view .product-img-box .zoom .btn-zoom-out {
        position: absolute;
        left: 2px;
        top: 0
    }

    .product-view .product-img-box .zoom .btn-zoom-in {
        position: absolute;
        right: 2px;
        top: 0
    }

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px
}

    .product-view .product-img-box .more-views li a {
        float: left;
        width: 56px;
        height: 56px;
        border: 2px solid #ddd;
        overflow: hidden
    }

.product-image-popup {
    margin: 0 auto
}

    .product-image-popup .buttons-set {
        float: right;
        clear: none;
        border: 0;
        margin: 0;
        padding: 0
    }

    .product-image-popup .nav {
        font-weight: bold;
        margin: 0 100px;
        text-align: center
    }

    .product-image-popup .image {
        display: block;
        margin: 10px 0
    }

    .product-image-popup .image-label {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 10px;
        color: #2f2f2f
    }

/* Product Shop */
.product-view .product-shop {
}

.product-view .product-name {
    margin: 0 0 5px
}

    .product-view .product-name h1 {
        margin: 15px 0;
        font-size: 28px;
        font-weight: 600;
        line-height: 1;
        color: #555
    }

.product-view .product-shop .availability {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #777;
    font-weight: 600
}

.product-view .product-shop .short-description {
    padding: 5px 0 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5
}

    .product-view .product-shop .short-description h2 {
        display: none
    }

.product-view .product-shop .price-box {
    margin: 0 0 20px 0
}

    .product-view .product-shop .price-box .regular-price .price {
        font-size: 36px;
        color: #08c
    }

    .product-view .product-shop .price-box .old-price {
        vertical-align: bottom
    }

        .product-view .product-shop .price-box .old-price .price {
            font-size: 18px;
            line-height: 1.2;
            font-weight: 400
        }

    .product-view .product-shop .price-box .special-price .price {
        font-size: 33px;
        color: #08c;
        line-height: 1
    }

.product-view .add-to-links {
    margin: 3px 0;
    padding: 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    float: right
}

    .product-view .add-to-links li,
    .product-view .add-to-links li .separator {
        display: inline
    }

    .product-view .add-to-links a {
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
        width: 32px;
        height: 32px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        margin-left: 8px
    }

        .product-view .add-to-links a:hover {
            opacity: .9;
            filter: Alpha(Opacity=90)
        }

.product-view .product-info {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb
}

.col1-layout .product-view .product-info {
    float: left;
    width: 50%;
    border: 0
}

.data-table.grouped-items-table {
    margin-bottom: 20px
}

    .data-table.grouped-items-table th, .data-table.grouped-items-table td {
        padding: 10px 20px
    }

.product-view .product-shop .grouped-items-table .price-box .price {
    font-size: 18px
}

.product-view .product-shop .grouped-items-table .price-box .old-price .price {
    font-size: 14px
}
/* Product Options */
.product-options {
    margin: 20px 0 0;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.col1-layout .product-options {
    float: left;
    width: 50%;
    border: 0
}

.col1-layout .product-view .product-options + div.clearer, .col1-layout .product-view .product-info + div.clearer {
    border-bottom: 1px solid #ebebeb
}

.product-options dl {
    margin: 0;
    margin-bottom: -20px
}

.product-options dt {
    padding: 0 0 10px 0;
    font-weight: normal
}

    .product-options dt label {
        font-weight: bold;
        color: #777;
        font-size: 14px
    }

        .product-options dt label.required em {
            color: #eb340a
        }

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0
}

    .product-options dd .qty-holder label {
        vertical-align: middle
    }

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f
}

.product-options dd {
    margin: 0 0 20px;
}

    .product-options dd input.input-text {
        width: 98%
    }

    .product-options dd input.datetime-picker {
        width: 150px
    }

    .product-options dd .time-picker {
        display: -moz-inline-box;
        display: inline-block;
        padding: 2px 0;
        vertical-align: middle
    }

    .product-options dd textarea {
        width: 98%;
        height: 8em
    }

    .product-options dd select {
        width: 100%
    }

    .product-options dd .multiselect option {
        border-bottom: 1px dotted #d9e5ee;
        padding: 2px 4px
    }

.product-options ul.options-list {
    margin-right: 5px
}

    .product-options ul.options-list li {
        line-height: 1.5;
        padding: 2px 0
    }

    .product-options ul.options-list input.radio {
        float: left;
        margin-top: 3px
    }

    .product-options ul.options-list input.checkbox {
        float: left;
        margin-top: 3px
    }

    .product-options ul.options-list .label {
        display: block;
        margin-left: 18px
    }

    .product-options ul.options-list label {
        font-weight: normal
    }

.product-options ul.validation-failed {
    padding: 0 7px
}

.product-options p.note {
    margin: 0;
    font-size: 11px
}

.product-options p.required {
    display: none
}

.product-options-bottom {
}

    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
        margin: 0;
        padding: 0 0 10px;
        border: 0;
        background: 0;
        color: #e26703
    }

        .product-options-bottom .tier-prices li {
            background: 0;
            padding: 2px 0
        }

        .product-options-bottom .tier-prices .price,
        .product-options-bottom .tier-prices .benefit {
            color: #e26703
        }

    .product-options-bottom .price-box {
        float: left;
        margin: 0;
        padding: 0
    }

    .product-options-bottom .add-to-links {
        clear: both;
        padding: 5px 0 0;
        text-align: left
    }

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px
}

.product-options-bottom .price-tax {
    float: left
}

.product-options-bottom .add-to-cart {
    display: inline-block;
    vertical-align: middle
}

.product-options-bottom {
    padding: 0 0 20px 0;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb
}

    .product-options-bottom .price-box {
        float: none;
        margin: 0 0 5px;
        display: none
    }

    .product-options-bottom .price-label {
        float: none;
        padding-right: 0
    }

    .product-options-bottom .price-tax {
        float: none
    }

    .product-options-bottom .add-to-cart-box {
        clear: both;
        float: left;
        padding-top: 12px
    }

    .product-options-bottom .add-to-links {
        padding: 0;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        float: right;
        margin: 3px 0
    }

        .product-options-bottom .add-to-links li:first-child a {
            margin-left: 0
        }

.qty-holder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 57px
}

.qty-changer {
    display: inline-block;
    vertical-align: middle
}

    .qty-changer > a {
        width: 16px;
        height: 16px;
        display: block;
        border: 1px solid #e1e1e1;
        color: #ccc;
        line-height: 14px;
        text-align: center;
        margin-bottom: 6px;
        border-radius: 3px;
        font-size: 8px;
        background-color: #fff
    }

        .qty-changer > a.qty_dec {
            margin-bottom: 0
        }

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0
}

/* Block:Description */
.product-view .box-description {
}

/* Block:Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25
}

/* Block:Upsell */
.product-view .box-up-sell {
    margin-top: 50px
}

    .product-view .box-up-sell > h2 {
        border-bottom: 0;
        padding: 0;
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 700;
        color: #313131;
        text-transform: uppercase;
        background: url(/content/images/bkg_3.png) right center no-repeat
    }

        .product-view .box-up-sell > h2 span {
            padding-right: 20px;
            background-color: #fff
        }

    .product-view .box-up-sell .products-grid {
    }
/* Block:Tags */
.product-view .box-tags {
    margin: 0
}

    .product-view .box-tags h3 {
        font-size: 13px
    }

    .product-view .box-tags .product-tags {
        display: block;
        margin: 0 0 15px
    }

        .product-view .box-tags .product-tags li {
            display: inline;
            background: url(/content/images/bkg_pipe3.gif) 100% 4px no-repeat;
            padding: 0 7px 0 4px
        }

            .product-view .box-tags .product-tags li.first {
                padding-left: 0
            }

            .product-view .box-tags .product-tags li.last {
                background: none;
                padding-right: 0
            }

    .product-view .box-tags .form-add label {
        display: block;
        font-size: 18px;
        margin: 0 0 20px
    }

    .product-view .box-tags .form-add .input-box {
        float: left;
        margin-right: 10px
    }

    .product-view .box-tags .form-add input.input-text {
        width: 250px;
        height: 38px;
        padding: 10px
    }

    .product-view .box-tags .note {
        margin: 20px 0 0
    }

/* Block:Reviews */
.product-view .box-reviews dl {
    margin: 15px 0
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold
}

.product-view .box-reviews dd {
    margin: 0 0 15px
}

    .product-view .box-reviews dd small {
        font-style: italic
    }

.product-view .box-reviews .form-add {
    margin: 15px 0 0
}

    .product-view .box-reviews .form-add h3 {
        font-size: 13px;
        font-weight: normal
    }

        .product-view .box-reviews .form-add h3 span {
            font-weight: bold
        }

    .product-view .box-reviews .form-add h4 {
        font-size: 12px
    }

    .product-view .box-reviews .form-add .data-table td {
        text-align: center
    }

    .product-view .box-reviews .form-add .form-list {
        margin: 15px 0 0
    }

        .product-view .box-reviews .form-add .form-list .input-box {
            width: 360px
        }

        .product-view .box-reviews .form-add .form-list input.input-text,
        .product-view .box-reviews .form-add .form-list textarea {
            width: 354px
        }

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden
}

    .send-friend .form-list li {
        margin-right: -15px
    }

        .send-friend .form-list li p {
            margin: 0 15px 0 0
        }

    .send-friend .form-list .field {
        width: 315px
    }

    .send-friend .form-list .input-box {
        width: 300px
    }

    .send-friend .form-list input.input-text,
    .send-friend .form-list textarea {
        width: 294px
    }

    .send-friend .form-list li.wide .input-box {
        width: 612px
    }

    .send-friend .form-list li.wide textarea {
        width: 609px
    }

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px
}
/* Content Styles ================================================================= */
.product-name {
    margin: 10px 0;
    font-size: 1em;
    font-weight: normal
}

    .product-name a {
        color: #777
    }

        .product-name a:hover {
            text-decoration: none
        }

/* Product Tags */
.tags-list {
    display: block;
    font-size: 16px;
    padding: 10px 0
}

    .tags-list li {
        display: inline !important;
        margin: 0 4px 0 0
    }

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
    float: none
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
}

.advanced-search .form-list select {
    height: 80px
}

.advanced-search-amount {
    margin: 0 0 10px
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #d6e9c6;
    background: #dff0d8;
    padding: 10px;
    color: #3c763d;
    border-radius: 3px
}

    .advanced-search-summary ul {
        float: left;
        width: 49%
    }

    .advanced-search-summary strong {
    }

    .advanced-search-summary p {
        clear: both;
        font-weight: bold;
        margin: 0
    }

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}
/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0
}

    .page-sitemap .links a {
        text-decoration: none;
        position: relative
    }

        .page-sitemap .links a:hover {
            text-decoration: underline
        }

.page-sitemap .sitemap {
    margin: 12px
}

    .page-sitemap .sitemap a {
        color: #1b2d3b
    }

    .page-sitemap .sitemap li {
        margin: 3px 0
    }

        .page-sitemap .sitemap li.level-0 {
            margin: 10px 0 0;
            font-weight: bold
        }

            .page-sitemap .sitemap li.level-0 a {
                color: #1e7ec8
            }

/* RSS */
.rss-title h1 {
    background: url(/content/images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px
}
/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px
}

    .cart .page-title h1 {
        margin: 0 0 20px
    }

    /* Checkout Types */
    .cart .page-title .checkout-types li {
        margin: 0 0 5px
    }

.cart .title-buttons .checkout-types {
    float: right
}

    .cart .title-buttons .checkout-types li {
        float: left;
        margin: 0 0 5px 5px
    }

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
    vertical-align: top
}

.cart .checkout-types .bml_button {
    display: inline-table;
    width: 150px;
    margin: 0 0 5px
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px
}

/* Shopping Cart Table */
.cart .cart-table-wrap {
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    display: block;
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08)
}

.cart-table thead tr {
    border-width: 0 0 1px
}

.cart-table thead th {
    background-color: transparent;
    text-transform: none
}

.cart-table td {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px
}

.cart-table tbody th, .cart-table tbody td {
    border-right-width: 0
}

.cart-table td.last, .cart-table th.last {
    border-right-width: 0
}

.cart-table tbody td.pr-img-td {
    text-align: center;
    border-right: 0
}

.cart-table tbody tr {
    border-left-width: 0 !important;
    border-right-width: 0 !important
}

.cart-table tfoot {
    border-bottom-width: 0
}

    .cart-table tfoot tr.first td {
        border-width: 0
    }

.cart-table td.product-name-td {
    color: #777;
    font-size: 14px
}

    .cart-table td.product-name-td dl.item-options {
        margin: 0
    }

.cart-table .product-name {
    margin: 0
}

.cart-table .cart-price {
}

.cart-table td.td-total .cart-price {
    color: #08c
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a
}

.cart-table tfoot td {
    padding: 15px 5px 0
}

.cart-table .btn-continue {
    float: left
}

    .cart-table .btn-empty span,
    .cart-table .btn-continue span,
    .cart-table .btn-update span {
    }

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right
}

.cart-table .btn-update {
    margin-left: 10px
}

.cart-table .action-td {
    padding: 15px 0
}

.cart-table .qty-holder {
    width: 125px;
    white-space: nowrap
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    margin-bottom: 45px
}

.cart-collaterals > * {
    margin-bottom: 15px
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 605px
}

    .cart .cart-collaterals .col2-set .col-2 {
        width: 294px
    }

.cart .cart-collaterals h2 {
    padding: 10px 45px 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #000;
    position: relative;
    border-radius: 7px 7px 0 0
}

.cart .crosssell {
}

    .cart .crosssell h2 {
        font-size: 16px;
        color: #313131;
        font-weight: bold
    }

    .cart .crosssell .product-image {
        float: left;
        height: auto;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 2px;
        width: 90px
    }

    .cart .crosssell .product-details {
        margin-left: 105px
    }

    .cart .crosssell .product-name {
        margin: 5px 0 5px
    }

    .cart .crosssell li.item {
        margin: 12px 0
    }

    .cart .crosssell .link-compare {
        font-weight: normal
    }

    .cart .crosssell .price-box {
        margin: 5px 0 10px
    }

    .cart .crosssell button.button > span {
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 12px
    }

    .cart .crosssell button.button:hover > span {
        border: 1px solid #08c;
        background: #08c
    }

    .cart .crosssell button.button span {
        color: #777;
        font-size: 12px;
        line-height: 25px;
        min-width: 0
    }

    .cart .crosssell button.button:hover span {
        color: #fff
    }

    .cart .crosssell .add-to-links {
        display: none
    }
/* Discount Codes &Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
    margin-bottom: 15px
}

    .cart .discount .input-box {
        font-size: 13px;
    }

    .cart .discount h2, .cart .shipping h2 {
        cursor: pointer;
        border-radius: 7px
    }

        .cart .discount h2.opened, .cart .shipping h2.opened {
            border-radius: 7px 7px 0 0
        }

        .cart .discount h2:before, .cart .shipping h2:before {
            content: "\e80b";
            width: 26px;
            height: 26px;
            display: block;
            border: 1px solid #ccc;
            font-family: 'porto';
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -13px;
            border-radius: 3px;
            color: #ccc;
            text-align: center;
            line-height: 24px;
            background-color: #fff;
            font-size: 10px
        }

        .cart .discount h2.opened:before, .cart .shipping h2.opened:before {
            content: "\e80d"
        }

        .cart .discount h2:hover:before, .cart .shipping h2:hover:before {
            background: #08c;
            border-color: #08c;
            color: #fff
        }

        .cart .discount h2 + *, .cart .shipping h2 + * {
            display: none
        }

.cart .cart-collaterals h2 + * {
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb
}

.cart .discount p, .cart .shipping p {
    font-size: 14px
}

.cart .discount .form-list label, .cart .shipping .form-list label {
}

.cart .discount button span,
.cart .shipping button span {
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left
}

    .cart .discount .buttons-set button.button,
    .cart .shipping .buttons-set button.button {
        float: none;
        margin-left: 0;
        width: 100%
    }

.cart .discount h2 {
}

.cart .discount input.input-text {
    width: 100%
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0
}

/* Shopping Cart Totals */
.cart .totals {
}

    .cart .totals table {
        width: 100%
    }

    .cart .totals tr {
        border-bottom: 1px solid #dcdcdc
    }

    .cart .totals td {
        padding: 10px;
        line-height: 1.4;
        font-size: 15px;
        font-weight: 300;
        text-align: left !important
    }

    .cart .totals .price {
        display: block;
        text-align: right;
        color: #000;
        font-size: 14px;
        font-weight: 600
    }

    .cart .totals tbody tr:first-child .price, .cart .totals tfoot .price {
    }

    .cart .totals tr.last td {
    }

    .cart .totals tfoot th {
        padding: 5px 15px 5px 7px
    }

    .cart .totals tfoot td {
    }

        .cart .totals tfoot th strong, .cart .totals tfoot td strong {
        }

    .cart .totals .checkout-types {
        font-size: 13px;
        text-align: center
    }

        .cart .totals .checkout-types li {
            clear: both;
            margin: 10px 0
        }

    .cart .totals tfoot tr {
        border-bottom-width: 0
    }

    .cart .totals button.button {
        width: 100%
    }

    .cart .totals tfoot th strong, .cart .totals tfoot td strong {
        font-weight: 300
    }

    .cart .totals tfoot .price {
        font-size: 17px
    }

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px
}

.truncated {
    cursor: help
}

    .truncated a.dots {
        cursor: help
    }

    .truncated a.details {
        cursor: help
    }

    .truncated .truncated_full_value {
        position: relative;
        z-index: 999
    }

        .truncated .truncated_full_value .item-options {
            position: absolute;
            top: -99999em;
            left: -99999em;
            z-index: 999;
            width: 250px;
            padding: 8px;
            border: 1px solid #ddd;
            background-color: #f6f6f6
        }

            .truncated .truncated_full_value .item-options > p {
                font-weight: bold;
                text-transform: uppercase
            }

    .truncated .show .item-options {
        top: -20px;
        left: 50%
    }

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px
}
/* Checkout ============================================================================== */
/********** <Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px
}

    .sp-methods dt {
        font-weight: normal;
        margin-bottom: 10px
    }

    .sp-methods dd {
    }

        .sp-methods dd li {
            margin: 5px 0
        }

    .sp-methods label {
        font-weight: normal;
        color: #777;
        vertical-align: middle;
        line-height: 19px
    }

    .sp-methods .price {
        font-weight: normal;
        color: #08c;
        letter-spacing: 0
    }

    .sp-methods .form-list {
    }

        .sp-methods .form-list li {
            margin: 0 0 8px
        }

    .sp-methods select.month {
        width: 154px;
        margin-right: 10px
    }

    .sp-methods select.year {
        width: 96px
    }

    .sp-methods input.cvv {
        width: 4em !important
    }

    .sp-methods .checkmo-list li {
        margin: 0 0 5px
    }

    .sp-methods .checkmo-list label {
        width: 135px;
        padding-right: 10px;
        text-align: right
    }

    .sp-methods .checkmo-list address {
        float: left
    }

    .sp-methods .centinel-logos a {
        margin-right: 3px
    }

    .sp-methods .centinel-logos img {
        vertical-align: middle
    }

    .sp-methods .release-amounts {
        margin: .5em 0
    }

        .sp-methods .release-amounts button {
            float: left;
            margin: 5px 10px 0 0
        }

.please-wait {
    float: right
}

    .please-wait img {
        vertical-align: middle
    }

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999
}

    .tool-tip .btn-close {
        margin: -9px -14px 0;
        text-align: right
    }

        .tool-tip .btn-close a {
            display: block;
            margin: 0 0 0 auto;
            width: 15px;
            height: 15px;
            text-align: left;
            text-indent: -999em;
            overflow: hidden
        }

    .tool-tip .tool-tip-content {
        padding: 5px
    }

/* Gift Messages */
.gift-messages h3 {
    font-weight: normal
}

.gift-messages p.control {
}

.gift-messages-form {
    position: relative
}

    .gift-messages-form label {
        float: none !important;
        position: static !important
    }

    .gift-messages-form h4 {
        font-size: 12px;
        font-weight: bold
    }

    .gift-messages-form .whole-order {
        margin: 0 0 25px
    }

    .gift-messages-form .item {
        margin: 0 0 10px
    }

        .gift-messages-form .item .product-img-box {
            float: left;
            width: 75px
        }

        .gift-messages-form .item .product-image {
            margin: 0 0 7px
        }

        .gift-messages-form .item .number {
            margin: 0;
            font-weight: bold;
            text-align: center;
            color: #8a8987
        }

        .gift-messages-form .item .details {
            margin-left: 90px
        }

            .gift-messages-form .item .details .product-name {
                font-size: 13px;
                font-weight: bold;
                margin: 0 0 10px
            }

            .gift-messages-form .item .details .form-list .field {
                width: 255px
            }

            .gift-messages-form .item .details .form-list .input-box {
                width: 240px
            }

            .gift-messages-form .item .details .form-list input.input-text {
                width: 234px
            }

            .gift-messages-form .item .details .form-list li.wide .input-box {
                width: 500px
            }

            .gift-messages-form .item .details .form-list li.wide textarea {
                width: 494px
            }

.gift-message-link {
    font-size: 11px;
    background: url(/content/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px
}

    .gift-message-link.expanded {
        background-position: 100% -40px
    }

.gift-message-row {
    background: #f2efe9
}

    .gift-message-row .btn-close {
        float: right;
        width: 16px;
        height: 16px;
        background: url(/content/images/btn_gm-close.gif) 0 0 no-repeat;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden
    }

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #b6b6b6;
    line-height: 1.4;
    border-radius: 5px
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px
}

    .checkout-agreements .agree input.checkbox {
        margin-right: 6px
    }

    .checkout-agreements .agree label {
        font-weight: bold;
        color: #666
    }

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px
}

    .opc .checkout-agreements li {
        margin: 20px 0 0
    }

    .opc .checkout-agreements .agreement-content {
        background-color: #fff;
        border-color: #e4e4e4;
        padding: 5px
    }

    .opc .checkout-agreements .agree {
        padding-left: 6px
    }

/* Centinel */
.centinel {
}

    .centinel .authentication {
        border: 1px solid #ddd;
        background: #fff
    }

        .centinel .authentication iframe {
            width: 99%;
            height: 400px;
            background: transparent !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important
        }

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(/content/images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px
}

    .info-set h2 {
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 10px
    }

    .info-set h3,
    .info-set h4 {
        font-size: 13px;
        font-weight: bold;
        color: #E26703
    }

        .info-set h2 a,
        .info-set h3 a,
        .info-set h4 a {
            font-weight: normal
        }

    .info-set h2.legend {
        margin: -20px -20px 15px;
        padding: 5px 10px;
        background: #f9f3e3;
        border-bottom: 1px solid #bbafa0;
        position: relative
    }

    .info-set h3.legend {
        margin: 0 0 10px;
        color: #0a263c
    }

    .info-set .divider {
        margin: 0 -20px;
        padding: 25px 0;
        position: relative
    }

    .info-set .box {
        margin: 0 0 15px
    }

        .info-set .box h2 {
            color: #e26703
        }

    .info-set .data-table .product-name {
        font-size: 1em !important;
        font-weight: bold !important;
        color: #1e7ec8 !important
    }

        .info-set .data-table .product-name a {
            font-weight: bold !important
        }

    .info-set .data-table .item-options {
        margin: 5px 0 0
    }
/********** Common Checkout Styles >*/
/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0
}

    .block-progress .block-title {
        background: none;
        border: 0;
        padding: 0
    }

        .block-progress .block-title strong {
            color: #313131
        }

    .block-progress .block-content {
        background: none
    }

    .block-progress dt {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        border-radius: 7px;
        color: #313131;
        font-size: 13px;
        font-weight: bold;
        margin-top: 13px;
        padding: 10px 15px;
        position: relative;
        text-transform: uppercase
    }

    .block-progress dd {
        background-color: #fbfbfb;
        border: 1px solid #ddd;
        border-radius: 0 0 7px 7px;
        border-top-width: 0;
        font-size: 13px;
        padding: 10px 15px
    }

    .block-progress dt.complete {
        border-radius: 7px 7px 0 0
    }

    .block-progress dd.complete {
    }

    .block-progress dt .changelink {
        text-transform: none;
        font-weight: normal
    }

    .block-progress p {
        margin: 0
    }

    .block-progress .cards-list dt {
        background: none;
        border: 0 none;
        color: inherit;
        font-size: 12px;
        margin: 5px 0;
        padding: 0
    }

    .block-progress .cards-list dd {
        border: 0 none;
        margin: 0;
        padding: 0
    }

    .block-progress .cards-list .info-table th {
        font-weight: normal
    }

/* show/hide "change"link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none
}

.opc .buttons-set {
}

.opc #checkout-step-billing .buttons-set, .opc #checkout-step-shipping .buttons-set {
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px
}

.opc .buttons-set .back-link small {
    display: none
}

.opc .buttons-set .back-link a {
    background: url(/content/images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px
}

.opc .buttons-set.disabled button.button {
    display: none
}

.opc .buttons-set .please-wait {
}

    .opc .buttons-set .please-wait i.icon-spin6 {
    }

.opc .ul {
    list-style: disc outside;
    padding-left: 18px
}

.opc {
    position: relative
}

    .opc li.section {
        margin-bottom: 5px;
        box-shadow: 0 2px 3px rgba(0,0,0,0.08);
        border-radius: 6px
    }

    .opc .step-title {
        border: 1px solid #ddd;
        border-radius: 4px;
        background: #f6f6f6;
        padding: 15px;
        text-align: right
    }

        .opc .step-title .number {
            float: left;
            padding: 0;
            margin: 0 5px 0 0;
            color: #08c;
            font-size: 16px;
            line-height: 1
        }

        .opc .step-title h2 {
            float: left;
            margin: 0;
            line-height: 1;
            color: #08c;
            font-size: 16px
        }

        /*.opc .step-title a {
            display: none;
            float: right;
            font-size: 13px;
            line-height: 1
        }*/

    .opc .allow .step-title {
        background: #f6f6f6;
        color: #777;
        cursor: pointer
    }

        .opc .allow .step-title .number {
        }

        .opc .allow .step-title h2 {
        }

    .opc .active .step-title {
        cursor: default;
        border-bottom-width: 0;
        border-radius: 6px 6px 0 0
    }

        .opc .active .step-title .number {
        }

        .opc .active .step-title h2 {
        }

    .opc .step {
        position: relative;
        padding: 20px 15px;
        border: 1px solid #ddd;
        border-top-width: 0;
        border-radius: 0 0 6px 6px
    }

        .opc .step .tool-tip {
            right: 160px
        }

    .opc ul li {
        line-height: 20px
    }

#opc-login .buttons-set {
    padding: 0
}

#opc-login .col2-set .content {
    min-height: 280px
}

#opc-login h3 {
    text-transform: uppercase;
    margin-bottom: 10px
}

#opc-login h4 {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0;
    color: #777
}

#opc-login .step > .row .col-sm-6:first-child {
}

#opc-login .contents-area {
    min-height: 225px
}

#opc-shipping_method .buttons-set {
    border-top: 0
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px
}

    .opc .gift-messages-form .inner-box {
        padding: 5px;
        height: 260px;
        overflow: auto
    }

#opc-review .step {
    font-size: 14px
}

#opc-review .product-name {
    font-size: 14px
}

#opc-review .price {
}

#opc-review tr td.last .cart-price .price {
    color: #08c
}

#opc-review .data-table tfoot td {
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 300
}

    #opc-review .data-table tfoot td strong {
        font-weight: 300
    }

#opc-review tfoot .price {
    font-weight: normal
}

#opc-review tfoot tr .price {
    color: #313131;
    font-weight: 600
}

#opc-review tfoot tr.last td {
    background-color: #f6f6f6
}

#opc-review .item-options {
    margin: 5px 0 0
}

#opc-review .buttons-set {
}

    #opc-review .buttons-set p {
        margin: 0;
        line-height: 40px
    }

    #opc-review .buttons-set .please-wait {
        height: 60px;
        line-height: 60px
    }

#opc-review .authentication {
    margin: 0 auto;
    width: 570px
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px
}

    .checkout-progress li {
        float: left;
        width: 19%;
        margin: 0 3px 0 0;
        border-top: 10px solid #999;
        padding: 7px 0 0;
        text-align: center;
        color: #abb5ba
    }

        .checkout-progress li.active {
            border-top-color: #08c;
            color: #08c
        }

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: 600
}

    .multiple-checkout h2 a,
    .multiple-checkout h3 a,
    .multiple-checkout h4 a {
        font-weight: normal
    }

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important
}

    .multiple-checkout .data-table .product-name a {
        font-weight: bold !important
    }

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0
}

.multiple-checkout .box .box-title, .multiple-checkout .box .box-content {
    border-radius: 0
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 8px;
    display: block;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08)
}

    .multiple-checkout .col2-set h2.legend {
        margin: 0 0 15px;
        padding: 5px 0;
        border-bottom: 1px solid #ececec;
        position: relative
    }

    .multiple-checkout .col2-set h3.legend {
        margin: 0 0 10px;
        color: #0a263c
    }

    .multiple-checkout .col2-set .divider {
        margin: 0 -20px;
        padding: 25px 0;
        position: relative
    }

.multiple-checkout .box {
    margin: 0 0 15px
}

    .multiple-checkout .box h2 {
    }

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 11px 15px 0 0
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    overflow: hidden
}

    .multiple-checkout .place-order .grand-total .inner {
        float: left;
        height: 57px
    }

        .multiple-checkout .place-order .grand-total .inner div {
            display: inline
        }

    .multiple-checkout .place-order .grand-total big {
        display: inline;
        margin-right: 12px;
        line-height: 1.4
    }

    .multiple-checkout .place-order .grand-total .price {
        color: #08c
    }

    .multiple-checkout .place-order .grand-total button.button span {
        font-size: 16px
    }

        .multiple-checkout .place-order .grand-total button.button span span {
            padding: 0 45px 0 36px
        }

/* Step 1 */
#multiship-addresses-table td {
    padding: 10px
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden
}

    .multiple-checkout .gift-messages-form .item .details .form-list li {
        margin-right: -15px
    }

    .multiple-checkout .gift-messages-form .item .details .form-list .field {
        width: 230px
    }

    .multiple-checkout .gift-messages-form .item .details .form-list .input-box {
        width: 215px
    }

    .multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
        width: 209px
    }

    .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
        width: 445px
    }

    .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
        width: 439px
    }

.checkout-multishipping-shipping .box-sp-methods {
    position: relative
}

    .checkout-multishipping-shipping .box-sp-methods .pointer {
        display: none
    }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative
}

/* Account Login/Create Pages ============================================================ */
.account-login .content {
    min-height: 275px
}

.account-login .new-users, .account-login .registered-users {
}

    .account-login .new-users h2, .account-login .registered-users h2 {
    }

.account-login .buttons-set {
}

.account-create {
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px
}

    .captcha-image .captcha-img {
        border: 1px solid #b6b6b6;
        vertical-align: bottom;
        width: 100%
    }

.registered-users .captcha-image {
    margin: 0
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px
}

    .captcha-reload.refreshing {
        animation: rotate 1.5s infinite linear
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    0% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0)
    }

    0% {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    0% {
        transform: rotate(-360deg)
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: rgba(0,0,0,.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990
}

.remember-me label {
    float: none;
    margin: 0 6px
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    box-shadow: 0 0 6px #ccc;
    z-index: 1000
}

    .remember-me-popup h3 {
        background: #d9e5ee;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        padding: 5px 10px
    }

    .remember-me-popup .remember-me-popup-head {
        position: relative
    }

        .remember-me-popup .remember-me-popup-head .remember-me-popup-close {
            background: url(/content/images/btn_window_close.gif) no-repeat;
            display: block;
            position: absolute;
            top: 7px;
            right: 7px;
            height: 15px;
            width: 15px;
            text-indent: -9999em
        }

    .remember-me-popup .remember-me-popup-body {
        padding: 10px
    }

        .remember-me-popup .remember-me-popup-body a {
            display: inline-block;
            height: 19px;
            border: 1px solid #de5400;
            background: #f18200;
            padding: 0 8px;
            font: bold 12px/19px Arial,Helvetica,sans-serif;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            color: #fff
        }
/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0
}

/********** <Dashboard */
.dashboard .welcome-msg {
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    color: #3c763d;
    margin: 0;
    padding: 10px
}

    .dashboard .welcome-msg p {
        margin: 0
    }

        .dashboard .welcome-msg p.hello {
            float: left;
            margin-right: 5px
        }

.dashboard .col2-set {
    margin: 0 0 25px
}

/* General Box */
.box-account {
    margin: 30px 0
}

    .box-account .box-head {
        margin: 0 0 10px;
        text-align: right;
        line-height: 1.4
    }

        .box-account .box-head h2 {
            float: left;
            margin: 0;
            font-size: 16px;
            font-weight: bold;
            color: #313131;
            line-height: 1.4
        }

.box .box-title {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    border-radius: 7px 7px 0 0
}

.box .box-content {
    padding: 20px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
    min-height: 135px
}

.box .box-title h3,
.box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    color: #313131;
}

.box .box-title a {
    float: right;
    line-height: 18px;
    font-size: 12px
}

/* Block:Reviews */
.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c
}

.dashboard .box-reviews .details {
    margin-left: 20px
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px
}

    .dashboard .box-reviews li.item.last {
        margin: 0
    }

.dashboard .box-reviews .ratings {
    margin: 7px 0 0
}

/* Block:Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url(/content/images/i_ma-tags.gif)
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c
}

.dashboard .box-tags .details {
    margin-left: 20px
}

.dashboard .box-tags li.item {
    margin: 0 0 7px
}

    .dashboard .box-tags li.item.last {
        margin: 0
    }

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline
}
/********** Dashboard >*/
/* Address Book */
.addresses-list h2 {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    line-height: 1.4
}

.addresses-list h3 {
    font-weight: bold;
    font-size: 13px
}

.addresses-list address {
    margin: 0 0 3px
}

.addresses-list p {
    margin: 0
}

.addresses-list a {
    font-weight: bold
}

.addresses-list .link-remove {
    color: #646464
}

.addresses-list .separator {
    margin: 0 3px
}

.addresses-list li.item {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 15px;
    margin: 0 0 10px
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0
}

    .addresses-list li.empty p {
        font-weight: bold
    }

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0
}

/* Order View */
.order-info {
    color: #313131;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px
}

    .order-info dt,
    .order-info dd,
    .order-info ul,
    .order-info li {
        display: inline
    }

    .order-info .current {
        font-weight: bold
    }

    .order-info li {
        margin: 0 3px
    }

.order-date {
    margin: 10px 0
}

.order-info-box {
    margin-bottom: 25px
}

    .order-info-box h2 {
        font-weight: bold;
        font-size: 13px;
        margin: 0
    }

    .order-info-box .box-payment p {
        margin: 0 0 3px
    }

    .order-info-box .box-payment th {
        font-weight: bold;
        padding-right: 7px
    }

.table-caption {
    clear: none;
    font-size: 15px;
    font-weight: bold;
    color: #313131;
    padding: 0;
    margin: 0 0 10px
}

.order-details .product-name {
}

.order-details .link-print {
    color: #1e7ec8;
    font-weight: normal
}

.order-details .order-links {
    text-align: right
}

.order-additional {
    margin: 15px 0
}
/* Order Gift Message */
.gift-message dt strong {
    color: #666
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0
}
/* Order Comments */
.order-about dt {
    font-weight: bold
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px
}

.tracking-table {
    margin: 0 0 15px
}

    .tracking-table th {
        font-weight: bold;
        white-space: nowrap
    }

.tracking-table-popup {
    width: 100%
}

    .tracking-table-popup th {
        font-weight: bold;
        white-space: nowrap
    }

    .tracking-table-popup th,
    .tracking-table-popup td {
        padding: 1px 8px
    }

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px
}

    .page-print .print-head .logo {
        float: left
    }

    .page-print .print-head address {
        float: left;
        margin-left: 15px
    }

.page-print h1 {
    font-size: 16px;
    font-weight: bold
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold
}

    .page-print h2.h2 {
        font-size: 16px;
        font-weight: bold
    }

.page-print .order-date {
    background: url(/content/images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px
}

.page-print .col2-set {
    margin: 0 0 10px
}
/* Price Rewrites */
.page-print .gift-message-link {
    display: none
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap
}

    .page-print .cart-price,
    .page-print .price-excl-tax .label,
    .page-print .price-incl-tax .label,
    .page-print .price-excl-tax .price,
    .page-print .price-incl-tax .price {
        display: inline
    }

/* My Wishlist */
#wishlist-table td {
}

#wishlist-table .product-name {
    margin-bottom: 10px;
}

    #wishlist-table .product-name a {
        color: #08c;
        font-weight: normal
    }

#wishlist-table .description {
    margin-bottom: 10px
}

#wishlist-table textarea {
    display: block;
    width: 100%;
    height: 109px
}

#wishlist-table .buttons-set {
    margin-top: 2em
}

    #wishlist-table .buttons-set button.button {
        float: none
    }

    #wishlist-table .buttons-set .btn-add span,
    #wishlist-table .buttons-set .btn-share span {
        border-color: #406a83;
        background: #618499
    }

#wishlist-table .add-to-links {
    white-space: nowrap
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px
}

    .my-tag-edit .btn-remove {
        float: right;
        margin: 4px 0 0 5px
    }

#my-tags-table {
    clear: both
}

    #my-tags-table td {
        padding: 10px
    }

    #my-tags-table .add-to-links {
        white-space: nowrap
    }

/* My Reviews */
#my-reviews-table tbody {
    border-top: 1px solid #dcdcdc
}

#my-reviews-table td {
    padding: 10px
}

.product-review .product-img-box {
    float: left;
    width: 140px
}

    .product-review .product-img-box .product-image {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 5px;
        display: block;
        width: 125px;
        height: 125px
    }

    .product-review .product-img-box .label {
        font-size: 11px;
        margin: 0 0 3px
    }

    .product-review .product-img-box .ratings .rating-box {
        float: none;
        display: block;
        margin: 0 0 3px
    }

.product-review .product-details {
    margin-left: 150px
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f
}

.product-review .ratings-table {
    margin: 0 0 10px
}

.product-review dt {
    font-weight: bold
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0
}

.billing-agreements .form-list li select {
    float: left
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px
}
/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px
}

    .map-popup-heading h2 {
        font-size: 16px;
        margin: 0;
        text-shadow: 0 1px 0 #f6f6f6;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: break-word;
        text-align: left;
        text-overflow: ellipsis
    }

.map-popup-arrow {
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px
}

.map-popup-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    box-shadow: 0 0 3px #999;
    border-radius: 2px
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right
}

    .map-popup-checkout span {
        display: block
    }

    .map-popup-checkout .paypal-or {
        clear: both;
        display: block
    }

    .map-popup-checkout .paypal-logo {
        margin: 0 0 5px
    }

    .map-popup-checkout li {
        list-style: none
    }

.map-popup-checkout {
    text-align: center
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0
}

.map-popup-price {
    margin: 5px 0 0
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word
}

.map-popup-only-text {
    border-top: 1px solid #ddd
}
/* ======================================================================================= */
.owl-theme .owl-controls .owl-page span {
    width: 8px;
    height: 8px;
    background: #a0a09f;
    opacity: 1;
    filter: Alpha(Opacity=100)
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #08c
}

/* Footer ================================================================================ */
.footer-container {
    border-top: 0
}

.footer {
}

    .footer .block .block-content {
        background-color: transparent
    }

.footer-top {
    background-color: #f0f0ed;
    padding: 15px 0
}

#feed-container {
    padding: 50px 0
}

    #feed-container .owl-item {
    }

        #feed-container .owl-item .item {
            padding: 0 20px 0 90px;
            text-align: left;
            color: #121214;
            line-height: 1.5;
            font-size: 16px;
            background: url(/content/images/i_twitter.png) 20px 0 no-repeat
        }

    #feed-container .timePosted {
        font-size: 14px;
        font-style: italic;
        color: #777
    }

.cms-index-index .footer-container.fixed-position {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    margin: 0
}

    .cms-index-index .footer-container.fixed-position .footer-top, .cms-index-index .footer-container.fixed-position .footer-middle {
        display: none
    }

    .cms-index-index .footer-container.fixed-position .footer-bottom {
        padding: 5px 0;
        background-color: #fff;
        background-color: rgba(255,255,255,0.85)
    }

.footer-container.fixed-position .footer-bottom .custom-block {
    margin-left: 20px
}

    .footer-container.fixed-position .footer-bottom .custom-block.f-right {
        margin-left: 60px
    }

.footer-container .bottom-container {
    margin: 0 0 5px
}

.footer-middle {
    background-color: #121214;
    color: #777;
    padding: 40px 0;
    font-size: 13px
}

    .footer-middle a {
        color: #fff
    }

        .footer-middle a:hover {
            color: #fff;
            text-decoration: underline
        }

    .footer-middle ul.links {
        padding: 0;
        margin-top: -5px
    }

        .footer-middle ul.links li {
            position: relative;
            padding: 10px 0;
            line-height: 1;
            display: block
        }

            .footer-middle ul.links li i {
                margin-left: -5px
            }

    .footer-middle ul.features {
        padding: 0;
        margin-top: -5px
    }

        .footer-middle ul.features li {
            position: relative;
            padding: 10px 0;
            line-height: 1;
            display: block
        }

            .footer-middle ul.features li i {
                margin-left: -5px;
                margin-right: 3px
            }

    .footer-middle p {
        margin-bottom: 15px;
        color: #777
    }

        .footer-middle p.label {
            display: block;
            text-align: left;
            font-size: 13px;
            font-weight: 400;
            padding: 0
        }

    .footer-middle ul {
        padding: 0
    }

    .footer-middle .block {
        text-align: left;
        line-height: 1.5;
        border: 0;
        margin: 0;
        background-color: transparent;
        float: none;
        width: auto
    }

        .footer-middle .block .block-title {
            margin-bottom: 20px
        }

            .footer-middle .block .block-title strong {
                font-weight: 400;
                padding: 0;
                font-size: 16px;
                line-height: inherit;
                color: #fff;
                text-transform: none
            }

    .footer-middle .contact-info li {
        padding: 5px 0
    }

        .footer-middle .contact-info li:first-child {
            padding-top: 0
        }

    .footer-middle .contact-info p {
        display: inline-block;
        vertical-align: top;
        margin: 0
    }

    .footer-middle .contact-info i {
        color: #777;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        line-height: 18px
    }

.footer-ribbon {
    position: absolute;
    margin: -56px 0 25px 0px;
    padding: 10px 20px 6px 20px;
    background-color: #08c;
}

    .footer-ribbon:before {
        border-right: 10px solid #005580;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: -10px;
        position: absolute;
        top: 0;
        width: 7px;
    }

    .footer-ribbon span {
        color: #fff;
        font-size: 20px;
        font-family: "Shadows Into Light",cursive
    }

.block.block-facebook-like .block-title a.btn-like {
    background-color: #08c;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    margin-top: 12px;
    font-weight: 400;
    margin-right: 55px
}

.footer-middle .block.block-subscribe .input-box {
    padding: 0;
    margin-top: 50px
}

    .footer-middle .block.block-subscribe .input-box input.input-text {
        float: left;
        height: 30px;
        padding: 0 10px;
        border: 0;
        background-color: #dcdcdc;
        border-radius: 5px;
        max-width: 300px
    }

    /*.footer-middle .block.block-subscribe .input-box button {
        float: left;
        width: 75px;
        margin-left: -75px
    }

        .footer-middle .block.block-subscribe .input-box button span {
            padding: 0;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            border-radius: 0 5px 5px 0;
            font-weight: normal;
            min-width: 75px
        }*/

.footer-middle .block.block-subscribe em {
    color: #cef09d;
    font-size: 12px;
    display: block;
    margin: 5px 0
}

.footer-middle .block-tweets ul {
    margin-top: -15px
}

    .footer-middle .block-tweets ul li {
        padding: 15px 0;
        border-top: 1px solid #75b11f
    }

        .footer-middle .block-tweets ul li:first-child {
            border-top: 0
        }

.footer-middle .block-tweets p.tweet {
    margin-bottom: 10px
}

.footer-middle .block-tweets p.timePosted {
    margin-bottom: 0;
    color: #a5d75f;
    font-size: 11px;
    font-style: italic
}

.footer-middle .block-flickr-photos .block-content {
    margin: -5px
}

.footer-middle .block-flickr-photos a.flickr-image {
    width: 65px;
    display: inline-block;
    margin: 5px
}

    .footer-middle .block-flickr-photos a.flickr-image:hover {
        opacity: .8;
        filter: alpha(opacity=80)
    }

    .footer-middle .block-flickr-photos a.flickr-image img {
        width: 100%
    }

.footer-middle .fb-persons {
    margin: -5px
}

    .footer-middle .fb-persons .fb-person {
        display: inline-block;
        width: 75px;
        padding: 5px;
        text-align: center
    }

        .footer-middle .fb-persons .fb-person a {
            width: 100%;
            display: inline-block
        }

            .footer-middle .fb-persons .fb-person a:hover img {
                opacity: .8;
                filter: alpha(opacity=80)
            }

            .footer-middle .fb-persons .fb-person a img {
                width: 100%
            }

.footer-bottom {
    min-height: 50px;
    line-height: 40px;
    background-color: #0c0c0c;
    padding: 25px 0
}

    .footer-bottom a.logo {
        float: left;
        margin-right: 45px
    }

        .footer-bottom a.logo img {
            display: inline-block;
            vertical-align: middle
        }

    .footer-bottom .custom-block {
        float: left;
        margin-left: 60px
    }

        .footer-bottom .custom-block img {
            max-width: 100%;
            display: inline-block;
            vertical-align: middle
        }

    .footer-bottom address {
        float: right;
        line-height: 40px
    }

#totop {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    background-color: #404040;
    font-size: 16px;
    color: #08c;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    display: none;
    border-radius: 5px 5px 0 0
}

    #totop:hover {
        background-color: #555
    }

.footer .social-icons {
    float: left
}

/*.footer .social-icons a:first-child {
    margin: 0
}*/

.footer .social-icons a {
    background-color: #9e9e9e;
    border-radius: 50%;
}

    .footer .social-icons a.icon1-class:hover {
        background-color: #3c599b
    }

    .footer .social-icons a.icon2-class:hover {
        background-color: #1ca8e3
    }

    .footer .social-icons a.icon3-class:hover {
        background-color: #4975b6
    }

.footer-bottom ul.links a {
    color: #777;
    font-size: 11px
}

.footer-bottom ul.links li {
    padding: 0 12px;
    border-right: 1px solid #bbb;
    font-size: 11px
}

    .footer-bottom ul.links li:first-child {
        padding-left: 0
    }
/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px
}

    .home-callout img {
        display: block
    }

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em
}

.best-selling table {
    border-top: 1px solid #ccc
}

.best-selling tr.odd {
    background: #eee url(/content/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x
}

.best-selling tr.even {
    background: #fff url(/content/images/best_selling_tr_even_bg.gif) 0 100% repeat-x
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548
}
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.form-list .input-box:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.box-content:after,
.block-content:after,
.postDetails:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}
/* ======================================================================================= */
.guest-select {
    width: 305px !important
}

.background-overlay {
    background-color: #fff;
    opacity: .5;
    filter: Alpha(Opacity=50);
    left: 0;
    top: 0
}

.fancybox-wrap,
.fancybox-wrap * {
    transition: initial;
    -webkit-transition: initial
}

/*** Revolution Slider ***/
.home-slider-container,
.home-slider-container * {
    transition: initial;
    -webkit-transition: initial
}

    .home-slider-container .tp-banner-container {
        margin: 0;
        border: 0
    }

.sharing-tool-area {
    margin-top: 20px;
    padding-bottom: 20px
}

.col1-layout .sharing-tool-area {
    float: right
}

.sharing-tool-area .addthis_default_style .at300m, .sharing-tool-area .addthis_default_style .at300b {
    padding: 3px
}

.sharing-tool-area .addthis_default_style .addthis_counter {
    margin: 3px 0
}

.sharing-tool-area .addthis_32x32_style .at300bs {
    border-radius: 3px
}

.block.block-related {
    border: 0;
    border-radius: 5px
}

    .block.block-related .block-title {
        background-color: transparent;
        border: 0
    }

        .block.block-related .block-title strong {
            font-size: 18px;
            padding: 10px 0;
            line-height: 1;
            color: #313131
        }

    .block.block-related .block-content {
        background-color: transparent;
        padding-bottom: 30px
    }

    .block.block-related .block-subtitle {
        padding: 0;
        min-height: 38px
    }

    .block.block-related .item {
        padding: 0
    }

    .block.block-related .owl-theme .owl-controls {
        position: absolute;
        right: 0;
        top: -73px
    }

        .block.block-related .owl-theme .owl-controls .owl-buttons div {
            color: #08c;
            font-size: 13px;
            padding: 0;
            margin: 0;
            background: transparent
        }

    .block.block-related .product {
        margin: 10px 0 15px;
        position: relative
    }

        .block.block-related .product input.checkbox {
            position: absolute;
            left: 5px;
            top: 5px;
            z-index: 1001;
            margin: 0
        }

        .block.block-related .product .product-image {
            overflow: hidden;
            border: 1px solid #ddd;
            border-radius: 7px;
            background: #fff;
            padding: 1px
        }

            .block.block-related .product .product-image img {
                width: 100%;
                border-radius: 5px
            }

    .block.block-related .product-details {
        padding: 0
    }

.sidebar .custom-block {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(/content/images/bkg_4.png) bottom no-repeat
}

    .sidebar .custom-block.custom-block-1 {
        padding-bottom: 20px
    }

.sidebar .custom-block-1 > div {
    min-height: 50px;
    margin-bottom: 20px;
    clear: both
}

    .sidebar .custom-block-1 > div i {
        font-size: 30px;
        color: #000;
        float: left;
        width: 50px;
        height: 50px;
        line-height: 48px;
        border: 1px solid #bbb;
        border-radius: 50%;
        text-align: center;
        margin-right: 10px
    }

    .sidebar .custom-block-1 > div h3 {
        color: #313131;
        font-size: 16px;
        margin: 0;
        line-height: 1.5;
        margin-left: 50px;
        padding-top: 4px
    }

    .sidebar .custom-block-1 > div p {
        font-size: 12px;
        margin: 0;
        margin-left: 50px;
        line-height: 1
    }

.onepagecheckout_datafields .form-list li {
    margin: 0
}

.onepagecheckout_datafields .form-list .field {
    width: 100%;
    float: none;
    margin: 0
}

.onepagecheckout_datafields .form-list .input-box {
    margin-bottom: 20px
}

p.newsletter label {
    color: #777;
    line-height: 20px
}

.gift-messages p.control label {
    line-height: 20px
}

.op_login_area {
    width: 300px;
    padding: 20px
}

.onepagecheckout-index-index .page-title {
    border: 0;
    margin: 20px 0
}

.order-products-table .price {
    letter-spacing: 0;
    color: #08c
}

.discount-form label {
    font-size: 14px
}

.discount-form input.input-text {
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 20px
}

.block.block-account .block-content {
}

.block-account ul li, .block.block-blog-categories .blog-category {
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd
}

    .block-account ul li strong {
        font-weight: normal
    }

    .block-account ul li strong, .block-account ul li a:hover, .block.block-blog-categories a:hover {
        color: #08c
    }

        .block-account ul li strong:before, .block-account ul li a:before, .block.block-blog-categories a:before {
            content: '\f105';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 3px
        }

    .block-account ul li a, .block.block-blog-categories a {
        color: #777;
        text-decoration: none
    }

#my-orders-table .price {
    letter-spacing: 0
}

.my-account .pager {
    margin: 20px 0
}

/*** About US ***/
h2.word-rotator-title {
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px 0;
    color: #121214
}

.word-rotate {
    visibility: hidden;
    width: 100px;
    height: 0;
    margin-bottom: -7px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative
}

h2 .word-rotate {
    margin-bottom: -7px
}

.word-rotate.active {
    visibility: visible;
    width: auto
}

.word-rotate .word-rotate-items {
    position: relative;
    top: 0;
    width: 100%
}

    .word-rotate .word-rotate-items span {
        display: block;
        white-space: nowrap
    }

p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px;
    color: #08c;
    font-family: "Shadows Into Light",cursive;
    font-size: 1.6em
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #08c;
    border-color: #08c
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.push-top {
    margin-top: 20px
}

.btn-primary:hover {
    border-color: #0099e6;
    background-color: #0099e6;
    color: #fff
}

.btn:hover {
    text-decoration: none
}

hr.tall {
    margin: 30px 0;
    background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
    background-image: linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
    border: 0;
    height: 1px
}

.entry-content h3 {
    font-size: 1.7em;
    font-weight: normal;
    color: #08c;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase
}

.entry-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px
}

.entry-content .lead {
    font-size: 21px;
    line-height: 1.4
}

.history {
    margin: 25px 0;
    padding: 0;
    clear: both
}

    .history .thumb {
        background: transparent url(/content/images/history-thumb.png) no-repeat 0 0;
        width: 227px;
        height: 160px;
        margin: 0 0 30px;
        padding: 0;
        float: left
    }

        .history .thumb img {
            border-radius: 50%;
            margin: 7px 8px;
            width: 145px;
            height: 145px
        }

.featured-box {
    background: #f5f5f5;
    background-color: transparent;
    background: linear-gradient(to bottom,white 1%,#f9f9f9 98%) repeat scroll 0 0 transparent;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-sizing: 0 1px 1px 0 rgba(0,0,0,0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1
}

.history .featured-box {
    text-align: left;
    margin-left: 225px;
    margin-bottom: 35px;
    min-height: 115px
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 4px solid #08c;
    padding: 30px 20px 0
}

.history .featured-box .box-content {
    border-top-color: #08c
}

.history h4 {
    float: left;
    margin: 15px 0;
    padding: 0;
    color: #08c;
    line-height: 27px
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    text-transform: uppercase
}

.history p {
    margin: 0 0 20px;
    margin-left: 55px;
    line-height: 24px
}

.featured-box .block-flickr-photos {
    border: 0
}

    .featured-box .block-flickr-photos .block-title {
        display: none
    }

    .featured-box .block-flickr-photos a.flickr-image {
        margin: 5px;
        display: inline-block;
        border: 1px solid #dcdcdc;
        padding: 5px;
        border-radius: 5px
    }

        .featured-box .block-flickr-photos a.flickr-image img {
            max-width: 100%;
            width: 75px
        }

.shop-features {
    text-align: center
}

    .shop-features h2.shop-features-title {
        position: relative;
        text-align: center;
        margin: 30px 0
    }

        .shop-features h2.shop-features-title:before {
            content: "";
            background-image: linear-gradient(to right,transparent,rgba(0,0,0,0.2),transparent);
            height: 1px;
            width: 100%;
            display: block;
            position: absolute;
            top: 50%
        }

        .shop-features h2.shop-features-title span {
            background-color: #fff;
            display: inline-block;
            position: relative;
            z-index: 1;
            padding: 0 12px;
            color: #313131;
            font-weight: 700;
            font-size: 15px
        }

    .shop-features i {
        color: #333;
        width: 64px;
        height: 64px;
        text-align: center;
        line-height: 60px;
        display: inline-block;
        border: 2px solid #ccc;
        border-radius: 50%;
        font-size: 28px
    }

    .shop-features h3 {
        color: #121214;
        font-size: 15px;
        line-height: 1;
        margin: 20px 0 10px
    }

    .shop-features p {
        color: #777;
        font-size: 14px;
        margin: 0;
        margin-bottom: 15px;
        padding: 0 20px
    }

    .shop-features a {
        margin: 0;
        font-size: 14px
    }

.form-list .input-box.input-textarea {
    border: 0
}

    .form-list .input-box.input-textarea label {
        padding: 0;
        vertical-align: top
    }

        .form-list .input-box.input-textarea label i {
            border: 1px solid #ccc;
            border-right: 0;
            margin: 0;
            border-radius: 3px 0 0 3px
        }

    .form-list .input-box.input-textarea textarea {
    }

.contacts-index-index h2.legend {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0
}

.page-empty .contact-info i, .contacts-index-index .col-main .contact-info i {
    float: left;
    width: 43px;
    height: 43px;
    background-color: #08c;
    color: #fff;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 15px
}

.page-empty .contact-info p, .contacts-index-index .col-main .contact-info p {
    margin-left: 55px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px
}

.form-list .input-box label i {
    background-color: #f0f0ed
}

table.for-mobile {
    display: none
}

table.for-desktop {
    display: table
}

.block-compare .block-title strong {
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8
}

.compare-table {
    border: 0
}

    .compare-table thead tr.first th,
    .compare-table thead tr.first td {
        border: 0;
        background: none;
        padding: 0;
        font-size: 0;
        line-height: 0
    }

    .compare-table .btn-remove {
        float: right;
        width: 72px;
        height: 15px
    }

    .compare-table tbody th {
    }

    .compare-table tbody th,
    .compare-table tbody td {
        padding: 10px;
        border: 0;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        vertical-align: top
    }

        .compare-table tbody td .std {
            text-align: left
        }

        .compare-table tbody td.last {
        }

    .compare-table tbody tr.last th,
    .compare-table tbody tr.last td {
    }

    .compare-table tr.add-to-row td {
        background: #f7f7f7;
        text-align: center
    }

    .compare-table tr.first td {
        text-align: center
    }

        .compare-table tr.first td .product-name {
            font-size: 13px;
            font-weight: bold;
            margin: 0 0 5px
        }

            .compare-table tr.first td .product-name a {
            }

        .compare-table tr.first td .ratings {
            width: 69px;
            margin: 0 auto
        }

        .compare-table tr.first td p,
        .compare-table tr.add-to-row td p {
            margin: 0
        }

.data-table.compare-table {
    border: 1px solid #dcdcdc
}

    .data-table.compare-table td {
        border: 0;
        text-align: center;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        line-height: 1.5
    }

    .data-table.compare-table th {
        text-align: right;
        text-transform: uppercase;
        background: #f7f7f7;
        border: 0;
        border-bottom: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc
    }

    .data-table.compare-table .ratings {
        margin: 0
    }

        .data-table.compare-table .ratings .rating-box {
            float: none;
            margin: 0 auto
        }

        .data-table.compare-table .ratings .amount {
            margin-top: 5px;
            display: none;
            margin: 0 auto
        }

            .data-table.compare-table .ratings .amount a {
            }

    .data-table.compare-table .price-box {
        margin: 0
    }

        .data-table.compare-table .price-box p {
            float: none;
            display: inline-block
        }

.compare-table tr.product-img-row td {
    padding: 20px 30px;
    position: relative
}

    .compare-table tr.product-img-row td a.btn-remove2 {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 20px;
        height: 20px
    }

.compare-table tr.product-img-row .product-image img {
    width: 100%
}

.compare-table tr.product-img-row td .product-name {
    margin: 15px 0 0
}

.compare-table tbody tr.last td {
    vertical-align: middle;
    border-bottom: 0
}

.blank-rating {
    display: none
}

.data-table.compare-table .blank-rating {
    display: block
}

.data-table.compare-table tr.add-to-row td {
    background: none
}

/*** Blog ***/
.block.block-blog-categories a {
    font-size: inherit;
    margin-left: 0
}

.block.block-blog-recent ul li {
    margin: 0;
    padding: 10px 0
}

    .block.block-blog-recent ul li div.post-image {
        border-radius: 4px;
        padding: 2px;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-right: 12px
    }

        .block.block-blog-recent ul li div.post-image:after {
            display: table;
            content: "";
            clear: both
        }

    .block.block-blog-recent ul li a {
        font-family: inherit;
        font-size: inherit;
        color: #08c;
        line-height: 18px
    }

    .block.block-blog-recent ul li div.post-time {
        color: #888;
        font-size: 12px;
        line-height: 24px;
        font-family: inherit;
        font-style: normal;
        text-align: left;
        margin: 0
    }

.block.block-blog-tags ul li a {
    font-family: inherit;
    font-weight: normal
}

    .block.block-blog-tags ul li a:hover {
        text-decoration: none;
        background-color: #08c
    }

.posts-wrap {
    margin: 10px 0 0
}

.postBanner {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 30px
}

    .postBanner p {
        line-height: 1;
        margin: 0
    }

    .postBanner .owl-item .item {
        width: 100%
    }

        .postBanner .owl-item .item img {
            width: 100%
        }

    .postBanner img {
        width: 100%;
        border-radius: 3px
    }

    .postBanner iframe {
        min-height: 300px
    }

    .postBanner .owl-theme .owl-controls {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

.postTitle {
    border: 0
}

    .postTitle h2 {
        font-weight: 600;
        margin: 0 0 10px 0
    }

        .postTitle h2 a:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
            text-decoration: none
        }

.postWrapper {
    margin-left: 60px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.postBanner {
    margin-left: -60px
}

.postContent {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 15px
}

.recent-posts .postContent > p {
    margin: 0
}

.recent-posts a.readmore {
    font-weight: 300;
    font-size: 16px
}

.postWrapper .post-date {
    margin-left: -60px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    float: left;
    margin-right: 10px;
    text-align: center
}

    .postWrapper .post-date .day {
        color: #08c;
        background-color: #f4f4f4;
        border-radius: 2px 2px 0 0;
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 10px;
        line-height: 22px;
        margin-bottom: 3px
    }

    .postWrapper .post-date .month {
        color: #fff;
        background-color: #08c;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
        display: block;
        font-size: 12px;
        padding: 0 10px 2px;
        line-height: 16px
    }

.postDetails {
    line-height: 22px
}

    .postDetails > span {
        margin-right: 10px
    }

        .postDetails > span span:last-child {
            display: none
        }

        .postDetails > span i {
            margin-right: 5px
        }

        .postDetails > span a {
            color: #777
        }

            .postDetails > span a:hover {
                color: #08c
            }

.postBookmarks a {
    line-height: 1.2
}

.smartwave-blog-read-more {
    color: #777;
    font-size: 13px
}

.postBookmarks {
    padding: 10px 0 0
}

    .postBookmarks a {
        color: #777;
        text-decoration: none
    }

        .postBookmarks a:hover {
            color: #08c
        }

    .postBookmarks img {
        margin: 0 2px
    }

#postComment .form-list .input-box {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

#postComment .form-list input.input-text {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555
}

#postComment .form-list textarea {
    height: 150px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555
}

#postComment .form-list label {
    margin-bottom: 5px
}

.postComments {
    margin-left: 60px
}

.post-share {
    padding: 10px 0 0;
    margin-bottom: -5px;
    border-top: 1px solid #ddd
}

    .post-share i {
        margin-right: 5px
    }

    .post-share h3 {
        color: #08c;
        font-size: 13px;
        font-weight: 300;
        margin: 10px 10px 0 0;
        text-transform: none;
        float: left
    }

.blog-post-view .postWrapper {
    margin-bottom: 0
}

.postComments .postTitle h2 {
    padding: 20px 0;
    font-size: 1.8em;
    font-weight: 200;
    margin: 0 0 20px;
    text-transform: none;
    color: #08c
}

.postComments .toolbar {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 10px
}

form#postComment {
    display: block;
    margin-top: 25px;
    padding: 45px 0 0;
    border-top: 1px solid #ddd
}

#postComment h4.legend {
    padding: 0 0 20px 0;
    font-size: 1.8em;
    font-weight: 200;
    margin: 0 0 20px;
    text-transform: none;
    color: #08c
}

.commentWrapper i.icon-user {
    font-size: 50px;
    border: 4px double #ddd;
    background: #fff;
    border-radius: 5px;
    float: left;
    line-height: 70px;
    text-align: center
}

.commentWrapper .comment-area:before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
    content: ""
}

.commentWrapper .comment-area {
    margin-left: 110px;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px;
    position: relative
}

    .commentWrapper .comment-area .commentContent {
        line-height: 22px;
        margin-bottom: 10px
    }

    .commentWrapper .comment-area .date {
        text-align: right;
        color: #999
    }

/***** Home Page *****/
/* Slider */
.cms-index-index .tp-caption {
    text-align: left
}

    .cms-index-index .tp-caption.very_large_text {
        color: #08c;
        font-size: 56px;
        font-weight: 600;
        text-decoration: none;
        background-color: transparent;
        letter-spacing: 13px;
        border: 0;
        text-shadow: none;
        font-family: "Open Sans"
    }

    .cms-index-index .tp-caption.large_thin {
        color: #08c;
        background-color: transparent;
        text-decoration: none;
        font-size: 46px;
        font-weight: 300;
        border: 0;
        font-family: "Open Sans"
    }

    .cms-index-index .tp-caption.small_thin_grey {
        font-size: 20px;
        line-height: 30px;
        font-weight: 300;
        color: #777;
        font-family: "Open Sans";
        text-decoration: none;
        background-color: transparent;
        text-shadow: none;
        margin: 0px;
        border: 0
    }

    .cms-index-index .tp-caption a, .cms-index-index .tp-caption a:hover {
        color: #fff;
        font-family: "Open Sans"
    }

    .cms-index-index .tp-caption.title1 {
        font-size: 36px;
        font-weight: 600;
        color: #08c;
        background-color: transparent;
        text-decoration: none;
        letter-spacing: 8px;
        border: 0;
        font-family: "Open Sans"
    }

    .cms-index-index .tp-caption.small-desc {
        color: #999;
        font-size: 16px;
        font-family: "Open Sans",Arial,sans-serif;
        font-weight: 300;
        background-color: transparent;
        text-decoration: none
    }

.cms-index-index .white-arrow .tparrows.navbar {
    color: #fff
}

.cms-index-index .tparrows.navbar:hover {
    background-position: 0 -45px !important
}

.cms-index-index .tp-caption.white-title1 {
    text-decoration: none;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    letter-spacing: 12px;
    border: 0
}

.cms-index-index .tp-caption.small-desc-white {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 300;
    background-color: transparent;
    text-decoration: none;
    border: 0;
    line-height: 24px
}

.cms-index-index .tp-caption a.btn-white, .cms-index-index .tp-caption a.btn-white:hover {
    background-color: #fff;
    color: #08c
}

.single-image {
    overflow: hidden;
    text-align: center;
    margin: 15px 0
}

.single-images .single-image {
    margin: 0;
    border-radius: 5px
}

a.single-image {
    display: block;
    margin: 4px;
    border-radius: 5px;
    position: relative
}

    a.single-image img {
        width: 100%
    }

.single-image img {
    max-width: 100%;
    transition: 0.5s ease
}

.single-image:hover img {
    transform: scale(1.2)
}

.filter-products .products.small-list {
    text-align: left;
    margin-top: -10px
}

    .filter-products .products.small-list div.item {
        width: 100%;
        max-width: 300px;
        float: none;
        display: inline-block;
        padding: 0
    }

        .filter-products .products.small-list div.item .item-area {
            padding: 10px 0 6px
        }

        .filter-products .products.small-list div.item .product-image-area {
            width: 33%;
            float: left;
            padding: 2px
        }

        .filter-products .products.small-list div.item .details-area {
            width: 66%;
            float: left;
            text-align: left;
            padding: 10px 16px
        }

            .filter-products .products.small-list div.item .details-area .ratings {
                background: transparent;
                margin-bottom: 10px
            }

        .filter-products .products.small-list div.item .price-box {
            margin: 0;
            line-height: 1.2
        }

            .filter-products .products.small-list div.item .price-box p {
                margin: 0;
                line-height: 1.2
            }

h2.sidebar-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    line-height: 1
}

.owl-top-narrow .sidebar-list .owl-controls {
    top: -16px
}

    .owl-top-narrow .sidebar-list .owl-controls .owl-buttons div {
        font-size: 16px
    }

.filter-products .products.sidebar-list div.item .item-area {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0
}

.filter-products .products.sidebar-list div.item:hover .item-area {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0
}

.sidebar-filterproducts {
    margin-bottom: 30px
}

    .sidebar-filterproducts .owl-top-narrow {
        margin: 0
    }

/******** Homepage Bar(5) ***********/
.homepage-bar {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fbfbfb
}

    .homepage-bar .col-md-4 {
        border-left: 1px solid #e1e1e1;
        padding-top: 20px;
        padding-bottom: 21px
    }

        .homepage-bar .col-md-4:first-child {
            border-left: 0
        }

    .homepage-bar i {
        font-size: 34px;
        color: #000;
        display: inline-block;
        vertical-align: middle
    }

        .homepage-bar i:before {
            width: auto
        }

    .homepage-bar .text-area {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin-left: 5px
    }

    .homepage-bar h3 {
        color: #313131;
        font-size: 16px;
        margin: 0;
        line-height: 1.5
    }

    .homepage-bar p {
        font-size: 12px;
        margin: 0;
        line-height: 1
    }

    .homepage-bar.type2 {
        border: 0;
        background-color: transparent
    }

        .homepage-bar.type2 i {
            color: #fff;
            background-color: #121214;
            border-radius: 50%;
            width: 62px;
            height: 62px;
            line-height: 62px;
            text-align: center;
            float: left
        }

            .homepage-bar.type2 i.icon-truck {
                padding-right: 4px
            }

        .homepage-bar.type2 .text-area {
            display: block;
            margin-left: 75px
        }

        .homepage-bar.type2 .col-md-4 {
            border: 0;
            padding-top: 5px;
            padding-bottom: 5px
        }

        .homepage-bar.type2 h3 {
            color: #000;
            font-size: 20px;
            margin: 0;
            line-height: 1;
            font-weight: 600;
            margin-bottom: 6px
        }

        .homepage-bar.type2 em {
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            font-family: Arial;
            line-height: 1;
            margin-bottom: 12px;
            display: block;
            color: #878787
        }

        .homepage-bar.type2 p {
            font-size: 14px;
            margin: 0;
            line-height: 1.3;
            color: #666
        }
/********* Parallax Slider *********/
.parallax-slider .owl-carousel h2 {
    font-size: 60.28px;
    color: #fff;
    line-height: 1
}

.parallax-slider .owl-carousel p {
    font-size: 22.6px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}

.parallax-slider .owl-carousel a {
    font-size: 16px;
    color: #fff;
    line-height: 1
}

.parallax-slider .owl-theme .owl-controls {
    margin-top: 25px
}

/* Content */
.owl-item .item {
    max-width: 100%;
    float: none !important
}

    .owl-item .item img {
        max-width: 100%
    }

.cms-index-index blockquote.testimonial {
    background-color: #08c;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative;
    font-size: 1.2em;
    line-height: 1.3
}

    .cms-index-index blockquote.testimonial:before {
        left: 10px;
        top: 0;
        color: #fff;
        content: "\201C";
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute
    }

    .cms-index-index blockquote.testimonial:after {
        right: 10px;
        bottom: -0.5em;
        color: #fff;
        content: "\201D";
        font-size: 80px;
        font-style: normal;
        line-height: 1;
        position: absolute
    }

.cms-index-index .testimonial-arrow-down {
    border: 15px solid transparent;
    border-top-color: #08c;
    border-bottom: 0;
    height: 0;
    margin: 0 0 0 25px;
    width: 0
}

.cms-index-index .testimonial-author {
    margin: 8px 0 0 8px
}

    .cms-index-index .testimonial-author .img-thumbnail {
        border-radius: 7px;
        float: left;
        margin-right: 10px;
        position: relative;
        padding: 4px;
        line-height: 1.5;
        background-color: #fff;
        border: 1px solid #ddd;
        display: inline-block;
        max-width: 100%;
        height: auto
    }

        .cms-index-index .testimonial-author .img-thumbnail img {
            max-width: 60px;
            display: inline-block;
            height: auto
        }

    .cms-index-index .testimonial-author p {
        color: #666;
        margin: 0 0 0 25px;
        text-align: left;
        line-height: 24px
    }

        .cms-index-index .testimonial-author p > strong {
            color: #111;
            display: block;
            padding-top: 7px;
            font-size: 14px
        }

    .cms-index-index .testimonial-author span {
        color: #666;
        display: block;
        font-size: 12px
    }

.slide .product {
    text-align: center
}

    .slide .product img {
        float: none;
        max-width: 100%;
        margin: 5px auto
    }

    .slide .product h6 {
        color: #777;
        font-size: 1.14em;
        line-height: 18px;
        font-weight: 400;
        margin: 0 0 14px 0;
        letter-spacing: normal
    }

    .slide .product .price {
        font-size: 32px;
        line-height: 32px;
        color: #08c;
        letter-spacing: 0
    }

        .slide .product .price .amount {
            display: inline-block
        }

            .slide .product .price .amount .currency, .slide .product .price .amount .decimal {
                font-size: 0.67em
            }

        .slide .product .price del {
            display: none
        }

        .slide .product .price ins {
            text-decoration: none
        }

    .slide .product .add_to_cart_button {
        display: inline-block;
        margin: 15px 0
    }

div.filter-title, h2.filter-title {
    background: url(../images/slider-bar.png) right no-repeat;
    font-size: 16px;
    font-weight: 300;
    line-height: 42px;
    margin: 0;
    color: #313131;
    text-transform: uppercase;
    text-align: left
}

    div.filter-title .content, h2.filter-title .content {
        background-color: #fff;
        padding-right: 20px;
        display: inline
    }

p.filter-title, h3.filter-title {
    background: url(../images/slider-bar.png) right no-repeat;
    font-size: 1.7em;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 32px 0;
    color: #08c
}

    p.filter-title .content, h3.filter-title .content {
        background-color: #fff;
        padding-right: 20px
    }

.filterproducts-tab .filter-title ul {
    list-style: none;
    padding: 0;
    padding-right: 20px
}

    .filterproducts-tab .filter-title ul li {
        display: inline-block
    }

        .filterproducts-tab .filter-title ul li a {
            color: #313131;
            padding-left: 15px;
            margin-left: 12px;
            border-left: 1px solid #ddd
        }

        .filterproducts-tab .filter-title ul li:first-child a {
            margin: 0;
            padding: 0;
            border: 0
        }

        .filterproducts-tab .filter-title ul li.active a {
            color: #08c
        }

.border-box {
    position: relative;
    border: solid 1px #d5d5d5;
    padding: 15px 15px 30px;
    min-height: 100px;
    margin: 30px 0 0;
    text-align: center
}

    .border-box .box-title {
        position: absolute;
        top: -21px;
        left: 0;
        width: 100%;
        text-align: center
    }

        .border-box .box-title h2 {
            display: inline-block;
            padding: 0 10px;
            background-color: #fff;
            color: #9c9c9c;
            font-size: 2.6em;
            font-weight: 300;
            line-height: 42px;
            margin: 0
        }

    .border-box .box-thumb {
        position: absolute;
        bottom: 0
    }

        .border-box .box-thumb img {
            max-width: 200px
        }

.feature-box {
    clear: both
}

    .feature-box.gift-card {
        overflow: hidden
    }

    .feature-box .feature-box-icon {
        background-color: #08c;
        border-radius: 35px;
        color: #fff;
        display: inline-block;
        float: left;
        height: 35px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        top: 5px;
        width: 35px
    }

    .feature-box.tertiary .feature-box-icon {
        float: none;
        margin: 15px auto;
        padding: 0;
        border-radius: 100%
    }

    .feature-box.orange .feature-box-icon {
        background-color: #ffa800
    }

    .feature-box.green .feature-box-icon {
        background-color: #2dbe7f
    }

    .feature-box.pink .feature-box-icon {
        background-color: #ee68a7
    }

    .feature-box.gift-card .feature-box-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px
    }

    .feature-box .feature-box-info {
        padding-left: 50px
    }

    .feature-box.tertiary .feature-box-info {
        padding: 0
    }

    .feature-box.gift-card h4 {
        font-size: 32px;
        font-style: italic;
        margin-bottom: 10px;
        color: #9c9c9c
    }

p.tall {
    margin-bottom: 20px;
    color: #777;
    line-height: 24px;
    margin: 0 0 20px;
    font-size: 14px
}

.custom-gift .feature-box .feature-box-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 45px;
    text-align: center
}

.custom-gift .feature-box .feature-box-info h4 {
    color: #fff;
    font-size: 51px;
    margin: 0 20px 20px;
    line-height: 1;
    font-weight: 400
}

.custom-gift .feature-box .feature-box-info p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff
}

.feature-box.secundary h4 {
    color: #121214;
    font-size: 20px;
    font-weight: 400
}

.feature-box.secundary .feature-box-icon {
    background-color: transparent;
    color: #08c
}

    .feature-box.secundary .feature-box-icon i {
        font-size: 28px
    }

.feature-box.secundary .feature-box-info {
    padding-left: 60px;
}

.custom-support {
    text-align: left
}

    .custom-support i {
        float: left;
        background-color: #e35d53;
        color: #fff;
        border-radius: 50%;
        width: 62px;
        height: 62px;
        text-align: center;
        line-height: 62px;
        font-size: 20px
    }

    .custom-support div.content {
        margin-left: 76px
    }

        .custom-support div.content > h2 {
            color: #000;
            margin: 0;
            font-weight: 600;
            font-size: 20px;
            line-height: 1.5;
        }

        .custom-support div.content > em {
            color: #888;
            font-weight: 300;
            font-size: 11px;
            font-style: normal;
            line-height: 1;
            margin-bottom: 15px;
            display: block
        }

        .custom-support div.content > p {
            color: #666;
            font-size: 14px
        }

.gift-box > p {
    text-align: left;
    font-size: 15.36px;
    color: #525252;
    font-weight: 300;
    margin-left: 3px;
    margin-bottom: 30px
}

.gift-box .feature-box.gift-card h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #222;
    text-transform: uppercase
}

.homepage-grid-banner {
    padding: 0
}

    .homepage-grid-banner * {
        transition: all 0.2s
    }

    .homepage-grid-banner .row {
        margin-left: -4px;
        margin-right: -4px
    }

    .homepage-grid-banner .col-sm-1, .homepage-grid-banner .col-sm-2, .homepage-grid-banner .col-sm-3, .homepage-grid-banner .col-sm-4, .homepage-grid-banner .col-sm-5, .homepage-grid-banner .col-sm-6, .homepage-grid-banner .col-sm-7, .homepage-grid-banner .col-sm-8, .homepage-grid-banner .col-sm-9, .homepage-grid-banner .col-sm-10, .homepage-grid-banner .col-sm-11, .homepage-grid-banner .col-sm-12 {
        padding-left: 4px;
        padding-right: 4px
    }

    .homepage-grid-banner .col-sm-margin {
        margin-bottom: 8px
    }

    .homepage-grid-banner img {
        width: 100%
    }

    .homepage-grid-banner .content a {
        font-size: 16px;
        margin-right: 5px;
    }

        .homepage-grid-banner .content a.btn-default {
            font-size: 13px;
            margin: 0;
            border: 0;
            padding-right: 3px
        }

    .homepage-grid-banner .ribbon {
        width: 33.5%;
        height: 22.3%
    }

        .homepage-grid-banner .ribbon:before {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            border: 150px solid #08c;
            border-right: 0;
            border-bottom: 0;
            border-left: 200px solid transparent;
        }

        .homepage-grid-banner .ribbon > div {
            width: 90%
        }

        .homepage-grid-banner .ribbon em {
            font-size: 14px
        }

        .homepage-grid-banner .ribbon h4 {
            font-size: 33px;
            line-height: 1;
            margin: 0
        }

        .homepage-grid-banner .ribbon h5 {
            font-size: 18px;
            line-height: 1;
            margin: 0
        }

    .homepage-grid-banner .grid1, .homepage-grid-banner .grid2, .homepage-grid-banner .grid3, .homepage-grid-banner .grid4 {
        cursor: pointer;
        overflow: hidden;
        min-height: 50px
    }

        .homepage-grid-banner .grid1:before, .homepage-grid-banner .grid2:before, .homepage-grid-banner .grid3:before, .homepage-grid-banner .grid4:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #000;
            opacity: 0;
            filter: alpha(Opacity=0);
            visibility: hidden;
            transition: all 0.2s
        }

        .homepage-grid-banner .grid1:hover:before, .homepage-grid-banner .grid2:hover:before, .homepage-grid-banner .grid3:hover:before, .homepage-grid-banner .grid4:hover:before {
            opacity: 0.1;
            filter: alpha(Opacity=10);
            visibility: visible
        }

        .homepage-grid-banner .grid1 .content h2 {
            font-size: 70.72px;
            line-height: 1
        }

        .homepage-grid-banner .grid1 .content p {
            font-size: 29.47px;
            line-height: 1;
            margin-bottom: 10px;
            margin-right: 4px
        }

        .homepage-grid-banner .grid2 .content h3 {
            font-size: 28.88px;
            line-height: 1
        }

        .homepage-grid-banner .grid2 .content h2 {
            font-size: 28.88px;
            line-height: 1;
        }

        .homepage-grid-banner .grid2 .content p {
            font-size: 17.58px;
            line-height: 1;
            margin-bottom: 15px
        }

        .homepage-grid-banner .grid3 .content h2 {
            font-size: 46px;
            line-height: 1;
            margin: 0
        }

        .homepage-grid-banner .grid3 .content h5 {
            font-size: 16px;
            line-height: 1;
            margin-bottom: 30px
        }

        .homepage-grid-banner .grid3 .content p {
            font-size: 16px;
            line-height: 1;
            margin-bottom: 5px
        }

        .homepage-grid-banner .grid3 .content h4 {
            font-size: 22.72px;
            line-height: 1;
            margin-top: 20px;
            margin-bottom: 0
        }

            .homepage-grid-banner .grid3 .content h4 > span {
                font-size: 17.66px;
                line-height: 1
            }

        .homepage-grid-banner .grid3 .content h3 {
            font-size: 37.71px;
            line-height: 1;
            margin-bottom: 15px
        }

            .homepage-grid-banner .grid3 .content h3 > span {
                font-size: 25.14px;
                line-height: 1
            }

        .homepage-grid-banner .grid4 .content h2 {
            font-size: 33.86px;
            line-height: 1.2;
            margin: 0;
            margin-bottom: 15px
        }

        .homepage-grid-banner .grid4 .content p {
            font-size: 19.75px;
            line-height: 1.2;
            margin-bottom: 17px
        }

.grid-images {
    text-align: center
}

    .grid-images .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .grid-images .col-sm-4, .grid-images .col-sm-8 {
        padding-left: 10px;
        padding-right: 10px
    }

    .grid-images .grid1 {
        margin-bottom: 10px
    }

    .grid-images img {
        max-width: 100%
    }

.slider-with-side {
    margin: 0 -8px
}

    .slider-with-side .slider-area {
        padding: 0 8px;
        float: left;
        width: 72.3%
    }

    .slider-with-side .side-area {
        padding: 0 8px 0 7px;
        float: left;
        width: 27.7%
    }

        .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
            margin-bottom: 9px;
            position: relative;
            overflow: hidden
        }

        .slider-with-side .side-area .item3 {
            margin: 0 !important
        }

        .slider-with-side .side-area .item1 .content {
            position: absolute;
            bottom: 17px;
            left: 15px;
            text-align: left
        }

            .slider-with-side .side-area .item1 .content h2 {
                font-size: 35.16px;
                margin: 0;
                margin-bottom: 14px
            }

            .slider-with-side .side-area .item1 .content em {
                font-size: 27.45px;
                margin: 0;
                margin-bottom: 2px;
                display: block;
                margin-left: 4px
            }

            .slider-with-side .side-area .item1 .content a {
                font-size: 15.08px;
                margin: 0;
                margin-left: 4px;
                display: block;
            }

        .slider-with-side .side-area .item2 .content {
            position: absolute;
            bottom: 17px;
            left: 21px;
            text-align: left
        }

            .slider-with-side .side-area .item2 .content h2 {
                font-size: 33.86px;
                margin: 0;
                margin-bottom: 12px
            }

            .slider-with-side .side-area .item2 .content p {
                font-size: 18.34px;
                margin: 0;
                margin-left: 1px
            }

            .slider-with-side .side-area .item2 .content a {
                font-size: 13px;
                border: 0;
                text-shadow: none;
                padding: 8px 10px 8px 15px;
                margin: 13px 0 0 25px
            }

        .slider-with-side .side-area .item3 .content {
            position: absolute;
            bottom: 17px;
            left: 19px;
            text-align: left
        }

            .slider-with-side .side-area .item3 .content h2 {
                font-size: 32px;
                margin: 0
            }

            .slider-with-side .side-area .item3 .content p {
                font-size: 20px;
                margin: 0;
                margin-bottom: 17px
            }

            .slider-with-side .side-area .item3 .content a {
                font-size: 16px;
                margin: 0
            }

        .slider-with-side .side-area .item1:before, .slider-with-side .side-area .item2:before, .slider-with-side .side-area .item3:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #000;
            opacity: 0;
            filter: alpha(Opacity=0);
            visibility: hidden;
            transition: all 0.2s
        }

.grid-images .grid1 img, .grid-images .grid2 img, .grid-images .grid3 img {
    opacity: 1;
    filter: alpha(Opacity=100);
    visibility: visible;
    transition: all 0.2s
}

.slider-with-side .side-area .item1:hover:before, .slider-with-side .side-area .item2:hover:before, .slider-with-side .side-area .item3:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible
}

.grid-images .grid1:hover img, .grid-images .grid2:hover img, .grid-images .grid3:hover img {
    opacity: 0.8;
    filter: alpha(Opacity=80);
    visibility: visible
}

.slider-with-side .slider-area .item .content .text-area h2 {
    display: inline-block;
    padding: 7px 50px 7px 11px;
    font-size: 42.7px;
    margin-bottom: 4px
}

.slider-with-side .slider-area .item .content .text-area p {
    display: inline-block;
    padding: 12px 17px 12px 13px;
    font-size: 17.58px;
    margin: 0
}

.slider-with-side .slider-area .item .content .ribbon {
    right: 13px;
    top: 16px
}

    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 14px;
        margin: 0;
        margin-right: 63px
    }

    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 33px;
        margin: 0;
        margin-right: 14px
    }

    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 18px;
        margin: 0;
        margin-top: -3px
    }

.full-screen-slider {
}

    .full-screen-slider .item > div.content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 2
    }

        .full-screen-slider .item > div.content > h2 {
            font-size: 60.28px;
            margin-bottom: 18px;
            line-height: 1
        }

        .full-screen-slider .item > div.content > p {
            font-size: 25.12px;
            margin-bottom: 35px;
            line-height: 1
        }

        .full-screen-slider .item > div.content > a.btn-default {
            font-size: 14px;
            line-height: 1;
            font-weight: 600;
            text-shadow: none;
            padding: 15px 48px;
            border-radius: 7px;
            border: 0
        }

        .full-screen-slider .item > div.content em {
            font-style: normal;
            line-height: 1;
            display: block
        }

            .full-screen-slider .item > div.content em.type1 {
                font-size: 18.34px;
                margin-bottom: -5px
            }

            .full-screen-slider .item > div.content em.type2 {
                font-size: 29.47px;
                margin-bottom: 10px;
                margin-left: 30px
            }

            .full-screen-slider .item > div.content em.type3 {
                font-size: 17.68px;
                margin-top: 10px
            }

        .full-screen-slider .item > div.content h3 {
            font-size: 61.56px;
            margin: 0;
            line-height: 1
        }

        .full-screen-slider .item > div.content h4 {
            font-size: 52.39px;
            margin: 0;
            padding-right: 35px;
            border-right: 2px solid #83c5e6;
            line-height: 1;
            vertical-align: middle
        }

        .full-screen-slider .item > div.content .sale-bar a {
            font-size: 20.96px;
            margin-left: 23px;
            line-height: 1;
            vertical-align: middle
        }

            .full-screen-slider .item > div.content .sale-bar a .icon-angle-down {
                font-size: 12px;
                margin-left: 10px;
                border-radius: 50%;
                background-color: #08c;
                color: #fff;
                vertical-align: middle
            }

        .full-screen-slider .item > div.content .sale-bar > div.f-left {
            padding: 15px 22px
        }

            .full-screen-slider .item > div.content .sale-bar > div.f-left:first-child {
                padding: 15px 40px
            }

        .full-screen-slider .item > div.content .sale-bar {
            height: 82px;
            margin-left: 14px
        }

            .full-screen-slider .item > div.content .sale-bar .triangle {
                float: left;
                height: 82px;
                position: relative;
                overflow: hidden
            }

                .full-screen-slider .item > div.content .sale-bar .triangle > div {
                    height: 41px;
                    border: 20px solid transparent;
                    border-top-width: 41px;
                    margin: 0 -20px -20px 0
                }

                    .full-screen-slider .item > div.content .sale-bar .triangle > div:first-child {
                        height: 41px;
                        border: 20px solid transparent;
                        border-bottom-width: 41px;
                        margin: -20px -20px 0 0
                    }

        .full-screen-slider .item > div.content.content-1 {
            margin-top: -126px
        }

            .full-screen-slider .item > div.content.content-1 > p {
                font-size: 20.09px;
                margin: 38px 0
            }

            .full-screen-slider .item > div.content.content-1 > a.btn-default {
                font-size: 16px;
                padding: 15px 20px
            }

            .full-screen-slider .item > div.content.content-1 > img {
            }

        .full-screen-slider .item > div.content.content-2 {
            margin-top: -75px
        }

        .full-screen-slider .item > div.content.content-3 {
            margin-top: -91px
        }

.slide3-1-content p {
    line-height: 1;
    margin: 0;
    margin-bottom: 5px;
    font-size: 19.75px
}

.slide3-1-content h2 {
    line-height: 1;
    margin: 0;
    font-size: 50.23px;
    margin-bottom: 30px
}

.slide3-1-content .price-area {
}

    .slide3-1-content .price-area em {
        font-style: normal;
        line-height: 1;
        margin: 0;
        font-size: 17.33px;
        text-align: right
    }

        .slide3-1-content .price-area em:first-child {
            margin-right: 0;
            margin-bottom: -2px;
            text-align: left
        }

    .slide3-1-content .price-area h3 {
        line-height: 1;
        margin: 0;
        font-size: 58.18px
    }

.slide3-1-content .button-area {
    padding-left: 15px;
    margin-left: 15px
}

.slide3-1-content a.btn-default {
    height: 67px;
    font-size: 16px;
    font-weight: 300;
    line-height: 67px;
    padding: 0 20px 0 30px;
    border-radius: 8px
}

    .slide3-1-content a.btn-default i {
        width: 15px;
        height: 15px;
        line-height: 14px;
        text-align: center;
        font-size: 11px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 5px;
        margin-left: 12px
    }

.slide3-2-content em {
    font-size: 20px;
    font-style: normal;
    margin-left: 2px;
    margin-bottom: 5px;
    line-height: 1
}

.slide3-2-content h2 {
    font-size: 50.23px;
    line-height: 1;
    margin: 0;
    margin-bottom: 5px
}

.slide3-2-content p {
    font-size: 37px;
    line-height: 1;
    margin-bottom: 30px
}

.slide3-2-content a {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

    .slide3-2-content a > i {
        width: 15px;
        height: 15px;
        line-height: 14px;
        text-align: center;
        font-size: 11px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-left: 12px;
        background-color: #fff;
        border-radius: 50%;
        color: #000
    }

.image-link {
    display: block;
    position: relative
}

    .image-link:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000;
        opacity: 0;
        filter: alpha(Opacity=0);
        visibility: hidden;
        transition: all 0.2s
    }

.border-radius .image-link:before {
    border-radius: 8px
}

.image-link:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible
}

.image-link img {
    width: 100%
}

#banner-slider-demo-1 .slide1-content img.quote {
}

#banner-slider-demo-1 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px
}

#banner-slider-demo-1 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#banner-slider-demo-1 .slide1-content p {
    font-size: 23.64px
}

#banner-slider-demo-1 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px
}

#banner-slider-demo-1 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px
}

#banner-slider-demo-1 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px
}

    #banner-slider-demo-1 .slide2-content p span.split {
        margin: 0 13px 0 14px
    }

#banner-slider-demo-1 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

#banner-slider-demo-1 .slide3-content em {
    font-size: 26.26px
}

#banner-slider-demo-1 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}

#banner-slider-demo-1 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

#banner-slider-demo-14 .slide1-content img.quote {
}

#banner-slider-demo-14 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px
}

#banner-slider-demo-14 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#banner-slider-demo-14 .slide1-content p {
    font-size: 23.64px
}

#banner-slider-demo-14 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px
}

#banner-slider-demo-14 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px
}

#banner-slider-demo-14 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px
}

    #banner-slider-demo-14 .slide2-content p span.split {
        margin: 0 13px 0 14px
    }

#banner-slider-demo-14 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

#banner-slider-demo-14 .slide3-content em {
    font-size: 26.26px
}

#banner-slider-demo-14 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}

#banner-slider-demo-14 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

.side-custom-menu {
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden
}

    .side-custom-menu h2 {
        color: #000;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
        padding: 13px 13px 12px;
        background-color: #f5f5f5;
        line-height: 1;
        margin: 0
    }

    .side-custom-menu ul {
        padding: 0 12px
    }

        .side-custom-menu ul li {
            text-align: left;
            padding: 13px 4px 12px;
            border-top: 1px solid #ddd
        }

            .side-custom-menu ul li:first-child {
                border: 0
            }

            .side-custom-menu ul li a {
                color: #777;
                font-size: 15px;
                line-height: 1;
                display: block
            }

.owl-item-links-block ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px
}

    .owl-item-links-block ul li a {
        line-height: 2;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-decoration: underline
    }

.owl-item-links-block span {
    font-size: 18px;
    padding-left: 25px;
    line-height: 2.5;
    margin-left: 10px
}

    .owl-item-links-block span .icon-angle-down {
        font-size: 9px;
        margin-left: 7px
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover {
        color: #333
    }

.col-main .category-products .products-grid {
    margin-left: -10px;
    margin-right: -10px;
    list-style: none
}

.filter-products .products div.item {
    float: left;
    padding: 10px
}

    .filter-products .products div.item .item-area {
        width: 100%;
        position: relative
    }

    .filter-products .products div.item .product-image {
        width: 100%;
        min-height: 60px;
        display: block;
        position: relative;
        z-index: 0;
        overflow: hidden;
        border-radius: 3px;
        background: #fff
    }

.filter-products .products .owl-item.loading {
    background: transparent
}

    .filter-products .products .owl-item.loading div.item .product-image {
        background-image: url(../images/ajax_loader.gif);
        background-repeat: no-repeat;
        background-position: center center
    }

.filter-products .products div.item .product-image img {
    width: 100%;
    transition: opacity 0.3s
}

    .filter-products .products div.item .product-image img.defaultImage {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .filter-products .products div.item .product-image img.hoverImage {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

.filter-products .products div.item .product-image-area:hover .product-image img.defaultImage {
    opacity: 0;
    filter: alpha(opacity=0)
}

.filter-products .products div.item .product-image-area:hover .product-image img.hoverImage {
    opacity: 1;
    filter: alpha(opacity=100)
}

.filter-products .products div.item .details-area {
    padding: 10px;
    text-align: center
}

    .filter-products .products div.item .details-area .product-name {
        margin: 0 0 3px 0
    }

        .filter-products .products div.item .details-area .product-name a {
            font-size: 14px
        }

.block-layered-nav .filter-products .products div.item:hover .item-area {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.owl-top-narrow {
    margin: 0 -10px
}

    .owl-top-narrow .owl-item .item {
        padding: 0 10px
    }

    .owl-top-narrow .recent-posts .owl-item .item {
        padding-top: 10px
    }

    .owl-top-narrow .owl-controls {
        position: absolute;
        right: 5px;
        top: -33px;
        margin: 0
    }

        .owl-top-narrow .owl-controls .owl-buttons div {
            color: #08c;
            background: transparent;
            padding: 0;
            margin: 0;
            font-size: 18px
        }

.owl-bottom-narrow .owl-controls {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: 100%
}

    .owl-bottom-narrow .owl-controls .owl-buttons div {
        color: #08c;
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 18px
    }

.owl-no-narrow {
    margin: 0 -10px
}

    .owl-no-narrow .owl-item .item {
        padding: 0 10px
    }

    .owl-no-narrow .owl-controls {
        margin-top: 30px
    }

.sep-title {
    display: table;
    margin-bottom: 35px;
    width: 100%;
    color: #fff;
    font-size: 38px
}

.sep-title-holder-l, .sep-title-holder-r {
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%
}

.sep-title-line {
    height: 1px;
    display: block;
    border-top: 1px solid #fff;
    position: relative;
    top: 1px;
    width: 100%
}

.sep-title h2 {
    display: table-cell;
    padding: 0 0.8em;
    color: #fff;
    font-size: 36px;
    line-height: 1em;
    white-space: pre;
    margin: 0 0 32px 0;
    font-weight: 300
}

.recent-posts .item {
    padding: 20px 10px 0 10px
}

    .recent-posts .item .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .recent-posts .item .col-sm-5, .recent-posts .item .col-sm-7 {
        padding-left: 10px;
        padding-right: 10px
    }

    .recent-posts .item .post-image {
        border-radius: 5px;
        overflow: hidden;
        margin: 0 0 15px 0;
        padding: 2px;
        border: 1px solid #e1e1e1;
        background-color: #fff
    }

        .recent-posts .item .post-image img {
            border-radius: 4px;
            width: 100%
        }

.recent-posts .post-date {
    float: left;
    margin-right: 10px;
    text-align: center
}

    .recent-posts .post-date .day {
        background-color: #f7f7f7;
        color: #08c;
        display: block;
        font-size: 18px;
        font-weight: bold;
        padding: 8px
    }

    .recent-posts .post-date .month {
        background-color: #08c;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 -1px 0 0 rgba(0,0,0,.07) inset;
        color: #fff;
        font-size: 0.9em;
        padding: 2px 0;
        display: block;
        width: 45px
    }

.recent-posts .postTitle {
    min-height: 55px
}

    .recent-posts .postTitle h2 {
        font-size: 20px;
        line-height: 27px;
        font-weight: normal
    }

.date-absolute-type .recent-posts {
    margin: -15px -10px 0
}

    .date-absolute-type .recent-posts .item .col-sm-5, .date-absolute-type .recent-posts .item .col-sm-7 {
        width: 100%
    }

    .date-absolute-type .recent-posts .item .post-image {
        padding: 3px
    }

    .date-absolute-type .recent-posts .post-date {
        margin-top: -75px;
        margin-left: 10px
    }

    .date-absolute-type .recent-posts .postTitle {
        min-height: 18px;
        margin-bottom: 10px
    }

        .date-absolute-type .recent-posts .postTitle h2 {
            font-size: 18px;
            line-height: 18px
        }

    .date-absolute-type .recent-posts .postContent {
        font-size: 13px;
        padding-bottom: 0
    }

    .date-absolute-type .recent-posts a.readmore {
        font-size: 10px;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 10px
    }

#slideshow img {
    max-width: 100%;
    height: auto
}

h2.short {
    margin-bottom: 15px;
    font-size: 2.6em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0
}

.true-color {
    color: #08c
}

.italic {
    font-style: italic
}

ul.icons {
    list-style: none
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

ul.list li {
    margin-bottom: 13px;
    line-height: 24px
}

ul.list.icons li i.icon {
    color: #08c
}

.owl-carousel.owl-theme .owl-controls.clickable .owl-buttons div {
    opacity: 1;
    filter: Alpha(Opacity=100);
    transition: all 0.2s
}

    .owl-carousel.owl-theme .owl-controls.clickable .owl-buttons div:hover {
        opacity: 0.9;
        filter: Alpha(Opacity=90)
    }

.owl-middle-narrow .owl-controls {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -25px
}

    .owl-middle-narrow .owl-controls .owl-buttons div {
        font-size: 40px;
        background: none;
        color: #08c;
        position: absolute
    }

        .owl-middle-narrow .owl-controls .owl-buttons div.owl-prev {
            left: -60px
        }

        .owl-middle-narrow .owl-controls .owl-buttons div.owl-next {
            right: -60px
        }

.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all
}

.owl-banner-carousel.owl-middle-narrow:hover .owl-controls .owl-buttons div {
    visibility: visible;
    opacity: 1;
    text-shadow: 0 0 3px rgba(255,255,255,0.5)
}

.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div.owl-prev {
    left: 0
}

.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div.owl-next {
    right: 0
}

.owl-banner-carousel .content.type1 h2 {
    font-size: 60px
}

.owl-banner-carousel .content.type1 p {
    font-size: 25px
}

.owl-banner-carousel .content.type1 a {
    font-size: 16px
}

.owl-banner-carousel .content.type2 h2 {
    font-size: 46.48px;
    border-top: 5px solid #08c;
    padding-top: 10px
}

.owl-banner-carousel .content.type2 h3 {
    font-size: 30.59px
}

.owl-banner-carousel .content.type2 p {
    font-size: 14px
}

.owl-banner-carousel .content.type2 a {
    font-size: 18px
}

.parallax-wrapper {
    position: relative
}

.parallax {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin: 50px 0;
    padding: 50px 0
}

.overlay {
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute
}

.testimonial-item {
    color: #fff;
    border: 0;
    padding: 0 10%;
    margin-bottom: 60px
}

    .testimonial-item .inner {
        font-style: italic;
        display: table-row
    }

    .testimonial-item .testimonial-author {
        display: table-cell;
        padding-right: 15px
    }

    .testimonial-item .img-round.img-thumbnail-small {
        width: 85px;
        height: 85px;
        border-radius: 25px;
        display: inline-block;
        overflow: hidden
    }

    .testimonial-item .testimonial-content {
        display: table-cell;
        vertical-align: top;
        text-align: left
    }

        .testimonial-item .testimonial-content .size-32.name {
            margin-top: 15px;
            margin-bottom: 5px;
            font-size: 32px
        }

        .testimonial-item .testimonial-content p {
            font-size: 18px
        }

.featured-post {
    font-size: 14px
}

    .featured-post h4 {
        color: #08c;
        margin-bottom: 9px;
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 27px;
        margin: 0 0 14px 0
    }

    .featured-post .post-meta {
        margin-bottom: 8px;
        line-height: 24px;
        margin: 0 0 20px
    }

.post-a-month, .post-a-day, .post-a-year {
    display: inline-block;
    background-color: #f0f0ed;
    color: #fff;
    padding: 0 10px;
    margin-right: 3px
}

.post-a-day, .post-a-year {
    color: #08c
}

.post-a-month {
    background-color: #08c
}

.cms-index-index .block-layered-nav dd {
    padding: 20px 10px
}

.cms-index-index .block-layered-nav .filter-products .products.small-list div.item {
    border-top: 1px solid #ddd
}

    .cms-index-index .block-layered-nav .filter-products .products.small-list div.item:first-child {
        border-top: 0
    }

.custom-info-box {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #9c9c9c
}

    .custom-info-box p {
        line-height: 30px;
        padding: 20px 0;
        margin: 0;
        text-align: center
    }

.color-banner {
    color: #535353
}

    .color-banner .col-md-5-5 h2 {
        font-size: 60px;
        font-family: "Open Sans";
        font-weight: 600;
        text-transform: uppercase;
        color: #535353;
        margin: 100px 20px 30px;
        letter-spacing: 10px
    }

    .color-banner .col-md-5-5 p {
        font-size: 22px;
        font-family: "Open Sans";
        font-weight: 600;
        color: #535353;
        max-width: 420px;
        line-height: 1;
        display: inline-block;
        margin: 0 20px
    }

.btn-default {
    color: #fff;
    font-weight: 400;
    background-color: #08c;
    text-shadow: none;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100))
}

    .btn-default:hover {
        color: #fff;
        background-color: #08c;
        opacity: 0.9;
        filter: alpha(opacity=90)
    }

.owl-theme.banner-carousel .owl-controls .owl-buttons div {
    background: transparent;
    color: #08c;
    font-size: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s all;
    position: absolute;
    top: 50%;
    margin-top: -30px
}

.owl-theme.banner-carousel:hover .owl-controls .owl-buttons div {
    visibility: visible;
    opacity: 1
}

.owl-theme.banner-carousel .owl-controls .owl-buttons div.owl-prev {
    left: 0
}

.owl-theme.banner-carousel .owl-controls .owl-buttons div.owl-next {
    right: 0
}

/****** QuickView *******/
a.quickview-icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #08c;
    color: #fff;
    padding: 10px;
    z-index: 9;
    border-radius: 0 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s all;
    font-size: 12px;
    line-height: 1.4
}

    a.quickview-icon span {
        margin-left: 2px
    }

    a.quickview-icon:hover span {
        text-decoration: underline
    }

    a.quickview-icon:hover {
        opacity: 0.9 !important;
        text-decoration: none;
        color: #fff
    }

.item-area:hover a.quickview-icon {
    opacity: 1;
    visibility: visible
}

a.quickviewlink.quickview-icon {
    position: static;
    padding: 0;
    visibility: visible;
    opacity: 1;
    color: #08c;
    background-color: transparent;
    font-size: 17px;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #08c;
    border-radius: 5px;
    text-align: center
}

    a.quickviewlink.quickview-icon:hover {
        color: #08c
    }

/****** Mango_Attributeswatches Extension Styles ******/
/*new color swatches code*/
.product-swatches-container {
    float: left;
    clear: both;
    margin-bottom: 15px
}

    .product-swatches-container ul {
        margin-bottom: 10px;
        width: 100%
    }

        .product-swatches-container ul li {
            display: block;
            height: 35px;
            float: left
        }

    .product-swatches-container li a {
        display: block;
        float: left;
        height: 30px;
        line-height: 30px;
        padding: 0px 5px 0px;
        border: solid 1px #ccc;
        margin: 3px;
        text-decoration: none;
        background: #ddd;
        color: #bbb;
        cursor: default;
        border-radius: 5px;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .product-swatches-container a.active {
        background: #fff;
        color: #333;
        cursor: pointer;
        box-shadow: 3px 3px 5px #aaa;
        display: block;
        float: left;
        opacity: 1;
        filter: alpha(opacity=100);
    }

        .product-swatches-container a.active.selected {
            background: #fff;
            color: #333;
            height: 32px !important;
            line-height: 32px !important;
            padding: 0px 6px 0px !important;
            cursor: pointer;
            border: none;
            box-shadow: 1px 1px 5px #444 inset
        }

    .product-swatches-container .has-swatches a {
        width: 30px;
        height: 30px;
        overflow: hidden;
        padding: 0px;
        position: relative;
        text-align: center
    }

        .product-swatches-container .has-swatches a.active.selected {
            width: 32px !important;
            padding: 0px !important
        }

    .product-swatches-container .has-swatches li {
        position: relative
    }

        .product-swatches-container .has-swatches li a span {
            display: none
        }

    .product-swatches-container .has-swatches span.tooltip-container {
        display: none
    }

        .product-swatches-container .has-swatches span.tooltip-container.on {
            display: block;
            position: absolute;
            top: -16px !important;
            left: 20px;
            height: 16px;
            z-index: 20000
        }

            .product-swatches-container .has-swatches span.tooltip-container.on span.tooltip {
                display: block;
                margin-left: -50%;
                float: left;
                height: 16px;
                line-height: 16px;
                background: #333;
                padding: 0px 5px;
                color: #efefef;
                white-space: nowrap;
                font-size: 11px
            }

#product-options-wrapper .input-box .configurable-option-select.hideselect {
    display: none
}

.product-image {
    position: relative;
    display: block
}

a.product-image {
    z-index: 1
}

#fancybox-link {
    display: none;
    line-height: 25px;
    height: 25px;
    padding: 0px 10px;
    border: solid 1px #ccc;
    z-index: 30000;
    position: relative;
    background: #fff;
    text-decoration: none;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.layered-navigation-swatch {
    display: block;
    float: left;
    width: 20px;
    margin-right: 5px
}

ul.attribute-swatches li {
    display: block;
    float: left;
    margin: 3px 7px 3px 0px;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 0
}

    ul.attribute-swatches li.color-swatch-last {
        margin-right: 0px
    }

    ul.attribute-swatches li a {
        display: block;
        width: 20px;
        height: 20px;
        position: relative;
        overflow: hidden;
        border: solid 1px #ddd;
        float: left;
        text-decoration: none;
        background-position: center
    }

        ul.attribute-swatches li a:hover {
            text-decoration: none;
            border-color: #444
        }

        ul.attribute-swatches li a img {
            margin: 0px;
            display: inline;
            padding: 0px;
            border: none;
            z-index: 0;
            position: absolute;
            top: 0px;
            left: 0px
        }

            ul.attribute-swatches li a img.color-swatch-mask {
                margin: 0px;
                display: inline;
                position: absolute;
                z-index: 20;
                padding: 0px;
                border: none
            }

    ul.attribute-swatches li span {
        display: none;
        z-index: 10000
    }

        ul.attribute-swatches li span.tooltip-container.on {
            display: block;
            position: absolute;
            top: -22px;
            left: 10px;
            height: 22px;
            z-index: 20000
        }

        ul.attribute-swatches li span.tooltip.on {
            display: block;
            margin-left: -50%;
            float: left;
            height: 22px;
            white-space: nowrap !important;
            background: transparent
        }

        ul.attribute-swatches li span span span {
            display: block;
            float: left;
            background: #333;
            border: solid 1px #efefef;
            ;
            padding: 1px 10px 1px;
            font-weight: bold;
            line-height: 15px;
            color: #fff
        }

.attribute-swatches.product-view {
    height: 20px;
    clear: both;
    margin: 5px 0px;
    border: none
}

.products-grid li.item {
    padding: 12px 10px 80px
}

.attribute-swatches.product-list {
    float: left;
    width: 100%;
    padding: 0px;
    clear: both;
}

/* layered navigation */
#narrow-by-list ol.swatches li {
    display: block;
    clear: both
}

#narrow-by-list ol li .layered-navigation-swatch {
    border: solid 1px #ccc;
    margin: 0px 5px 10px 0px
}

/* availability labels */
.attribute-availability {
    width: 100%;
    clear: both;
    margin: 0px 0px 5px;
    padding: 0px
}

    .attribute-availability li {
        display: block;
        padding: 3px;
        float: left
    }

.more-views ul li {
    float: left
}

.block-layered-nav #narrow-by-list ol.swatches {
    margin: 10px -3px -3px
}

    .block-layered-nav #narrow-by-list ol.swatches li {
        display: inline-block;
        vertical-align: middle;
        position: relative
    }

        .block-layered-nav #narrow-by-list ol.swatches li .layered-navigation-swatch {
            border-radius: 5px;
            width: 26px;
            height: 26px;
            margin: 0 2px 7px 3px;
            float: none
        }

        .block-layered-nav #narrow-by-list ol.swatches li .layered-navigation-item-label {
            display: none
        }

    .block-layered-nav #narrow-by-list ol.swatches.show-label li a {
        position: relative;
        display: block
    }

    .block-layered-nav #narrow-by-list ol.swatches li a:hover {
        text-decoration: none
    }

    .block-layered-nav #narrow-by-list ol.swatches.show-label li .layered-navigation-item-label {
        display: inline-block;
        line-height: 26px;
        position: absolute;
        left: 3px;
        top: 0;
        width: 26px;
        height: 26px;
        text-align: center;
        overflow: hidden
    }

span.selected-label {
    vertical-align: middle
}

.product-options .product-swatches-container .has-swatches a.active {
    box-shadow: none;
    text-align: center;
    line-height: 28px;
    color: #08c
}

    .product-options .product-swatches-container .has-swatches a.active.selected {
        width: 30px !important;
        box-shadow: none;
        background-color: #08c;
        color: #fff;
        height: 30px !important;
        line-height: 28px !important;
        border: 1px solid transparent
    }

p.product-image {
    z-index: 1
}

.product-image img {
    max-width: 100%;
    height: auto
}

.product-options .product-swatches-container {
    margin: 0
}

/******* QuickView *******/
.quickview-index-view {
    padding: 25px
}

    .quickview-index-view .owl-middle-narrow .owl-controls .owl-buttons div.owl-prev {
        left: -20px
    }

    .quickview-index-view .owl-middle-narrow .owl-controls .owl-buttons div.owl-next {
        right: -20px
    }

    .quickview-index-view .product-view .product-img-box {
        padding: 20px;
        margin-bottom: 30px
    }

a.fancybox-close {
    background: transparent;
    transition: all 0.2s;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 0;
    right: 0;
    font-size: 15px
}
    /*boa 12/19 - color, opacity*/
    a.fancybox-close.fancybox-newsletter-close {
        top: 10px;
        right: 10px
    }

    a.fancybox-close:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    a.fancybox-close:hover {
        text-decoration: none;
        opacity: 0.65;
        filter: alpha(opacity=65)
    }
/*boa 12/19 - color, opacity*/
.fancybox-opened .fancybox-skin {
    border-radius: 5px;
    overflow: hidden
}

.price-filter-slider a {
    transition: initial
}

i.icon-spin6 {
    font-size: 30px
}

.add-to-cart i.icon-spin6 {
    font-size: 16px;
    margin-left: 10px
}

#fancybox-loading {
    background: none
}

.block-reorder input.checkbox {
    position: absolute;
    left: 0
}

.block-reorder .block-content ol li.item {
    position: relative;
    padding-left: 25px
}

.fixed-header .menu > li > a > span.cat-label, .main-nav .menu > li > a > span.cat-label {
    top: -7px;
    right: 10px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1
}

.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label {
    top: 3px;
    right: -35px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1
}

div.mobile-nav .sw-mobile-menu li > a span.cat-label, .menu.side-menu li > a span.cat-label {
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
    position: relative;
    margin: 0 0 0 10px;
    display: inline-block
}

    .fixed-header .menu > li > a > span.cat-label.cat-label-label1, .main-nav .menu > li > a > span.cat-label.cat-label-label1, .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1, .menu.side-menu li > a span.cat-label.cat-label-label1 {
        background-color: #0cc485;
        color: #fff
    }

    .fixed-header .menu > li > a > span.cat-label.cat-label-label2, .main-nav .menu > li > a > span.cat-label.cat-label-label2, .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2, .menu.side-menu li > a span.cat-label.cat-label-label2 {
        background-color: #eb2771;
        color: #fff
    }

#product-attribute-specs-table {
    border: 1px solid #ddd
}

    #product-attribute-specs-table th.label {
        display: table-cell
    }

.parallax-category-banner .parallax {
    padding: 75px 0
}

.parallax-content h2 {
    font-size: 45px;
    line-height: 1.1;
    margin: 0
}

.parallax-content p {
    font-size: 23px;
    line-height: 1.1;
    margin: 0
}

i.ajax-loader {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #08c;
    border-radius: 20px;
    border-bottom-color: transparent !important
}

    i.ajax-loader.small {
        width: 16px;
        height: 16px;
        border-width: 2px 3px 1px 0
    }

    i.ajax-loader.large {
        width: 32px;
        height: 32px;
        border-width: 3px 5px 2px 0
    }

#fullajax_loader i.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px
}

.add-to-cart #ajax_loader {
    margin: 0 10px
}

.fixed-header .cart-area {
    right: 0
}

.fixed-header ul.menu > li, .main-nav ul.menu > li {
    transition: color 0.1s,background-color 0.1s
}

    .fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
        transition: color 0.1s,background-color 0.1s
    }

    .fixed-header ul.menu > li.menu-full-width, .fixed-header ul.menu > li.menu-static-width, .fixed-header ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-full-width, .main-nav ul.menu > li.menu-static-width, .main-nav ul.menu > li.menu-item-has-children {
        margin-bottom: -1px
    }

        .fixed-header ul.menu > li.menu-full-width > a, .fixed-header ul.menu > li.menu-static-width > a, .fixed-header ul.menu > li.menu-item-has-children > a {
            padding-bottom: 15px
        }

            .fixed-header ul.menu > li.menu-full-width > a:after, .fixed-header ul.menu > li.menu-item-has-children > a:after, .fixed-header ul.menu > li.menu-static-width > a:after, .main-nav ul.menu > li.menu-full-width > a:after, .main-nav ul.menu > li.menu-item-has-children > a:after, .main-nav ul.menu > li.menu-static-width > a:after {
                margin-top: -6.5px
            }

.header-container.type5 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type5 .main-nav ul.menu > li.menu-static-width > a:after {
    margin-top: -6.5px
}

.header-container.type1 .main-nav ul.menu > li.menu-full-width > a, .header-container.type1 .main-nav ul.menu > li.menu-static-width > a, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children > a {
    padding-bottom: 11px
}

.header-container.type2 .main-nav ul.menu > li.menu-full-width > a, .header-container.type2 .main-nav ul.menu > li.menu-static-width > a, .header-container.type2 .main-nav ul.menu > li.menu-item-has-children > a {
    padding-bottom: 15px
}

.header-container.type4 .main-nav ul.menu > li.menu-full-width > a, .header-container.type4 .main-nav ul.menu > li.menu-static-width > a, .header-container.type4 .main-nav ul.menu > li.menu-item-has-children > a {
    padding-bottom: 15px
}

.header-container.type5 .main-nav ul.menu > li.menu-full-width > a, .header-container.type5 .main-nav ul.menu > li.menu-static-width > a, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children > a {
    padding-bottom: 11px
}

.header-container.type6 .main-nav ul.menu > li.menu-full-width > a, .header-container.type6 .main-nav ul.menu > li.menu-static-width > a, .header-container.type6 .main-nav ul.menu > li.menu-item-has-children > a {
    padding-bottom: 10px
}

.header-container.type7 .main-nav ul.menu > li.menu-full-width > a, .header-container.type7 .main-nav ul.menu > li.menu-static-width > a, .header-container.type7 .main-nav ul.menu > li.menu-item-has-children > a {
    padding-bottom: 10px
}

.header-container.type8 .main-nav ul.menu > li.menu-full-width > a, .header-container.type8 .main-nav ul.menu > li.menu-static-width > a, .header-container.type8 .main-nav ul.menu > li.menu-item-has-children > a {
    padding-bottom: 10px
}

.header-container.type1 .main-nav ul.menu > li.menu-static-width.act > a, .header-container.type1 .main-nav ul.menu > li.menu-full-width.act > a, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children.act > a {
    padding-bottom: 10px
}

.header-container.type1 .main-nav ul.menu > li.menu-static-width.act:hover > a, .header-container.type1 .main-nav ul.menu > li.menu-full-width.act:hover > a, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children.act:hover > a {
    padding-bottom: 11px
}

.header-container.type2 .main-nav ul.menu > li.menu-static-width.act > a, .header-container.type2 .main-nav ul.menu > li.menu-full-width.act > a, .header-container.type2 .main-nav ul.menu > li.menu-item-has-children.act > a {
    padding-bottom: 14px
}

.header-container.type2 .main-nav ul.menu > li.menu-static-width.act:hover > a, .header-container.type2 .main-nav ul.menu > li.menu-full-width.act:hover > a, .header-container.type2 .main-nav ul.menu > li.menu-item-has-children.act:hover > a {
    padding-bottom: 15px
}

.header-container.type4 .main-nav ul.menu > li.menu-static-width.act > a, .header-container.type4 .main-nav ul.menu > li.menu-full-width.act > a, .header-container.type4 .main-nav ul.menu > li.menu-item-has-children.act > a {
    padding-bottom: 14px
}

.header-container.type4 .main-nav ul.menu > li.menu-static-width.act:hover > a, .header-container.type4 .main-nav ul.menu > li.menu-full-width.act:hover > a, .header-container.type4 .main-nav ul.menu > li.menu-item-has-children.act:hover > a {
    padding-bottom: 15px
}

.header-container.type5 .main-nav ul.menu > li.menu-static-width.act > a, .header-container.type5 .main-nav ul.menu > li.menu-full-width.act > a, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children.act > a {
    padding-bottom: 10px
}

.header-container.type5 .main-nav ul.menu > li.menu-static-width.act:hover > a, .header-container.type5 .main-nav ul.menu > li.menu-full-width.act:hover > a, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children.act:hover > a {
    padding-bottom: 11px
}


.header-container.type6 .main-nav ul.menu > li:first-child, .header-container.type7 .main-nav ul.menu > li:first-child, .header-container.type8 .main-nav ul.menu > li:first-child {
    margin-right: 3px
}

.block-layered-nav #narrow-by-list ol.swatches li a:hover .layered-navigation-swatch {
    border-color: #08c
}

.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1:before, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1:before, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1:before, .menu.side-menu li > a span.cat-label.cat-label-label1:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-right-color: #0cc485
}

.fixed-header .menu > li > a > span.cat-label.cat-label-label1:before, .main-nav .menu > li > a > span.cat-label.cat-label-label1:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: -6px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-top-color: #0cc485
}

.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2:before, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2:before, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2:before, .menu.side-menu li > a span.cat-label.cat-label-label2:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-right-color: #eb2771
}

.fixed-header .menu > li > a > span.cat-label.cat-label-label2:before, .main-nav .menu > li > a > span.cat-label.cat-label-label2:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: -6px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-top-color: #eb2771
}

a.search-icon {
    display: inline-block;
    width: 25px;
    text-align: center
}

.product-image-area .actions {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    text-align: left;
    padding: 0 10px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s
}

.item:hover .product-image-area .actions {
    visibility: visible;
    opacity: 1
}

.product-image-area .actions a {
    background-color: #fff;
    overflow: hidden
}

    .product-image-area .actions a.addtocart {
        color: #08c;
        border-color: #08c;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 17px;
        padding: 0;
        text-align: center
    }

        .product-image-area .actions a.addtocart.outofstock {
            display: none
        }

        .product-image-area .actions a.addtocart i.icon-cart {
            font-size: 17px
        }

        .product-image-area .actions a.addtocart span {
            display: none
        }

.header-container.type3 .main-nav ul.menu > li.fl-right, .header-container.type4 .main-nav ul.menu > li.fl-right {
    margin-right: 0;
    margin-left: 3px;
    float: right !important
}

    .header-container.type3 .main-nav ul.menu > li.fl-right.last > a {
        margin: 0;
        padding-right: 15px !important
    }

        .header-container.type3 .main-nav ul.menu > li.fl-right.last > a:after {
            right: 0
        }

.owl-item.loading {
    min-height: 100px
}

.owl-banner-carousel .content-9.type1 em {
    font-size: 20px;
    margin-bottom: -5px;
    margin-left: 9px
}

.owl-banner-carousel .content-9.type1 h2 {
    font-size: 65px;
    margin-bottom: 0
}

.owl-banner-carousel .content-9.type1 p {
    font-size: 37px
}

.owl-banner-carousel .content-9.type1 a {
    font-size: 15px
}

    .owl-banner-carousel .content-9.type1 a > i {
        width: 15px;
        height: 15px;
        line-height: 14px;
        text-align: center;
        font-size: 11px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 3px;
        margin-left: 12px;
        color: #fff;
        border-radius: 50%
    }

.owl-banner-carousel .content-9.type2 h3 {
    font-size: 46.48px;
    margin-bottom: 15px
}

.owl-banner-carousel .content-9.type2 span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 18px;
    margin-right: 20px
}

.owl-banner-carousel .content-9.type2 a {
    font-size: 13px;
    padding-right: 5px
}

/* Previous/Next Product links on Product View Page*/
.prev-next-products {
    float: right
}

.quickview-index-view .prev-next-products {
    display: none
}

.prev-next-products .product-nav {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.prev-next-products a {
    color: #555;
    display: inline-block;
    font-size: 22px;
    line-height: 58px
}

.prev-next-products .product-nav .product-pop {
    border-top: 3px solid #08c;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    text-align: center;
    border-radius: 4px
}

    .prev-next-products .product-nav .product-pop:before {
        content: "";
        width: 5px;
        height: 2px;
        border: 5px solid transparent;
        border-bottom-color: #08c;
        display: block;
        position: absolute;
        top: -13px;
        left: 0
    }

.prev-next-products .product-nav:hover .product-pop {
    opacity: 1;
    visibility: visible
}

.prev-next-products .product-nav .product-pop .product-image {
    margin-bottom: 10px
}

.prev-next-products .product-nav .product-pop .product-name {
    margin: 0;
    font-weight: 600;
    font-size: 11px
}

.prev-next-products .product-nav.product-prev .product-pop {
    right: auto;
    left: 0;
    margin-left: -17.5px
}

    .prev-next-products .product-nav.product-prev .product-pop:before {
        left: 32px;
        right: auto
    }

.prev-next-products .product-nav.product-next .product-pop {
    left: auto;
    right: 0;
    margin-right: -17.5px
}

    .prev-next-products .product-nav.product-next .product-pop:before {
        right: 32px;
        left: auto
    }
/* Newsletter Popup */
.page > #newsletter_popup {
    display: none
}

#newsletter_popup {
    background: url(../images/newsletter_popup_bg.jpg) no-repeat;
    margin: 0;
    padding: 40px 40px 25px;
    width: 700px;
    height: 325px;
    border-top: 4px solid #08c;
    text-align: left;
    position: relative
}

    #newsletter_popup .block-content {
        max-width: 312px;
        text-align: center
    }

    #newsletter_popup h2 {
        font-weight: 700;
        color: #313131;
        font-size: 16px;
        line-height: 1;
        margin: 30px 0 12px
    }

    #newsletter_popup p {
        font-size: 13px;
        line-height: 1.4
    }

    #newsletter_popup .input-box {
        padding: 0
    }

    #newsletter_popup input.input-text {
        float: left;
        padding: 2px 13px;
        line-height: 30px;
        width: 100%
    }

    #newsletter_popup button.button {
        float: left;
        margin-left: -55px;
        position: relative;
        z-index: 1;
        width: 55px;
        border-left: 1px solid #ccc
    }

        #newsletter_popup button.button span {
            height: 34px;
            background-color: transparent;
            color: #555;
            line-height: 34px;
            padding: 0;
            text-align: center
        }

    #newsletter_popup .subscribe-bottom {
        position: absolute;
        bottom: 30px
    }

        #newsletter_popup .subscribe-bottom label {
            font-size: 11px
        }

    #newsletter_popup #newsletter_popup_dont_show_again {
        margin-top: 1px
    }

/* Zeon Shop by Manufaturer */
.shop-by-manufacturer {
    margin-top: 20px
}

    .shop-by-manufacturer .filter-title a {
        font-size: 13px;
        font-weight: 400
    }

    .shop-by-manufacturer .owl-carousel .item {
        padding: 10px
    }

    .shop-by-manufacturer .owl-carousel {
        margin: 0 -10px
    }

.manufaturers-grid {
    margin: 0 -15px
}

    .manufaturers-grid li.item {
        padding: 10px 15px;
        float: left;
        text-align: center
    }

        .manufaturers-grid li.item a {
            width: 100%;
            display: block
        }

            .manufaturers-grid li.item a img {
                max-width: 100%
            }

.page-head {
    margin-bottom: 20px
}

    .page-head h3 {
        font-size: 20px
    }

.manufacturer-index-view .block-layered-nav .block-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    margin-top: 14px
}

.filter-title > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none
}

.brand-slider .owl-carousel .owl-item .item {
    padding: 0 20px;
    padding-top: 10px
}

    .brand-slider .owl-carousel .owl-item .item img {
        width: 100%
    }


/* addthis widget */
#_atssh {
    position: absolute;
    z-index: -1;
    bottom: 0
}

/*Ajax Cart*/
#success-message-container {
    border-top: 4px solid #08c;
    border-radius: 6px;
    font-weight: 400;
    line-height: 1.4
}

    #success-message-container button {
        margin-top: 15px
    }

        #success-message-container button:first-child {
            margin-top: 20px
        }

    #success-message-container .timer {
        font-weight: 600;
        margin-top: 10px;
        font-size: 16px
    }

.fixed-header-area.fancybox-margin {
    padding-right: 17px
}

/*Fullwidth Category Banner*/
.full-width-image-banner {
    height: 375px;
    position: relative
}

    .full-width-image-banner:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #393733;
        opacity: 0.65;
        filter: alpha(opacity=65)
    }

    .full-width-image-banner .content {
        margin-top: -36px
    }

    .full-width-image-banner h2 {
        margin: 0;
        font-size: 45px;
        line-height: 1.1
    }

    .full-width-image-banner p {
        margin: 0;
        font-size: 16px
    }

.filter-products .products.small-list div.item .details-area {
    padding-top: 7px;
    padding-bottom: 7px
}

    .filter-products .products.small-list div.item .details-area .product-name a {
        font-size: 12px
    }

.small-list .price {
    font-size: 12px
}

.small-list .regular-price .price {
    font-size: 15px
}

.small-list .special-price .price {
    font-size: 15px
}

.small-list .old-price .price {
    font-size: 12px
}

/*homepage filterproducts for one product*/
.one-product h4.filter-title {
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    padding: 14px 0;
    background-color: #fff;
    margin: 0
}

.one-product .filter-products .products div.item {
    padding: 0
}

    .one-product .filter-products .products div.item .details-area {
        padding-top: 20px
    }

.one-product .filter-products .products {
    background-color: #fff;
    padding-bottom: 15px
}

.one-product .filter-products .product-image-area {
    margin: 0;
    background-color: transparent;
    border: 0;
    padding: 0
}

/*no border-radius*/
.footer .container {
    max-width: 100%
}

/* header type 9 */
.header-container.type9 {
    border: 0;
    background-color: #fff
}

    .header-container.type9 .top-links-container {
        background-color: #f7f7f7;
        color: #777
    }

        .header-container.type9 .top-links-container span.split {
            border-color: #ccc
        }

    .header-container.type9 .links li {
        border-left-color: #ccc
    }

    .header-container.type9 .top-links a {
        color: #08c
    }

    .header-container.type9 .selectbox .select {
        color: #777
    }

    .header-container.type9 .top-links .top-select:first-child .selectbox .select {
        padding-left: 0
    }

    .header-container.type9 .header {
        text-align: center
    }

        .header-container.type9 .header > .logo {
            margin: 30px 0
        }

            .header-container.type9 .header > .logo img {
                height: 50px
            }

    .header-container.type9 .search-area {
        left: 15px
    }

    .header-container.type9 .header .search-icon {
        display: none
    }

    .header-container.type9 .header .form-search {
        padding-right: 166px
    }

        .header-container.type9 .header .form-search #search {
            height: 34px;
            padding: 8px 15px;
            line-height: 20px
        }

        .header-container.type9 .header .form-search #cat {
            height: 34px;
            line-height: 30px;
            right: 36px
        }

        .header-container.type9 .header .form-search button.button {
            width: 36px;
            height: 34px
        }

    .header-container.type9 .header .custom-block {
        margin-right: 10px
    }

        .header-container.type9 .header .custom-block > * {
            display: inline-block;
            vertical-align: middle
        }

        .header-container.type9 .header .custom-block span.split {
            height: 14px;
            width: 1px;
            border-right: 1px solid #ccc;
            margin: 0 13px
        }

        .header-container.type9 .header .custom-block a {
            font-size: 12px
        }

    .header-container.type9 .header .mini-cart {
        display: inline-block;
        position: relative;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        top: 0;
        left: 0
    }

    .header-container.type9 .mybag-link {
        position: relative;
        height: 40px;
        padding: 0;
        line-height: 40px;
        text-align: center;
        top: -3px
    }

        .header-container.type9 .mybag-link i {
            color: #08c;
            font-size: 35px
        }

        .header-container.type9 .mybag-link .cart-info {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 50%;
            margin-top: -4px;
            left: 0;
            padding: 0;
            display: block;
            line-height: 1
        }

            .header-container.type9 .mybag-link .cart-info span {
                display: none
            }

                .header-container.type9 .mybag-link .cart-info span.cart-qty {
                    display: block
                }

    .header-container.type9 .header .mini-cart .topCartContent {
        right: 0;
        top: 40px
    }

    .header-container.type9 .main-nav {
        background-color: transparent;
        margin-bottom: 0
    }

        .header-container.type9 .main-nav .menu-wrapper {
            background-color: transparent
        }

        .header-container.type9 .main-nav ul.menu > li > a {
            color: #fff;
            padding-top: 15px;
            padding-bottom: 15px
        }

        .header-container.type9 .main-nav ul.menu > li:hover, .header-container.type9 .main-nav ul.menu > li.act {
            background-color: transparent
        }

            .header-container.type9 .main-nav ul.menu > li.act > a, .header-container.type9 .main-nav ul.menu > li:hover > a {
                color: #08c
            }

        .header-container.type9 .main-nav ul.menu > li > a {
            padding: 17px 20px 17px 0;
            margin-right: 10px;
            color: #828385
        }

        .header-container.type9 .main-nav ul.menu > li.menu-full-width > a, .header-container.type9 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type9 .main-nav ul.menu > li.menu-static-width > a {
            padding-right: 30px
        }

        .header-container.type9 .main-nav ul.menu > li .nav-sublist-dropdown, .header-container.type9 .main-nav .menu > li.menu-full-width .nav-sublist-dropdown, .header-container.type9 .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
            margin-top: 0
        }

        .header-container.type9 .main-nav ul.menu > li.fl-right {
            margin-right: 0;
            margin-left: 3px;
            float: right !important
        }

            .header-container.type9 .main-nav ul.menu > li.fl-right.last > a {
                margin: 0;
                padding-right: 15px !important
            }

                .header-container.type9 .main-nav ul.menu > li.fl-right.last > a:after {
                    right: 0
                }


.single-images .single-image-label {
    font-size: 17px;
    text-align: center;
    color: #818385;
    line-height: 1.4;
    padding: 10px 0;
    font-weight: 600
}

.single-images .caption {
    background-color: #a1a2a3;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center
}

/*fixed-header*/
.fixed-header ul.menu > li.menu-static-width.act:hover > a, .fixed-header ul.menu > li.menu-full-width.act:hover > a, .fixed-header ul.menu > li.menu-item-has-children.act:hover > a {
    padding-bottom: 14px;
}

.fixed-header ul.menu > li.menu-static-width.act > a, .fixed-header ul.menu > li.menu-full-width.act > a, .fixed-header ul.menu > li.menu-item-has-children.act > a {
    padding-bottom: 13px;
}

.gift-messages h3 .expand_plus {
    display: none
}

.footer-top-subscribe {
}

    .footer-top-subscribe > h4 {
        float: left;
        margin: 0
    }

    .footer-top-subscribe .input-box {
        text-align: right;
        margin: 0
    }

    .footer-top-subscribe input#newsletter {
        height: 34px;
        line-height: 18px;
        padding: 8px;
        max-width: 55%;
        min-width: 200px;
        width: 250px;
        border-radius: 2px
    }

    .footer-top-subscribe button.button {
        margin-left: -53px;
        width: 50px
    }

        .footer-top-subscribe button.button > span {
            line-height: 34px;
            background-color: transparent;
            color: #333;
            border-left: 1px solid #ccc;
            border-radius: 0 2px 2px 0
        }

/*** Header Type 10 ***/
.header-container.type10 {
    border: 0;
    background-color: #0083c1
}

    .header-container.type10 .top-links-container {
        background-color: #008acc
    }

        .header-container.type10 .top-links-container span.split {
            border-color: #eee
        }

    .header-container.type10 .links li {
        border-left-color: #eee
    }

    .header-container.type10 .top-links ul.links a {
        color: #fff
    }

    .header-container.type10 .top-links-icon {
        color: #fff
    }

    .header-container.type10 .welcome-msg {
        color: #fff
    }

    .header-container.type10 .search-area {
        position: static;
        margin: 0
    }

    .header-container.type10 .header {
        color: #fff
    }

        .header-container.type10 .header a {
            color: inherit
        }

        .header-container.type10 .header .form-search {
            border-color: transparent;
            background-color: #006393
        }

            .header-container.type10 .header .form-search #search {
                background-color: transparent;
                color: #ddd
            }

            .header-container.type10 .header .form-search #cat {
                border-color: #0076ae;
                border-color: rgba(255,255,255,.2);
                color: #fff;
                background-color: transparent
            }

            .header-container.type10 .header .form-search button.button {
                color: #fff;
                background-color: transparent
            }

        .header-container.type10 .header .custom-block {
            margin-right: 10px
        }

            .header-container.type10 .header .custom-block > * {
                display: inline-block;
                vertical-align: middle
            }

            .header-container.type10 .header .custom-block span.split {
                height: 14px;
                width: 1px;
                border-right: 1px solid #eee;
                margin: 0 13px
            }

            .header-container.type10 .header .custom-block a {
                font-size: 12px
            }

    .header-container.type10 .mini-cart {
        position: relative;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        left: 0;
        top: -3px
    }

    .header-container.type10 .header .form-search {
        width: 450px
    }

    .header-container.type10 .mybag-link {
        position: relative;
        padding: 2px 0
    }

        .header-container.type10 .mybag-link span {
            display: none
        }

        .header-container.type10 .mybag-link .cart-info {
            display: block;
            position: absolute;
            text-align: center;
            width: 100%;
            top: 50%;
            margin-top: -8px
        }

        .header-container.type10 .mybag-link .cart-qty {
            display: block;
            font-size: 16px;
            color: #000
        }

        .header-container.type10 .mybag-link i {
            font-size: 35px
        }

    .header-container.type10 .top-links > .top-select:first-child .selectbox .select {
        padding-left: 0;
    }

    .header-container.type10 .header .search-icon {
        display: none
    }

    .header-container.type10 .header-wrapper {
        background-color: #fff;
        text-align: left;
        border-bottom: 1px solid #eee
    }

        .header-container.type10 .header-wrapper > .container {
            padding: 0 5px
        }

    .header-container.type10 .dropdown-menu {
        position: relative;
        width: 25%;
        min-width: 244px;
        overflow: visible;
        z-index: 9;
        display: inline-block;
        padding: 0 10px
    }

        .header-container.type10 .dropdown-menu .menu-container {
            position: relative
        }

            .cms-index-index .header-container.type10 .dropdown-menu:hover .menu-container > a, .header-container.type10 .dropdown-menu .menu-container > a {
                color: #fff;
                background-color: #303030;
                padding: 14px 15px;
                width: 100%;
                font-size: 13px;
                font-weight: 700;
                display: block
            }

        .header-container.type10 .dropdown-menu:hover .menu-container > a {
            background-color: #777;
            text-decoration: none
        }

.cms-index-index .header-container.type10 .dropdown-menu .menu-container > a {
    pointer-events: none
}

.header-container.type10 .dropdown-menu .menu-container > a > i {
    margin-right: 5px
}

.header-container.type10 .dropdown-menu .menu-container > .menu.side-menu {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    border-bottom: 5px solid #303030;
    visibility: hidden;
    opacity: 0;
    transition: 200ms opacity
}

    .header-container.type10 .dropdown-menu .menu-container > .menu.side-menu.show, .cms-index-index .header-container.type10 .dropdown-menu .menu-container > .menu.side-menu {
        visibility: visible;
        opacity: 1
    }

.header-container.type10 .dropdown-menu .container {
    padding: 0
}

.header-container.type10 .menu-wrapper > .custom-menu-block {
    display: inline-block;
    line-height: 41px
}

    .header-container.type10 .menu-wrapper > .custom-menu-block a {
        padding: 0 14px;
        font-size: 12px;
        font-weight: 600;
        color: #777;
        white-space: nowrap
    }

.header-container.type10 .header .form-search {
    border: 0;
}

    .header-container.type10 .header .form-search #cat {
        border-color: #ccc;
    }

#banner-slider-demo-10 .item .content {
    position: absolute;
    right: 6.3%;
    bottom: 20.5%
}

    #banner-slider-demo-10 .item .content > span {
        font-size: 21px;
        font-weight: 300;
        color: #303030;
        margin-right: 35px;
        display: inline-block;
        vertical-align: middle
    }

    #banner-slider-demo-10 .item .content > a.btn-default {
        font-size: 13px
    }

/*** Header Type 11 ***/
.header-container.type11 {
    background-color: transparent;
    border: 0;
    position: absolute;
    width: 100%
}

    .header-container.type11 .header {
        text-align: center
    }

    .header-container.type11 .top-links-icon a {
        color: #777
    }

.cms-index-index .header-container.type11 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: transparent;
    width: 100%;
    max-height: 100%;
}

.cms-index-index.mobile-nav-shown .header-container.type1 {
    overflow-y: auto
}

.header-container.type11 .mobile-nav.side-block .sw-mobile-menu li > a, .header-container.type11 .mobile-nav.side-block .sw-mobile-menu li .open-child, .header-container.type11 .mobile-nav.side-block .sw-mobile-menu li.over > a {
    color: #fff
}

.header-container.type11 .top-links-area {
    display: inline-block;
    vertical-align: middle;
    float: none
}

.header-container.type11 .top-links-icon {
    background-color: #fff;
    border-radius: 2px;
    color: #777
}

.header-container.type11 .header .logo {
    margin: 20px 0;
    position: relative;
    z-index: 10;
    display: inline-block
}

.header-container.type11 .header-wrapper {
    border: 0;
    display: block;
    margin: 0;
    margin-top: -16px;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%
}

.header-container.type11 .main-nav {
    margin: 0
}

    .header-container.type11 .main-nav > .container {
        width: auto !important;
        padding: 0
    }

    .header-container.type11 .main-nav .menu-wrapper {
        background-color: transparent;
        padding: 0 53% 0 20px
    }

    .header-container.type11 .main-nav ul.menu > li > a {
        color: #fff;
        padding: 10px;
        font-weight: 600
    }

    .header-container.type11 .main-nav ul.menu > li.menu-full-width > a, .header-container.type11 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type11 .main-nav ul.menu > li.menu-static-width > a {
        padding-right: 25px
    }

        .header-container.type11 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type11 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type11 .main-nav ul.menu > li.menu-static-width > a:after {
            right: 8px
        }

    .header-container.type11 .main-nav ul.menu > li:hover, .header-container.type11 .main-nav ul.menu > li.act {
        background-color: #fff
    }

        .header-container.type11 .main-nav ul.menu > li:hover > a, .header-container.type11 .main-nav ul.menu > li.act > a {
            color: #777
        }

    .header-container.type11 .main-nav .menu > li .nav-sublist-dropdown {
        top: auto
    }

.header-container.type11 .header-right-area {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    margin-bottom: 0;
    z-index: 11
}

    .header-container.type11 .header-right-area > div {
        display: inline-block;
        margin-right: 12px
    }

.header-container.type11 .links {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 5px
}

    .header-container.type11 .links li {
        font-weight: 300;
        padding: 0 12px;
        border: 0;
        border-right: 1px solid #ccc
    }

    .header-container.type11 .links a {
        color: #fff
    }

.header-container.type11 .search-area {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
    left: 0;
    top: 0;
    z-index: 5
}

    .header-container.type11 .search-area > a {
        color: #fff
    }

.header-container.type11 .header #search_mini_form {
    display: none
}

.header-container.type11 .header .form-search {
    width: 450px;
    position: absolute;
    right: -20px;
    top: 40px;
    overflow: visible;
    border-width: 5px;
    border-radius: 25px;
    background-color: #fff
}

    .header-container.type11 .header .form-search:before {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: -25px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #ccc
    }

.header-container.type11 .form-currency, .header-container.type11 .form-language {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 4px
}

.header-container.type11 .selectbox .select {
    border-color: #fff;
    background-color: #fff;
    color: #777;
    text-align: center
}

.header-container.type11 .selectbox .dropdown {
    border: 0
}

.header-container.type11 .mini-cart {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto
}

    .header-container.type11 .mini-cart .mybag-link {
        height: 26px;
        padding: 4px 7px;
        background-color: #fff;
        color: #777;
        border-radius: 2px
    }

        .header-container.type11 .mini-cart .mybag-link i {
            font-size: 14px;
            color: #777
        }

        .header-container.type11 .mini-cart .mybag-link .cart-info {
            padding: 1px 3px
        }

        .header-container.type11 .mini-cart .mybag-link span {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            line-height: 14px;
            font-weight: normal
        }

        .header-container.type11 .mini-cart .mybag-link .cart-qty {
            margin-right: 3px
        }

    .header-container.type11 .mini-cart .topCartContent {
        top: 26px
    }

.header-container.type11 .menu-icon {
    display: none;
    padding: 0;
    margin: 0;
    height: auto;
    margin-right: 1px;
    margin-left: 10px
}

    .header-container.type11 .menu-icon a {
        color: #fff
    }

#banner-slider-demo-13 .slide1-content img.quote {
}

#banner-slider-demo-13 .slide1-content em {
    font-size: 26.26px;
    margin: 0 10px
}

#banner-slider-demo-13 .slide1-content h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#banner-slider-demo-13 .slide1-content p {
    font-size: 23.64px
}

#banner-slider-demo-13 .slide2-content em {
    font-size: 26.26px;
    margin-left: 8px
}

#banner-slider-demo-13 .slide2-content h2 {
    font-size: 82.51px;
    margin: 3px 0 10px
}

#banner-slider-demo-13 .slide2-content p {
    font-size: 18px;
    margin-left: 8px;
    margin-bottom: 30px
}

    #banner-slider-demo-13 .slide2-content p span.split {
        margin: 0 13px 0 14px
    }

#banner-slider-demo-13 .slide2-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

#banner-slider-demo-13 .slide3-content em {
    font-size: 26.26px
}

#banner-slider-demo-13 .slide3-content h2 {
    font-size: 82.51px;
    margin-bottom: 17px;
}

#banner-slider-demo-13 .slide3-content a.btn-default {
    font-size: 14px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 3px
}

.no-border .product-image-area {
    border: 0;
    padding: 0;
    border-radius: 0
}

.no-border .filter-products .products div.item .product-image {
    border-radius: 0
}

h3.fullwidth-filter-title {
    font-size: 28px;
    color: #000;
    line-height: 1.2;
    margin-left: 15px;
}

p.fullwidth-filter-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-left: 15px;
}

.home-side-menu-type2 {
}

    .home-side-menu-type2 > h2 {
        font-size: 15px;
        font-weight: 600;
        color: #333
    }

        .home-side-menu-type2 > h2 > i.icon-menu:before {
            margin-left: 0
        }

    .home-side-menu-type2 > .side-block {
        border-top: 1px solid #ddd
    }

        .home-side-menu-type2 > .side-block ul.menu {
            padding: 0;
            list-style: none
        }

            .home-side-menu-type2 > .side-block ul.menu ul {
                list-style: none;
                margin: 0;
                display: none
            }

            .home-side-menu-type2 > .side-block ul.menu > li {
                padding-left: 12px;
                display: block;
                line-height: 40px;
                border-bottom: 1px solid #ddd
            }

            .home-side-menu-type2 > .side-block ul.menu li {
                position: relative
            }

            .home-side-menu-type2 > .side-block ul.menu a {
                font-size: 13px;
                color: #777
            }

                .home-side-menu-type2 > .side-block ul.menu a span.cat-label {
                    display: none
                }

                .home-side-menu-type2 > .side-block ul.menu a:hover {
                    color: #000;
                    text-decoration: none
                }

            .home-side-menu-type2 > .side-block ul.menu > li > a {
                font-size: 15px
            }

            .home-side-menu-type2 > .side-block ul.menu ul > li {
                line-height: 40px;
                border-top: 1px solid #ddd
            }

                .home-side-menu-type2 > .side-block ul.menu ul > li:first-child {
                    border-top: 0
                }

            .home-side-menu-type2 > .side-block ul.menu a.open-child {
                position: absolute;
                right: 0;
                top: 0;
                font-size: 15px
            }

.featured-box-2 {
    margin: 30px 0
}

    .featured-box-2 h3 {
        color: #121213;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
        line-height: 1.4;
        padding: 8px 0;
        margin-bottom: 10px
    }

        .featured-box-2 h3 i {
            font-size: 18px
        }

    .featured-box-2 p {
        font-size: 14px;
        margin-bottom: 10px
    }

    .featured-box-2 a {
        font-size: 14px
    }

.footer .tags-list li {
    margin: 0;
    margin-bottom: 2px;
    display: inline-block !important
}

.footer .tags-list a {
    color: #fff;
    background-color: #000;
    padding: 0 7px;
    line-height: 25px;
    display: inline-block;
    font-size: 12px !important;
    border-radius: 3px
}

    .footer .tags-list a:hover {
        color: #fff
    }

.page-header {
    margin: 0;
    padding: 0;
    min-height: 175px;
    background: url(../images/page_header.jpg) center center no-repeat;
    background-size: cover;
    border: 0
}

#banner-slider-demo-11 .content-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px 20px 15px;
    text-align: left;
    margin-left: -163px;
    margin-top: -95px
}

    #banner-slider-demo-11 .content-1 > div {
        display: inline-block;
        vertical-align: middle
    }

        #banner-slider-demo-11 .content-1 > div:first-child {
            padding-right: 10px
        }

    #banner-slider-demo-11 .content-1 p {
        font-size: 23px;
        line-height: 1;
        margin-bottom: 0;
        margin-left: 7px;
        font-weight: 300
    }

    #banner-slider-demo-11 .content-1 h3 {
        font-size: 73px;
        font-weight: 600;
        line-height: 1;
        margin: 0
    }

        #banner-slider-demo-11 .content-1 h3 b {
            font-weight: 800;
            margin-top: -23px;
            display: block
        }

    #banner-slider-demo-11 .content-1 em {
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        margin: 0;
        line-height: 1;
        margin-right: 4px
    }

    #banner-slider-demo-11 .content-1 h4 {
        font-size: 32px;
        line-height: 1;
        margin: 0;
        font-weight: 700
    }

    #banner-slider-demo-11 .content-1 h5 {
        font-size: 17px;
        margin: 0;
        line-height: 1;
        margin-top: -4px
    }

#banner-slider-demo-11 .content-2 {
    position: absolute;
    right: 28px;
    bottom: 28px;
    text-align: left
}

    #banner-slider-demo-11 .content-2 > div {
        display: inline-block;
        vertical-align: middle;
        padding: 20px 15px
    }

        #banner-slider-demo-11 .content-2 > div:first-child {
            margin: -6px 0;
            padding-left: 25px
        }

    #banner-slider-demo-11 .content-2 p {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 0;
        margin-left: 2px;
        font-weight: 300
    }

    #banner-slider-demo-11 .content-2 h3 {
        font-size: 54px;
        font-weight: 600;
        line-height: 1;
        margin: 0
    }

        #banner-slider-demo-11 .content-2 h3 b {
            font-weight: 800
        }

    #banner-slider-demo-11 .content-2 em {
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        margin: 0;
        line-height: 1;
        margin-right: 4px
    }

    #banner-slider-demo-11 .content-2 h4 {
        font-size: 32px;
        line-height: 1;
        margin: 0;
        font-weight: 700
    }

    #banner-slider-demo-11 .content-2 h5 {
        font-size: 17px;
        margin: 0;
        line-height: 1;
        margin-top: -4px
    }

    #banner-slider-demo-11 .content-2 a {
        font-size: 13px;
        margin-right: -10px
    }

.md-modal #login-form, .form-wrap.new-users, .form-wrap.registered-users, .opc #login-form {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0
}

.fancybox-prev span, .fancybox-next span {
    background-image: none;
    font-size: 40px;
}

    .fancybox-prev span:before, .fancybox-next span:before {
        font-family: "porto";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 40px;
    }

    .fancybox-next span:before {
        content: '\e81a'
    }

    .fancybox-prev span:before {
        content: '\e819'
    }

#loading-mask {
    display: none;
    font-size: 1.1em;
    font-weight: bold;
    position: fixed;
    text-align: center;
    z-index: 20002;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#after-loading-success-message {
    display: none;
    font-size: 1.1em;
    position: fixed;
    text-align: center;
    z-index: 20002;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#success-message-container {
    padding: 20px 15px;
    line-height: 1.4;
    position: relative;
    text-align: center;
    top: 35%;
    width: 300px;
    z-index: 1000;
    background: #FFFFFF none repeat scroll 0 0;
    margin: auto
}

    #success-message-container img.product-image {
        display: inline-block;
        width: 30%
    }

    #success-message-container .msg {
        display: block;
        margin-bottom: 10px;
        font-size: 13px
    }

    #success-message-container .product-name {
        font-size: 14px;
        margin: 5px 0 10px
    }

    #success-message-container .timer {
        display: none
    }

    #success-message-container button {
        margin-top: 15px;
        min-width: 133px
    }

/******* New Sticky Header *******/
.header-container.sticky-header .header-wrapper {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all
}

.header-container.sticky-header .menu-wrapper {
    position: relative
}

.header-container.sticky-header .main-nav ul.menu > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 !important
}

.header-container.sticky-header .main-nav ul.menu > li.menu-static-width > a, .header-container.sticky-header .main-nav ul.menu > li.menu-full-width > a, .header-container.sticky-header .main-nav ul.menu > li.menu-item-has-children > a {
    padding-left: 15px !important;
    padding-right: 25px !important
}

.header-container.sticky-header .main-nav ul.menu > li > a:after {
    right: 10px !important
}

.header-container.sticky-header .main-nav .menu {
    border: 0;
    height: auto
}

.header-container.sticky-header .main-nav ul.menu > li.menu-full-width > a:after, .header-container.sticky-header .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.sticky-header .main-nav ul.menu > li.menu-static-width > a:after {
    margin-top: -6.5px !important
}

.header-container.type3.sticky-header .main-nav ul.menu > li.fl-right, .header-container.type4.sticky-header .main-nav ul.menu > li.fl-right {
    margin-right: 0;
    margin-left: 3px;
    float: none !important
}

    .header-container.type3.sticky-header .main-nav ul.menu > li.fl-right.last > a {
        margin: 0;
        padding-right: 15px !important
    }

        .header-container.type3.sticky-header .main-nav ul.menu > li.fl-right.last > a:after {
            right: 0
        }

.header-container.type9.sticky-header .main-nav ul.menu > li.fl-right {
    margin-right: 0;
    margin-left: 3px;
    float: none !important
}

    .header-container.type9.sticky-header .main-nav ul.menu > li.fl-right.last > a {
        margin: 0;
        padding-right: 15px !important
    }

        .header-container.type9.sticky-header .main-nav ul.menu > li.fl-right.last > a:after {
            right: 0
        }

/* - Header Type 1 */
.header-container.type1.sticky-header .header-wrapper {
    background-color: #1e1e1e
}

    .header-container.type1.sticky-header .header-wrapper .main-nav.container {
        margin: 0 auto;
        padding: 0 15px
    }
/* - Header Type 2 */
.header-container.type2.sticky-header .header-wrapper {
    background-color: #fff
}

    .header-container.type2.sticky-header .header-wrapper .main-nav.container {
        margin: 0 auto
    }

        .header-container.type2.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
            background-color: transparent
        }
/* - Header Type 3 */
.header-container.type3.sticky-header .header-wrapper {
    background-color: #006fa4
}

    .header-container.type3.sticky-header .header-wrapper .main-nav.container {
        margin: 0 auto;
        background-color: transparent
    }

        .header-container.type3.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
            background-color: transparent
        }
/* - Header Type 4 */
.header-container.type4.sticky-header .header-wrapper {
    background-color: #fff
}

    .header-container.type4.sticky-header .header-wrapper .main-nav.container {
        margin: 0 auto
    }

        .header-container.type4.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
            background-color: transparent
        }

.header-container.type4.sticky-header .main-nav ul.menu > li > a {
    height: auto !important
}
/* - Header Type 5 */
.header-container.type5.sticky-header .header-wrapper {
    background-color: #fff
}

    .header-container.type5.sticky-header .header-wrapper .main-nav.container > .container {
        padding: 0 15px
    }

    .header-container.type5.sticky-header .header-wrapper .main-nav .menu-wrapper {
        text-align: left
    }

    .header-container.type5.sticky-header .header-wrapper .main-nav .menu {
        padding-right: 0
    }

        .header-container.type5.sticky-header .header-wrapper .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
            right: auto
        }
/* - Header Type 6 */
.header-container.type6.sticky-header .header-wrapper {
    background-color: #fff
}

    .header-container.type6.sticky-header .header-wrapper .main-nav.container {
        margin: 0 auto;
        padding: 0
    }

    .header-container.type6.sticky-header .header-wrapper .main-nav .menu {
        padding-right: 0
    }
/* - Header Type 7 */
.header-container.type7.sticky-header .header-wrapper {
    background-color: #fff
}

    .header-container.type7.sticky-header .header-wrapper .main-nav.container {
        margin: 0 auto
    }

        .header-container.type7.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
            background-color: transparent
        }
/* - Header Type 8 */
.header-container.type8.sticky-header .header-wrapper {
    background-color: #fff
}

    .header-container.type8.sticky-header .header-wrapper .main-nav.container {
        margin: 0 auto
    }

        .header-container.type8.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
            background-color: transparent
        }
/* - Header Type 9 */
.header-container.type9.sticky-header .header-wrapper {
    background-color: #fff
}

    .header-container.type9.sticky-header .header-wrapper .main-nav.container {
        margin: 0 auto;
        background-color: transparent;
        text-align: left
    }

        .header-container.type9.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
            background-color: transparent
        }
/* - Header Type 10 */
.cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container > a {
    pointer-events: all
}

.cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container > .menu.side-menu {
    visibility: hidden;
    opacity: 0
}

    .cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container > .menu.side-menu.show {
        visibility: visible;
        opacity: 1
    }

.header-container.type10.sticky-header .menu-wrapper .mini-cart {
    top: 0
}
/* - Header Type 11 */
.header-container.type11.sticky-header .header-wrapper {
    background-color: #555
}

.header-container.type11.sticky-header .main-nav {
    width: 100% !important
}

    .header-container.type11.sticky-header .main-nav > .container {
        width: 100% !important;
        padding: 0 15px
    }

    .header-container.type11.sticky-header .main-nav .menu-wrapper {
        padding: 0
    }
/* - Mini Cart */
.header-container.sticky-header .menu-wrapper .mini-cart {
    position: absolute;
    right: 0;
    left: auto;
    top: -5px;
    margin: 0;
    background-color: transparent;
    border: 0
}

.header-container.sticky-header .menu-wrapper .mybag-link {
    position: relative;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
    height: 40px;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    max-width: 120px;
    background-color: transparent;
    top: auto
}

    .header-container.sticky-header .menu-wrapper .mybag-link span {
        display: none
    }

    .header-container.sticky-header .menu-wrapper .mybag-link .cart-info {
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 50%;
        margin-top: -8px;
        left: 0;
        padding: 3px
    }

    .header-container.sticky-header .menu-wrapper .mybag-link .cart-qty {
        display: block;
        font-size: 12px;
        color: #fff;
        margin: 0 !important;
        line-height: 16px;
        font-weight: 600
    }

    .header-container.sticky-header .menu-wrapper .mybag-link i {
        font-size: 31px;
        color: #08c
    }

.header-container.sticky-header .menu-wrapper .mini-cart .topCartContent {
    top: 40px
}

.header-container.type1.sticky-header .menu-wrapper .mybag-link i {
    color: #fff
}

.header-container.type1.sticky-header .menu-wrapper .mybag-link .cart-qty {
    color: #1e1e1e
}

.header-container.type3.sticky-header .menu-wrapper .mybag-link i {
    color: #fff
}

.header-container.type3.sticky-header .menu-wrapper .mybag-link .cart-qty {
    color: #000
}

.header-container.type11.sticky-header .menu-wrapper .mybag-link i {
    color: #fff
}

.header-container.type11.sticky-header .menu-wrapper .mybag-link .cart-qty {
    color: #000
}

/*********** Compare Link in Headers *************/
.header-container .compare-link {
    display: inline-block;
    vertical-align: middle
}

.header-container.type1 .compare-link, .header-container.type8 .compare-link, .header-container.type11 .compare-link {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 4px;
    width: auto
}

    .header-container.type1 .compare-link > a, .header-container.type8 .compare-link > a, .header-container.type11 .compare-link > a {
        height: 26px;
        padding: 4px 7px;
        background-color: #010101;
        border-radius: 2px;
        line-height: 18px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 11px
    }

    .header-container.type8 .compare-link > a {
        border-color: transparent;
        background-color: #e2e2dc;
        color: #777;
        text-align: center;
        padding: 3px 7px;
        border-radius: 3px;
        line-height: 20px
    }

    .header-container.type11 .compare-link > a {
        border-color: #fff;
        background-color: #fff;
        color: #777;
        text-align: center;
    }

.header-container.type2 .compare-link, .header-container.type3 .compare-link, .header-container.type4 .compare-link, .header-container.type5 .compare-link, .header-container.type6 .compare-link, .header-container.type7 .compare-link, .header-container.type9 .compare-link, .header-container.type10 .compare-link {
    display: block;
    float: left;
    font-size: 11px;
    line-height: 26px;
    margin-left: 5px;
    text-transform: uppercase
}

.header-container.type5 .compare-link {
    float: right;
    margin: 0;
    margin-right: 15px
}

    .header-container.type3 .compare-link > a, .header-container.type5 .compare-link > a, .header-container.type6 .compare-link > a {
        color: #fff
    }

.fixed-header ul.menu > li .nav-sublist-dropdown, .main-nav ul.menu > li .nav-sublist-dropdown, .fixed-header ul.menu > li.menu-full-width .nav-sublist-dropdown, .main-nav ul.menu > li.menu-full-width .nav-sublist-dropdown, .fixed-header ul.menu > li.menu-static-width .nav-sublist-dropdown, .main-nav ul.menu > li.menu-static-width .nav-sublist-dropdown {
    margin-top: 1px
}

    .fixed-header ul.menu > li .nav-sublist-dropdown:before, .main-nav ul.menu > li .nav-sublist-dropdown:before {
        content: "";
        height: 6px;
        display: block;
        position: absolute;
        top: -6px;
        left: 0
    }

.header-container.sticky-header .main-nav ul.menu > li.menu-full-width:hover > a, .header-container.sticky-header .main-nav ul.menu > li.menu-static-width:hover > a, .header-container.sticky-header .main-nav ul.menu > li.menu-item-has-children:hover > a {
    padding-bottom: 11px !important
}

a.at300b .at4-icon, a.at300m .at4-icon {
    border-radius: 3px
}

/****************** Demo 15 ***************/
#parallax_01 .parallax-content-15 img.quote {
}

#parallax_01 .parallax-content-15 em {
    font-size: 26.26px;
    margin: 0 10px
}

#parallax_01 .parallax-content-15 h2 {
    font-size: 79.12px;
    margin: 5px 0 10px
}

#parallax_01 .parallax-content-15 p {
    font-size: 23.64px
}

#parallax_02 {
    padding: 250px 0
}

    #parallax_02 .parallax-content-15 em {
        font-size: 26.26px;
        margin: 0
    }

    #parallax_02 .parallax-content-15 .text-content h2 {
        font-size: 79.12px;
        letter-spacing: -6px
    }

    #parallax_02 .parallax-content-15 .text-content p {
        margin: 0
    }

        #parallax_02 .parallax-content-15 .text-content p span {
            font-size: 23.64px;
            padding-left: 6px
        }

        #parallax_02 .parallax-content-15 .text-content p a {
            font-size: 16px;
            padding: 10px 28px;
            margin-left: 10px;
            margin-top: 5px
        }

#parallax_03 {
    padding: 250px 0
}

    #parallax_03 .parallax-content-15 em {
        font-size: 26.26px;
        margin: 0;
        margin-left: 5px
    }

    #parallax_03 .parallax-content-15 .text-content h2 {
        font-size: 79.12px;
        letter-spacing: -6px
    }

    #parallax_03 .parallax-content-15 .text-content p {
        margin: 0
    }

        #parallax_03 .parallax-content-15 .text-content p span {
            font-size: 23.64px;
            padding-left: 6px
        }

        #parallax_03 .parallax-content-15 .text-content p a {
            font-size: 16px;
            padding: 10px 28px;
            margin-left: 125px;
            margin-top: 5px
        }

#parallax_04 .parallax-content-15 img.quote {
}

#parallax_04 .parallax-content-15 em {
    font-size: 26.26px;
    margin: 0 10px
}

#parallax_04 .parallax-content-15 h2 {
    font-size: 61px;
    margin: 5px 0 10px;
    letter-spacing: -3px
}

#parallax_04 .parallax-content-15 p {
    font-size: 18px
}

#parallax_04 .parallax-content-15 a.btn.btn-default {
    font-size: 16px;
    padding: 8px 35px
}

/********* Header Type 12 **************/
body.side-header .page {
    position: relative;
    z-index: 2
}

body.side-header.cms-index-index .page {
    height: 100vh
}

.header-container.type12 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 256px;
    min-height: 100vh;
    background-color: #383734;
    text-align: center;
    border: 0;
    padding: 10px
}

.cms-index-index .header-container.type12 {
    background-color: rgba(0,0,0,0.4)
}

.header-container.type12.fixed-bottom {
    position: fixed;
    top: auto;
    bottom: 0
}

.header-container.type12 .switcher-area {
    text-align: center;
    position: relative;
    z-index: 3
}

body.side-header .top-container, body.side-header .main-container, body.side-header .footer-container {
    margin-left: 256px
}

.header-container.type12 .form-currency, .header-container.type12 .form-language {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 4px;
    margin-bottom: 7px
}

.header-container.type12 .selectbox .select {
    border-color: #101010;
    background-color: #101010;
    color: #fff;
    text-align: center
}

.selectbox li {
    transition: all 0.3s
}

.header-container.type12 .selectbox .dropdown {
    border: 0
}

.header-container.type12 .mini-cart {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    margin-bottom: 7px
}

    .header-container.type12 .mini-cart .mybag-link {
        height: 26px;
        padding: 4px 7px;
        background-color: #010101;
        border-radius: 2px
    }

        .header-container.type12 .mini-cart .mybag-link i {
            font-size: 14px
        }

        .header-container.type12 .mini-cart .mybag-link .cart-info {
            padding: 1px 3px
        }

        .header-container.type12 .mini-cart .mybag-link span {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            line-height: 14px;
            font-weight: normal
        }

        .header-container.type12 .mini-cart .mybag-link .cart-qty {
            margin-right: 3px
        }

    .header-container.type12 .mini-cart .topCartContent {
        top: 26px;
        left: 0
    }

        .header-container.type12 .mini-cart .topCartContent:before {
            left: 15px;
            right: auto
        }

.header-container.type12 .compare-link {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 4px;
    margin-bottom: 7px;
    width: auto
}

    .header-container.type12 .compare-link > a {
        height: 26px;
        padding: 4px 7px;
        background-color: #010101;
        border-radius: 2px;
        line-height: 18px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 11px
    }

.header-container.type12 .header {
    text-align: center;
    position: static;
    min-height: 100%;
    padding-bottom: 145px
}

    .header-container.type12 .header > .logo {
        margin: 30px 0;
        max-width: none
    }

.header-container.type12 .search-area {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    padding: 0 7px;
    margin-bottom: 20px;
    width: 100%
}

    .header-container.type12 .search-area a.search-icon {
        display: none
    }

.header-container.type12 .header #search_mini_form {
    margin: 0;
    width: 100%
}

.header-container.type12 .header .form-search {
    border-radius: 5px;
    width: auto;
    min-width: initial;
    padding-right: 140px
}

    .header-container.type12 .header .form-search #cat {
        width: 100px
    }

.header-container.type12 .menu.side-menu {
    text-align: left;
    margin: 0 7px 20px 7px
}

    .header-container.type12 .menu.side-menu > li > a {
        margin: 0;
        color: #fff;
        border-color: #575757
    }

    .header-container.type12 .menu.side-menu > li.menu-static-width > a:after, .header-container.type12 .menu.side-menu > li.menu-item-has-children > a:after, .header-container.type12 .menu.side-menu > li.menu-item-has-children li.menu-item-has-children > a:after, .header-container.type12 .menu.side-menu > li.menu-full-width > a:after {
        color: #fff
    }

.header-container.type12 .top-links-area {
    float: none;
    text-align: left;
    margin-bottom: 20px
}

.header-container.type12 .links {
    float: none;
    padding: 0 7px
}

    .header-container.type12 .links li {
        display: block;
        padding: 0;
        border: 0;
        padding: 10px 5px;
        border-top: 1px solid #575757
    }

        .header-container.type12 .links li:first-child {
            border-top: 0
        }

        .header-container.type12 .links li a {
            color: #fff
        }

.header-container.type12 .header .custom-block {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 10px
}

.header-container.type12 .social-icons {
    float: none
}

.header-container.type12 address {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #777
}

.header .social-icons a {
    background-color: #9e9e9e;
    border-radius: 50%
}

    .header .social-icons a.icon1-class:hover {
        background-color: #3c599b
    }

    .header .social-icons a.icon2-class:hover {
        background-color: #1ca8e3
    }

    .header .social-icons a.icon3-class:hover {
        background-color: #4975b6
    }

#banner-slider-demo-16 .slide1-content, #banner-slider-demo-16 .slide2-content {
    padding-left: 256px
}

#banner-slider-demo-16 .text-content {
    text-align: left
}

    #banner-slider-demo-16 .text-content em {
        font-size: 26.26px;
        margin: 0;
        margin-bottom: -10px
    }

    #banner-slider-demo-16 .text-content h2 {
        font-size: 79.12px;
        letter-spacing: -4px
    }

    #banner-slider-demo-16 .text-content p {
        margin: 0
    }

        #banner-slider-demo-16 .text-content p span {
            font-size: 23.64px;
            padding-left: 6px
        }

        #banner-slider-demo-16 .text-content p a {
            font-size: 16px;
            padding: 10px 28px;
            margin-left: 10px;
            margin-top: 5px
        }

body.side-header .top-container > .breadcrumbs.fixed-position {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0
}

/******** right zoom **********/
.product-view-zoom-area {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 100%;
    top: 0;
    display: none
}

.product-img-box .etalage:hover + .etalage-control + .product-view-zoom-area {
    display: block
}

/******** Sticky Addtocart **********/
.sticky-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.08);
    padding: 60px 0 15px 0
}

    .sticky-product.no-sticky-header {
        padding: 15px 0
    }

    .sticky-product > .container {
        position: relative
    }

    .sticky-product .sticky-image, .sticky-product .sticky-detail {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px
    }

        .sticky-product .sticky-detail .product-name-area, .sticky-product .ratings, .sticky-product .sticky-detail .availability {
            display: inline-block;
            vertical-align: top;
            margin: 0;
            margin-right: 15px
        }

            .sticky-product .sticky-detail .product-name-area .product-name, .sticky-product .ratings, .sticky-product .sticky-detail .availability {
                line-height: 25px
            }

            .sticky-product .sticky-detail .product-name-area .product-name {
                font-size: 16px;
                font-weight: 600
            }

            .sticky-product .sticky-detail .availability span {
                font-size: 14px;
                font-weight: 400
            }

    .sticky-product .add-to-cart {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -19px
    }

.side-header .sticky-product > .container {
    width: 100%;
    padding-left: 277px
}

.product-view.moved-tab .product-shop .short-description {
    border: 0
}

/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2015-11-25 14:32:51 */

html, body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body {
    color: #333333
}

a {
    color: #ffcc33
}

    a:hover {
        color: #0087d2
    }

button.button span {
    background-color: #ffcc33;
    color: #666666
}

button.button:hover span {
    background-color: #0087d2;
    color: #ffffff
}

span.new-product-icon {
}

span.sale-product-icon {
}

.fixed-header .menu > li > a > span.cat-label.cat-label-label1, .main-nav .menu > li > a > span.cat-label.cat-label-label1, .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1, .menu.side-menu li > a span.cat-label.cat-label-label1 {
}

.fixed-header .menu > li > a > span.cat-label.cat-label-label2, .main-nav .menu > li > a > span.cat-label.cat-label-label2, .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2, .menu.side-menu li > a span.cat-label.cat-label-label2 {
}

.header-container.type2 .top-links-container,
.header-container.type3 .top-links-container,
.header-container.type4 .top-links-container,
.header-container.type5 .top-links-container,
.header-container.type6 .top-links-container,
.header-container.type7 .top-links-container,
.header-container.type9 .top-links-container,
.header-container.type10 .top-links-container {
    background-color: #ededed;
}

.header-container.type1 ul.links a, .header-container.type1 .search-area > a, .header-container.type1 .selectbox .select, .header-container.type1 .welcome-msg, .header-container.type1 .top-links-icon, .header-container.type1 .top-links-icon a, .header-container.type1 .menu-icon a,
.header-container.type2 .selectbox .select, .header-container.type2 .welcome-msg, .header-container.type2 .top-links ul.links a, .header-container.type2 .top-links-icon,
.header-container.type3 .selectbox .select, .header-container.type3 .welcome-msg, .header-container.type3 .top-links ul.links a, .header-container.type3 .top-links-icon, .header-container.type3 .top-links-icon a,
.header-container.type4 .selectbox .select, .header-container.type4 .welcome-msg, .header-container.type4 .top-links ul.links a, .header-container.type4 .top-links-icon,
.header-container.type5 .welcome-msg, .header-container.type5 .selectbox .select,
.header-container.type6 .selectbox .select, .header-container.type6 .welcome-msg, .header-container.type6 .top-links ul.links a, .header-container.type6 .top-links-icon, .header-container.type6 .top-links-icon a,
.header-container.type7 .selectbox .select, .header-container.type7 .welcome-msg, .header-container.type7 .top-links ul.links a, .header-container.type7 .top-links-icon, .header-container.type7 .top-links-icon a,
.header-container.type9 .selectbox .select, .header-container.type9 .welcome-msg, .header-container.type9 .top-links ul.links a, .header-container.type9 .top-links-icon, .header-container.type9 .top-links-icon a,
.header-container.type10 .selectbox .select, .header-container.type10 .welcome-msg, .header-container.type10 .top-links ul.links a, .header-container.type10 .top-links-icon, .header-container.type10 .top-links-icon a,
.header-container.type8 .selectbox .select, .header-container.type8 .welcome-msg, .header-container.type8 .top-links ul.links a, .header-container.type8 .header .search-area > a.search-icon, .header-container.type8 .top-links-icon, .header-container.type8 .top-links-icon a, .header-container.type8 .header .search-area a.search-icon, header-container.type8 .menu-icon a, .header-container.type2 .compare-link > a, .header-container.type3 .compare-link > a, .header-container.type4 .compare-link > a, .header-container.type5 .compare-link > a, .header-container.type6 .compare-link > a, .header-container.type7 .compare-link > a, .header-container.type8 .compare-link > a, .header-container.type9 .compare-link > a, .header-container.type10 .compare-link > a,
.header-container.type12 ul.links a, .header-container.type12 .search-area > a, .header-container.type12 .selectbox .select, .header-container.type12 .top-links-icon, .header-container.type12 .top-links-icon a, .header-container.type12 .menu-icon a {
    color: #0087d2;
}

.header-container.type1,
.header-container.type2,
.header-container.type3,
.header-container.type4,
.header-container.type5,
.header-container.type6,
.header-container.type7,
.header-container.type8,
.header-container.type9,
.header-container.type10,
.header-container.type11,
.header-container.type12,
.header-container.type1.sticky-header .header-wrapper,
.header-container.type2.sticky-header .header-wrapper,
.header-container.type4.sticky-header .header-wrapper,
.header-container.type5.sticky-header .header-wrapper,
.header-container.type6.sticky-header .header-wrapper,
.header-container.type7.sticky-header .header-wrapper,
.header-container.type8.sticky-header .header-wrapper,
.header-container.type9.sticky-header .header-wrapper,
.header-container.type11.sticky-header .header-wrapper,
.header-container.type12.sticky-header .header-wrapper {
    background-color: #ededed;
}

.header-container.type2,
.header-container.type4 {
    border-top-color: #ededed;
}

.header a {
    color: #0087d2;
}

.header-container.type2 .main-nav .menu-wrapper,
.header-container.type3 .main-nav,
.header-container.type4 .main-nav .menu-wrapper,
.header-container.type9 .main-nav .menu-wrapper,
.header-container.type10 .header-wrapper,
.header-container.type3.sticky-header .header-wrapper,
.header-container.type4.sticky-header .header-wrapper,
.header-container.type10.sticky-header .header-wrapper {
    background-color: #ffffff;
}

    .header-container.type1 .main-nav ul.menu > li > a,
    .header-container.type2 .main-nav ul.menu > li > a,
    .header-container.type3 .main-nav ul.menu > li > a,
    .header-container.type4 .main-nav ul.menu > li > a,
    .header-container.type5 .main-nav ul.menu > li > a,
    .header-container.type6 .main-nav ul.menu > li > a,
    .header-container.type7 .main-nav ul.menu > li > a,
    .header-container.type8 .main-nav ul.menu > li > a,
    .header-container.type9 .main-nav ul.menu > li > a,
    .header-container.type10 .main-nav ul.menu > li > a,
    .header-container.type11 .main-nav ul.menu > li > a,
    .header-container.type12 .main-nav ul.menu > li > a {
        color: #000000;
    }

    .header-container.type1 .main-nav ul.menu > li:hover, .header-container.type1 .main-nav ul.menu > li.act,
    .header-container.type2 .main-nav ul.menu > li:hover, .header-container.type2 .main-nav ul.menu > li.act,
    .header-container.type3 .main-nav ul.menu > li:hover, .header-container.type3 .main-nav ul.menu > li.act,
    .header-container.type4 .main-nav ul.menu > li:hover, .header-container.type4 .main-nav ul.menu > li.act,
    .header-container.type5 .main-nav ul.menu > li:hover, .header-container.type5 .main-nav ul.menu > li.act,
    .header-container.type6 .main-nav ul.menu > li:hover, .header-container.type6 .main-nav ul.menu > li.act,
    .header-container.type7 .main-nav ul.menu > li:hover, .header-container.type7 .main-nav ul.menu > li.act,
    .header-container.type8 .main-nav ul.menu > li:hover, .header-container.type8 .main-nav ul.menu > li.act,
    .header-container.type9 .main-nav ul.menu > li:hover, .header-container.type9 .main-nav ul.menu > li.act,
    .header-container.type10 .main-nav ul.menu > li:hover, .header-container.type10 .main-nav ul.menu > li.act,
    .header-container.type11 .main-nav ul.menu > li:hover, .header-container.type11 .main-nav ul.menu > li.act,
    .header-container.type12 .main-nav ul.menu > li:hover, .header-container.type12 .main-nav ul.menu > li.act {
        background-color: #ffcc33;
    }

        .header-container.type1 .main-nav ul.menu > li:hover > a, .header-container.type1 .main-nav ul.menu > li.act > a,
        .header-container.type2 .main-nav ul.menu > li:hover > a, .header-container.type2 .main-nav ul.menu > li.act > a,
        .header-container.type3 .main-nav ul.menu > li:hover > a, .header-container.type3 .main-nav ul.menu > li.act > a,
        .header-container.type4 .main-nav ul.menu > li:hover > a, .header-container.type4 .main-nav ul.menu > li.act > a,
        .header-container.type5 .main-nav ul.menu > li:hover > a, .header-container.type5 .main-nav ul.menu > li.act > a,
        .header-container.type6 .main-nav ul.menu > li:hover > a, .header-container.type6 .main-nav ul.menu > li.act > a,
        .header-container.type7 .main-nav ul.menu > li:hover > a, .header-container.type7 .main-nav ul.menu > li.act > a,
        .header-container.type8 .main-nav ul.menu > li:hover > a, .header-container.type8 .main-nav ul.menu > li.act > a,
        .header-container.type9 .main-nav ul.menu > li:hover > a, .header-container.type9 .main-nav ul.menu > li.act > a,
        .header-container.type10 .main-nav ul.menu > li:hover > a, .header-container.type10 .main-nav ul.menu > li.act > a,
        .header-container.type11 .main-nav ul.menu > li:hover > a, .header-container.type11 .main-nav ul.menu > li.act > a,
        .header-container.type12 .main-nav ul.menu > li:hover > a, .header-container.type12 .main-nav ul.menu > li.act > a {
            color: #000000;
        }

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown, .fixed-header .menu > li.menu-full-width .nav-sublist-dropdown, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown {
    background-color: #ffcc33;
    border-color: #ffcc33;
}

.main-nav .menu > li.menu-full-width ul a, .main-nav .menu > li.menu-static-width ul a, .fixed-header .menu > li.menu-full-width ul a, .fixed-header .menu > li.menu-static-width ul a {
    color: #000000;
}

.main-nav ul.menu > li .nav-sublist-dropdown, .main-nav .menu > li.menu-item .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .fixed-header ul.menu > li .nav-sublist-dropdown, .fixed-header .menu > li.menu-item .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist {
    background-color: #ffcc33;
}

.main-nav a, .fixed-header a {
    color: #000000;
}

.fixed-header .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a,
.main-nav .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a, .menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a {
    background-color: #ffcc33;
}

.fixed-header a:hover,
.main-nav a:hover {
    color: #000000;
}

.footer-top {
    background-color: #000000;
}

.footer-top {
    color: #FFFFFF;
}

.footer-middle {
    background-color: #0087d2;
}

    .footer-middle, .footer-middle p, .footer-middle .contact-info i {
        color: #ffffff;
    }

        .footer-middle a {
            color: #ffcc33;
        }

            .footer-middle a:hover {
                color: #ffffff;
            }

        .footer-middle .block .block-title strong {
            color: #ffffff;
        }

        .footer-middle .links i.theme-color, .footer-middle .features i.theme-color {
            color: #ffffff !important;
        }

.footer-middle-2 {
    background-color: #0087d2;
}

    .footer-middle-2, .footer-middle-2 p, .footer-middle-2 .contact-info i {
        color: #ffffff;
    }

        .footer-middle-2 a {
            color: #ffcc33;
        }

            .footer-middle-2 a:hover {
                color: #ffffff;
            }

        .footer-middle-2 .block .block-title strong {
            color: #ffffff;
        }

        .footer-middle-2 .links i.theme-color, .footer-middle-2 .features i.theme-color {
            color: #ffffff !important;
        }

#totop {
}

    #totop:hover {
    }

.order-search-items .entry-edit .grid {
    height: auto
}

.free-trial-callout-wrapper {
    background-color: #ffcc33 !important;
}

    .free-trial-callout-wrapper a {
        color: #0087d2;
    }

.yottie-widget-video-info-properties {
    display: none !important
}

/**
 * CUSTOM STYLE FOR PRINTBOSS
 **/

img.logo-img {
    height: 52px;
    margin-right: 24px;
}

ul.menu {
    display: inline;
}

.main-nav {
    padding: 24px 0;
}

.sidnav-act {
    color: #000;
    font-weight: 700;
}

.header-container.type3 .main-nav ul.menu > li {
    margin-top: 8px;
}

    .header-container.type3 .main-nav ul.menu > li > a {
        padding: 12px 24px;
        margin: 0;
    }

.homepage-bar {
    background: #0087d2;
    border: 0;
    padding: 14px 0;
}

    .homepage-bar .col-md-4 {
        border-left: 2px solid #fff;
    }

        .homepage-bar .col-md-4 a:hover {
            color: #000;
        }


.homepage-featured-products .feature,
.software-featured-products .feature {
    margin-top: 52px;
}

.top-links-container > div > a > img {
    display: none;
    height: 28px;
    position: relative;
    top: 6px;
}

.header-container .top-links-area {
    top: 6px;
}

    .header-container .top-links-area li {
        margin: 8px;
    }

.software-featured-products {
    margin-top: 24px;
}

    .software-featured-products img {
        width: 100%;
    }

.homepage-bar-lower-top {
    height: 178px;
}

.homepage-bar-lower {
    background: #000;
    padding: 26px;
    color: #fff;
    font-size: 26px;
}

    .homepage-bar-lower .text-trial {
        margin: 40px;
    }

@media (max-width: 720px) {
    .homepage-bar-lower .text-trial {
        display: block;
        margin: 40px 10px;
    }

    .homepage-featured-products img {
        padding-right: 15%;
    }
}

.homepage-bar-lower button span span {
    color: #000;
    padding: 4px 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
}

#slideshow > div.homepage-bar h3, div.homepage-bar h3 {
    color: #fff;
    font-size: 22px;
}

#slideshow > div.homepage-bar p, div.homepage-bar p {
    color: #fff;
    font-size: 10px;
    margin: 10px 0;
}

.icon-mini-cart:before {
    content: '\e80c';
}

.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
    font-size: 11px;
    text-transform: none;
    font-weight: 300;
}

.footer-bottom {
    padding: 8px 0;
}

    .footer-bottom .custom-block {
        margin-left: 0;
    }

.veryBottomLinks {
    margin: 0;
}

    .veryBottomLinks li {
        padding-right: 24px;
        float: left;
    }

.cms-home .main-container {
    padding-bottom: 18px;
}


.homepage_hero_wrapper {
    background: rgba(0, 0, 0, 0) url("/content/images/printboss/background_layer.jpg") no-repeat scroll 0 0 / cover !important;
    font-family: "Lato","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100%;
    padding: 40px;
}

@media (max-width: 1100px) {
    .homepage_hero_wrapper {
        padding: 22px 0;
    }
}

@media (min-width: 1950px) {
    .homepage_hero_wrapper {
        background-size: 100% auto;
    }
}


.homepage_hero_wrapper div div.row {
    /*padding:0 108px;*/
    position: relative;
}

@media (max-width: 1200px) {
    .homepage_hero_wrapper div div.row {
        padding: 0;
    }
}

.hero-badge-col {
    position: absolute;
    left: -140px;
}

@media (max-width: 1440px) {
    .hero-badge-col img {
        display: none;
    }
}

.hero-title-col > div > h1 {
    margin: 0;
    color: #fdca41;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24pt;
    line-height: 1.2em;
    margin-bottom: 8px;
}

    .hero-title-col > div > h1 > span {
        font-size: 24pt;
        font-weight: 500;
        display: block;
    }

.col-md-8.hero-title-col {
    padding-right: 2px;
}

.col-md-4.hero-form-col {
    padding-left: 2px;
}

@media (max-width: 991px) {
    .hero-title-col, .hero-form-col {
        text-align: center;
    }

    .homepage_freetrial_wrapper {
        margin: 0 auto;
    }

    .hero-title-col > div > h1 > span {
        clear: none;
        display: inline;
    }

    .col-md-8.hero-title-col {
        padding-right: 15px;
    }

    .col-md-4.hero-form-col {
        padding-left: 15px;
        margin-top: 24px;
    }
}

.homepage_freetrial_wrapper {
    background-color: #ededed;
    border: 1px #777 solid;
    box-shadow: 1px 1px 1px #555;
    padding: 20px 24px 14px;
    width: 100%;
}

@media (max-width: 480px) {
    .homepage_freetrial_wrapper {
        width: 100%
    }
}

.hero-title-col > div > p:nth-child(3) > a {
    color: #fdca41;
    text-transform: uppercase;
    font-size: 18pt;
    font-weight: 500;
    letter-spacing: 2px;
}

    .hero-title-col > div > p:nth-child(3) > a:hover {
        text-decoration: none;
        color: #000;
    }

a.button.hero-title-link:hover span {
    background-color: #000;
}

a.button.hero-title-link span span {
    font-weight: 700;
    color: #000;
    font-size: 10pt;
    padding: 0 16px;
}

a.button.hero-title-link:hover span span {
    color: #fff;
}

.hero-title-col .video-container {
    position: relative;
    padding-bottom: 52.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .hero-title-col .video-container iframe,
    .hero-title-col .video-container object,
    .hero-title-col .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.hero-form-col {
}

    .hero-form-col .validation-advice {
        display: block
    }

    .hero-form-col label {
        font-size: 12pt;
        color: #121212;
    }

    .hero-form-col input, .hero-form-col .form-list input.input-text {
        border-radius: 0;
        border: 1px solid #aaa;
        padding: 6px 10px;
    }

    .hero-form-col .form-list .input-box {
        margin-bottom: 3px;
    }

    .hero-form-col .button-set button {
        margin: 6px 0;
        box-shadow: 2px 2px 1px #ccc;
    }

        .hero-form-col .button-set button span span {
            font-weight: bold;
            color: #000;
            font-size: 10pt
        }

        .hero-form-col .button-set button:hover, .hero-form-col .button-set button:hover span, .hero-form-col .button-set button:hover span span {
            background-color: #000;
            box-shadow: none;
            color: #fff;
        }

.block-recent-posts {
    background: url("/content/images/printboss/map.png") center top no-repeat;
    margin-bottom: 0;
    margin-top: -12px;
}

    .block-recent-posts h2 {
        font-size: 28px;
        color: #222;
        padding-top: 60px;
        padding-bottom: 52px;
        margin: 0;
    }

.footer-middle {
    padding: 32px 0;
}

.block-subscribe {
    padding-right: 24px;
}

    .footer-middle .block .block-title, .block-subscribe .block-title strong span {
        color: #eef;
        font-size: 26px;
        font-weight: 100;
    }

.footer-top-home-lower-blog {
    text-align: left;
    padding-left: 0;
}

    .footer-top-home-lower-blog h2 {
        font-size: 32px;
        margin-top: 36px;
        margin-bottom: 24px;
        color: #222;
    }

.home-blog-date {
    float: left;
    text-align: center;
}

.lower-blog-list-item td {
    width: 25%;
    padding-right: 24px;
    vertical-align: top;
}

.lower-blog-list-item h4 {
    color: #222;
}

.home-blog-date-top {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    margin-right: 6px;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 2px;
}

.home-blog-date-bottom {
    color: #fff;
    background-color: #777;
    border-radius: 2px;
    width: 40px;
    height: 20px;
    line-height: 20px;
}

.home-all-posts {
    text-align: center;
}

    .home-all-posts .button.button span {
        font-size: 10px;
        line-height: 14px;
        padding: 4px 8px;
    }

.footer-middle .block.block-subscribe .input-box {
    margin-top: 30px;
}

/*.top-links .social-icons a {
    background-color: #bbb;
    border-radius: 50%;
}*/

.footer .social-icons a {
    background-color: #000;
    color: white;
}

.footer-middle ul.links li {
    padding: 6px 0;
}

button, span {
    border-radius: 2px !important
}

.breadcrumbs {
    border-top: 4px #ccc solid;
    border-bottom: 4px #ccc solid;
}

    .breadcrumbs .page-title {
        color: #fff;
        font-weight: 100;
        font-size: 32px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .breadcrumbs strong {
        color: #ffcc33;
    }

.why-printboss-top p {
    margin-bottom: 32px;
}

.why-print {
    background-color: #ddd;
    border-radius: 50%;
    margin: 64px auto 32px;
    border: 6px #ddd solid;
    width: 96px;
    height: 96px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

    .why-print:hover, .why-print-active {
        background-color: #ffcc33;
    }

#why-benefits {
    background-image: url('/content/images/icon-benefits.png');
}

#why-features {
    background-image: url('/content/images/icon-bookmark.png');
}

#why-smart-checks {
    background-image: url('/content/images/icon-check.png');
}

#why-smart-documents {
    background-image: url('/content/images/icon-book.png');
}

.why-printboss-mid {
    padding: 64px 0;
    font-size: 36px;
    color: #eee;
    background-color: #000;
    text-align: left;
    font-weight: 100px;
}


.product-tabs-vert {
    box-shadow: 0 0 8px #999;
    position: relative;
    margin: 0;
}

.vert-tabs {
    width: 25%;
    clear: none;
    position: relative;
    padding: 0;
}

    .vert-tabs div {
        box-shadow: 0 0 8px #999;
        padding: 32px;
        float: left;
        width: 100%;
    }

        .vert-tabs div.active {
            box-shadow: none;
        }

            .vert-tabs div.active a {
                color: #222;
            }

        .vert-tabs div a {
            color: #666;
            font-size: 18px;
            font-weight: 900;
        }

.tab-content-vert {
    /*	width:75%; */
    padding: 35px 24px;
    clear: none;
    position: relative;
    line-height: 1.5em;
    overflow-y: scroll;
    height: 328px;
}

@media (min-width: 769px) {
    .long-spec {
        display: inline;
    }

    .short-spec {
        display: none;
    }
}

@media (max-width: 768px) {

    .long-spec {
        display: none;
    }

    .short-spec {
        display: inline;
    }

    .vert-tabs {
        width: 100%;
    }

        .vert-tabs div {
            width: 25%;
        }

        .vert-tabs div {
            text-align: center;
        }
}

@media (max-width: 520px) {

    .vert-tabs div {
        padding: 32px 0;
        font-size: 14px;
    }

        .vert-tabs div a {
            margin: 0 auto;
        }
}

.etalage_small_thumbs {
    display: none !important;
}

.product-view .product-img-box {
    margin-bottom: 0;
}

.col1-layout .product-view .product-options + div.clearer, .col1-layout .product-view .product-info + div.clearer,
.product-view .product-shop .short-description {
    border-bottom: 0;
}

.product-view .product-info {
    margin: 0;
    padding: 0;
}

.product-view .product-shop .price-box .regular-price .price {
    color: #222;
}

.qty-holder {
    display: block;
    width: 200px;
    margin-bottom: 24px;
}

.add-to-cart .qty {
    border-radius: 0;
    width: 60px;
}

.qty-changer > a {
    border-radius: 0;
    margin-bottom: 0;
    height: 38px;
    width: 38px;
    border: 1px #ccc solid;
    line-height: 36px;
    color: #888;
    background-color: #d9d9d9;
    font-size: 14px;
}

    .qty-changer > a:hover {
        text-decoration: none;
        background-color: #ccc;
    }

.short-description .std {
    font-weight: 700;
    text-style: italic;
}

.product-free-trial {
    margin-top: 24px;
}

    .product-free-trial img {
        margin-right: 24px;
        width: 42px;
    }

    .product-free-trial .text-trial {
        font-size: 24px;
        color: #999;
        font-weight: 700;
        line-height: 42px;
    }

    .product-free-trial button {
        vertical-align: top;
        padding: 0 24px;
    }

        .product-free-trial button span {
            margin: 0 24px;
            font-weight: 700;
            color: #000;
        }

@media (max-width: 688px) {
    .product-free-trial {
        text-align: center;
    }
}


.product-collateral {
    margin-top: 24px;
}

.product-view .product-img-box .etalage-control {
    display: none !important;
}

.quickbooks_product_solution,
.dynamics_product_solution,
.sage_product_solution {
    max-width: 880px;
    margin: 0 auto;
}

    .quickbooks_product_solution h2,
    .dynamics_product_solution h2,
    .sage_product_solution h2 {
        font-size: 30px;
        color: #222;
        margin-left: 15px;
        background: url('/content/images/line.png') center bottom no-repeat;
        padding-bottom: 24px;
    }

    .quickbooks_product_solution .product_solution,
    .dynamics_product_solution .product_solution,
    .sage_product_solution .product_solution {
        text-align: center;
        margin: 24px auto;
    }

.product_solution img {
    margin: 24px auto;
    border-radius: 8px;
}

    .product_solution img:hover {
        box-shadow: 0 6px 10px #ffcc33;
    }

.product_solution-list-container {
    padding: 16px;
    box-shadow: 0 0 8px #999;
    max-width: 400px;
    margin: 24px auto;
    text-align: left;
}

.product_solution-list-item {
    padding: 8px 0;
}

.product_solution-list-question {
    color: #222;
}

    .product_solution-list-question:hover {
        text-decoration: none;
    }

    .product_solution-list-question:before {
        content: '\e81c';
        font-family: "porto";
        margin-right: 48px;
        color: #0087d2;
        font-weight: 900;
    }

.product_solution-list-answer {
    padding-top: 24px;
    list-style-image: none;
}

    #tab_features_contents ul li,
    #tab_benefits_contents ul li,
    .product_solution-list-answer li {
        line-height: 24px;
        font-family: "Open Sans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

        #tab_features_contents ul li:before,
        #tab_benefits_contents ul li:before,
        .product_solution-list-answer li:before {
            content: '\e84e';
            font-family: "porto";
            color: #e35244;
            margin-right: 8px;
        }

.product-img-box ul li.etalage_thumb a span.glyphicon-search {
    display: none;
}

p.welcome-msg.free-download {
    margin-right: 8px;
}

.feature-link {
    float: right;
    text-align: center;
}

    .feature-link a, .feature-link a h2 {
        color: #222;
        font-size: 24px;
    }

        .feature-link a:hover, .feature-link a h2:hover {
            text-decoration: none;
            color: #0087d2;
        }

    .feature-link > a > button {
        margin-top: 24px;
    }

#quick_contact input, #quick_contact select {
    width: 100%
}

#sitemap-block {
    background-color: #000;
    padding: 40px;
    border-radius: 4px;
}

.block-dark h2, .block-light h2 {
    color: #222;
}

.page-title h1 {
    font-size: 30px !important;
    font-weight: 700;
}

.headline {
    font-weight: 700;
    line-height: 2.0em;
    font-size: 16px;
    color: #222;
}

.sub-headline {
    font-size: 24px;
    font-weight: 700;
}

#faxpages {
    box-shadow: 0 0 8px #999;
}

    #faxpages th {
        font-weight: 700;
    }

    #faxpages td, #faxpages th {
        padding: 4px 20px;
        text-align: center
    }

        #faxpages td:nth-child(1) {
            text-align: left;
        }

.block-dark {
    background-color: #eee;
    padding: 24px;
}

.block-light {
    background-color: #fff;
    padding: 48px 24px !important;
}

.cms-callout {
    padding: 20px;
    font-size: 16px;
    box-shadow: 0 0 8px #999;
    margin: 24px auto;
    text-align: center;
    background-color: #0087d2;
}

    .cms-callout a:hover {
        color: #fff;
    }

ul.squib {
    list-style-image: url('/content/images/bullet_squib.png');
}

.free-trial-callout-wrapper {
    background-color: #0087d2;
    border-radius: 6px;
    padding: 32px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
}

    .free-trial-callout-wrapper a:hover {
        color: #fff;
    }

.free-trial-callout {
    background-color: #ddd;
    background-image: url('/content/images/download-b.png');
    border-radius: 50%;
    margin: 0 auto 16px;
    border: 6px #ddd solid;
    width: 96px;
    height: 96px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

    .free-trial-callout:hover {
        background-color: #ffcc33;
    }

.sidebar-nav-wrapper {
    margin-bottom: 32px;
}

.sidebar-nav-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #0087d2;
    background-color: #0087d2;
    color: #ffcc33;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    margin-top: 14px;
}

    .sidebar-nav-title a:hover {
        color: #fff;
    }

.sidebar-nav-content {
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    padding: 8px 0;
}

.sidebar-nav {
    padding: 8px 16px;
}

.sidebar-nav-items {
    padding: 4px 16px;
}

.feature-grid table {
    box-shadow: 0 0 8px #999;
}

    .feature-grid table thead th {
        font-size: 16px;
        font-weight: 700;
        padding: 4px 18px;
    }

    .feature-grid table tbody td {
        font-size: 12px;
        padding: 6px 18px;
    }

        .feature-grid table tbody td:nth-child(1) {
            background: url('/content/images/bullet_squib.png') no-repeat 8px 9px transparent;
            padding-left: 28px;
        }

    .feature-grid table tbody tr:nth-child(odd) {
        background-color: #eee;
    }

td.check_on:before {
    content: '\e84e';
    font-family: "porto";
    color: #222;
}

.cms-prev-next {
    font-size: 16px;
}

    .cms-prev-next .next {
        float: right;
    }

.col1-layout .product-view .product-info {
    width: 100%;
}

@media (max-width: 1200px) {
    .logo-img {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-container.type3 .menu-icon {
        float: left;
        margin: 0;
    }

    .header-container.type3 > div.top-links-container > div > div.social-icons {
        display: none;
    }

    .homepage-bar .col-md-4 {
        border: 0;
        text-align: center;
    }

    .homepage-bar .text-area {
        text-align: center;
    }

    .top-links-container > div > a > img {
        display: inline-block;
    }

    .feature-link {
        float: none;
    }
}

@media (max-width: 600px) {
    #faxpages td, #faxpages th {
        padding: 4px;
    }
}

.mobile-nav {
    position: fixed;
    height: auto !important;
    background-color: #fff !important;
    width: 100%;
    z-index: 190;
    border-bottom: 2px #ccc solid;
}

@media (max-width:991px) {
    .header-container.sticky-header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 5000;
        box-shadow: 0 0 3px rgba(0,0,0,.3);
        transition: all 0.3s;
        bottom: auto
    }
}

@media (max-width:480px) {
    .header-container.sticky-header.type3 .header > .logo {
        margin-top: 7.5px;
        margin-bottom: 7.5px
    }

    .header-container.sticky-header.type3 .cart-area,
    .header-container.sticky-header.type3 .search-area,
    .header-container.type3.sticky-header .menu-icon {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .header-container.sticky-header.type3 .header > .logo img {
        height: 35px
    }
}

/********** CUSTOM 404 PAGE **********/

.custom-page404 {
    max-width: 900px;
    margin: 20px auto;
}

    .custom-page404 > img {
        float: left;
    }

    .custom-page404 > .headline404, .custom-page404 > .free-trial404 {
        float: left;
    }

    .custom-page404 > .headline404 {
        width: 320px;
        margin: 0 40px;
    }

        .custom-page404 > .headline404 h1 {
            font-size: 184px;
            color: #0087d2;
            font-weight: 700;
            clear: none;
            display: inline;
            line-height: 186px;
        }

    .custom-page404 > .free-trial404 {
        background-color: #000;
        border-radius: 6px;
        width: 200px;
        padding: 20px;
        text-align: center;
    }

        .custom-page404 > .free-trial404 div {
            color: #ddd;
            font-size: 20px;
            font-weight: 100;
        }

            .custom-page404 > .free-trial404 div strong {
                color: #fff;
                display: block;
                font-weight: 500;
            }

        .custom-page404 > .free-trial404 hr {
            margin: 12px 20px;
            color: #ddd;
        }

        .custom-page404 > .free-trial404 button {
            margin-top: 12px;
        }

            .custom-page404 > .free-trial404 button.button span {
                text-transform: uppercase;
                color: #000;
                font-weight: 700;
            }

        .custom-page404 > .free-trial404 > a:hover > button.button span {
            color: #fff;
        }

a.button {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 8px 0;
    background: transparent;
    cursor: pointer
}

    a.button span {
        display: inline-block;
        border: 0;
        background: #ffcc33;
        padding: 2px 20px;
        margin: 0;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        white-space: nowrap;
        color: #666666;
        line-height: 38px;
        border-radius: 5px
    }

        a.button span span {
            border: 0;
            padding: 0;
            color: inherit;
            border-width: 0;
            background: transparent;
            line-height: inherit
        }

    a.button:hover {
        text-decoration: none;
    }

        a.button:hover span {
            background: #08c;
            color: #fff;
        }

.widget.widget-category-link {
    padding-bottom: 4px;
}



.quickbooks_hero_wrapper {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    background-color: #0087d2;
    padding: 60px 0 0;
}

@media (max-width: 1100px) {
    .quickbooks_hero_wrapper {
        padding: 42px 0;
    }
}

@media (min-width: 1950px) {
    .quickbooks_hero_wrapper {
        background-size: 100% auto;
    }
}


.quickbooks_hero_wrapper div div.row {
    padding: 0 108px;
    position: relative;
}

@media (max-width: 1200px) {
    .quickbooks_hero_wrapper div div.row {
        padding: 0;
    }
}

.quickbooks_hero_wrapper .hero-title-col > div > h1 {
    text-transform: none;
    font-size: 24pt;
    letter-spacing: 2px;
    line-height: 1.3em;
}

    .quickbooks_hero_wrapper .hero-title-col > div > h1 > span {
        font-size: 24pt;
        font-weight: 500;
        display: block;
    }

@media (max-width: 991px) {
    .quickbooks_hero_wrapper .hero-title-col, .hero-form-col {
        text-align: center;
    }

    .quickbooks_freetrial_wrapper {
        margin: 0 auto;
    }

    .quickbooks_hero_wrapper .hero-title-col > div > h1 > span {
        clear: none;
        display: inline;
    }
}

.quickbooks_freetrial_wrapper {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding: 0 24px 14px;
    width: 420px;
}

@media (max-width: 480px) {
    .quickbooks_freetrial_wrapper {
        width: 100%
    }
}

.quickbooks_hero_wrapper .hero-title-col > div > p:nth-child(3) > a {
    color: #fdca41;
    text-transform: uppercase;
    font-size: 18pt;
    font-weight: 500;
    letter-spacing: 2px;
}

    .quickbooks_hero_wrapper .hero-title-col > div > p:nth-child(3) > a:hover {
        text-decoration: none;
        color: #000;
    }

.quickbooks_hero_wrapper a.button.hero-title-link:hover span {
    background-color: #000;
}

.quickbooks_hero_wrapper a.button.hero-title-link span span {
    font-weight: 700;
    color: #000;
    font-size: 10pt;
    padding: 0 16px;
}

.quickbooks_hero_wrapper a.button.hero-title-link:hover span span {
    color: #fff;
}

.quickbooks_hero_wrapper .hero-form-col {
}

    .quickbooks_hero_wrapper .hero-form-col .validation-advice {
        display: block
    }

    .quickbooks_hero_wrapper .hero-form-col label {
        font-size: 13pt;
        color: #121212;
        margin-bottom: 5px;
    }

    .quickbooks_hero_wrapper .hero-form-col input, .quickbooks_hero_wrapper .hero-form-col .form-list input.input-text {
        border-radius: 0;
        border: 1px solid #aaa;
        padding: 6px 10px;
    }

    .quickbooks_hero_wrapper .hero-form-col .form-list .input-box {
        margin-bottom: 3px;
    }

    .quickbooks_hero_wrapper .hero-form-col .button-set button {
        margin: 2px 0 6px;
        box-shadow: none;
        border-radius: 0 !important;
    }

        .quickbooks_hero_wrapper .hero-form-col .button-set button span {
            border-radius: 0 !important;
            padding: 2px 10px;
        }

            .quickbooks_hero_wrapper .hero-form-col .button-set button span span {
                font-weight: bold;
                color: #000;
                font-size: 10pt;
                border-radius: 0 !important;
            }

        .quickbooks_hero_wrapper.hero-form-col .button-set button:hover, .quickbooks_hero_wrapper .hero-form-col .button-set button:hover span, .quickbooks_hero_wrapper .hero-form-col .button-set button:hover span span {
            background-color: #000;
            box-shadow: none;
            color: #fff;
        }

.quickbooks-category-band1 {
    background-color: #fdca41;
    color: #000;
    font-size: 20pt;
    border-bottom: 1px #bbb solid;
}

    .quickbooks-category-band1 p {
        margin: 0;
        display: inline-block;
        position: relative;
        top: 7px;
    }

    .quickbooks-category-band1 a {
        color: #000;
        border: 1px #000 solid;
        margin: 33px 20px;
        padding: 11px 36px;
        font-size: 10pt;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
    }

        .quickbooks-category-band1 a:hover {
            background-color: #000;
            color: #fff;
            text-decoration: none;
        }

.quickbooks-category-band2 {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16pt;
    padding-top: 72px;
    background: -webkit-linear-gradient(#fff, #fff, #fff, #f8f8f8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #fff, #fff, #f8f8f8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #fff, #fff, #f8f8f8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #fff, #fff, #f8f8f8); /* Standard syntax */
}

    .quickbooks-category-band2 h3 {
        color: #0087d2;
        font-size: 20pt;
        font-weight: 400;
        margin-bottom: 12px;
    }

    .quickbooks-category-band2 p {
        letter-spacing: 1px;
        font-weight: 300;
    }

    .quickbooks-category-band2 .row {
        padding: 0 100px;
    }

.qb-check-stock {
    padding: 0 42px;
}

.quickbooks-category-band2 p.check-stock-leadin {
    font-size: 20pt;
    font-weight: 400;
    padding: 12px;
}

.quickbooks-category-band3 {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16pt;
    padding: 64px 0 80px;
}

    .quickbooks-category-band3 h2 {
        color: #0087d2;
        font-size: 24pt;
        font-weight: 400;
        margin-bottom: 12px;
        text-transform: uppercase;
    }

    .quickbooks-category-band3 p {
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 34px;
    }

    .quickbooks-category-band3 > div.row {
        width: 960px;
        margin: 0 auto;
        padding-right: 104px;
    }

    .quickbooks-category-band3 a:hover {
        text-decoration: none;
    }

    .quickbooks-category-band3 a > div {
        color: #000;
        background-color: #fdca41;
        padding: 8px 0;
        width: 206px;
        box-shadow: 1px 1px 1px #ccc;
        text-transform: uppercase;
        font-size: 10pt;
        text-align: center;
        float: right;
        line-height: 1.25em;
        margin-top: 32px;
    }

        .quickbooks-category-band3 a > div > span {
            display: block;
            font-weight: bold;
            font-size: 12pt;
        }

    .quickbooks-category-band3 a:hover div {
        color: #fff;
        background-color: #000;
    }

.quickbooks-category-band4 {
    background-color: #ebebeb;
    color: #000;
    padding: 80px 0;
    font-size: 15pt;
    letter-spacing: 1px;
    font-weight: 300;
}

    .quickbooks-category-band4 .container {
        padding: 0 80px;
    }

    .quickbooks-category-band4 .leadin {
        color: #0087d2;
        font-size: 18pt;
        font-weight: 500;
        line-height: 1.35em;
    }

    .quickbooks-category-band4 .row > div {
        line-height: 1.25em;
        margin-bottom: 8px;
    }

    .quickbooks-category-band4 hr {
        border-top: 1px #0087d2 solid;
    }

    .quickbooks-category-band4 i.fa {
        color: #0087d2;
        border: 3px #0087d2 solid;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: block;
        margin: 12px auto 16px;
        line-height: 54px;
    }

        .quickbooks-category-band4 i.fa.fa-lock {
            font-size: 32px;
            padding-left: 2px;
        }

        .quickbooks-category-band4 i.fa.fa-money-bill-alt {
            font-size: 32px;
            padding-left: 1px;
        }

        .quickbooks-category-band4 i.fa.fa-puzzle-piece {
            font-size: 32px;
            padding-left: 1px;
        }

    .quickbooks-category-band4 > div > a {
        padding: 18px 0;
        background-color: #ffcc33;
        font-weight: bold;
        color: #000;
        font-size: 10pt;
        text-transform: uppercase;
        letter-spacing: 0;
        box-shadow: 1px 1px 1px #bbb;
        display: block;
        margin: 22px auto 0;
        width: 192px;
    }

        .quickbooks-category-band4 > div > a:hover {
            text-decoration: none;
            background-color: #000;
            color: #fff;
            box-shadow: none;
        }

.quickbooks-category-band5 {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    padding-top: 60px;
    font-size: 16pt;
    font-weight: 300;
}

    .quickbooks-category-band5 h3 {
        color: #0087d2;
        font-size: 20pt;
        font-weight: 500;
        line-height: 1.35em;
        margin-bottom: 16px;
    }

    .quickbooks-category-band5 .col-md-5 {
        width: 45%;
        padding: 36px 15px;
    }

    .quickbooks-category-band5 .col-md-7 {
        width: 55%
    }

    .quickbooks-category-band5 a {
        padding: 12px 16px;
        background-color: #ffcc33;
        font-weight: bold;
        color: #000;
        font-size: 10pt;
        text-transform: uppercase;
        letter-spacing: 0;
        box-shadow: 1px 1px 1px #bbb;
        margin: 12px 12px 0 0;
        white-space: nowrap;
        display: inline-block;
        width: 200px;
        text-align: center;
    }

    .quickbooks-category-band5 .badge-wrapper {
        text-align: center;
        margin: 20px auto;
    }

@media (max-width: 991px) {
    .quickbooks-category-band5 a {
        margin: 12px auto;
        text-align: center;
    }
}

.quickbooks-category-band5 a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    box-shadow: none;
}

@media (max-width: 1200px) {
    .quickbooks-category-band2 .col-md-4 {
        display: none;
    }

    .quickbooks-category-band2 .col-md-8 {
        width: 100%;
    }

    .quickbooks-category-band3 > div.row {
        margin: 0 auto;
    }

    .quickbooks-category-band4 .container {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .quickbooks-category-band2 .row {
        padding: 0;
    }

    .quickbooks-category-band3 > div.row {
        width: 100%;
        padding-right: 60px;
    }

    .quickbooks-category-band3 a > div {
        float: none;
        margin: 32px auto;
    }

    .quickbooks-category-band5 .col-md-5, .quickbooks-category-band5 .col-md-7 {
        width: 100%;
    }
}


/**
 * PBO PPC PAGES
 **/


.pbo-ppc-band1 {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16pt;
    padding-top: 72px;
    background-color: #ebebeb;
    border-bottom: 1px #0087d2 solid;
}

    .pbo-ppc-band1 h3 {
        color: #0087d2;
        font-size: 20pt;
        font-weight: 400;
        margin-bottom: 12px;
    }

    .pbo-ppc-band1 p {
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 14.5pt;
        padding-bottom: 72px;
        line-height: 1.25em
    }

    .pbo-ppc-band1 .row {
        padding: 0;
    }

    .pbo-ppc-band1 .qb-check-stock > p.check-stock-leadin, .pbo-ppc-band2 .check-stock-leadin {
        margin: 0 40px 30px;
        padding: 0;
        font-size: 20pt;
        font-weight: 400;
    }

    .pbo-ppc-band1 .qb-check-stock {
        padding: 0px 30px 0 80px;
    }

.pbo-mobile-devices {
    position: absolute;
    bottom: 0;
    right: 8px;
}



.pbo-ppc-band2 {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16pt;
    padding-top: 72px;
    border-bottom: 2px #0087d2 solid;
    text-align: center;
}

    .pbo-ppc-band2 .check-stock-leadin {
        margin: 0 90px 30px;
    }

    .pbo-ppc-band2 hr {
        border-color: #333;
        margin: 44px 100px 16px;
    }

.pbo-ppc-features {
    padding: 12px 48px;
}

.pbo-ppc-band2 h4 {
    color: #0087d2;
    font-size: 17pt;
    font-weight: 500;
    margin: 10px;
}

.pbo-ppc-band2 p {
    color: #584545;
    font-weight: 300;
}

.pbo-ppc-band2 .pbo-ppc-pricing-button, .pbo-ppc-band3 .pbo-ppc-pricing-button, .pbo-ppc-hero .pbo-ppc-pricing-button {
    background-color: #fdca41;
    color: #000;
    line-height: 46px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
}

    .pbo-ppc-band2 .pbo-ppc-pricing-button:hover, .pbo-ppc-band2 .pbo-ppc-pricing-button:hover {
        text-decoration: none;
        background-color: #0087d2;
        color: #fff;
    }

#pbo-ppc-pricing-header, #pbo-ppc-pricing {
    font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pbo-ppc-pricing-header {
    text-align: center;
    margin-bottom: 80px;
}

    #pbo-ppc-pricing-header h2 {
        color: #0087d2;
        font-size: 26pt;
        margin: 20px 0 32px;
    }

    #pbo-ppc-pricing-header p {
        color: #636965;
        font-size: 21px;
        line-height: 1.75em;
    }

#pbo-ppc-pricing .pbo-ppc-pricing-unit {
    text-align: center;
    margin-bottom: 20px;
}

    #pbo-ppc-pricing .pbo-ppc-pricing-unit > div {
        border: 1px solid #cdcfcf;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.25);
    }

    #pbo-ppc-pricing .pbo-ppc-pricing-unit p {
        margin: 10px 0;
        font-size: 12px;
    }

    #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-inner-top {
        color: #0087d2;
        font-size: 20.03px;
        font-weight: bold;
        padding-bottom: 20px;
        border-bottom: 1px solid #bbdff3;
        margin-bottom: 20px;
    }

    #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-inner-price {
        position: relative;
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px;
        color: #636965;
    }

        #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-inner-price .plan-price {
            display: inline-block;
            position: relative;
        }

            #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-inner-price .plan-price span {
                position: absolute;
                left: -20px;
                top: 8px;
                font-size: 30px;
                line-height: 30px;
            }

    #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-button {
        background-color: #fdca41;
        color: #000;
        line-height: 46px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 12px 10px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    }

        #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-button:hover {
            text-decoration: none;
            background-color: #0087d2;
            color: #fff;
        }

body.cms-pbo-landing-ext {
    padding: 0;
}

    body.cms-pbo-landing-ext div.main-nav {
        padding: 12px;
    }

    body.cms-pbo-landing-ext a.logo {
        color: #fdca41;
        font-size: 52px;
        font-family: "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        font-weight: 300;
        line-height: 52px;
        position: relative;
    }

        body.cms-pbo-landing-ext a.logo img {
            margin-right: 0;
        }

        body.cms-pbo-landing-ext a.logo span {
            position: absolute;
            bottom: 0;
        }

    body.cms-pbo-landing-ext div.footer-container .footer-middle {
        padding: 18px 0;
    }


a.button.buy-now-button > span {
    background: #000;
    color: #fdca41;
}

    a.button.buy-now-button > span:hover {
        background: #08c;
    }


.buy-now-button i {
    font-style: normal;
    margin-right: 4px;
}

a.ready-to-buy-anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.cms-try-printboss-quickbooks-fb .buy-now-ppc .buy-now-band1 .qb-check-stock {
    padding: 36px 20px;
}

@media (max-width: 1199px) {
    #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-button {
        padding: 12px 10px;
    }

    .pbo-ppc-band1 .qb-check-stock {
        padding: 0 20px;
    }

    .pbo-mobile-devices {
        right: 0;
    }
}

@media (max-width: 991px) {
    .pbo-mobile-devices {
        position: relative;
        text-align: center;
    }

    #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-button {
        padding: 12px 10px;
    }

    .pbo-ppc-band1 .qb-check-stock {
        padding: 0 20px;
    }

    .pbo-ppc-band1 p {
        padding-bottom: 24px;
    }

    .pbo-mobile-devices img {
        width: auto;
    }
}

@media (max-width: 767px) {
    #pbo-ppc-pricing .pbo-ppc-pricing-unit {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 620px) {
    .pbo-ppc-band1 .row {
        padding: 0 20px;
    }

    .pbo-ppc-band1 .qb-check-stock > p.check-stock-leadin {
        margin: 0 0x 30px;
    }
}

@media (max-width: 520px) {
    .pbo-mobile-devices img {
        width: 100%;
    }
}


/**
 * BUY PRINTBOSS PPC PAGE
 **/
.ready-to-buy {
    font-family: "Lato","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #0087d2;
    padding: 90px 0 40px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 20px;
}

    .ready-to-buy h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 30px;
    }

.buy-pb-bands {
    text-align: left;
    padding: 50px 0 72px;
    font-family: "Lato","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: -webkit-linear-gradient(#fff, #fff, #fff,#fff, #fff, #f7f7f7);
    background: -o-linear-gradient(#fff, #fff, #fff, #fff, #fff, #f7f7f7);
    background: -moz-linear-gradient(#fff, #fff, #fff, #fff, #fff, #f7f7f7);
    background: linear-gradient(#fff, #fff, #fff, #fff, #fff, #f7f7f7);
}

    .buy-pb-bands .left-desc {
        /*width: 348px;*/
        padding: 30px 20px 0 0;
    }

        .buy-pb-bands .left-desc p {
            font-size: 16px;
            margin: 16px 0;
            font-weight: 300;
            font-size: 16px;
        }

    .buy-pb-bands .right-links {
        /*width: 600px;*/
        text-align: center;
        border-left: 1px #eee solid;
    }

        .buy-pb-bands .right-links > div > div {
            position: relative;
        }

            .buy-pb-bands .right-links > div > div > img {
                position: relative;
                left: -32px;
            }

            .buy-pb-bands .right-links > div > div:nth-child(1) {
                padding-right: 0;
            }

            .buy-pb-bands .right-links > div > div:nth-child(2) {
                padding-left: 0;
            }


.buy-printboss-button {
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 52px;
    font-size: 16px;
    background-color: #fdca41;
    line-height: 16px;
    color: #2a3940;
    text-align: center;
    border: 0px;
    margin: 8px;
    box-shadow: 1px 1px 2px #ccc;
}

    .buy-printboss-button:hover {
        text-decoration: none;
        background-color: #0087d2;
        color: #fff;
    }

    .buy-printboss-button > span {
        font-size: 12px;
    }

.buy-pb-bands .price {
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 500;
    color: #444;
}



.buy-pb-bands.buy-pb-band3 {
    padding: 90px 0 80px;
}

.buy-pb-bands.buy-pb-band5 {
    padding: 90px 0 0px;
    background: #fff;
}


.buy-pb-bands #pbo-ppc-pricing {
    /*width: 870px;*/
}

    .buy-pb-bands #pbo-ppc-pricing .pbo-ppc-pricing-unit {
        /*width: 216px;*/
    }

        .buy-pb-bands #pbo-ppc-pricing .pbo-ppc-pricing-unit > div {
            border: 1px solid #cdcfcf;
            box-shadow: none;
        }

        .buy-pb-bands #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-inner-top {
            font-size: 17px;
        }

        .buy-pb-bands #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-inner-price {
            font-size: 48px;
            margin-bottom: 0;
        }

        .buy-pb-bands #pbo-ppc-pricing .pbo-ppc-pricing-unit p {
            font-size: 10px;
        }

        .buy-pb-bands #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-inner-price .plan-price span {
            font-size: 30px;
        }

        .buy-pb-bands #pbo-ppc-pricing .pbo-ppc-pricing-unit .pbo-ppc-pricing-button {
            padding: 12px 10px;
        }

.buy-pb-bands .right-links .pbo-ppc-pricing-unit {
    padding-left: 8px !important;
    padding-right: 8px !important;
}


/**
 * CUSTOM STYLE FOR MS DYNAMICS CATEGORY PAGE
 **/

.quickbooks-category-band2.msdyn-section1 {
    padding-top: 48px;
}

.msdyn-section1 h2 {
    font-size: 36px;
    color: #f7360a;
    margin: 0 20px 60px;
    font-weight: 700;
}

.msdyn-section1 .integration-banner {
    width: 100%;
    margin-bottom: -100px;
}

.msdyn-section1 h3 {
    margin-bottom: 34px;
}

.msdyn-section1 div.col-md-7 > h3 {
    margin: 40px 0;
}

.msdyn-section2 {
    padding: 86px 0 56px;
}

    .msdyn-section2 > p {
        margin-bottom: 75px;
    }

.quickbooks-category-band4.msdyn-section3 > .container {
    padding: 0 15px;
}

.quickbooks-category-band4.msdyn-section3 {
    padding: 62px 0;
}

    .quickbooks-category-band4.msdyn-section3 .leadin {
        margin: 0 120px 36px;
    }

    .quickbooks-category-band4.msdyn-section3 > div > hr {
        margin: 20px 120px;
    }

.msdyn-section3 .msdyn-features {
    margin: 44px 0;
}

    .msdyn-section3 .msdyn-features h4 {
        color: #0087d2;
        font-size: 24px;
        text-align: left;
        margin-bottom: 16px;
    }

    .msdyn-section3 .msdyn-features p {
        text-align: left;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0;
    }

.quickbooks-category-band5.msdyn-section4 {
    padding: 60px 48px 0;
}

    .quickbooks-category-band5.msdyn-section4 .badge-wrapper {
        padding: 40px 0;
        text-align: left;
        margin-left: -48px;
    }

    .quickbooks-category-band5.msdyn-section4 .quickbooks_matrix {
        line-height: 1.5em;
    }

@media (max-width: 1220px) {
    .msdyn-section1 .integration-banner {
        width: 100%;
        margin-bottom: -70px;
    }
}

@media (max-width: 991px) {
    .msdyn-section1 .integration-banner {
        width: 100%;
        margin-bottom: -70px;
    }

    .quickbooks-category-band2.msdyn-section1 img {
        display: none;
    }

    .quickbooks-category-band2.msdyn-section1 {
        padding-bottom: 48px;
    }

    .msdyn-section3 .msdyn-features h4 {
        text-align: center;
    }

    .msdyn-section3 .msdyn-features img {
        margin-bottom: 24px;
    }

    .quickbooks-category-band5.msdyn-section4 .badge-wrapper {
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 700px) {
    .msdyn-section1 .integration-banner {
        width: 100%;
        margin-bottom: -40px;
    }

    .quickbooks-category-band5.msdyn-section4 {
        padding: 60px 8px;
    }
}

@media (max-width: 500px) {
    .msdyn-section1 .integration-banner {
        width: 100%;
        margin-bottom: -10px;
    }
}




/**
 * CUSTOM STYLE FOR COMPUTER EASE PAGE
 **/

.computerEase-top-banner {
    background-color: #0087d2;
    padding: 80px 0 24px;
    color: #fff;
}

    .computerEase-top-banner h3 {
        color: #fff;
        font-size: 30px;
    }

    .computerEase-top-banner > img {
        vertical-align: top;
        margin: 0 28px;
    }

    .computerEase-top-banner > span {
        font-size: 42px;
        font-weight: 500;
        display: inline-block;
        padding-top: 26px;
    }

body.computerease .quickbooks-category-band3 {
    padding: 12px;
    text-align: center;
}

    body.computerease .quickbooks-category-band3 > h2 {
        color: #f7360a;
        text-transform: none;
        text-align: center;
        margin-bottom: 36px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    body.computerease .quickbooks-category-band3 > h3 {
        text-transform: uppercase;
        color: #0087d2;
        margin-bottom: 20px;
        font-size: 24px;
        letter-spacing: 1px;
    }

    body.computerease .quickbooks-category-band3 > p {
        text-align: left;
        max-width: 860px;
        margin: 0 auto;
    }

    body.computerease .quickbooks-category-band3 > h4 {
        color: #0087d2;
        margin: 20px 0;
        font-size: 22px;
        letter-spacing: 1px;
        font-weight: 500;
    }


body.computerease #quick_contact > .row {
    max-width: 860px;
    padding: 20px;
    margin: 0 auto;
    background: #eee;
}

body.computerease #quick_contact > div > ul {
    background: #fff;
    padding: 20px;
}

    body.computerease #quick_contact > div > ul > li {
        list-style: none;
    }



body.computerease .main-container.col1-layout,
body.computerease .col-main {
    padding-bottom: 0;
}

body.computerease .quickbooks-category-band2,
body.computerease .quickbooks-category-band4 {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}


body.freetrialppc .quickbooks_hero_wrapper h1 {
    color: #fdca41;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 30px;
}

    body.freetrialppc .quickbooks_hero_wrapper h1 div {
        font-weight: 500;
    }

body.freetrialppc .ftppc-band-three {
    padding: 90px 0 40px;
}

    body.freetrialppc .ftppc-band-three h4 {
        color: #0087d2;
        font-size: 26px;
        letter-spacing: 1px;
        text-align: left;
        margin: 20px 0;
    }

    body.freetrialppc .ftppc-band-three p {
        font-size: 21px;
        text-align: left;
        color: #333;
    }

body.freetrialppc .free-trial-ppc.ftppc-band-three.quickbooks-category-band5.container .quickbooks-category-band5.container {
    padding: 32px;
}

body.freetrialppc .quickbooks-category-band1 a {
    color: #fff;
    border: 1px #fff solid;
}

    body.freetrialppc .quickbooks-category-band1 a:hover {
        color: #0087d2;
        background: #fff;
        border: 1px #fff solid;
    }

body.freetrialppc .main-container.col1-layout {
    background: #ebebeb;
    padding-bottom: 0;
}

    body.freetrialppc .main-container.col1-layout .quickbooks-category-band4 {
        text-align: center;
    }

.free-trial-ppc.ftppc-band-three {
    text-align: left;
}

body.freetrialppc .main-container.col1-layout .quickbooks-category-band4 p.leadin {
    max-width: 800px;
    margin: 0 auto;
}

body.freetrialppc .main-container.col1-layout i {
    font-style: normal;
}

body.freetrialppc .quickbooks-category-band3 div.row {
    width: 100%;
    padding-right: 0;
}

body.freetrialppc .follow-us-footer-row, body.freetrialppc .footer-bottom, body.freetrialppc .menu, body.freetrialppc .top-links {
    display:none;
}

body.pbolandingext .follow-us-footer-row, body.pbolandingext .footer-bottom, body.pbolandingext .menu, body.pbolandingext .top-links, body.pbolandingext .breadcrumbs {
    display: none;
}

body.pbolandingext.mobile-check-printing .follow-us-footer-row, body.pbolandingext.mobile-check-printing .footer-bottom {
    display: flex ;
}

body.checkprinting .header-container, body.checkprinting .top-container{
    display:none;
}

body.checkprinting.product-checkprinting .header-container, body.checkprinting.product-checkprinting .top-container {
    display: block;
}

body.checkprinting {
    color: #333;
    padding: 0 !important;
}

    body.checkprinting img {
        max-width: 100%;
    }

    body.checkprinting .main-container p {
        font-size: 21px;
        color: #444;
        font-weight: 300;
        margin: 20px 0 40px;
    }

    body.checkprinting h1 {
        font-size: 36px;
        color: #ffcc33;
        font-weight: 300;
        margin-bottom: 90px;
    }

    body.checkprinting h2 {
        font-size: 34px;
        color: #0087d2;
        font-weight: 300;
        margin-bottom: 20px;
    }

    body.checkprinting h3 {
        font-size: 24px;
        color: #ffcc33;
        font-weight: 300;
        margin-bottom: 20px;
    }

    body.checkprinting h4 {
        font-size: 22px;
        color: #0087d2;
        margin: 40px 0;
    }

    body.checkprinting ul {
        list-style: none;
    }

    body.checkprinting .main-container .header {
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain;
    }

    body.checkprinting .main-container > .container, .footer-container .container {
        max-width: 1024px;
    }

    body.checkprinting .main-container {
        padding: 0;
    }

    body.checkprinting .main.container {
        padding-left: 84px;
    }

    body.checkprinting .contact-info p {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    body.checkprinting .contact-info > p.legend {
        margin: 20px 0 !important;
    }

    body.checkprinting .main.container > .features {
        position: relative;
    }

        body.checkprinting .main.container > .features > img {
            position: absolute;
            left: -72px;
        }

    body.checkprinting .sendpdfimg {
        width: 100%;
        max-width: 690px;
        box-shadow: 4px 4px 8px #999;
    }

    body.checkprinting .contact-printboss {
        border: 20px #eee solid;
        padding: 20px 40px 20px 20px;
        margin-bottom: 60px;
    }

    body.epay-checkprinting .contact-info p {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    body.epay-checkprinting .contact-info > p.legend {
        margin: 20px 0 !important;
    }

    body.epay-checkprinting .main.container .features {
        position: relative;
    }

        body.epay-checkprinting .main.container .features > img {
            position: absolute;
            left: -72px;
        }

    body.epay-checkprinting .sendpdfimg {
        width: 100%;
        max-width: 690px;
        box-shadow: 4px 4px 8px #999;
    }

    body.epay-checkprinting .contact-printboss {
        border: 20px #eee solid;
        padding: 20px 40px 20px 20px;
        margin-bottom: 60px;
    }


.buy-now-ppc .menu-icon {
    visibility: hidden;
}

.buy-now-ppc .buy-printboss-button {
    opacity: 1;
    visibility: visible;
    color: #000;
    position: relative;
    right: auto;
    top: auto;
    border-radius: 2px;
    background-color: #fdca41;
    padding: 6px;
    font-size: 16px;
    line-height: 16px;
    display: block;
    max-width: 228px;
    margin: 16px auto 32px;
}

    .buy-now-ppc .buy-printboss-button:hover {
        background-color: #0087d2;
        color: #fff;
        text-decoration: none;
    }

.buy-now-ppc .product-free-trial, .buy-now-ppc .product-collateral {
    display: none !important;
}

.buy-now-ppc .buy_now_image {
    width: 100%;
}

.buy-now-ppc .ready_to_buy {
    padding-top: 40px;
}

.buy-now-ppc .ready_to_buy_clearer {
    padding: 30px 0;
    background: -webkit-linear-gradient(#fff, #fff, #f8f8f8);
    background: -o-linear-gradient(#fff, #fff, #f8f8f8);
    background: -moz-linear-gradient(#fff, #fff, #f8f8f8);
    background: linear-gradient(#fff, #fff, #f8f8f8);
}

.buy-now-ppc .quickbooks-category-band4 {
    background: #fff;
    text-align: center;
    padding-bottom: 0;
}

    .buy-now-ppc .quickbooks-category-band4 i {
        font-style: normal;
    }

.buy-now-ppc .leadin {
    max-width: 800px;
    margin: 0 auto;
}

.buy-now-ppc div.top-links-area > ul > li.first, .buy-now-ppc div.top-links-area > ul > li.last {
    display: none !important;
}

.buy-now-ppc .menu, .buy-now-ppc .veryBottomLinks {
    display: none !important;
}

.buy-now-ppc .buy-now-band1 {
    background: #0087d2
}

    .buy-now-ppc .buy-now-band1 .qb-check-stock p {
        color: #fff;
        max-width: 495px;
        font-size: 18px;
        font-weight: 100;
        margin: 0 auto;
        letter-spacing: 1px;
    }

        .buy-now-ppc .buy-now-band1 .qb-check-stock p.check-stock-leadin {
            color: #ffcc33;
            font-size: 26px;
            font-weight: 100;
            max-width: 480px;
            margin: 0 auto;
            letter-spacing: 1px;
        }

    .buy-now-ppc .buy-now-band1 .qb-check-stock {
        padding: 72px 20px;
    }

        .buy-now-ppc .buy-now-band1 .qb-check-stock h3 {
            color: #fff;
            font-size: 28px;
            margin: 20px;
            font-weight: 100;
            letter-spacing: 1px;
        }

.quickview-index-view .product-free-trial, .quickview-index-view .price-box-bundle {
    display: none !important;
}

.quickview-index-view .product-options, .quickview-index-view .product-options-bottom, .quickview-index-view .product-view .product-info {
    border-bottom: 0;
}

.quickview-index-view #product_addtocart_form > div.row > div.product-img-box.col-sm-4 {
    width: 45%
}

.quickview-index-view #product_addtocart_form > div.row > div.product-shop.col-sm-8 {
    width: 50%
}

body.quickview-index-view .product-options-bottom {
    padding: 0 !important;
}

body.quickview-index-view .product-view .product-img-box {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
}

body.quickview-index-view .product-collateral {
    margin: 0 !important;
}

body.buy-now-ppc div.main-container.col1-layout, body.buy-now-ppc div.col-main {
    padding: 0;
    background: -webkit-linear-gradient(#fff, #fff, #fff,#fff, #fff, #f7f7f7);
    background: -o-linear-gradient(#fff, #fff, #fff, #fff, #fff, #f7f7f7);
    background: -moz-linear-gradient(#fff, #fff, #fff, #fff, #fff, #f7f7f7);
    background: linear-gradient(#fff, #fff, #fff, #fff, #fff, #f7f7f7);
}

body.buy-now-ppc .follow-us-footer, body.buy-now-ppc .newsletter-footer, body.buy-now-ppc .why-printboss-footer {
    visibility: hidden;
}

    body.buy-now-ppc .contact-us {
        visibility: visible;
    }

#quickbooks_freetrial_wrapper_box {
    padding: 32px 8px;
}

.cms-try-printboss-quickbooks-fb .buy-now-band1 .qb-check-stock {
    padding: 36px 20px;
}

@media (max-width: 1250px) {

    .buy-pb-band3 .left-desc {
        width: 100%;
        padding: 0;
    }

        .buy-pb-band3 .left-desc > div {
            /*width: 600px;*/
            margin: 0 auto;
        }

        .buy-pb-band3 .left-desc img {
            /*float: left;*/
            margin: 0 20px 20px 0;
        }

    .buy-pb-band3 .right-links {
        width: 100%;
        border: 0;
    }

        .buy-pb-band3 .right-links #pbo-ppc-pricing {
            margin: 0 auto;
        }
}

@media (max-width: 1250px) {
    .computerEase-top-banner > span {
        display: block;
        margin: 24px;
    }
}

@media (max-width: 991px) {

    .buy-pb-bands .left-desc {
        width: 100%;
    }

        .buy-pb-bands .left-desc p {
            margin: 0 20px;
        }

        .buy-pb-bands .left-desc img {
            float: left;
            margin: 0 20px;
        }

    .buy-pb-bands .right-links {
        width: 100%;
        border: 0;
        padding-top: 40px;
    }

        .buy-pb-bands .right-links > div > div > img {
            position: relative;
            left: -2px;
        }

    .buy-pb-band3 .container {
        width: 100%;
        /*margin: 0;*/
    }

    body.computerease .quickbooks-category-band3 img {
        width: 92%;
        margin: 4%;
    }

    body.computerease .quickbooks-category-band4.msdyn-section3 .col-md-2 {
        text-align: center;
    }

    .buy-now-band1 .col-md-4 {
        display: none;
    }


    body.buy-now-ppc div.col-md-8 div.col-sm-3, body.buy-now-ppc div.col-md-8 div.col-xs-3 {
        width: 33%;
    }

    body.buy-now-ppc div.col-md-8 {
        border-left: 0 !important;
    }

    body.buy-now-ppc div.col-md-4, body.buy-now-ppc div.col-sm-4, body.buy-now-ppc div.col-xs-4 {
        text-align: center;
    }

    .cms-try-printboss-quickbooks-fb .buy-now-band1 .qb-check-stock {
        padding: 0px 20px;
    }
}


@media (max-width: 894px) {
    .buy-pb-band3 #pbo-ppc-pricing {
        /*width: 440px;*/
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .buy-pb-bands {
        text-align: center;
    }

        .buy-pb-bands .left-desc {
            padding: 20px;
        }

            .buy-pb-bands .left-desc img {
                float: none;
                margin: 20px;
            }

    body.checkprinting ul {
        padding-left: 0;
    }

    body.buy-now-ppc div.col-md-8 div.col-sm-3, body.buy-now-ppc div.col-md-8 div.col-xs-3 {
        width: 100%;
    }

    body.buy-now-ppc div.footer-middle .col-sm-3 {
        display: none;
    }

        body.buy-now-ppc div.footer-middle .col-sm-3:nth-child(5) {
            display: block;
        }
}

@media (max-width: 620px) {
    .buy-pb-band3 .left-desc > div {
        width: 100%;
    }

    .computerEase-top-banner > img {
        width: 80%;
        max-width: 100%;
        margin: 0 auto;
    }

    body.quickview-index-view .product-options-bottom {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 480px) {
    .buy-pb-band3 #pbo-ppc-pricing {
        /*width: 220px;*/
    }

    body.checkprinting .header.container div, body.checkprinting .header.container h1 {
        text-align: center;
    }

    body.checkprinting .main.container {
        padding-left: 15px;
    }

        body.checkprinting .main.container > .features {
            text-align: center;
        }

            body.checkprinting .main.container > .features > img {
                position: relative;
                margin-bottom: 8px;
                left: auto;
            }
}

#quickbooks_freetrial_wrapper_box .quickbooks_freetrial_wrapper label {
    color: #000;
}

#try_now_div .quickbooks_freetrial_wrapper label {
    color: #777;
}


#quickbooks_freetrial_wrapper_box .quickbooks_freetrial_wrapper h2 {
    color: #ffcc33;
}

#try_now_div .quickbooks_freetrial_wrapper h2 {
    color: #0087d2;
}

#quickbooks_freetrial_wrapper_box .quickbooks_freetrial_wrapper button.button:hover span {
    background-color: #000;
}

.cms-try-printboss-quickbooks-fb .header-container .top-links-area,
.cms-try-printboss-quickbooks-fb .header-container .links,
.cms-try-printboss-quickbooks-fb .breadcrumbs-inner > ul {
    display: none;
}


.video_hero_image {
    background: #0087d2;
    font-family: "Lato","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 100%;
    padding: 40px 0 60px;
}

    .video_hero_image .homepage_freetrial_wrapper {
        width: 430px;
        height: 430px;
    }

.cms-printboss-quickbooks-info .quickbooks-category-band5 {
    background-color: #ebebeb;
}

.cms-printboss-quickbooks-info .quickbooks-category-band5 {
    padding-bottom: 40px;
}

    .cms-printboss-quickbooks-info .quickbooks-category-band5 table {
        background-color: #fff;
    }

    .cms-printboss-quickbooks-info .quickbooks-category-band5 .row {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 1170px;
    }

.cms-printboss-quickbooks-info .footer-bottom {
    display: none;
}

@media (max-width: 1152px) {
    .cms-printboss-quickbooks-info .quickbooks-category-band5 .row {
        width: 970px;
    }
}

@media (max-width: 992px) {
    .cms-printboss-quickbooks-info .quickbooks-category-band5 .row {
        width: 870px;
    }
}

@media (max-width: 768px) {
    .cms-printboss-quickbooks-info .quickbooks-category-band5 .row {
        width: 100%;
    }
}



.cms-printboss-quickbooks-info .quickbooks-category-band4 {
    background-color: #fff;
}

.cms-printboss-quickbooks-info .quickbooks-category-band4 {
    text-align: center;
    padding-bottom: 0;
}

    .cms-printboss-quickbooks-info .quickbooks-category-band4 i {
        font-style: normal;
    }

@media (max-width: 1270px) {
    .video_hero_image .container {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .video_hero_image .homepage_freetrial_wrapper {
        width: 430px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .video_hero_image {
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .video_hero_image .homepage_freetrial_wrapper {
        width: 100%;
    }
}

.freetrialppc .buy-printboss-button,
.category-pricing .buy-printboss-button {
    opacity: 1;
    visibility: visible;
    color: #000;
    position: relative;
    right: auto;
    top: auto;
    border-radius: 2px;
    background-color: #fdca41;
    padding: 6px;
    font-size: 16px;
    line-height: 16px;
    display: block;
    max-width: 228px;
    margin: 16px auto 32px;
}

    .freetrialppc .buy-printboss-button:hover, .freetrialppc .buy-printboss-button:hover span
    .category-pricing .buy-printboss-button:hover, .category-pricing .buy-printboss-button:hover span {
        background-color: #08c;
        text-decoration: none !important;
    }


.compare-printboss-button {
    color: #fff;
    border-radius: 2px;
    background-color: #08c;
    padding: 12px 6px;
    font-size: 14px;
    line-height: 16px;
    display: block;
    width: 120px;
    margin: 140px auto 32px;
    font-weight: 100;
    text-transform: uppercase;
}

    .compare-printboss-button:hover {
        background-color: #000;
        color: #fff;
        text-decoration: none;
    }

.buy-pb-bands .right-links > div > div:nth-child(2) {
    padding-left: 15px;
}


table.quickbooks_matrix {
    font-size: 10pt;
    font-weight: 100;
    box-shadow: 3px 3px 12px #bbb;
    width: 100%;
}

    table.quickbooks_matrix thead tr th {
        background-color: #0087d2;
        border: 1px #5595b8 solid;
        color: #fff;
        text-align: center;
        font-weight: 100;
        padding: 12px 0;
        letter-spacing: 1px;
        font-size: 13pt;
        width: 80px;
    }

    table.quickbooks_matrix thead > tr > th:nth-child(1) {
        /*	min-width: 46%;*/
    }

    table.quickbooks_matrix td {
        text-align: center;
        border: 1px #cdcdcd solid;
        padding: 8px 0;
        width: 60px
    }

    table.quickbooks_matrix tbody > tr:nth-child(even) {
        background-color: #ebebeb;
    }

    table.quickbooks_matrix tbody > tr > td:nth-child(1) {
        width: auto;
        padding: 8px 12px;
        text-align: left;
        line-height: 1.5em;
    }

    table.quickbooks_matrix i.fa {
        font-style: normal;
        font-size: 16pt;
    }

        table.quickbooks_matrix i.fa.fa-check {
            color: #08ac10;
        }

        table.quickbooks_matrix i.fa.fa-times {
            color: #ac0808;
        }

.icon-minus-squared:before {
    content: '\f146';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #08c;
    font-style:normal;
}

.icon-plus-squared:before {
    content: '\f0fe';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #08c;
    font-style:normal;
}

.free-trial-pbo-15-day{
    display:none;
}

.show-15-day-pbo .free-trial-pbo-15-day {
    display: block;
}

.free-trial-home-page{
    display:none;
}

.show-home-page .free-trial-home-page {
    display: block;
}

@media (max-width: 768px) {
    li.search-container {
        display: none;
    }

    .menu-all-pages-container .logo{
        display:none;
    }
}
