/* Basic CSS starts */

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 145%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bitter', serif;
    font-weight: 400;
    line-height: 1.2;
}

p {
    margin: 0;
    padding: 0 0 10px;
}

ul, ol {
    padding-left: 15px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:hover, a:active, a:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus,
    input[type="submit"]:active, input[type="submit"]:focus {
        outline: 0 !important;
    }

strong {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: bold;
}

.clear {
    clear: both;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.form * {
    font-size: 13px;
}

#myTab {
    margin: 20px 0 0;
}

.nav-tabs, .nav-tabs > li > a {
    border: 0 !important;
    border-radius: 0 !important;
}

input[type="text"], input[type="password"], input[type="email"],
input[type="tel"], select, .form-control {
    font-size: 14px;
    border-radius: 0 !important;
}

.btn, .button-1, .button-2 {
    font-size: 16px;
}

.form-horizontal .control-label {
    text-align: left;
}

/*Button and Form Element Styles*/

.btn, .button-1, .button-2, .btn-danger {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    padding: 6px 15px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px;
}

.button-1, .button-2 {
    color: #444 !important;
    background: #e1e1e1;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.25);
}

.btn-sm {
    font-size: 12px;
    margin-top: 5px;
    padding: 4px 8px;
}

.product-item .btn-sm {
    padding: 4px 5px;
}

.button-1:hover, .button-1:focus, .button-2:hover, .button-2:focus,
.button-1:active, .button-1.active, .button-2:active, .button-2.active {
    color: #fff !important;
    background: #919191;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.25);
    text-decoration: none !important;
}

textarea {
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0px;
}

input[type="text"], input[type="password"], input[type="email"],
input[type="tel"], select, .form-control {
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0px;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus,
    input[type="tel"]:focus, select:focus, .form-control:focus, textarea:focus, .form-control:focus {
        outline: 0;
    }

    input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, .form-control::-moz-placholder, input[type="email"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, .form-control:-ms-input-placeholder, textarea:-ms-input-placeholder,
    input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-style: italic;
        opacity: 1;
    }

@media (max-width: 480px) {
    select {
        max-width: 200px !important;
    }
}

.form-horizontal .control-label {
    padding-top: 1px;
}

label {
    font-weight: normal;
}

.field-validation-error {
    display: block;
}

.message-error div ul {
    padding-left: 20px;
    margin: 0;
}

.message-error > *, .result {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    padding: 10px 25px;
    margin: 10px 0 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

/* Basic CSS ends */
@media (min-width: 1200px) {
    .master-wrapper-main {
        min-height: 350px;
    }
}

@media (max-width: 1199px) {
    .master-wrapper-main {
        min-height: 200px;
    }
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.root_popup .container {
    width: auto !important;
}

table.data-table {
    width: 100%;
    margin-bottom: 10px;
}

    table.data-table th {
        white-space: nowrap;
        font: normal 110% 'Roboto Condensed', sans-serif;
    }

    table.data-table td, table.data-table th {
        padding: 10px 15px;
        line-height: 1.42857143;
        vertical-align: middle;
    }

    table.data-table .no-border td, .entry table.data-table .no-border td {
        border: 0;
    }

@media (max-width: 480px) {
    table th, table td {
        font-size: 12px;
        white-space: normal !important;
    }
}

.blocky {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-title {
    float: left;
}

    .page-title, .page-title h1 {
        margin: 0;
        padding: 0;
    }

        .page-title i {
            font-size: 30px;
            margin-right: 5px;
        }

        .page-title h1 {
            font-size: 180%;
            margin: 0;
        }

        .page-title small {
            font-size: 21px;
            margin-left: 5px;
        }

.social a i {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 17px !important;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -o-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease;
}

.social a.facebook i {
    background: #1e78ae;
}

.social a.twitter i {
    background: #1ba1e2;
}

.social a.google-plus i {
    background: #f22d0c;
}

.social a.rss i {
    background: #999;
}

.social a.pinterest i {
    background: #dd1617;
}

.social a.linkedin i {
    background: #2d93cf;
}

.social a.youtube i {
    background: #cc181e;
}

.social a:hover i {
    background: #000;
    -webkit-transition: background 2s ease;
    -moz-transition: background 2s ease;
    -o-transition: background 2s ease;
    -ms-transition: background 2s ease;
    transition: background 2s ease;
}

.social a, .social a:hover {
    border: 0px;
    text-decoration: none;
}

.input-group .btn {
    margin-top: 0px !important;
}

.admin-header-links {
    top: 15%;
    left: 0;
    z-index: 99;
    position: absolute;
}

/* Pagination */
.pager {
    text-align: left;
}

    .pager ul {
        display: block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 0;
    }

        .pager ul > li {
            display: inline-block;
        }

            .pager ul > li > a,
            .pager ul > li > span {
                position: relative;
                padding: 6px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                margin-left: -1px;
                border-radius: 0;
            }


/* Logo & Navigation */
.dropdown-menu {
    min-width: 110px !important;
}

.header-selectors-wrapper .dropdown {
    border-left: 1px solid rgba(255,255,255,.15);
}

.header-selectors-wrapper .search-box {
    border-right: 1px solid rgba(255,255,255,.15);
}

@media (max-width: 991px) {
    .header-menu {
        position: relative;
        z-index: 1;
    }

    .menu-toggle {
        color: #fff;
        cursor: pointer;
        display: block;
        padding: 15px;
        text-transform: uppercase;
        font-family: 'Oswald', sans-serif;
    }

    .top-menu:not(.mobile) {
        display: none;
    }

    .top-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .top-menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .top-menu.mobile {
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
        }

        .top-menu > li {
            position: relative;
            margin: 1px 0;
        }

        .top-menu li a {
            display: block;
            color: #fff;
            line-height: 20px;
            padding: 15px;
        }

        .top-menu .sublist {
            display: none;
            padding: 0;
            list-style: none;
        }

            .top-menu .sublist li {
                position: relative;
                padding: 1px 0 1px 20px;
            }

                .top-menu .sublist li a {
                    display: block;
                    line-height: 20px;
                    padding: 15px;
                }

    .sublist-toggle {
        position: absolute;
        top: 0;
        padding: 15px;
        right: 0;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .header-links .navbar-nav, .header-links .navbar-nav > li {
        float: none;
    }
}

@media (min-width: 992px) {
    .header-menu {
        position: relative;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu .top-menu a {
        color: #fff;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        margin: 0;
        padding: 0;
    }

        .header-menu > ul.mobile {
            display: none !important;
        }

        .header-menu > ul > li {
            display: inline-block;
            vertical-align: middle;
            line-height: 50px;
            float: left;
        }

            .header-menu > ul > li:first-child {
                border-left: none;
            }

            .header-menu > ul > li > a {
                display: block;
                cursor: pointer;
                display: block;
                text-decoration: none !important;
                margin: 0px;
                padding: 15px;
                line-height: 20px;
            }

    .header-menu .sublist {
        display: none;
        position: absolute;
        min-width: 160px;
        text-align: left;
        padding: 5px 0;
        border: 1px dotted #530505;
        list-style: none;
        z-index: 2;
    }

        .header-menu .sublist li {
            position: relative;
            line-height: 1.0;
        }

            .header-menu .sublist li a {
                display: block;
                position: relative;
                padding: 3px 20px;
                clear: both;
                font-weight: normal;
                line-height: 20px;
                white-space: nowrap;
            }

                .header-menu .sublist li a:before {
                    content: "";
                    position: absolute;
                    top: 17px;
                    left: 15px;
                    width: 5px;
                    height: 5px;
                }

    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: -5px;
        left: 100% !important;
    }

    .header-menu .sublist a:hover {
        color: #262626;
        text-decoration: none;
    }

    .caret.first-level, .caret.more-level {
        display: inline-block !important;
    }

    .caret.more-level {
        border-left: 4px solid;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        margin-bottom: 2px;
    }
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.header-selectors-wrapper {
    font-size: 13px;
    text-align: right;
}

    .header-selectors-wrapper .dropdown {
        display: inline-block;
        padding: 8px 12px;
    }

    .header-selectors-wrapper .search-box {
        padding: 0 !important;
    }

        .header-selectors-wrapper .search-box #searchico {
            padding: 8px 12px;
            display: block;
        }

    .header-selectors-wrapper .dropdown-menu {
        border-radius: 0;
        margin: 0;
        right: 0 !important;
        left: auto;
    }

    .header-selectors-wrapper .search-box .dropdown-menu {
        height: 100px;
        width: 320px;
        padding: 30px;
    }

.header-logo {
    line-height: 100px;
}

@media (max-width: 991px) {
    .header-logo {
        text-align: center;
    }
}

.header .header-links, .header .header-menu {
    float: right;
}

.header-links li {
    display: inline;
}

.header-menu {
    clear: right;
}

.header-links .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 13px;
}

.header-menu .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 25px;
}

.header .nav > li > a:hover, .header .nav > li > a:focus, .header .nav > li > a:active,
.header .nav .open > a, .header .nav .open > a:hover, .header .nav .open > a:focus {
    background: none !important;
}

/* Navigation */

#navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

    #navigation.fixed .header-logo, #navigation.fixed .header-links-wrapper {
        display: none;
    }

    #navigation.fixed .header-menu {
        padding-top: 10px;
    }

    #navigation.fixed .col-md-9 {
        width: 100%;
    }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

/*Mini Shopping Cart*/
.header-links-wrapper {
    position: relative;
}

.flyout-cart {
    display: none;
    position: absolute;
    float: left;
    top: 50px;
    right: 0px;
    width: 280px;
    min-height: 50px;
    z-index: 99999;
}

@media (min-width: 990px) {
    .flyout-cart.active {
        display: block;
    }
}

.mini-shopping-cart > * {
    padding: 15px 15px 5px;
}

.mini-shopping-cart .count {
    font: normal 100%/150% 'Bitter', serif;
}

.mini-shopping-cart .items {
    overflow-x: hidden;
}

.mini-shopping-cart .item {
    padding: 10px 0;
}

    .mini-shopping-cart .item .attributes, .mini-shopping-cart .item .cart-qty-display {
        font-size: 12px;
    }

.cart-qty-display > div {
    padding-right: 5px;
    display: inline-block;
}

.mini-shopping-cart .item .product {
    padding-left: 0;
}

.mini-shopping-cart .buttons input {
    margin: 10px 5px 0 0;
}

.mobile-menu-toggle {
    float: left;
}

    .mobile-menu-toggle .navbar-toggle {
        margin: 0;
        padding: 10px 0;
    }

.mobile-expand-menu {
    display: none;
}

@media (max-width: 991px) {
    .mobile-expand-menu .top-menu, .mobile-expand-menu .top-menu > li {
        float: none !important;
    }

        .mobile-expand-menu .top-menu .open .dropdown-menu {
            position: static !important;
            float: none !important;
            width: auto !important;
            background-color: transparent;
        }

    .mobile-menu-toggle .navbar-toggle {
        display: block !important;
    }

    #mobile-body-wrapper {
        position: relative;
        display: block;
    }

    .mobile-expand-menu {
        width: 300px;
        position: fixed;
        top: 0;
        left: 0;
    }

    #mobile-body-wrapper.expanded .mobile-expand-menu {
        display: block;
        z-index: 1000;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #mobile-body-wrapper.expanded .canvas {
        position: relative;
    }

    html.overflow-hidden, html.overflow-hidden body, #mobile-body-wrapper.expanded .canvas {
        height: 100%;
        overflow: hidden !important;
    }

    .mobile-expand-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .mobile-expand-menu ul li {
            display: block;
            margin: 0;
            padding: 0;
        }

        .mobile-expand-menu ul.top-menu > li > a, .mobile-expand-menu ul > li > a {
            display: block;
            padding: 10px 20px !important;
        }

        .mobile-expand-menu ul.sublist li a {
            display: block;
            padding: 10px 30px !important;
        }

        .mobile-expand-menu ul li a:hover {
            text-decoration: none;
        }
}

