*, article {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-image: url(../images/mainbg.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    background-attachment: fixed;
    background-position: center center;
}

.products-grid-flex
{
    display: flex;
    justify-content: center;
}

body, a, input, div, select, button, textarea {
    font: 400 13px/20px 'Lato', sans-serif;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 20px;
    font-weight: 400;
}

h2 {
    font-size: 18px;
    font-weight: 400;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

h4 {
    font-size: 14px;
    font-weight: 700;
}

h5 {
    font-size: 12px;
    font-weight: 700;
}

h6 {
    font-size: 10px;
    font-weight: 700;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

p {
    margin: 0 0 10px;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after {
        content: '';
    }

small, big {
    font-size: 1em;
}

ul, ol, li[class*="span"], .corporate-block li {
    list-style: none;
}

    ul.ul-left li {
        float: left;
    }

.f-left, .left {
    float: left !important;
}

.f-right, .right {
    float: right !important;
}

.f-fix {
    width: 100%;
    float: left;
}

.f-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0px auto;
}

.clear {
    clear: both;
}

.paysuccess {
    font-size: 24px;
    color: #649f4b;
    line-height: 50px;
    text-decoration: none;
}
.payfail {
    font-size: 24px;
    color: #e1350d;
    line-height: 50px;
    text-decoration: none;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000 !important;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 12%;
    z-index: 10;
}

.checksummery {
    float: right !important;
    padding-left: 0;
    padding-right: 2.5%;
}

.pagetital {
    font-size: 18px;
}

.span12 {
    width: 100%;
}

.span11 {
    width: 91.5%;
}

.span10 {
    width: 83%;
}

.span9 {
    width: 74.5%;
}

.span8 {
    width: 66%;
}

.span7 {
    width: 57.5%;
}

.span6 {
    width: 49%;
}

.span5 {
    width: 40.5%;
}

.span4 {
    width: 32%;
}

.span3 {
    width: 23.5%;
}

.span2 {
    width: 15%;
}

.span1 {
    width: 6.5%;
}

[class*="span"] {
    float: left;
    margin-bottom: 2%;
    margin-left: 1%;
}

    [class*="span"] + [class*="span"] {
        margin-left: 1%;
    }

.cart-info {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    line-height: 22px;
    color: #545454;
    font-size: 14px;
    text-align: center;
    height: 50px;
    margin-bottom: 10px;
    font-weight: bold;
}

.cart-info2 {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    line-height: 22px;
    color: #000000;
    font-size: 14px;
    text-align: center;
    display: none;
}

.cart-Padding {
    padding-top: 40px;
}

.cartQuantity-Padding {
    padding-top: 30px;
}

.wrapper {
    min-width: 300px;
}

.page {
}

.globle-width {
    margin: 0px auto;
    display: inline-block;
    width: 100%;
}

    .globle-width .header-wrapper02 .nav-wrapper .container {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #000;
    }

.nicescroll-rails {
    z-index: 9999 !important;
    background: #f2f2f2;
}

    .nicescroll-rails div {
        border-radius: 0px !important;
    }

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

    .page-empty.ajax-index-options {
        padding: 0px 20px;
    }

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.main-container {
    background: #fbfaf6 url(../skin/frontend/nextlevel/default/images/bkg_main1.html) 50% 0 no-repeat;
}

.main {
}

.col-left {
}

.col-main {
}

.col-right {
}

.col1-layout .col-main {
    float: none;
    width: auto;
}

.col2-left-layout .col-main {
    float: right;
}

.col2-right-layout .col-main {
}

.col3-layout .col-main {
    width: 475px;
    margin-left: 17px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

    .col3-layout .col-wrapper .col-main {
        float: right;
    }

.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

input.input-text, select, textarea {
    border-width: 1px;
    border-style: solid;
}

input.input-text, textarea {
    padding: 0px 10px;
    height: 40px;
    width: 100%;
    line-height: 36px;
}

select {
    width: 100%;
    height: 36px;
    padding: 8px 7px 6px;
    line-height: 30px;
}

    select option {
        padding-right: 10px;
    }

    select.multiselect option {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 2px 5px;
    }

        select.multiselect option:last-child {
            border-bottom: 0;
        }

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 48px;
    text-align: center;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.button {
    -webkit-border-fit: lines;
}

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    vertical-align: top;
}

    button.button span {
        display: block;
        border-width: 1px;
        border-style: solid;
        padding: 7px 20px;
        text-align: center;
        white-space: nowrap;
        text-transform: uppercase;
        font-size: 12px;
    }

        button.button span span {
            border: 0;
            padding: 0;
        }

.secView button.button span, .secView .btn-cart {
    text-transform: capitalize;
}

.secView button.button > span {
    padding: 10px 25px;
}

button.btn-checkout span {
    padding: 7px 20px;
}

    button.btn-checkout span span {
        padding: 0px;
    }

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
}

    button.btn-checkout.no-checkout span span {
        background-position: 100% 100%;
    }

.static_content {
    clear: both;
}

.bottomBox .product-cat-info .addtocartbtn a {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 0;
    display: inline-block;
    background-color: #FF9117;
    color: #FFFFFF;
    background-image: url(../images/addtocart.png);
    background-repeat: no-repeat;
    background-position: 50px 8px;
    text-align: center;
}

    .bottomBox .product-cat-info .addtocartbtn a:hover {
        width: 100%;
        display: inline-block;
        background-color: #666666;
        color: #FFFFFF;
    }

.btn-cart {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    padding: 7px 20px;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-color: #171717 !important;
    border-color: #333 !important;
    color: #fff !important;
}

    .btn-cart:hover {
        display: inline-block;
        border-width: 1px;
        border-style: solid;
        border-color: #333333 !important;
        background-color: #e1350d !important;
        color: #fff !important;
    }

.btn-home {
    display: inline-block;
    width: 95%;
    padding: 10px 0px;
    vertical-align: top;
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    background-color: #e1350d !important;
    border-color: #333 !important;
    color: #fff !important;
}

    .btn-home:hover {
        display: inline-block;
        border-color: #333333 !important;
        background-color: #171717 !important;
        color: #fff !important;
    }

.btn-homenew {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    vertical-align: top;
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    background-color: #e1350d !important;
    border-color: #333 !important;
    color: #fff !important;
}

    .btn-homenew:hover {
        display: inline-block;
        border-color: #333333 !important;
        background-color: #171717 !important;
        color: #fff !important;
    }

.welcomeindex {
    font-size: 2em;
    color: #333333;
    padding-bottom: 2%;
}

.welcome {
    font-size: 24px;
    color: #333333;
}

.welcomemain {
    font-size: 3em;
    color: #ffffff;
}

.welcomeline {
    border-bottom: solid 1px rgba(255, 255, 255, 0.40);
}

.videot {
    width: 130% !important;
    height: 100% !important;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.addtocart-head {
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 7px;
    color: #FA5903;
    text-align: left;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.topemail a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

    .topemail a:hover {
        color: orange;
        font-size: 16px;
        text-decoration: none;
    }

.shoppingtital {
    font-size: 1.5em;
    color: #333333;
    padding-bottom: 1%;
    padding-top: 1%;
    padding-left: 1%;
}

.aboutindex {
    font-size: 2em;
    color: #333333;
    padding-bottom: 6.1% !important;
}

.aboutindextext {
    font-size: 1.1em;
    color: #333333 !important;
    line-height: 1.5em;
    text-align: left !important;
    padding-top: 5%;
}

.aboutboxtext {
    font-size: 1.1em;
    color: #333333 !important;
    line-height: 1.5em;
    text-align: left !important;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 3%;
}

.homebottext {
    font-size: 1.5em;
    color: #333333 !important;
    line-height: 1.5em;
    text-align: center !important;
}

.homebottextbold {
    font-size: 2em;
    color: #333333 !important;
    line-height: 1.5em;
    text-align: center !important;
}

.proAction .btn-cart {
    margin-bottom: 5px;
}

button.btn-cart {
    padding: 6px 20px;
}

.catalog-product-compare-index button.btn-cart {
    padding: 0px;
}

.secView .btn-cart {
    padding: 10px 25px;
}

.w-btn {
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    border-width: 1px;
    border-style: solid;
}

    .w-btn .fa {
        font-style: normal;
    }

.button-separator {
    display: inline-block;
    vertical-align: top;
}

.block-reorder .actions button.button, .crosssell-wrap button.button, .add-to-cart button.button, .product-options-bottom button.button, .add-to-cart-alt button.button {
    padding: 0px;
}

p.control input.checkbox, p.control input.radio {
    margin-right: 6px;
}

.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    font-weight: 400;
    position: relative;
    z-index: 0;
}

    .form-list label.required {
    }

        .form-list label.required em {
            float: right;
            font-style: normal;
            position: absolute;
            top: 0;
            right: -8px;
        }

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list .input-box {
    display: block;
    clear: both;
}

.form-list .field {
    float: left;
    width: 49%;
}

    .form-list .field + .field {
        margin-left: 2%;
    }

.form-list input.input-text {
    width: 100%;
}

.form-list textarea {
    height: 140px;
    resize: none;
    line-height: 18px;
}

.form-list select {
}

.form-list li.wide .input-box {
}

.form-list li.wide input.input-text {
}

.form-list li.wide textarea {
}

.form-list li.wide select {
}

.form-list li.additional-row {
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 10px;
    padding-top: 7px;
}

    .form-list li.additional-row .btn-remove {
        float: right;
        margin: 5px 0 0;
    }

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

    .form-list-narrow li .input-box {
        margin-bottom: 6px;
    }

    .form-list-narrow li.wide .input-box {
        width: 260px;
    }

    .form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
        width: 254px;
    }

    .form-list-narrow li.wide select {
        width: 260px;
    }

.recaptchatable .recaptcha_input_area #recaptcha_response_field {
    margin: 0 !important;
    top: 8px !important;
    padding: 1px !important;
}

span#recaptcha_privacy {
    padding-top: 5px;
}

.register {
    min-width: 0;
    padding: 0;
    border: 0;
    margin: 0 0 0 20px;
}

.form-box {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 8px 0 8px 0;
}

.form-boxtext {
    display: block;
    height: 30px;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    margin: 8px 0 0 0;
}

.form-2 .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

    .form-list .name-prefix select {
        width: 55px;
    }

    .form-list .name-prefix input.input-text {
        width: 49px;
    }

.form-list .name-suffix {
    width: 65px;
}

    .form-list .name-suffix select {
        width: 55px;
    }

    .form-list .name-suffix input.input-text {
        width: 49px;
    }

.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

    .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
        width: 124px;
    }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

    .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
        width: 189px;
    }

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

    .form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
        width: 189px;
    }

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

    .form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
        width: 189px;
    }

.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename .name-middlename, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

    .form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename .name-middlename input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
        width: 189px;
    }

.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
}

.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 60px;
}

    .form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
        width: 46px;
    }

.form-list .customer-dob .dob-year {
    width: 140px;
}

    .form-list .customer-dob .dob-year input.input-text {
        width: 134px;
    }

.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: right;
}

    .buttons-set p.required {
        margin: 0 0 10px;
    }

    .buttons-set .back-link {
        float: left;
        margin: 0px 0px 10px;
    }

    .buttons-set button.button {
        float: right;
        margin-left: 5px;
    }

.buttons-set-order {
    margin: 10px 0 0;
}

    .buttons-set-order .please-wait {
        padding: 12px 7px 0 0;
    }

.fieldset {
    border-width: 1px;
    border-style: solid;
    padding: 12px 25px;
    margin: 28px 0;
    text-align: left;
}

    .fieldset .legend {
        font-weight: 400;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 0 0px 5px;
        margin-bottom: 20px;
    }

.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
}

.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important;
}

.validation-passed {
}

p.required {
    font-size: 10px;
    text-align: right;
}

.v-fix {
    float: left;
}

    .v-fix .validation-advice {
        display: block;
        width: 12em;
        margin-right: -12em;
        position: relative;
    }

.success {
    font-weight: 700;
}

.error {
    font-weight: 700;
}

.notice {
}

.messages, .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.messages {
    width: 100%;
    margin-bottom: 20px !important;
    display: inline-block;
}

    .messages li {
        margin: 0px !important;
    }

        .messages li li {
            margin: 0 0 3px !important;
        }

            .messages li li span {
                vertical-align: top;
            }

.error-msg, .success-msg, .note-msg, .notice-msg {
    display: inline-block;
    width: 100%;
    clear: both;
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 15px 8px 12px 45px !important;
    font-size: 13px !important;
    position: relative;
}

    .error-msg:before, .success-msg:before, .note-msg:before, .notice-msg:before {
        position: absolute;
        left: 14px;
        top: 15px;
        font-size: 20px;
    }

    .note-msg:before, .notice-msg:before {
        left: 20px;
    }

    .notice-msg:before {
    }

.messages a {
    font-weight: bold;
}

.breadcrumbs {
    font-size: 11px;
    margin: 0 0 20px;
    text-align: left;
    padding: 10px 20px;
}

    .breadcrumbs a {
        font-size: 11px;
    }

    .breadcrumbs span {
        display: inline-block;
        padding: 0px 5px;
    }

    .breadcrumbs li {
        display: inline;
    }

        .breadcrumbs li strong {
            font-weight: 700;
        }

.page-title {
    width: 100%;
    overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 25px;
    padding-bottom: 10px;
}

.mdlblog-post-view .page-title h2 {
    font-size: 30px;
    text-transform: none;
}

.page-title h1, .page-title h2 {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

    .page-title h1 a, .page-title h2 a {
        font-size: 20px;
    }

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

    .title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
        float: left;
    }

.slide {
}

.carousel-caption {
    left: 5%;
    right: 5%;
    padding-bottom: 30px;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 10% !important;
    width: 1.7% !important;
    opacity: 0.7 !important;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #333 !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #666;
        text-decoration: none;
        opacity: 0.9 !important;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        background-color: #fff;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 50px !important;
        height: 50px !important;
        font-size: 30px;
        padding: 10px;
    }

.carousel-indicators {
    bottom: -2% !important;
}

.cap1 {
    bottom: 80%;
    width: 80%;
    color: #fff;
    font: bold 25px arial;
    text-align: center;
    transition: bottom 1.3s ease 0s, opacity 1s ease 0s;
    background-color: #DD7D14;
    padding: 7px;
    margin-left: auto;
    margin-right: auto;
}

