/* Basic CSS starts */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 145%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-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: 'Open Sans', sans-serif !important;
    font-weight: 600;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.form * {
    font-size: 13px;
}

#myTab {
    margin: 0;
}

    #myTab li.active a {
        color: #fff !important;
    }

.nav-tabs, .nav-tabs > li > a {
    border: 0 !important;
    border-radius: 0 !important;
}

input[type="text"], input[type="password"], select, .form-control {
    font-size: 14px;
    border-radius: 0 !important;
}

input[type="radio"], input[type="checkbox"] {
    vertical-align: middle;
    margin: 3px 3px 3px 0;
}

.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, .btn-plusminus {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 15px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-sm {
    font-size: 12px;
    margin-top: 5px;
    padding: 4px 10px;
}

.button-1:hover, .button-1:focus, .button-2:hover, .button-2:focus,
.button-1:active, .button-1.active, .button-2:active, .button-2.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

textarea {
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 0px;
}

input[type="text"], input[type="password"], 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, 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,
    textarea::-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
    .form-control:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]::-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;
    padding: 3px 25px;
    margin: 10px 0 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

/* Basic CSS ends */
.master-wrapper-main, .section-top {
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .master-wrapper-main {
        min-height: 350px;
    }

    footer .master-wrapper-main {
        min-height: 50px;
    }
}

.container {
    width: 100%;
    padding: 0 70px;
}

@media(min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

.root_popup .container {
    width: auto !important;
}

@media(max-width: 991px) and (min-width: 760px) {
    .container {
        padding: 0 30px;
    }
}

@media(max-width: 759px) {
    .container {
        padding: 0 20px;
    }
}

.sep-bor {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin: 20px 0px;
    height: 5px;
}

.sep {
    height: 5px;
    margin: 20px 0px;
    background: url("../img/sep.png") repeat;
}

table.data-table {
    width: 100%;
    margin-bottom: 10px;
}

    table.data-table th {
        white-space: nowrap;
        text-align: center;
    }

    table.data-table td, table.data-table th {
        padding: 10px 15px;
        line-height: 1.42857143;
        vertical-align: middle;
    }

@media (max-width: 760px) {
    table.data-table td, table.data-table th {
        padding: 10px 8px;
    }
}

table.data-table .no-border td, .entry table.data-table .no-border td {
    border: 0;
}

table.data-table a:not(.button-1) {
    font-weight: bold;
}

@media (max-width: 480px) {
    table th, table td {
        font-size: 12px;
        white-space: normal !important;
    }
}

.blocky {
    margin: 30px 0px;
}

.page-title {
    margin: 30px 0 10px;
}

    .page-title i {
        font-size: 30px;
        margin-right: 5px;
    }

    .page-title h1 {
        padding: 20px;
        font-size: 150%;
        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: 1%;
    left: 45%;
    z-index: 99;
    position: relative;
}

/* 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 */
.search-box {
    margin-top: 28px;
    position: relative;
}

    .search-box .dropdown-menu {
        border: 0;
        margin: 0;
        border-radius: 0;
        left: -220px;
        width: 400px;
        z-index: 999999;
        background-color: #2c2f31;
    }

.ui-autocomplete {
    z-index: 1000000 !important;
}

.search-box input[type="text"] {
    font: italic 14px 'Open Sans', sans-serif;
    background: rgba(0, 0, 0, 0.15) !important;
    border: 0;
    margin-left: 10px;
    width: 280px;
}

@media (max-width: 759px) {
    .search-box {
    }

        .search-box .dropdown-menu {
            left: -160px;
            width: 320px;
        }

        .search-box input[type="text"] {
            width: 200px;
        }
}

.header-selectors-wrapper {
    font-size: 13px;
    text-align: right;
}

    .header-selectors-wrapper .dropdown {
        display: inline-block;
        padding: 5px 0 5px 20px;
    }

        .header-selectors-wrapper .dropdown > span {
            font-family: 'Open Sans', sans-serif;
        }

    .header-selectors-wrapper .dropdown-menu {
        border-radius: 0;
        right: 20px;
    }

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

/* Navigation */
#navigation.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

.header-links ul, .mob-top-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .header-links li, .mob-top-menu li {
        display: block;
        text-transform: capitalize;
        padding: 3px 0;
        line-height: 25px;
        clear: both;
    }

.mob-top-menu {
    max-width: 300px;
}

    .mob-top-menu li a.has-sublist {
        display: block;
        float: left;
    }

    .mob-top-menu .sublist {
        display: none;
        clear: both;
        list-style: none;
        padding: 0;
    }

    .mob-top-menu .sublist, .block-category-navigation .sublist {
        padding-left: 15px;
    }

    .mob-top-menu li .expand {
        background: url(../img/mobile-menu-collapse.png) center center no-repeat rgba(0, 0, 0, 0.3);
        display: block;
        cursor: pointer;
        width: 20px;
        height: 20px;
        float: right;
        margin-right: 2px;
    }

    .mob-top-menu li.active > .expand {
        background-image: url(../img/mobile-menu-expand.png);
    }


/*Mini Shopping Cart*/
.mini-shopping-cart .items {
    overflow-x: hidden;
}

.mini-shopping-cart .item {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

    .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 .buttons input {
    margin-right: 5px;
}

/*NivoSlider*/
@media(min-width: 1270px) {
    .home_page_top {
        max-width: 1270px;
        margin: auto;
    }
}

.slider-wrapper {
    position: relative;
    margin: 0 0 30px;
}

.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: 0;
    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*/
.home-page-text .topic-html-content {
    clear: both;
    margin: 10px;
}

.new-arrival img {
    width: 100%;
    max-width: 100%;
}

.new-arrival > div {
    margin: 30px 0 20px;
}

@media (min-width: 760px) {
    .home-page-text .topic-html-content-title {
        width: 40%;
        float: left;
    }

        .home-page-text .topic-html-content-title h2 {
            font-size: 250% !important;
            text-align: right;
        }

    .home-page-text .topic-html-content-body {
        width: 55%;
        font-size: 120% !important;
        line-height: 150% !important;
        float: right;
        margin: 20px 0 10px;
    }
}

/* Sidebar */
.sidey {
    margin: 20px 20px 30px 0;
    padding: 0 0 20px;
    border: none;
    border-radius: 0;
    position: relative;
}

    .sidey:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        border-bottom: solid 1px #5a5a5a;
        margin-bottom: 10px;
    }

    .sidey h5 {
        margin: 0 0 20px;
    }

.product-spec-filter .group {
    margin-bottom: 20px;
}

.block-popular-tags .tags span {
    padding-right: 20px;
}

.block-recently-viewed-products .sitem {
    margin: 0;
    font-size: 13px;
    line-height: 130%;
}

    .block-recently-viewed-products .sitem:first-child {
        border-top: none;
    }

    .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: 20px 0 50px;
}