/*NivoSlider*/
.slider-wrapper {
    position: relative;
    margin: 0 0 20px !important;
    max-width: 100% !important;
}

.theme-default .nivoSlider {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.theme-default .nivo-directionNav a {
    background: url(../img/arrows.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

    .theme-default .nivo-directionNav a.nivo-nextNav {
        background-position: -50px 0;
    }

.nivo-controlNav {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    padding: 5px 0 !important;
}

    .nivo-controlNav a.nivo-control {
        width: 15px;
        height: 15px;
        background: none !important;
        border: 2px solid #ccc;
        border-radius: 12px;
    }

.nivo-caption {
    width: 100%;
}

/*Home Page*/
.section-title h4 {
    padding: 6px 0;
    font: normal 21px 'Roboto Condensed', sans-serif;
}

@media (min-width: 760px) {
    .home-page .col-sm-9 {
        float: right;
    }

    .home-page .col-sm-3 {
        float: left;
    }
}

/* Sidebar */
.sidey {
    margin: 0 10px 30px 0;
    border: none;
    border-radius: 0;
}

    .sidey h5 {
        padding: 6px 0;
        font: normal 21px 'Roboto Condensed', sans-serif;
    }

.block-recently-viewed-products {
    border-left: solid 1px #e1e1e1;
    padding-left: 20px;
}


    .block-recently-viewed-products h5 {
        margin-top: 0;
        padding-top: 0;
    }

.product-spec-filter .group {
    margin-bottom: 10px;
}

.block-category-navigation .sublist li {
    padding-left: 30px;
}

.block-popular-tags .tags span {
    padding-right: 20px;
}

.block-recently-viewed-products .sitem {
    margin: 0;
}

    .block-recently-viewed-products .sitem .product-picture {
        padding-left: 0;
    }

        .block-recently-viewed-products .sitem .product-picture a {
            display: block;
        }

            .block-recently-viewed-products .sitem .product-picture a img {
                max-width: 100%;
            }

.poll ul li {
    padding-left: 0 !important;
    background: none !important;
    width: 100% !important;
}


/* Ecommerce account */
.block-account-navigation ul {
    list-style: none;
    padding: 0;
}

.account-content .entry {
    margin: 4px 0 50px;
}

.account-content .form-fields, .account-content .address, .account-content .recurring-payments, .account-content .request-item, .account-content .form-horizontal {
    padding: 0 0 25px;
}

    .account-content .address ul, .account-content .request-item ul {
        list-style: none;
        padding-left: 0;
    }

        .account-content .address ul li, .account-content .request-item ul li {
            line-height: 190%;
        }

    .account-content .address label {
        font-weight: normal;
        border-bottom: 1px dotted #ccc;
        padding: 0;
        margin: 0;
    }

.check-username-availability {
    margin-top: 15px;
}

.downloadable-products-page table {
    margin-top: 30px;
}

/* Featured items */
.sidebar-items img {
    max-width: 40px;
}

.sidebar-items .sitem {
    margin-bottom: 10px;
}

.sidebar-items ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .sidebar-items ul li, .sidey ul li {
        line-height: 190%;
    }

.onethree-left {
    float: left;
    width: 23%;
}

.onethree-right {
    float: right;
    width: 76%;
}

.product-filters .group li.title {
    display: block;
}

.product-filters .group li.option {
    background: none;
}

.product-filters .group li.color-item {
    display: inline-block;
}

/* Single item */
.product-details-page {
    padding-top: 30px;
}

.single-item .input-group {
    max-width: 100px;
}

.single-item .product-name h1, .underscore, .single-item .add-to-cart-panel, .panel {
    padding: 0 0 20px;
}

.single-item .short-description {
    padding: 10px 0 0;
}

.single-item .gallery .picture, .product-variant-line .variant-picture {
    margin-bottom: 30px;
    background: #fff;
    padding: 0;
    text-align: center;
}

    .single-item .gallery .picture .main-image {
        max-width: 100%;
    }

.single-item #gallery a img {
    height: 50px;
}

.gallery .picture-thumbs .thumb-item, .single-item .picture-thumbs a {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 3px 3px 0;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
}

    .gallery .picture-thumbs .thumb-item img, .single-item .picture-thumbs a img {
        max-width: 100%;
        max-height: 100%;
    }

.single-item .prices {
    margin: 10px 0;
}

.single-item .product-reviews-overview {
    margin: 0 0 10px;
}

.single-item .prices .old-product-price span {
    text-decoration: line-through;
}

.single-item .prices h3 {
    margin: 0;
}

.single-item .product-reviews-overview .rating {
    float: left;
}

.single-item .product-reviews-overview .product-review-links, .single-item .product-reviews-overview .product-no-reviews {
    float: left;
    padding-left: 10px;
}

.single-item .manufacturers .label, .single-item .sku .label, .single-item .manufacturer-part-number .label,
.single-item .gtin .label, .single-item .stock .label, .single-item .delivery-date .label,
.single-item .product-vendor .label {
    font-size: 100%;
    padding-left: 0;
    font-weight: normal;
}

.single-item .free-shipping {
    font-size: 120%;
    text-transform: uppercase;
}

.single-item .attributes .inputs, .single-item .giftcard input[type="text"], .single-item .giftcard input[type="email"], .single-item .giftcard textarea {
    margin-bottom: 15px;
}

.single-item .giftcard label {
    display: block;
}

.single-item .attributes .inputs select, .single-item .attributes .inputs input[type="text"], .single-item .attributes .inputs textarea,
.single-item .giftcard input[type="text"], .single-item .giftcard textarea, .single-item .giftcard input[type="email"] {
    width: 100%;
}

.single-item table.giftcard td, .checkout-attributes td {
    vertical-align: top;
    padding: 0 10px 10px 0;
}

.single-item table.attributes ul, .tab-content .product-tags-list ul, table.checkout-attributes ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.color-squares, .attribute-squares {
    padding: 0;
}

    .color-squares .color-container .color, .attribute-squares .attribute-square-container .attribute-square {
        display: inline-block;
        width: 30px;
        height: 30px;
    }

    .color-squares li, .attribute-squares li {
        display: inline-block;
    }

        .color-squares li input[type="radio"], .attribute-squares li input[type="radio"] {
            display: none;
        }

.qq-upload-button {
    border-radius: 0px;
    height: 32px;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}

.qq-upload-list li.qq-upload-success {
    background: none;
}

.qq-upload-list li {
    font-size: 13px;
}

.single-item .qty-input, .single-item .qty-dropdown {
    width: 80px;
}

.single-item .compare-products, .single-item .email-a-friend {
    margin-right: 10px;
    display: inline-block;
}

.single-item .add-to-cart-panel .input-group input, .single-item .add-to-cart-panel .input-group select {
    height: 32px;
}

.single-item .add-to-cart-panel label {
    margin-right: 10px;
}

.single-item .product-share-button {
    margin: 5px 0;
}

.email-a-friend-page h4, .write-review h4, .product-review-list h4, .return-request-page h4, .write-review {
    margin-bottom: 25px;
}

.tab-content .product-tags-box .title, .tab-content .tier-prices .prices-header, .tab-content .product-specs-box .title {
    display: none;
}

.product-specs-box table td, .tier-prices table td {
    padding: 5px 20px;
}

.tab-content .product-tags-list ul li {
    display: inline;
}

.tier-prices table {
    width: 100%;
    margin-bottom: 10px;
}

    .tier-prices table td {
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #f5f5f5;
    }

.product-variant-line .variant-picture img {
    max-width: 100%;
}

.compare-products-page .thumbnails {
    margin-top: 10px;
}

.compare-products-page .thumbnail {
    border: 0;
    border-radius: 0;
}

    .compare-products-page .thumbnail .thumbnail-picture {
        text-align: center;
        height: 140px;
        line-height: 140px;
    }

        .compare-products-page .thumbnail .thumbnail-picture img {
            max-height: 100%;
        }

    .compare-products-page .thumbnail .thumbnail-details {
        padding: 10px;
    }

    .compare-products-page .thumbnail h3 {
        margin: 5px 0 10px;
        font-size: 110%;
    }

    .compare-products-page .thumbnail .form-group {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

.write-review .review-rating ul {
    list-style: none;
    padding-left: 0;
}

    .write-review .review-rating ul li {
        display: inline;
        padding-right: 3px;
    }

.product-review-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-review-helpfulness .vote:hover {
    cursor: pointer;
    text-decoration: underline;
}

.product-review-item {
    border-bottom: 1px dotted #e9e9e9;
}

    .product-review-item .reply {
        border-top: 1px dotted #ddd;
        margin-top: 5px;
        padding-top: 5px;
    }

/*Panel*/
.panel {
    background: none;
    border: 0;
    box-shadow: none;
}

.panel-title {
    font-size: 100%;
    padding: 0;
}

.panel-collapse {
    padding: 20px 0;
}

.panel-title span {
    line-height: 20px;
    vertical-align: top;
}

.panel-title .icon {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

#product-Tags ul {
    list-style: none;
}

    #product-Tags ul li {
        display: inline;
    }

/* Product Item Box*/
.shop-items {
    margin: 20px 0px;
}

.breadcrumb {
    padding: 4px 2px;
    margin: 0;
    border: none;
    border-radius: 0;
    display: block;
    background: none;
}

@media (min-width: 991px) {
    .breadcrumb {
        float: right;
        display: inline-block;
    }
}

.breadcrumb li a, .breadcrumb li strong {
    font: normal 13px/13px 'Roboto Condensed', sans-serif;
}

.breadcrumb > li + li:before {
    padding: 0px 1px;
}

.shop-items .category-description, .shop-items .manufacturer-description, .shop-items .vendor-description, .shop-items .product-selectors {
    margin: 15px 0 20px;
}

.shop-items .product-selectors {
    margin-left: -15px;
    margin-right: -15px;
}

.product-selectors .product-sorting, .product-selectors .product-page-size {
    margin-bottom: 5px;
}

.shop-items .item {
    margin: 0 auto 20px;
    background: none;
    border: none;
    border-radius: 0;
}

.filter-content .item {
    margin-bottom: 0;
}

.shop-items .manufacturer-grid .item {
    margin: 0 auto 10px;
}

.featured-product-grid .item, .category-grid .item {
    border-radius: 0;
    border: 0;
}

.shop-items hr {
    margin: 5px 0px;
}

.shop-items .item-image a {
    display: block;
    line-height: 140px;
    text-align: center;
}

.product-list .item-image a {
    text-align: left;
}

.shop-items .item-image img, .single-item .picture img {
    max-width: 100%;
}

.item .item-details, .shop-items .item-details {
    min-height: 40px;
    text-align: center;
}

.product-list .item .item-details {
    text-align: left;
    padding: 20px 0 0;
}

.shop-items .item-details > * {
    padding: 5px 10px;
}

.item .item-details .item-price {
    height: 30px;
    box-sizing: border-box;
}

.shop-items .item-details h5, .item .product-title a {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
}

.product-grid .item-details .product-title {
    height: 58px;
    overflow-y: hidden;
}

    .product-grid .item-details .product-title .sku {
        margin: 5px 0;
    }

.shop-items .actual-price {
    display: inline-block;
}

.shop-items .old-price {
    text-decoration: line-through;
    padding: 0px 3px;
}

.shop-items .btn {
    margin: 8px 0;
}

.shop-items .tax-shipping-info, .shop-items .tax-shipping-info a {
    font-size: 13px;
    font-style: italic;
}

.product-list .item-details h5, .product-list .item-details p {
    text-align: left;
    margin-top: 0;
}

.rating {
    display: inline-block;
    height: 20px;
    width: 70px;
    background-repeat: repeat-x;
    background-position: 0 -3px;
}

    .rating div {
        height: 20px;
        background-repeat: repeat-x;
        background-position: 0 -3px;
    }

.product-grid .product-rating-box {
    height: 26px;
    text-align: center;
}

.product-grid .item .product-rating-box .rating {
    margin: 0 auto;
}

@media(min-width: 760px) {
    .shop-items .product-sorting {
        text-align: left;
    }

    .shop-items .product-viewmode {
        text-align: center;
    }

    .shop-items .product-page-size {
        text-align: right;
    }
}

.product-selectors .product-viewmode {
    display: inline-block;
}

    .product-selectors .product-viewmode a {
        display: inline-block;
        width: 29px;
        height: 21px;
        margin: 1px 0 0 5px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.4;
        text-indent: -9999px;
    }

        .product-selectors .product-viewmode a.grid {
            background-image: url('../img/view-grid.png');
        }

        .product-selectors .product-viewmode a.list {
            background-image: url('../img/view-list.png');
        }

        .product-selectors .product-viewmode a.selected {
            opacity: 1;
        }

.vendor-list-page .vendor-list, .product-tags-all-page .product-tags-list {
    list-style: none;
}

.filter-tooltip {
    padding: 0 15px 15px;
    font-weight: bold;
}

/* Main */

.mainy {
    position: relative;
    margin-left: 240px;
    margin-right: 0px;
    width: auto;
    min-height: 700px;
}

    .mainy .container {
        width: 100%;
        padding: 0px !important;
    }

/* Error block (404) */
.link-list h5 {
    font-size: 16px;
    line-height: 26px;
}

.link-list {
    margin: 30px 0px;
    font-size: 16px;
}

    .link-list a {
        margin-right: 10px;
    }

/* Blog and News */
.link-rss i {
    font-size: 25px;
}

.link-rss:hover {
    border-bottom: 0;
}

.block-blog-archive ul {
    list-style: none;
    padding-left: 0;
}

.blog-page, .news-list-page, .account-page {
    margin-top: 10px;
}

    .blog-page .entry h2 a, .blogpost-page h2 {
        font-size: 23px;
        margin: 0px;
    }

    .blog-page .meta {
        margin: 10px 0px;
        padding: 5px 0px;
        text-transform: uppercase;
        font-size: 12px;
    }

    .blog-page .tags {
        margin-bottom: 14px;
    }

        .blog-page .tags, .blog-page .tags a {
            text-transform: uppercase;
            font-size: 13px;
        }

            .blog-page .tags ul {
                list-style: none;
            }

                .blog-page .tags ul, .blog-page .tags ul li {
                    display: inline;
                    padding-left: 5px;
                }

    .blog-page .meta i {
        margin: 0px 3px;
    }

    .blog-page .bthumb {
        margin: 10px 0px 5px 0px;
        padding: 1px;
        box-shadow: 0px 0px 1px #777;
    }

    .blog-page .entry, .news-items .item, .news-item-page .entry {
        margin: 20px 0 50px;
    }

    .blog-page .entry-body, .news-item-page .entry-body {
        padding: 10px 0 25px;
    }

        .blog-page .entry p, .news-item-page .entry-body p {
            margin: 0px 0px 4px 0px;
            line-height: 1.7;
        }

    .blog-page .post-foot {
        border-left: 2px solid #eee;
        padding: 15px 15px;
    }

        .blog-page .post-foot .social {
            margin-top: 0px;
        }

#blog-month-list li.month {
    padding: 0;
}

.block-popular-blogtags ul.tags {
    list-style: none;
    padding-left: 0;
}

    .block-popular-blogtags ul.tags li {
        display: inline;
        padding-right: 10px;
    }

.sidebar .widget {
    padding: 4px;
}

    .sidebar .widget form {
        margin: 10px 0px;
    }

    .sidebar .widget .widget-search input {
        width: 180px;
        font-size: 12px;
    }

/* Comments */
.comments h3 {
    font-family: "Roboto Condensed", sans-serif;
    padding: 6px 0;
}

.comments > ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .comments > ul > li {
        background: none;
        padding: 0px;
        margin: 0px;
    }

.comments {
    margin-bottom: 20px;
}

    .comments .comment {
        margin: 10px 0px 25px;
    }

.comment .avatar {
    margin: 5px 15px 0 0;
    max-width: 70px;
}

.comment a {
    font-weight: bold;
    border: 0px !important;
}

.comment .cmeta {
    font-size: 13px;
    font-style: italic;
}

.comment p {
    margin-top: 5px;
    font-size: 13px;
}

.comments .reply {
    margin-left: 75px;
}

/* Checkout */

.checkout h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#checkout-step-payment-info .message-error .validation-summary-valid {
    display: none;
}