.cap2 {
    bottom: 40%;
    color: #fff;
    font: bold 18px arial;
    text-align: center;
    transition: bottom 1.3s ease 0s, opacity 1s ease 0s;
    background-color: #DD7D14;
    padding: 7px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.cap3 {
    bottom: 10%;
    color: #fff;
    font: normal 16px arial;
    text-align: center;
    transition: bottom 1.3s ease 0s, opacity 1s ease 0s;
    background-color: #DD7D14;
    padding: 7px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.subtitle, .sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 6px;
}

.my-account .pager {
    margin-bottom: 10px;
}

.my-account script + .pager {
    margin-top: 20px;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

    .pager .limiter label {
        vertical-align: middle;
        float: left;
    }

    .pager .limiter select {
        margin: -10px 5px 0px;
        vertical-align: middle;
        float: left;
        width: 80px;
    }

.pager .pages {
}

    .pager .pages ol {
        display: inline;
    }

    .pager .pages li {
        display: inline-block;
        margin: 0px;
    }

        .pager .pages li span, .pager .pages li a {
            display: inline-block;
            width: 28px;
            height: 28px;
            line-height: 27px;
            text-align: center;
            border-width: 1px;
            border-style: solid;
            font-size: 12px;
            color: #fff;
        }

    .pager .pages .current {
    }

.sorter {
}

    .sorter .view-mode {
        float: left;
        margin: 0;
    }

        .sorter .view-mode .grid, .sorter .view-mode .list {
            font-size: 28px;
            margin-top: 5px;
            display: inline-block;
        }

            .sorter .view-mode .grid span, .sorter .view-mode .list span {
                display: none;
            }

    .sorter .sort-by {
        float: right;
    }

        .sorter .sort-by label {
            vertical-align: middle;
        }

        .sorter .sort-by select {
            padding: 0;
            margin: 0 0 1px;
            vertical-align: middle;
        }

    .sorter .link-feed {
    }

.loderPan {
    text-align: center;
}

    .loderPan + script + .toolbar-bottom .sorter {
        border: 0px none;
    }

.toolbar {
    position: relative;
    z-index: 99;
}

    .toolbar .pager {
        display: none;
    }

    .toolbar .sorter {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 10px;
    }

.toolbar-bottom {
    text-align: center;
}

    .toolbar-bottom .toolbar .sorter {
        border-bottom: 0px;
        border-top-width: 1px;
        border-top-style: solid;
        padding: 10px 0px 0px;
    }

    .toolbar-bottom .toolbar .pager {
        display: block;
    }

    .toolbar-bottom .limiter, .toolbar-bottom .sort-by, .toolbar-bottom .view-mode {
        display: none;
    }

.data-table td.last, .data-table th.last {
    border-right: 0;
}

.data-table tr.last th, .data-table tr.last td {
}

.data-table th {
    padding: 3px 8px;
    font-weight: 700;
}

.data-table td {
    padding: 4px 8px;
}

.data-table tfoot tr.first td {
    border-top-width: 1px;
    border-top-style: solid;
}

.data-table thead th {
    font-weight: 700;
    border-right-width: 1px;
    border-right-style: solid;
    padding: 6px 8px;
    white-space: nowrap;
    vertical-align: middle;
}

    .data-table thead th.wrap {
        white-space: normal;
    }

    .data-table thead th a, .data-table thead th .tax-flag {
        font-size: 10px;
        white-space: nowrap;
    }

.data-table tfoot {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .data-table tfoot td {
        padding-top: 1px;
        padding-bottom: 1px;
        border-bottom: 0;
        border-right-width: 1px;
        border-right-style: solid;
    }

    .data-table tfoot strong {
        font-size: 15px;
    }

.data-table tbody th, .data-table tbody td {
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
}

.data-table ul.disc {
    padding: 10px 10px 10px 20px;
}

    .data-table ul.disc li {
        padding: 2px 0px;
        list-style: square;
    }

.data-table tbody.odd tr td, .data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.data-table tbody td .option-label {
    font-weight: 700;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

.info-box {
    border-width: 1px;
    border-style: solid;
    padding: 12px 15px;
    margin: 0 0 15px;
}

    .info-box h2 {
    }

.info-table th {
    font-weight: 700;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 10px;
}

tr.summary-details-first td {
    border-top-width: 1px;
    border-top-style: solid;
}

tr.summary-details-excluded {
    font-style: italic;
}

.cart-tax-info {
    display: block;
}

    .cart-tax-info, .cart-tax-info .cart-price {
        padding-right: 20px;
    }

.cart-tax-total {
    display: block;
    padding-right: 20px;
    cursor: pointer;
}

    .cart-tax-info .price, .cart-tax-total .price {
        display: inline !important;
        font-weight: normal !important;
    }

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: 700;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding: 0;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul, .std ol ol, .std ul ol, .std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: 700;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b, .std strong {
    font-weight: 700;
}

.std i, .std em {
    font-style: italic;
}

    .std i.fa, .std em.fa {
        font-style: normal;
    }

.links li {
    display: inline;
}

    .links li.first {
    }

    .links li.last {
        padding-right: 0 !important;
    }

.link-cart {
    font-weight: 700;
}

.link-wishlist {
    font-weight: 700;
}

.link-reorder {
    font-weight: 700;
}

.link-compare {
    font-weight: 700;
}

.link-print {
    font-weight: 700;
}

.link-rss {
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 14px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    text-indent: -999em;
    overflow: hidden;
}

.global-site-notice {
    border-style: solid;
    border-width: 0 0 1px;
    line-height: 1.25;
    text-align: center;
}

    .global-site-notice .notice-inner {
        width: 860px;
        margin: 0 auto;
        padding: 12px 0 12px 80px;
        text-align: left;
    }

        .global-site-notice .notice-inner p {
            margin: 0;
            border-width: 1px;
            border-style: dotted;
            padding: 10px;
        }

        .global-site-notice .notice-inner .actions {
            padding-top: 10px;
        }

.notice-cookie {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}

.noscript {
}

.demo-notice {
    margin: 0;
    padding: 6px 10px;
    line-height: 1.15;
    border: 0;
    text-align: center;
}

    .demo-notice .notice-inner {
        width: auto;
        padding: 0;
        background: none;
        text-align: center;
    }

        .demo-notice .notice-inner p {
            padding: 0;
            border: 0;
        }

.logo {
    float: left;
}

.header-container {
    position: relative;
    z-index: 9999;
}

header {
    clear: both;
    position: relative;
    z-index: 9999;
}

.header .logo {
    float: left;
    margin-top: -5px;
    text-decoration: none !important;
}

header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

header h1.logo {
    margin: 0;
}

header .quick-access {
    float: right;
    width: 600px;
    padding: 28px 10px 0 0;
}

header .welcome-msg {
    margin: 0;
    text-align: right;
}

header .form-search {
}

    header .form-search label {
        float: left;
        width: 24px;
        height: 21px;
        text-align: left;
        text-indent: -999em;
        overflow: hidden;
    }

    header .form-search input.input-text {
    }

    header .form-search button.button {
        float: left;
    }

        header .form-search button.button span {
            border: 0;
            height: 21px;
            padding: 0 0 0 3px;
        }

            header .form-search button.button span span {
                background-position: 100% 0;
                padding: 0 6px 0 3px;
            }

    header .form-search .search-autocomplete {
        z-index: 999;
    }

        header .form-search .search-autocomplete ul {
            border-width: 1px;
            border-style: solid;
            border-bottom: 0px none;
        }

        header .form-search .search-autocomplete li {
            text-align: left;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            padding: 2px 8px 1px 8px;
            cursor: pointer;
        }

            header .form-search .search-autocomplete li .amount {
                float: right;
                font-weight: 700;
            }

header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

    header .form-language label {
        font-weight: 700;
        padding-right: 5px;
        vertical-align: middle;
    }

    header .form-language select {
        padding: 0;
    }

        header .form-language select.flags option {
            background-position: 4px 50%;
            background-repeat: no-repeat;
            padding-left: 25px;
        }

header .links {
    float: right;
    margin: 0 0 6px;
}

    header .links li {
        float: left;
        font-size: 10px;
        padding: 0 8px 0 7px;
    }

header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

    header-container .top-container a {
        font-size: 10px;
    }

.mobMenu {
    text-align: left;
    display: none;
}

    .mobMenu h1 {
        margin: 0px;
        padding: 5px 10px;
    }

        .mobMenu h1 span {
            font-size: 14px;
            vertical-align: top;
            display: inline-block;
            line-height: 26px;
        }

        .mobMenu h1 a {
            float: right;
            font-size: 19px;
            line-height: 19px;
            margin-top: 5px;
        }

    .mobMenu .accordion {
        border-width: 1px;
        border-style: solid;
        border-top: 0px none;
    }

        .mobMenu .accordion li {
            display: block;
            position: relative;
            font-size: 13px;
        }

            .mobMenu .accordion li + li {
                border-top-width: 1px;
                border-top-style: solid;
            }

.accordion li ul li {
    border-top-width: 1px;
    border-top-style: solid;
    font-size: 11px;
}

.mobMenu .accordion li a {
    display: block;
    padding: 5px 10px;
}

.mobMenu .accordion em.open-close {
    padding: 8px 14px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-position: 9px -31px;
}

.mobMenu .accordion li.active > em.open-close {
    background-position: 9px -67px;
}

.mobMenu .accordion em {
    margin-right: 10px;
}

.header-container .header_cart .remain_cart, .header-container .compare-content {
    display: none;
    width: 250px;
    position: absolute;
    left: 50%;
    border-width: 1px;
    border-style: solid;
    top: 30px;
    margin-left: -120px;
    z-index: 9;
}

    .header-container .compare-content #compare-items {
        max-height: 340px;
        overflow: auto;
    }

        .header-container .compare-content #compare-items li {
            padding: 13px 20px 14px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            text-align: left;
        }

    .header-container .header_cart .remain_cart:before, .header-container .compare-content:before {
        border-style: solid;
        border-width: 0 9px 9px;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: -9px;
        margin-left: -4px;
        width: 0;
    }

    .header-container .header_cart .remain_cart div {
        font-weight: 400;
    }

        .header-container .header_cart .remain_cart div.span4 {
            margin-bottom: 0px !important;
        }

    .header-container .header_cart .remain_cart .shopping-bag {
        padding: 13px 8px;
        font-size: 15px;
    }

        .header-container .header_cart .remain_cart .shopping-bag p {
            margin: 0px;
        }

    .header-container .header_cart .remain_cart .mini-products-list {
        max-height: 340px;
        overflow: auto;
        border-top-width: 1px;
        border-top-style: solid;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .header-container .header_cart .remain_cart .mini-products-list .item {
            padding: 14px 20px 13px;
            display: inline-block;
            width: 100%;
            vertical-align: top;
        }

            .header-container .header_cart .remain_cart .mini-products-list .item + .item {
                border-top-width: 1px;
                border-top-style: solid;
            }

    .header-container .header_cart .remain_cart .product-name {
        margin-bottom: 10px;
    }

        .header-container .header_cart .remain_cart .product-name a, .header-container .compare-content #compare-items li .product-name a {
            font-weight: 700;
            font-size: 13px;
            line-height: 16px;
        }

    .header-container .header_cart .remain_cart .quity-multy, .header-container .header_cart .remain_cart .price {
        font-size: 13px;
        font-weight: 700;
    }

    .header-container .header_cart .remain_cart .truncated {
        padding-bottom: 5px;
    }

    .header-container .header_cart .remain_cart .btn-pencil {
        font-size: 18px;
        display: inline-block;
        margin-right: 5px;
    }

    .header-container .header_cart .remain_cart .actions_checkout, .header-container .compare-content .actions {
        padding: 13px 20px;
    }

        .header-container .header_cart .remain_cart .actions_checkout .button, .header-container .compare-content .actions .button {
            overflow: hidden;
            margin: 0px 1px;
            display: inline-block;
        }

            .header-container .header_cart .remain_cart .actions_checkout .button span, .header-container .compare-content .actions .button span {
                font-size: 12px;
                padding: 2px 6px 3px;
                margin: 0px;
                display: inline-block;
                vertical-align: top;
            }

.header-wrapper01 .header-top .block-cart {
    padding: 10px 0px 0px 13px;
    position: relative;
}

    .header-wrapper01 .header-top .block-cart .classy {
        margin: 1px 5px 0px;
        font-size: 14px;
    }

        .header-wrapper01 .header-top .block-cart .classy span span {
            display: none;
        }

.search-right {
    margin: 38px 0px 0px 10px;
    position: relative;
    z-index: 9;
}

    .search-right .fa {
        cursor: pointer;
        font-size: 14px;
        width: 14px;
        text-align: right;
    }

    .search-right .drop_search {
        position: absolute;
        top: 30px;
        right: 0px;
        width: 500px;
        padding: 10px;
        border-width: 1px;
        border-style: solid;
    }

        .search-right .drop_search:before {
            border-style: solid;
            border-width: 0 9px 9px;
            content: "";
            height: 0;
            left: auto;
            right: -1px;
            position: absolute;
            top: -9px;
            margin-left: -4px;
            width: 0;
        }

        .search-right .drop_search:after {
            border-style: solid;
            border-width: 0 8px 8px;
            content: "";
            height: 0;
            left: auto;
            right: -1px;
            position: absolute;
            top: -7px;
            margin-left: -5px;
            width: 0;
        }

        .search-right .drop_search .searchMPan {
            float: left;
            width: 23%;
            margin-right: 2%;
        }

            .search-right .drop_search .searchMPan + .input-text {
                width: 75%;
            }

        .search-right .drop_search .input-text {
            width: 100%;
            float: left;
        }

        .search-right .drop_search .fa-times {
            display: none;
        }

        .search-right .drop_search .button {
            position: absolute;
            right: 20px;
            top: 20px;
        }

.header-wrapper01 header a.logo {
    margin: 27px 0px;
}

.header-wrapper01 header nav ul#nav, .header-wrapper01 header nav .sf-menu {
    float: right;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
}

.header-wrapper01 header nav ul li {
}

.header-wrapper01 header nav ul#nav li a.level-top, .header-wrapper01 header nav .sf-menu li a.level-top {
    font-size: 14px;
    font-weight: normal;
    padding: 39px 20px;
    text-transform: uppercase;
}

.header-wrapper01 header nav ul#nav li:hover a.level-top, .header-wrapper01 header nav ul#nav li.active a.level-top, .cms-index-index .header-wrapper01 header nav ul#nav li.home a.level-top, .contacts-index-index .header-wrapper01 header nav ul#nav li.contact-link a.level-top {
}

.header-wrapper01 .sf-menu li + li + li ul.level0 li ul.level1 {
    left: -100%;
    margin: 0px 2px 0px 0px;
}

.headerfix .header-wrapper01 {
    position: fixed;
    left: 0px;
    top: 0px;
}

.header-top {
    position: relative;
    z-index: 10000;
}

.language-switcher, .header_currency, .header-contact, .header-info {
    float: left;
    margin-right: 10px;
    text-align: left;
    position: relative;
}

    .language-switcher .select_lang span, .header_currency .currency_pan span, .header-contact span, .header-info span {
        display: inline-block;
        padding-right: 10px;
        padding-left: 15px;
        position: relative;
        font-size: 12px;
    }

    .header_currency .currency_pan span {
        padding-left: 30px;
    }

        .header-contact em, .header-info em, .language-switcher .select_lang span:before, .header_currency .currency_pan span:before {
            position: absolute;
            left: 0px;
            top: 2px;
            font-size: 18px;
        }

    .header-contact em {
        font-size: 23px;
        min-width: 27px;
        text-align: center;
    }

    .header-contact em, .header-info em {
        top: 11px;
    }

.header-top [class*="span"] {
    margin-bottom: 0px;
}

.currency_detail, .language_detail {
    display: none;
    position: absolute;
    text-align: left;
    left: 0px;
    top: 41px;
    width: 140px;
    z-index: 99;
}

.header-info {
    padding: 9px 8px;
}

.language-switcher .select_lang, .header_currency .currency_pan {
    display: inline-block;
    padding: 10px 8px;
}

.currency_detail .currency-inner a, .language_detail .language-inner a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 10px;
}

.header-top .topLinkMenu {
    display: none;
    padding: 10px 8px;
    position: relative;
    z-index: 9;
}

    .header-top .topLinkMenu .tpMenu {
        font-size: 14px;
    }

    .header-top .topLinkMenu .tpm-inner {
        position: absolute;
        width: 150px;
        text-align: left;
        right: 0px;
        left: auto;
        top: 41px;
    }

        .header-top .topLinkMenu .tpm-inner ul li {
            width: 100%;
            padding: 0px;
        }

            .header-top .topLinkMenu .tpm-inner ul li a:before {
                top: 10px;
                left: 10px;
            }

            .header-top .topLinkMenu .tpm-inner ul li a {
                font-size: 12px;
                padding: 5px 10px 5px 28px;
                width: 100%;
                display: inline-block;
            }

            .header-top .topLinkMenu .tpm-inner ul li + li {
                border-top-width: 1px;
                border-top-style: solid;
            }

.header-top ul.links {
    float: right;
}

.globle-width .header-top ul.links {
    display: inline;
}

.header-top ul.links li {
    padding: 10px 0px 0px 10px;
}

    .header-top ul.links li a, .header-compare .classy a {
        font-size: 12px;
        padding-left: 18px;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
    }

        .header-top ul.links li a:before, .header-compare .cart-icon {
            position: absolute;
            left: 0px;
            top: 5px;
            font-size: 12px;
            width: 16px;
            text-align: center;
        }

.header-top .header-compare {
    float: right;
    position: relative;
    display: none;
}

    .header-top .header-compare .classy {
        margin: 0px;
        margin: 10px 0px 0px;
        position: relative;
        line-height: 11px;
    }

.header-top .compare-content {
    top: 40px;
}

.header-wrapper02 .nav-wrapper {
}

.cms-index-index .header-wrapper02 .nav-wrapper {
    margin-bottom: 0px;
}

.header-wrapper02 .nav-wrapper .container {
    position: relative;
    padding: 12px 0 0px;
    display: inline-block;
    vertical-align: top;
}

    .header-wrapper02 .nav-wrapper .container nav ul#nav > li:after, .header-wrapper02 .nav-wrapper .container nav ul.sf-menu > li:after {
        content: '|';
        float: left;
        padding: 0px 28px;
        font-weight: 700;
    }

    .header-wrapper02 .nav-wrapper .container nav ul#nav > li.contact-link:after, .header-wrapper02 .nav-wrapper .container nav ul.sf-menu > li.contact-link:after {
        display: none;
    }

    .header-wrapper02 .nav-wrapper .container nav ul#nav > li > a, .header-wrapper02 .nav-wrapper .container nav ul.sf-menu > li > a {
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
        padding: 0px;
    }

.header-wrapper02 nav ul#nav ul.level0 {
    top: 40px;
    left: 20%;
}

.header-wrapper02 .sf-menu ul.level0 {
    top: 40px;
}

.header-wrapper02 .logo-row {
    padding: 10px 0px;
}

header .header_cart {
    position: relative;
    border-width: 3px;
    border-style: solid;
    z-index: 9;
}

.header-container .block-cart .summary {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

header .block-cart .summary .classy {
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 10px;
    line-height: 34px;
}

header .block-cart .summary .bag {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-left-width: 1px;
    border-left-style: solid;
}

.header-wrapper02 .header_cart .remain_cart {
    top: 38px;
}

.header-wrapper02 .form-search {
    float: right;
    position: relative;
}

    .header-wrapper02 .form-search .fa-times {
        display: none;
    }

    .header-wrapper02 .form-search .button {
        position: absolute;
        top: 9px;
        right: 25px;
    }

    .header-wrapper02 .form-search select {
        float: left;
        width: 180px;
        padding: 8px 10px 7px 10px;
        line-height: 31px;
    }

    .header-wrapper02 .form-search select, .header-wrapper02 .form-search input {
        border-width: 3px;
        border-style: solid;
        height: 41px;
        float: left;
        margin-right: 16px;
        font-size: 14px;
        -webkit-appearance: none;
        border-radius: 0;
    }

        .header-wrapper02 .form-search select option {
            padding: 0px 10px;
        }

    .header-wrapper02 .form-search input {
        width: 260px;
        padding: 0px 12px;
        line-height: 41px;
        vertical-align: top;
    }

.header-wrapper02 header .form-search button.button span span {
    font-size: 16px;
}

.headerfix .header-wrapper02 {
    position: fixed;
    left: 0px;
    top: 0px;
}

    .headerfix .header-wrapper02 .nav-wrapper {
        margin-bottom: 0px;
    }

.headerfix .header-top {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hideTopNav .header-top {
    margin-top: -40px;
}

.headerfix .page {
    padding-top: 202px;
}

.headerfix.cms-index-index .page {
    padding-top: 202px;
}

.header1.headerfix.cms-index-index .page {
    padding-top: 137px;
}

.header1.headerfix .page {
    padding-top: 150px;
}

.header-wrapper03 .logo-row .span4 {
    margin-bottom: 0px;
}

    .header-wrapper03 .logo-row .span4 .block-cart {
        float: left !important;
    }

.header-wrapper03 .header .logo {
    text-align: center;
    float: none;
    display: inline-block;
}

.header-wrapper03 .logo-row .form-search {
    width: 100%;
}

    .header-wrapper03 .logo-row .form-search input {
        width: 100%;
        float: right;
        margin: 0px;
    }

    .header-wrapper03 .logo-row .form-search select {
        width: 28%;
        margin-right: 2%;
    }

        .header-wrapper03 .logo-row .form-search select + input {
            width: 70%;
        }

    .header-wrapper03 .logo-row .form-search .button {
        right: 10px;
    }

#nav {
}

    #nav li, nav .sf-menu li {
        text-align: left;
    }