.account-content .form-fields, .account-content .address, .account-content .recurring-payments, .account-content .request-item, .account-content .form-horizontal {
    padding: 20px 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;
}

/* Featured items */
.sidebar-items img {
    max-width: 40px;
}

.sidebar-items .sitem {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    padding-top: 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;
}

/* 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 {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

    .single-item .product-name h1:after, .underscore:after, .single-item .add-to-cart-panel:after, .panel:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        border-bottom: solid 1px #5a5a5a;
    }

.single-item .gallery .picture, .product-variant-line .variant-picture {
    margin-bottom: 30px;
    background: #fff;
    padding: 5px;
    text-align: center;
}

    .single-item .gallery .picture .main-image {
        max-width: 100%;
    }

.single-item #gallery a img {
    height: 50px;
}

.single-item .picture-thumbs a {
    display: inline-block;
    padding: 5px 10px 5px 0;
}

@media (min-width: 992px) {
    .single-item .gallery {
        margin-right: 30px;
    }
}

.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-weight: bold;
    text-transform: uppercase;
}

.single-item table.attributes, .single-item table.giftcard {
    margin-bottom: 10px;
}

    .single-item table.attributes, .single-item table.giftcard,
    .single-item table.attributes input[type="text"], .single-item table.giftcard input[type="text"],
    .single-item table.attributes textarea, .single-item table.giftcard textarea {
        width: 100%;
    }

        .single-item table.attributes td, .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 .color-container .color {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.color-squares li {
    display: inline-block;
}

    .color-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 .add-to-cart-panel .add-to-wishlist-button {
    margin-top: 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: 20px 0px 30px;
    padding: 0 0 30px 0;
    position: relative;
}

    .email-a-friend-page h4:after, .write-review h4:after, .product-review-list h4:after, .return-request-page h4:after,
    .write-review:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        border-bottom: solid 1px #5a5a5a;
    }

.tab-content .product-tags-box .title, .tab-content .tier-prices .prices-header, .tab-content .product-specs-box .title {
    display: none;
}

.tab-content .product-tags-list ul li {
    display: inline;
}

.tier-prices table {
    width: 100%;
    margin-bottom: 10px;
}

    .tier-prices table td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .product-specs-box table.data-table .spec-name, .tier-prices table .field-header {
        font-weight: bold;
    }

    .product-specs-box table.data-table tr:first-child td, .tier-prices table tr:first-child td {
        border-top: 0;
    }

.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;
}

/*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 auto;
}

.breadcrumb {
    padding: 2px 6px;
    margin: 15px 0 0px;
    border: none;
    border-radius: 0;
    display: inline-block;
    background: none;
}

    .breadcrumb li a, .breadcrumb li strong {
        font: italic 13px/13px 'Open Sans', sans-serif;
    }

.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 45px;
    background: none;
    border: none;
    border-radius: 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;
    background: #463B33;
}

.shop-items .manufacturer-grid .item-image a {
    line-height: 100px;
}

.shop-items .manufacturer-grid .item-image {
    height: 100px;
    line-height: 100px;
}

.shop-items .item-image img, .single-item .picture img {
    max-width: 100%;
}

.shop-items .item-details {
    min-height: 60px;
}

    .shop-items .item-details > * {
        padding: 2px 5px 5px;
    }

    .shop-items .item-details h5 {
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        line-height: 25px;
        margin-top: 5px;
    }

.product-grid .item-details .product-title {
    height: 58px;
    font-size: 16px;
    overflow-y: hidden;
}

.item .add-to-compare-list-button, .item .add-to-wishlist-button {
    border: 0;
}

.shop-items .actual-price {
    display: inline-block;
    font-weight: bold;
}

.shop-items .old-price {
    text-decoration: line-through;
    padding: 0px 3px;
}

.shop-items .btn {
    margin: 8px 0;
}

.shop-items .nomargin {
    margin: 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: 100px;
    background: url(../img/star-inactive.png);
    background-repeat: repeat-x;
    background-position: 0 0;
}

    .rating div {
        height: 20px;
        background: url(../img/star-active.png);
        background-repeat: repeat-x;
        background-position: 0 0;
    }

.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-page-size {
        text-align: right;
    }
}

.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 {
    float: right;
}

    .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: 30px;
        margin: 0px;
    }

    .blog-page .meta {
        background: #e9e9e9;
        margin: 14px 0px;
        padding: 5px 25px;
        text-transform: uppercase;
        font-size: 11px;
    }

    .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 h2 {
            padding: 30px 25px 10px;
        }

    .blog-page .entry-body, .news-item-page .entry-body {
        padding: 10px 25px 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;
    }

.widget .navbar-toggle {
    margin: 0;
    padding: 0;
    border: 0;
}

    .widget .navbar-toggle .caret {
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.widget .navbar-collapse {
    padding: 0;
}

/* Service */

