﻿@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@400;500;700&display=swap');

body {
    font-family:Poppins, Verdana !important;
}
.title, .item-box .product-title, .item-box .actual-price, .overview .product-name h1, .page-title h1 {
    font-family: 'Yantramanav', sans-serif !important;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    white-space: initial !important;
    font-size: small;
}

table.dataTable thead .sorting {
    background-image: none !important;
}



table.dataTable thead .sorting_desc {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

.product-grid .quick-view-button {
    top: 32%;
    left: 55% !important;
    margin: -44px 0 0 -84px;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    margin-top: 2%;
    margin-bottom: 20px !important;
}

.manufacturers {
    margin: 10px 0 15px !important;
}


#divHeadingSearch {
    cursor: pointer;
    background-color: #18d3d6;
    /*width: 176px;*/
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    background-color: #4f4c4c;
    color: #fff;
}

#OrderTolal {
    color: #1d68ba;
}

#pkgImage {
    height: 110px;
    margin-top: 1%;
    width: 100%;
}

.home-page-filters-wrapper .search-button, .home-page-filters-wrapper .results-number {
    background: #1d66b7 !important;
}

    .home-page-filters-wrapper .search-button:hover {
        background-color: #4f4c4c !important;
    }

#ph-topic {
    display: none;
}

.header-menu ul, ol {
    margin-top: 0;
    margin-bottom: 0;
}

.lblspnclass {
    font-weight: bold;
}

#custKycDoc {
    text-align: center;
}

#panleForSponsorInfo > div, #panleForSponsorInfo > div {
    text-align: center !important;
}

.hvr-float {
    background-color: #1d68ba !important;
}

input[type="file"] {
    width: 28% !important;
}

.registration-page .date-of-birth select {
    width: 125px !important;
    margin-top: 9px;
}

.account-page .date-of-birth select {
    width: 90px !important;
}

.panel-primary > .panel-heading {
    background-color: #505050 !important;
    border-color: #505050 !important;
}

#btnPrevious {
    float: left;
}

#btnNext {
    float: right;
}

.shipping-options .inputs label {
    display: inline-block !important;
    width: 25% !important;
}

#SetShippingButton {
    margin-top: 45px;
}

#OrderTotalCount {
    color: #aad81b !important;
}

#OrderTotalBVCount {
    color: #aad81b !important;
}

#OrderTotalPVCount {
    color: #aad81b !important;
}


.panel-title {
    margin-top: 4px !important;
}

.panel-primary > .panel-heading {
    height: 30px !important;
}

#divShowOnResponsive {
    display: none !important;
}

#divShowOnResponsiveLangvage {
    display: none !important;
}

#divShowOnManual {
    display: block !important;
}

#ImagePanleSection {
    margin-left: 60%;
    margin-top: 0%;
}

#personalInfoPanleSection {
    margin-top: -20%;
}

/*input[type="file"] {
    width: 34% !important;
}*/

body.texture_1 {
    /*background: #fff url('../img/texture_1.png') repeat center;*/
    padding-right: 0px !important;
    background:#ffffff;
}

body.texture_2 {
    background: #fff url('../img/texture_2.png') repeat center;
}

body.texture_3 {
    background: #fff url('../img/texture_3.png') repeat center;
}

body.texture_4 {
    background: #fff url('../img/texture_4.png') repeat center;
}

#newsletter-result-block {
    color: red;
}


.addthis_default_style .addthis_separator, .addthis_default_style .at4-icon, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300bs, .addthis_default_style .at300m {
    float: none !important;
}
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES

=====================================================*/

/*********** CSS RESET **********/

#Listmargin {
    margin-top: 1%;
}

.mini-shopping-cart .menucount {
    padding: 5px 0 10px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ddd; 
}

.menucount .picture + .product {
    margin: 0 0 0 90px !important;
}

.menucount .picture img {
    position: initial !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.menucount .picture {
    float: left;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    overflow: hidden;
    border-radius: 100%;
    /*   border: 1px solid #eee;*/
}

.menucount a {
    display: block;
    width: 250px !important;
    height: 37px;
    padding-top: 11px;
}

.value-summary {
    color: #000 !important;
}

.ProfileImageForMenu {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    vertical-align: middle;
}

.ProfileImage {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
}


.registration-page #CountryCode {
    width: 14% !important;
}

.registration-page #Phone {
    width: 250px;
    max-width: 352px;
}

.account-page #CountryCode {
    width: 14% !important;
}


.account-page #Phone {
    width: 186px;
}

.anchorProfileimg {
    padding: 5px !important;
}


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

.DirectUIstyle {
    width: 200px !important;
    height: 150px !important;
}

.productTabs .write-review {
    margin-top: 0px !important;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
    border-radius: 0;
    outline-offset: 0 !important; /* fixes the movement of the outline in Chrome */
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

#rich-blog-searchterms {
    /*width: 100% !important;*/
    margin-top: 9%;
}

.blog-search-box .search-box-button {
    background-color: #1d68ba !important;
    /*margin-top: 6%;*/
}

.rich-blog-homepage .read-more, .post-actions .read-more {
    background-color: #1d68ba !important;
}

.blog-page .post {
    width: 700px !important;
}

.blog-page .post-title {
    padding: 0px 7px !important;
}

.post-navigation .prev {
    padding: 8px 100px 8px 54px !important;
}
/*********** GLOBAL STYLES **********/
.table-wrapper {
    overflow-x: auto;
}

.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}



body {
    max-width: 100%;
    background: #fff;
    font: normal 400 13px "Open Sans", sans-serif;
    color: #505050;
    overflow-x: hidden; /* disables the horizontal scroll and fixes the bug of the responsive navigation and filters in mobile */
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

script {
    display: none !important;
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

label, label + * {
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea {
    height: 36px; /*safari padding fix*/
    border: 1px solid #c9c9c9;
    padding: 8px;
    vertical-align: middle;
    background: #fff;
    margin-top: 9px;
    width: 250px;
    margin-bottom: 7px;
}

textarea {
    min-height: 150px !important;
}

select {
    min-width: 50px !important;
    height: 36px; /*safari padding fix*/
    padding: 8px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    vertical-align: middle;
    border: 0;
    font-size: 12px !important;
    width: 135px;
    margin-bottom: 7px;
    margin-top: 7px;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
    display: inline-block;
    background: none repeat scroll 0% 0% #03a9f4;
    border: #03a9f4;
    color: #FFF;
    box-shadow: 0px 1px 0px 0px #03a9f4;
    padding: 10px 26px;
    font-size: 14px;
    margin: 0px auto;
    transition: all 0.2s ease-in-out 0s;
}

label {
    vertical-align: middle;
}

.master-wrapper-page {
    width: 97%;
    margin: auto;
}

.master-column-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.center-1,
.side-2,
.center-2 {
    margin: 40px 0;
}

    .side-2:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.page {
    text-align: center;
}

.page-title {
    margin: 0 0 20px;
}

    .page-title h1 {
        font-size: 24px;
        font-weight: 300;
        border-bottom: 1px dashed #797979;
        padding: 0 0 10px;
    }


.category-page .page-title h1 {
    border: 0;
    text-align: center;
}

.page:after,
.page-title:after,
.page-body:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.buttons {
    margin: 0 0 20px;
    text-align: center;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../img/rss-icon.png') no-repeat;
    text-indent: 999px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    /*list-style: disc;*/
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
    margin: 0 0 10px;
    text-align: justify;
}

.flyout-cart {
    display: none;
}

.categoryMenu-panle {
    display: none;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #1d68ba url('../img/goTop.png') no-repeat center 46%;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(0,0,0,0.5);
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 10001;
    opacity: .8;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    #goToTop:hover {
        opacity: 1;
    }

.android23 #goToTop {
    display: none !important;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 30px;
}

    .fieldset .title {
        margin: 0 0 15px;
        text-align: left;
    }

        .fieldset .title strong {
            display: inline-block;
            font-weight: 300;
            font-size: 18px;
            padding-left: 16px;
            position: relative;
        }

            .fieldset .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -12px;
                width: 5px;
                height: 23px;
                background: #1d68ba;
            }

.form-fields {
    /*position: relative;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;*/
    position: relative;
    /*padding: 10px;*/
    /*box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);*/
    /*background: #fff;*/
    margin-top: 20px;
}

}

.inputs {
    position: relative;
    margin: 0 0 10px;
    text-align: center;
    white-space: nowrap;
    /*font-size: 0;*/
}

    .inputs * {
        font-size: 12px;
    }

    .inputs:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.form-fields .inputs:last-child,
.form-fields .inputs:only-child {
    margin-bottom: 0;
}

.inputs label {
    /*display: block;
    width: 100%;
    margin: 5px 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;*/
    display: block;
    width: 100%;
    margin: 5px 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    width: 100%;
    margin: 5px 1px 7px;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
}

.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
    /* min-height: 40px; */
    min-height: 35px;
    width: 40%;
    max-width: 90%;
    /* border-radius: 5px; */
    box-shadow: 3px 3px 3px #888888;
    /* float: left; */
    margin-top: 1%;
}

.inputs select {
    /*box-shadow: none;*/
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #888888;
    margin-top: 9px;
}

.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.inputs .option-list {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    .inputs .option-list li {
        float: left;
        font-size: 0;
    }

    .inputs .option-list label {
        width: auto;
        margin: 0 15px 0 3px;
        font-size: 12px;
        display: inline-block;
    }

.required {
    margin: 0 -6px 0 6px;
    font-size: 11px;
    color: #c00;
    vertical-align: middle;
}

.message-failure,
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 11px;
    color: #c00;
    text-align: center;
    margin-top: 5px;
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}

.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
    }

    .captcha-box input {
        height: auto;
    }


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 25px 12px 10px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        border-bottom: 1px solid #bd2;
        background: #1b9507;
    }

    .bar-notification.warning {
        background: #f79d45;
    }

    .bar-notification.error {
        border-bottom: 1px solid #f55;
        background: #E95E5E;
    }

    .bar-notification .content {
        float: left;
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px; /*even numbers only*/
        height: 32px; /*even numbers only*/
        margin: 5px;
        border: 1px solid #666;
        box-shadow: inset 0 0 1px #999;
        background: #fff url('../img/close.png') center no-repeat;
        cursor: pointer;
        opacity: 0.7;
    }

        .bar-notification .close:hover {
            opacity: 0.9;
        }

.ui-dialog {
    /*position: absolute !important;*/
    z-index: 1008;
    width: 550px !important;
    max-width: 90%;
    border: 1px solid #ccc;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    overflow: hidden;
    background: #fff;
}

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

.ui-dialog-content {
    height: auto !important;
    padding: 15px;
    line-height: 20px;
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #777;
}

.ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.ui-dialog-titlebar {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    box-shadow: 0 0 0 1px #eee;
    overflow: hidden;
    background: #ddd;
    padding: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #eee;
}

    .ui-dialog-titlebar span {
        float: left;
        text-transform: uppercase;
    }


.ui-dialog-buttonset button:hover {
    background: #f6f6f6;
}


.ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px; /*even numbers only*/
    height: 24px; /*even numbers only*/
    margin: 6px;
    overflow: hidden;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #999;
    background: #fff url('../img/close.png') center no-repeat;
    text-indent: 999px;
    opacity: 0.7;
}

    .ui-dialog-titlebar button:hover {
        opacity: 0.9;
    }

    .ui-dialog-titlebar button * {
        display: none;
    }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
}

    .ui-dialog-content .topic-block {
        margin: 10px 0 0;
    }

    .ui-dialog-content .topic-block-body {
        max-height: 200px;
        overflow-y: scroll;
    }

    .ui-dialog-content .topic-block p {
        margin: 0;
    }

.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        margin-left: 5px;
        border: 1px solid #bbb;
        box-shadow: 0 0 1px #ddd, inset 0 0 1px #fff;
        background: #eee;
        padding: 5px;
    }

.ui-dialog-content .tooltip {
    margin-bottom: 20px;
}

.ui-dialog-content button {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 300px;
    max-width: 300px;
    height: 180px;
    margin: -90px 0 0 -150px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: none;
        background: #1d68ba;
        padding: 7px 14px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover {
            opacity: 0.9;
        }

    .eu-cookie-bar-notification a {
        display: block;
        text-decoration: underline;
    }


/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
    text-align: center;
}

    .admin-header-links a {
        /*display: inline-block;*/
        display: block;
        margin: 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

    .admin-header-links + .master-wrapper-page {
        padding: 45px 0 0;
    }

    .admin-header-links .impersonate {
        line-height: 35px;
    }

        .admin-header-links .impersonate a {
            display: inline-block;
        }

.header {
    position: relative;
    z-index: 1002;
    text-align: center;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}

    .header:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.header-top {
    background-color: #fff;
    background: #fff url(../img/pattern-nav.png) top left;
    padding: 10px;
}

    .header-top:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.header-bottom {
    background-color: #fff;
}

.shopping-cart-link {
    float: right;
}

.header-selectors-wrapper {
    /*float:left;*/
    margin-top: -1%;
    margin-left: 60%;
}

    .header-selectors-wrapper:before {
        content: " ";
        height: 35px;
        display: inline-block;
        vertical-align: middle;
    }

    .header-selectors-wrapper > div {
        display: inline-block;
        vertical-align: middle;
        /*margin-left: -21px;*/
    }

        .header-selectors-wrapper > div + div {
            margin: 0 0 0 10px;
        }

.new_select {
    width: 55px !important;
    color: #c9c9c9;
    /* padding: 7px 21px 7px 7px; */
    background: #f5f5f5 url(../img/dropdown-arrow.png) no-repeat 35px center;
    cursor: pointer;
    /* height: 31px; */
    z-index: 1003 !important;
    /* width: 100px !important; */
    color: #c9c9c9;
    padding: 7px 21px 7px 7px;
    background-color: #1d68ba;
    color: #fafafa !important;
    font-size: 12px !important;
    position: absolute !important;
    margin: 10px -60px 0px;
    border-radius: 10px;
}

#customerCurrency {
    width: 60px !important;
    color: #c9c9c9;
    /*background: #595959 url(../img/dropdown-arrow.png) no-repeat 34px center;*/
    cursor: pointer;
    /*height: 31px;*/
    z-index: 1003 !important;
    /*width: 100px !important;*/
    color: #c9c9c9;
    background-color: black;
    color: #c9c9c9 !important;
}

#customerlanguage {
    width: 60px !important;
    color: #c9c9c9;
    /*background: #595959 url(../img/dropdown-arrow.png) no-repeat 34px center;*/
    cursor: pointer;
    /*height: 31px;*/
    z-index: 1003 !important;
    /*width: 100px !important;*/
    color: #c9c9c9;
    background-color: black;
    color: #c9c9c9 !important;
}

.new_select > span {
    display: block;
    text-align: center;
    line-height: 16px;
    /*width: 118px;*/
}

.header-currencyselector .new_select > span,
.header-currencyselector .styleSelect_item li span {
    /*font-size: 16px;*/
}

.header-languageselector .new_select > span,
.header-languageselector .styleSelect_item li span {
    font-size: 14px;
}

.styleSelect_item {
    min-width: 50px;
    background: #595959;
    top: 31px !important;
}

    .styleSelect_item * {
        width: auto !important;
    }

    .styleSelect_item li:hover span {
        background: #797979;
    }

    .styleSelect_item li span {
        padding: 10px 12px;
        line-height: 16px;
    }

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.header-links-wrapper {
    position: relative;
    float: right; 
}

.header-links {
    float: left;
    /*font-size: 0;*/
}

    .header-links > * {
        display: inline-block;
        vertical-align: middle;
    }

    .header-links li {
        float: left;
    }

    .header-links a {
        display: block;
        width: 35px;
        height: 37px;
        /*text-indent: -9999px;*/
        margin: 0 2px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .header-links a:hover {
            color: #555 !important;
        }

    .header-links span {
        display: none;
    }

#topcartlink a {
    background: #1d68ba url(../img/icon-cart.png) no-repeat center;
    width: 35px;
    height: 35px;
    border-radius: 18px;
    display: block;
}

#topcartlink span {
    display: none;
}

.header-logo {
    font-size: 0;
}

    .header-logo a {
        display: inline-block;
        line-height: 0; /*firefox line-height bug fix*/
        width: 100%;
    }

        .header-logo a img {
            max-width: 100%;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    position: absolute !important;
    z-index: 1002 !important;
    width: 256px !important; /*default = txtfield + button*/
    max-width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    overflow: hidden;
    background: #fff;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        display: none;
        margin-right: 5px;
        vertical-align: middle;
    }


/*********** FOOTER ***********/



.footer-top {
    position: relative;
    background: #eee;
    padding: 25px 10px;
    overflow: hidden;
    color: #505050;
    display: none;
}

    .footer-top:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    }

    .footer-top:after {
        content: " ";
        position: absolute;
        bottom: -46px;
        left: 0;
        width: 180%;
        height: 50px;
        background: #b3b3b3;
        -webkit-transform: rotate(.7deg);
        -ms-transform: rotate(.7deg);
        transform: rotate(.7deg);
    }

.footer-block {
    margin-bottom: 0px !important;
}

    .footer-block h3, .footer-block .topic-block h2 {
        font-weight: 300 !important;
        font-size: 24px !important;
        padding-left: 16px !important;
        position: relative !important;
        margin: 0 0 15px !important;
        color: #8f8f8f !important;
    }

        .footer-block h3:before,
        .footer-block .topic-block h2:before {
            content: " " !important;
            position: absolute !important;
            top: 50% !important;
            left: 0 !important;
            margin-top: -13px !important;
            width: 5px !important;
            height: 25px !important;
            background: #f69232 !important;
            color: #8f8f8f !important;
        }

    .footer-block.social-sharing h3,
    .footer-block.subscribe-to-newsletter h3 {
        padding-left: 8px;
    }

        .footer-block.social-sharing h3:only-child,
        .footer-block.subscribe-to-newsletter h3:only-child {
            display: none;
        }

        .footer-block.social-sharing h3:before,
        .footer-block.subscribe-to-newsletter h3:before {
            display: none;
        }

    .footer-block .topic-block-body {
        padding: 0 10px;
    }

.footer-menu {
    padding-left: 18px;
}

    .footer-menu li {
        font-size: 14px;
    }

.footer-top .footer-menu li {
    padding: 7px 2px 7px 30px;
}

.footer-menu li.phone {
    background: url(../img/icon-phone.png) no-repeat left center;
}

.footer-menu li.mobile {
    background: url(../img/icon-cellphone.png) no-repeat left center;
}

.footer-menu li.email {
    background: url(../img/icon-mail.png) no-repeat left center;
}

.footer-menu li.skype {
    background: url(../img/icon-skype.png) no-repeat left center;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.social-sharing ul {
    font-size: 0;
}

.social-sharing li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}

.social-sharing a {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/social-sprite.jpg') no-repeat;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
}

    .social-sharing a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.social-sharing .facebook {
    background-position: 0 0;
}

.social-sharing .twitter {
    background-position: -45px 0;
}

.social-sharing .google {
    background-position: -90px 0;
}

.social-sharing .pinterest {
    background-position: -135px 0;
}

.social-sharing .vimeo {
    background-position: -180px 0;
}

.social-sharing .youtube {
    background-position: -225px 0;
}

.social-sharing .rss {
    background-position: -270px 0;
}

.social-sharing a.instagram {
    background: url('../img/instagram.png') no-repeat center;
}

.block-newsletter {
    padding-left: 10px;
}

.footer-block .newsletter .title {
    padding-left: 8px;
    position: relative;
    margin: 0 0 15px;
}

    .footer-block .newsletter .title strong {
        font-weight: 300;
        font-size: 24px;
        color: #8f8f8f !important;
    }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
    padding: 6px;
    background: rgba(0,0,0,0.05);
    width: 240px;
}

    .newsletter-email input[type="text"] {
        float: left;
        width: 218px;
        height: 45px;
    }

    .newsletter-email input[type="button"] {
        float: left;
        width: 45px;
        height: 45px;
        border: none;
        overflow: hidden;
        background: #1d68ba url('../img/icon-newsletter.png') center no-repeat;
        text-indent: 999px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 8px auto;
    }

        .newsletter-email input[type="button"]:hover {
            background-color: #1d68ba;
        }