/* View Cart */
.cart-info-block {
    background: #eee;
    border: 1px solid #eee;
    padding: 10px 15px;
}

    .cart-info-block img {
        max-width: 100%;
    }

.cart .product-picture {
    text-align: center;
}

.cart .qty-input, .cart .qty-dropdown {
    width: 75px;
}

.cart .attributes, .cart .rental-info {
    padding: 10px 0;
    font-size: 13px;
    font-style: italic;
}

#estimate-shipping {
    padding: 20px;
    margin-top: 20px;
}

@media (max-width: 759px) {
    .cart .qty-input, .cart .qty-dropdown {
        width: 40px;
        padding: 6px 5px;
    }

    .shipping-options label {
        display: block;
    }

    .payment-info table td input {
        max-width: 140px;
    }
}

@media (max-width: 480px) {
    .shopping-cart-page .cart .qty .btn {
        padding: 6px 10px !important;
    }

    .shopping-cart-page table.data-table td, .shopping-cart-page table.data-table th {
        padding: 10px 6px;
    }
}


.order-summary-content .remove-gift-card-button, .order-summary-content .remove-discount-button {
    padding-right: 5px;
    padding-left: 18px;
    background: url(../img/ico-delete.gif);
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    width: 20px;
    height: 30px;
}

    .order-summary-content .remove-gift-card-button:hover, .order-summary-content .remove-discount-button:hover {
        cursor: pointer;
    }