.services h5 {
    font-weight: bold;
    font-size: 16px;
}

/* Comments */
.comments h5 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.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: 25px 0px;
    }

.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: "Open Sans", 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 */
#checkout_attribute_1.hasDatepicker {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e9e9e9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e9e9e9;
    border-color: #fff;
}

.view-cart img {
    max-height: 50px;
}

.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 .product-picture img {
        border: 1px solid #e1e1e1;
    }

.cart .qty-input, .cart .qty-dropdown {
    width: 55px;
}

.cart .attributes, .cart .rental-info {
    padding: 10px 0;
    font-size: 13px;
    font-style: italic;
}

@media (max-width: 759px) {
    .cart .qty-input, .cart .qty-dropdown {
        width: 45px;
        padding: 6px 2px;
    }

    .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;
        font-weight: bold;
        border: 0 !important;
    }

    .cart-total .cart-total-left .nobr, .cart-total .cart-total-left .selected-shipping-method, .wishlist-page table th span.nobr {
        white-space: nowrap;
    }

.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-total-right span {
    white-space: nowrap;
}

.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;
    margin-left: 20px;
   
}

    /*@media (min-width: 850px) {
    .checkout-data ul.method-list {
        columns: 2;
    }
}*/

    .checkout-data ul.method-list li {
        margin: 10px 30px;
        float: left;
    }

    .checkout-data ul.method-list.thepay li {
        width: 120px;
        height: 100px;
        margin-bottom: 70px;
        background-color: #ffffff;
    }

div.payment-logo > label > img {
    width: 100px;
    height: 100px;
}

.thepay input[type="radio"]
{
    margin-left:-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: #e9e9e9;
    }

.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;
}

.fabutton {
    font-family: FontAwesome, 'Open Sans', sans-serif;
}

.cartWrapper {
    margin-top: 20px;
    padding: 6px;
}

.cartWrapperBorder {
    padding: 5px;
    margin-top: 20px;
    border: 1px solid #939BA0;
    border-radius: 2px;
}