nav .sf-menu li {
    position: relative;
}

#nav li.over {
    z-index: 998;
}

#nav a, #nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

#nav li ul span {
    white-space: normal;
}

#nav li, nav .sf-menu li {
    float: left;
}

    #nav a, nav .sf-menu li a {
        float: left;
        padding: 5px 12px 6px 8px;
        font-weight: 700;
    }

nav ul li .home-link {
    margin-right: 7px;
}

#nav ul li, #nav ul li.active {
    float: none;
    margin: 0;
    border-bottom: solid 1px #CCCCCC;
}

    #nav ul li.last {
        padding-bottom: 0;
    }

    #nav ul li a {
        font-weight: normal !important;
    }

#nav ul.level0 {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

#nav ul {
    position: absolute;
    width: 15em;
    top: 27px;
    left: 0px;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

#nav ul ul, #nav ul div {
    top: 5px;
}

#nav ul span, #nav ul li.last li span {
}

#nav li ul.shown-sub, #nav li div.shown-sub {
    left: 0;
    z-index: 999;
    visibility: visible;
    opacity: 1;
}

#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
    left: 100px;
}

.sf-menu ul.level0 {
    position: absolute;
    top: 98px;
    display: none;
    overflow: visible !important;
    height: auto !important;
}

    .sf-menu ul.level0 li {
        margin: 1px 0px;
    }

        .sf-menu ul.level0 li a {
            padding: 10px 20px;
            border-left-width: 2px;
            border-left-style: solid;
            width: 100% !important;
            float: left !important;
        }

        .sf-menu ul.level0 li ul.level1 {
            position: absolute;
            left: 100%;
            margin: 0px 0px 0px 2px;
        }

header nav ul#nav li.customMenu .level0 {
}

nav ul#nav ul.level0 {
    width: auto;
    top: 96px;
}

    nav ul#nav ul.level0 li.level1 {
        width: auto;
        padding: 20px;
        float: left;
    }

    nav ul#nav ul.level0 li.customMenu {
        width: 100%;
        padding: 20px;
    }

    nav ul#nav ul.level0 li.level1 ul.level1 {
        position: relative;
        left: 0px;
        top: 0px;
        border: 0px none;
        width: 100%;
    }

        nav ul#nav ul.level0 li.level1 ul.level1 li {
        }

#nav ul li a {
    float: none;
}

#nav ul.level0 li h2 {
    padding: 5px 12px 6px 8px;
    font-size: 13px;
}

nav ul#nav ul.level0 li.customMenu a {
    padding: 0px;
    margin-bottom: 10px;
}

nav ul#nav ul.level0 li.customMenu .span3 {
    margin-bottom: 20px;
}

.itemInner {
    position: relative;
    border: solid 1px #CCCCCC;
}

.badge {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 70px;
    z-index: 99;
    text-align: center;
}

    .badge span {
        width: 100%;
        float: left;
        margin-bottom: 1px;
        padding: 2px 0px;
    }

        .badge span b {
            display: none;
        }

        .badge span strong {
            font-weight: 400;
            text-transform: uppercase;
            font-size: 11px;
        }

.review-product-list .form-add {
    padding-top: 20px;
}

.box-reviews dl {
    border-width: 1px;
    border-style: solid;
    margin: 10px 0px 20px;
}

    .box-reviews dl dt {
        padding: 5px;
    }

        .box-reviews dl dt a {
            margin-right: 5px;
            display: inline-block;
        }

    .box-reviews dl .ratings-table {
        width: 100%;
    }

        .box-reviews dl .ratings-table th, .box-reviews dl .ratings-table td {
            width: 50%;
            padding: 7px 10px;
            border-top-width: 1px;
            border-top-style: solid;
        }

        .box-reviews dl .ratings-table td {
            border-left-width: 1px;
            border-left-style: solid;
        }

    .box-reviews dl .f-block {
        padding: 10px;
        border-top-width: 1px;
        border-top-style: solid;
    }

.block {
    margin: 0;
    text-align: left;
}

    .block .block-title {
        border-top-width: 1px;
        border-top-style: solid;
        padding: 12px 20px;
        margin-bottom: 10px;
    }

        .block .block-title strong {
            display: block;
            min-height: 16px;
            padding: 1px 0 1px;
            text-transform: uppercase;
            font-weight: 700;
        }

            .block .block-title strong span {
            }

        .block .block-title a {
            text-decoration: none !important;
        }

    .block .block-subtitle {
        margin: 0;
        padding: 5px 9px;
        font-size: 1em;
        font-weight: 700;
    }

    .block .block-content li.item {
    }

.block-reorder .block-content li.item {
    padding-left: 10px;
}

.block .btn-remove, .block .btn-edit {
    float: right;
    margin: 8px 5px 0px 0px;
    width: 14px;
    height: 14px;
}

.block .actions {
    padding: 6px 9px;
    text-align: right;
    margin-top: 10px;
}

    .block .actions a {
        float: left;
        margin-top: 7px;
    }

    .block .actions button.button {
        float: right;
    }

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block.block-list.header-compare {
}

    .block.block-list.header-compare #compare-items li {
        position: relative;
    }

    .block-account .block-content li, #magicat li, .block-layered-nav li, .block.block-list.header-compare #compare-items li {
        display: inline-block;
        width: 100%;
        padding: 6px 20px;
    }

        .block-account .block-content li + li, #magicat li + li, .block-layered-nav li + li, .block.block-list.header-compare #compare-items li + li {
            border-top-width: 1px;
            border-top-style: solid;
        }

        .block-account .block-content li a, .block-account .block-content li strong, #magicat li a, .block-layered-nav li a {
            position: relative;
            padding-left: 13px;
            display: inline-block;
        }

            .block-account .block-content li a:before, .block-account .block-content li strong:before, #magicat li a:before, .block-layered-nav li a:before {
                position: absolute;
                left: 0px;
                top: 3px;
            }

        .block.block-list.header-compare #compare-items li .btn-remove {
            position: absolute;
            right: 0px;
            top: 8px;
            margin: 0px;
        }

.block.block-viewed .block-content li.item {
    padding: 10px 0px;
}

    .block.block-viewed .block-content li.item + li.item {
        border-top-width: 1px;
        border-top-style: solid;
        padding-top: 18px;
    }

    .block.block-viewed .block-content li.item .product-image {
        float: left;
        margin-right: 16px;
        width: auto;
    }

    .block.block-viewed .block-content li.item .old-price, .block.block-viewed .block-content li.item .special-price {
        display: inline-block;
        margin-right: 5px;
    }

.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-gr-search, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
    font-size: 10px;
    line-height: 1.25;
}

    .block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
    }

.mini-products-list .product-image {
    float: left;
    width: 52px;
    border-width: 1px;
    border-style: solid;
    margin: 10px;
}

.span3 .mini-products-list .product-image {
    width: 50px;
}

.header-container .mini-products-list .product-image {
    width: 90px;
    margin: 0px;
}

.mini-products-list .product-details {
    margin-left: 80px;
    text-align: left;
}

.header-container .mini-products-list .product-details {
    margin-left: 120px;
}

.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

.span3 .block-compared #recently-compared-items li {
    padding: 5px 10px;
}

.block-account .block-title {
}

.block-account .block-content {
}

    .block-account .block-content li a {
    }

    .block-account .block-content li strong {
        font-weight: 400;
    }

    .block-account .block-content li.last a {
        border-bottom: 0;
    }

    .block-account .block-content li.current {
    }

        .block-account .block-content li.current.last {
            border-bottom: 0;
        }

.block-currency {
    border: 0;
    padding: 7px 12px 10px;
    height: 51px;
}

    .block-currency .block-title {
        border: 0;
        padding: 0;
        margin: 0 0 5px;
    }

        .block-currency .block-title strong {
            padding: 0 0 0 21px;
            text-transform: none;
        }

    .block-currency .block-content {
        background: none;
        padding: 0;
    }

        .block-currency .block-content select {
            width: 100%;
            padding: 0;
        }

.block-layered-nav {
    border: 0;
}

    .block-layered-nav .block-title {
    }

    .block-layered-nav .block-subtitle {
        line-height: 1.35;
        padding: 3px 9px;
        border-style: solid;
        border-width: 1px 0;
        text-transform: uppercase;
    }

    .block-layered-nav .block-content {
    }

.block-layered-nav {
}

#narrow-by-list {
    padding: 0px;
}

    #narrow-by-list dt {
        padding-left: 20px;
    }

.block-layered-nav #narrow-by-list li {
    padding-left: 30px;
}

.block-layered-nav dt {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
}

    .block-layered-nav dt .toggleBtn {
        position: absolute;
        right: 10px;
        top: 5px;
        cursor: pointer;
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 13px;
        text-align: center;
        font-size: 11px;
    }

.block-layered-nav dd {
    padding: 0px;
}