.order-summary-content .checkout-buttons {
    margin: 0 0 20px;
}

.cart-total {
    width: 100%;
}

    .cart-total td, .checkout-attributes td {
        padding: 4px 0 !important;
        border: 0 !important;
    }

@media (min-width: 760px) {
    .cart-total .cart-total-left .nobr, .cart-total .cart-total-left .selected-shipping-method, .wishlist-page table th span.nobr {
        white-space: nowrap;
    }
}

.product-price.order-total {
    font: bold 18px Arial, sans-serif;
}

table.cart .end {
    padding-right: 16px;
}

.cart-total .cart-total-right, table.cart .end {
    text-align: right;
}

.cart-price-xs div {
    padding: 5px 0 0;
    font-size: 12px;
}

.shipping-options label {
    padding-right: 10px;
}

.shipping-options .inputs {
    padding-bottom: 10px;
}

.shipping-results {
    margin: 0;
    padding: 0 30px;
}

.view-cart .totals {
    text-align: right;
}

.cart-collaterals .shipping .panel-title {
    text-align: right;
}

.cart-collaterals .shipping .panel:after {
    border: none;
}

.coupon-box, .giftcard-box {
    padding: 10px 0;
}

.checkout-data ul.method-list {
    list-style: none;
    padding: 0;
}

    .checkout-data ul.method-list li {
        margin-bottom: 10px;
    }