/*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;
            font: 600 16px/25px 'Open Sans', sans-serif;
            padding-left: 5px;
        }

        #checkout-steps > li .step-title {
            padding: 15px 20px;
            border-radius: 0;
            border: 0;
            position: relative;
        }

        #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');
        background-position: right 10px center;
        background-repeat: no-repeat;
    }

    #checkout-steps li.allow .step-title:hover {
        cursor: pointer;
    }

    #checkout-steps > li .step, #checkout-steps li.active .step-title {
        padding: 20px;
        border-radius: 0;
    }

    #checkout-steps .step .buttons {
        margin-top: 20px;
        clear: both;
    }

.checkout-page label {
    /*margin: 5px 0 10px;*/
    margin-left: 10px;
    text-align: center;
}

div.payment-details {
    text-align: center;
}

    div.payment-details .radio {
        text-align: left;
        /*margin-left: 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;
}

.contact-page .entry-body {
    padding: 10px 25px 25px;
}

/* Register & Login */
.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 {
    font-size: 120%;
    margin: 0;
    padding: 20px 0px;
}

.register-login h3 {
    padding-left: 25px;
}

.register-login .form-horizontal {
    padding: 20px 25px;
}

.customer-attributes ul.option-list {
    list-style: none;
    padding-left: 0;
}

/* Back to top */

.totop {
    position: fixed;
    bottom: 10%;
    right: 10px;
    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;
}

@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: 997px) {
    .container {
        width: 100%;
    }

    nav .container {
        padding: 0;
    }

    .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;
    }

    .header .logo {
        text-align: center;
        padding-bottom: 10px;
    }

    .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 {
    padding: 20px;
    margin: 30px 0;
}

    .newsletter-box h4 {
        padding-right: 50px;
        margin: 5px 0;
    }

    #newsletter-subscribe-button, #newsletter-email, .newsletter-box h4 {
        float: left;
        margin: 0;
    }

    .newsletter-box .options {
        font-size: 70% !important;
    }

#newsletter-subscribe-block, .newsletter-result-block {
    float: right;
}

.newsletter-result-block {
    text-align: right;
}

/*Search Page*/
.search-input {
    padding: 20px 0;
}

.search-page h4 {
    padding: 0 0 20px;
    position: relative;
}

    .search-page h4:after {
        content: " ";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        border-bottom: solid 1px #5a5a5a;
    }

/* 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 {
    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 {
        font-size: 15px;
        font-weight: bold;
        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 {
        background: url(../img/b-close.png) no-repeat;
        width: 22px;
        height: 22px;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
    }

/*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: 20px;
    }

        .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 {
        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 {
    position: relative;
}

.has-lazy {
    background: url('../img/ajax_loader_small.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.category-item .show-all-products {
    font-size: 20px;
}

.category-name {
    line-height: 100%;
    /*height: 4em;*/
    /*vertical-align: middle;*/
}

.product-item .quick-view-hover, .category-item .show-all-products {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .product-item .quick-view-hover .quick-view-btn {
        text-align: center;
        font: normal 14px 'Open Sans', sans-serif;
        width: 100%;
        display: block;
        padding: 10px;
    }

    .product-item .quick-view-btn:hover, .category-item .show-all-products:hover {
        text-decoration: none;
        cursor: pointer;
    }

.product-item .qty-input {
    width: 20%;
    float: left;
}

.product-item .btn-danger {
    width: 45%;
    float: right;
}

.product-item .btn-plusminus {
    width: 14%;
}

/*.product-item .button-1 {
    width: 100%;
    color: #5a5a5a;
}

.product-item .button-1:hover {
    background: #E9EAD6;
    color: #509d51;
}*/

.quick-view-viewfulldetails {
    padding: 0 10px;
}

.quick-view-popup .b-close {
    background: url(../img/b-close.png) no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}

.quickview-message.error {
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 999;
}

.quickview-message.success {
    font-weight: bold;
    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 10px;
    margin-bottom: 20px;
}

.order-progress {
    margin: 15px 0 0;
}

    .order-progress ul {
        list-style: none;
        margin: 0;
        padding: 2px 6px;
    }

        .order-progress ul li {
            padding: 10px 0px;
            display: inline;
        }

            .order-progress ul li a {
                font: italic 13px/13px 'Open Sans', sans-serif;
            }

        .order-progress ul > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

        .order-progress ul li a:hover {
            text-decoration: none;
        }


/*Product Grid Sizing*/
/*.product-grid:not(.search-grid) > div:nth-child(3n+1) {
    clear: both;
}

@media (max-width: 759px) and (min-width: 481px) {
    .product-grid:not(.search-grid) > div:nth-child(3n+1) {
        clear: none;
    }

    .product-grid:not(.search-grid) > div:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    .product-grid:not(.search-grid) > div:nth-child(3n+1), .product-grid:not(.search-grid) > div:nth-child(2n+1) {
        clear: none;
    }

    .col-xs-6 {
        width: 100% !important;
        clear: both;
    }
}*/