.newsletter-validation,
.newsletter-result-block {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

    .newsletter-validation .please-wait {
        display: none !important;
    }

.newsletter .options {
    clear: both;
}

    .newsletter .options span {
        padding: 5px 0;
        display: inline-block;
        margin: 0 10px 0 0;
    }

.footer-middle {
    position: relative;
    overflow: hidden;
    padding: 25px 10px 10px;
    background: url(../img/footer-bg.jpg) left top;
    background: url(../img/pattern-nav.png) left top, url(../img/footer-bg.jpg) left top;
}

    .footer-middle:before {
        content: "";
        position: absolute;
        top: -36px;
        left: 0;
        width: 180%;
        height: 50px;
        background: #636363;
        -webkit-transform: rotate(1.5deg);
        -ms-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
        display: none;
    }

    .footer-middle h3 {
        color: #969696;
    }

    .footer-middle .footer-menu a {
        color: #c9c9c9;
        display: inline-block;
        padding: 7px 0;
        -webkit-transition: -webkit-transform .2s ease;
        -moz-transition: -moz-transform .2s ease;
        transition: transform .2s ease;
        text-transform:capitalize;
    }

        .footer-middle .footer-menu a:hover {
            -webkit-transform: translate(1px);
            -ms-transform: translate(1px);
            transform: translate(1px);
            color: #fff;
        }

.footer-bottom {
    overflow: hidden;
    padding: 20px;
    text-align: center;
    background: #333;
    color: #969696;
    font-family: Verdana;
}

.accepted-payment-methods ul {
    font-size: 0;
}

.accepted-payment-methods li {
    display: inline-block;
    width: 49px;
    height: 30px;
    background: url('../img/payment_sprite.png') no-repeat;
    margin: 0 3px;
}

.accepted-payment-methods .method1 {
    background-position: 0 0;
}

.accepted-payment-methods .method2 {
    background-position: -49px 0;
}

.accepted-payment-methods .method3 {
    background-position: -98px 0;
}

.accepted-payment-methods .method4 {
    background-position: -147px 0;
}

.accepted-payment-methods .method5 {
    background-position: -196px 0;
}

.accepted-payment-methods .method6 {
    background-position: -245px 0;
}

.footer-powered-by a,
.footer-designed-by a,
.footer-tax-shipping a {
    text-decoration: underline;
    color: #fff;
}

.footer-store-theme {
    position: relative;
    height: 35px;
    overflow: hidden;
    padding: 35px 0 0; /*hides unwrapped text*/
}

    .footer-store-theme select {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -85px;
        width: 170px;
    }

@media all and (min-width: 450px) {

    .footer-middle .footer-block {
        float: left;
        width: 50%;
    }

        .footer-middle .footer-block:nth-child(2n+1) {
            clear: both;
        }
}

@media all and (min-width: 600px) {

    .footer-top .footer-block {
        float: left;
        width: 50%;
    }

        .footer-top .footer-block:nth-child(2n+1) {
            clear: both;
        }
}

@media all and (min-width: 900px) {

    .footer-top .footer-block {
        clear: none !important;
        width: 20%;
    }

        .footer-top .footer-block:nth-child(1) {
            width: 26%;
        }

        .footer-top .footer-block:nth-child(2) {
            width: 30%;
            margin-right: 4%;
        }

    .newsletter-email input[type="text"] {
        width: 175px;
    }

    .footer-middle .footer-block {
        clear: none !important;
        width: 25%;
    }
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
    margin: 0 auto 10px;
    text-align: left;
    width: 320px;
    max-width: 100%;
}

    .block .title {
        background: #1d68ba;
    }

        .block .title strong {
            font-weight: 400;
            display: block;
            font-size: 18px;
            text-transform: uppercase;
            cursor: pointer;
            padding: 10px;
            color: #fff;
        }

    .block .listbox {
        display: none;
        border: 1px solid #c9c9c9;
        border-top: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        background: #fff;
    }

        .block .listbox:after {
            content: " ";
            display: block;
            visibility: hidden;
            clear: both;
            height: 0;
            line-height: 0;
            font-size: 0;
        }

    .block .list a {
        display: block;
        padding: 9px 10px;
        border-top: 1px solid #c9c9c9;
        position: relative;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .block .list a:before {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            width: 5px;
            background: #1d68ba;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    .block .list > li:first-child > a {
        border-top: 0;
    }

    .block .list a.has-sublist {
        background: url(../img/category-nav-dropdown-arrow.png) no-repeat 94% 16px;
    }

    .block .list li > a:hover:before,
    .block .list li.active > a:before,
    .block-account-navigation a.active:before {
        height: 100%;
    }

    .block .list .product-picture {
        display: none;
    }

    .block .sublist {
        display: none;
        border-top: 1px solid #c9c9c9;
        padding: 0 0 0 20px;
    }

    .block li.active .sublist {
        display: block;
    }

    .block .sublist > li:first-child > a {
        border-top: 0;
    }

.block-popular-tags .listbox {
    padding: 10px;
}

.block .tags {
    margin: 0 0 10px;
}

    .block .tags ul {
        font-size: 0;
    }

    .block .tags li,
    .product-tags-all-page li {
        display: inline-block;
        position: relative;
        margin: 0 10px;
        overflow: hidden;
        font-size: 16px !important; /*setting base size*/
    }

        .block .tags li a,
        .product-tags-all-page li a {
            float: left;
            line-height: 30px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

            .block .tags li a:hover,
            .product-tags-all-page li a:hover {
                -webkit-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                transform: translateY(-3px);
                color: #303030;
            }

.block .view-all {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #c9c9c9;
}

    .block .view-all a {
        display: inline-block;
        background: #1d68ba;
        border: 1px solid #1d68ba;
        color: #fff;
        box-shadow: 0 1px 0 0 #1d68ba;
        padding: 8px 16px;
        font-size: 12px;
        margin: 0 auto;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .block .view-all a:hover {
            background: #1d68ba;
        }

.home-page-polls .title strong {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
}

.poll {
    padding: 15px 10px;
}

    .poll strong {
        display: block;
        margin: 0 0 10px;
    }

.poll-options,
.poll-results {
    margin: 0 0 15px;
}

    .poll-options li,
    .poll-results li {
        display: inline-block;
        margin: 5px;
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

.poll .buttons input {
    border: 1px solid #ccc;
    padding: 5px 15px;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}


/********** CATEGORY PAGE **********/


.filters-button {
    display: none;
}

.breadcrumb {
    margin: 10px 0;
    text-align: left;
    padding: 0 5px;
    border-bottom: 1px dashed #797979;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            margin: 0 3px;
            font-size: 14px;
            line-height: 32px;
            display: inline-block;
            font-weight: 300;
        }

    .breadcrumb strong {
        font-weight: 400;
    }

    .breadcrumb a:hover {
        text-decoration: underline;
    }

.category-description {
    margin: 0 0 20px;
}

.product-filters {
    display: none;
}

.product-selectors {
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: 1px dashed #797979;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

        .product-selectors > div > span {
            font-size: 14px;
            vertical-align: middle;
            margin: 0 5px 0 0;
        }

    .product-selectors select {
        margin: 0 5px;
        text-transform: lowercase;
        vertical-align: middle;
    }

    .product-selectors .viewmode-icon {
        display: inline-block;
        vertical-align: middle;
        width: 36px;
        height: 36px;
        font-size: 0;
    }

        .product-selectors .viewmode-icon.grid {
            background: url(../img/icon-grid.png) no-repeat center;
            opacity: .5;
        }

        .product-selectors .viewmode-icon.list {
            background: url(../img/icon-list.png) no-repeat center;
            opacity: .5;
        }

        .product-selectors .viewmode-icon.selected {
            opacity: 1;
        }

.product-grid:after,
.product-list:after,
.product-list .product-item:after,
.manufacturer-grid:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.item-box {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 258px;
    display: inline-block;
    position: relative;
    margin: 0 5px 10px;
    border: 1px solid #efefef;
    padding:20px !important;
}

    .item-box:hover {
        box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
        background: #fff;
        border: 1px solid #f2911d;
    }

    .item-box .product-item {
        padding: 7px;
    }

        .item-box .product-item .picture {
            overflow: hidden;
        }

    .item-box .picture a {
        display: block;
        font-size: 0;
    }

    .item-box .product-item .picture a {
        position: relative;
    }

        .item-box .product-item .picture a:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }

    .item-box .product-item .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 70%;
        margin: auto;
        -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
    }

    .item-box .details {
        text-align: center;
    }

    .item-box .product-title {
        /* height: 50px;*/
        overflow: hidden;
        font-weight: 400;
    }

        .item-box .product-title a {
            display: block;
            font-size: 18px;
            color: #505050;
            width: 200px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .item-box .product-rating-box {
        display: none;
    }

    .item-box .description {
        height: 36px;
        margin: 0 0 10px;
        overflow: hidden;
        line-height: 1.3;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

        .item-box .description a {
            display: block;
        }

    .item-box .add-info {
        overflow: hidden;
        display: inline-block;
        font-size: 0;
    }

        .item-box .add-info > * {
            float: right;
        }

    .item-box .prices {
        position: relative;
        background: #1d68ba;
        height: 44px;
        margin-left: 0px;
        padding-left: 8px;
        /*margin-top: 7px;*/
        padding-right: 10px;
        font-size: 0;
        z-index: 1;
    }

.add-info .item-box .prices {
    position: relative;
    background: #1d68ba;
    height: 44px;
    margin-left: 0px;
    padding-left: 8px;
    margin-top: 7px;
    padding-right: 10px;
    font-size: 0;
    z-index: 1;
}

.item-box .prices:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -9px;
    width: 15px;
    height: 44px;
    background: #1d68ba;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
}

.item-box .prices:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 44px;
}

.item-box .prices > * {
    display: inline-block;
    vertical-align: middle;
    /*overflow: hidden;*/
}

.item-box .old-price {
    color: #fff;
    text-decoration: line-through;
    font-size: 12px;
    padding: 3px 0 0;
    display: block;
}

.item-box .actual-price {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0,0,0,0.4);
    font-weight: 700;
    line-height: 20px;
    /*max-width: 92px;*/
    max-width: 110px;
    max-height: 100%;
}

.item-box .old-price + .actual-price {
    display: block;
}

.item-box .buttons {
    margin: 0;
    /*position: relative;*/
}

.item-box input[type="button"] {
    border: 0;
    padding: 14px 14px 14px 34px;
    background: #2e3841 url(../img/icon-add-to-cart.png) no-repeat left top;
    color: #fafafa;
    height: 44px;
    box-shadow: none;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    font-size: 13px;
}

    .item-box input[type="button"]:hover {
        background-color: #ececec;
        color:#2e3841;
    }

.item-box .base-price-pangv {
    font-size: 11px;
    text-align: center;
    float: none !important;
    padding: 3px 3px 0;
    clear: both;
}

.tax-shipping-info {
    font-size: 11px;
    color: #777;
    text-align: center;
    float: none !important;
    padding: 3px;
    clear: both;
}

    .tax-shipping-info a {
        color: #555;
        text-decoration: underline;
    }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    display: none !important;
}

/* other item-grids */

.home-page-category-grid,
.sub-category-grid {
    margin: 0 0 20px;
    text-align: center;
    overflow: hidden;
}

    .home-page-category-grid .item-grid {
        position: relative;
        display: inline-block;
        background: #fff;
    }

    .home-page-category-grid .title strong,
    .product-grid .title strong {
        display: block;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        padding: 8px 0;
        border-bottom: 1px dashed #797979;
        margin-bottom: 10px;
    }

    .home-page-category-grid .item-box:before,
    .sub-category-grid .item-box:before,
    .manufacturer-grid .item-box:before {
        display: none;
    }

    .home-page-category-grid .item-box,
    .sub-category-grid .item-box {
        width: 310px;
        margin: 0 auto 10px;
    }

.manufacturer-grid .item-box,
.vendor-grid .item-box {
    width: 50%;
    margin: 0 auto 20px;
}

.category-item {
    position: relative;
    overflow: hidden;
}

.sub-category-item,
.manufacturer-item,
.vendor-item {
    position: relative;
    /*overflow: hidden;*/
}

    .category-item .title,
    .sub-category-item .title,
    .manufacturer-item .title,
    .vendor-item .title {
        /*position: absolute;*/
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 1;
        margin:0 !important;
    }

    .manufacturer-item .title,
    .vendor-item .title {
        display: none;
    }

        .category-item .title a,
        .sub-category-item .title a,
        .manufacturer-item .title a,
        .vendor-item .title a {
            display: block;
            padding: 10px;
            line-height: 20px;
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase;
            color: #1a1a1a;
            text-align: center;
            /*background: rgb(0,0,0);
            background: rgba(0,0,0,0.5);*/
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

    .category-item:hover .title a,
    .sub-category-item:hover .title a,
    .manufacturer-item:hover .title a,
    .vendor-item:hover .title a {
        /*background: rgba(0,0,0,0.7);*/
    }

    .category-item .picture a,
    .sub-category-item .picture a {
        display: block;
        font-size: 0;
        height: auto;
    }

    .manufacturer-item .picture a,
    .vendor-item .picture a {
        display: block;
        font-size: 0;
        height: 100px;
    }

    .category-item .picture img,
    .sub-category-item .picture img,
    .manufacturer-item .picture img,
    .vendor-item .picture img {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        max-width: 100%;
        -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
    }

    .category-item:hover .picture img,
    .sub-category-item:hover .picture img,
    .manufacturer-item:hover .picture img,
    .vendor-item:hover .picture img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

.product-grid,
.product-list {
    margin: 0 0 20px;
}

    .product-grid .title {
        margin: 0 0 15px;
        font-size: 18px;
    }

.cross-sells {
    margin-top: 25px;
}

.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 1px;
        font-size: 18px;
    }

        .pager li * {
            display: block;
            background-color: #ccc;
            width: 28px;
            height: 28px;
            line-height: 28px;
            color: #fff;
            box-shadow: inset 0 1px rgba(0,0,0,0.3);
            border-radius: 16px;
            overflow: hidden;
            font-size: 16px;
            -webkit-transition: background-color .2s ease;
            transition: background-color .2s ease;
        }

        .pager li span,
        .pager li a:hover {
            background-color: #999;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            text-indent: -9999px;
            box-shadow: none;
        }

        .pager li.previous-page * {
            background: url(../img/icon-pager-prev.png) no-repeat center !important;
        }

        .pager li.next-page * {
            background: url(../img/icon-pager-next.png) no-repeat center !important;
        }

        .pager li.first-page * {
            background: url(../img/icon-pager-prev-first.png) no-repeat center !important;
        }

        .pager li.last-page * {
            background: url(../img/icon-pager-next-last.png) no-repeat center !important;
        }

/* vendor page */

.contact-vendor {
    margin: 20px 0 10px;
}

.contact-vendor-button {
    display: inline-block;
    background: #1d68ba;
    border: 1px solid #1d68ba;
    color: #fff;
    box-shadow: 0 1px 0 0 #1d68ba;
    padding: 10px 26px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .contact-vendor-button:hover {
        background: #1d68ba;
    }



/********** PRODUCT PAGE **********/



.product-essential {
    margin: 0 0 20px;
}

    .product-essential:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.gallery,
.product-details-page .overview {
    border-bottom: 1px dashed #c3c3c3;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

    .gallery .picture-wrapper {
        width: 480px;
        max-width: 100%;
        margin: 0 auto;
        background: #fff;
    }

    .gallery .picture {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        margin: 0 0 10px;
        font-size: 0;
    }

        .gallery .picture:before {
            content: " ";
            display: block;
            padding-top: 100%;
        }

        .gallery .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }

    .gallery .picture-thumbs img,
    .variant-picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        margin: auto;
    }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

        .gallery .picture-thumbs a {
            display: inline-block;
            position: relative;
            width: 85px;
            height: 85px;
            overflow: hidden;
            background: #fff;
            margin: 0 5px 10px;
        }

.overview {
    position: relative;
}

    .overview .discontinued-product {
        font-size: 15px;
        color: #c00;
        text-transform: uppercase;
        padding: 10px 0px;
    }

    .overview .product-name {
        margin: 0 0 15px;
    }

        .overview .product-name h1 {
            font-size: 24px;
            font-weight: 400;
        }

    .overview .short-description {
        margin: 0 0 15px;
        font-size: 14px;
        text-align: justify;
    }

    .overview .buttons,
    .back-in-stock-subscription {
        margin: 0 0 15px;
        font-size: 0;
    }

    .overview .add-to-wishlist-button,
    .variant-overview .add-to-wishlist-button,
    .overview .add-to-compare-list-button,
    .overview .email-a-friend-button,
    .overview .subscribe-button,
    .download-sample a {
        display: inline-block;
        border: 0;
        padding: 8px 10px 8px 32px;
        background: 0;
        color: #505050;
        font-size: 12px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

        .overview .add-to-wishlist-button:hover,
        .variant-overview .add-to-wishlist-button:hover,
        .overview .add-to-compare-list-button:hover,
        .overview .email-a-friend-button:hover,
        .overview .subscribe-button:hover,
        .download-sample a:hover {
            color: #000;
        }

    .overview .add-to-wishlist,
    .variant-overview .add-to-wishlist,
    .overview .compare-products,
    .overview .email-a-friend,
    .overview .back-in-stock-subscription,
    .overview .download-sample-button {
        position: relative;
        display: inline-block;
            margin-top: 5px;
    }

        .overview .add-to-wishlist:before,
        .variant-overview .add-to-wishlist:before,
        .overview .compare-products:before,
        .overview .email-a-friend:before,
        .overview .back-in-stock-subscription:before,
        .overview .download-sample-button:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 2px;
            width: 26px;
            height: 26px;
            margin-top: -13px;
            border: 2px solid #000;
            border-radius: 13px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            opacity: .3;
        }

        .overview .add-to-wishlist:hover:before,
        .variant-overview .add-to-wishlist:hover:before,
        .overview .compare-products:hover:before,
        .overview .email-a-friend:hover:hover:before,
        .overview .back-in-stock-subscription:hover:before,
        .overview .download-sample-button:hover:before {
            opacity: .7;
        }

        .overview .add-to-wishlist:before,
        .variant-overview .add-to-wishlist:before {
            background: url(../img/icon-product-add-wishlist.png) no-repeat center 3px;
        }

        .overview .compare-products:before {
            background: url(../img/icon-product-add-compare.png) no-repeat center;
        }

        .overview .email-a-friend:before {
            background: url(../img/icon-product-email-friend.png) no-repeat center;
        }

        .overview .back-in-stock-subscription:before {
            background: url(../img/icon-product-subscribe-available.png) no-repeat center;
        }

        .overview .download-sample-button:before {
            background: url(../img/icon-product-download-sample.png) no-repeat center;
        }

    .overview .stock,
    .variant-overview .stock,
    .overview .sku,
    .variant-overview .sku,
    .overview .manufacturer-part-number,
    .variant-overview .manufacturer-part-number,
    .overview .gtin,
    .variant-overview .gtin,
    .overview .manufacturers,
    .overview .product-vendor,
    .variant-overview .product-vendor,
    .overview .delivery-date,
    .variant-overview .delivery-date {
        margin: 0 0 15px;
    }

        .overview .stock > span,
        .variant-overview .stock > span,
        .overview .sku > span,
        .variant-overview .sku > span,
        .overview .manufacturer-part-number > span,
        .variant-overview .manufacturer-part-number > span,
        .overview .gtin > span,
        .variant-overview .gtin > span,
        .overview .manufacturers > span,
        .overview .product-vendor > span,
        .variant-overview .product-vendor > span,
        .overview .delivery-date > span,
        .variant-overview .delivery-date > span {
            font-size: 14px;
            display: inline-block;
        }

    .overview .value,
    .variant-overview .value {
        font-weight: bold;
        margin-left: 5px;
    }

        .overview .value a {
            font-weight: bold;
            text-decoration: underline;
        }

.free-shipping {
    width: 80px;
    height: 80px;
    padding: 19px 0;
    margin: 0 auto 20px;
    background: #1d68ba;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
}

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 20px;
}

    .product-no-reviews a {
        text-decoration: underline;
    }

.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}

    .product-review-box .rating,
    .product-rating-box .rating {
        width: 85px;
        height: 16px;
        background: url(../img/icon-rating-empty.png) repeat-x;
    }