.order-review-data ul, .order-details-area ul {
    list-style: none;
    padding-bottom: 10px;
}

    .order-details-area ul li.title, .shipment-details-page ul li.title {
        padding: 5px 10px;
        margin: 10px 0 5px;
        background: #f5f5f5;
    }

.payment-info table td, .wishlist-page .buttons {
    padding-bottom: 10px;
}

    .payment-info table td label {
        white-space: nowrap;
    }

.wishlist-page table td.add-to-cart {
    text-align: center;
}

/*Checkout*/
#checkout-steps {
    list-style: none;
    padding-left: 0;
}

    #checkout-steps > li {
        border-radius: 0;
        margin-bottom: 20px;
    }

        #checkout-steps > li .step-title h2 {
            display: inline-block;
            font: normal 17px/40px 'Roboto Condensed', sans-serif;
            padding: 0 0 0 10px;
            margin: 0;
        }

        #checkout-steps > li .step-title {
            border-radius: 0;
            border: 0;
            height: 40px;
            clear: left;
        }

            #checkout-steps > li .step-title .number {
                padding: 9px 14px;
                line-height: 20px;
                display: inline-block;
                float: left;
            }

        #checkout-steps > li:not(.active) .step-title:after {
            content: " ";
            display: block;
            position: absolute;
            bottom: 0;
            left: 20px;
            width: 35px;
        }

    #checkout-steps li.allow:not(.active) .step-title {
        background: url('../img/completed_step.png') right 10px center #eaeaea no-repeat;
    }

    #checkout-steps li.allow .step-title:hover {
        cursor: pointer;
    }

    #checkout-steps .step .buttons {
        margin-top: 20px;
    }