.block-layered-nav .currently li {
    padding: 6px 24px 6px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.block-layered-nav .currently .label {
    font-weight: 700;
    padding-left: 15px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}

.block-layered-nav .currently .btn-previous {
    right: 17px;
}

.block-layered-nav .actions {
    font-size: 10px;
    padding: 4px 5px 4px 9px;
    border-style: solid;
    border-width: 1px 0;
    text-align: right;
}

    .block-layered-nav .actions a {
        float: none;
    }

.block-cart .block-title {
}

.block-cart .summary {
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

    .block-cart .amount a {
        font-weight: 700;
    }

.block-cart .subtotal {
}

    .block-cart .subtotal .price {
    }

.block-cart .actions {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .block-cart .actions .paypal-logo {
        float: left;
        width: 100%;
        margin: 3px 0 0;
        text-align: right;
    }

        .block-cart .actions .paypal-logo .paypal-or {
            clear: both;
            display: block;
            padding: 0 55px 8px 0;
        }

.block-wishlist .actions {
    text-align: right;
}

    .block-wishlist .actions a {
        float: none;
    }

.block-related .block-title strong {
    background-position: 0 1px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin-left: 20px;
}

.block-compare .block-title strong {
    background-position: 0 1px;
}

.page-popup .link-print {
    padding: 2px 0 2px 25px;
    font-weight: 700;
    position: relative;
}

    .page-popup .link-print:before {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 18px;
    }

.compare-table {
    border: 0;
}

    .compare-table thead tr.first th, .compare-table thead tr.first td {
        border: 0;
        background: none;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

    .compare-table .btn-remove {
        float: right;
        margin-bottom: 5px;
    }

    .compare-table tbody th, .compare-table tbody td {
        padding: 10px;
        border: 0;
        border-top-width: 1px;
        border-top-style: solid;
        border-left-width: 1px;
        border-left-style: solid;
    }

        .compare-table tbody td.last {
            border-right-width: 1px;
            border-right-style: solid;
        }

    .compare-table tbody tr.last th, .compare-table tbody tr.last td {
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .compare-table tr.add-to-row td {
        text-align: center;
    }

    .compare-table tr.first td {
        text-align: center;
    }

        .compare-table tr.first td .product-name {
            font-weight: 700;
            margin: 0 0 5px;
        }

        .compare-table tr.first td .ratings {
            width: 69px;
            margin: 0 auto;
        }

        .compare-table tr.first td p, .compare-table tr.add-to-row td p {
            margin: 0;
        }

.block-compared .block-title strong {
    background-position: 0 1px;
}

.block-poll .block-subtitle {
}

.block-poll label {
    font-weight: 700;
}

.block-poll input.radio {
    float: left;
    margin: 3px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll .answer {
    font-weight: 700;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-gr-search li {
    padding: 3px 9px;
}

.block-tags .block-content .tags-list {
    border: 0;
}

.block-tags .actions {
    text-align: right;
}

    .block-tags .actions a {
        float: none;
    }

.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe label {
    font-weight: 700;
}

.block-subscribe input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-subscribe .actions {
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

    .block-subscribe .actions button.button {
        float: none;
    }

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

.block-banner {
    border: 0;
    position: relative;
    margin-bottom: 35px;
}

    .block-banner .block-content {
        padding: 0;
        text-align: center;
    }

    .block-banner ul li p {
        text-align: center;
        text-transform: uppercase;
        margin: 10px 0px 0px;
        font-size: 12px;
    }

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: 700;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    padding: 0;
    margin: 3px 0 0;
}

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

    .sidebar .paypal-logo a {
        float: none;
    }

.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    text-align: center;
}

    .category-image img {
    }

.category-description {
    margin: 0px 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
}

.category-image + .category-description {
    margin-top: -10px;
}

.category-products {
}

.main .span6 ul.products-grid li[class*="span"] {
    width: 48%;
    margin: 10px 1%;
}

.products-grid {
    position: relative;
    text-align: center;
}

.category-products .products-grid {
    margin-top: 20px;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    list-style: none;
}

.item .proImage {
    text-align: center;
    position: relative;
}

    .item .proImage a {
        position: relative;
    }

.secView .proImage .image-action {
    position: absolute;
    right: 0px;
    bottom: 10px;
    z-index: 99;
}

    .secView .proImage .image-action a {
        display: inline-block;
    }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

.flipView {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 230px;
    z-index: 1;
}

.flipView {
    perspective: 1000;
}

.item .product-image {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.flipView:hover .product-image {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.fadeView.flipView:hover .product-image {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    top: 0px;
    left: 0px;
}

    .face.back {
        display: block;
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        box-sizing: border-box;
        color: white;
        text-align: center;
        background: #fff;
    }

.fadeView:hover .face, .fadeView:hover .face img {
}

.fadeView:hover .back.face, .fadeView:hover .back.face img {
    opacity: 1;
}

.fadeView .face.back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.fadeView .face {
    z-index: 10;
}

    .fadeView .face, .fadeView .face img {
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
    }

        .fadeView .face.back {
            z-index: 9;
        }

.product-desc {
    margin: 15px 0px 10px;
    font-weight: normal;
    font-size: 14px;
    height: 35px;
}

.products-grid .product-name {
    margin: 15px 0px 10px;
    font-weight: 400;
    text-transform: uppercase;
    height: 35px;
}

.products-grid .secView .product-name {
    margin: 15px 0px;
}

    .products-grid .secView .product-name a {
        font-size: 16px;
        text-transform: capitalize;
    }

.products-grid .star-box {
    position: absolute;
    font-size: 18px;
    padding-top: 17%;
    bottom: 0;
    width: 87px;
    height: 87px;
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    margin: 0px;
    text-align: center;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.products-grid .duv-box {
    position: absolute;
    font-size: 18px;
    padding-top: 17%;
    bottom: 0;
    width: 87px;
    height: 87px;
    background-image: url(../images/DUV.png);
    background-repeat: no-repeat;
    margin: 0px;
    text-align: center;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.bogoflink {
    margin: 0px;
}

.Pricelink {
    padding-top: 20px;
    margin: 0px;
}

.products-grid .price-box {
    position: absolute;
    right: 2px;
    font-size: 18px;
    bottom: 0;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    margin: 0px;
    text-align: center;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

div .products-grid .secView .price-box {
    position: relative;
    width: 100%;
    display: inline-block;
    float: none;
    vertical-align: top;
    height: auto;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    text-shadow: 0px 0px 0px;
    margin: 2px 0px 15px;
}

.minimal-price-link .label {
    display: none;
}

.products-grid .price-box .regular-price {
}

div .products-grid .secView .price-box .regular-price {
    line-height: 18px;
}

.products-grid .availability {
    line-height: 21px;
    font-size: 1.3em;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    width: 632px;
    margin: 0 auto;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

.products-list li.item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 20px 0px;
}

    .products-list li.item .span5 {
        padding-left: 20px;
    }

    .products-list li.item.last {
        border-bottom: 0;
    }

.products-list .proImage {
    float: left;
    margin: 0 0 10px;
    border-width: 1px;
    border-style: solid;
    padding: 0px 20px;
    width: 280px;
    overflow: hidden;
}

.products-list .bottomProDetail {
    margin-left: 320px;
    text-align: left;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}

.products-list .price-box {
    margin: 10px 0px 20px;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

    .products-list .desc .link-learn {
        font-size: 10px;
    }

.products-list .add-to-links {
    clear: both;
}

    .products-list .add-to-links li {
        display: inline;
    }

    .products-list .add-to-links .separator {
        display: inline;
        margin: 0 2px;
    }

.products-list .old-price, .products-list .special-price {
    display: inline-block;
    padding-right: 10px;
}

    .products-list .old-price .price, .products-list .regular-price .price {
        font-size: 18px;
        line-height: 24px;
    }

.products-list .special-price {
    font-size: 24px;
    line-height: 24px;
}

.products-list .proAction .button, .products-list .proAction .btn-cart {
    margin-bottom: 5px;
}

.no-rating {
    margin: 0;
}

.ratings {
    font-size: 10px;
    line-height: 1.25;
    margin: 7px 0;
}

    .ratings strong {
        float: left;
        margin: 1px 3px 0 0;
    }

    .ratings .rating-links {
        margin: 0;
    }

        .ratings .rating-links .separator {
            margin: 0 2px;
        }

    .ratings dt {
    }

    .ratings dd {
    }

.rating-box {
    width: 74px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

    .rating-box .rating {
        float: left;
        height: 14px;
    }

.ratings .rating-box {
    float: left;
    margin: 3px 3px 0px 0px;
}

.secView .ratings .rating-box {
    float: none;
    display: inline-block;
    margin-top: 0px;
}

.ratings .amount {
}

.secView .ratings .amount {
    margin-top: -3px;
    display: inline-block;
    vertical-align: top;
}

.std .no-rating {
    margin-bottom: 4px;
}

.no-rating a {
    display: inline-block;
    width: 74px;
    vertical-align: top;
    text-indent: -9999em;
}

.pro-static-block {
}

    .pro-static-block li {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding: 10px 15px;
    }

        .pro-static-block li .fa {
            font-size: 24px;
        }

        .pro-static-block li p {
            margin: 4px 0px 4px 40px;
        }

.ratings-table th, .ratings-table td {
    font-size: 10px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: 700;
    padding-right: 8px;
}

.availability {
    margin: 0;
}

    .availability span {
        font-weight: 700;
    }

    .availability.in-stock span {
    }

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    padding-left: 15px;
}

    .availability-only span, .availability-only a {
        border-bottom-width: 1px;
        border-bottom-style: dashed;
    }

    .availability-only a {
        cursor: pointer;
        padding-right: 15px;
        text-decoration: none;
    }

    .availability-only .expanded {
        background-position: 100% -15px;
    }

.availability-only-details {
    margin: 0 0 7px;
}

    .availability-only-details th {
        font-size: 10px;
        padding: 0 8px;
    }

    .availability-only-details td {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-size: 10px;
        padding: 2px 8px 1px;
    }

    .availability-only-details tr.odd td.last {
        font-weight: 700;
    }

.product-view .product-shop .availability {
    font-size: 12px;
}

    .product-view .product-shop .availability span {
        font-weight: 700;
        font-size: 14px;
    }

.product-view .left-carousel {
    position: relative;
}

.product-view .product-img-box .f-block {
    position: relative;
}

.left-carousel .product-cover {
    padding-left: 80px;
}

    .left-carousel .product-cover.no-thumb-view {
        padding-left: 0px;
    }

div .product-view .left-carousel .thumbbox {
    float: left;
    left: 0;
    margin: -17px 0px 0px;
    position: absolute;
    top: 0;
    width: 70px;
}

.product-view .product-img-box.left-carousel .more-views {
    height: 438px;
    width: 100%;
}

    .product-view .product-img-box.left-carousel .more-views ul {
        height: 20000em;
        width: auto;
        margin: 0px;
    }

        .product-view .product-img-box.left-carousel .more-views ul li {
            margin: 9px 0px;
        }

.product_right .mini-products-grid {
    position: relative;
}

    .product_right .mini-products-grid .jcarousel-control-prev, .product_right .mini-products-grid .jcarousel-control-next {
        top: -48px;
        line-height: 21px;
    }

    .product_right .mini-products-grid .jcarousel-control-prev {
        right: 42px;
    }

    .product_right .mini-products-grid .jcarousel-control-next {
        right: 10px;
    }

.email-friend {
    margin: 0;
}

.alert-price {
    margin: 0;
    font-size: 10px;
}

.alert-stock {
    margin: 0;
    font-size: 10px;
}

.price {
    white-space: nowrap !important;
    font-size: 24px;
}

.price-box {
    margin: 5px 0;
}

    .price-box .price {
        font-weight: 400;
    }

.product-shop .price-box .price {
    color: #e1350d;
    display: block;
    font-size: 3em;
    font-weight: normal;
    margin: 10px 0;
}

.regular-price .price {
    font-weight: 400;
    font-size: 1.5em;
}

.old-price {
    margin: 0;
}

.products-grid .proImage .old-price {
    margin: 20px 0px 0px;
}

.old-price .price-label {
    white-space: nowrap;
    display: none;
}

.old-price .price {
    font-weight: 400;
    text-decoration: line-through;
    font-size: 13px;
}

.secView .old-price, .secView .special-price {
    display: inline-block;
    margin: 0px 2px;
}

.special-price {
    margin: 0;
    padding: 0;
}

    .special-price .price-label {
        font-weight: 700;
        white-space: nowrap;
        display: none;
    }

    .special-price .price {
        font-weight: 400;
    }

.minimal-price {
    margin: 0;
    line-height: 85px;
}

.secView .minimal-price {
    line-height: normal;
    margin: 0px;
}

.minimal-price .price-label {
    display: none;
}

.minimalBox {
}

.products-grid .price-box.minimalBox .regular-price {
    line-height: 70px;
}

.minimal-price-link {
    display: inline-block;
}

.products-grid li.item .minimalBox .minimal-price-link {
    margin-top: -22px;
    font-size: 16px;
}

.price-excluding-tax {
    display: block;
}

    .price-excluding-tax .label {
        white-space: nowrap;
    }

    .price-excluding-tax .price {
        font-weight: normal;
    }

.price-including-tax {
    display: block;
    color: #999;
}

    .price-including-tax .label {
        white-space: nowrap;
        color: #999;
    }

    .price-including-tax .price {
        font-weight: 700;
        color: #c76200;
    }

.configured-price {
    margin: 0;
}

    .configured-price .price-label {
        font-weight: 700;
        white-space: nowrap;
    }

    .configured-price .price {
        font-weight: 700;
    }

.weee {
    display: block;
    font-size: 10px;
    color: #444;
}

    .weee .price {
        font-size: 10px;
        font-weight: normal;
    }

.price-excl-tax {
    display: block;
}

    .price-excl-tax .label {
        display: block;
        white-space: nowrap;
    }

    .price-excl-tax .price {
        display: block;
    }

.price-incl-tax {
    display: block;
}

    .price-incl-tax .label {
        display: block;
        white-space: nowrap;
    }

    .price-incl-tax .price {
        display: block;
        font-weight: 700;
    }

.price-from {
    margin: 0;
}

.products-grid li.item .price-from {
    margin-top: 22px;
}

.products-grid li.item.secView .price-from {
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.price-from .price-label {
    font-weight: 700;
    white-space: nowrap;
    display: none;
}

.secView .price-to {
    display: inline-block;
    margin-left: 5px;
}

.price-to {
    margin: 0;
}

    .price-to .price-label {
        font-weight: 700;
        white-space: nowrap;
        display: none;
    }

.price-notice {
    padding-left: 10px;
}

    .price-notice .price {
        font-weight: 700;
    }

.price-as-configured {
    margin: 0 0px 15px;
}

    .price-as-configured .price-label, .product-view .product-shop .price-as-configured .full-product-price {
        font-weight: 400;
        white-space: nowrap;
        font-size: 18px;
    }

.price-box-bundle {
    padding: 0 0 10px 0;
}

    .price-box-bundle .price-box {
        margin: 0 !important;
        padding: 0 !important;
    }

.product-pricing, .tier-prices {
    margin: 10px 0;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
}

    .tier-prices li {
        line-height: 1.4;
        padding: 2px 0 2px 10px;
    }

    .tier-prices .benefit {
        font-style: italic;
        font-weight: 700;
    }

    .tier-prices .price {
        font-weight: 700;
    }

.tier-prices-grouped li {
    padding: 2px 0;
}

    .tier-prices-grouped li .price {
        font-weight: 700;
    }

.add-to-links {
    font-size: 10px;
    margin: 5px 0 0;
}

    .add-to-links .separator {
        display: none;
    }

.add-to-cart label {
    float: left;
    margin-right: 10px;
    font-weight: 700;
    line-height: 35px;
}

.add-to-cart .qty {
    float: left;
    margin-right: 21px;
    width: 48px;
    height: 36px;
    text-align: center;
}

.add-to-cart button.button {
    float: left;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

    .add-to-cart .paypal-logo .paypal-or {
        clear: both;
        display: block;
        margin: 5px 60px 5px 0;
    }

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

.add-to-box {
    margin: 10px 0;
}

    .add-to-box .add-to-cart, .add_to_cart .product-options-bottom {
        float: right;
    }

    .add-to-box .price_box, .add_to_cart .price_box {
        float: left;
    }

    .ajax-index-options .add-to-cart .qty_pan, .add-to-box .add-to-cart .qty_pan, .add_to_cart .product-options-bottom .qty_pan {
        float: left;
        position: relative;
    }

.qty_pan .add {
    position: absolute;
    right: 2px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 16px;
    top: 0px;
    cursor: pointer;
}

.qty_pan .dec {
    top: 19px;
}

.add-to-box .or {
    float: left;
    font-weight: 700;
    margin: 0 7px;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

    .add-to-box .add-to-links li {
        display: block !important;
    }

        .add-to-box .add-to-links li .separator {
            display: none !important;
        }

.product-view {
}

.product-essential {
}

    .product-essential h2 {
    }

.catalog-product-view .product-collateral {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.product-collateral {
    padding: 0px;
    clear: both;
}

    .product-collateral h2 {
        font-weight: 700;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 0 0 5px;
        margin: 0 0 15px;
        font-size: 16px;
    }

    .product-collateral .box-collateral {
        margin: 0 0 25px;
    }

.catalog-product-view .product-collateral .resp-tab-content .std ul, .catalog-product-view .product-collateral .resp-tab-content .std ol {
    padding-left: 20px;
}

.product-view .product-img-box {
}

.ajax-index-options .product-view {
    max-width: 100%;
}

.ajax-index-options .product-essential {
    max-width: 100%;
}

.ajax-index-options .product-view .product-img-box {
    float: left;
    min-height: 240px;
    position: relative;
}

    .ajax-index-options .product-view .product-img-box .badge {
        text-align: center;
        top: 10px;
        width: 40px;
    }

        .ajax-index-options .product-view .product-img-box .badge span {
            padding: 0px;
        }

    .ajax-index-options .product-view .product-img-box .product-image-zoom {
        height: 270px;
        margin: 10px 0px;
    }

    .ajax-index-options .product-view .product-img-box .more-views li a {
        width: 44px;
        height: 44px;
        margin-bottom: 5px;
    }

.ajax-index-options .quick_right {
    float: left;
    margin-left: 4%;
}

.ajax-index-options .quickBox .product-options {
    width: 100%;
}

.ajax-index-options .view_product {
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    z-index: 9;
    margin: 0px;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

    .product-view .product-img-box .product-image-zoom img {
        position: absolute;
        left: 0;
        top: 0;
        cursor: move;
    }

.product-view .product-img-box .zoom-notice {
    font-size: 10px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    cursor: pointer;
}

    .product-view .product-img-box .zoom.disabled {
        -moz-opacity: .3;
        -webkit-opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        opacity: .3;
    }

    .product-view .product-img-box .zoom #track {
        position: relative;
        height: 18px;
    }

    .product-view .product-img-box .zoom #handle {
        position: absolute;
        left: 0;
        top: -1px;
        width: 9px;
        height: 22px;
    }

    .product-view .product-img-box .zoom .btn-zoom-out {
        position: absolute;
        left: 2px;
        top: 0;
    }

    .product-view .product-img-box .zoom .btn-zoom-in {
        position: absolute;
        right: 2px;
        top: 0;
    }

.product-view .product-img-box .more-views h2 {
    font-size: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px;
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 0px 9px;
    padding: 0px;
}

    .product-view .product-img-box .more-views li a {
        float: left;
        width: 69px;
        height: 69px;
        border-width: 1px;
        border-style: solid;
        overflow: hidden;
    }

.product-view .product-img-box .product-image-zoom .zoomBtn {
    position: absolute;
    border-width: 1px;
    border-style: solid;
    left: -1px;
    bottom: -1px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    z-index: 10000;
}

.product-view .product-img-box .thumbbox {
    margin: 10px 35px;
    position: relative;
}

.product-image-popup {
    margin: 0 auto;
}

    .product-image-popup .buttons-set {
        float: right;
        clear: none;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .product-image-popup .nav {
        font-weight: 700;
        margin: 0 100px;
        text-align: center;
    }

    .product-image-popup .image {
        display: block;
        margin: 10px 0;
    }

    .product-image-popup .image-label {
        font-weight: 700;
        margin: 0 0 10px;
    }

.product-view .product-shop {
    padding-left: 20px;
    text-align: left;
    position: relative;
}

    .product-view .product-shop .jcarousel-control-prev, .product-view .product-shop .jcarousel-control-next {
        top: 0px;
    }

.col1-layout .product-view .product-shop {
    float: right;
    width: 545px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0 0 5px;
}

    .product-view .product-shop .product-name h1 {
        margin: 0;
        padding-right: 70px;
    }

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .price_box .availability {
    display: none;
}

.product-view .product-shop .short-description {
    margin: 15px 0px;
    padding: 15px 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
}

.product-view .product-shop .price-box {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

.product-view .product-shop .grouped-items-table .price-box {
    font-size: 14px;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    text-align: right;
}

    .product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
        display: inline;
    }

    .product-view .product-shop .add-to-links a {
        font-weight: normal !important;
    }

    .product-view .product-shop .add-to-links li {
        float: left;
        padding-right: 2px;
    }

.product-view .product-shop .addthis_toolbox {
    float: right;
    margin-top: 11px;
}

.product-view .static-links {
    border-width: 1px;
    border-style: solid;
    margin: 20px 0 0;
    padding: 5px;
}

    .product-view .static-links li {
        float: left;
        text-align: center;
        width: 33%;
    }

.static-links li + li {
    border-left: 1px dashed;
}

.static-links li a {
    display: inline-block;
    margin: 10px 0;
    padding: 0 10px;
    width: 100%;
}

    .static-links li a span {
        display: inline-block;
        font-size: 13px;
        width: 100%;
    }

.review-product-list ul.form-list {
    margin-top: 20px;
}

.review-product-list fieldset {
    text-align: left;
}

.product-options {
    margin: 20px 0px;
    padding: 10px 15px 20px;
    position: relative;
    border-width: 1px;
    border-style: solid;
}

    .product-options dt {
        padding: 10px 0 0;
        font-weight: normal;
    }

        .product-options dt label {
            font-weight: 700;
        }

            .product-options dt label.required em {
                margin-left: 5px;
            }

    .product-options dd .qty-holder {
        display: block;
        padding: 10px 0 0;
    }

        .product-options dd .qty-holder label {
            vertical-align: middle;
            display: block;
        }

    .product-options dt .qty-disabled {
        border: 0;
        padding: 3px;
    }

    .product-options dd {
        padding: 5px 10px 0px;
    }

    .product-options dl.last dd.last {
        border-bottom: 0;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .product-options dd input.input-text {
    }

    .product-options dd input.datetime-picker {
        width: 150px;
    }

    .product-options dd .time-picker {
        display: -moz-inline-box;
        display: inline-block;
        padding: 2px 0;
        vertical-align: middle;
    }

    .product-options dd textarea {
        width: 98%;
        height: 8em;
    }

    .product-options dd select {
        width: 98%;
        height: 38px;
        padding: 8px 7px 6px 7px;
    }

    .product-options dd .multiselect option {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        padding: 2px 4px;
    }

    .product-options ul.options-list {
        margin-right: 5px;
    }

        .product-options ul.options-list li {
            line-height: 1.5;
            padding: 2px 0;
        }

        .product-options ul.options-list input.radio {
            float: left;
            margin-top: 3px;
        }

        .product-options ul.options-list input.checkbox {
            float: left;
            margin-top: 3px;
        }

        .product-options ul.options-list .label {
            display: block;
            margin-left: 18px;
        }

        .product-options ul.options-list label {
            font-weight: normal;
        }

    .product-options ul.validation-failed {
        padding: 0 7px;
    }

    .product-options p.note {
        margin: 0;
        font-size: 10px;
    }

    .product-options p.required {
        position: absolute;
        right: 20px;
        top: 20px;
    }

.product-options-bottom {
}

    .product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
        margin: 0;
        padding: 0 0 10px;
        border: 0;
        background: 0;
    }

        .product-options-bottom .tier-prices li {
            background: 0;
            padding: 2px 0;
        }

    .product-options-bottom .price-box {
        float: left;
        margin: 0;
        padding: 0;
    }

    .product-options-bottom .add-to-links {
        clear: both;
        padding: 5px 0 0;
        text-align: right;
    }

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    float: right;
}

.product-shop .product-options-bottom {
    margin: 0 0 10px;
}

    .product-shop .product-options-bottom .price-box {
        float: none;
        margin: 0 0 5px;
    }

    .product-shop .product-options-bottom .price-label {
        float: none;
        padding-right: 0;
    }

    .product-shop .product-options-bottom .price-tax {
        float: none;
    }

    .product-shop .product-options-bottom .add-to-cart-box {
        clear: both;
        float: left;
        padding-top: 12px;
    }

    .product-shop .product-options-bottom .add-to-links {
        clear: both;
        padding: 5px 0 0;
        text-align: right;
    }

.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

.product-view .box-description {
}

.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
    line-height: 1.25;
}

.product-view .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    border-width: 1px;
    border-style: solid;
}

    .product-view .box-up-sell .products-grid td {
        width: 25%;
        border-right-width: 1px;
        border-right-style: solid;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 15px 10px 12px;
        line-height: 1.6em;
    }

    .product-view .box-up-sell .products-grid tr.last td {
        border-bottom: 0;
    }

    .product-view .box-up-sell .products-grid td.last {
        border-right: 0;
    }

    .product-view .box-up-sell .products-grid td img {
        border-width: 1px;
        border-style: solid;
    }

    .product-view .box-up-sell .products-grid .product-image {
        text-align: center;
    }

    .product-view .box-up-sell .products-grid td.empty {
        border-right: 0;
    }

    .product-view .box-up-sell .products-grid .ratings .rating-box {
        float: none;
        display: block;
        margin: 0 0 3px;
    }

.product-view .box-tags {
    margin: 0;
}

    .product-view .box-tags h3 {
    }

    .product-view .box-tags .product-tags {
        display: block;
        margin: 0 0 15px;
    }

        .product-view .box-tags .product-tags li {
            display: inline;
            padding: 0 7px 0 4px;
        }

            .product-view .box-tags .product-tags li.first {
                padding-left: 0;
            }

            .product-view .box-tags .product-tags li.last {
                padding-right: 0;
            }

    .product-view .box-tags .form-add label {
        display: block;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .product-view .box-tags .form-add .input-box {
        float: left;
        margin-right: 10px;
        width: 300px;
    }

    .product-view .box-tags .form-add input.input-text {
        width: 300px;
        max-width: 100%;
        height: 36px;
    }

    .product-view .box-tags .note {
        margin: 3px 0 0;
        font-size: 10px;
    }

.product-view .box-reviews, .review-product-list .box-reviews {
    clear: both;
    text-align: left;
}

    .product-view .box-reviews dl {
        margin: 15px 0;
    }

    .product-view .box-reviews dt a, .product-view .box-reviews dt span {
        font-weight: 700;
    }

    .product-view .box-reviews dd {
        margin: 0 0 15px;
    }

        .product-view .box-reviews dd small {
            font-style: italic;
        }

    .product-view .box-reviews .form-add {
        margin: 15px 0 0;
    }

        .product-view .box-reviews .form-add h3 {
            font-weight: normal;
        }

            .product-view .box-reviews .form-add h3 span {
                font-weight: 700;
            }

        .product-view .box-reviews .form-add h4 {
        }

        .product-view .box-reviews .form-add .data-table td {
            text-align: center;
        }

        .product-view .box-reviews .form-add .form-list {
            margin: 15px 0 0;
        }

            .product-view .box-reviews .form-add .form-list .input-box {
            }

            .product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
                width: 100%;
            }

.send-friend .form-list {
    overflow: hidden;
}

    .send-friend .form-list li {
    }

        .send-friend .form-list li p {
            margin: 0 15px 0 0;
        }

    .send-friend .form-list .field {
    }

    .send-friend .form-list .input-box {
    }

    .send-friend .form-list input.input-text, .send-friend .form-list textarea {
    }

    .send-friend .form-list li.wide .input-box {
    }

    .send-friend .form-list li.wide textarea {
    }

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 10px;
    line-height: 21px;
}

.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

    .product-name a {
    }

.tags-list {
    display: block;
    border-width: 1px;
    border-style: solid;
    padding: 10px 15px;
}

    .tags-list li {
        display: inline !important;
        margin: 0 4px 0 0;
    }

.advanced-search .form-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .advanced-search .form-list li {
        float: left;
        width: 48%;
    }

        .advanced-search .form-list li.even {
            float: right;
        }

    .advanced-search .form-list label {
        width: 160px;
        padding-right: 10px;
    }

    .advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
        clear: both;
    }

    .advanced-search .form-list select[multiple] {
        min-height: 80px;
    }

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
}

    .advanced-search-summary ul {
        float: left;
        width: 49%;
    }

    .advanced-search-summary strong {
        color: #E17C24;
        padding-left: 15px;
        background: url(../skin/frontend/nextlevel/default/images/i_search_criteria.gif) 0 3px no-repeat;
    }

    .advanced-search-summary p {
        clear: both;
        font-weight: 700;
        margin: 0;
    }

.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

.carousel.bannerfullwidth {
    padding-top: 0px;
}

.bannerfullwidth > .container {
    padding: 0;
}

#rev_slider_1_1, #rev_slider_1_1_wrapper {
    max-height: 480px;
}

.promoBox1, .promoBox2 {
    padding-top: 20px;
}

.rowExt ul li img {
    width: 100%;
}

.span3 .rowExt ul li + li {
    margin-top: 5%;
}

.tp-caption .large-green-btn, .tp-caption .red-btn, .tp-caption .green-btn, .tp-caption .white-btn {
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.tp-caption .large-green-btn {
    padding: 12px 30px;
    font-size: 16px;
}

.tp-caption .green-text {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}

    .tp-caption .green-text:after, .tp-caption .green-text:before {
        width: 200px;
        height: 1px;
        content: '';
        position: absolute;
        right: -210px;
    }

    .tp-caption .green-text:after {
        top: 12px;
    }

    .tp-caption .green-text:before {
        top: 9px;
    }

.tp-caption .white-big-btn {
    font-size: 14px;
    font-weight: 900;
    padding: 15px 30px;
    border-width: 2px;
    border-style: solid;
}

.latest-news {
    text-align: left;
}

    .latest-news ul.all-news li {
        float: left;
        width: 25%;
        padding: 0px 10px;
        min-height: 440px;
    }

    .latest-news ul li img {
        border: 4px solid #fff;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
        margin-bottom: 10px;
        width: 100%;
    }

    .latest-news ul li h2 {
        text-transform: uppercase;
        font-size: 15px;
        height: 22px;
        overflow: hidden;
    }

    .latest-news ul li h3 {
        color: #5e5f5f;
        font-weight: 400;
        font-size: 12px;
    }

    .latest-news ul li .fa {
        margin-right: 5px;
        font-size: 13px;
    }

    .latest-news ul li h3 span {
        display: inline-block;
        padding: 0px 10px;
    }

    .latest-news ul li p {
        font-size: 13px;
        line-height: 20px;
        margin: 10px 0px 20px;
        text-align: left;
    }

    .latest-news ul li .f-block {
        border-top: 1px dotted;
        border-bottom: 1px dotted;
        padding: 10px 0px;
    }

        .latest-news ul li .f-block author {
            font-size: 12px;
        }

.testimonial-wrapper {
    padding: 60px 0px;
    margin-bottom: 20px;
}

    .testimonial-wrapper .jcarousel-wrapper {
        padding-bottom: 0px;
    }

    .testimonial-wrapper p {
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .testimonial-wrapper .author {
        font-size: 16px;
        font-weight: 300;
    }

.featuredcat-wrapper {
    margin: 10px 0px 30px;
}

    .featuredcat-wrapper .cat-block {
        float: left;
        width: 25%;
        padding: 0px 30px;
    }

        .featuredcat-wrapper .cat-block + .cat-block {
            border-left-width: 1px;
            border-left-style: solid;
        }

    .featuredcat-wrapper article {
        padding: 0px 14% 40px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .featuredcat-wrapper img {
        max-width: 200px;
        display: inline-block;
        max-height: 150px;
    }

    .featuredcat-wrapper h2 {
        margin: 30px 0px 5px;
    }

        .featuredcat-wrapper h2 a {
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
        }

    .featuredcat-wrapper ul li a {
    }

.highlighterWrap .span7 {
    text-align: left;
}

.highliherImg {
    max-width: 350px;
    width: 100%;
}

.highlighterWrap {
    padding: 30px 0px;
    margin-bottom: 30px;
}

    .highlighterWrap h2 {
        font-size: 32px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 20px 0px 30px;
    }

    .highlighterWrap p {
        margin-bottom: 40px;
    }

    .highlighterWrap .view-button {
        border: 0px none;
        text-transform: uppercase;
        border-radius: 3px;
        padding: 20px 30px;
        display: inline-block;
        cursor: pointer;
    }

.new-collections ul li {
    float: left;
    width: 50%;
}

    .new-collections ul li img {
        width: 100%;
    }

.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

    .page-sitemap .links a {
        text-decoration: none;
        position: relative;
    }

        .page-sitemap .links a:hover {
            text-decoration: underline;
        }

.page-sitemap .sitemap {
    margin: 12px;
    text-align: left;
}

    .page-sitemap .sitemap li {
        margin: 3px 0;
    }

        .page-sitemap .sitemap li.level-0 {
            margin: 10px 0 0;
            font-weight: 700;
        }

        .page-sitemap .sitemap li a {
            text-decoration: underline;
        }

            .page-sitemap .sitemap li a:hover {
                text-decoration: none;
            }

.rss-title h1 {
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}

    .cart .page-title h1 {
        margin: 10px 0 0;
    }

.review-product-list .form-add, .cart-empty, .checkout-success, .customer-account-logoutsuccess .content-wrapper, .customer-account-create .account-create, .customer-account-login .account-login {
    text-align: left;
}

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

    .cart .title-buttons .checkout-types li {
        float: left;
        margin: 0 0 5px 5px;
    }

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 10px;
}

.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: 700;
    margin: 0 0 5px;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 10px;
    font-weight: 700;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-update, .cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin: 5px 10px;
}

.cart .cart-collaterals {
    padding: 25px 0 0;
}

    .cart .cart-collaterals .col2-set {
        float: left;
        width: 605px;
    }

        .cart .cart-collaterals .col2-set .col-2 {
            width: 294px;
        }

.cart .crosssell {
    border-width: 1px;
    border-style: solid;
    padding: 12px 15px;
}

    .cart .crosssell h2 {
        font-weight: 700;
    }

    .cart .crosssell .product-image {
        float: left;
        width: 75px;
        height: 75px;
        border-width: 1px;
        border-style: solid;
    }

    .cart .crosssell .product-details {
        margin-left: 90px;
    }

    .cart .crosssell .product-name {
        font-weight: 700;
    }

    .cart .crosssell li.item {
        margin: 12px 0;
    }

    .cart .crosssell .link-compare {
        font-weight: normal;
    }

.cart .discount, .cart .shipping {
    border-width: 1px;
    border-style: solid;
    padding: 12px 15px;
    text-align: left;
}

    .cart .discount h2, .cart .shipping h2 {
        text-transform: uppercase;
    }

    .cart .discount .buttons-set, .cart .shipping .buttons-set {
        margin: 10px 0 0;
        border: 0;
        padding: 0;
        text-align: left;
    }

        .cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
            float: none;
            margin-left: 0;
        }

    .cart .discount .input-box {
        margin: 8px 0 0;
    }

    .cart .discount input.input-text {
    }

    .cart .shipping .sp-methods {
        margin: 10px 0 0;
        padding: 5px 0 0;
    }

.cart .totals {
    border-width: 1px;
    border-style: solid;
}

    .cart .totals table {
        width: 100%;
        margin: 7px 0;
    }

    .cart .totals td {
        padding: 1px 15px 1px 7px;
    }

    .cart .totals tr.last td {
    }

    .cart .totals tfoot th {
        padding: 5px 15px 5px 7px;
    }

    .cart .totals tfoot td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        .cart .totals tfoot th strong, .cart .totals tfoot td strong {
            font-size: 15px;
        }

    .cart .totals .checkout-types {
        padding: 8px 15px 15px;
        text-align: right;
    }

        .cart .totals .checkout-types li {
            clear: both;
            margin: 10px 0;
        }

.item-options dt {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}

.item-options dd {
    padding-left: 5px;
    margin: 0 0 6px;
    display: inline-block;
}

.truncated {
    cursor: help;
}

    .truncated a.dots {
        cursor: help;
    }

    .truncated a.details {
        cursor: help;
    }

    .truncated .truncated_full_value {
        position: relative;
        z-index: 999;
    }

        .truncated .truncated_full_value .item-options {
            position: absolute;
            top: -99999em;
            left: -99999em;
            z-index: 999;
            width: 250px;
            padding: 8px;
            border-width: 1px;
            border-style: solid;
        }

            .truncated .truncated_full_value .item-options > p {
                font-weight: 700;
                text-transform: uppercase;
            }

    .truncated .show .item-options {
        top: -10px;
        left: 45px;
    }

        .truncated .show .item-options dd, .truncated .show .item-options dt {
            display: inline-block;
        }

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

.sp-methods {
    margin: 0 0 8px;
}

    .sp-methods dt {
        margin: 13px 0 5px;
        font-weight: 700;
    }

    .sp-methods dd {
    }

        .sp-methods dd li {
            margin: 5px 0;
        }

    .sp-methods label {
        font-weight: 700;
    }

    .sp-methods .price {
        font-weight: 700;
    }

    .sp-methods .form-list {
        padding-left: 20px;
    }

        .sp-methods .form-list li {
            margin: 0 0 8px;
        }

    .sp-methods select.month {
        width: 154px;
        margin-right: 10px;
    }

    .sp-methods select.year {
        width: 96px;
    }

    .sp-methods input.cvv {
        width: 3em !important;
    }

    .sp-methods .checkmo-list li {
        margin: 0 0 5px;
    }

    .sp-methods .checkmo-list label {
        width: 135px;
        padding-right: 10px;
        text-align: right;
    }

    .sp-methods .checkmo-list address {
        float: left;
    }

    .sp-methods .centinel-logos a {
        margin-right: 3px;
    }

    .sp-methods .centinel-logos img {
        vertical-align: middle;
    }

    .sp-methods .release-amounts {
        margin: 0.5em 0;
    }

        .sp-methods .release-amounts button {
            float: left;
            margin: 5px 10px 0 0;
        }

.please-wait {
    float: right;
}

    .please-wait img {
        vertical-align: middle;
    }

.cvv-what-is-this {
    font-size: 10px;
    cursor: help;
    margin-left: 10px;
}

.tool-tip {
    border-width: 1px;
    border-style: solid;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

    .tool-tip .btn-close {
        margin: -9px -14px 0;
        text-align: right;
    }

        .tool-tip .btn-close a {
            display: block;
            margin: 0 0 0 auto;
            width: 15px;
            height: 15px;
            text-align: left;
            text-indent: -999em;
            overflow: hidden;
        }

    .tool-tip .tool-tip-content {
        padding: 5px;
    }

.gift-messages-form {
    position: relative;
}

    .gift-messages-form label {
        float: none !important;
        position: static !important;
    }

    .gift-messages-form .whole-order {
        margin: 0 0 25px;
    }

    .gift-messages-form .item {
        margin: 0 0 10px;
    }

        .gift-messages-form .item .product-img-box {
            float: left;
            width: 75px;
        }

        .gift-messages-form .item .product-image {
            margin: 0 0 7px;
        }

        .gift-messages-form .item .number {
            margin: 0;
            font-weight: 700;
            text-align: center;
        }

        .gift-messages-form .item .details {
            margin-left: 90px;
        }

            .gift-messages-form .item .details .product-name {
                font-weight: 700;
                margin: 0 0 10px;
            }

            .gift-messages-form .item .details .form-list .field {
                width: 255px;
            }

            .gift-messages-form .item .details .form-list .input-box {
                width: 240px;
            }

            .gift-messages-form .item .details .form-list input.input-text {
                width: 234px;
            }

            .gift-messages-form .item .details .form-list li.wide .input-box {
                width: 500px;
            }

            .gift-messages-form .item .details .form-list li.wide textarea {
                width: 494px;
            }

.gift-message-link {
    font-size: 10px;
    padding-right: 7px;
}

    .gift-message-link.expanded {
        background-position: 100% -40px;
    }

.gift-message-row {
    background: #f2efe9;
}

    .gift-message-row .btn-close {
        float: right;
        width: 16px;
        height: 16px;
        font-size: 0;
        line-height: 0;
        text-indent: -999em;
        overflow: hidden;
    }

.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

    .checkout-agreements .agree input.checkbox {
        margin-right: 6px;
    }

    .checkout-agreements .agree label {
        font-weight: 700;
    }

.opc .checkout-agreements {
    border-width: 1px;
    border-style: solid;
    border-width: 0 1px;
    padding: 5px 30px;
}

    .opc .checkout-agreements li {
        margin: 20px 0 0;
    }

    .opc .checkout-agreements .agreement-content {
        padding: 5px;
    }

    .opc .checkout-agreements .agree {
        padding-left: 6px;
    }

.centinel {
}

    .centinel .authentication {
        border-width: 1px;
        border-style: solid;
        background: #fff;
    }

        .centinel .authentication iframe {
            width: 99%;
            height: 400px;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
        }

.opc .centinel {
    border-width: 1px;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

.info-set {
    border-width: 1px;
    border-style: solid;
    margin: 0 0 25px;
    padding: 20px;
}

    .info-set h2 {
        font-weight: 700;
        margin: 0 0 10px;
    }

    .info-set h3, .info-set h4 {
        font-weight: 700;
    }

        .info-set h2 a, .info-set h3 a, .info-set h4 a {
            font-weight: normal;
        }

    .info-set h2.legend {
        margin: -20px -20px 15px;
        padding: 5px 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
    }

    .info-set h3.legend {
        margin: 0 0 10px;
    }

    .info-set .divider {
        margin: 0 -20px;
        padding: 25px 0;
        position: relative;
    }

    .info-set .box {
        margin: 0 0 15px;
    }

    .info-set .data-table .product-name {
        font-size: 1em !important;
        font-weight: 700 !important;
    }

        .info-set .data-table .product-name a {
            font-weight: 700 !important;
        }

    .info-set .data-table .item-options {
        margin: 5px 0 0;
    }

.block-progress {
    border: 0;
    margin: 0;
}

    .block-progress .block-title {
    }

    .block-progress .block-content {
        background: none;
    }

    .block-progress dt {
        font-weight: 700;
        line-height: 1.35;
        border-width: 1px;
        border-style: solid;
        margin: 0 0 6px;
        padding: 6px 10px;
    }

    .block-progress dd {
        border-width: 1px;
        border-style: solid;
        border-top: 0;
        padding: 8px 13px;
        margin: 0 0 6px;
    }

    .block-progress dt.complete {
        margin: 0;
    }

    .block-progress dd.complete {
    }

    .block-progress p {
        margin: 0;
    }

    .block-progress .cards-list dt {
        background: none;
        border: 0 none;
        color: inherit;
        margin: 5px 0;
        padding: 0;
    }

    .block-progress .cards-list dd {
        border: 0 none;
        margin: 0;
        padding: 0;
    }

    .block-progress .cards-list .info-table th {
        font-weight: normal;
    }

.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a, .opc-block-progress dt .separator {
    display: none;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

    .opc .buttons-set p.required {
        margin: 0;
        padding: 0 0 10px;
    }

    .opc .buttons-set .back-link small {
        display: none;
    }

    .opc .buttons-set .back-link a {
        padding-left: 14px;
        position: relative;
    }

        .opc .buttons-set .back-link a:before {
            left: 0px;
            position: absolute;
            top: 2px;
        }

    .opc .buttons-set.disabled button.button {
        display: none;
    }

    .opc .buttons-set .please-wait {
        height: 21px;
        line-height: 21px;
    }

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
    text-align: left;
}

    .opc li.section {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .opc li.section.allow {
            border-bottom: 0px none;
        }

    .opc .step-title .number {
        float: left;
        border-width: 1px;
        border-style: solid;
        padding: 0 4px;
        margin: 0 5px 0 0;
        width: 22px;
        text-align: center;
    }

    .opc .step-title {
        border-width: 0 1px;
        border-style: solid;
        padding: 4px 8px 6px;
        text-align: right;
    }

        .opc .step-title .number {
            float: left;
            border-width: 1px;
            border-style: solid;
            padding: 0 4px;
            margin: 0 5px 0 0;
        }

        .opc .step-title h2 {
            float: left;
            margin: 0;
            font-size: 14px;
        }

        .opc .step-title a {
            display: none;
            float: right;
            font-size: 10px;
            line-height: 16px;
        }

    .opc .allow .step-title {
        background: #d0dce1;
        border-width: 1px;
        border-style: solid;
        border-bottom: 0px;
        border-bottom: 0;
        cursor: pointer;
    }

    .opc .allow.active .step-title {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .opc .allow.active + li {
        border-top-width: 1px;
        border-top-style: solid;
    }

    .opc .allow .data-table {
        border-top: 0px;
    }

    .opc .active .step-title {
        border-width: 1px;
        border-style: solid;
        padding-bottom: 5px;
        cursor: default;
    }

    .opc .step {
        border-width: 1px;
        border-style: solid;
        border-top: 0;
        border-bottom: 0px;
        padding: 15px 30px;
        position: relative;
    }

        .opc .step .tool-tip {
            right: 30px;
        }

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    font-size: 1em;
    margin: 0;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    border-width: 1px;
    border-style: solid;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

    .opc .gift-messages-form .inner-box {
        padding: 5px;
        height: 260px;
        overflow: auto;
    }

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: 400;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-width: 0 1px 1px;
}

    #opc-review .buttons-set p {
        margin: 0;
        line-height: 40px;
    }

    #opc-review .buttons-set .please-wait {
        height: 40px;
        line-height: 40px;
    }

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    font-weight: 700;
    text-align: center;
    padding: 10px 10px 0;
}

.data-table > li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .data-table > li + li {
        padding: 5px 0px;
    }

        .data-table > li + li + li {
            border-top-width: 1px;
            border-top-style: solid;
        }

    .data-table > li.heading {
        padding: 5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .data-table > li.heading div {
            font-weight: 700;
        }

            .data-table > li.heading div.tableImg {
                padding-left: 5px;
            }

    .data-table > li .tableImg {
        float: left;
        width: 20%;
        text-align: left;
    }

        .data-table > li .tableImg a {
            display: inline-block;
            vertical-align: top;
            border-width: 1px;
            border-style: solid;
            margin: 5px 10px;
        }

    .data-table > li .tableContent {
        float: left;
        width: 80%;
    }

    .data-table > li + li .tableContent {
        float: left;
        width: 80%;
        margin-top: 10px;
    }

    .data-table > li .tableContent .product-name {
        float: left;
        width: 50%;
        text-align: left;
        margin: 0px;
    }

    .data-table > li .tableContent .price-box {
        float: left;
        width: 50%;
        margin: 0px;
    }

        .data-table > li .tableContent .price-box .qty-wrap {
            float: left;
            width: 20%;
        }

        .data-table > li .tableContent .price-box .cartDeta2 {
            float: left;
        }

        .data-table > li .tableContent .price-box .cart-price-box {
            float: left;
            width: 25%;
        }

        .data-table > li .tableContent .price-box .Cartsep {
            float: left;
            width: 10%;
        }

        .data-table > li .tableContent .price-box .cart-action {
            width: 15%;
            float: left;
            text-align: right;
        }

            .data-table > li .tableContent .price-box .cart-action a {
                font-size: 18px;
                display: inline-block;
                margin-right: 5px;
            }

    .data-table > li .product-options-cart {
        clear: both;
        text-align: left;
    }

    .data-table > li input.qty {
        width: 56px;
        text-align: center;
    }

    .data-table > li .button-b {
        display: inline-block;
        padding: 5px 10px;
        border-widht: 1px;
        border-style: solid;
        font-size: 11px;
        cursor: pointer;
    }

    .data-table > li .product-options {
        margin: 10px 10px 10px 0px;
        padding: 5px 20px;
    }

.checkout-progress {
    padding: 0 90px;
    margin: 20px 0 20px;
}

    .checkout-progress li {
        float: left;
        width: 19%;
        margin: 0 3px 0 0;
        border-top-width: 10px;
        border-top-style: solid;
        padding: 2px 0 0;
        font-weight: 700;
        text-align: center;
    }

.multiple-checkout h2 {
    font-weight: 700;
    margin: 0 0 10px;
}

    .multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
        font-weight: normal;
    }

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: 700 !important;
}

    .multiple-checkout .data-table .product-name a {
        font-weight: 700 !important;
    }

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .data-table td select {
    width: 460px;
}

.multiple-checkout .box-content {
    color: #666;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set, .multiple-checkout .col3-set {
    border-width: 1px;
    border-style: solid;
    margin: 0 0 25px;
    padding: 20px;
    text-align: left;
}

    .multiple-checkout .col2-set h2.legend {
        margin: -20px -20px 15px;
        padding: 5px 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        position: relative;
        text-align: left;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
    }

    .multiple-checkout .col2-set h3.legend {
        margin: 0 0 10px;
    }

    .multiple-checkout .col2-set .divider {
        margin: 0 -20px;
        padding: 25px 0;
        position: relative;
    }

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    overflow: hidden;
}

    .multiple-checkout .place-order .grand-total .inner {
        float: left;
        height: 57px;
        padding: 0;
        text-align: right;
    }

        .multiple-checkout .place-order .grand-total .inner div {
            display: block;
        }

    .multiple-checkout .place-order .grand-total big {
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .multiple-checkout .place-order .grand-total button.button span {
        font-size: 16px;
    }

        .multiple-checkout .place-order .grand-total button.button span span {
            padding: 0 35px;
        }

.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

    .multiple-checkout .gift-messages-form .item .details .form-list li {
        margin-right: -15px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list .field {
        width: 230px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list .input-box {
        width: 215px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
        width: 209px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
        width: 445px;
    }

    .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
        width: 439px;
    }

.checkout-multishipping-shipping .box-sp-methods {
    border-width: 1px;
    border-style: solid;
    padding: 13px;
    position: relative;
}

    .checkout-multishipping-shipping .box-sp-methods .pointer {
        position: absolute;
        top: -20px;
        right: -40px;
        width: 178px;
        height: 41px;
        overflow: hidden;
    }

.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

.account-login {
}

    .account-login .content {
        min-height: 345px;
        padding: 14px 21px;
        border-width: 1px;
        border-style: solid;
        border-bottom: 0;
        background-color: #FFF;
    }

        .account-login .content h2 {
            font-weight: 400;
            margin: 0 0 14px;
            padding: 0 0 5px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            font-size: 16px;
            text-transform: uppercase;
        }

    .account-login .buttons-set {
        border-width: 1px;
        border-style: solid;
        margin: 0;
        padding: 8px 13px;
    }

        .account-login .buttons-set a {
            margin-top: 7px;
        }

.account-create {
}

.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

    .captcha-image .captcha-img {
        border-width: 1px;
        border-style: solid;
        vertical-align: bottom;
        width: 100%;
    }

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

    .captcha-reload.refreshing {
        animation: rotate 1.5s infinite linear;
        -webkit-animation: rotate 1.5s infinite linear;
        -moz-animation: rotate 1.5s infinite linear;
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }

    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    0% {
        transform: rotate(-360deg);
    }
}

.window-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    border-width: 1px;
    border-style: solid;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    z-index: 1000;
}

    .remember-me-popup h3 {
        border-bottom-width: 1px;
        border-style: solid;
        padding: 5px 10px;
    }

    .remember-me-popup .remember-me-popup-head {
        position: relative;
    }

        .remember-me-popup .remember-me-popup-head .remember-me-popup-close {
            display: block;
            position: absolute;
            top: 7px;
            right: 7px;
            height: 15px;
            width: 15px;
            text-indent: -9999em;
        }

    .remember-me-popup .remember-me-popup-body {
        padding: 10px;
    }

        .remember-me-popup .remember-me-popup-body a {
            display: inline-block;
            height: 19px;
            border-width: 1px;
            border-style: solid;
            padding: 0 8px;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
        }

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

.my-account {
    text-align: left;
}

.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

    .dashboard .welcome-msg p {
        margin: 0;
    }

.dashboard .col2-set {
    margin: 0 0 15px;
}

.box-account {
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    margin: 0 0 20px;
}

    .box-account .box-head {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin: 0 0 10px;
        text-align: right;
        padding-bottom: 10px;
    }

        .box-account .box-head h2 {
            float: left;
            margin: 0;
            font-weight: 400;
            text-transform: uppercase;
            font-size: 16px;
        }

.dashboard .box .box-title {
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

    .dashboard .box .box-title h3, .dashboard .box .box-title h4 {
        float: left;
        font-weight: 700;
        margin: 0;
    }

.dashboard .box-info h4 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

    .dashboard .box-reviews li.item.last {
        margin: 0;
    }

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

    .dashboard .box-tags li.item.last {
        margin: 0;
    }

.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
    display: inline;
}

.addresses-list h2 {
    text-transform: uppercase;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: 700;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    border-width: 1px;
    border-style: solid;
    padding: 10px 13px;
    margin: 0 0 10px;
    background-color: #fff;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

    .addresses-list li.empty p {
        font-weight: 700;
    }

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

.order-info {
    border-width: 1px;
    border-style: solid;
    padding: 4px 8px;
    margin: 0 0 8px;
}

    .order-info dt, .order-info dd, .order-info ul, .order-info li {
        display: inline;
    }

    .order-info .current {
        font-weight: 700;
    }

    .order-info li {
        margin: 0 3px;
    }

.order-date {
    margin: 10px 0;
}

.order-info-box {
    border-width: 1px;
    border-style: solid;
    padding: 12px 15px;
    margin: 0 0 15px;
}

    .order-info-box h2 {
        font-weight: 700;
    }

    .order-info-box .box-payment p {
        margin: 0 0 3px;
    }

    .order-info-box .box-payment th {
        font-weight: 700;
        padding-right: 7px;
    }

.order-items {
    width: 100%;
    overflow-x: auto;
}

    .order-items h2, .order-items h3 {
        clear: none;
        padding: 0;
        margin: 0 0 5px;
    }

    .order-items .product-name {
        font-size: 1em !important;
        font-weight: 700 !important;
    }

    .order-items .link-print {
        color: #1e7ec8;
        font-weight: normal;
    }

    .order-items .order-links {
        text-align: right;
    }

.order-additional {
    margin: 15px 0;
}

.gift-message dd {
    margin: 5px 0 0;
}

.order-about dt {
    font-weight: 700;
}

.order-about dd {
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

    .tracking-table th {
        font-weight: 700;
        white-space: nowrap;
    }

.tracking-table-popup {
    width: 100%;
}

    .tracking-table-popup th {
        font-weight: 700;
        white-space: nowrap;
    }

    .tracking-table-popup th, .tracking-table-popup td {
        padding: 1px 8px;
    }

.page-print .print-head {
    margin: 0 0 15px;
}

    .page-print .print-head .logo {
        float: left;
    }

    .page-print .print-head address {
        float: left;
        margin-left: 15px;
    }

.page-print h1 {
    font-weight: 700;
}

.page-print h2, .page-print h3 {
    font-weight: 700;
}

    .page-print h2.h2 {
        font-weight: 700;
    }

.page-print .order-date {
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax, .page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

    .page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
        display: inline;
    }

.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

    .my-wishlist .buttons-set button.button {
        float: none;
    }

#wishlist-table .add-to-links {
    white-space: nowrap;
}

.my-wishlist .data-table td .btn-cart {
    margin: 5px 0px 2px;
}

.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

    .my-tag-edit .btn-remove {
        float: right;
        margin: 4px 0 0 5px;
    }

#my-tags-table {
    clear: both;
}

    #my-tags-table td {
        padding: 10px;
    }

    #my-tags-table .add-to-links {
        white-space: nowrap;
    }

.size1of4 {
    float: left;
    width: 25%;
}

span.rating {
    background: url("/images/stars-yellow.png") top left;
    display: inline-block;
    height: 21px;
    width: 115px;
    overflow: hidden;
    text-indent: -9999px;
}

span.r0 {
    background-position: -115px 0;
}

span.r1 {
    background-position: -92px 0;
}

span.r2 {
    background-position: -69px 0;
}

span.r3 {
    background-position: -46px 0;
}

span.r4 {
    background-position: -23px 0;
}

span.r5 {
    background-position: 0 0;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

    .product-review .product-img-box .product-image {
        display: block;
        width: 125px;
        height: 125px;
    }

    .product-review .product-img-box .label {
        font-size: 10px;
        margin: 0 0 3px;
    }

    .product-review .product-img-box .ratings .rating-box {
        float: none;
        display: block;
        margin: 0 0 3px;
    }

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.product-review h3 {
    margin: 0 0 3px;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: 700;
}

.product-review dd {
    margin: 5px 0 0;
}

.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: 700;
}

.cart-msrp-totals {
    font-size: 12px !important;
    font-weight: 700;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    border-width: 1px;
    border-style: solid;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

    .map-popup-heading h2 {
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: break-word;
        text-align: left;
        text-overflow: ellipsis;
    }

.map-popup-arrow {
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

    .map-popup-checkout span {
        display: block;
        padding-right: 30px;
    }

    .map-popup-checkout .paypal-logo {
        margin: 0 0 5px;
    }

.map-popup-price .price-box, .map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top-width: 1px;
    border-top-style: solid;
}

.cms-index-index ul.resp-tabs-list, .headingBox {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    position: relative;
    text-align: center;
}

.cms-page-view .content-wrapper .headingBox {
    margin: -22px 0px 30px;
}

.cms-index-index ul.resp-tabs-list:before, .headingBox:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
}

.headingBox h2 {
    font-size: 17px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0px;
}

    .cms-index-index .resp-tabs-list li, .headingBox h2 span {
        display: inline-block;
        border-width: 3px;
        border-style: solid;
        padding: 8px 22px;
        float: none;
        position: relative;
    }

#tabs .headingBox h2 span {
    padding: 0px;
    margin: 0px 5px;
}

.headingBox h2 span a {
    padding: 8px 22px;
    display: inline-block;
}

.about-page {
    text-align: left;
}

    .about-page article {
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .about-page p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 20px;
    }

.read-more {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding: 5px 14px;
}

.team-block {
    margin: 30px 0px;
}

    .team-block ul li img {
        display: block;
        margin-bottom: 10px;
    }

    .team-block ul li h2 {
        font-weight: 300;
        text-transform: uppercase;
    }

    .team-block ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    .team-block .pagination {
    }

        .team-block .pagination li {
            display: inline-block;
            margin: 0px 1px;
        }

            .team-block .pagination li a {
                display: inline-block;
                vertical-align: top;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                text-indent: -9999em;
            }

            .team-block .pagination li.active a {
                cursor: default;
            }

.corporate-block .icon-block {
    font-size: 60px;
    text-align: center;
}

.corporate-block h2 {
    font-weight: 300;
    text-transform: uppercase;
}

.privacy-policy {
    text-align: left;
}

    .privacy-policy p {
        line-height: 24px;
        margin-bottom: 20px;
    }

        .privacy-policy p strong {
            display: inline-block;
            padding-right: 5px;
            text-transform: uppercase;
        }

.contacts-index-index .content-wrapper, .checkout-cart-index .content-wrapper, .cms-page-view .content-wrapper, .catalogsearch-result-index .content-wrapper, .igallery-index-index .content-wrapper, .checkout-onepage-index .content-wrapper {
    text-align: left;
    background-color: #FFF;
}

.cms-page-view .container {
    background-color: transparent;
}

.cms-index-index .content-wrapper {
    margin-top: 0px;
}

.contacts-index-index .content-wrapper #map_canvas {
    border-width: 1px;
    border-style: solid;
}

.promotion-page {
    padding: 0 0 30px 0px;
}

    .promotion-page .f-block {
        border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
        padding: 20px 0px;
    }

    .promotion-page .promo-row01 {
        text-align: center;
    }

        .promotion-page .promo-row01 img {
            display: inline-block;
            margin: 0px 0px 10px;
        }

    .promotion-page h2 {
        font-weight: 300;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
    }

    .promotion-page .promo-row01 .price-block {
        font-weight: 400;
        font-size: 26px;
        text-transform: uppercase;
        margin: 10px 0px 15px;
        letter-spacing: -1px;
    }

    .promotion-page .promo-row01 a {
        text-transform: uppercase;
    }

        .promotion-page .promo-row01 a .fa {
            font-size: 14px;
        }

    .promotion-page .promo-heading {
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin: 30px 0px;
    }

    .promotion-page .promo-banner {
        position: relative;
    }

        .promotion-page .promo-banner img {
            width: 100%;
        }

        .promotion-page .promo-banner .promo-nav {
            position: absolute;
            right: 10px;
            bottom: 10px;
        }

            .promotion-page .promo-banner .promo-nav li {
                float: left;
                padding-left: 2px;
            }

                .promotion-page .promo-banner .promo-nav li a {
                    float: left;
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    font-size: 14px;
                }

                    .promotion-page .promo-banner .promo-nav li a .fa {
                        line-height: 31px;
                    }

        .promotion-page .promo-banner .current-slide {
            height: 32px;
            line-height: 31px;
            text-align: center;
            padding: 0px 15px;
            position: absolute;
            bottom: 10px;
            right: 86px;
        }

    .promotion-page .promo-row03 .span4 {
        position: relative;
        border-width: 1px;
        border-style: solid;
        padding: 3px;
    }

        .promotion-page .promo-row03 .span4 img {
            width: 100%;
        }

        .promotion-page .promo-row03 .span4 .promo-ply {
            width: 75px;
            height: 75px;
            text-align: center;
            font-size: 24px;
            border-radius: 50%;
            position: absolute;
            margin: -37px 0px 0px -37px;
            left: 50%;
            top: 50%;
        }

            .promotion-page .promo-row03 .span4 .promo-ply .fa {
                line-height: 75px;
            }

        .promotion-page .promo-row03 .span4 h2 {
            position: absolute;
            bottom: 0px;
            left: 0px;
            text-align: center;
            width: 100%;
            margin: 0px;
            padding: 10px 0px;
            float: left;
        }

    .promotion-page .promo-row04 h2 {
        display: inline-block;
        margin: -25px 0px 0px;
        padding: 8px 15px 5px;
        line-height: 28px;
    }

    .promotion-page .promo-row04 p {
        margin: 0px;
        text-transform: uppercase;
    }

.catalog-category-view .marketing {
    padding: 0px;
}

.marketing {
    text-align: left;
    padding: 20px 0px 0px;
    background-color: #FFFFFF;
}

.postWrapper + .postTitle h2 {
    margin-bottom: 15px;
}

.postWrapper {
    margin-bottom: 20px;
    vertical-align: top;
    display: block;
}

.blog-list {
    margin-left: 130px;
    margin-right: 0;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
    position: relative;
}

ul.blogListStyle2, ul.blogListStyle3 {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
}

.blogListStyle2 .blog-list, .blogListStyle3 .blog-list {
    margin: 0px 1.5%;
    width: 30%;
    float: left;
    padding: 8px 10px;
}

.blogListStyle2 .blog-list {
    width: 46%;
    margin: 0px 2%;
}

    .blogListStyle3 .blog-list h2 a, .blogListStyle3 .blog-list h2, .blogListStyle2 .blog-list h2 a, .blogListStyle2 .blog-list h2 {
        font-size: 15px;
        line-height: 16px;
        font-weight: 700;
    }

    .blogListStyle2 .blog-list .postContent .post-left, .blogListStyle3 .blog-list .postContent .post-left {
        position: relative;
        left: 0px;
        top: 0px;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

.blogInner {
    padding-left: 15px;
}

.mdlblog-post-view .content-wrapper .container, .postContent, .blog-list .postContent {
    text-align: left;
}

    .blog-list .postContent .post-left {
        position: absolute;
        left: -130px;
        top: 0px;
        text-align: center;
        width: 90px;
    }

        .blog-list .postContent .post-left .date-block {
            width: 100%;
            height: 130px;
            font-size: 52px;
            font-weight: 900;
            text-transform: uppercase;
            line-height: 48px;
        }

.blogListStyle2 .blog-list .postContent .post-left .date-block, .blogListStyle3 .blog-list .postContent .post-left .date-block {
    width: 80px;
    float: left;
    height: 28px;
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    padding: 5px 10px;
    font-weight: 400;
}

.blog-list .postContent .post-left .date-block span {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
}

.blogListStyle2 .blog-list .postContent .post-left .date-block span, .blogListStyle3 .blog-list .postContent .post-left .date-block span {
    font-size: 14px;
    line-height: 18px;
    float: right;
    width: auto;
}

.blogListStyle2 .blog-list .postContent .post-left .blog-comment, .blogListStyle3 .blog-list .postContent .post-left .blog-comment {
    float: right;
    width: 100px;
    margin: 4px 0px;
}

    .blogListStyle2 .blog-list .postContent .post-left .blog-comment .f-block, .blogListStyle3 .blog-list .postContent .post-left .blog-comment .f-block {
        width: auto;
    }

.blog-list .postContent .post-left .blog-comment {
    margin-top: 20px;
    font-weight: 700;
}

.blog-list .postContent .post-left .fa-comments {
    font-size: 60px;
}

.blogListStyle2 .blog-list .postContent .post-left .fa-comments, .blogListStyle3 .blog-list .postContent .post-left .fa-comments {
    font-size: 15px;
}

.blog-list .postContent .post-left .blog-comment a {
    font-weight: 700;
}

.blog-list .postContent .postDetails, .blog-list .postContent .postDetails a {
    font-size: 12px;
    margin-top: 10px;
}

.blog-list h2 a {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}

.postWrapper img {
    margin: 20px 0px;
    display: block;
}

.mdlblog-post-view .postWrapper img {
    padding: 5px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.blogListStyle3 .postWrapper img, .blogListStyle2 .postWrapper img {
    margin-top: 5px;
}

.postWrapper .span4 img {
    margin: 0px;
}

.mdlblog-cat-view .postWrapper {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #fefefe;
}

    .mdlblog-cat-view .postWrapper [class*="span"] {
        margin-bottom: 0px;
    }

    .mdlblog-cat-view .postWrapper img {
        width: 100%;
        border: 1px solid #f2f2f2;
        padding: 5px;
        margin: 0px;
    }

    .mdlblog-cat-view .postWrapper h2 a {
        font-size: 18px;
    }

.mdlblog-cat-view .postDetails {
    margin-top: 20px;
}

.postWrapper [class*="span"] {
    margin: 0px 0px 10px;
}

.postWrapper h3 {
    font-size: 13px;
    font-weight: 400;
}

.commentWrapper {
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    padding: 15px 20px;
}

    .commentWrapper h3 {
        font-size: 13px;
    }

.freeshipping-wrapper {
    padding: 10px 0px;
}

    .freeshipping-wrapper h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 60px;
        margin: 0px;
    }

        .freeshipping-wrapper h2 strong {
            font-weight: 700;
        }

        .freeshipping-wrapper h2 span {
            font-weight: 300;
        }

        .freeshipping-wrapper h2 .fa-truck {
            font-size: 48px;
        }

        .freeshipping-wrapper h2 a {
            font-size: 60px;
            margin-left: 5px;
            display: inline-block;
            vertical-align: sub;
        }

.footer-blocks {
    text-align: left;
    margin-top: 30px;
    color: #FFF;
}

    .footer-blocks h3 {
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 23px;
    }

    .footer-blocks .news-letter .msg-block {
        padding-bottom: 10px;
    }

    .footer-blocks .news-letter .input-text {
        width: 100%;
        height: 42px;
        border-width: 1px;
        border-style: solid;
        padding: 0px 10px;
        line-height: 42px;
    }

.key-feature ul li {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

    .key-feature ul li + li {
        margin-top: 10px;
    }

    .key-feature ul li .fa {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        float: left;
        border-radius: 50%;
    }

    .key-feature ul li span {
        display: block;
        margin: 8px 0px 0px 44px;
    }

.footer-blocks .twitter-twets li {
    position: relative;
    padding: 0px 40px 0px 18px;
    line-height: 15px;
}

    .footer-blocks .twitter-twets li + li {
        margin-top: 10px;
    }

    .footer-blocks .twitter-twets li:before {
        position: absolute;
        left: 0px;
        top: 2px;
    }

.f-block .logBox {
    padding-top: 30px;
}

.goTop {
    position: fixed;
    right: -1px;
    bottom: 20px;
    z-index: 99;
}

    .goTop a {
        display: inline-block;
        padding: 15px 20px;
        border-width: 1px;
        border-style: solid;
    }

        .goTop a .fa {
            margin-right: 5px;
        }

.footer {
}

    .footer .store-switcher {
        display: inline;
        margin: 0 5px 0 0;
    }

        .footer .store-switcher label {
            font-weight: 700;
            vertical-align: middle;
        }

        .footer .store-switcher select {
            padding: 0;
            vertical-align: middle;
        }

footer a {
    text-decoration: none;
    color: #FFF;
}

.footer a:hover {
    text-decoration: none;
    color: #e1350d;
}

.footer a:focus {
    text-decoration: none;
    color: #e1350d;
}

.footer .bugs {
    margin: 13px 0 0;
}

    .footer .bugs a {
        text-decoration: underline;
    }

        .footer .bugs a:hover {
            text-decoration: none;
        }

.footer address {
    margin: 0 0 20px;
}

    .footer address a {
        text-decoration: underline;
    }

        .footer address a:hover {
            text-decoration: none;
        }

.footer ul {
    display: inline;
}

    .footer ul.links {
        display: block;
    }

.footer li {
}

    .footer li.last {
        padding-right: 0 !important;
    }

.footer-container .bottom-container {
    margin: 0 0 5px;
}

.mainFooterPan01 .media-payment, .mainFooterPan01 .footer .copyright {
    padding: 0;
}

    .mainFooterPan01 .media-payment .span6 {
        margin-bottom: 0px;
    }

    .mainFooterPan01 .media-payment ul li {
        float: left;
        padding-right: 5px;
    }

        .mainFooterPan01 .media-payment ul li a, .mainFooterPan03 .footer-socialmedia ul li a {
            float: left;
            width: 40px;
            height: 40px;
            line-height: 39px;
            text-align: center;
            font-size: 16px;
        }

    .mainFooterPan01 .media-payment img {
        margin-top: 5px;
    }

.mainFooterPan01 .footer .footer-links {
    text-align: left;
}

    .mainFooterPan01 .footer .footer-links .link-block {
        float: left;
        width: 33%;
    }

    .mainFooterPan01 .footer .footer-links h3 {
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .mainFooterPan01 .footer .footer-links li {
        margin-top: 3px;
        padding-left: 16px;
        position: relative;
    }

        .mainFooterPan01 .footer .footer-links li:before {
            content: '';
            left: 0px;
            top: 5px;
            width: 8px;
            height: 8px;
            position: absolute;
        }

    .mainFooterPan01 .footer .footer-links .link-block p {
        position: relative;
        padding-left: 20px;
    }

        .mainFooterPan01 .footer .footer-links .link-block p .fa {
            position: absolute;
            left: 0px;
            top: 2px;
            font-size: 16px;
            width: 16px;
            text-align: center;
        }

        .mainFooterPan01 .footer .footer-links .link-block p .fa-envelope {
            font-size: 14px;
        }

.mainFooterPan01 .footer .copyright {
    margin: 0;
    padding: 18px 0px;
}

    .mainFooterPan01 .footer .copyright p {
        margin: 0px;
        text-align: left;
    }

    .mainFooterPan01 .footer .copyright ul li {
        margin-right: 7px;
    }

        .mainFooterPan01 .footer .copyright ul li a {
            display: inline-block;
            margin-right: 5px;
        }

.footerBottom {
    padding: 15px 0 0;
}

.mainFooterPan01 .footer .footer-links {
    margin: 0;
    padding: 0;
    text-align: left;
}

.mainFooterPan02 {
    border-top-width: 5px;
    border-top-style: solid;
    text-align: left;
}

    .mainFooterPan02 .footer-toprow {
        padding: 30px 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        margin-bottom: 30px;
    }

        .mainFooterPan02 .footer-toprow .span6 {
            margin-bottom: 0px;
        }

            .mainFooterPan02 .footer-toprow .span6 h3 {
                float: left;
                font-size: 24px;
                font-weight: 300;
                padding-right: 10px;
                line-height: 41px;
                margin: 0px;
                display: none;
            }

            .mainFooterPan02 .footer-toprow .span6 h4 {
                display: none;
            }

        .mainFooterPan02 .footer-toprow .form-subscribe, .mainFooterPan02 .footer-toprow .msg-block {
            float: left;
            width: auto;
        }

            .mainFooterPan02 .footer-toprow .form-subscribe .button {
                float: left;
                margin-left: 10px;
                overflow: hidden;
            }

                .mainFooterPan02 .footer-toprow .form-subscribe .button span span {
                    padding: 3px 8px;
                }

            .mainFooterPan02 .footer-toprow .form-subscribe .input-text {
                height: 42px;
                border: 0px;
                padding: 0px 10px;
                border-radius: 3px;
            }

            .mainFooterPan02 .footer-toprow .form-subscribe .msg-block {
                width: 360px;
            }

        .mainFooterPan02 .footer-toprow ul {
            float: right;
        }

            .mainFooterPan02 .footer-toprow ul li {
                float: left;
                width: 24px;
                text-align: center;
                margin: 10px 0px 0px 10px;
            }

                .mainFooterPan02 .footer-toprow ul li a {
                    font-size: 20px;
                    display: inline-block;
                }

    .mainFooterPan02 .footer-links-wr {
    }

        .mainFooterPan02 .footer-links-wr [class*="span"] {
            margin-bottom: 0px;
        }

        .mainFooterPan02 .footer-links-wr .link-block {
            float: left;
            width: 25%;
        }

            .mainFooterPan02 .footer-links-wr .link-block + .link-block {
                padding-left: 30px;
            }

        .mainFooterPan02 .footer-links-wr h3 {
            font-size: 20px;
            line-height: 20px;
            font-weight: 400;
            margin-bottom: 12px;
        }

        .mainFooterPan02 .footer-links-wr .link-block li {
            padding: 8px 0px 8px 16px;
            position: relative;
        }

        .mainFooterPan02 .footer-links-wr .link-block ul li:before {
            width: 7px;
            height: 7px;
            content: '';
            float: left;
            position: absolute;
            top: 14px;
            left: 0px;
        }

        .mainFooterPan02 .footer-links-wr li + li {
            border-top-width: 1px;
            border-top-style: solid;
        }

        .mainFooterPan02 .footer-links-wr .link-block ul li a {
        }

        .mainFooterPan02 .footer-links-wr .link-block ol li {
            padding-left: 26px;
        }

    .mainFooterPan02 ol li em.fa {
        position: absolute;
        left: 0px;
        top: 8px;
        font-size: 18px;
        text-align: center;
        width: 22px;
    }

    .mainFooterPan02 .twitter-twets li {
        padding: 7px 0px 6px 20px;
        position: relative;
    }

        .mainFooterPan02 .twitter-twets li:before {
            position: absolute;
            left: 0px;
            top: 11px;
        }

    .mainFooterPan02 .footer-bottom {
        padding: 25px 0px;
        margin-top: 30px;
    }

        .mainFooterPan02 .footer-bottom p {
            line-height: 24px;
        }

.mainFooterPan03 .footer-socialmedia {
    padding: 20px 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 30px 0px 25px;
}

    .mainFooterPan03 .footer-socialmedia ul li {
        display: inline-block;
        padding: 0px 2px;
    }

        .mainFooterPan03 .footer-socialmedia ul li a {
            font-size: 20px;
        }

            .mainFooterPan03 .footer-socialmedia ul li a span {
                display: inline-block;
                margin-left: 10px;
            }

.mainFooterPan03 ul.links li {
    padding: 0px 5px;
}

    .mainFooterPan03 ul.links li a {
    }

.mainFooterPan03 .copyText {
    text-align: center;
    font-size: 12px;
    margin: 1px 0px 30px;
}

.home-callout {
    margin-bottom: 12px;
}

    .home-callout img {
        display: block;
    }

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    font-size: 1.2em;
}

.best-selling table {
    border-top-width: 1px;
    border-top-style: solid;
}

.best-selling td {
    width: 50%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 8px 10px 8px 8px;
    font-size: 10px;
}

.best-selling .product-img {
    float: left;
    border-width: 2px;
    border-style: solid;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.clearer:after, .header-container:after, .header-container .top-container:after, .header:after, .header .quick-access:after, #nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after, .block .block-content:after, .block .actions:after, .block li.item:after, .block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after, .product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after, .form-list li:after, .form-list .field:after, .buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.guest-select {
    width: 305px !important;
}

@media screen and (max-width:1280px) {
    .container {
        margin: 0px 3%;
        width: 94%;
    }

        .container .container {
            margin: 0px;
            width: 100%;
        }
}

@media screen and (max-width:1200px) {
    .container {
        margin: 0px 3%;
        width: 94%;
    }

        .container .container {
            margin: 0px;
            width: 100%;
        }

    .logo img {
        width: 500px;
    }
}

@media screen and (max-width:1024px) {
    .header-top [class*="span"] {
        width: auto !important;
        display: inline-block;
        margin: 0px !important;
        float: none;
        vertical-align: top;
    }

    .header-top .header-compare, .header-top ul.links, .header-wrapper01 .header-top .block-cart, .language-switcher, .header_currency, .header-contact, .header-info {
        float: none !important;
        display: inline-block;
        vertical-align: top;
    }

    .header-top .header-compare {
        display: none;
    }

    .header-top ul.links li {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .header-wrapper02 .header-top ul.links li {
        padding-top: 10px;
    }

    .header-wrapper02 .header-top .header-compare .classy {
        margin-top: 10px;
    }

    .header-top .header-compare .classy {
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 13px;
    }

    .header-top ul.links li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .header-wrapper01 .header-top .block-cart {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    body .header-wrapper01 .header_cart .remain_cart {
        margin-left: -200px;
        z-index: 99;
    }

        body .header-wrapper01 .header_cart .remain_cart:before {
            left: 47%;
        }

    .header-wrapper02 .form-search input {
        width: 260px;
    }

    .header-container .compare-content:before {
        left: 77%;
    }

    .header-container .compare-content {
        margin-left: -340px;
    }

    .header-wrapper02 .compare-content:before {
        left: 90%;
    }

    .header-wrapper02 .compare-content {
        margin-left: -382px;
    }

    .header-wrapper01 header nav ul#nav li a.level-top, .header-wrapper01 header nav .sf-menu li a.level-top {
        padding: 39px 15px;
    }

    .header1.hideTopNav .header-top {
        margin-top: -71px;
    }

    .header1.headerfix .page {
        padding-top: 180px;
    }

    div .camera_effected .bannerButton span {
        padding: 5px 15px;
    }

    .camera_effected p {
        max-height: 56px;
        overflow: hidden;
    }

    .header-wrapper02 .form-search select, .header-wrapper02 .form-search input {
        margin-right: 0px;
        margin-top: 5px;
    }

    .logo img {
        width: 100%;
    }
}

@media screen and (min-device-width:960px) and (max-device-width:1024px) {
    body {
        background-size: 100% 100%;
        background-position: center top;
    }

    .header-wrapper02 .header_cart .remain_cart {
        margin-left: -320px;
    }

        .header-wrapper02 .header_cart .remain_cart:before {
            left: 80%;
        }

        .header-wrapper02 .header_cart .remain_cart:before {
            left: 80%;
        }

    .header-wrapper03 .header_cart .remain_cart {
        margin-left: -114px;
    }

        .header-wrapper03 .header_cart .remain_cart:before {
            left: 20%;
        }

    div .testimonial-wrapper .jcarousel-control-prev, div .testimonial-wrapper .jcarousel-control-next {
        top: -130px;
    }
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
    .product-view .product-img-box .product-image-zoom {
        height: 340px;
    }

    .mainFooterPan02 .footer-toprow .form-subscribe .msg-block {
        width: 220px;
    }

    .proAction a.btn-cart {
        padding: 4px 5px;
    }

    .proAction .btn-cart {
        padding: 3px 5px;
    }

    .proAction button.button > span {
        padding: 4px 5px;
        font-size: 11px;
    }

    a.btn-cart {
        padding: 4px 8px;
    }

    .proAction .w-btn {
        width: 23px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .products-list .proImage {
        width: 160px;
        overflow: hidden;
    }

    .products-list .bottomProDetail {
        margin-left: 180px;
    }

    .team-block .span2 {
        width: 23%;
        margin: 0px 1%;
    }

    .featuredcat-wrapper article {
        padding: 0px 2% 40px;
    }

    .promotion-page h2 {
        font-size: 13px;
        min-height: 38px;
    }

    .promotion-page .promo-row01 .price-block {
        font-size: 20px;
    }

    .ajax-index-options .product-view .product-img-box .badge {
        width: 50px;
    }
}

@media screen and (max-width:960px) {
    .slide {
        margin-top: 15px;
    }

    .globle-width .header-wrapper02 .nav-wrapper .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .globle-width .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .logo-row > .f-left, header h1.logo {
        width: 100%;
        text-align: center;
    }

        header h1.logo .logo, header .f-left a.logo, header a.logo {
            display: inline-block;
            float: none;
        }

    .logo-row > .f-right {
        width: 280px;
        margin: 20px auto;
        float: none !important;
        display: inline-block;
    }

    .header-wrapper03 .logo-row .span4 .block-cart {
        float: none !important;
        width: 280px;
        margin: 0px auto 20px;
    }

    .header-wrapper03 .logo-row {
        padding: 20px 0px;
    }

        .header-wrapper03 .logo-row .span4 {
            width: 100%;
            margin: 0px !important;
        }

        .header-wrapper03 .logo-row .form-search {
            margin-top: 20px;
        }

    .header-container nav {
        display: none;
    }

    .header-container .mobMenu {
        display: block;
        clear: both;
        margin-bottom: 0px !important;
    }

    .header-wrapper02 .logo-row {
        padding: 20px 0px;
    }

    .header-wrapper02 .form-search {
        width: 100%;
    }

        .header-wrapper02 .form-search select {
            width: 28%;
            margin-right: 2%;
        }

            .header-wrapper02 .form-search select + input {
                width: 70%;
            }

        .header-wrapper02 .form-search input {
            width: 82%;
            margin: 0px;
        }

    .header-wrapper02 .nav-wrapper .container {
        padding: 0px;
    }

    .header1.headerfix.cms-index-index .page {
        padding-top: 0px;
    }

    .header-wrapper01 .header-top .block-cart {
        padding: 10px;
    }

    html .headerfix .header-wrapper02, html .headerfix .header-wrapper01 {
        position: relative;
        box-shadow: 0px 0px;
    }

    .header1.headerfix .page, .headerfix .page, .headerfix.cms-index-index .page {
        padding-top: 0px;
    }

    .hideTopNav .header-top {
        margin-top: 0px;
    }

    body .header-wrapper02 .nav-wrapper {
        background: none;
    }

    div .tp-rightarrow, div .tp-leftarrow {
        width: 45px;
        height: 45px;
        font-size: 22px;
        line-height: 44px;
    }

    .checkout-progress {
        padding: 0px;
    }

    .mainFooterPan01 .media-payment ul li {
        padding-top: 5px;
    }

    .fieldset {
        padding: 7px 10px;
    }

    .contactDetail, .contacts-inded-index .content-wrapper .container {
        background-color: #FFF;
    }

    .left-carousel .product-cover {
        padding-left: 0px;
    }

    .product-view .left-carousel .thumbbox {
        display: none;
    }

    .headingBox h2 {
        font-size: 15px;
    }

        .headingBox h2 span {
            border-width: 2px;
            padding: 5px 15px;
        }

    .freeshipping-wrapper h2 {
        font-size: 28px;
    }

        .freeshipping-wrapper h2 .fa-truck, .freeshipping-wrapper h2 a {
            font-size: 40px;
        }

    div .jcarousel-control-prev, div .jcarousel-control-next {
        top: -61px;
    }

    .mainFooterPan02 .footer-links-wr h3 {
        font-size: 18px;
    }

    .goTop a span {
        display: none;
    }

    .goTop a .fa {
        margin: 0px;
    }

    .mainFooterPan01 .footer .footer-links h3 {
        font-size: 13px;
    }

    div .camera_effected h2 {
        font-size: 24px;
        line-height: 24px;
    }

    div .camera_effected p {
        font-size: 12px;
        line-height: 16px;
    }

    div .camera_effected .bannerButton {
        display: none;
    }

    .search-right {
        width: 100%;
        margin: 0px 0px 10px;
    }

        .search-right .search-button {
            display: none;
        }

        .search-right .drop_search {
            display: inline-block !important;
            position: relative;
            left: 0px;
            top: 0px;
            width: 100%;
            padding: 0px;
            border: 0px;
        }

            .search-right .drop_search:before, .search-right .drop_search:after {
                display: none;
            }

            .search-right .drop_search .button {
                right: 10px;
                top: 9px;
            }

    div .testimonial-wrapper .jcarousel-control-prev, div .testimonial-wrapper .jcarousel-control-next {
        top: -124px;
    }

    .tp-caption .red-btn, .tp-caption .green-btn, .tp-caption .white-btn {
        display: inline-block;
        padding: 2px 6px;
        font-size: 10px;
        font-weight: 600;
    }

    .span9 .tp-caption .green-text:after, .span9 .tp-caption .green-text:before {
        width: 92px;
        height: 1px;
        content: '';
        position: absolute;
        right: -102px;
    }

    .tp-caption .green-text:after, .tp-caption .green-text:before {
        width: 138px;
        height: 1px;
        content: '';
        position: absolute;
        right: -148px;
    }

    .tp-caption .white-big-btn {
        font-size: 12px;
        font-weight: 600;
        padding: 8px 15px;
        border-width: 1px;
        border-style: solid;
    }

    .header-top .span8 .links, .header-top [class*="span"] + [class*="span"] .links, .header-info {
        display: none;
    }

    .header-top .topLinkMenu {
        display: inline-block;
    }

    body .header-wrapper01 .header-top .header_cart, body .header-top .header-compare, .header-top .topLinkMenu, .header-container .header-top .language-switcher, .header-container .header-top .header_currency {
        border-width: 1px;
        border-style: solid;
        margin-right: 0px;
    }

    body .header-top .header-compare, .header-top .topLinkMenu, .language-switcher .select_lang, .header_currency .currency_pan {
        padding: 0 15px;
    }

    body .header-wrapper02 .header-top .header-compare .classy, .header-top .header-compare .classy {
        margin: 0px 0px 1px;
    }

    .new-collections ul li {
        width: 50%;
    }

        .new-collections ul li + li + li {
            margin-top: 5px;
        }

    .header-wrapper02 .form-search .button {
        right: 10px;
    }

    .blog-list h2 a {
        font-size: 24px;
        font-weight: 700;
    }

    .tp-caption .large-green-btn {
        padding: 8px 18px;
        font-size: 14px;
    }
}

@media screen and (min-device-width:580px) and (max-device-width:767px) {
    .products-grid-flex
    {
        display: block;
    }

    .header-container .compare-content:before {
    }

    div .header-container .compare-content {
    }

    body .header-wrapper01 .header_cart .remain_cart {
        margin-left: -180px;
    }

        body .header-wrapper01 .header_cart .remain_cart:before {
            left: 55%;
        }
}

@media screen and (max-width:767px) {
    .products-grid-flex {
        display: block;
    }
    .pagetital {
        padding-left: 5%;
        font-size: 18px;
    }

    .paybtn {
        width: 95% !important;
    }

    .paymeth {
        width: 96% !important;
    }

    .youradd {
        width: 98% !important;
        margin-left: 4% !important;
    }

    .yourcd {
        width: 94% !important;
        margin-left: 4% !important;
    }

    .checksummery {
        float: left !important;
        padding-left: 0;
        padding-right: 0;
        width: 98%;
    }

    .cart-info {
        padding: 5px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        line-height: 22px;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        height: 40px;
        margin-bottom: auto;
        text-align: center;
        display: block;
    }

    .cart-info2 {
        padding: 5px;
        border-top: 1px solid #ccc;
        line-height: 22px;
        color: #000000;
        font-size: 14px;
        text-align: center;
        display: block;
        white-space: nowrap;
        font-weight: bold;
    }

    .cart-Padding {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .cartQuantity-Padding {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .leftmenubar {
    }

    .products-grid .star-box {
        padding-top: 13%;
        margin-left: 8%;
    }

    .products-grid .duv-box {
        padding-top: 13%;
        margin-left: 8%;
    }

    .products-grid .price-box {
        margin-right: 8%;
    }

    [class*="span"] {
        display: inline-block;
        width: 97% !important;
        float: none;
        margin: 0px 5px 20px 5px !important;
    }

    .featuredcat-wrapper article {
        padding: 0px 10px 40px;
    }

    .featuredcat-wrapper .cat-block {
        width: 50%;
        border: 0px none !important;
        margin-bottom: 30px;
    }

    .mainFooterPan02 .footer-links-wr .link-block {
        width: 50%;
        padding: 0px 20px;
        min-height: 220px;
    }

    .camerarelative, .tp-caption {
        display: none;
    }

    div .tp-rightarrow, div .tp-leftarrow {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 35px;
    }

    .mainFooterPan02 .footer-toprow ul {
        width: 100%;
        text-align: center;
    }

    .header-container .header_cart .remain_cart, .header-container .compare-content {
        width: 320px;
        margin-left: -257px;
    }

    .header-wrapper02 .header_cart .remain_cart {
        margin-left: -160px;
    }

    .mainFooterPan01 .footer .footer-links .link-block {
        width: 100%;
        padding: 10px 0px;
    }

    .freeshipping-wrapper h2 {
        font-size: 22px;
    }

    .form-boxtext {
        display: none;
    }
}

@media screen and (max-width:580px) {
    .products-grid-flex {
        display: block;
    }
    .mainFooterPan01 .footer .copyright p {
        width: 100%;
    }

    .headingBox h2 {
        font-size: 12px;
        font-weight: 400;
    }

        .headingBox h2 span {
            border-width: 1px;
            padding: 5px 10px;
        }

    .freeshipping-wrapper h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.page {
    min-height: 200px;
    text-align: center;
}

    .page::after, .page-title::after, .page-body::after {
        clear: both;
        content: "";
        display: block;
    }

.center-1 .page-title, .center-1 .title {
    text-align: center;
}

.page-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    min-height: 50px;
    padding: 6px 10px;
}

    .page-title h1 {
        font-size: 30px;
        font-weight: normal;
    }

.product-reviews-page h1 a::before, .product-reviews-page h1 a::after {
    content: "\'\'";
}

.product-reviews-page h1 a {
    color: #4ab2f1;
}

.write-review {
    margin: 0 0 60px;
}

.product-reviews-page .title {
    color: #444;
    font-size: 20px;
    margin: 0 0 20px;
}

.center-1 .page-title, .center-1 .title {
    text-align: center;
}

.product-reviews-page .title strong {
    font-weight: normal;
}

.product-reviews-page .result, .product-reviews-page .message-error {
    margin: 0 0 20px;
}

.message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
    color: #e4434b;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
}

.write-review .fieldset {
    margin: 0 0 10px;
}

.fieldset, .section {
    margin: 0 0 40px;
    position: relative;
}

.center-1 .buttons {
    text-align: center;
}

.buttons {
    margin: 0 0 30px;
}

.form-fields {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    padding: 30px 15px;
    position: relative;
}

.fieldset {
    border: none;
    margin: 28px 0;
    padding: 12px 25px;
    text-align: left;
}

.inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea {
    background-color: #fff;
    max-width: 100%;
    width: 400px;
    margin-bottom: 10px;
    margin-top: 10px;
}

label, label + * {
    vertical-align: middle;
}

textarea {
    min-height: 150px;
}

input, textarea, select {
    color: #777;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

    input[type="text"], input[type="password"], textarea, select {
        border: 1px solid #ddd;
        height: 36px;
        padding: 8px;
        vertical-align: middle;
    }

    input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], textarea {
        border-radius: 0;
    }

.fieldset {
    text-align: center;
}

.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.write-review .review-rating li.first {
    color: #e4444c;
}

.write-review .review-rating li {
    cursor: default;
    display: inline-block;
    font-size: 14px;
    height: 17px;
    margin: 0 5px;
    vertical-align: middle;
}

    .write-review .review-rating li.last {
        color: #4cb17c;
    }

.write-review .button-1 {
    background-color: #4ab2f1;
    border: medium none;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

    .write-review .button-1:hover {
        background-color: #248ece;
    }

.product-review-item .review-item-head {
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding: 10px;
}

.product-review-box .rating {
    background: rgba(0, 0, 0, 0) url("../images/rating1.png") repeat-x scroll 0 0;
    height: 14px;
    width: 95px;
    float: right;
}

    .product-review-box .rating div {
        background: rgba(0, 0, 0, 0) url("../images/rating2.png") repeat-x scroll 0 0;
        height: 14px;
    }

.product-review-item .review-title {
    color: #444;
    font-size: 15px;
    line-height: 20px;
    float: left;
}

.product-review-item .review-info a, .product-review-helpfulness .vote {
    color: #4ab2f1;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.cartbox {
    margin-top: 10px;
    background: #f8f8f8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 8px;
    margin-left: 8px;
}

.cart-image {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    line-height: 22px;
    color: #333333;
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
}

.cart-total {
    border-bottom: 1px solid #ccc;
    background-color: #FECDA0;
    padding: 5px;
    line-height: 18px;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

.cart-vat {
    padding: 5px;
    line-height: 18px;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
}

.cartbtngroup {
    border-top: 1px solid #ccc;
}

.cart-btngray a {
    width: 92%;
    padding: 10px 0;
    font-size: 13px;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    margin: 7px;
}

    .cart-btngray a:hover {
        width: 92%;
        display: inline-block;
        background-color: #FF9117;
        color: #000;
    }

.cart-btngore a {
    width: 92%;
    padding: 10px 0;
    font-size: 13px;
    display: inline-block;
    background-color: #FF9117;
    color: #000;
    margin: 7px;
}

    .cart-btngore a:hover {
        width: 92%;
        display: inline-block;
        background-color: #333333;
        color: #FFFFFF;
    }

.btn-minus {
    color: #333;
    background-color: #E1E1E1;
    border-color: #D2D2D2;
    font-size: 14px !important;
    font-weight: bold;
}

    .btn-minus:hover {
        color: #333;
        background-color: #FEC281;
        border-color: #D2D2D2;
        font-size: 14px !important;
        font-weight: bold;
    }

.btntype {
    font-size: 14px;
    color: #333333;
    line-height: 33px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    width: 30px;
    height: 30px;
    font-style: normal;
}

.block-cart-header {
    float: right;
    min-width: 170px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
}

    .block-cart-header:before {
        font-size: 37px;
        color: #fff;
        margin: 0 0 -2px;
    }

    .block-cart-header h3 {
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        color: #F95901;
        margin: 0 0 1px 0;
        padding-left: 15px;
        background-image: url(/images/cart.png);
        background-repeat: no-repeat;
        background-position: 20px;
    }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 350px !important;
}

@media (max-device-width:480px) {
    .products-grid-flex {
        display: block;
    }
    .carousel-caption {
        left: 5%;
        right: 5%;
        padding-bottom: 30px;
        display: none;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        background-color: #fff;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px;
        padding: 10px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -2px !important;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -2px !important;
    }

    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: 100% !important;
    }
}