.product-rating-box .rating {
    margin: 0 auto 5px;
}

.product-review-box .rating div,
.product-rating-box .rating {
    height: 16px;
    background: url(../img/icon-rating-full.png) repeat-x;
}

.download-sample {
    margin: 0 0 20px;
}

.customer-entered-price {
    margin: 0 0 20px;
}

    .customer-entered-price .enter-price-input {
        width: 50px;
        margin: 10px !important;
        text-align: center;
        font-size: 13px;
    }

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 0 0 20px;
}

.overview .cart-info,
.variant-overview .cart-info {
    /*overflow: hidden;*/
    font-size: 0;
    /* display: inline-block;*/
    text-align: left !important;
}

.overview .add-to-cart,
.variant-overview .add-to-cart {
    /* display: inline-block;*/
    vertical-align: middle;
    font-size: 0;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    position: relative;
    float: left;
    margin-left: 100px;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
    }

.overview .qty-label,
.variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    width: 25px;
    height: 25px;
    border: 1px solid #c9c9c9;
    outline: 10px solid #f6f6f6;
    padding: 2px;
    margin: 10px !important;
    text-align: center;
    font-size: 13px;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    min-width: 38px;
}

.overview .add-button-wrap,
.variant-overview .add-button-wrap {
    position: relative;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    border: 0;
    padding: 14px 20px 15px 34px;
    height: 45px;
    background: #2e3841 url(../img/icon-add-to-cart.png) no-repeat left top;
    color: #fafafa;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background-color: #ececec;
    }

.overview .add-to-cart .add-to-wishlist-button,
.variant-overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
}

.overview .prices, .variant-overview .prices {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #1d68ba;
    height: 46px;
    padding: 3px 8px 4px;
    font-size: 0;
    /*    margin-left: 3px;*/
    z-index: 1;
    /* margin-top: 5%;*/
}

    .overview .prices:before,
    .variant-overview .prices:before {
        content: " ";
        position: absolute;
        top: 0;
        left: -9px;
        width: 15px;
        height: 45px;
        background: #1d68ba;
        -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        transform: skew(-15deg);
    }

    .overview .prices:after,
    .variant-overview .prices:after {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 100%;
    }

    .overview .prices > *,
    .variant-overview .prices > * {
        display: inline-block;
        vertical-align: middle;
    }

    .overview .prices label,
    .variant-overview .prices label {
        display: none;
    }

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    display: block;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-decoration: line-through;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    white-space: initial !important;
}

.old-product-price + .product-price {
    display: block;
}

.delivery {
    margin-top: 15px;
}

.non-discounted-price + .product-price {
    display: block;
}

.overview .product-price {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.1);
    /* margin-left: 6%;*/
    text-align: center !important;
}

.variant-overview .product-price {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-shadow: 1px 1px rgba(0,0,0,.1);
    /* margin-left: 6%;*/
    text-align: center !important;
}

.product-share-button {
    margin: 10px 0 0;
    /*overflow: hidden;*/
}

.full-description {
    clear: both;
    margin: 0 0 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}

.product-collateral {
    margin: 0 0 20px;
}

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 18px;
    }

        .product-collateral .title strong {
            font-weight: normal;
        }

.product-variant-list {
    font-size: 0;
    text-align: center;
}

.product-variant-line {
    margin: 0 auto 10px;
    max-width: 320px;
    font-size: 12px;
}

    .product-variant-line:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        font-size: 18px;
    }


    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 20px;
    }

    .variant-overview .add-to-wishlist {
        margin-top: 10px;
    }