.checkout-page label {
    margin: 5px 0 10px;
}

.edit-address {
    margin-top: 20px;
}

.back-link a, .back-link a:hover {
    text-decoration: none;
}


/* Coming soon */

.c-soon {
    margin: 90px 0px;
    padding: 40px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.soon-med {
    font-size: 22px;
    line-height: 30px;
}

.soon-big {
    font-size: 60px;
    line-height: 90px;
    font-family: Arial, sans-serif;
}

.soon-small {
    font-size: 14px;
    line-height: 25px;
    max-width: 600px;
    margin: 10px auto;
}

/* Sitemap */
.sitemap-page ul {
    list-style: none;
    padding: 0;
    clear: both;
}

.sitemap-page .entity-body {
    padding: 0;
}

.sitemap-page h2 {
    font-size: 130%;
}

.sitemap-page .entity {
    padding: 0 0 20px;
    margin: 20px 0 30px;
    position: relative;
}

    .sitemap-page .entity:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        border-bottom: solid 1px #5a5a5a;
    }

/* Components */

.components h5 {
    font-weight: 600;
}

/* Contact us */
.contact-page .entry {
    margin: 20px 0 50px;
}

/* Register & Login */
.login-page h3, .registration-page h3, .password-recovery-page .register-login h3, .account-content h4 {
    padding: 6px 0;
    margin-bottom: 25px;
}

.review-title {
    padding: 6px 0;
}

.login-page .register-login, .password-recovery-page .register-login {
    max-width: 500px;
}

.registration-page .register-login {
    margin: 20px 0;
}