/*Jquery Tabs start*/
.ui-tabs {
    margin: 0 0 20px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
}

    .ui-tabs .ui-tabs-nav {
        overflow: hidden;
        background: #fff;
    }

        .ui-tabs .ui-tabs-nav li a {
            display: block;
            border-bottom: 1px solid #fff;
            background: #dcdcdc;
            padding: 10px 24px;
            font-size: 14px;
            color: #505050;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
        .ui-tabs .ui-state-active.ui-tabs-active a {
            background: #1d68ba;
            color: #fff;
        }

    .ui-tabs .ui-tabs-panel {
        background: #fff;
        padding: 12px;
    }

        .ui-tabs .ui-tabs-panel p {
            margin: 10px 0;
            line-height: 20px;
        }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }

    .ui-tabs .write-review {
        margin: 0;
    }

        .ui-tabs .write-review .buttons {
            text-align: center;
        }

.productTabs .inputs label,
.productTabs .write-review .review-rating label {
    /*width: 30%;*/
}

/*Jquery Tabs end*/

.product-specs-box {
    margin: 0 0 20px;
}

.product-tags-box {
    margin: 20px 0;
    text-align: center;
}

.product-tags-list,
.vendor-list {
    font-size: 0;
}

.product-tags-all-page .product-tags-list,
.vendor-list-page .vendor-list {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 10px;
}

.product-tags-list li,
.vendor-list li {
    display: inline-block;
    font-size: 12px; /*reset zeroing*/
}

    .product-tags-list li.separator {
        margin: 0 5px 0 3px;
    }

.product-tags-list a {
    display: inline-block;
    line-height: 24px;
}

.vendor-list a {
    padding: 7px 12px;
    font-size: 14px;
}

.attributes {
    margin: 0 0 20px;
}

    .attributes dl {
        overflow: hidden;
    }

        .attributes dl:after {
            content: '';
            display: block;
            clear: both;
        }

    .attributes dt {
        font-size: 14px;
        padding: 7px;
        background: #ececec;
    }

    .attributes dd {
        padding: 10px;
        background: #f6f6f6;
    }

    .attributes .option-list {
        overflow: hidden;
    }

        .attributes .option-list:after {
            content: '';
            display: block;
            clear: both;
        }

    .attributes li {
        margin: 0 10px;
    }

    .attributes select {
        width: auto;
        max-width: 100%;
    }

    .attributes .option-list li > * {
        display: inline-block;
        margin: 0 4px;
        vertical-align: middle;
    }

    .attributes .qty-box {
        margin: 0 0 0 -3px;
    }

        .attributes .qty-box label {
            display: none;
        }

        .attributes .qty-box input {
            width: 43px;
            border: none;
            box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
            text-align: center;
        }

    .attributes.rental-attributes input[type='text'] {
        min-width: 280px;
    }



.ui-datepicker {
    width: 280px;
    background-color: #fff;
    text-align: center;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    border-color: #000;
    background: url(../img/pattern-nav.png) left top #1d68ba;
    color: #fff;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 32px;
        height: 32px;
        font-size: 0;
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAFpJREFUeNqMzzEKgGAMg9EeRhwEBSfvvzg5eAlBdPEGz6U/iIhaKJTyJSSByG0xY0Nz+QeiHB12HOjvUAHrdPEEXMHR9yyBCusfx1Jky4zDGxjZdEpBewfPAQB5weeCp5OjNgAAAABJRU5ErkJggg==) center no-repeat;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNBMDk3ODNFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBMDk3ODRFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0EwOTc4MUVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0EwOTc4MkVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv2x/5EAAABZSURBVHjaYvj//z8DGtYC4ldAfAGIdWHiDFgUgrAhEH8A4tdArAcSYwSrxg1Akq+B2Aak8CmQIcWAHxwnxsSXIBNxudEc6sZXMA9hU6QLVXAGGgJgcYAAAwCrw48pVvch+wAAAABJRU5ErkJggg==) center no-repeat;
        }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

.ui-datepicker-calendar th {
    background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ccc;
}

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
        display: block;
        min-height: 32px;
        line-height: 32px;
    }

        .ui-datepicker-calendar td a:hover {
            background: #eee;
        }

.attribute-squares {
    font-size: 0;
}

    .attribute-squares li {
        position: relative;
        display: inline-block;
        margin: 0;
    }

.attribute-square-container {
    display: block;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 3px;
}

    .attribute-square-container span {
        display: block !important;
        width: 26px !important;
        height: 26px !important;
        border: 1px solid #c9c9c9 !important;
        cursor: pointer;
        border-radius: 100%;
    }

.selected-value .attribute-square-container {
    border-color: #c9c9c9;
}

.attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -30px 0 0;
    display: none;
}

.attribute-squares .tooltip-container {
    display: none !important;
}

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    font-style: italic;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.write-review {
    margin: 0 0 30px;
}

    .write-review .title,
    .product-review-list .title {
        margin: 0 0 10px;
        text-align: left;
    }

        .write-review .title strong,
        .product-review-list .title strong {
            font-weight: 300;
            font-size: 18px;
            padding-left: 16px;
            position: relative;
        }

            .write-review .title strong:before,
            .product-review-list .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -12px;
                width: 5px;
                height: 23px;
                background: #1d68ba;
            }


    .write-review .form-fields {
        margin: 0 0 15px;
    }

.ui-tabs .form-fields {
}

.write-review .review-rating {
    text-align: center;
}

    .write-review .review-rating label {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
        vertical-align: middle;
    }

.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}

    .write-review .review-rating li.first {
        color: #c00;
    }

    .write-review .review-rating li:nth-child(2) {
        padding-top: 2px;
    }

        .write-review .review-rating li:nth-child(2) input {
            vertical-align: baseline;
        }

    .write-review .review-rating li.last {
        color: #690;
    }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    background: #1d68ba;
    border: 1px solid #1d68ba;
    color: #fff;
    box-shadow: 0 1px 0 0 #1d68ba;
    padding: 10px 16px;
    font-size: 14px;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 30px;
    text-align: left;
}

    .product-review-item .review-item-head {
        margin: 0 0 10px;
        overflow: hidden;
        background: #f6f6f6;
        padding: 10px;
    }

    .product-review-item .review-title {
        float: left;
        text-transform: uppercase;
    }

    .product-review-item .product-review-box {
        float: right;
        margin: 0;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 10px;
            font-weight: bold;
            text-decoration: underline;
            cursor: pointer;
        }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}

.product-review-item .reply {
    margin: 30px 0 0;
    padding: 15px;
    background: #f6f6f6;
}

.product-review-item .reply-header {
    margin: 0 0 10px;
    font-weight: bold;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .message-error {
        margin: 0 0 10px;
    }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .button-2 {
        display: inline-block;
        border-top: 0;
        padding: 10px 16px;
        margin: 0 3px 6px;
        font-size: 14px;
        background: #dcdcdc;
        border: 1px solid #d3d3d3;
        color: #505050;
        box-shadow: 0 1px 0 0 #bbb;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
}

.wishlist-page .edit-item {
    margin-top: 5px;
    text-decoration: underline;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page img {
        width: 100px;
        max-width: 100%;
    }

    .compare-products-page .clear-list {
        display: block;
        background: #1d68ba;
        border: 1px solid #1d68ba;
        color: #fff;
        box-shadow: 0 1px 0 0 #1d68ba;
        padding: 6px 16px;
        font-size: 14px;
        margin: 0 auto 20px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: 110px;
        text-align: center;
    }

    .compare-products-page .button-2 {
        display: inline-block;
        border-top: 0;
        padding: 7px 10px;
        font-size: 12px;
        background: #dcdcdc;
        border: 1px solid #d3d3d3;
        color: #505050;
        box-shadow: 0 1px 0 0 #bbb;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

/*********** TOPICS ***********/



.popup-window .topic-page {
    padding: 15px;
}

.topic-block {
    margin: 0 0 20px;
}

.home-page .topic-block {
    margin: 0 0 30px;
}

.home-page .topic-block-title h2 {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    padding: 8px 0;
    border-bottom: 1px dashed #797979;
    margin-bottom: 10px;
}

.home-page .topic-block-body {
    line-height: 20px;
    margin: 1%;
    font-size: 14px;
    text-align: justify;
    height: 80px;
    overflow: hidden;
}

.topic-block h2 {
    font-weight: normal;
    font-size: 18px;
}

.topic-block-body {
    line-height: 20px;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    line-height: 20px;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 10px;
    color: #c00;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: left !important;
        width: 200px !important;
        height: 36px !important;
    }

    .enter-password-form input[type="submit"] {
        float: left !important;
        width: auto !important;
        height: 36px !important;
        border: none !important;
        background: #ccc !important;
        padding: 0 20px !important;
        font-size: 16px !important;
    }

.password-error {
    margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .topic-block {
    margin: 0 0 15px;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
    margin: 0 0 15px;
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    padding: 10px 16px;
    background: #1d68ba;
    border: 1px solid #1d68ba;
    color: #fff;
    box-shadow: 0 1px 0 0 #1d68ba;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.email-a-friend-page .title {
    margin: 0 0 15px;
}

    .email-a-friend-page .title h2 {
        font-weight: normal;
    }


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.registration-page .date-of-birth select,
.account-page .date-of-birth select {
    width: 88px; /*birth-date selectors, always single line*/
}

.registration-page select + select,
.account-page select + select {
    margin: 9px 0 0 10px;
}

.gender {
    display: inline-block;
    margin: 0 3px;
}

    .gender > * {
        display: inline-block !important;
        vertical-align: middle;
        line-height: 32px;
        margin: 4px !important;
        width: auto !important;
    }

#check-availability-button {
    display: block;
    margin: 10px auto;
    padding: 9px 26px;
}

#username-availabilty {
    display: block;
    margin: 10px auto;
}

    #username-availabilty:empty {
        display: none;
    }

.vat-status, .vat-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
}

.accept-privacy-policy {
    /* margin: 0 0 20px;*/
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
    }

    .accept-privacy-policy a {
        font-weight: bold;
    }

.registration-page .button-1,
.registration-page .button-2,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    display: inline-block;
    background: #f1c338;
    border: 1px solid #f1c237;
    color: #fff;
    box-shadow: 0 1px 0 0 #f1c237;
    padding: 10px 26px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: 0%;
}

    .registration-page .button-1:hover,
    .registration-page .button-2:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover {
        background: #f2c338;
    }

.registration-result-page .result {
    /*margin: 0 0 20px;
    color: #690;*/
    margin: 0 0 20px;
    /*color: #690;*/
    color: #4cb17c;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 10px;
    font-size: 18px;
}

    .login-page .title strong {
        font-weight: normal;
    }