.register-login h3, .reg-login-info h3, .account-content h4, .review-title strong {
    font: normal 21px 'Roboto Condensed', sans-serif;
}

.customer-attributes ul.option-list, .attributes ul.option-list {
    list-style: none;
    padding-left: 0;
}

/* Back to top */

.totop {
    position: fixed;
    top: 12px;
    right: 15px;
    z-index: 104400;
}

    .totop a, .totop a:visited {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
    }

        .totop a:hover {
            text-decoration: none;
        }

/* Footer */
footer a {
    line-height: 160%;
    text-transform: capitalize;
}

    footer a:hover {
        text-decoration: none;
    }

footer .fwidget h4 {
    font-size: 15px;
}

footer ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

footer .social ul li {
    display: inline-block;
}

footer .fwidget {
    padding: 15px 0;
}

footer .copy, footer .footer-tax-shipping {
    padding: 15px 0px;
    font-size: 13px;
}

footer .navbar-collapse {
    padding: 0;
}

footer .social ul {
    text-align: right;
}

@media (max-width: 759px) {
    #footer {
        padding: 10px 0;
    }

        #footer h4 {
            float: left;
        }

        #footer .navbar-toggle {
            padding: 0;
            border-radius: 0;
        }

            #footer .navbar-toggle .icon-bar {
                width: 15px;
                height: 2px;
            }

        #footer .navbar-collapse li {
            margin-bottom: 0;
            margin-left: 29px;
        }

    footer .fwidget {
        padding: 0px;
    }
}

@media (min-width: 760px) and (max-width: 991px) {
    #footer .navbar-collapse {
        display: block;
    }

    #footer .navbar-toggle {
        display: none;
    }
}

#footer .navbar-collapse, #footer .navbar-collapse ul, #footer .navbar-collapse.in {
    background: none;
    border-top: 0 !important;
    box-shadow: none;
}

    #footer .navbar-collapse li a {
        display: inline;
        padding: 0;
        background: none;
    }

    #footer .navbar-collapse.in ul li a:hover {
        background: none !important;
    }

/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px) {
    .carousel .carousel-caption {
        top: 20px !important;
        bottom: 0px !important;
    }

        .carousel .carousel-caption h2 {
            font-size: 13px !important;
        }

        .carousel .carousel-caption p {
            display: none;
            font-size: 18px !important;
        }

        .carousel .carousel-caption .btn {
            display: none;
        }

    .carousel .carousel-control span {
        display: inline-block;
        background: #111;
        border-radius: 50px;
        height: 50px;
        width: 50px;
        line-height: 45px;
        text-align: center;
    }

    .countdown {
        width: 250px !important;
    }

    .countdown_amount {
        font-size: 20px !important;
    }

    .countdown_section {
        font-size: 10px !important;
    }

    .carousel-indicators {
        display: none;
    }

    .tp-caption a.btn {
        padding: 3px 5px !important;
        font-size: 9px !important;
        box-shadow: none;
    }
}

/* Tablets */
@media (max-width: 759px) {
    .container {
        width: 100%;
    }

    .shop-items .item {
        max-height: 100% !important;
        height: 100% !important;
    }

    .carousel .carousel-caption {
        bottom: 30px !important;
    }

        .carousel .carousel-caption h2 {
            font-size: 25px !important;
        }

        .carousel .carousel-caption p {
            font-size: 18px !important;
            display: none;
        }

    .carousel .carousel-control span {
        display: inline !important;
        background: transparent;
        border-radius: 0px;
        height: 0px;
        width: 0px;
        line-height: 0;
        text-align: right;
    }

    .cta h5 {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .cta .cta-buttons {
        float: none !important;
    }

    .cta .btn {
        margin-bottom: 0px !important;
        max-width: 150px;
    }

    .catchy .report-data {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #e9e9e9;
    }

    .countdown {
        width: 350px;
    }

    .countdown_amount {
        font-size: 30px;
    }

    .tp-banner .img-tag {
        width: 32px;
        height: 18px;
        font-size: 9px !important;
        line-height: 18px !important;
    }

    .catchy .catchy-subscribe {
        max-width: 400px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .catchy .report {
        max-width: 400px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }
}

/* Desktop */
@media (max-width: 991px) {
    .navi {
        display: none;
    }

    .navis {
        width: 60%;
        margin: 18px auto;
    }

        .navis select {
            display: inline-block;
            width: 100%;
        }

    .carousel .carousel-caption {
        bottom: 20px;
    }

        .carousel .carousel-caption h2 {
            font-size: 40px;
        }

        .carousel .carousel-caption p {
            font-size: 22px;
        }
}

/*Newsletter Box*/
.newsletter-box {
    color: #fff;
}

    .newsletter-box .options {
        margin-top: 10px;
    }

.newsletter-result-block {
    text-align: right;
}

/*Search Page*/
.search-input {
    padding: 20px 0;
}

.search-page h4 {
    margin-bottom: 25px;
}

/* EU COOKIE LAW */
.eu-cookie-bar-notification {
    display: none;
    left: 0;
    bottom: 0;
    position: fixed;
    bottom: 0;
    width: 300px;
    z-index: 100000;
    margin: 0px;
}

    .eu-cookie-bar-notification .content {
        padding: 0px 10px;
        margin: 10px 0px;
        zoom: 1;
    }

        .eu-cookie-bar-notification .content:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .eu-cookie-bar-notification .content .text {
            float: left;
            padding-top: 5px;
        }

        .eu-cookie-bar-notification .content .ok-button {
            float: left;
            margin-top: 10px;
        }

        .eu-cookie-bar-notification .content a.learn-more {
            float: left;
            margin-left: 10px;
            text-shadow: none;
            padding-top: 15px;
        }

/* NOTIFICATIONS */
#bar-notification, #dialog-notifications-success, #dialog-notifications-error, #terms-of-service-warning-box, #dialog-notifications-warning {
    padding: 25px 40px 25px 25px;
    border-radius: 0;
    min-width: 270px;
    max-width: 90%;
}

    #bar-notification p, #dialog-notifications-success p, #dialog-notifications-error p, #terms-of-service-warning-box p, #dialog-notifications-warning p {
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .bar-notification .b-close, #dialog-notifications-success .b-close, #dialog-notifications-error .b-close,
    #terms-of-service-warning-box .b-close, .popup-loadURL-container .b-close, #dialog-notifications-warning .b-close {
        background: url(../img/b-close.png) no-repeat;
        width: 23px;
        height: 23px;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5px;
    }