.login-page .new-wrapper {
    margin: 0 0 30px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

    .login-page .new-wrapper .buttons,
    .login-page .returning-wrapper .buttons {
        margin: 0;
    }

.login-page .text {
    margin: 0 0 20px;
}

.login-page .inputs.reversed * {
    margin: 5px 0;
    display: inline-block;
    width: auto;
}

.login-page .inputs.reversed span {
    display: block;
}

.returning-wrapper,
.login-page .topic-block {
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

.customer-blocks .returning-wrapper {
    padding: 17px;
}

.login-page .returning-wrapper .form-fields {
    box-shadow: none;
    padding: 0;
}

.external-authentication {
    /*margin: 30px 0;*/
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication .title {
        display: none;
    }

    .external-authentication fieldset {
        float: none !important;
    }

    .external-authentication .buttons {
        margin: 0;
    }

.password-recovery-page .tooltip {
    margin: 0 0 20px;
    color: red;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}

.email-to-revalidate,
.email-to-revalidate-note {
    display: block;
    margin: 10px 5px;
    vertical-align: middle;
    font-size: 12px;
    white-space: normal;
}

.address-list,
.order-list {
    font-size: 0;
    margin-bottom: 20px;
}

    .address-list > div {
        background: #fff;
        vertical-align: top;
        width: 49%;
    }

    .order-list > div {
        background: #fff;
        vertical-align: top;
        width: 32%;
    }

.section {
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    display: inline-block;
}

.buttons {
    margin-bottom: 1% !important;
    margin-top: 0% !important;
}

.section .title {
    margin: 0 0 15px;
    font-size: 18px;
}

    .section .title strong {
        font-weight: 400;
    }

.section .buttons {
    margin: 0;
}

.account-page .button-2 {
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    margin: 0 3px;
    font-size: 14px;
    /*background: #dcdcdc;*/
    background: #1d68ba;
    border: 1px solid #eec035;
    /*color: #505050;*/
    color: #ffffff;
    box-shadow: 0 1px 0 0 #bbb;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .account-page .button-2:hover {
        opacity: .8;
    }

.account-page .edit-address {
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

.account-page .description {
    margin: 0 0 20px;
}

.address-list-page .info {
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 14px;
    height: 210px;
}

.order-list-page .info {
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 14px;
}

.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}

.order-list-page .section.recurring-payments {
    width: 100% !important;
    background: #fff;
    overflow-x: auto;
}

.return-request-page .section {
    display: block !important;
    width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0;
    box-shadow: none;
}

.return-request-page .title strong {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}

    .return-request-page .title strong:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #1d68ba;
    }

.return-request-file > div {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    vertical-align: middle;
}

.return-request-page .qq-upload-button {
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 8px;
}

.return-request-page .qq-upload-list li {
    background-color: transparent !important;
    font-size: 13px;
    color: #333 !important;
}

.return-request-list-page .page-body {
    /*font-size: 0;*/
}

.return-request-list-page .section {
    font-size: 12px;
    vertical-align: top;
}

.return-request-list-page a {
    font-weight: bold;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.reward-points-overview {
    font-size: 14px;
    margin: 0 0 10px;
}

.reward-points-history .title {
    margin: 0 0 10px;
}

    .reward-points-history .title strong {
        font-size: 20px;
        font-weight: 400;
    }

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 0 15px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
    }

.avatar-page input[type="file"] {
    width: 85px;
    overflow: hidden;
}

.terms-of-agreement {
    padding: 0 0 20px 0;
    line-height: 20px;
    text-align: center;
}

.user-agreement-page .button-1 {
    background: #1d68ba none repeat scroll 0 0;
    border: 1px solid #1d68ba;
    box-shadow: 0 1px 0 0 #1d68ba;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 26px;
    transition: all 0.2s ease-in-out 0s;
}

.vendorinfo-page .vendor-picture {
    margin-top: 15px;
}

    .vendorinfo-page .vendor-picture > * {
        display: inline-block;
        vertical-align: middle;
    }



/********** SHOPPING CART & CHECKOUT **********/



.order-progress {
    margin: 0 0 20px;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        /*margin: 10px;*/
    }

    .order-progress a {
        display: block;
        font-size: 12px;
        padding: 50px 0 0;
        background: url(../img/checkout-step.png) no-repeat center top;
        text-align: center;
        min-width: 5vw;
    }

    .order-progress li.active-step a {
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        opacity: 0.5;
        cursor: default;
    }

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    display: inline-block;
    background: #318804;
    border: 1px solid #1d68ba;
    color: #fff;
    box-shadow: 0 1px 0 0 #1d68ba;
    padding: 11px 34px;
    font-size: 14px;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 1%;
}

    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover {
        background-color: #1d68ba;
    }

.shopping-cart-page .button-2 {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 10%;
}

.checkout-page .button-2 {
    background: #dcdcdc;
    border: 1px solid #d3d3d3;
    color: #505050;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 1%;
    border-radius: 5px;
}

.order-details-page .page-title a {
    background: #e5ad06;
    border: 1px solid #d3d3d3;
    color: #ffffff;
    box-shadow: 0 1px 0 0 #bbb;
    display: inline-block;
    border-top: 0;
    padding: 10px 16px;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 1%;
    border-radius: 5px;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    border: 1px solid #ccc;
    background: #fff url('../img/close.png') center no-repeat;
    cursor: pointer;
}

.giftcard-remaining {
    display: block;
    font-size: 12px;
}

.edit-address .custom-attributes .option-list {
    width: 350px;
    max-width: 100%;
}

    .edit-address .custom-attributes .option-list label {
        width: auto;
    }

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px;
}

.selected-checkout-attributes {
    margin: 0 0 20px;
    text-align: center;
}

.shopping-cart-page .common-buttons {
    font-size: 0;
}

.update-cart-wrap,
.continue-shopping-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 2%;
}

    .update-cart-wrap input[type="submit"] {
        border: 0;
        padding: 14px 20px 14px 40px;
        background: #1d68ba url(../img/icon-update-cart.png) no-repeat 12px center;
        color: #ffffff;
        height: 44px;
        font-size: 14px;
        box-shadow: none;
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
        margin-right: 10px;
    }

        /*.update-cart-wrap input[type="submit"]:hover {
            background-color: #ececec;
        }*/
        .update-cart-wrap input[type="submit"]:hover {
            background-color: #1d68ba;
        }




    .continue-shopping-wrap input[type="submit"] {
        border: 0;
        padding: 14px 14px 14px 40px;
        /*background: #1d68ba url(../img/icon-add-to-cart.png) no-repeat left center;*/
        background: #dcdcdc url(../img/icon-add-to-cart.png) no-repeat left center;
        color: #505050;
        height: 44px;
        font-size: 14px;
        box-shadow: none;
    }

        .continue-shopping-wrap input[type="submit"]:hover {
            background: #dcdcdc url(../img/icon-add-to-cart.png) no-repeat left center !important;
        }

    .continue-shopping-wrap:before {
        content: " ";
        position: absolute;
        top: 0;
        /*left: -9px;
        width: 15px;*/
        height: 44px;
        background: #1d68ba;
        -webkit-transform: skew(-15deg);
        -ms-transform: skew(-15deg);
        transform: skew(-15deg);
    }

    .continue-shopping-wrap input[type="submit"],
    .continue-shopping-wrap:before {
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
    }

        .continue-shopping-wrap input[type="submit"]:hover {
            background-color: #1d68ba;
        }

    .continue-shopping-wrap:hover:before {
        background: #1d68ba;
    }

.checkout-attributes {
    margin: 20px 0 0;
    text-align: center;
}

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes li {
        line-height: 24px;
    }

        .checkout-attributes li * {
            vertical-align: middle;
        }


.cart-footer {
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

    .cart-footer:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

    .cart-footer .totals {
        width: 200px;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .cart-footer .total-info {
        margin: 0 0 20px;
        font-size: 14px;
    }

.cart-total td {
    width: 50%;
    padding: 5px;
}

.cart-total-left {
    text-align: left;
}

.cart-total-right {
    text-align: left;
}

.cart-total-price .cart-total-left {
    font-weight: 700;
}

.cart-total .will-earn-reward-points span {
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.cart-total .order-total {
    font-size: 17px;
    color: #1d68ba;
}

    .cart-total .order-total .cart-total-left {
        color: #333;
        font-weight: 700;
        font-size: 14px;
    }

.terms-of-service {
    margin: 0 0 20px;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service .read {
        font-weight: bold;
        cursor: pointer;
        text-decoration: underline;
    }

.checkout-buttons {
    margin-bottom: 10px;
}

.cart-collaterals {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
}

    .cart-collaterals > div {
        margin: 0 0 30px;
    }

    .cart-collaterals .title {
        margin: 0 0 5px;
    }

        .cart-collaterals .title strong {
            font-size: 14px;
            font-weight: 400;
        }

    .cart-collaterals .hint {
        margin: 0 0 5px;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 10px;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
        font-size: 0;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            display: inline-block;
            width: 58%;
            height: 35px; /*safari padding fix*/
            margin: 0 -1px 0 0;
            vertical-align: middle;
            font-size: 13px;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            background: #dcdcdc;
            border: 1px solid #d3d3d3;
            color: #505050;
            box-shadow: 0 1px 0 0 #bbb;
            display: inline-block;
            border-top: 0;
            padding: 0px 16px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            height: 35px;
            margin: 0 -1px 0 0;
            vertical-align: middle;
            font-size: 13px;
        }

    .cart-collaterals .message {
        margin: 5px 0 0;
        color: #c00;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
    }

    .cart-collaterals .shipping-results {
        margin: 20px 0 0;
    }

        .cart-collaterals .shipping-results li {
            margin: 10px 0;
        }

.checkout-page .section {
    margin: 0 0 30px;
    display: block;
    box-shadow: black;
    width: 100% !important;
}

.checkout-page .address-grid {
    overflow: hidden;
    padding: 2px;
}

.checkout-page .address-item {
    margin: 0 0 20px;
    padding: 10px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    background: #fff;
}

    .checkout-page .address-item .select-button {
        margin: 10px 0 0;
    }

    .checkout-page .address-item li {
        padding: 2px 0;
    }

        .checkout-page .address-item li.name {
            margin: 0 0 5px;
            font-size: 14px;
        }

.checkout-page .edit-address {
    margin: 0 0 20px;
}

.checkout-page .pickup-in-store {
    margin-bottom: 0;
}

    .checkout-page .pickup-in-store .description {
        margin-top: 10px;
    }

.checkout-page .select-pickup-point {
    margin-bottom: 5px;
}

.checkout-page .pickup-points .pickup-points-map {
    height: 300px;
    margin-bottom: 0;
}

div.shipping-method,
div.payment-method {
    text-align: left;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 20px;
}

.payment-method .method-name > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}


.payment-method .method-list li {
    margin: 0 0 10px;
    display: inline-block;
    width: 32.2%;
}

.shipping-method .method-list li {
    margin: 9px 7px 10px;
    display: inline-table;
    width: 31.2%;
}

    .shipping-method .method-list li label,
    .payment-method .method-list li label {
        font-weight: bold;
    }

.shipping-method .method-description,
.payment-method .payment-description {
    margin: 5px 0 0;
}

.method-name .payment-logo label {
    display: block;
    font-size: 0;
}

.use-reward-points {
    font-size: 14px;
    margin: 0 0 15px;
}

.payment-info .info {
    margin: 0 0 20px;
    /*text-align: justify;*/
    text-align: center;
}

.payment-info td:first-child {
    width: 175px;
    padding: 15px;
}

.section.confirm-order .min-order-warning,
.section.confirm-order .message-error {
    display: block;
    /*text-align: left;*/
}

.confirm-order .button-1 {
    margin: 20px 0;
    font-size: 18px;
}

.order-details-area,
.shipment-details-area,
.order-review-data {
    margin: 0 0 30px;
}

    .order-details-area:after,
    .shipment-details-area:after,
    .order-review-data:after {
        content: '';
        display: block;
        clear: both;
    }

    .order-review-data > div,
    .order-details-area > div,
    .shipment-details-area > div {
        /*margin-top: 30px;*/
        background: #fff;
        padding: 10px;
        border-left: 5px solid #1d68ba;
        box-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-align: left;
        margin-top: 30px;
    }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        margin: 20px 0 5px;
        /*font-size: 18px;
        font-weight: 400;*/
    }

        .order-review-data .title:first-child,
        .order-details-area .title:first-child,
        .shipment-overview .title:first-child {
            margin-top: 0;
            border-radius: 10px;
        }


        .order-review-data .title strong,
        .order-details-area .title strong,
        .shipment-details-area .title strong {
            /*font-weight: 400;*/
            font-weight: bold;
        }

    .order-review-data > div li,
    .order-details-area > div li,
    .shipment-details-area > div li {
        margin-top: 5px;
    }




.order-details-page .section {
    display: block !important;
    width: 100% !important;
    margin: 0 0 20px;
    padding: 0;
    box-shadow: none;
}

    .order-details-page .section .title {
        text-align: left;
    }

        .order-details-page .section .title strong {
            display: inline-block;
            font-weight: 300;
            font-size: 18px;
            padding-left: 16px;
            position: relative;
        }

            .order-details-page .section .title strong:before {
                content: " ";
                position: absolute;
                top: 50%;
                left: 0;
                margin-top: -12px;
                width: 5px;
                height: 23px;
                background: #1d68ba;
            }

.order-details-area {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-area td {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        vertical-align: top;
    }

.order-completed .details {
    margin: 0 0 20px;
}

    .order-completed .details a {
        display: block;
        margin: 5px 0 0;
        font-weight: bold;
    }

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}

.opc .step-title * {
    float: left;
    font-size: 16px;
}

.opc .step-title span {
    margin: 0 10px 0 0;
}

.opc .step {
    margin: 10px 0;
    padding: 10px;
}

.opc .section {
    margin: 0 0 15px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        font-weight: bold;
        line-height: 32px;
        display: inline-block;
    }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.order-details-page .page-title {
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

    .order-details-page .page-title h1 {
        margin: 0 0 10px;
    }

.order-details-page .order-overview {
    margin: 0 0 15px;
    line-height: 20px;
}

.order-details-page .actions {
    margin: 20px 0 0;
    text-align: center;
}

    .order-details-page .actions input,
    .order-details-area .repost .re-order-button {
        /*background: #dcdcdc;*/
        background: #eec035;
        border: 1px solid #d3d3d3;
        /*color: #505050;*/
        color: #fdfdfd;
        box-shadow: 0 1px 0 0 #bbb;
        display: inline-block;
        border-top: 0;
        padding: 12px 24px;
        font-size: 14px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.order-details-page .cart-total {
    width: 300px;
    margin: 0 auto 30px;
}

.shipment-details-page .shipment-details-area {
    overflow: hidden;
    margin: 0 0 20px;
}

    .shipment-details-page .shipment-details-area > ul {
        text-align: left;
    }

        .shipment-details-page .shipment-details-area > ul:first-child {
            margin: 0 0 20px;
        }

.shipment-details-page .section {
    margin: 0;
    box-shadow: none;
    padding: 0;
    width: 100%;
}


/*********** SEARCH & SITEMAP ***********/



.search-input input + label {
    display: inline;
    margin: 0 0 0 2px;
}

.basic-search {
    margin: 0 0 20px;
}

    .basic-search .inputs {
        text-align: center;
    }

    .basic-search input[type="text"] {
        width: 400px;
        max-width: 100%;
    }

.advanced-search {
    margin: 0 0 20px;
}

    .advanced-search .price-range {
        display: inline-block;
        margin: 0 0 0 -30px;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.search-input .button-1 {
    padding: 10px 16px;
    background: #01a932;
    border: 1px solid #1d68ba;
    color: #fff;
    box-shadow: 0 1px 0 0 #1d68ba;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #c00;
}

.search-results {
    margin: 30px 0 0;
}

.sitemap-page .entity {
    margin: 0 0 20px;
}

.sitemap-page .entity-title {
    margin: 0 0 10px;
    text-align: left;
}

    .sitemap-page .entity-title h2 {
        display: inline-block;
        font-weight: 300;
        font-size: 18px;
        padding-left: 16px;
        position: relative;
    }

        .sitemap-page .entity-title h2:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px;
            width: 5px;
            height: 23px;
            background: #1d68ba;
        }

.sitemap-page .description {
    margin: 0 0 20px;
}

.sitemap-page .entity-body {
    line-height: 24px;
    text-align: left;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15);
    padding: 10px 5px;
    background: #fff;
}

.sitemap-page li {
    display: inline-block;
    margin: 0 5px;
}

.sitemap-page a {
    display: block;
    padding: 7px 12px;
    font-size: 14px;
}

    .sitemap-page a:empty {
        display: none;
    }


/********** BLOG & NEWS **********/



.year strong {
    display: block;
    padding: 9px 10px;
    border-top: 1px solid #c9c9c9;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.news-items {
    font-size: 0;
    text-align: left;
    padding: 15px 0 0;
}

    .blog-page .post, .news-items .news-item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 1%;
    }

.blog-page .post, .news-list-page .news-item {
    /*margin: 0 auto 30px;*/
}

    .blog-page .post + .post {
        padding: 30px 0 0;
        border-top: 1px dashed #797979;
    }

.post-head {
    margin: 0 0 15px;
}

    .post-head ~ *,
    .news-head ~ * {
        font-size: 14px;
    }

.post-title, .news-title {
    display: block;
    margin: 0 0 5px;
    font-size: 18px;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}

    .post-title:before,
    .news-title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #1d68ba;
    }

.post-date, .news-date {
    display: block;
    text-align: left;
    font-size: 11px;
    color: #888;
    margin: 0 0 5px;
}

.post-content {
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 15px;
    background: #fff;
}

.news-item .news-details {
    line-height: 1.4;
    height: 58px;
    overflow: hidden;
}

.blogpost-page .post-date {
    margin: 0 0 20px;
    text-align: right;
}

.news-item-page .news-date {
    margin: 0 0 20px;
    text-align: center;
}

.post-body,
.news-body {
    line-height: 20px;
    margin: 0 0 20px;
}

    .post-body a,
    .news-body a {
        text-decoration: underline;
        color: #1d68ba;
    }

.blog-page .post-body {
    height: 64px;
    overflow: hidden;
    position: relative;
    line-height: 1.2;
}

    .blog-page .post-body:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        display: inline-block;
        width: 30px;
    }

.blog-page .tags,
.blogpost-page .tags {
    overflow: hidden;
    margin: 0 0 20px;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: block;
        font-weight: bold;
        position: relative;
        padding: 0 0 0 15px;
        text-align: left;
    }

        .blog-page .tags label:before,
        .blogpost-page .tags label:before,
        .read-comments:before {
            content: " ";
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px;
            width: 5px;
            height: 23px;
            background: #1d68ba;
        }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        font-size: 0;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        display: inline-block;
        font-size: 14px;
    }

        .blog-page .tags li.separator,
        .blogpost-page .tags li.separator {
            margin: 0 5px 0 3px;
        }

    .blog-page .tags a,
    .blogpost-page .tags a {
        display: inline-block;
        line-height: 24px;
    }

.post .buttons {
    overflow: hidden;
    margin: 0;
}

.read-comments {
    float: left;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 15px;
    text-align: left;
}

.post .read-more {
    float: left;
    clear: both;
    margin: 20px 0 0;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #1d68ba;
}

.block-blog-archive .sublist {
    display: block;
}

.block-popular-blogtags .tags li {
    margin: 10px 10px 0 !important;
}

.new-comment {
    margin: 0 0 30px;
}

    .new-comment .title {
        margin: 0 0 10px;
    }

    .new-comment .notifications {
        margin: 0 0 10px;
    }

    .new-comment .result {
        color: #690;
    }

    .new-comment .form-fields {
        margin: 0 0 15px;
        padding: 0;
        box-shadow: none;
        background: none;
    }

    .new-comment .inputs label {
        display: none;
    }

    .new-comment textarea {
        width: 100%;
    }

    .new-comment .button-1 {
        padding: 10px 16px;
        background: #1d68ba;
        border: 1px solid #1d68ba;
        color: #fff;
        box-shadow: 0 1px 0 0 #1d68ba;
        font-size: 14px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

.comment-list .title {
    margin: 0 0 15px;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    padding-left: 16px;
    position: relative;
}

    .comment-list .title:before {
        content: " ";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        width: 5px;
        height: 23px;
        background: #1d68ba;
    }

    .comment-list .title strong {
        font-weight: 300;
        font-size: 18px;
    }

.blog-comment,
.news-comment {
    margin: 0 0 30px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
}

    .blog-comment:after,
    .news-comment:after {
        content: ".";
        display: block;
        visibility: hidden;
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }

.comment-info {
    width: 120px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #ccc;
}

    .comment-info .username {
        display: block;
        padding: 5px;
    }

    .comment-info .avatar {
        position: relative;
        width: 110px;
        height: 110px;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.comment-time {
    margin: 0 0 10px;
    font-style: italic;
}

    .comment-time span {
        vertical-align: middle;
    }

div.comment-title {
    margin: 0 0 10px;
}

.comment-title strong {
    font-weight: 400;
    font-size: 16px;
}

.comment-body {
    line-height: 20px;
}

    .comment-body p {
        font-size: 14px;
    }

.order-review-data li {
    padding: 2px 0;
}

.news-items .read-more {
    margin: 10px 0 0;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #1d68ba;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin: 0 0 30px;
    position: relative;
}

    .news-list-homepage .title strong {
        display: block;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        padding: 8px 0;
        border-bottom: 1px dashed #797979;
    }

    .news-list-homepage .view-all {
        padding: 10px 0 0;
        text-align: center;
    }

        .news-list-homepage .view-all a {
            display: inline-block;
            line-height: 32px;
            font-size: 12px;
        }

.news-list-page .news-content {
    background: #fff;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.15);
    padding: 10px;
}



/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%;
        }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
    /* class pv bv*/
    .pvBvCss {
        display: inline !important;
        color: #000;
    }
}

table.dataTable.no-footer {
    border-bottom: 1px solid #f2c338 !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    background-color: #505050 !important;
    color: white !important;
}

table.dataTable thead th, table.dataTable thead td {
    font-size: small;
}


p {
    margin: 5px 0 10.5px !important;
}

.commCenterFolderNote {
    margin-top: 1%;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
    padding: 0px 0px !important;
}


#divHeadingSearch {
    cursor: pointer;
    background-color: #505050;
    /*width: 176px;*/
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    color: #fff;
}