/*Order Details*/
.print-order-button, .pdf-order-button {
    margin: 10px 0;
}

table.order-overview td, .shipping-details td {
    padding-right: 10px;
}

.shipment-details-page ul {
    list-style: none;
    padding-left: 0;
}

.return-request-page .section {
    margin-bottom: 30px;
}

/*FancyBox Styles*/
#fancybox-wrap {
    padding: 0 !important;
}

/*Product Quick View*/
.quick-view-popup {
    display: none;
    width: 800px !important;
}

    .quick-view-popup .quick-view-content {
        background: url('../img/ajax_loader_small.gif');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: none;
        padding-bottom: 50px;
    }

        .quick-view-popup .quick-view-content .shade select {
            max-width: 280px;
        }

    .quick-view-popup .shop-items, .quick-view-popup .product-details-page {
        margin: 0;
        padding: 0;
    }

    .quick-view-popup .overview, .quick-view-popup .gallery {
        padding: 20px 0;
    }

    .quick-view-popup form > div {
        display: table !important;
        border-collapse: collapse !important;
        border: 0 !important;
    }

    .quick-view-popup form .product-essential {
        display: table-row !important;
    }

        .quick-view-popup form .product-essential .col-md-6 {
            display: table-cell !important;
            float: none !important;
            vertical-align: middle;
        }

        .quick-view-popup form .product-essential .product-gallery {
            background: #fff;
            margin-right: 0;
            text-align: center;
        }

        .quick-view-popup form .product-essential .overview {
            padding: 5px 25px 25px;
        }

        .quick-view-popup form .product-essential .product-gallery .gallery {
            margin-right: 0;
        }

        .quick-view-popup form .product-essential .product-gallery .picture img {
            max-width: 370px;
        }

.product-item .item-image, .category-item .item-image, .manufacturer-item .item-image, .vendor-item .item-image {
    margin-bottom: 5px;
    position: relative;
}

.has-lazy {
    background: url('../img/ajax_loader_small.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.product-grid .product-item .quick-view-hover {
    display: none;
    position: absolute;
    left: 20%;
    top: 30%;
    width: 60%;
}

.product-list .product-item .quick-view-hover {
    display: none;
    position: static;
    width: 120px;
}

.product-item .quick-view-hover .quick-view-btn {
    text-align: center;
    font: normal 15px 'Roboto Condensed', serif;
    width: 100%;
    display: block;
    padding: 8px 10px;
}

.product-item .quick-view-btn:hover, .category-item .show-all-products:hover {
    text-decoration: none;
    cursor: pointer;
}

.quick-view-viewfulldetails {
    padding: 0 10px;
}

.quick-view-popup .b-close {
    background: url(../img/b-close.png) no-repeat;
    width: 23px;
    height: 23px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: -5px;
    z-index: 2;
}

.quickview-message.error {
    font-size: 110%;
    text-align: center;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 999;
}

.quickview-message.success {
    font-size: 110%;
    text-align: center;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 999;
}

/*Multiple Checkout Pages*/
.checkout-data ul.address-box {
    list-style: none;
    padding-left: 2px;
}

.checkout-data .section {
    position: relative;
    padding: 0 0 20px;
    margin: 30px 0;
}

.opc .checkout-data .section {
    position: static;
    margin: 0;
}

.checkout-data .section .title {
    margin: 0 0 20px;
}

    .checkout-data .section .title strong {
        font-size: 14px;
        font-weight: bold;
    }

.checkout-data .order-summary-body .title {
    padding: 25px 0 6px;
    margin: 10px 0;
}

.order-progress ul {
    list-style: none;
    margin: 20px 0 10px;
    padding: 0;
}

    .order-progress ul li {
        padding: 10px 20px;
        display: inline-block;
    }

        .order-progress ul li a:hover {
            text-decoration: none;
        }

/*Product Grid Sizing*/

@media (min-width: 992px) {
    .product-grid > div:nth-child(4n+1) {
        clear: both;
    }
}

@media (max-width: 991px) and (min-width: 760px) {
    .product-grid > div:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 759px) and (min-width: 481px) {
    .product-grid > div:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    .col-xs-6 {
        width: 100% !important;
        clear: both;
    }
}

.read {
    cursor: pointer;
}

.popup-loadURL-container {
    width: 660px !important;
    max-width: 90% !important;
    min-height: 100px;
    height: auto !important;
    padding: 20px;
    display: none;
    background: #fff;
}

    .popup-loadURL-container .popup-loadURL {
        height: auto;
        width: auto;
    }

    .popup-loadURL-container .page-title {
        float: none;
    }

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #f4f4f4;
    border: 1px solid #ddd;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

    .tooltip-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-bottom: 7px solid #e9e9e9;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .tooltip-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid #f4f4f4;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.color-squares li:hover .tooltip-container, .attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #f4f4f4;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0px #FFF;
        width: 190px;
    }

.back-in-stock-subscription-page .tooltip {
    display: block;
    opacity: 1.0;
    position: static;
    margin: 10px 0;
    font-size: 15px;
}