.buttons a:active, .buttons a:focus {
    background-color: #1d68ba;
    border: 1px solid #1d68ba;
    color: #fff;
}

.buttons a:hover {
    background-color: #1d68ba;
    border: 1px solid #1d68ba;
    color: #369;
}

#topcartlink span:hover {
    color: #93d6fd !important;
}

.header-links span:hover {
    color: #93d6fd !important;
}

.quick-view-button a {
    color: #fcfcfc !important;
}

.quick-view-button a {
    /*background: #1d68ba url(../img/icon-qv.png) no-repeat 10px center !important;*/
    background:#2a2a2a  url(../img/icon-qv.png) no-repeat 10px center !important;
}

.pvBvCss {
    color: #3b3b3b !important;
}



#VideoGallery .page-title {
    /*background: url(../img/pattern-nav.png) left top #1d68ba !important;*/
    color: #000 !important;
    font-weight: bold;
}
#viewSectionGalary{
        border: 1px solid #f7941e !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

    #VideoGallery .page-title h1 {
        border-bottom: 1px dashed #fff8f8 !important;
        padding: 0 0 0px !important;
    }
    #VideoGallery .page-title h1{
        font-size: 28px;
    font-weight: 600;
    }

.ui-datepicker-title select {
    min-width: 50px !important;
    padding: 8px !important;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15) !important;
    border: 0 !important;
    font-size: 12px !important;
    height: 32px !important;
    width: 70px !important;
    margin-bottom: 0px !important;
    margin-top: -4px !important;
    vertical-align: auto !important;
}


.overview .add-to-cart-buttonNew,
.variant-overview .add-to-cart-buttonNew{
    border: 0;
    padding: 14px 20px 15px 34px;
    height: 45px;
    background: #2e3841 url(../img/icon-add-to-cart.png) no-repeat left top;
    color: #fafafa;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.overview .add-to-cart-buttonNew:hover,
    .variant-overview .add-to-cart-buttonNew:hover {
        background-color: #2a2a2a;
    }




/*=========== DU Change ===========*/

.header-top {
    background: #fff;
    padding: 10px;
}

.home-page-category-grid .title strong, .product-grid .title strong {
    border-bottom:0px !important;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
}
.home-page-category-grid .item-box, .sub-category-grid .item-box {
    width: 24%;
    padding: 10px !important;
    border: 0px;
    border-radius: 25px;
    border: 1px solid #ffffff;
    margin: 0px 0.5% !important;
    height: 260px;
}
.home-page-category-grid .item-box:hover {
    box-shadow: none;
    background: #f5f5f5;
    border: 1px solid #f69232 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}
.home-page-category-grid .item-box .picture a {
    border-radius: 25px;
    overflow: hidden;
    transition-duration: 0.3s;
    border:2px solid #ffffff;
}
.category-item .picture img, .sub-category-item .picture img, .manufacturer-item .picture img, .vendor-item .picture img {
    min-height: 200px;
    max-height: 200px;
    width: 100%;
}
.home-page-category-grid .item-box:hover .picture a {
border-radius: 50%;
/*transform: rotate(60deg) !important;*/
border:2px solid #ffffff;
}
.home-page-category-grid .item-grid, .sub-category-grid .item-grid {
    overflow: visible !important;
}

.item-box {
    border: 0px;
    padding:8px !important;
}
.item-box:hover {
	transform: scale(1) !important;
    box-shadow:none !important;
    border:0px !important;
}
.item-box .product-item {
	transition-duration: 0.3s;
}
.item-box .product-item:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background: #f5f5f5;

}
.item-box .product-item .picture {
    border-radius: 25px;
    max-height: 280px;
}
.item-box .product-item .picture img {
	transition-duration: 0.8s;
    width: 100%;
    height: 100%;
    max-height:100% !important;
}

.item-box .product-item:hover .picture img {
	transform: scale(1.1) !important;
}

.item-box .product-item {
    padding: 7px;
    border-radius: 25px;
    border: 2px solid #f5f5f5;
}
.item-box .details {
    text-align: left;
    margin-top: 15px;
}
  .item-box .product-title {
    text-transform: capitalize !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
} 

.item-box .product-title a {
    font-size: 18px;
    font-weight: 500;
    color: #2b2b2b;
}

.item-box .description {
    margin: 15px 0 15px;
    line-height: 20px;
        text-align: left;
        overflow: hidden;
   white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
}

.item-box input[type="button"] {
    color: transparent;
    height: 45px;
    width: 45px;
    background-position: center;
    border-radius: 50%;
    padding: 0px;
    background-color:#f69232;
}
.item-box input[type="button"]:hover {
    background-color: #2e3841;
    color: transparent;
}
.item-box .prices:before {
display:none;
}
.item-box .prices {
    background-color: transparent !important;
}
.item-box .actual-price {
    text-shadow: none;
    color: #2d2d2d;
    font-size: 20px !important;
}
.quick-view-button a {
    border-radius: 15px;
}
.item-box .add-info {
    display: block;
}
.item-box .buttons {
    float: left;
}

#topcartlink a:before {
    background-color: transparent !important;
}
.breadcrumb {
    background: #f5f5f5;
    border-radius: 25px;
    padding: 15px !important;
    border: 0px;
    margin: 0px 0px 15px 0px;
    height: auto;
}

.overview .product-name h1 {
    text-align:left;
    color:#2a2a2a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}
.overview .add-to-wishlist-button {
    background: #2a2a2a;
    border-radius: 15px;
    padding: 15px 10px 15px 10px;
    color: transparent;
    font-weight: 600;
    box-shadow: none;
    margin-right: 7px;
    margin-left: 7px;
    width: 46px;
}

.overview .add-to-compare-list-button {
    background: #dddddd;
    border-radius: 15px;
    padding: 15px 10px 15px 35px;
    color: #2a2a2a;
    font-weight: 600;
    box-shadow: none;
    margin-right: 7px;
}

.overview .email-a-friend-button {
    background: #dddddd;
    border-radius: 15px;
    padding: 15px 10px 15px 35px;
    color: #2a2a2a;
    font-weight: 600;
    box-shadow: none;
}
.overview .email-a-friend:before, .overview .add-to-wishlist:before, .overview .compare-products:before {
    margin-left: 5px;
}
.overview .add-to-wishlist:before {
    margin-left: 15px;
}
.product-no-reviews, .product-reviews-overview {
    margin:15px 0 2px;
    text-align: left;
}
.overview .add-to-cart-panel, .variant-overview .add-to-cart-panel {
    margin-left: 0px;
    margin-top: 5px;
}
.overview .qty-input {
    outline: 0px solid #f6f6f6;
}
.overview .add-to-wishlist:before, .variant-overview .add-to-wishlist:before, .overview .compare-products:before, .overview .email-a-friend:before, .overview .back-in-stock-subscription:before, .overview .download-sample-button:before {
    border: 0px !important;
    opacity:1;
}
.overview .add-to-wishlist:before, .variant-overview .add-to-wishlist:before {
    background-position: center 7px;
}
.overview .prices, .variant-overview .prices {
    background:transparent !important;
}
.overview .prices:before, .variant-overview .prices:before {
    display:none;
}
.overview .product-price {
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    color: #f69232;
    text-shadow: none;
    text-align: left !important;
}
.overview .add-to-cart-buttonNew,
.variant-overview .add-to-cart-buttonNew{
    border-radius:15px;
}
.overview .add-to-cart-buttonNew, .variant-overview .add-to-cart-buttonNew {
    background-position:left 5px top;
    box-shadow:none;
    padding: 14px 20px 15px 42px;
    background-color:#f69232;
}
.overview .qty-input, .variant-overview .qty-input, .overview .qty-dropdown, .variant-overview .qty-dropdown {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin: 0px 7px 0px 0px !important;
}

.page-title h1 {
    border-bottom: 0px;
    color: #2a2a2a;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
}
.cart th {
    border: 1px solid #e5e5e5 !important;
    background: #f5f5f5 !important;
    font-weight: 500 !important;
}
.update-cart-wrap input[type="submit"] {
    border-radius: 15px;
    background-color: #2a2a2a;
}
.update-cart-wrap input[type="submit"]:hover {
    background-color: #f69232 !important;
}
.continue-shopping-wrap input[type="submit"] {
    background-color: #f69232;
    color: #ffffff;
    border-radius: 15px;
}
.continue-shopping-wrap input[type="submit"]:hover {
    background-color: #2a2a2a!important;
}
.cart, .data-table, .compare-products-table, .forums-table-section table {
    box-shadow: none !important;
}
#OrderTolal {
    color: #2a2a2a;
}
.terms-of-service {
    text-align: left;
}

.shopping-cart-page .button-1, .checkout-page .button-1 {
    border: 0px !important;
    border-radius: 15px;
}

.section {
    border-radius: 25px;
    box-shadow: rgba(99, 99, 99, 0.15) 0px 0px 5px 0px;
}
.checkout-page .address-item {
    border-radius: 25px;
    border: 2px solid #e7e7e7;
    box-shadow: none !important;
}
.order-review-data > div, .order-details-area > div, .shipment-details-area > div {
    border-radius: 25px;
    border: 2px solid #e7e7e7;
    box-shadow: none !important;
    padding:15px;
}
.cart-footer {
    border-radius: 25px;
     border: 2px solid #e7e7e7;
    box-shadow: none !important;
}

.inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea {
    box-shadow:none !important;
}

input[type="button"], input[type="submit"], button, .button-1, .button-2 {
    background: #f69232;
    box-shadow: none !important;
    border-radius: 15px;
}
.social {
    background: none repeat scroll 0% 0% #2a2a2a;
    border: #2a2a2a;
}

.block {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.block .listbox {
    display: block;
    overflow: hidden;
    border: 0px !important;
    padding-bottom: 10px;
}
    .block .list a {
        border-top: 0px;
    }
    .block .list a:hover {
        color:#f7941e !important;
    }
    .block .title {
    background: #2a2a2a !important;
}
    .block .title strong {
    text-transform: capitalize;
}
    .block .list a:before {
        display:none;
    }

#products-pagesize {
        width:60px;
}
.nopAjaxFilters7Spikes .block .title a.toggleControl {
    color: #fff !important;
}

@media (min-width: 981px){
#headerMenuParent {
    min-height: auto !important;
}
.header-menu {
    background-image: none !important;
}
.header-menu > ul > li > a, .header-menu > ul > li > span {
   padding: 20px 14px !important;
   font-weight: 600;
}
.header-menu>ul a {
    width: 100%!important;
    transition-duration: 0.3s;
}
.header-menu>ul>li>a:hover {
    color: #fff;
    background: #d56800;
    text-decoration: none;
}

}
@media (min-width: 981px) and (max-width:768px) {
    .home-page-category-grid .item-box, .sub-category-grid .item-box {
    width: 33.33%;
}
.home-page-category-grid .item-grid, .sub-category-grid .item-grid {
    width: 700px !important;
}
}
@media(max-width:480px) {
.home-page-category-grid .item-box, .sub-category-grid .item-box {
    width: 50%;
}
}
.eshopee{
    color:#000 !important;
}
#myBtn {
  color: #c80808 !important;
  opacity: 1;
}



