﻿
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES -  license M2hweb.com all right reserved.

=====================================================*/
/* Developed by M2hweb.com */


.html-home-page .master-wrapper-page {
    background-color: #f1f3f6;
}
.search-box-close {
    display: none;
    position: absolute;
    right: 15px;
    top: 10px;
}
    .search-box-close.show {
        display: block;
    }

.header.normal .header-top-strip > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 43px;
}

.header.normal .header-logo {
    -ms-flex: 0 0 155px;
    flex: 0 0 175px;
    max-width: 175px;
}

.home-page .bestsellers, .registration-page .page-title, .password-recovery-page .page-title, #header-logo, .blogpost-page .title {
    display: none;
}
.full-description img {
    max-width: 90%;
    height: auto;
    width: auto;
}
.q-attribute-wrapper {
    margin: 4px 0 8px 0;
}

#q-attributes {
    display: flex;
    align-items: center;
    color: #a60a0a;
    font-family: iransans;
    justify-content: center;
}

    #q-attributes img, #q-attributes span {
        margin: 0 2px 0 2px;
        display: inline;
        width: 20px;
        height: 20px;
    }
.home_page_main_slider {
    max-width: 1680px;
    margin: 0px auto;
}
.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    top: 0px !important;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box;
    background-color: #fff;
  
   
}

.swiper-button-disabled {
    display: none !important;
}

.ns-flex {
    display: flex;
}

.swiper-slide img {
    width: 60px;
    margin-left: 10px;
}

.swiper-button-next {
    display: flex;
    left: 8px;
    height: 28px;
    width: 28px;
    border: 1px solid #d6d6db;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 12;
}

.swiper-slide a {
    /*width: 215px;*/
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #f0f0f1;
    border-radius: 8px;
}

.swiper-button-prev {
    display: flex;
    right: 8px;
    height: 28px;
    width: 28px;
    border: 1px solid #d6d6db;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 12;
}
/*min width 1024*/
.swiper-slide span {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
    max-height: 53px;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.header .search-box-wrapper {
    max-width: 650px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 10;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
    margin: 0px 8px 0px 8px;
}


* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a {
    color: inherit;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0.99; /*firefox scale bug fix*/
    text-decoration: none !important;
}

    a img {
        border: none;
    }

    a:active {
        outline: none;
    }

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
    -moz-box-shadow: inset 0 0 0 1000px #fff;
    box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/

:root, :host {
    --fa-font-regular: normal 400 1em/1 "icon";
}

body {
    max-width: 100%;
    background: #fff;
    font: normal 16px 'proxima-reg';
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
    color: #898989; /*test all the pages*/
    margin: 0px;
}

/*@font-face
{
    font-family: 'proxima-reg';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont.ttf') format('truetype'), url('../fonts/proximanova-regular-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.pricetaxinfo {
    font-family: proxima-reg;
    margin: 0;
    line-height: 20px;
    text-align: center;
    max-width: 200px;
    color: #2d2d2d;
    font-size: 12px;
}

@font-face {
    font-family: "iransans";
    font-style: normal;
    font-weight: normal;
    src: url("https://hilandbeauty.com/Themes/Urban/Content/fonts/iransans.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans.woff") format("woff"), url("../fonts/iransans.ttf") format("truetype"), url("../fonts/iransans.svg#iransans") format("svg");
}

@font-face {
    font-family: "proxima-reg";
    font-style: normal;
    font-weight: normal;
    src: local("HilandEnglish"), local("HilandEnglish-Regular"), url("../fonts/HilandEnglish.woff2") format("woff2"), url("../fonts/HilandEnglish.woff") format("woff");
}



@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.eot');
    src: url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.woff') format('woff'), url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.ttf') format('truetype'), url('../fonts/mark_simonson_-_proxima_nova_alt_bold-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icon.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/icon.woff2?v=4.4.0") format("woff2"), url("../fonts/icon.woff?v=4.4.0") format("woff"), url("../fonts/icon.ttf?v=4.4.0") format("truetype"), url("../fonts/icon.svg?v=4.4.0#fontawesomeregular") format("svg");
}*/
@font-face {
    font-family: 'icon';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}

/*@font-face {
    font-family: "M2hweb";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Iransans2.woff2") format("woff2"), url("../fonts/Iransans2.woff") format("woff"), url("../fonts/Iransans2.ttf") format("truetype");
}

@font-face {
    font-family: "M2hweb_Medium";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/IRANSansWeb_Medium.ttf") format("truetype");
}
*/


table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="password"],
textarea, select {
    height: 42px; /*safari padding fix*/
    border: 1px solid #c2c2c2;
    padding: 8px;
    vertical-align: middle;
}

input, textarea {
    font-size: 13px;
}

textarea {
    min-height: 150px;
}

select {
    min-width: 50px;
    padding: 8px;
}
.wishlist-content input[type="checkbox"] {
    visibility: visible !important;
    opacity: 1 !important;
}
    input[type="text"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        border-color: #999;
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label, label + * {
    vertical-align: middle;
}

.master-column-wrapper, .filtersGroupSearch {
    position: relative;
}

    .master-column-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

.center-1 {
    margin: 0 0 50px;
}

.center-2 {
    margin: 0 0 50px;
}

.side-2,
.center-1 .center-side,
.center-1 .block-account-navigation {
    margin: 0 30px 70px;
}


.html-blog-page .center-2 {
    width: 78%;
    max-width: 100%;
    float: left;
}
.page {
    clear: both; /* because of forum breadcrumbs */
    text-align: center;
    padding:10px;
}

.page-title {
    background-size: cover;
    margin: 0 0 35px;
}

    .page-title h1 {
        text-transform: uppercase;
        font: 32px/normal 'iransans';
        padding: 78px 0px;
        text-align: center;
        width: 78%;
        color: #060000;
        opacity: 0;
    }

.page-body {
    max-width: 1670px;
    width: 98%;
    margin: auto;
}

    .page:after,
    .page-title:after,
    .page-body:after {
        content: "";
        display: block;
        clear: both;
    }


.buttons {
    margin: 0 0 20px;
    text-align: center;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url('../img/rss-icon.png') no-repeat center;
    text-indent: 999px;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    margin: 12px 0;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    font-size: 14px;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 59px;
    height: 55px;
    background: url('../img/scroll_top.png') no-repeat center;
    line-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    overflow: hidden;
    z-index: 1001;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.master-wrapper-page {
    position: relative;
}

/*********** GLOBAL FORMS ***********/


.fieldset, .section {
    position: relative;
    margin: 0 0 20px;
}

    .fieldset .title,
    .section .title {
        color: #333333;
        font-family: "proxima-nova";
        font-size: 24px;
        line-height: 28px;
        margin: 40px 0;
        text-align: center;
        text-transform: uppercase;
    }

.form-fields,
.giftcard {
    position: relative;
    padding: 40px 20px;
    width: 90%;
    margin: auto;
}

    .form-fields .buttons,
    .form-fields .buttons input {
        margin: 0;
    }

.inputs {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    max-width: 470px;
}

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs.custom-attributes {
        text-align: left;
        /*white-space: normal;*/
    }

    .inputs > label,
    .giftcard label {
        display: block;
        width: 100%;
        margin: 0 0 8px;
        text-align: left;
        font-size: 14px;
        color: #333;
        letter-spacing: 0.5px;
        font-family: 'proxima-nova';
        text-transform: uppercase;
        white-space: normal;
    }

    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select,
    .inputs textarea,
    .giftcard input,
    .giftcard textarea {
        width: 100%;
        max-width: 470px;
        vertical-align: middle;
        color: #898989;
    }

        .inputs input[type="text"]:focus,
        .inputs select:focus, .inputs textarea:focus {
            color: #333;
        }

    .inputs .option-list {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #c2c2c2;
        width: 100%;
        max-width: 630px;
        padding: 0 0 0 8px;
    }

        .inputs .option-list li {
            float: left;
            margin: 0 10px 0 0;
        }

        .inputs .option-list label {
            width: auto;
            margin: 10px 10px 0;
        }
.h-formsInputsPass-label::before, .h-formsInputsUser-label::before, .btn-login::after {
    font-family: icon;
    position: absolute;
    left: 20px;
    color: #6d6d6d;
    top: auto;
    bottom: auto;
}
.h-accountBox .h-formsInputsUser-label::before {
    top: 9px;
    font-size: 24px;
    z-index: 2;
    content: "\f2c0";
}

.h-formsInputsPass-label::before {
    top: 9px;
    font-size: 27px;
    content: "\f023";
    z-index: 2;
}
.h-formsButtons-row .btn-login::after {
    top: 9px;
    font-size: 28px;
    content: "\f090";
    color: white;
}

.btn-login:not(.disabled):not(.is-inactive):not([disabled]):hover::before {
    width: 900px;
    height: 900px;
    left: -450px;
    top: -450px;
    -webkit-transform: unset;
    transform: unset;
}

.btn-login:not(.disabled):not(.is-inactive):not([disabled])::before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-login::before {
    width: 95px;
    height: 95px;
    position: absolute;
    left: -15px;
    top: -20px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}


.h-accountBox .h-formsInputs-placeholder::placeholder {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.571;
    text-align: left;
    color: #acabab;
}
.h-formsInputs .h-formsInputs-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.h-formsInputsUser-label {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}
.h-formsInputs-title {
   
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 15px;
    font-size: 15px;
    line-height: 1.467;
}
.h-accountBox-header {
    border-bottom: 1px solid #ececec;
    font-size: 1.2rem;
    line-height: normal;
    color: #333;
    font-family: "proxima-reg";
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.1rem;
    padding: 17px 40px;
}
.h-accountBox-logo {
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: url(../img/logo3.svg) no-repeat 50% 50%;
    background-size: auto;
    background-size: contain;
    text-indent: -1000em;
    height: 89px;
    width: 215px;
}
.h-accountBox-newUser {
    background: rgba(93,214,0,.06);
    border-top: 1px solid #d7e6bb;
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px;
    padding: 25px 40px 28px;
    padding-top: 25px;
    padding-bottom: 28px;
    padding-top: 25px;
    padding-bottom: 28px;
    text-align: center;
    font-size: 13px;
    font-size: 0.91rem;
    line-height: 1.267;
    color: #4d4b4b;
}

.h-accountBox .h-formsInputs-placeholder {
    direction: ltr;
    color: #777;
}

.h-accountBox .h-formsInputs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 9px;
}
#Password-error::before, #Username-error::before {
    width: 0;
    height: 0;
    border-color: #ef5662 transparent transparent;
    border-style: solid;
    border-width: 10px 12px 0;
    top: 100%;
    left: 35px;
    content: "";
    position: absolute;
}

#Password-error, #Username-error {
    position: absolute;
    display: block;
    left: 100%;
    bottom: 100%;
    margin-left: -150px;
    margin-bottom: 10px;
    background: #ef5662;
    white-space: nowrap;
    padding: 9px 25px;
    color: #fff;
    z-index: 2;
}

.h-formsInputs-row .h-formsInputs-placeholder.error {
    border-color: #fb3449;
    color: #ef5662 !important;
}
.h-formsButtons-row .btn-login {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 1.206rem;
    line-height: 1.20;
    color: #fff;
    letter-spacing: -.7px;
    padding: 13px 60px 13px 13px;
    border-radius: 8px;
    height: auto;
    position:relative;
}

.h-accountBox .h-formsInputs-input {
    position: relative;
    width: 100%;
    min-height: 1px;
    letter-spacing: -.8px;
    color: #9d9d9d;
    overflow: visible;
    padding: 16px 15px 16px 52px;
    font-size: 14px;
    line-height: 21px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: left;
}
.h-formsInputsUser-label, .h-formsInputsPass-label, .h-formsInputs-label, .h-formsInputsPhone-label, .h-formsInputsName-label, .h-formsInputsFamily-label {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}
.h-formsButtons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 23px;
    margin-bottom: 23px;
    margin-bottom: 23px;
    margin-bottom: 9px;
}

.h-formsButtons-row {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.h-formsInputs-reversed {
    margin: -3px 0 7px;
    font-size: 12px;
    font-size: .857rem;
    color: #5c5c5c;
    position: relative;
    text-align: left;
}

.btn-link-forget, .btn-link-register {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 13px;
}

.btn-link-forget, .btn-link-register {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
}
    .btn-link-forget::after, .btn-link-register::after {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
    }
.h-blnk-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}
.h-accountBox-form {
    margin-top: 9px;
    margin-bottom: 9px;
}
.h-mainPage-wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 321px;
}
.h-blnk-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
}

.h-mainPage-wrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 180px;
}

.h-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.footer-box-c li {
    padding: 12px;
    color: black;
    font-size:15px;
}
.h-footer-container {
    border-top: 1px solid #e7e7e7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #b1b1b1;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1676px;
}

/*subcategory design*/

.text-caption-strong {
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    justify-content: center;
    color: #414650;

}

.h-subcategories-title {
    color: #080808;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.15;
    margin-bottom: 16px;

}

.h-subcategories-box-num {
    font-size: 28px;
    line-height: 2.1;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}

.jscategoryload {
    border-radius: 8px;
    padding: 16px;
    background-color: #eeeef3;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
}


.h-subcategories {
    width: 100%;
}

.display-flex {
    display: flex;
}

.webk-box {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
}

.h-subcategories-content {
    overflow-x: auto;
    flex-wrap: nowrap;
    grid-gap: 12px;
    gap: 12px;
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
    column-gap: 12px;
}


.h-subcategories-link {
    min-width: 100px;
    border-radius: 8px;
    padding: 16px;
    background-color: #eeeef3;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}


.h-subcategories-image {
    mix-blend-mode: multiply;
}

.lazy-load {
    opacity: 1;
    transition: opacity .2s;
    display: inline-block;
}

.h-subcategories-image img {
    object-fit: contain;
    width: 100%;
}

.hiddenDefault {
    display: none;
}

.lazy-load {
    opacity: 1;
    transition: opacity .2s;
    display: inline-block;
}
/*subcategory design end*/

.required {
    margin: 0 -6px 0 3px; /*siblings offset fix*/
    font-size: 18px;
    color: #c00;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 13px;
    color: #c00;
    margin: 4px 0 0;
}

.returning-wrapper .message-error {
    left: 0;
    right: 0;
    text-align: center;
    top: 15px;
    margin: 0 0 20px;
}

.field-validation-valid {
    display: block;
    font-size: 11px;
    color: #690;
}

.captcha-box {
    margin: 0 0 15px;
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
    }

    .captcha-box input {
        height: auto;
    }


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    padding: 12px 35px 12px 0;
    opacity: 0.95;
    background: #fff;
    color: #82b85a;
    font-family: 'proxima-nova';
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

    .bar-notification.error .content {
        background: url(../img/icon3.png) no-repeat 25px center;
        /*color: #f73950;*/
        height: 100%;
        color: black;
        text-align: center;
    }

    .bar-notification .content {
        background: url("../img/icon2.png") no-repeat scroll 13px center rgba(0, 0, 0, 0);
        padding: 0 0 0 40px;
    }

        .bar-notification .content a {
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px; /*even numbers only*/
        height: 32px; /*even numbers only*/
        margin: 5px;
        background: url('../img/close-notification.png') center no-repeat;
        cursor: pointer;
        opacity: 0.7;
    }

        .bar-notification .close:hover {
            opacity: 0.9;
        }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ui-dialog {
    z-index: 1008;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background: #fff;
}

.ui-dialog-titlebar {
    border-width: 1px;
    border-style: solid;
    border-color: #fff #fff #bbb;
    overflow: hidden;
    background: #f9f9f9 url('../img/headpad.png') top repeat-x;
    padding: 10px;
    text-shadow: 1px 1px 0 #eee;
    font-family: 'proxima-nova';
    letter-spacing: 0.5px;
}

    .ui-dialog-titlebar span {
        float: left;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 26px; /*even numbers only*/
        height: 26px; /*even numbers only*/
        margin: 5px;
        overflow: hidden;
        border: 1px solid #c2c2c2;
        background: url("../img/close.png") no-repeat scroll center center #dddddd;
        text-indent: 999px;
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
        }

        .ui-dialog-titlebar button * {
            display: none;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 20px;
}

    .ui-dialog-content .topic-block {
        margin: 10px 0 0;
    }

    .ui-dialog-content .topic-block-body {
        max-height: 200px;
        overflow-y: scroll;
    }

    .ui-dialog-content .topic-block p {
        margin: 0;
    }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #bbb;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: 1px solid #e1e1e1;
        background: #fff;
        padding: 15px 50px;
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
        font-family: 'proxima-nova';
        letter-spacing: 0.5px;
    }

    .eu-cookie-bar-notification a {
        display: block;
        font-family: 'proxima-nova';
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }


/*********** HEADER ***********/

.admin-header-links {
    background: #f6f6f6;
    text-align: center;
    border-bottom: 1px solid #eee;
    z-index: 1;
    position: relative;
}

    .admin-header-links a {
        font-size: 15px;
        margin: 0 10px;
        line-height: 35px;
        text-transform: uppercase;
    }

.header {
    position: relative;
    margin: 0 auto 10px;
    text-align: center;
    /*z-index:2;*/
}

    .header.becomeAbsolute {
        /*position:absolute;*/
        width: 100%;
    }

    .header.mobile .white-background {
        background: #fff;
    }

    .header:after {
        content: "";
        display: block;
        clear: both;
    }

    .header .header-strip {
        /*margin: 0 0 10px;*/
        border-bottom: 1px solid #D5D5D5;
        z-index: unset;
        margin: 0;
    }



.header-top-strip .header-buttons li.filters-button {
    display: none;
}

.header-top-strip .header-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    position: unset;
    font-size: 0;
}

    .header-top-strip .header-buttons li {
        display: inline-block;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        vertical-align: middle;
    }
    .header-top-strip .header-buttons .wishlist-opener, .shopping-cart-opener {
        width: 30px;
        height: 30px;
        margin: 0 5px 0 5px;
    }

.header-top-strip li.filters-button > span {
    display: block;
    height: 32px;
    width: 40px;
    background: url(../img/filters-icon-opener.png) no-repeat center;
    width: 32px;
    display: inline-block;
    height: 20px;
    float: left;
    text-indent: 0px;
    vertical-align: middle;
    max-height: 32px;
    margin: 11px 0px 0px 2px;
}

.header-top-strip .shopping-cart-opener:before {
    display: none;
}

.header-top-strip > ul > li:before {
    content: '';
    display: block;
    width: 1px;
    border-left: 1px solid #060606;
    height: 60%;
    position: absolute;
    top: 20%;
}

.shopping-cart-opener a {
    display: block;
    height: 100%;
/*    background: url(../img/shopping-cart.svg)no-repeat center;
    background-size: 30px;*/
}

.header-top-strip .ico-wishlist {
    display: block;
    height: 100%;
    background: url(../img/wishlist.png)no-repeat center;
}

.user-links-opener {
    background: url(../img/icon-login.png)no-repeat center;
}

.search-opener {
    background: url(../img/icon-search.png)no-repeat center;
}

.header-selectors-opener {
    background: url(../img/icon-personal.png)no-repeat center;
}

.header-logo a {
    display: block;
    max-width: 100%;
    line-height: 0; /*firefox line-height bug fix*/
}

    .header-logo a img {
        max-width: 100%;
        max-height: 50px;
        vertical-align: top;
    }

/*.header-menu-opener {
    float: right;
    margin: 0px 10px 0;
    background: url(../img/icon-menu.png) no-repeat center;
    height: 45px;
    width: 45px;
    cursor: pointer;
    font-size: 0;
}*/
.mega-menu-responsive .fragranceMenu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/fragrance-70.jpg);
    background-size: 50px;
}

.mega-menu-responsive .nicheMenu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/niche-70.jpg);
    background-size: 50px;
}

.mega-menu-responsive .makeupMenu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/makeup-70.jpg);
    background-size: 50px;
}
.mega-menu-responsive .skincareMenu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/skincare-70.jpg);
    background-size: 50px;
}

.mega-menu-responsive .personalCare .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/health-70.jpg);
    background-size: 50px;
}

.mega-menu-responsive .accMenu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/accessory-70.jpg);
    background-size: 50px;
}
.mega-menu-responsive .promotionMenu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/onsale-70.jpg);
    background-size: 50px;
}
.mega-menu-responsive .brandsMenu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/brands-70.jpg);
    background-size: 50px;
}
.mega-menu-responsive .fashionMenu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/fashion-70.jpg);
    background-size: 50px;
}

.mega-menu-responsive .superMarket .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/supermarket-70.jpg);
    background-size: 50px;
}

.mega-menu-responsive .h360Menu .menu-bg {
    background: url(../../../../wwwroot/images/rMenu/360-70.jpg);
    background-size: 50px;
}
.header.mobile .header-menu {
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.notAndroid23 .header.mobile .header-menu.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.android23 .header.mobile .header-menu {
    right: 0;
}

.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.header-links-wrapper {
    position: relative;
    margin: 0 0 20px;
}

/*.header-links
{
    margin: 0 0 10px;
    font-family: 'proxima-reg';
}

    .header-links ul
    {
        font-size: 0;
    }

    .header-links li
    {
        display: inline-block;
        margin: 10px;
    }*/

/*.header-links span,
    .header-links a
    {
        display: inline-block;
        font-size: 16px;
        line-height: 32px;
        color: #313131;
    }

    .header-links .cart-qty
    {
        background: url('../img/cart-icon.png') left center no-repeat;
        padding: 0 0 0 20px;
    }*/

.header.mobile .header-bottom-strip {
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.header-links-wrapper,
.user-links-wrapper,
.header-selectors-wrapper {
    display: none;
}

.shopping-cart-wrapper {
    display: none;
    position: absolute;
}

    .header-links-wrapper.active,
    .user-links-wrapper.active,
    .search-box-wrapper.active,
    .header-selectors-wrapper.active,
    .shopping-cart-wrapper.active {
        display: block;
        /*display: inline-block;*/
        position: absolute;
        vertical-align: middle;
    }


.search-box form:after {
    content: "";
    display: block;
    clear: both;
}

.search-box .search-box-button {
   /* float: right;*/
    overflow: hidden;
   /* background: url('../img/search-icon-white.png') center no-repeat;*/
    background-color: transparent;
    background-size: auto;

    background-size: auto auto;
    text-indent: 999px;
    background-size: 20px;
    width: 60px;
    height: 100%;

    border-radius: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1002 !important;
    max-width: 100%;
   /* border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-top: none;*/
    overflow: hidden;
    display: none;
    font-family: iransans;
    font-size: 13px;
    color: #303030;
    text-align: left;
    position: relative;
    background: #fff;
    left: 60px;
    right: 0;
  /*  top: 100%;*/
  position:relative;
  /*  border-top: 1px solid #e7e7e7;*/
    overflow: hidden;
   /* border-radius: 0 0 7px 7px;*/
    display: none;
   /* box-shadow: 0 -4px 8px 0 rgba(0,0,0,.3);*/
    padding: 10px 15px;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
            border-top: none;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
        color: #1a7fd2;
        width: 100%;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content span {
        color: #2c2c2c;
    }

.brandTerm, .catTerm {
    color: #363636;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
    margin-right: 5px;
    vertical-align: middle;
}

.header-selectors-wrapper {
    font-size: 0;
}

    .header-selectors-wrapper .custom-select-text {
        color: #333;
    }

    .header-selectors-wrapper > div {
        display: inline-block;
        margin: 10px 5px;
    }

        .header-selectors-wrapper > div > div {
            display: inline-block;
        }

.currency-selector {
    position: relative;
}

.header-selectors-wrapper select {
    margin: 0 10px;
    border: none;
    color: #313131;
    font-family: proxima-reg;
    font-size: 16px;
    min-width: 100px;
    opacity: 1;
}

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        width: 32px;
        display: inline-block;
        height: 20px;
        float: left;
        text-indent: 0px;
        vertical-align: middle;
        max-height: 32px;
        margin: 11px 0px 0px 2px;
    }

    .language-list a {
        display: block;
        position: relative;
        line-height: 0;
    }

    .language-list img {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 25px;
    }
/* mini shopping cart */
.shopping-cart-wrapper {
    overflow: hidden;
}

    .shopping-cart-wrapper.active {
        display: block;
    }

    .shopping-cart-wrapper .cart-title {
        font: 18px "proxima-nova";
        margin: 25px auto;
        text-align: center;
        text-transform: uppercase;
        color: #333;
        display: none;
    }

    .shopping-cart-wrapper.active .flyout-cart {
        display: block;
    }

.flyout-cart {
    margin: 0px auto;
    padding: 20px;
    max-width: 430px;
    border: 1px solid #e1e1e1;
    background: #fff;
    min-width: 288px;
}

.mini-shopping-cart {
    font-size: 11px;
}

    .mini-shopping-cart .no-items {
        display: block;
        font-size: 13px;
        color: #898989;
        text-align: center;
    }

    .mini-shopping-cart * {
        line-height: normal !important;
    }

    .mini-shopping-cart a {
        font: 14px proxima-nova;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        color: #333;
    }

        .mini-shopping-cart a:hover {
            text-decoration: underline;
        }

    .mini-shopping-cart .count {
        padding: 5px 0;
    }

        .mini-shopping-cart .count a {
            font-weight: bold;
        }

    .mini-shopping-cart .items {
        margin: 0 0 12px;
    }

    .mini-shopping-cart .item {
        border-bottom: 1px solid #e1e1e1;
        overflow: hidden;
        padding: 15px 0;
    }

    .mini-shopping-cart .picture {
        float: left;
        width: 54px;
        text-align: center;
    }

        .mini-shopping-cart .picture a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .mini-shopping-cart .picture a:before {
                content: " ";
                display: block;
                padding-top: 100%;
            }

        .mini-shopping-cart .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }

        .mini-shopping-cart .picture + .product {
            margin: 0 0 0 80px;
            text-align: left;
        }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 12px;
        font-weight: bold;
    }

    .mini-shopping-cart .attributes {
        font-style: italic;
    }
.item-box .prices {
    margin: 8px 0px 0px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
   padding-bottom:10px;
}

.item-box .old-price {
    margin: 0 5px 0 0;
    color: #999;
    text-decoration: line-through;
    font: 14px 'proxima-reg';
    color: #636060;
    display: block;
}


.item-box .actual-price {
    
    color: black;
    overflow: hidden;
    line-height: 20px;
    font-weight: normal;
    font-size: 15px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
}
.product-price #priceValue, .discounted-price #priceValue {
    font: normal 23px/32px iransans;
    padding: 0 5px 0 4px;
    color: black;
}
.hflex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
}
.recentlyViewedp .discountPercent, .recentlyViewedp .add-info {
    display: none;
}
.item-box .productDiscount-wrapper {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.17;
    height: 20px;
    width: 34px;
    padding-right: 4px;
    padding-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e63e50;
    border-radius: 16px;
}
.item-box .productDiscount-value {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.17;
    color: white;
   
}
.item-box .old-price, .product-item .old-price {
    text-decoration: line-through;
    font: 14px 'proxima-reg';
    margin: 0;
   
    line-height: 20px;
    display: flex;
    justify-content: center;
    line-height: 22px;
    align-items: center;
    margin-left: 10px;
}
.product-details-page .overview .priceLabel, .product-details-page .overview .priceForYoulabel, .quickView .overview .priceForYoulabel {
    color: #4d4d4d;
    font-size: 16px;
    font-family: iransans;
}

.product-details-page .overview .oldPriceLabel {
    color: #777;
    font: normal 12px iransans;
    vertical-align: 1px;
}

.product-details-page .overview .oldPriceValue {
    font: normal 17px iransans !important;
    padding: 0 6px 0 4px;
    vertical-align: 0;
    /*text-decoration: line-through;*/
    color: gray;
}
    .mini-shopping-cart .price,
    .mini-shopping-cart .quantity {
        display: table-cell;
        font: 14px 'proxima-reg';
        color: #333;
    }

    .mini-shopping-cart .quantity {
        padding: 0 10px 0 0;
    }

        .mini-shopping-cart .quantity span {
            display: inline-block;
            border: 1px solid #d7d7d7;
            padding: 6px;
            width: 36px;
            text-align: center;
        }

    .mini-shopping-cart .totals {
        margin: 0 0 30px;
        font-size: 14px;
        text-align: left;
        overflow: hidden;
        font-family: "proxima-reg";
        color: #333;
    }

        .mini-shopping-cart .totals strong {
            color: #ce1919;
            float: right;
            font: 14px 'proxima-reg';
        }

    .mini-shopping-cart .buttons {
        margin: 0 0 5px;
        text-align: center;
        font-size: 0;
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        width: 40%;
        border: 1px solid #e1e1e1;
        padding: 13px;
        color: #333;
        font: 14px "proxima-reg";
        background: transparent;
        text-transform: uppercase;
    }

    .mini-shopping-cart input.checkout-button {
        background: #040e17;
        border: 1px solid #040e17;
        color: #fff;
        float: right;
    }

.checkout-button-close {
    /*margin-left: 10px;*/
}


/*********** FOOTER ***********/

.footer {
    text-align: center;
}

.footer-upper {
    margin: 0 0 15px;
    overflow: hidden;
    background-color: #222;
}

    .footer-upper .social-buttons ul {
        overflow: hidden;
        background: #555555;
    }

.social-buttons li:nth-child(odd) {
    background: #000;
    opacity: 0.8;
}

.social-buttons a {
    display: block;
    height: 70px;
}

.social-buttons li:nth-child(2n) {
    background-color: #555;
    opacity: 0.8;
}

.social-buttons li:hover {
    opacity: 1;
}

.social-buttons a.twitter {
    background: url(../img/twit-mobile.png) no-repeat center;
}

.social-buttons a.facebook {
    background: url(../img/f-mobile.png) no-repeat center;
}

.social-buttons a.google {
    background: url(../img/g-mobile.png) no-repeat center;
}

.social-buttons a.youtube {
    background: url(../img/youtube-footer.png) no-repeat center;
}

.social-buttons a.rss {
    background: url(../img/rss-footer.png) no-repeat center;
}

.social-buttons a.pinterest {
    background: url(../img/pin-footer.png) no-repeat center;
}

.social-buttons a.instagram {
    background: url(../img/instagram.png) no-repeat center;
}

.footer-block .title {
    margin: 0 0 10px;
}

.footer-middle {
    margin: 0 0 20px;
    padding: 0 10px 10px;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
}

    .footer-middle .title strong {
        font: 18px/40px proxima-reg;
        color: #333;
        font-weight: normal;
    }

.footer-box {
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
    margin: 0 auto 20px !important;
}



    .footer-box li {
        margin: 10px 0;
    }

        .footer-box li a {
            padding: 5px 0;
            /*text-transform:uppercase;*/
        }

.block-newsletter {
    margin: 0 0 15px;
}

.newsletter-email {
    display: inline-block;
    overflow: hidden;
}

    .newsletter-email input[type="text"] {
        display: block;
        margin: 0 auto 10px;
        width: 207px;
        height: 39px;
    }

    .newsletter-email input[type="button"] {
        min-width: 96px;
        height: 33px;
        border: none;
        overflow: hidden;
        background: #e1e1e1;
        font: 18px 'proxima-reg';
        color: #333;
    }

        .newsletter-email input[type="button"]:hover {
            background: #e3e3e3;
        }

.footer-middle p {
    font: 14px proxima-reg;
    color: #000;
    margin: 30px 0 30px;
}

.newsletter-validation,
.newsletter-result-block {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

    .newsletter-validation .please-wait {
        display: none !important;
    }

.newsletter-email .options {
    margin: 10px 0 0 0;
}

    .newsletter-email .options span {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    .newsletter-email .options label {
        padding: 10px 0;
        display: inline-block;
    }

.hiland-socialNetworks {
    padding-bottom: 20px;
    margin: 15px auto;
    text-align: center;
}

.footer-powered-by {
    float: none;
}

.hiland-socialNetworks ul {
    font-size: 0;
}
.hiland-socialNetworks a {
    display: block;
    width: 100%;
    height: 100%;
}

.hiland-socialNetworks li {
    display: inline-block !important;
    margin: 6px;
    margin-right: 6px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
}

.hiland-socialNetworks .method1 {
    /*width:79px;
	background-position: -3px 0;*/
    width: 28px;
    background-position: -577px -621px;
    height: 28px;
}

.hiland-socialNetworks .method2 {
    /*width:50px;
	background-position: -88px 0px;*/
    background-position: -453px -621px;
    width: 28px;
    height: 28px;
}

.hiland-socialNetworks .method3 {
    background: url('/images/svg/linkedin-svg.svg') no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 28px;
 
}

.hiland-socialNetworks .method4 {
    background: url('/images/svg/instagram-svg.svg');
    background-size: auto;
    background-size: 28px;
    background-repeat:no-repeat;
}

.hiland-socialNetworks .method5 {
    background: url('/images/svg/aparat-svg.svg') no-repeat;
    background-size: auto;
    background-size: 28px;
    transform: rotate(-15deg);
    margin-right: 5px;
}

.hiland-socialNetworks .method6 {
    /*width:40px;
	background-position: -155px -20px;*/
    width: 29px;
    height: 29px;
    background-position: -617px -621px;
}

.social-sharing ul {
    font-size: 0;
}

.social-sharing li {
    display: inline-block;
    margin: 0 10px;
}

.social-sharing a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/social_sprite.png') no-repeat;
}

.social-sharing .facebook {
    background-position: 0 0;
}

.social-sharing .twitter {
    background-position: -30px 0;
}

.social-sharing .google {
    background-position: -60px 0;
}

.social-sharing .pinterest {
    background-position: -90px 0;
}

.social-sharing .vimeo {
    background-position: -120px 0;
}

.social-sharing .youtube {
    background-position: -150px 0;
}

.social-sharing .rss {
    background-position: -180px 0;
}

.footer-lower {
    overflow: hidden;
    font-size: 11px;
    text-align: center;
}

    .footer-lower > div {
        margin: 0 0 5px;
        font: 14px proxima-reg;
        color: #898989;
    }

    .footer-lower .footer-tax-shipping a {
        text-decoration: underline;
    }

    .footer-lower .footer-disclaimer {
        margin: 15px 0 5px;
        /*text-transform:uppercase;*/
    }

.footer-powered-by a,
.footer-designed-by a {
    text-decoration: underline;
}

.footer-lower .footer-store-theme {
    margin: 0 0 15px;
}

.footer-store-theme select {
    width: 170px;
}

.footer-map {
    height: 300px;
    display: block;
}

.footer-links-wrapper > div {
    display: inline-block;
    margin: 0 8px;
}



/*********** HOME PAGE ***********/
/*where the title must show*/
.master-wrapper-main {
    position: relative;
}

.center-1 .home-page .page-body {
    max-width: 100%;
}

/* home page topic */

.home-page .topic-block {
    display: none;
    margin: 65px auto 80px;
    max-width: 1170px;
}

.home-page .topic-block-body p {
    color: #fff;
    font-size: 18px;
}

.home-page .topic-block-title h2 {
    margin: 0 0 13px;
    font: 34px "proxima-nova";
    text-transform: uppercase;
    color: #fff;
}

.home-page .topic-block-body {
    margin: auto;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    max-height: 212px;
    max-width: 96%;
    overflow: hidden;
    text-align: center;
}

/* home page tabs */

.home-page-category-tabs {
    background: url(../img/shadow-line.png) no-repeat center bottom;
    padding: 0 0 60px;
    margin: 0 0 90px;
}

    .home-page-category-tabs .titles {
        /*margin:0 0 70px 0;*/
        margin: 0 0 30px 0;
    }

        .home-page-category-tabs .titles li {
            display: inline-block;
            margin: 0 -1px 10px;
            border-left: 1px solid #898989;
            line-height: 10px;
            /*font-family: 'futura-pt';*/
        }

        .home-page-category-tabs .titles span {
            font-size: 18px;
            font-weight: bold;
            line-height: 18px;
            color: #000;
            text-transform: uppercase;
            padding: 0 15px;
            cursor: pointer;
        }

        .home-page-category-tabs .titles li:hover span {
            color: #E90909;
        }

        .home-page-category-tabs .titles li:first-child {
            border: none;
        }

        .home-page-category-tabs .titles li.active span {
            color: #E90909;
            /*text-decoration:underline;*/
        }

.home-page-category-content, .registration-page .page-title, .search-page .page-title {
    display: none;
}

    .home-page-category-content.active {
        display: block;
    }

.home-page-category-tabs .contents {
    position: relative;
}

.ajax-loading-overlay {
    display: none;
}

    .ajax-loading-overlay.active {
        background: rgba(255,255,255,.6);
        bottom: 0;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }


.item-box .compare-products {
    display: none;
}


.product-grid .item-box .add-to-wishlist-butto3 {
    width: 48px;
    height: 38px;
    font-size: 0px;
    background: transparent url("../img/watch-icon.png") no-repeat scroll center center / 24px auto;
    border: medium none;
}

.ajax-loading-icon.loader {
    background: url("../img/loader_urban2.gif") no-repeat center;
    display: block;
    height: 60px;
    width: 60px;
    margin: 210px auto 0;
}
.productPanelAjaxBusy:after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    content: "";
    vertical-align: middle;
}

.productPanelAjaxBusy {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    background: hsla(0,0%,52.9%,.5);
}
/*default nop filters*/
.product-filters {
    overflow: hidden;
    margin: 0 0 30px;
}

    .product-filters .product-filter {
        width: 80%;
        max-width: 400px;
        margin: 0 auto 15px;
    }

        .product-filters .product-filter .remove-filter a {
            display: inline-block;
            color: #c61111;
        }

.product-filter .remove-filter a:hover {
    text-decoration: underline;
}

.product-filter .filtered-items {
    margin: 10px 0;
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.filter-content li a {
    display: block;
    padding: 7px 0;
}

.product-filter .filter-title {
    margin: 0 0 10px;
    text-transform: uppercase;
}

/*********** LEFT/RIGHT COLUMN ***********/

.block {
    text-align: center;
}

    .block .title {
        margin: 0;
        padding: 10px 0;
        font-size: 18px;
        line-height: 32px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        white-space: nowrap;
        overflow: hidden;
    }

        .block .title strong {
            font-weight: normal;
            display: block;
            text-transform: uppercase;
            color: #333;
        }

    .block .listbox {
        display: none;
        border-bottom: 1px solid #e1e1e1;
        padding: 15px 0;
    }

    .block:last-child .listbox {
        border-bottom: none;
    }

    .block .listbox:after {
        content: "";
        display: block;
        clear: both;
    }

    .block .list li:hover > a {
        color: #333;
    }

    .block .list li a.active, .block .title strong.active {
        color: #E30713;
    }

    .block .list a {
        display: block;
        margin: 0 auto 10px;
        padding: 0;
        line-height: 32px;
    }

    .block .list img {
        display: none;
    }

    .block .view-all {
        margin: 10px 0 0;
        display: inline-block;
    }

        .block .view-all a {
            display: block;
            padding: 8px 18px;
            border: 1px solid #ddd;
        }

        .block .view-all:hover a {
            color: #333;
            border-color: #333;
        }

    .block .tags {
        margin: 0 0 10px;
    }

        .block .tags ul {
            font-size: 0;
        }

        .block .tags li,
        .product-tags-all-page li {
            display: inline-block;
            position: relative;
            margin: 0 10px;
            overflow: hidden;
            font-size: 16px !important; /*setting base size*/
        }

            .block .tags li a,
            .product-tags-all-page li a {
                line-height: 30px;
            }

.poll strong {
    display: block;
    margin: 0 0 10px;
}

.poll-options,
.poll-results {
    margin: 0 0 15px;
    overflow: hidden;
}

    .poll-options li,
    .poll-results li {
        display: inline-block;
        margin: 5px 5px 5px 0;
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

.poll .buttons input {
    border: none;
    padding: 10px 30px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    font-family: proxima-nova;
}

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

.twocolumns .block .view-all,
.onecolumn .block-popular-tags .view-all {
    text-transform: uppercase;
    display: inline-block;
}

.onecolumn .side-after-center-1 {
    display: none;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
    margin: 20px auto;
    text-align: center;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
        font: 12px 'proxima-reg';
        text-transform: uppercase;
        color: #333;
    }

        .breadcrumb li > * {
            margin: 0 3px;
            font-size: 12px; /*reset zeroing*/
            line-height: 32px;
            letter-spacing: 1px;
        }

    .breadcrumb strong {
        font-weight: normal;
    }

    .breadcrumb a:hover * {
        text-decoration: underline;
    }

.category-description,
.manufacturer-description,
.vendor-description {
   
    padding: 20px 0 0 0;
    font: 15px/22px 'proxima-reg';
    color: #333;
}

.vendor-list {
    text-align: center;
}

    .vendor-list li {
        display: inline-block;
        padding: 0 15px;
    }

/* home page category grid */

.home-page-category-grid .item-box .picture a::before {
    padding-top: 100%;
}

.home-page-category-grid .item-box .title {
    height: 300px;
    padding: 60px 40px;
    background: #282828;
    /*background: #FFF;*/
    font: 24px 'proxima-reg';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    position: relative;
    padding: 0;
}

    .home-page-category-grid .item-box .title:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-top: 15px solid #282828;
        border-right: 15px solid transparent;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin: 0 0 0 -10px;
        z-index: 1;
    }
.item-box .product-title,
.item-box .title {
    padding: 0 7px 0 7px;
    display: block;
    text-align: center;
    color: #2f2c2c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    margin: 0 !important;
}


    .home-page-category-grid .item-box .title a {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        height: 100%;
        padding: 25% 0 0;
    }

    .home-page-category-grid .item-box .title span {
        font: 14px 'proxima-reg';
        text-transform: none;
        color: #898989;
        letter-spacing: normal;
        position: relative;
        top: 30px;
        left: 0;
        right: 0;
    }

    .home-page-category-grid .item-box .title strong {
        display: block;
        max-height: 56px;
        overflow: hidden;
    }

    .home-page-category-grid .item-box .title span:before {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        border-top: 1px solid #898989;
        margin: 0 0 20px -15px;
        left: 50%;
        position: relative;
    }

.home-page-category-grid .item-box:nth-child(2n+1) .title {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .home-page-category-grid .item-box:nth-child(2n+1) .title:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-bottom: 15px solid #282828;
        border-top: none;
        border-right: 15px solid transparent;
        position: absolute;
        top: -15px;
        left: 50%;
        margin: 0 0 0 -10px;
        z-index: 1;
    }

.home-page-category-grid .item-box:nth-child(2n+1) .picture {
    margin: 0 0 310px 0;
}

.home-page > .slider-wrapper {
    display: none;
}

.category-page .product-selectors {
    padding-top: 10px;
}

.sub-category-grid .title,
.manufacturer-grid .title,
.vendor-grid .title {
    background: #282828;
    font: 24px/70px 'proxima-reg';
    color: #fff;
    height: 70px;
    letter-spacing: 5px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.sub-category-grid .picture,
.manufacturer-grid .picture,
.vendor-grid .picture {
    display: none;
}

.sub-category-grid .item-box .title {
    margin: 0;
}

.sub-category-grid .title a {
    display: block;
    font: 19px/70px proxima-reg;
    text-transform: none;
}


.product-filters-wrapper {
    display: none;
}

.product-selectors {
    margin: 0 0 10px;
    padding: 0 0 12px 0;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

  

    .product-selectors select {
        margin: 0 5px;
        text-transform: lowercase;
        min-width: 123px;
        font-size: 14px;
        color: #898989;
    }

    .product-selectors > div span {
        font-size: 14px;
        color: #252525;
    }

div.product-viewmode {
    display: none;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 10px;
}

    .item-box .picture {
        z-index: 0;
        overflow: hidden;
        margin: 0 0 5px;
    }

        .item-box .picture a {
            display: block;
            position: relative;
        }

        .item-box .picture > a:before {
            content: " ";
            display: block;
            padding-top: 112%;
        }

.home-page-category-content .item-box .picture > a:before {
    padding-top: 112%;
}

.item-box .product-item .picture > a:before {
    padding-top: 110%;
}


.item-box .details {
    text-align: left;
    font-family: 'proxima-reg';
    padding: 0px;
    display: block;
}

.item-box .product-title {
    /*max-height: 45px;*/
    text-align: center;
    margin: 0 0 5px;
    overflow: hidden;
    color: #333;
    font: 14px 'proxima-reg';
}

.item-box .title {
    height: 70px;
    margin: 0 0 10px;
}


.ratingPrdWrpper .ratingP {
    display: inline-block;
    white-space: nowrap;
    margin-left: 10px;
    background: #388e3c;
    border-radius: 2px;
    padding: 2px 5px;
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
}
.item-box .product-rating-box {
    /*display: none;*/
    margin: 0 0 5px;
    text-align: center;
}

.item-box .rating {
    background: url('../img/rating1.png') repeat-x;
    width: 106px;
    height: 21px;
    margin: 0px auto;
}

    .item-box .rating div {
        background: url('../img/rating2.png') repeat-x;
        height: 21px;
    }

.item-box .description {
    display: none;
    height: 30px;
    margin: 0 0 10px;
    overflow: hidden;
}

    .item-box .description a {
        display: block;
        overflow: hidden;
    }



.item-box .buttons {
    display: none;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 50px;
}

    .sub-category-grid .item-box .picture a:before,
    .manufacturer-grid .item-box .picture a:before,
    .vendor-grid .item-box .picture a:before {
        padding-top: 100%;
    }

.home-page-category-grid {
    /*background:url(../img/hp-bg.jpg) no-repeat center bottom #fff;*/
    overflow: hidden;
}

.product-grid,
.product-list {
    margin: 0 0 20px;
}

    .product-grid .item-box {
        border-width: 1px 1px 1px;
        /*border-style: solid;*/
        border-color: #F3F3F3;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-image: none;
        -o-border-image: none;
        -webkit-border-image: none;
        border-image: none;
        padding: 0px 0px 10px;
        margin: 0 0 10px 10px;
    }

    .product-grid .title {
        margin: 0 0 60px;
        font-size: 24px;
        line-height: 28px;
        font-family: 'proxima-nova';
        color: #333;
        text-transform: uppercase;
        text-align: center;
    }

        .product-grid .title strong {
            font-weight: normal;
        }

    .product-grid.cross-sells .title {
        text-align: center;
        color: #333333;
        display: block;
        font-family: "proxima-nova";
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0.5px;
        line-height: 38px;
        position: relative;
        text-transform: uppercase;
    }

        .product-grid.cross-sells .title strong:before {
            background: none repeat scroll 0 0 #333333;
            bottom: 0;
            content: "";
            display: block;
            height: 3px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 70px;
        }

.pager {
    margin: 0 0 60px;
    overflow: hidden;
}

.private-messages-box .pager {
    margin: 0 0 30px;
}

.pager ul {
    text-align: center;
    font-size: 0;
}

.pager li {
    display: inline-block;
    margin: 0;
}

    .pager li * {
        display: block;
        width: 24px;
        overflow: hidden;
        padding-top: 0;
        text-align: center;
        font-size: 13px;
        cursor: pointer;
        height: 24px;
        line-height: 24px;
        border: 1px solid #D7D7D7;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #2c2c2c;
    }

    .pager li.next-page a,
    .pager li.first-page a,
    .pager li.previous-page a,
    .pager li.last-page a {
        width: 24px;
        height: 24px;
    }

.pager.next-page,
.pager .first-page,
.pager .previous-page,
.pager .previous-page,
.pager.first-page {
    margin: 0 7px 0 0;
    border: none;
}

.pager li.next-page,
.pager li.last-page {
    margin: 0 0 0 7px;
    border: none;
}

.current-page span {
    color: #fff;
}

.pager .current-page span {
    color: white;
    background: #F20202;
    border: 1px solid #F20202 !important;
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}
/*.pager li.previous-page * {
	background-image: url('../img/prev.png');
}
.pager li.next-page * {
	background-image: url('../img/next.png');
}
.pager li.first-page * {
	background-image: url('../img/first-page.png');
}
.pager li.last-page * {
	background-image: url('../img/last-page.png');
}*/
.pager li.previous-page a::before {
    background-image: url('../img/all-icons.png');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%) scale(.7);
    -moz-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    -o-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    /*top: 50%;
    left: 9px;*/
    background-position: -32px -398px;
    margin-left: -9px;
    margin-top: 11px;
}

.pager li.next-page a::before {
    background-image: url('../img/all-icons.png');
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%) scale(.7);
    -moz-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    -o-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    margin-left: -8px;
    margin-top: 11px;
    background-position: -32px -430px;
}

.pager li.first-page a::before {
    background-image: url('../img/all-icons.png');
    background-repeat: no-repeat;
    background-position: -32px -398px;
    content: "";
    -webkit-transform: translateY(-50%) scale(.7);
    -moz-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    -o-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    margin-left: -6px;
    margin-top: 11px;
}

.pager li.first-page a::after {
    background-image: url('../img/all-icons.png');
    background-repeat: no-repeat;
    background-position: -32px -398px;
    content: "";
    -webkit-transform: translateY(-50%) scale(.7);
    -moz-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    -o-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    margin-left: -10px;
    margin-top: 11px;
}

.pager li.last-page a::before {
    background-image: url('../img/all-icons.png');
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%) scale(.7);
    -moz-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    -o-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    margin-left: -6px;
    margin-top: 11px;
    background-position: -32px -430px;
}

.pager li.last-page a::after {
    background-image: url('../img/all-icons.png');
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%) scale(.7);
    -moz-transform: translateY(-50%) scale(.7);
    -ms-transform: translateY(-50%) scale(.7);
    -o-transform: translateY(-50%) scale(.7);
    transform: translateY(-50%) scale(.7);
    width: 17px;
    height: 17px;
    opacity: 1;
    position: absolute;
    margin-left: -10px;
    margin-top: 11px;
    background-position: -32px -430px;
}

.contact-vendor .contact-vendor-button {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: proxima-nova;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
}


/********** PRODUCT PAGE **********/

.product-essential {
    margin: 0 0 20px;
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.gallery {
    margin: 0 auto 20px;
}

    .gallery .picture-wrapper {
        padding: 0 0 0px;
        /*background:url("../img/shadow.png") no-repeat scroll center bottom;*/
    }

    .gallery .picture {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        /*padding: 0 0 20px;*/
        overflow: hidden;
        z-index: 1;
        /*background: url("../img/shadow.png") no-repeat scroll center bottom;*/
    }

        .gallery .picture:before {
            content: " ";
            display: block;
            padding-top: 130%;
        }

        .gallery .picture img,
        .gallery .picture-thumbs img,
        .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            max-width: 100%;
            margin: auto;
            padding: 0;
            bottom: 0;
        }

    .gallery .picture-thumbs {
        margin: -30px 0 0;
        overflow: hidden;
        font-size: 0;
        text-align: center;
    }

        .gallery .picture-thumbs a {
            /*display: inline-block;
	position: relative;
    width:146px;
    height:100%;
    height:190px;
    margin:0 0 9px 6px;
	overflow: hidden;
    vertical-align:top;*/
            z-index: 2;
            width: 160px;
            border: 1px solid rgb(176, 176, 176);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            align-items: center;
            float: left;
            cursor: pointer;
            height: 68px;
            position: relative;
            text-align: center;
            border: 1px solid #e5e5e5;
            background: #fafbfc !important;
            max-height: 68px;
            padding: 0;
            width: 75px;
        }

            .gallery .picture-thumbs a img {
                padding: 0;
            }
/*Default Zoom start*/
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url('../img/loading.gif') no-repeat center;
}

#lbImage {
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
}

#lbPrevLink {
    left: 0;
}

#lbNextLink {
    right: 0;
}

#lbBottom {
    border: 10px solid #fff;
    border-top: none;
    text-align: left;
    line-height: 1.4em;
    font-size: 10px;
    color: #666;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    margin: 5px 0;
    outline: none;
    background: url('../img/closelabel.gif') no-repeat center;
}

#lbCaption,
#lbNumber {
    margin: 0 70px 0 0;
}

#lbCaption {
    font-weight: bold;
}

#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
    position: relative;
    margin: 0 0 20px;
}

.product-details-page .discontinued-product {
    margin: 0 0 15px;
}

.discontinued-product h4 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: rgba(255,255,255,0.8);
    padding: 30px 0;
    text-transform: uppercase;
    color: #c00;
}

.product-details-page .overview .prices label {
    display: none;
}

.product-details-page .product-social-buttons {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 0 0 50px 0;
}

    .product-details-page .product-social-buttons li a {
        font-size: 0;
        display: block;
        margin: 10px auto;
        width: 48px;
        height: 48px;
        border: 2px solid #333;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.product-social-buttons li {
    display: inline-block;
    width: 25%;
}

    .product-social-buttons li.facebook a {
        background: url(../img/pp-face.png) no-repeat center;
    }

    .product-social-buttons li.twitter a {
        background: url(../img/pp-twit.png) no-repeat center;
    }

    .product-social-buttons li.google a {
        background: url(../img/pp-goog.png) no-repeat center;
    }

    .product-social-buttons li.youtube a {
        background: url(../img/pp-pin.png) no-repeat center;
    }

    .product-social-buttons li.pinterest a {
        background: url(../img/pp-pin.png) no-repeat center;
    }

    .product-social-buttons li.linkedin a {
        background: url(../img/icon-linkedin.png) no-repeat center;
    }

.overview .product-name {
    margin: 0 0 5px;
}

    .overview .product-name h1 {
        padding: 15px 0 0;
        margin: 15px 0 0 0;
        direction: rtl;
        font-weight: normal;
        font-size: 15px;
        color: #710d0d;
        line-height: 25px;
    }

.overview {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: block;
}

.customer-entered-price .price-input {
    font-family: iransans;
    color: #353434;
}

.overview .buttons {
    margin: 0 0 15px;
    font-size: 0;
    position: relative;
    vertical-align: top;
}

.back-in-stock-subscription,
.download-sample {
    margin: 0 0 15px;
    font-size: 0;
    position: relative;
    vertical-align: top;
}

.back-in-stock-subscription {
    display: inline-block;
    line-height: 0;
    margin: 4px;
    min-height: 38px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background-color 150ms ease 0s;
    -o-transition: background-color 150ms ease 0s;
    -webkit-transition: background-color 150ms ease 0s;
    transition: background-color 150ms ease 0s;
}

.overview .buttons .availability {
    margin: 20px 0;
    display: block;
}

.overview .buttons > div:hover input {
    background-color: #e3e3e3;
}

.qq-uploader {
    text-align: center;
}

    .qq-uploader .qq-upload-button {
        display: inline-block;
        background: #fff;
        border: none;
        height: 48px;
        width: auto;
        padding: 0 40px;
        line-height: 48px;
        color: #333;
        text-transform: uppercase;
        border: 1px solid #ddd;
    }

.qq-upload-button-selector.qq-upload-button > div {
    font-size: 14px;
}

/*.overview .buttons div {
    display: inline-block;
    margin: 0;
}*/

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.download-sample-button,
.availability .subscribe-button {
    /*display: inline-block;
    border: 1px solid #ccc;
    font-size: 13px;*/ /*reset zeroing*/
    /*background: #ebebeb;*/
    display: block;
    margin-bottom: 10px;
    width: 24px;
    height: 24px;
}

/* if you want these buttons to be links with icons */
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.overview .subscribe-button,
.overview .download-sample-button,
.availability .subscribe-button {
    display: inline-block;
    border: 0;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0;
}

.download-sample-button a {
    background: #ebebeb;
    display: inline-block;
}

    .download-sample-button a:before {
        border-left: 1px solid #8a8a8a;
        border-right: 1px solid #494949;
        content: "";
        display: inline-block;
        height: 40px;
        left: 0;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        width: 2px;
    }

.overview .compare-products {
    position: relative;
}

    .overview .compare-products:after {
        content: '';
        display: inline-block;
        width: 2px;
        /*border-left:1px solid #494949;
    border-right:1px solid #8a8a8a;*/
        height: 40px;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -20px 0 0 0;
    }



/*.overview .back-in-stock-subscription:before,*/
.overview .download-sample-button:before {
    content: '';
    display: inline-block;
    width: 2px;
    border-right: 1px solid #494949;
    border-left: 1px solid #8a8a8a;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0 0 0;
}

.overview .buttons .add-to-wishlist, .overview .buttons .compare-products.overview .share-products,
.gallery .buttons .add-to-wishlist, .gallery .buttons .compare-products, .gallery .share-products, .productPriceHistory {
    display: block;
    margin-bottom: 10px;
    width: 24px;
    height: 24px;
    font-size: 0px
}
/*.overview .compare-products:before
{
    content: '';
    display: inline-block;
    width: 2px;
    border-right: 1px solid #494949;
    border-left: 1px solid #8a8a8a;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0 0 0;
}*/

.overview .compare-products:first-child:before {
    display: none;
}


.variant-overview .add-to-wishlist-button {
    background-image: url(../img/wishlistNew.png);
}

#phOpen::after {
    content: "\f24e";
}
.modal-backdrop.in
{
    z-index:1;
}


.newsletter-email input[type="email"] {
    width: 160px;
    direction:ltr;
    color:black;
    text-align:left;
}

.newsletter-email input[type="button"], .newsletter-email input[type="email"], .write-review .button-1, .home-page-filters-wrapper .search-button, .home-page-filters-wrapper .results-number {
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background-color 150ms ease 0s;
    -o-transition: background-color 150ms ease 0s;
    -webkit-transition: background-color 150ms ease 0s;
    transition: background-color 150ms ease 0s;
}

.inputs input[type="text"], .inputs input[type="password"], input[type="email"], .inputs input[type="tel"], .inputs select, .inputs textarea {
    font: normal 13px iransans;
    text-align: right;
    direction: rtl;
    border: 1px solid #dedede;
    color: #2f2f2f;
    border-radius: 2px;
    height: 36px;
    -moz-box-sizing: border-box;
    max-width: 190px;
    padding: 0 17px;
}
.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 5px; /*not present in variant-overview*/
}

    .product-no-reviews a {
        text-decoration: underline;
    }

.product-review-box {
    display: inline-block;
    margin: 0;
}

    .product-review-box .rating {
        width: 102px;
        height: 21px;
        background: url('../img/rating1.png') repeat-x;
    }

        .product-review-box .rating div {
            height: 21px;
            background: url('../img/rating2.png') repeat-x;
        }

.product-review-links a {
    text-decoration: underline;
}

.overview .prices,
.variant-overview .prices {
    margin: 25px 0 10px;
    overflow: hidden;
}

    .overview .prices .tax-shipping-info {
        color: #898989;
    }

        .overview .prices .tax-shipping-info a {
            font-family: 'proxima-reg';
            text-decoration: underline;
        }

    .overview .prices > div,
    .variant-overview .prices > div {
        margin: 0 0 5px;
    }

        .variant-overview .prices > div a {
            font-family: proxima-nova;
        }

.overview .old-product-price,
.variant-overview .old-product-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 16px;
    color: #d41515;
    font-family: iransans;
}

.variant-overview .product-price {
    font-size: 16px;
    color: #d41515;
    font-family: iransans;
}

.qty-dropdown {
    display: none;
}

.tomanlbl {
    font-size: .604rem;
    line-height: 21px;
    font-weight: 600;
    margin-left: 4px;
    color: #7d7b7b;
}

.oldPriceValue .tomanlbl {
    color: gray;
}


.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px;
}

    .customer-entered-price > div {
        display: inline-block;
    }

    .customer-entered-price .price-input {
        margin: 0 0 10px 0;
    }

    .customer-entered-price .enter-price-input {
        width: 60px;
        text-align: center;
    }

    .customer-entered-price .price-range {
        font-family: iransans;
        display: block;
        line-height: 10px;
        font-size: 12px;
        color: #3f3f3f;
        font-family: 'iransans';
    }

.overview .add-to-cart {
    margin: 0 0 20px;
}

    .overview .add-to-cart .min-qty-notification {
        margin: 0 0 10px;
    }

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

.overview .qty-label,
.variant-overview .qty-label {
    position: absolute;
    left: -25px;
    line-height: 36px;
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    margin: 0 1px 0 0;
    width: 50px;
    height: 50px;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    border: none;
    background: #333;
    color: #fff;
}

.overview .add-to-cart-button {
    border: none;
    /*padding: 0 30px;*/
    font-size: 14px;
    font-family: 'proxima-nova';
    /*background: #333;*/
    color: #fff;
    text-transform: uppercase;
    height: 50px;
}

.variant-overview .add-to-cart-button {
    border: none;
    padding: 0 30px;
    font-size: 14px;
    font-family: 'proxima-nova';
    background: #333;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    /*margin:0 0 0 2px;*/
}

.overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
}

.overview .add-to-cart .plus,
.overview .add-to-cart .minus,
.variant-overview .add-to-cart .plus,
.variant-overview .add-to-cart .minus {
    border: 1px solid;
    float: left;
    margin: -1px 0 0 -1px;
    padding: 16px 14px;
    color: #fff;
    background: #333;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 52px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*.add-to-cart-panel span:hover,
.add-to-cart-panel input.button-1:hover{
    background:#3d3d3d !important;
}*/

.add-to-cart-panel span:hover,
.add-to-cart-panel input.button-1:hover {
    background-color: #2292c8 !important;
}

.product-share-button {
    display: none;
    overflow: hidden;
}

.full-description {
    clear: both;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    color: #201e1e;
}

.compare-products-table .full-description,
.compare-products-table .short-description {
    vertical-align: top;
}

    .compare-products-table .full-description .a-left,
    .compare-products-table .short-description .a-left {
        text-transform: lowercase;
    }

.product-collateral {
    margin: 0 0 20px;
}

    .product-collateral .tier-prices {
        margin: 0 0 50px;
    }

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 18px;
    }

        .product-collateral .title strong,
        .featured-product-grid .title strong {
            display: block;
            font-weight: normal;
            font-size: 16px;
            position: relative;
            line-height: 46px;
            letter-spacing: .5px;
            color: #333;
            font-family: 'proxima-nova';
            text-transform: uppercase;
        }

            .product-collateral .title strong:before,
            .featured-product-grid .title strong:before {
                content: '';
                display: block;
                height: 3px;
                width: 70px;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                background: #333;
            }

.also-purchased-products-grid .title strong:before {
    right: 0;
    margin: auto;
}

.product-collateral .product-grid strong,
.product-collateral .title strong {
    line-height: 46px;
}

    .product-collateral .product-grid strong:before {
        bottom: 0;
    }

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .prices-header {
        margin: 0 0 10px;
    }

    .tier-prices .field-header {
        min-width: 100px;
    }

    .tier-prices .item-price {
        color: #c00;
    }

.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px solid #333;
    padding: 0 0 20px;
}

    .product-variant-line:after {
        content: "";
        display: block;
        clear: both;
    }

.variant-picture {
    position: relative;
    width: 85%;
    height: 350px;
    margin: 0 auto 15px;
    overflow: hidden;
}

    .variant-picture img {
        max-height: 100%;
    }

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 20px;
        font-size: 24px;
        font-family: proxima-nova;
        text-transform: uppercase;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .variant-overview .add-to-cart-panel > * {
        margin: 0 1px 10px 0;
    }

    .variant-overview .add-to-wishlist-button {
        float: none;
        clear: both;
        margin: 0 auto;
        width: 56px;
        height: 50px;
    }

.add-to-cart-panel .add-to-cart-button {
    margin-left: 2px;
}

/*Jquery Tabs start*/

.ui-tabs {
    margin: 0 0 30px;
}

    .ui-tabs .ui-tabs-nav {
        overflow: hidden;
        margin: 0 0 -1px;
        text-align: center;
    }

        .ui-tabs .ui-tabs-nav li {
            display: inline-block;
            margin: 0 -2px;
        }

            .ui-tabs .ui-tabs-nav li a {
                display: inline-block;
                background: #fff;
                border: 1px solid #e1e1e1;
                color: #333;
                font-family: "proxima-nova";
                font-size: 14px;
                padding: 10px 15px;
                text-transform: uppercase;
                min-width: 142px;
            }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
            .ui-tabs .ui-state-active.ui-tabs-active a {
                background: #333333;
                border: 1px solid #333;
                color: #ffffff;
                font-family: "proxima-nova";
                font-size: 14px;
                padding: 10px 15px;
                text-transform: uppercase;
            }

    .ui-tabs .ui-tabs-panel {
        border-top: 1px solid #e1e1e1;
        padding: 10px;
    }

        .ui-tabs .ui-tabs-panel p {
            margin: 10px 0;
            line-height: 26px;
            color: black;
        }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }
/*Jquery Tabs end*/

.product-specs-box,
.product-tags-box {
    margin: 0 0 50px;
}

    .product-specs-box table tbody {
        border-top: 1px solid #333;
        margin: 0;
    }

    .product-specs-box table tr:last-child td {
        border-bottom: 1px solid #333;
    }

.product-tags-list {
    font-size: 0;
    display: inline-block;
}

    .product-tags-list li {
        display: inline-block;
        font-size: 14px; /*reset zeroing*/
        color: #898989;
    }

        .product-tags-list li.separator {
            margin: 0 5px 0 3px;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

    .product-tags-list li:hover a {
        color: #333;
    }

    .product-tags-list li:hover span {
        color: #333;
    }

.attributes {
    margin: 20px 0;
}

    .attributes dl {
        overflow: hidden;
    }

    .attributes dt {
        display: block;
        margin: 0px;
        white-space: nowrap;
        font-weight: bold;
    }

    .attributes dd {
        margin: 0 0 25px;
    }

    .attributes li {
        margin: 10px 0;
    }

    .attributes .option-list li {
        display: inline-block;
        margin: 0px 10px 10px 0;
    }

    .attributes .option-list.color-squares li {
        text-align: center;
    }

    .attributes select {
        width: auto;
        max-width: 100%;
        border-bottom: 2px solid #eaeaea;
    }

    .attributes .option-list li > * {
        display: inline-block;
        padding: 0 5px;
        vertical-align: middle;
        color: #898989;
    }

    .attributes dt .text-prompt {
        text-transform: uppercase;
        font-family: 'proxima-nova';
        font-weight: normal;
        color: #333;
    }

    .attributes dd select,
    .attributes dd input[type='text'] {
        color: #898989;
        font-size: 14px;
        width: 90%;
        max-width: 470px;
    }

    .attributes.rental-attributes .datepicker {
        width: 190px;
    }

    .attributes dd textarea {
        width: 90%;
        max-width: 470px;
    }

    .attributes .datepicker {
        width: 280px;
        text-align: center;
    }

.ui-datepicker {
    width: 280px;
    background-color: #fff;
    text-align: center;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: #333;
    color: #fff;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 40px;
        height: 32px;
        line-height: 32px;
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
            background: url('../img/calendar-prev.png') center no-repeat;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
            background: url('../img/calendar-next.png') center no-repeat;
        }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-datepicker-calendar th {
    background-color: #f9f9f9;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ccc;
}

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
        display: block;
        min-height: 32px;
        line-height: 32px;
    }

.ui-datepicker-current-day .ui-state-active {
    background: #ebebeb;
    color: #666;
}

.ui-datepicker-today {
    background: #ebebeb;
}

.ui-state-default {
    color: #898989;
}

.color-squares {
    font-size: 0;
}

    .color-squares li {
        display: inline-block;
        margin: 0;
    }

    .color-squares .color-container {
        display: block;
        border: 1px solid #ddd;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        padding: 3px;
        position: relative;
        z-index: 1;
    }

    .color-squares label {
        height: 35px;
        overflow: hidden;
    }

    .color-squares .color {
        display: block !important;
        width: 26px !important;
        height: 26px !important;
        cursor: pointer;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
    }

    .color-squares .selected-value .color-container {
        border-color: #333;
    }

    .color-squares li input {
        position: relative;
        z-index: -1;
        margin: -45px 0 0;
    }

.giftcard {
    margin: 0 auto 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 auto 25px;
        width: 90%;
        max-width: 470px;
    }

    .giftcard label {
        display: block;
        margin: 0 0 8px 0;
    }

    .giftcard input,
    .giftcard textarea {
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }

.product-page-category {
    display: none;
}


/********** PRODUCT REVIEWS **********/

.product-reviews-page h1 a {
    font-style: italic;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .title {
    margin: 0 0 20px;
    font-family: 'proxima-reg';
    letter-spacing: 0.5px;
    text-align: left;
    font-size: 20px;
    color: #333;
}

.write-review {
    margin: 0 0 50px;
}

    .write-review .form-fields {
        margin: 0 auto 0px;
    }

    .write-review .review-rating {
        text-align: left;
        text-transform: uppercase;
    }

        .write-review .review-rating label {
            display: inline-block;
            margin: 0 0 5px;
            font-size: 14px;
            vertical-align: middle;
        }

.review-rating ul {
    font-size: 0;
    vertical-align: middle;
}

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    /*height: 17px;*/
    direction: rtl;
}

    .write-review .review-rating li.first {
        color: #c00;
    }

    .write-review .review-rating li:nth-child(2) {
        padding-top: 2px;
    }

        .write-review .review-rating li:nth-child(2) input {
            vertical-align: baseline;
        }

    .write-review .review-rating li.last {
        color: #690;
    }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    border: none;
    padding: 15px 25px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #333;
    letter-spacing: 0.5px;
    font-family: 'proxima-nova';
}

    .write-review .button-1:hover {
        background: #3d3d3d;
    }

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
    text-align: center;
}

.product-review-list {
    /*overflow: hidden;*/
}

.product-review-item {
    margin: 0 0 20px;
    padding: 27px 2px 0 2px;
    display: flex;
    flex-flow: row wrap;
    -moz-box-pack: justify;
    justify-content: space-between;
}

    .product-review-item .review-item-head {
        /*margin: 0 0 10px;*/
        overflow: hidden;
        /*border-bottom: 1px solid #e5e5e5;*/
        padding: 15px 10px;
        position: relative;
    }

    .product-review-item .review-title {
        margin: 0 95px 0 0;
        text-transform: uppercase;
        color: #898989;
        text-align: left;
        line-height: 30px;
    }

        .product-review-item .review-title strong {
            line-height: 21px;
            line-height: 21px;
            font-family:proxima-reg;
        }

    .product-review-item .product-review-box {
        /*position: absolute;
        top: 14px;
        right: 10px;*/
        display: flex;
        margin-bottom: 0px;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: justify;
        justify-content: space-between;
    }

.reviewText_wrapper {
    display: flex;
    width: 748px;
    flex-basis: auto;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.product-review-item .review-text {
    padding: 0 10px 0;
    text-align: left;
    font-family: proxima-reg;
    direction: rtl;
    color: #1e1e1e;
}

.product-review-item .review-info {
    margin: 0 0 5px;
}

    .product-review-item .review-info a {
        display: inline-block;
        padding: 0 10px;
        font-weight: bold;
        cursor: pointer;
        font-size: 14px;
        font-family: iransans;
        vertical-align: middle;
        line-height: 72px;
        font-weight: normal;
    }

.product-review-item .product-review-helpfulness {
    float: right;
    margin: 0 0 0 10px;
    margin-top: 0;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: auto;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.product-review-helpfulness .vote {
    display: inline-block;
    padding: 10px 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    font-family: iransans;
    border-radius: 2px;
    border: 1px solid #e3e4e6;
    white-space: pre;
    background: #fff;
    float: right;
    margin-right: 10px;
    color: #6b6969;
    direction: ltr;
}

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    /*font-style: italic;*/
    /*margin: 0 5px 0 0;*/
    font-family: iransans;
    font-size: 12px;
    color: #585858;
    line-height: 40px;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/

.wishlist-page .page-body {
    max-width: 1170px;
    margin: auto;
}

.wishlist-content {
    margin: 80px 0;
    text-align: center;
}

    .wishlist-content .message-error {
        margin: 0 0 10px;
    }

    .wishlist-content .tax-shipping-info {
        margin: 0 0 20px;
        color: #333;
    }

.tax-shipping-info a {
    font-family: 'proxima-nova';
    letter-spacing: 0.5px;
}

.wishlist-content .buttons {
    font-size: 0;
}

.wishlist-content .button-2 {
    margin: 0;
    border: 1px solid #d7d7d7;
    background: #fff;
    text-transform: uppercase;
    color: #333;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    line-height: 43px;
    padding: 0 30px;
    min-width: 200px;
}

.wishlist-content .wishlist-add-to-cart-button {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.wishlist-page .share-info a {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #333;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page .clear-list {
        display: inline-block;
        margin: 0 0 20px;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        font-family: 'proxima-nova';
        letter-spacing: 0.5px;
        text-transform: uppercase;
        border: none;
    }

        .compare-products-page .clear-list:hover {
            background: #444;
        }

.compare-products-table {
    display: none;
}

.compare-products-page .button-2 {
    display: inline-block;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    color: #333;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .compare-products-page .button-2:hover {
        border: 1px solid #333;
    }

.compare-products-page img {
    max-width: 100%;
}


/*********** TOPICS ***********/

.topic-block {
    margin: 0 0 20px;
}

.topic-html-content-header,
.topic-block-body {
    color: #333;
}

    .topic-block-body p {
        color: #898989;
        margin: 0 0 20px;
    }

.checkout-as-guest-or-register-block .topic-block-body,
.login-page .topic-block .topic-block-body,
.login-page .topic-block .topic-block-title .topic-html-content-header,
.forums-main-page .topic-block-title {
    color: #333;
}

.topic-block-body ul li {
    color: #898989;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    line-height: 20px;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 10px;
    color: #c00;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: left !important;
        width: 200px !important;
        height: 36px !important;
    }

    .enter-password-form input[type="submit"] {
        float: left !important;
        width: auto !important;
        height: 36px !important;
        border: none !important;
        background: #ccc !important;
        padding: 0 20px !important;
        font-size: 16px !important;
    }

.password-error {
    margin: 0 0 10px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/

.contact-page .form-fields,
.email-a-friend-page .form-fields {
    margin: 0 auto 15px;
}

.contact-page .message-error,
.email-a-friend-page .message-error {
    margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    border: none;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    line-height: 43px;
    margin: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: #333;
    color: #fff;
}

.email-a-friend-page .title {
    margin: 0 0 15px;
}

    .email-a-friend-page .title h2 {
        font-weight: normal;
    }


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.registration-page .fieldset .title {
    margin: 40px 0 0;
}

.registration-page .fieldset .inputs {
    text-align: left;
}
.date-picker-wrapper {
    margin: 0px auto;
    text-align: center;
}

.fieldset .inputs.date-of-birth select {
    width: 25.33%;
    margin-left: 7px;
    color: black;
    font-family: iransans;
}
.fieldset .inputs.date-of-birth select {
    width: 25.33%;
    margin-right: 7px;
    color: black;
}

.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select {
    width: 33.33%; /*birth-date selectors, always single line*/
}

.registration-page select + select,
.account-page select + select {
    border-left: none;
}

.customer-info-page .inputs {
    text-align: left;
}

.customer-info-page .gender span,
.registration-page .gender span {
    display: inline-block;
    margin: 0;
    border: 1px solid #c2c2c2;
    width: 50%;
    height: 42px;
    line-height: 42px;
    padding: 0 0 0 10px;
}

.customer-info-page .gender .female,
.registration-page .gender .female {
    border-left: none;
}

.add-more-external-records a {
    font-family: 'proxima-nova';
}
/*.gender > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}*/
.gender label {
    font-size: 14px;
    text-transform: uppercase;
    color: #606060;
    padding: 5px 15px 5px 5px;
}

#check-availability-button {
    display: block;
    margin: 50px auto 0;
    padding: 13px 26px;
    background: #fff;
    border: 1px solid #d7d7d7;
    color: #333;
    clear: both;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    line-height: normal;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    #check-availability-button:hover {
        color: #333;
        border: 1px solid #333;
    }

#username-availabilty {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    position: absolute;
    /*color:green;*/
}

.username-available-status {
    font-size: 13px;
    color: green;
}

#username-availabilty:empty {
    display: none;
}

.vat-status, .vat-note {
    display: block;
    margin: 5px 0 0;
    text-align: center;
    font-size: 14px; /*reset zeroing*/
}

.accept-privacy-policy {
    margin: 0 0 20px;
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        /*line-height: 32px;*/
        vertical-align: middle;
    }

    .accept-privacy-policy a {
        font-weight: bold;
    }

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    background: #e43d49;
    border: none;
    display: inline-block;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}


.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
}

.page.login-page .page-body {
    padding: 20px;
}

.login-page .customer-blocks, .phonenumber-verification-page .customer-blocks, .password-recovery-page .customer-blocks, .registration-page .customer-blocks {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: 215px 0 135px;
}

    .login-page .customer-blocks .form-fields, .login-page .customer-blocks .h-accountBox-body, .phonenumber-verification-page .customer-blocks .h-accountBox-body, .password-recovery-page .h-accountBox-body, .registration-page .h-accountBox-body {
        padding: 20px;
        max-width: 400px;
    }
.login-page .new-wrapper,
.login-page .returning-wrapper, .login-page .h-accountBox, .phonenumber-verification-page .h-accountBox, .password-recovery-page .h-accountBox, .registration-page .h-accountBox  {
    margin: 0 auto;
    margin-bottom: 0px;
    max-width: 440px;
    padding: 0;
    margin-top: 105px;
    border: 1px solid #d8d8d8;
}

.login-page .return-wrapper .title {
    margin: 0;
}

.login-page .new-wrapper .buttons input,
.login-page .returning-wrapper .buttons input {
    margin: 0;
}

.login-page .text {
    margin: 0 0 30px;
    color: #e30713;
    font-size: 18px;
}

.login-page .inputs.reversed * {
    margin: 5px 0;
    font-size: 12px; /*reset zeroing*/
}

.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication fieldset {
        float: none !important;
    }

.password-recovery-page .tooltip {
    margin: 0 0 20px;
    text-align: center;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}

.account-page .buttons {
    font-size: 0;
}

.avatar-page .upload-avatar-button {
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    line-height: 43px;
    width: 50%;
}

.avatar-page .buttons input {
    max-width: 200px;
}

.account-page .button-2 {
    background: #333333;
    border: 1px solid #333;
    color: #ffffff;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 43px;
    width: auto;
    min-width: 160px;
    text-transform: uppercase;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .account-page .button-2.edit-address-button:hover {
        background: #444;
    }

.account-page .order-item .return-items-button.button-2 {
    background: #fff;
    color: #333;
    border: 1px solid #dddddd;
}

    .account-page .order-item .return-items-button.button-2:hover {
        color: #333;
        border: 1px solid #333;
    }

.account-page .button-2:only-child {
    width: auto;
    padding: 0 50px;
}

.button-2.order-details-button:hover {
    background: #444;
}

.account-page .delete-address-button {
    background: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
}

    .account-page .delete-address-button:hover {
        color: #333;
        border: 1px solid #333;
    }

.account-page .edit-address {
    margin: 0 0 20px;
}

.account-page .description {
    margin: 0 0 20px;
}

.account-page .section.address-item,
.account-page .section.order-item {
    max-width: 470px;
    margin: 0 auto 60px;
}

.address-list {
    margin: 0 0 60px 0;
}

.address-list-page .info,
.order-list-page .info,
.section.request-item .details {
    margin: 0 auto 30px;
    line-height: 20px;
    text-align: left;
    width: 100%;
    max-width: 470px;
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
}

    .address-list-page .info li,
    .order-list-page .info li,
    .section.request-item .details li {
        color: #606060;
        line-height: 24px;
        padding: 2px 0;
    }

.return-request-list-page a {
    color: #333;
    font-family: 'proxima-nova';
}

.address-list-page .add-button {
    margin: 0 0 15px;
    text-align: center;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 0 15px;
    width: 150px;
    margin: auto;
}

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
        max-width: 100%;
    }

.avatar-page input[type="file"] {
    margin: 0 auto 15px;
    width: 75px;
    overflow: hidden;
}

.avatar-page input[type="submit"] {
    padding: 5px 10px;
}

.avatar-page .info {
    margin: 0 0 20px;
}

.terms-of-agreement {
    padding: 0 0 30px;
    text-align: center;
}

.user-agreement-page .button-1 {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}


/********** SHOPPING CART & CHECKOUT **********/

.order-progress {
    margin: 0 0 20px;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 20px 10px 0;
        position: relative;
    }

    .order-progress a {
        display: block;
        font-size: 12px; /*reset zeroing*/
        text-transform: uppercase;
        min-width: 60px;
        margin: 55px 0 10px 0;
    }

        .order-progress a:before {
            position: absolute;
            top: 0px;
            left: 0;
            right: 0;
            margin: auto;
            width: 50px;
            height: 50px;
            /*border:1px solid;*/
            content: '';
            display: block;
        }

    .order-progress li.active-step a {
        cursor: pointer;
    }

        .order-progress li.active-step a:before {
            background: url(../img/cart-icon-active.png) no-repeat center;
        }

    .order-progress li.inactive-step a {
        opacity: 0.5;
        cursor: default;
    }

        .order-progress li.inactive-step a:before {
            background: url(../img/cart-icon-no.png) no-repeat center;
        }

.shopping-cart-page .button-1,
.checkout-page .button-1 {
    border: 1px solid #333;
    background: #333;
    width: 100%;
    max-width: 350px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
    color: #fff;
}

/*.checkout-page .new-address-next-step-button:hover,*/
.checkout-page .shipping-method-next-step-button:hover,
.checkout-page .payment-method-next-step-button:hover,
.checkout-page .payment-info-next-step-button:hover,
.checkout-page .confirm-order-next-step-button:hover,
.checkout-page .order-completed-continue-button:hover {
    /*border: 1px solid #00a7b4;
    background: #00a7b4;
    color: white;*/
}

.shopping-cart-page .checkout-button:hover {
    /*border: 1px solid #00a7b4;
    background: #00a7b4;
    color: white;*/
}

.button-1.select-billing-address-button,
.button-1.select-shipping-address-button {
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    text-shadow: 1px 0 0 #b3b3b3;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

    .button-1.select-billing-address-button:hover,
    .button-1.select-shipping-address-button:hover {
        border: 1px solid #333;
    }

.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
    display: inline-block;
    border: none;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    font-family: proxima-nova;
    text-transform: uppercase;
    background: #333;
    padding: 0 50px;
    letter-spacing: 0.5px;
}

    .order-details-page .page-title a:hover {
        background: #444;
    }

.shopping-cart-page .item-box .button-2 {
    padding: 0;
    line-height: normal;
}

.remove-discount-button,
.remove-gift-card-button {
    width: 19px;
    height: 19px;
    margin: 0 0 0 5px;
    border: 1px solid #c2c2c2;
    background: url('../img/close.png') center no-repeat #ddd;
    cursor: pointer;
}

.shopping-cart-page .message-error {
    margin: 0 0 20px;
    font-size: 13px;
    position: relative;
    text-align: center;
}

.shopping-cart-page .selected-checkout-attributes {
    display: none;
}

.selected-checkout-attributes {
    margin: 0 0 20px;
    text-align: center;
}

.shopping-cart-page .tax-shipping-info {
    margin: 0 0 20px;
}

.shopping-cart-page .common-buttons {
    font-size: 0;
    margin: 0 0 20px;
}

    .shopping-cart-page .common-buttons input {
        min-width: 235px;
        margin: 0;
        border: 1px solid #333;
        padding: 0 15px;
    }

        .shopping-cart-page .common-buttons input.update-cart-button:hover {
            background: #444;
        }

/*.shopping-cart-page .common-buttons .continue-shopping-button
    {
        background: #fff;
        color: #333;
        border: 1px solid #d7d7d7;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .shopping-cart-page .common-buttons .continue-shopping-button:hover
        {
            border: 1px solid #333;
        }*/
.ima9ines-ico.ima9ines-ico-delete {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADiUlEQVR42qVWa0gUURQ+dxbJNCskK8r+VNv2IHqgQqIUYREEJRZkb7eXQlREZEFmZfbQEH8EPchHDwuJWqsfRfRyCYugKDOsVaEoorb0R9kLdef2nXFnGmd3tqCrl3vmcb/vnO98M7OCIoxKWuHEko05G3Mi5pDgpXbMZsy7mLVrqabVDkPYAI8VJEoRLpAkFcTGfTiWfKyvOBVAfA1x/ho61/ZXgipa6caGo9gQawaMQKCf+4FwE0iqbQmQeQGWIvq/UQjJikMIAO5GFpV8Lkx2/1KBOV6rVyJ0zbE8C5EF/4Ncw+WXVx/CEgweP0J88X1EpIaTayr3RCfwYMnso52iUOoJN41bN5OeFnqosfgqbw6WLWhKwUKaVpRFvop6ephXTeCwSnUFUmUJtiI2vOzjFiSYetItXOtnIR/JO4VOwkkCXABcCtF7/4tTd+Sj3NNCQe4Wd00QcM1ubqxZx4HOYTLLV6rtZwIOmOfJrkukOBQJcL7PIOB7jrvyhKO1k6LIYZarkCu4h3imtb7J2+dTUskS4zjQ1UP+xtc0ItkZYpub2yroQXkdKfhLoAHUHzTB4eUK/AiGhnPFpK3zKLlsqQS48D8HeJIGrlekScfgD8uvSJMjZTzFiDiK5vgTVxAgmyeamzlxy1xKXJZimznAjeab98VRP4qnWMkVMIFi52s0VE7fv+iPTYOZv21olq03Hov7By+S3d5oilIjShS0otFMneBdQ7MYmeKSSpRD3CusIW9xrSGR5cH8zATc5FlWgqkFmWxFQ/MgOHHmiSkuAXDDXSCRIAlH4OUesE33mTWMnzyKFjYeCNH89s7TGsmcEnfItWNTNpK/6Y21F3tFBS13wl59HjShCJl+NleMWZ5qaH5rRzU1HLmsJZm2Y7HIOJRjVPb8fL30rCoTUlXNFaiYE7QbIJMHFzLNEikOh0g/s4FGL5sh4RbBbjFLkJa/WGYczhFNF7zkWV0mZUC1SlRXRNez+rzsMGPMJSp4Hzmc8dTmawmxIo8E1yjqaH1PqqpapfnJBgRB2z+9rr9Tl+igbxrF317X2iHROoBXkfUBg1TaB4eztW7+Rd30iTopQGokAgbfA/D9f6qxDK4Ey1GrXDx60Dc/fQVVIESu4Ddgs565LYHeE7uPPleASrgis1v4PZ7PmocSRxhsYYBkYxo/W2Rvu9s/U2fzT+rmh7QWwC12GL8BrIL4jBLH05kAAAAASUVORK5CYII=)
}

.checkout-attributes {
    margin: 20px 0 0;
    padding: 0 0 17px;
    text-align: center;
    /*border-bottom: 1px solid #e1e1e1;*/
}

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes dt, .checkout-attributes dd {
        display: inline-block;
        margin: 15px 0 0 0;
        vertical-align: middle;
        width: 50%;
    }

    .checkout-attributes .required {
        margin: 0;
    }

    .checkout-attributes li {
        line-height: 24px;
    }

        .checkout-attributes li * {
            vertical-align: middle;
        }

        .checkout-attributes li .color-squares {
            position: relative;
        }

    .checkout-attributes .color-squares li {
        margin: 0 5px;
    }

        .checkout-attributes .color-squares li label {
            position: relative;
        }

        .checkout-attributes .color-squares li input {
            position: absolute;
            top: 10px;
            left: -5px;
            margin: 0;
        }

.cart-footer {
    margin: 0 0 80px 0;
}

    .cart-footer:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart-footer .totals {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .cart-footer .total-info {
        margin: 0 0 20px;
        background: #f9f9f9;
        padding: 10px;
    }

.cart-total td {
    width: 50%;
    border: none;
    color: #606060;
    font-size: 14px;
    line-height: 24px;
}

.cart-total .cart-total-left {
    text-align: right;
    padding: 5px 10px 5px 5px;
}

.cart-total .cart-total-right {
    text-align: left;
    padding: 5px 5px 5px 10px;
}

.cart-total .earn-reward-points {
    border-top: 1px solid #333;
}

.cart-total .order-total {
    font-size: 18px;
    color: #9e0b0f;
}

.terms-of-service {
    margin: 0 0 20px;
    text-align: center;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service span {
        font-weight: bold;
        cursor: pointer;
        text-decoration: underline;
        vertical-align: middle;
    }

.cart-footer .button-1 {
    font-size: 18px;
}

.cart-footer .addon-buttons {
    margin: 20px 0 0;
}

.cart-collaterals {
    width: auto;
    max-width: 420px;
    margin: 0 auto 30px;
}

    .cart-collaterals > div {
        margin: 0 0 30px;
    }

    .cart-collaterals .message-success {
        margin: 5px 0;
    }

    .cart-collaterals .shipping-options {
        margin: auto;
        width: 96%;
        max-width: 360px;
    }

        .cart-collaterals .shipping-options .button-2:hover {
            background: #444;
        }

    .cart-collaterals .shipping .inputs {
        margin: 0 0 25px;
    }

    .cart-collaterals .title {
        margin: 0 0 5px;
    }

        .cart-collaterals .title strong {
            text-transform: uppercase;
            color: #333;
        }

    .cart-collaterals .shipping .inputs label {
        color: #333;
    }

    .cart-collaterals .hint {
        margin: 0 0 5px;
        color: #888;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 10px;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
        font-size: 0;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            float: left;
            width: 55%;
            color: #898989;
        }

            .cart-collaterals .coupon-code input[type="text"]:focus {
                color: #333;
            }

        .cart-collaterals .coupon-code input[type="submit"] {
            float: left;
            width: 45%;
            padding: 0;
            height: 42px; /*safari padding fix*/
            line-height: 42px;
        }

.coupon-code .button-2 {
    font-size: 12px;
}

.cart-collaterals .message,
.cart-collaterals .message-failure {
    margin: 5px 0 0;
    color: #c00;
    font-size: 13px;
}

.cart-collaterals .current-code {
    margin: 5px 0 0;
    color: #690;
}

.cart-collaterals .shipping-results {
    margin: 20px 0 0;
}

    .cart-collaterals .shipping-results li {
        margin: 10px 0;
    }

    .cart-collaterals .shipping-results strong {
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #333;
    }

    .cart-collaterals .shipping-results li span {
        color: #898989;
    }

.checkout-page .page-body {
    max-width: 1670px;
    margin: auto;
}

.checkout-page .section {
    margin: 0 0 20px;
    text-align: center;
}

    .checkout-page .section.pickup-in-store label, .checkout-page .section.use-wallet label {
        font-size: 16px;
        color: #333;
        vertical-align: sub;
    }

    .checkout-page .section.pickup-in-store i {
        font-style: normal;
    }

    .checkout-page .section p {
        text-align: center;
        margin: 0 0 5px;
    }

.checkout-page .address-grid {
    overflow: hidden;
}

.checkout-page .address-item {
    margin: 0 auto 5%;
    border: 1px solid #f1f1f1;
    padding: 50px 40px 30px;
    max-width: 90%;
    text-align: left;
    background-color: #fff;
}

    .checkout-page .address-item .address-box {
        margin: 0 0 37px 0;
    }

    .checkout-page .address-item .name strong {
        text-transform: uppercase;
        font-weight: normal;
    }

    .checkout-page .address-item .select-button {
        margin: 0 0 10px;
    }

    .checkout-page .address-item li {
        padding: 2px;
        line-height: 24px;
        color: #606060;
    }

        .checkout-page .address-item li.name {
            margin: 0;
        }

        .checkout-page .address-item li.country {
            margin: 5px 0 0;
            font-size: 16px;
        }

.checkout-page .edit-address {
    margin: 0 0 20px;
    padding: 40px;
    border: 1px solid #f1f1f1;
    max-width: 460px;
    margin: auto;
}

/*.checkout-page .section.shipping-method,*/
/*.checkout-page .section.payment-method,*/
/*.checkout-page .section.payment-info
{
    width: 96%;
    max-width: 670px;
    border: 1px solid #f1f1f1;
    margin: 0 auto 20px;
    padding: 20px 10px 0;
    text-align: center;
}*/
.delivery-item.selected {
    border: 1px solid #c0f0c1;
    margin-top: 10px;
}

.delivery-item {
    border: 1px solid rgba(0,0,0,.105);
    margin-top: 10px;
}

.checkout-page .section.shipping-method, .checkout-page .section.payment-info {
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 20px 10px 20px;
    text-align: right;
    background-color: #fff;
}

.checkout-page .section.order-completed {
    text-align: center;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 40px;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 0 0 40px;
        position: relative;
    }

/*.shipping-method .method-list li:after
        {
            content: '';
            display: block;
            height: 2px;
            width: 40px;
            border-top: 2px solid #333;
            position: absolute;
            top: -20px;
            left: 0;
            right: 0;
            margin: auto;
        }*/
.delivery-item.selected, .payment-item.selected {
    border: 2px solid #626262;
    margin-top: 10px;
}

.delivery-item, .payment-item {
    border: 1px solid rgba(0,0,0,.105);
    margin-top: 10px;
}

.shipping-method .method-description, .payment-method .method-description {
    color: #777;
    font: 13px iransans;
    padding: 2px 0;
    line-height: 22px;
}

.shipping-method .delivery-desc, .payment-method .payment-desc {
    float: right;
    /*height: 68px;*/
    padding-right: 15px;
    /*line-height: 22px*/
}

.shipping-method .delivery-desc2, .payment-method .payment-desc2 {
    float: right;
    height: 68px;
    padding-right: 15px;
    line-height: 40px
}
.radio-control label::after {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    background: #fff;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.delivery-icon.moto, .delivery-icon.fast {
    height: 68px;
    width: 68px;
    float: left;
}
.payment-icon.mellat, .payment-icon.saman, .payment-icon.inplace, .payment-icon.ayandeh {
    height: 32px;
    width: 32px;
    float: right;
    margin-top: 20px;
}
.payment-icon.ayandeh {
    background-image: url("../img/ayandeh.jpg");
    background-size: 32px;
}
.delivery-icon.moto {
    background: url("../img/all-icons.png") no-repeat -1184px -74px;
}

.payment-icon.mellat {
    background: url("../img/all-icons.png") no-repeat -564px -270px;
}

.payment-icon.saman {
    background: url("../img/all-icons.png") no-repeat -510px -225px;
}

.payment-icon.inplace {
    background: url("../img/all-icons.png") no-repeat -260px -472px;
}
  
.delivery-icon.moto {
    background: url("../img/all-icons.png") no-repeat -1184px -74px;
}

.delivery-icon.fast {
    background: url("../img/all-icons.png") no-repeat -1184px -135px;
}

.delivery-button {
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    height: 68px;
    border-left: 1px solid #f0f1f2;
    text-align: center;
    vertical-align: middle;
    width: 52px;
    float: left;
    line-height: 22px;
}

    .delivery-button .radio-control {
        margin: 0;
        right: 1px;
        top: 50%;
        transform: translateY(-50%);
    }

.radio-control {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    padding: 0;
    margin: 0;
}


.shipping-method .method-list .delivery-desc .tit, .shipping-method .method-list .delivery-desc2 .tit,
.payment-method .method-list li span {
    font-family: iransans;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #565050;
    padding: 10px 0 5px;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

.shipping-method .method-list li:first-child:after {
    display: none;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    font-family: proxima-reg;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.payment-method .method-list {
    overflow: hidden;
}

    .payment-method .method-list li {
        display: inline-block;
        width: 47.7%;
        border: 1px solid #f1f1f1;
        padding: 10px;
        margin: 1%;
        vertical-align: top;
    }

.validation-summary-errors {
    margin: 0 0 20px;
    text-align: center;
}

.shipping-method .method-description {
    margin: 5px 0 0;
    color: #898989;
    text-align: left;
}

.checkout-page .section.payment-info .info tr td {
    text-align: left;
    padding: 0 0 8px 20px;
}

    .checkout-page .section.payment-info .info tr td:first-child {
        text-align: right;
        width: 50%;
    }

.use-reward-points {
    margin: 0 0 10px;
    text-align: center;
}

.payment-info .info {
    margin: 0 0 20px;
}

.confirm-order .button-1 {
    margin: 0 0 20px;
    font-size: 18px;
}

.order-review-data ul,
.shipment-overview ul {
    margin: 0 auto 30px;
    padding: 35px 40px;
    max-width: 90%;
    border: 1px solid #f1f1f1;
    text-align: left;
    line-height: 24px;
    color: #606060;
}

    .order-review-data ul strong,
    .shipment-overview ul strong {
        text-transform: uppercase;
    }

.order-review-data li,
.shipment-overview li {
    padding: 2px 0;
}

.order-review-data .title,
.shipment-overview .title,
.order-details-area .title {
    margin: 20px 0 5px;
}

    .order-review-data .title:first-child,
    .shipment-overview .title:first-child,
    .order-details-area .title:first-child {
        margin-top: 0;
    }

.order-completed .details {
    margin: 0 0 20px;
}

    .order-completed .details a {
        display: block;
        margin: 5px 0 0;
        font-family: proxima-nova;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: underline;
        color: #333;
    }

.opc .tab-section:nth-child(2n) .step-title {
    background: #f9f9f9;
}

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}

.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}

.opc .step-title * {
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.opc .step-title span {
    margin: 0 10px 0 0;
}

.opc .step {
    margin: 20px auto;
    padding: 10px;
    max-width: 1170px;
    padding: 53px 40px;
    border: 1px solid #f1f1f1;
}

    .opc .step .back-link a {
        display: inline-block;
        background: #fff;
        border: 1px solid #e1e1e1;
        color: #333;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 50px;
        text-transform: uppercase;
        width: 100%;
    }

.opc .section {
    margin: 0 0 15px;
    text-align: center;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
    color: #898989;
}

    .opc select:focus {
        color: #333;
    }

.opc .buttons {
    margin-bottom: 0;
    font-size: 0;
}

    .opc .buttons .new-address-next-step-button,
    .opc .buttons .shipping-method-next-step-button,
    .opc .buttons .payment-method-next-step-button,
    .opc .buttons .payment-info-next-step-button,
    .opc .buttons .confirm-order-next-step-button {
        width: 50%;
    }

    .opc .buttons .back-link {
        display: inline-block;
        width: 50%;
        max-width: 350px;
        margin: 0;
        vertical-align: top;
    }

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

.opc .please-wait {
    display: block;
    margin: 10px 0 0;
}

.opc .terms-of-service {
    text-align: center;
}

.opc .cart-footer {
    margin: 0;
}

    .opc .cart-footer .totals {
        margin: 0 auto;
    }

.order-details-page .page-title {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-page .page-title h1 {
        background: url("../img/title-bg.jpg") repeat-x center center rgba(0, 0, 0, 0);
        margin: 0 0 10px;
        overflow: hidden;
        background-size: cover;
    }

.order-details-page .page-title {
    background: none;
}

.order-details-page .order-overview,
.order-details-page .order-details-area {
    margin: 0 auto 20px;
    border: 1px solid #f1f1f1;
    width: 96%;
    max-width: 670px;
    padding: 20px 10px;
    text-align: center;
    line-height: 24px;
    color: #333;
}

.page.order-details-page strong {
    font-family: proxima-nova;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-details-area {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-area td {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        vertical-align: top;
    }

.order-details-page .tax-shipping-info {
    text-align: center;
}

.order-details-page .actions {
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .order-details-page .actions input {
        min-width: 100px;
        border: none;
        padding: 0 50px;
        background: #333;
        color: #fff;
        font-family: 'proxima-nova';
        line-height: 43px;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.order-details-page .re-order-button:hover {
    background: #444;
}

.order-details-page .section.products,
.order-details-page .total-info,
.order-details-page .order-notes,
.order-details-page .shipments,
.shipment-details-page .page-body,
.private-messages-page .page-body,
.profile-page .page-body,
.private-message-view-page .page-body,
.forum-search-page .page-body,
.forum-topic-page,
.forum-group-page,
.forum-page,
.active-discussions-page {
    max-width: 1170px;
    margin: 0 auto 20px;
}

.order-details-page .cart-total {
    width: 300px;
    margin: auto;
    border: 1px solid #333;
}

.shipment-details-page .shipment-overview {
    overflow: hidden;
    margin: 0 0 20px;
}

    .shipment-details-page .shipment-overview > ul {
        text-align: left;
    }

        .shipment-details-page .shipment-overview > ul:first-child {
            margin: 0 0 20px;
        }

.shipment-details-page .section {
    width: 100%;
}

.order-summary-content {
    margin: 10px auto;
    text-align: center;
    color: #606060;
    max-width: 1170px;
}

    .order-summary-content li.title {
        font-size: 14px;
        text-align: left;
        color: #606060;
    }

.inputs .option-list li label {
    display: inline-block;
    margin: 5px 15px 5px 5px;
    font-size: 14px;
    line-height: 33px;
    cursor: pointer;
    width: auto;
    text-transform: uppercase;
    color: #606060;
}


/*********** SEARCH & SITEMAP ***********/

.search-input input + label {
    display: inline;
    margin: 0 0 0 5px;
    color: #333;
    text-transform: inherit;
}

.basic-search, #q-attributes p {
    margin: 0px;
}

    .basic-search .inputs.reversed {
        margin: auto;
        max-width: 470px;
        padding: 10px;
        width: 90%;
    }

    .basic-search input[type="text"] {
        width: 400px;
        max-width: 100%;
        border: none;
        border-bottom: 1px solid #c2c2c2;
        color: #898989;
    }

.advanced-search {
    margin: 0 auto 20px;
    border: 1px solid #f1f1f1;
    max-width: 628px;
    padding: 30px;
}

    .advanced-search .inputs.reversed {
        text-align: left;
    }

    .advanced-search .price-range {
        display: block;
        text-align: left;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.search-input .button-1 {
    background: #333333;
    border: 1px solid #d7d7d7;
    color: #ffffff;
    display: inline-block;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.search-input .forum-search-button.button-1 {
    display: none;
}

.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #c00;
    text-align: center;
}

.search-results {
    margin: 30px 0 0;
}

.sitemap-page .entity {
    margin: 0 0 20px;
}

.sitemap-page .entity-title {
    margin: 0 0 10px;
}

.sitemap-page .entity-body {
    line-height: 24px;
}

.sitemap-page a {
    display: block;
}

    .sitemap-page a:empty {
        display: none;
    }


/********** BLOG & NEWS **********/

.year strong {
    display: block;
    cursor: default;
}

.blog-page .post,
.news-items .news-item {
    position: relative;
    margin: 0 0 40px;
}

    .news-list-page .news-item .news-body,
    .blog-page .post .post-body {
        display: block;
        margin: 0 0 20px;
    }

    .blog-page .post:before,
    .news-list-page .news-items .news-item:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        border-top: 1px solid #959595;
        margin: 40px auto;
    }

.news-list-page .news-items .news-item:before {
    border-top: 1px solid #ddd;
}

.news-items .news-head {
    margin: 0 0 10px;
}

.blog-page .post:first-child:before,
.news-items .news-item:first-child:before {
    display: none;
}

.post-title,
.news-title {
    display: inline-block;
    margin: 0;
    font-family: 'proxima-nova';
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

.post-date,
.news-date {
    display: block;
    color: #898989;
    font-size: 50px;
    line-height: 38px;
    font-style: normal;
}

    .news-date .month,
    .post-date .month {
        font-size: 18px;
    }

.post-head ~ *,
.news-item .news-body {
    display: none;
}

.post-body,
.news-body {
    margin: 10px 10px 30px;
    line-height: 22px;
    color: #898989;
    text-align: justify;
}

.blog-page .tags,
.blogpost-page .tags {
    display: inline-block;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
}

.blog-page .blog-details {
    line-height: 43px;
    text-transform: uppercase;
    color: #898989;
}

.blog-page .blog-posts {
    overflow: hidden;
}

.blog-page .tags label,
.blogpost-page .tags label {
    display: block;
    color: #898989;
    line-height: 43px;
}

    .blog-page .tags label:before,
    .blogpost-page .tags label:before {
        background: #333333;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        width: 70px;
    }

.blog-page .tags ul,
.blogpost-page .tags ul {
    font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
    display: inline-block;
    font-size: 14px;
}

    .blog-page .tags li.separator,
    .blogpost-page .tags li.separator {
        margin: 0 5px 0 3px;
    }

.blog-page .tags a,
.blogpost-page .tags a {
    display: inline-block;
    line-height: 43px;
}

.blogpost-page .tags {
    text-align: center;
}

    .blogpost-page .tags label {
        display: inline-block;
    }

        .blogpost-page .tags label:before {
            left: auto;
        }

    .blogpost-page .tags ul {
        display: inline-block;
        margin: 0 0 0 10px;
    }

.new-comment {
    margin: 0 0 30px;
    clear: both;
}

    .new-comment .title {
        margin: 0 0 25px;
    }

        .new-comment .title strong,
        .comment-list .title {
            font-size: 18px;
            line-height: 33px;
            letter-spacing: 1px;
            font-weight: normal;
        }

.comment-list .title {
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    position: relative;
}

    .new-comment .title strong:after,
    .comment-list .title strong:after {
        background: none repeat scroll 0 0 #333333;
        content: "";
        display: block;
        height: 4px;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        width: 70px;
    }

.new-comment .notifications {
    margin: 0 0 10px;
}

.new-comment .result {
    color: #690;
    text-align: center;
}

.new-comment .form-fields {
    margin: 0 auto 30px;
    padding: 10px;
}

.new-comment .inputs label {
    display: none;
}

.new-comment textarea {
    width: 100%;
}

.new-comment .button-1 {
    background: #333333;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    padding: 15px 30px;
    text-transform: uppercase;
}

.blog-comment,
.news-comment {
    margin: 0 0 10px;
}

    .blog-comment:after,
    .news-comment:after {
        content: "";
        display: block;
        clear: both;
        height: 18px;
        margin: auto;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
    }

    .blog-comment:last-child:after,
    .news-comment:last-child:after {
        border: none;
    }

.comment-info {
    margin: 0 auto 10px;
}

    .comment-info .username {
        display: block;
        padding: 5px 0;
    }

    .comment-info .avatar {
        position: relative;
        width: 140px;
        height: 140px;
        margin: auto;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            height: 100%;
            margin: auto;
        }

.comment-content .comment-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
}

.comment-time {
    margin: 0 0 10px;
    font-size: 12px;
}

    .comment-time > * {
        vertical-align: middle;
    }

    .comment-time label {
        letter-spacing: .5px;
    }

.comment-body {
    line-height: 20px;
}

    .comment-body p {
        color: #333;
    }

.news-items .read-more {
    display: inline-block;
    color: #898989;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
}

    .news-items .read-more:hover {
        color: #333;
    }

    .news-items .read-more:before {
        content: "/";
        display: inline-block;
        height: auto;
        margin: 0 5px 0 0;
        width: 1px;
    }

.news-item-page .inputs:first-child label {
    display: block;
    font-family: proxima-nova;
    letter-spacing: 1px;
    color: #333;
}

.news-list-homepage {
    max-width: 1170px;
    margin: 0 auto 120px;
}

    .news-list-homepage .news-item {
        border-bottom: 1px solid #eee;
    }

    .news-list-homepage .title {
        margin: 0 0 35px;
        font-size: 36px;
        font-family: 'proxima-nova';
        text-transform: uppercase;
        text-align: center;
        color: #333;
    }

        .news-list-homepage .title strong {
            font-weight: normal;
        }

    .news-list-homepage .view-all a {
        display: inline-block;
        line-height: 32px;
        color: #333;
        background: #e4e4e4;
        padding: 5px 20px;
        text-transform: uppercase;
        border: 1px solid transparent;
    }

        .news-list-homepage .view-all a:hover {
            border: 1px solid #ccc;
        }

    .news-list-homepage .news-item .news-date {
        color: #898989;
        font-style: normal;
    }

        .news-list-homepage .news-item .news-date .day {
            font-size: 50px;
        }

        .news-list-homepage .news-item .news-date .month {
            font-size: 18px;
        }

    .news-list-homepage .news-item .read-more {
        margin: 0;
        font-size: 12px;
        color: #898989;
    }

        .news-list-homepage .news-item .read-more:before {
            content: "/";
            display: inline-block;
            height: auto;
            margin: 0 5px 0 0;
            width: 1px;
        }

.mw-redirect,
.post-body p > a {
    color: #333;
    text-decoration: underline;
}

.post-body a {
    color: #333;
}

.onecolumn .blog-block-wrapper {
    overflow: hidden;
    margin: auto;
    max-width: 1170px;
    border-top: 1px solid #333;
}

/********** FORUM & PROFILE **********/

.forums-main-page .topic-block-title h2 {
    font: 36px/36px proxima-nova;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 0 0 20px 0;
}

.forums-header:after {
    content: "";
    display: block;
    clear: both;
}

.current-time {
    color: #333;
    padding: 0 0 30px;
    text-align: center;
}

.forum-search-box {
    margin: 35px auto;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 30px 0;
    max-width: 98%;
    clear: both;
}

    .forum-search-box form {
        display: inline-block;
    }

    .forum-search-box .basic {
        overflow: hidden;
        margin: 0 0 30px;
    }

        .forum-search-box .basic .forum-search-box-text {
            border: none;
            border-bottom: 1px solid #c2c2c2;
            color: #898989;
        }

    .forum-search-box .advanced a {
        background: #333;
        border: none;
        color: #fff;
        display: inline-block;
        font-family: proxima-nova;
        letter-spacing: 0.5px;
        padding: 16px 25px;
        text-transform: uppercase;
    }

.forum-search-box-text,
.forum-search-text {
    float: left;
    width: 260px !important;
}

.forum-search-box-button,
.forum-search-button {
    float: left;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../img/icon-search.png') center no-repeat;
    text-indent: 999px;
    border-bottom: 1px solid #c2c2c2;
}

.forums-table-section {
    margin: 0 0 30px;
}

    .forums-table-section.topics-group.active-discussions {
        margin: 0 0 200px;
    }

        .forums-table-section.topics-group.active-discussions .forums-table-section-body td .topic-starter {
            text-transform: none;
            vertical-align: bottom;
        }

        .forums-table-section.topics-group.active-discussions .forums-table-section-body .last-post div {
            text-transform: none;
        }

.forums-table-section-body .last-post div.date {
    color: #898989;
}

.forums-table-section.topics-group.active-discussions .forums-table-section-body .last-post div a {
    text-transform: uppercase;
}

.forums-table-section a {
    vertical-align: middle;
}

.forums-table-section-title {
    margin: 0 0 35px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    font-family: 'proxima-nova';
}

    .forums-table-section-title > a:before,
    .forums-table-section-title strong:before {
        background: none repeat scroll 0 0 #333333;
        content: "";
        display: block;
        height: 4px;
        left: 0;
        bottom: 0;
        position: absolute;
        width: 70px;
    }

    .forums-table-section-title > a,
    .forums-table-section-title strong {
        float: left;
        font-size: 18px;
        line-height: 48px;
        font-weight: normal;
        color: #333;
    }

    .forums-table-section-title span {
        float: right;
    }

.forums-table-section.topic-group.active-discussions {
    position: relative;
}

    .forums-table-section.topic-group.active-discussions .view-all a {
        line-height: 40px;
        font-weight: normal;
        text-transform: uppercase;
        padding: 11px 25px;
        background: #333;
        color: #fff;
    }

.forums-table-section-title .link-rss {
    margin: 10px 0 0 10px;
    background: url('../img/rss-black.png') center no-repeat;
    float: right;
}

.forums-table-section .image div {
    width: 33px;
    height: 26px;
    margin: auto;
    background: url('../img/folder.png') center no-repeat;
}

    .forums-table-section .image div.post-annoucement {
        background: url('../img/folder-ann.png') center no-repeat;
    }

    .forums-table-section .image div.sticky {
        background: url('../img/folder-stick.png') center no-repeat;
    }

/* breadcrumb, pagers, search, forum-page */

.pager.upper {
    display: none;
}

.forum-search-page .basic-search {
    text-align: center;
}

    .forum-search-page .basic-search > div + div {
        margin: auto;
        border: 1px solid #f1f1f1;
        padding: 10px;
        width: 90%;
        max-width: 470px;
    }

    .forum-search-page .basic-search > div label {
        cursor: pointer;
    }

    .forum-search-page .basic-search div:first-child {
        display: inline-block;
        margin: 0 0 30px;
        overflow: hidden;
    }

.forum-search-page .advanced-search {
    margin: 15px 0 0;
}

.forum-search-page .search-error {
    padding: 15px;
    text-align: center;
    color: #c00;
}

.forum-search-page .search-results {
    margin: 0 0 15px;
}

    .forum-search-page .search-results span {
        text-align: center;
    }

.forum-page .forum-top {
    margin: 0 0 20px;
}

.forum-page .forum-info {
    position: relative;
    margin: 0 0 20px;
}

.forum-page .forum-name h1 {
    margin: 0 0 20px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-family: proxima-nova;
}

.forum-page .link-rss {
    position: absolute;
    top: 0;
    right: 0;
}

.forum-page .actions a {
    margin: 0 10px 0 0;
    padding: 0 0 0 25px;
}

.forum-page .newtopic {
    background: url('../img/new-topic.png') left center no-repeat;
}

.forum-page .watch-forum {
    background: url('../img/watch-icon.png') left center no-repeat;
}

.search-page .search-input {
    margin: 0px auto 0;
}

.search-page .basic-search .inputs {
    margin: 0px auto;
}

.page.forums-main-page {
    margin: 50px auto 0;
    max-width: 1170px;
    width: 100%;
}

.forums-main-page .forum-search-box .forum-search-box-text {
    border: none;
    border-bottom: 1px solid #c2c2c2;
    color: #898989;
}

/* topic page & profile page */

.forum-topic-page .topic-name h1 {
    margin: 0 0 30px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-family: proxima-nova;
}

.topic-actions.upper {
    margin: 0 0 20px;
    overflow: hidden;
}

    .topic-actions.upper a {
        margin: 0;
        padding: 0 10px 0 25px;
        border-left: 1px solid #898989;
        color: #333;
    }

        .topic-actions.upper a:first-child {
            border: none;
        }

.forum-topic-page .reply-topic-button {
    background: url('../img/reply-icon.png') 11px center no-repeat;
    padding: 0 10px 0 35px !important;
}

.forum-topic-page .watch-topic-button {
    background: url('../img/watch-icon.png') 13px center no-repeat;
    padding: 0 10px 0 40px !important;
}

.forum-topic-page .manage {
    float: right;
}

    .forum-topic-page .manage a {
        margin: 0 0 0 10px;
        padding: 0 0 0 20px;
    }

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-link-button {
    background: url('../img/edit-icon.png') 4px center no-repeat;
}

.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-link-button {
    background: url('../img/delete-icon.png') 13px center no-repeat;
    padding: 0 10px 0 32px !important;
}

.forum-topic-page .post-info .delete-post-button {
    background: #333 url('../img/delete-icon.png') 4px center no-repeat;
    color: #fff;
    margin: 0 0 0 -1px;
    border: 1px solid #333;
}

.forum-topic-page .move-topic-button {
    background: url('../img/move-icon.png') 12px center no-repeat;
    padding: 0 10px 0 33px !important;
}

.forum-post {
    margin: 0;
    overflow: hidden;
    padding: 0 0 15px;
    border-top: 1px solid #e5e5e5;
}

.topic-post .post-info,
.profile-info-box .user-details,
.profile-info-box .avatar {
    float: left;
    width: 150px;
    padding: 0 0 15px;
}

.profile-info-box .avatar {
    height: 190px;
    margin: 0 0 10px;
    position: relative;
}

.profile-info-box .send-pm {
    position: absolute;
    bottom: -30px;
}

.topic-posts {
    overflow: hidden;
}

.topic-post {
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

    .topic-post .manage {
        float: none;
        display: inline-block;
        overflow: hidden;
        margin: 0 10px;
    }

        .topic-post .manage a {
            border-right: 1px solid #e1e1e1;
            border-left: 1px solid #e1e1e1;
            float: left;
            font-family: 'proxima-reg';
            letter-spacing: 0.5px;
            line-height: 38px;
            margin: 0;
            padding: 0 8px 0 25px;
        }

            .topic-post .manage a:first-child {
                margin-left: -1px;
            }

            .topic-post .manage a:hover {
                text-decoration: none;
            }

    .topic-post .edit-post-button,
    .topic-post .delete-post-button {
        background-position: 5px center;
    }

    .topic-post .user-info {
        padding: 0 0 15px;
        text-align: center;
    }

    .topic-post .username {
        display: block;
        font-family: proxima-nova;
        margin: 0 0 5px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 39px;
        height: 39px;
        text-align: center;
        background: #f6f6f6;
        border-bottom: 1px solid #e1e1e1;
    }

    .topic-post .avatar {
        position: relative;
        height: 190px; /*adjust as you like*/
        width: 100%;
        margin: 0 0 10px;
        overflow: hidden;
    }

        .topic-post .avatar img,
        .profile-info-box .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            margin: auto;
        }

    .topic-post .user-stats {
        margin: 0 0 10px;
        font-size: 11px;
    }

        .topic-post .user-stats span {
            color: #898989;
        }

        .topic-post .user-stats span,
        .profile-info-box .profile-stats span {
            margin: 0 0 0 5px;
        }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        display: inline-block;
        border: 1px solid #e1e1e1;
        padding: 10px;
        width: 150px;
        font-family: 'proxima-nova';
        text-align: center;
    }

    .topic-post .post-content,
    .profile-info-box .profile-stats {
        min-width: 50%;
        margin-left: 160px;
        text-align: left;
    }

    .topic-post .posttime {
        margin: 0 0 10px;
        background: #f6f6f6;
        border-bottom: 1px solid #e5e5e5;
        text-align: right;
        height: 39px;
    }

        .topic-post .posttime .posted {
            float: left;
            line-height: 39px;
            padding: 0 0 0 10px;
        }

        .topic-post .posttime a {
            float: right;
            margin: 0 0 0 5px;
            color: #333;
        }

        .topic-post .posttime .post-link {
            padding: 10px 10px 0;
        }

        .topic-post .posttime .quote-post {
            float: right;
        }

        .topic-post .posttime a.quote-post-link-button {
            background: #e3e3e3;
            height: 38px;
            padding: 10px 10px 0;
            position: relative;
            border: 1px solid transparent;
        }

        .topic-post .posttime a.post-link-button {
            height: 38px;
            padding: 10px 10px 0;
            position: relative;
        }

        .topic-post .posttime a.quote-post-link-button:hover {
            border: 1px solid #ccc;
        }

.topic-actions.lower {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

    .topic-actions.lower .actions {
        float: left;
    }

    .topic-actions.lower .actions {
        font-size: 0;
    }

    .topic-actions.lower .reply-topic-button,
    .topic-actions.lower .watch-topic-button {
        background: #ffffff;
        border: 1px solid #e1e1e1;
        color: #333333;
        display: inline-block;
        font-family: "proxima-nova";
        letter-spacing: 0.5px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 14px;
    }

    .topic-actions.lower .watch-topic-button {
        background: #333;
        color: #fff;
        border: 1px solid #333;
        margin: 0 0 0 -1px;
    }

.profile-info-box {
    overflow: hidden;
}

    .profile-info-box .title {
        margin: 0 0 10px;
        font-size: 18px;
    }

.profile-page .topic {
    margin: 0 0 20px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 15px;
}

.profile-page .topic-title {
    margin: 0 0 10px;
    background: #f9f9f9;
    padding: 15px 10px;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
}

    .profile-page .topic-title label {
        color: #898989;
    }

    .profile-page .topic-title a {
        vertical-align: middle;
        font-family: proxima-nova;
        color: #333;
    }

.profile-page .topic-data {
    color: #999;
}

.profile-page .ui-tabs-nav {
    text-align: center;
    margin: 0 0 -1px;
}

/* forum edit & send message */

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    margin: 0 0 10px;
    text-align: left;
}

.forum-edit-page strong,
.private-message-send-page a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    text-align: left;
}

.forum-edit-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
    margin: -1px 0 0;
    text-align: center;
    font-size: 0;
}

    .forum-edit-page .buttons input,
    .move-topic-page .buttons input,
    .private-message-send-page .buttons input,
    .private-messages-page .buttons input,
    .private-message-view-page .buttons input,
    .private-messages-page .private-messages-box .buttons .mark-unread-pm-button {
        min-width: 115px;
        background: #ffffff;
        border: 1px solid #e1e1e1;
        color: #333333;
        display: inline-block;
        font-family: "proxima-nova";
        letter-spacing: 0.5px;
        padding: 15px 30px;
        text-transform: uppercase;
        font-size: 14px;
    }

.private-message-view-page .back-pm-button,
.private-message-view-page .delete-pm-button {
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    font-family: "proxima-nova";
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.private-message-view-page .back-pm-button {
    margin: 0 0 0 -1px;
    background: #333;
    color: #fff;
}

.forum-edit-page .buttons input[type="submit"],
.move-topic-page .buttons input[type="submit"],
.private-messages-page .buttons input[type="submit"],
.private-message-send-page .buttons input[type="submit"],
.private-message-view-page .buttons input.button-1,
.private-message-view-page .buttons .back-pm-button {
    background: #333333;
    border: 1px solid #333;
    color: #ffffff;
    font-family: "proxima-nova";
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.private-message-send-page .cancel-pm-button {
    background: #fff;
    border: 1px solid #e1e1e1;
    color: #333;
    font-family: "proxima-nova";
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.private-message-send-page .toolbar {
    text-align: left;
}

.forum-edit-page .inputs span {
    vertical-align: middle;
    margin-left: 5px;
}

.forum-edit-page .inputs.reversed > * {
    display: inline-block;
    width: auto;
    margin: 0 5px;
    vertical-align: top;
}

.private-message-send-page .message label {
    display: none;
}

/* inbox & view message */

.private-messages-page td.date {
    width: 15%;
    white-space: nowrap;
}

.private-messages-page .mark-unread-pm-button {
    display: none;
}

.private-message-view-page .view-message label {
    text-transform: uppercase;
    color: #333;
}

.private-message-view-page .view-message span {
    color: #898989;
}

.private-message-view-page .view-message li {
    display: inline-block;
}

.private-message-view-page .view-message .buttons {
    font-size: 0;
}

.private-message-view-page label {
    font-weight: bold;
}

.private-message-view-page span {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

    .private-message-view-page span:after {
        content: "|";
        margin: 0 0 0 10px;
    }

.private-message-view-page .message-body {
    display: block !important;
    margin: 15px 0;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 15px;
}
/*.private-message-view-page .message-body span:after {
	display: none;
}*/
.private-message-view-page .buttons {
    display: block !important;
    overflow: hidden;
    font-size: 0;
}

.notify-me-button {
    margin: 20px;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d7d7d7;
    color: #333333;
    font-family: proxima-nova;
    letter-spacing: 0.5px;
    line-height: 43px;
    margin: 0;
    min-width: 140px;
    padding: 0 30px;
    text-transform: uppercase;
}

.move-topic-page .buttons {
    font-size: 0;
}

.forum-top-center {
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
    color: #000;
}

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #00c;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        width: 100%;
        margin: 0;
        background-color: #f6f6f6;
    }

    .csharpcode .lnum {
        color: #666;
    }


/********** RE-CAPTCHA **********/

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

@media (max-width: 444px) {

    .page-title {
        background: url(../img/web2.jpg) repeat-x center;
    }

    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%;
        }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}


/*Customize*/

.sticky {
    /*position: fixed !important;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    /*box-shadow: 0px 0px 15px #B2B2B2;*/
    background: rgba(255, 255, 255, 0.66) none repeat scroll 0% 0%;
    cursor: default;
}

#k-Telegram {
    /*background: url("http://iranbmarz.com/wp-content/themes/ramindelavari/images/follow-us-telegram.jpg") center no-repeat;*/
}

#ratingValuecount, .ratingValuecount {
    position: relative;
    color: #000;
    font-family: tahoma;
    font-size: 11px;
}

#ratelable, .ratelable {
    font-weight: bold;
    color: #BA1F1F;
}
/*load fonts*/

/*@font-face { font-family: "iran_sansregular"; font-style: normal; font-weight: normal; src: url("../Font/iran_sans.eot?#iefix") format("embedded-opentype"), url("../Font/iran_sans.woff") format("woff"), url("../Font/iran_sans.ttf") format("truetype"), url("../Font/iran_sans.svg#iran_sansregular") format("svg"); }*/
@font-face {
    font-family: "iransansbold";
    src: url("../fonts/iransansbold.eot");
    src: url("../fonts/iransansbold.eot?#iefix") format("embedded-opentype"), url("../fonts/iransansbold.woff") format("woff"), url("../fonts/iransansbold.ttf") format("truetype"), url("../fonts/iransansbold.svg#iransansbold_Medium") format("svg");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "CenturyGothic-Regular";
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url("../fonts/CenturyGothic_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic_gdi.woff") format("woff"), url("../fonts/CenturyGothic_gdi.ttf") format("truetype"), url("../fonts/CenturyGothic_gdi.svg#CenturyGothic-Regular") format("svg");
    unicode-range: U+20-F002;
}

@font-face {
    font-family: 'iransans';
    src: url("../fonts/iransans.eot");
    src: url("../fonts/iransans.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans.woff") format("woff"), url("../fonts/iransans.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'flexslider-icon';
    src: url("../fonts/flexslider-icon.eot");
    src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iransans';
    src: url("../fonts/iransans.eot");
    src: url("../fonts/iransans.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans.woff") format("woff"), url("../fonts/iransans.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "WebCode128";
    src: url("../fonts/WebCode128H3.otf") format("opentype"), url("../fonts/WebCode128H3.woff") format("woff");
}
/*end load fonts*/

.home-page-filters-wrapper {
    text-align: center;
    margin: 0px auto;
    /*max-width: 600px*/
}

/*.product-grid .item-box:hover, .carousel-item .item-box:hover
{
    border-color: #ccc;
    -moz-box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 1px rgba(0,0,0,.2);
}*/

.side-2 .filtersPanel {
    font-family: ""proxima-reg"";
}

@media all and (min-width: 1001px) {


    .topbar-main, [data-topbar-main] {
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin-right: auto;
        margin-left: auto;
        padding-left: 22px;
        padding-right: 22px;
        max-width: 1640px;
    }

    .priceRangeFilterPanel7Spikes .filtersGroupPanel {
        padding: 10px 0px 0px 10px;
    }
}

.k-state-focused {
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.1);
}


.language-selector {
    /*margin-left:10px;*/
}

.langli {
    text-align: left;
}

.empty {
    display: none;
}

.main-notes img {
    width: 60px;
    vertical-align: middle;
}
.spec-img a
{
    font-size:0px !important;
}

.product-specs-box .data-table .a-left.spec-name, .product-specs-box .data-table .a-left.spec-value {
    color: black;
}

.heaader-lin {
    margin-top: 30px;
}

.ico-register:hover {
    font-size: 16px;
}

.ico-login:hover {
    font-size: 16px;
}

.customer-info-page .page-title {
    background: none !important;
}

.gender {
    display: inline-block;
}

.no-data {
    text-align: center;
    margin: 30px;
}

#WidgetSlider-home_page_main_slider-1 .nivo-directionNav a {
    opacity: 0;
    background-size: 100px;
}

#WidgetSlider-home_page_main_slider-1:hover > .nivo-directionNav a {
    opacity: 0.9;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: normal;
}
.zenhelp {
    display: none;
}

.newsletter {
    padding: 0px;
}

.newsletter-subscribe .hredButton .hl-button-label {
    padding: 0px 13px;
}

.footer-middle .logos {
    width: 52%;
}


.LikeBox {
    display: inline-block;
    float: left;
    width: 50px;
    height: 26px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #FCFCFC 0%, #E0E0E0 100%) repeat scroll 0% 0% transparent;
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.DislikeBox {
    display: inline-block;
    width: 50px;
    height: 26px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #FCFCFC 0%, #E0E0E0 100%) repeat scroll 0% 0% transparent;
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.voteyNumber {
    float: right;
    margin-top: 4px;
    margin-right: 5px;
    font-weight: bold;
}

.votenNumber {
    float: right;
    font-weight: bold;
    float: right;
    margin-top: 4px;
    margin-right: 5px;
}

.product-review-helpfulness .votey {
    background: url("../img/bt-posititive.png") no-repeat scroll left center transparent;
    width: 32px;
    height: 32px;
    background-size: 22px;
    display: inline-block;
    /*padding: 0px 18px;*/
    font-weight: bold;
    cursor: pointer;
    margin-top: 3px;
    float: left;
    margin-left: 8px;
    cursor: pointer;
}

.product-review-helpfulness .voten {
    background: url("../img/bt-negative.png") no-repeat scroll left center transparent;
    width: 32px;
    height: 32px;
    background-size: 22px;
    display: inline-block;
    /*padding: 0px 1px;*/
    font-weight: bold;
    cursor: pointer;
    margin-top: 3px;
    float: left;
    margin-left: 8px;
}

#helpfulness-vote-no, #helpfulness-vote-yes {
    display: inline-block;
    padding: 5px 0px 0px 25px;
}

.side-2 .filtersPanel, .side-2 .filter-block .title {
    background-color: #fff;
}

.product-reviews-overview {
    max-width: 250px;
}

#earnedRewardPoint {
    color: green;
}

#orderTotall {
    color: #bc0000;
}


.sku .value, .sku .sku-number {
    font-family: WebCode128;
    font-size: 18px;
    color: #292828;
    line-height: 40px;
}

.sku .label {
    vertical-align: top;
    padding: 0px 0px 15px;
    font-size:15px;
}

.product-details-page .product-no-reviews {
    min-width: 250px;
    padding: 8px 0 20px 0;
    color: #001944;
    display: inline-block;
    font-size:13px;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
}

@keyframes spinner {
    from {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader,
.ajax-loading-block-window {
    position: fixed;
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}

    .loader:after,
    .ajax-loading-block-window:after,
    .loader:before,
    .ajax-loading-block-window:before {
        content: '';
        position: fixed;
        border: 2px solid #d20000;
        width: 30px;
        height: 30px;
        outline: 1px solid transparent;
    }

    .loader:after,
    .ajax-loading-block-window:after {
        -moz-animation: spinner 2.5s linear infinite;
        -o-animation: spinner 2.5s linear infinite;
        -webkit-animation: spinner 2.5s linear infinite;
        animation: spinner 2.5s linear infinite;
    }

    .loader:before,
    .ajax-loading-block-window:before {
        width: 44px;
        height: 44px;
        margin-left: -7px;
        margin-top: -7px;
        -moz-animation: spinner 2.5s linear infinite;
        -o-animation: spinner 2.5s linear infinite;
        -webkit-animation: spinner 2.5s linear infinite;
        animation: spinner 2.5s linear infinite;
        -moz-animation-direction: reverse;
        -o-animation-direction: reverse;
        -webkit-animation-direction: reverse;
        animation-direction: reverse;
    }

.product-grid .item-box .hover-1 .product-box-add-to-cart-button, .product-grid .item-box .product-box-add-to-cart-button {
    width: 48px;
    height: 68px;
    font-size: 0;
    background: url(../img/Handbag.png) no-repeat center;
    border: none;
    width: 48px;
    height: 38px;
    font-size: 0;
    border: none;
    background-size: 24px;
}

.product-grid .item-box .add-to-wishlist-button, .product-grid .item-box .hover-1 .add-to-wishlist-button {
    width: 48px;
    height: 68px;
    font-size: 0;
    background: url(../img/wishlistNew.png) no-repeat center;
    width: 48px;
    height: 38px;
    font-size: 0;
    background: url(../img/wishlistNew.png) no-repeat center;
    background-size: 24px;
    border: none;
}

.quantityWrapper {
    display: none;
}

.product-grid .item-box .vertical-centering {
    /*background: #fff;
    width: 70px;
    margin: auto;
    text-align: center;
    height: 100%;
    display: table;*/
    background: #fff;
    width: 170px;
    margin: auto;
    text-align: center;
    height: 38px;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 10px;
}

.product-grid .item-box .buttons {
    /*background: rgba(255,255,255,.7);
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    display: block;*/
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
    display: none;
    top: 0px;
    bottom: 0px;
    height: 95px;
    border-right: none;
    border-left: none;
}

.add-to-wishlist, .ajax-cart-button-wrapper {
    display: inline-block;
}

.login-page .page-title, customer-info-page .page-title {
    display: none;
}

.mega-menu-responsive #account-li > a {
    padding: 16px 2px 16px 2px !important;
    font-size: 15px;
}

#customerCurrency {
    padding: 4px;
    font-family: iransans,proxima-reg;
}

.grid {
    display: flex;
}

    .grid::before {
        content: " ";
        display: table;
    }

#supWidget article {
    text-align: center;
    width: 25%;
    border-right: 1px solid #505252;
    margin-bottom: 0;
    padding: 0 12px;
    margin: 0;
}

    #supWidget article a {
        display: inline-block;
    }

    #supWidget article li {
        float: none;
        font-size: 2.7em;
        line-height: 1;
        margin-left: 12px;
        list-style-type: none;
        display: inline-block;
    }

.icon-money::before {
    content: "\f0d1";
    color: #62b35d;
    font-size: 0.8em;
    vertical-align: top;
}

[class^="icon-"]:before, [class*=" icon-"]:before, [data-icon]:before {
    font-family: "icon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-align: center;
}

[data-icon]:before {
    content: attr(data-icon);
}

.icon-shopping_bag_full::before {
    content: "\f0ec";
    color: #4997d1;
    font-size: 0.7em;
    vertical-align: top;
}

.icon-moving_truck::before {
    content: "\f06b";
    color: #d1629c;
    font-size: 0.8em;
    vertical-align: top;
}

.icon-scroll2::before {
    content: "\f0a3";
    color: red;
    font-size: 0.7em;
    vertical-align: top;
}

#supWidget article .content {
    float: none;
    font-family: iransans2;
    display: inline-block;
}









h6 {
    font-size: .812em;
    margin: 0 0 .7em;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: #505252;
    line-height: normal;
}

#supWidget article:last-child {
    border-right: none;
}

#supWidget article {
    text-align: center;
}

    #supWidget article .content p {
        margin: 0px;
    }

/*.current-page
{
    background: #F20202;
border: 1px solid #F20202;
}*/
.current-page span {
    color: white;
}

.block-category-navigation .listbox {
    padding: 10px;
}

.pager li:hover a {
    background: #F20202;
    border: 1px solid #F20202;
    color: white;
}

.manufacturer-page .page-title {
    background: url(../img/web2brands.jpg) repeat-x left;
}

.product-reviews-page .page-title {
    display: none;
}

.remindme-label {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 13px;
    background-color: #1c6611;
    margin-left: 54px;
}

.remindme-labelname, .add-to-cart-labelname {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: white;
}

.AboutHiland {
    max-width: 1270px;
    margin: 0px auto;
    margin-bottom: 0px;
    color: blACK;
    font-size: 14px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
    margin-bottom: 40px;
}

.theme-HomeBottomSlider {
    margin-bottom: 20px !important;
}

#ratingValuecount {
    position: relative;
    color: #000;
    font-family: tahoma;
    font-size: 11px;
    min-height: 36px;
    max-width: 110px;
    /*margin: 0px auto;*/
    line-height: 10px;
}

.home-page #ratingValuecount {
    margin: 0px auto;
}



.category-28 .item-grid {
    display: none;
}

.Hiland-add-to-cart {
    display: inline-block;
    line-height: 0;
    min-height: 38px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background-color 150ms ease 0s;
    -o-transition: background-color 150ms ease 0s;
    -webkit-transition: background-color 150ms ease 0s;
    transition: background-color 150ms ease 0s;
    margin: 0 0 15px;
    font-size: 0;
    position: relative;
    vertical-align: top;
}


.original-ckeck {
    display: block;
    color: #515151;
    padding-top: 5px;
    font-size:13px;
}

.add-to-cart-label {
    position: relative;
    display: block;
    padding: 0 15px;
    background-color: #1c6611;
    font-size: 15px;
}

.product-details-page .ajax-cart-button-wrapper:hover .add-to-cart-label {
    background-color: #3d8c31;
}

.product-details-page .ajax-cart-button-wrapper:hover i {
    background-color: #5a9e50;
}

.product-details-page .add-to-cart-label {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 0 25px;
}

.add-to-cart-panel .add-to-cart-button i {
    background: url(../img/icon-all.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: -144px -408px;
    display: block;
    float: left;
    overflow: hidden;
    height: 48px;
    line-height: 38px;
    width: 54px;
    background-color: #49841f;
    font-size: 0;
    border-radius: 3px 0 0 3px;
}

.Hiland-add-to-cart {
    display: inline-block;
    line-height: 0;
    min-height: 38px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: background-color 150ms ease 0s;
    -o-transition: background-color 150ms ease 0s;
    -webkit-transition: background-color 150ms ease 0s;
    transition: background-color 150ms ease 0s;
    margin: 0 0 15px;
    font-size: 0;
    position: relative;
    vertical-align: top;
}

.availability .stock .product-avail:after {
    background: url(../img/icon-all.png) no-repeat scroll -107px -81px;
    content: "";
    height: 15px;
    position: absolute;
    width: 19px;
    margin: 2px 2px 0px 2px;
}

.availability .stock .product-not-avail:after {
    background: url(../img/icon-all.png) no-repeat scroll -107px -128px;
    content: "";
    height: 15px;
    position: absolute;
    width: 19px;
    margin: 2px 2px 0px 2px;
}




product-selectors .select-wrap select {
    position: absolute;
    left: 0;
    height: 46px;
    width: 100%;
    margin: 0;
    opacity: 0;
}

.prdSorting {
    float: left;
    font-size: 15px;
    line-height: 30px;
}

    .prdSorting li {
        display: inline-block;
    }

        .prdSorting li a {
            display: block;
            padding: 5px 5px 5px;
            position: relative;
            font-size: 12px;
            font-size: .857rem;
            line-height: 25px;
            vertical-align: middle;
            border-radius: 5px;
            white-space: nowrap;
            color: rgb(74, 95, 115);
           
        }

            .prdSorting li a.selected {
                background-color: #45aa69;
                color: #fff;
            }

            .prdSorting li a:hover {
                background-color: #096600;
                color:white;
            }

    .prdSorting .sortView {
        color: #444;
        padding: 0 8px;
    }

        .prdSorting li.selected, .prdSorting li.active {
            background-color: #45aa69;
            color: #fff;
        }

        .prdSorting li  {
           
            padding: 0 5px;
            position: relative;
            font-size: 12px;
            font-size: .857rem;
            line-height: 25px;
            vertical-align: middle;
            border-radius: 5px;
            white-space: nowrap;
            color: #4a5f73;
            padding: 0 10px;
        }
            .prdSorting li :hover {
                background-color: #59c680;
            }
.product-selectors .select-box {
    display: none;
}
.product-selectors .product-sorting {
    float: left;
    margin: 0;
}
#products-orderby, #products-pagesize {
    position: relative;
    min-width: 85px;
    margin: 0 0 0 5px;
    padding: 0 24px 0 12px;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    background: url(/Themes/Urban/Content/img/filters-drop.png) no-repeat 95% center;
    height: 40px;
    opacity: 1;
    font-family: iransans;
    font-size: 13px;
    color: #484848;
}
.product-spec-filter .group {
    text-align: left;
}

.product-selectors > div span {
    vertical-align: top;
    font-size: 14px;
    line-height: 35px;
    color: #252525;
}

.product-selectors .product-page-size .select-wrap {
    margin: 0 5px;
}

.product-selectors .product-page-size > *, .product-selectors .product-sorting > * {
    display: inline-block;
    vertical-align: middle;
}

.product-selectors .select-wrap {
    position: relative;
   /* min-width: 85px;*/
    margin: 0 0 0 5px;
/*    padding: 0 24px 0 12px;
    overflow: hidden;
    border: 1px solid #c2c2c2;
    background: url(/Themes/Urban/Content/img/filters-drop.png) no-repeat 95% center;*/
}

.home-page .home-page-product-grid .item-grid, .home-page .bestsellers .item-grid, .home-page .brands-jcarousel .item-grid {
    width: 20000px;
}

.slick-initialized {
    width: 100% !important;
}
.manufacturer-page .Lovebtn, .category-page .Lovebtn, .slick-slider .Lovebtn {
    display: none !important;
}



.product-item:hover .product-title {
    -ms-text-overflow: clip;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: normal;
    /*height:auto*/
}


.category-page #ratingValuecount {
    margin: 0px auto;
}




[class^="topbar-"], [class*=" topbar-"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    margin: 0;
    padding: 0;
    outline: 0;
    background-color: transparent;
    border-width: 0;
    font: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-decoration: none;
    list-style: none;
    color: inherit;
    margin: 0px auto;
}

.topbar-wrapper, [data-topbar-wrapper] {
    background: #f7f8fa none repeat scroll 0% 0%;
    display: block;
    color: #3d3d3d;
    font-size: 12px;
    z-index: 3;
    position: relative;
}



.topbar-content, [data-topbar-content] {
    -moz-box-align: center;
    -moz-box-pack: justify;
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 22px;
}

.topbar-message, [data-topbar-message] {
    -moz-animation: 5s ease 0s normal none 1 running animation_16zdupr;
    -o-animation: 5s ease 0s normal none 1 running animation_16zdupr;
    -webkit-animation: 5s ease 0s normal none 1 running animation_16zdupr;
    animation: 5s ease 0s normal none 1 running animation_16zdupr;
}

.css-s0lfh0, [data-css-s0lfh0] {
    display: block;
}

.topbar-icons, [data-topbar-icons] {
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
}

.topbar-icons, [data-topbar-icons] {
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
}

.topbar-icons, [data-topbar-icons] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: -12px;
    margin-left: -12px;
}

.topbar-trackicon, [topbar-trackicon] {
    display: block;
    padding: 8px 12px;
}

.topbar-trackicon, [topbar-trackicon] {
    display: block;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
}

.topbar-gift, [topbar-gift] {
    position: relative;
    outline: medium none;
}

.topbar-gift, [topbar-gift] {
    position: relative;
    outline: none;
}

.css-ashicu, [data-css-ashicu] {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: inherit;
    height: 1em;
    fill: currentcolor;
    width: 1.375em;
    top: -0.125em;
    margin-right: 0.5em;
}

.css-87nf1b, [data-css-87nf1b] {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 1.125em;
    height: 1em;
    fill: currentcolor;
    width: 0.75em;
    margin-right: 0.5em;
}

.css-87nf1b, [data-css-87nf1b] {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 1.125em;
    height: 1em;
    fill: currentColor;
    width: .75em;
    margin-right: .5em;
}

.css-151uuni, [data-css-151uuni] {
    height: 1em;
    width: 1.5em;
    margin-right: 0.5em;
    display: inline-block;
    max-width: 100%;
}

.css-151uuni, [data-css-151uuni] {
    height: 1em;
    width: 1.5em;
    margin-right: .5em;
    display: inline-block;
    max-width: 100%;
}

.css-jyjy82, [data-css-jyjy82] {
    display: inline-block;
    width: 2.16em;
}


.trackorder:before {
    font-family: icon;
    content: "\f0d1";
    line-height: 1;
    /*margin-left: 4px;*/
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    height: 1em;
    fill: currentcolor;
    width: 1.375em;
    top: 0.125em;
    margin-right: 0.1em;
}

.registerIcon-wrapper::before {
    font-family: icon;
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 80px;
    height: 1em;
    color: #339b4a;
    content: "\f234";
}


.storefind:before {
    font-family: icon;
    content: "\f041";
    line-height: 1;
    /*margin-left: 4px;*/
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    height: 1em;
    fill: currentcolor;
    width: 1.375em;
    top: 0.125em;
    margin-right: 0.1em;
}


.topbargift:before {
    font-family: icon;
    content: "\f06b";
    line-height: 1;
    /*margin-left: 4px;*/
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    height: 1em;
    fill: currentcolor;
    width: 1.375em;
    top: 0.125em;
    margin-right: 0.1em;
    color: #ee6a6a;
}

.topbargift {
    display: block;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
     color: #f34a4a;
}


.manufacturer-page .page-title h1 {
    opacity: 1;
    width: 50%;
    float: left;
    text-align: right;
}
/*check box style*/

.checkbox-item .disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #FFF;
}

input[type=checkbox] {
    visibility: hidden;
}

.disabled .check-label {
    pointer-events: none;
    opacity: 0.5;
    background: #fff;
}

.hidden {
    display: none;
}



.checkbox {
    padding-right: 10px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        font-size: 13px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #50a150;
    border-color: #50a150;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 2px;
    font-size: 11px;
    color: #fff;
}

.checkbox input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'icon';
        content: "\f00c";
    }

    .checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65;
    }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }

.checkbox.checkbox-circle label::before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #50a150;
    border-color: #50a150;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

/*end of checkboxes*/


.topic-page .title {
    display: none;
}



/* start  available checkbox */

.availButton p {
    display: inline-block;
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 10px;
}

.slideThree input[type="checkbox"] {
    visibility: hidden;
}

.slideThree {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 0px auto;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .slideThree:after {
        content: 'OFF';
        font: 12px/26px Arial, sans-serif;
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255,255,255,.15);
    }

    .slideThree:before {
        content: 'ON';
        font: 12px/26px Arial, sans-serif;
        color: #00bf00;
        position: absolute;
        left: 10px;
        z-index: 0;
        font-weight: bold;
    }

    .slideThree label {
        display: block;
        width: 34px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .slideThree input[type=checkbox]:checked + label {
        left: 43px;
    }

.availButton {
    margin-bottom: 10px;
}

/* end available checkbox */


.hPhone:after {
    content: "\f095";
    font-family: icon;
    line-height: 1;
    margin-left: 4px;
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    height: 1em;
    fill: currentcolor;
    width: 1.375em;
    top: 0.125em;
    margin-left: 0.5em;
}

.catImage {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #9b0000;
}


.cart-item-row input[type="checkbox"], #IsUseWallet {
    visibility: visible;
}

.shopping-cart-page h1 {
    display: none;
}

.topic-page .page-title, .checkout-page .page-title {
    display: none;
}



/*radio control during checkout*/

.address-item .address_item_radio {
    background: #f7fff7;
    border-top: 1px solid #c0f0c1;
}

.address_item_radio {
    padding: 13px 0;
    text-align: center;
    background: #fbfbfb;
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
}
.select-billing-button label, .select-shipping-button label {
    width: 16px;
    height: 16px;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    display: block;
    position: relative;
    border: 1px solid #b0b3b4;
    -webkit-transition: 150ms ease;
    -moz-transition: 150ms ease;
    -ms-transition: 150ms ease;
    -o-transition: 150ms ease;
    transition: 150ms ease;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

    .select-billing-button label:after, .select-shipping-button label:after {
        position: absolute;
        top: 5px;
        left: 5px;
        content: "";
        background: #fff;
        width: 4px;
        height: 4px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #fff;
    }

.address-item .select-billing-button, .address-item .select-shipping-button {
    width: inherit;
    height: auto;
}

.select-billing-button, .select-shipping-button {
    display: inline-block;
    position: relative;
    height: 18px;
    width: 18px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

    .select-billing-button input[type="radio"], .select-shipping-button input[type="radio"] {
        position: absolute !important;
        opacity: 0;
        display: none;
    }


    .address-item .select-billing-button label, .select-shipping-button label {
        display: inline-block;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    .select-billing-button input[type="radio"]:checked + label, .select-shipping-button input[type="radio"]:checked + label {
        background: #2196f3;
        border: 1px solid transparent;
        width: 16px;
        height: 16px;
    }



    .select-billing-button span, .select-billing-button span {
        vertical-align: 0px;
        margin-right: 5px;
        font-family: iransans;
    }

.address-item .address_item_radio:hover {
    background: #ececec;
}
/*end*/

/*.AboutHiland {
  max-width: 1200px;
margin: 0px auto;
color: blACK;
font-size: 13px;
padding-top: 20px;
border-top: 1px solid #e9e9e9;
text-align: left;
}*/

.pager2 {
    margin: 0px;
    display: inline-block;
    float: right;
    margin-top: 12px;
    margin-right: 20px;
}

.cart-qty {
    width: 46px;
    height: 20px;
    font-size: 15px;
    color: #bf0000;
    font-family: "proxima-reg";
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
}

.quickMenuLinks {
    outline: currentcolor none 0px;
    display: block;
    cursor: pointer;
    padding: 8px 16px;
    width: 100%;
}

.qDropdownMenu {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 2;
}

.quickMenuclass .qMenuGreetingsBox {
    display: block;
    margin-top: 4px;
    line-height: 1.25;
    color: #212121;
    white-space: pre;
}

.quickMenuclass .qMenuGreetings {
    outline: currentcolor none 0px;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    margin-top: -4px;
    margin-bottom: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

#account-name {
    display: flex;
    height: 60px;
    position: relative;
    -moz-box-align: center;
    align-items: center;
    min-width: 210px;
    padding-left: 16px;
    padding-right: 16px;
    border-right-width: 1px;
    border-right-style: solid;
    font-size: 13px;
    border-right-color: rgb(238, 238, 238);
}

.quickMenuclass .qmArrowDown {
    border-color: black transparent;
    border-style: solid solid none;
    border-width: 0.4375em 0.375em 0px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0px, -50%);
}

.quickMenuclass .qmArrowUp {
    border-color: black transparent;
    border-style: none solid solid;
    border-width: 0 0.375em 0.4375em;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0px, -50%);
}

.quickMenuclass .qaDropdownMenu {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 8px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    display: block;
    padding-bottom: 12px;
}

.quickMenuclass .menuSeprator {
    display: block;
    color: rgba(0, 0, 0, 0.063);
    margin: 8px 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.quickMenuSep {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: white;
    z-index: 3;
}

#accName, #accGreeting {
    display: inline-block;
    margin: 0;
    text-transform: none;
}

#accGreeting {
    margin-right: 1px;
}

#account-name:hover {
    border-bottom: none !important;
}

#account-name {
    float: right;
    display: inline-block;
}

    #account-name:hover p {
        color: #be0000;
    }

    #account-name p {
        color: green;
        font-family: proxima-reg,iransans;
    }



/*cart homepage*/
/* .cart-button {
   display: inline-block;
width: 160px !important;
box-shadow: 1px 1px 2px #ddd !important;
-moz-box-shadow: 0 1px 2px #ddd !important;
-webkit-box-shadow: 0 1px 2px #ddd !important;
-ms-box-shadow: 0 1px 2px #ddd !important;
-o-box-shadow: 0 1px 2px #ddd;
margin-right: 10px;
}

    .clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
    .shopping-cart
    {
        background: url(/Themes/Urban/Content/img/ico-qty3.png)no-repeat center;
background-size: 40px;
display: block;
float: right;
overflow: hidden;
height: 38px;
line-height: 38px;
width: 54px;
background-color: #62b965;
    }
    .hCart-clearfix
    {
        margin-right: 54px;
position: relative;
display: block;
background-color: #4caf50;
padding: 0px 15px;
line-height: 25px;
transition: background-color 150ms ease 0s;
    }
  .cart-label  .cart-qty
    {
        font-family: arial;
width: 24px;
height: 24px;
float: right;
margin: 7px 7px 0 0;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #5fbf63;
color: #fff;
text-align: center;
line-height: 24px;
    }
    .cart-label
    {
        display: block;
font-family: iransans;
height: 38px;
line-height: 38px;
text-align: center;
font-size: 14px;
float: right;
position: relative;

color: white;
    }

    #hCart-buttun{
        position: relative;
display: block;
background-color: #62b965;
    }
    .cart-button .ico-cart
    {
        background-color: #62b965;
box-sizing: border-box;
display: block;
overflow: hidden;
line-height: 0;
text-decoration: none;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
    }


.hCart-clearfix .cart-qty{
    font-family: arial;
    width: 24px;
    height: 24px;
    float: right;
    margin: 7px 7px 0 0;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #5fbf63;
    color: #fff;
    text-align: center;
    line-height: 24px;
}*/
/*end*/




.rich-blog-homepage {

    max-width: 1640px;

}

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.footIcons li {
    margin: 0 62px 0 0;
    list-style: none;
    float: left;
    font: normal 13px/45px iransans;
}

    .footIcons li i {
        display: inline-block;
        font-size: 12px;
        fill: currentcolor;
        top: .125em;
        margin-right: .5em;
        float: left;
    }

.hMail:after {
    content: "\f0e0";
}

.hFaq:after {
    content: "\f128"
}

.hMail:after, .hFaq::after {
    font-family: icon;
    line-height: 1;
    margin-left: 4px;
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    height: 1em;
    fill: currentcolor;
    width: 1.375em;
    top: 0.125em;
    margin-left: 0.5em;
    font-style: initial;
}

.footLink {
    width: 100%;
    height: 45px;
    background: #545454;
    color: #fff;
    line-height: 22px;
}

    .footLink .footLinkWrapper {
        width: 1200px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footLink .supNotice {
        margin: 0px;
        margin-left: 0px;
        float: left;
        font: 14px/45px iransans;
        margin-left: 50px;
    }

    .footLink .footIcons {
        float: right !important;
        margin: 0;
        margin-left: 0px;
        margin-left: 100px;
    }

.attribute-sale {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    border-radius: 4px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.4;
    padding-left: 0.4em;
    padding-right: 0.4em;
    background-color: rgb(207, 17, 44);
    display: inline-block;
    color: rgb(255, 255, 255) !important;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 1;
}

.attributes .radio-list input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.attributes .radio-list label {
    border: 1px solid #DCDCDC;
    display: block;
    width: 100%;
    height: 100%;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    padding: 4px;
    overflow: hidden;
}

.attributes #radioAttr {
    width: 190px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
    position: relative;
}

#radioAttr label img {
    max-height: 62px;
    float: left;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
}

.attributes .radio-list input:checked + label {
    box-shadow: inset 0 0 0 2px #323232;
    border: 1px solid #000000;
}

.attributes .radio-list label .Name {
    line-height: 70px;
    display: block;
    font-size: 13px;
    font-family: iransans;
    color: black;
}

.image-squares .attributes .tooltip-header {
    display: none;
}

.image-squares .selected-value .tooltip-header {
    display: inline-block;
}

.image-squarestext, .color-squarestext {
    display: block;
    margin-bottom: 10px;
    color: #3e3e3e;
    direction: ltr;
    font-size: 14px;
}

.attributes #radioAtrrSquare label {
    padding: 0px;
    line-height: 0px;
}

.attributes #radioAtrrSquare input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    overflow: hidden;
    margin: 0;
    vertical-align: top;
}

.attributes #radioAtrrSquare, .checkout-attributes #radioAtrrSquare {
    display: inline-block;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 4px;
    text-align: center;
    /*min-width: 43px;*/
}

.checkoutAttr-wrapper {
    margin-bottom: 20px;
}

.attributes #radioAtrrSquare .tooltip-body img {
    border-radius: 4px;
    max-width: 36px;
}

.checkout-attributes #radioAtrrSquare .tooltip-body img {
    border-radius: 4px;
    max-width: 40px;
}

.attribute-squares .selected-value, .checkout-attributes .selected-value {
    padding: 1px;
    border-width: 3px;
    border-style: solid;
    border-radius: 7px;
    cursor: default;
    border-color: rgb(0, 0, 0);
}

.image-squares {
    max-width: 600px;
}

.manufacturer-grid .manufacturer-item img {
    width: 170px;
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 80%;
    margin: 0px auto;
    right: 0;
    left: 0;
    transition: opacity .2s;
    margin: auto;
    object-fit: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.product-attribute-category {
    text-align: center;
    display: block;
    margin: 0;
    direction: ltr;
    font-family: iransans,'proxima-reg';
    font-size: 13px;
    color: #cb3030;
}

.header-top-strip-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    height: 75px;
    position: relative;
    padding: 5px 0;
}

#searchBox {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    transition: .3s cubic-bezier(.17,.67,.49,.93);
    -ms-flex: 0 0 calc(100% - 155px - 39px);
    flex: 0 0 calc(100% - 155px - 390px);
    flex-grow: 0;
    max-width: calc(100% - 155px - 390px);
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    #searchBox.header-links.active {
        /*display:none;*/
    }

.search-opener, .priceRangeFilterPanel7Spikes {
    display: none !important;
}

.header .search-box form {
    margin: 0;
    position:relative;
}

#small-searchterms, #small-searchtermssolr {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background-color: #eceff1;
    border: none;
    color: #474747;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    padding: 10px 10px 9px;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    padding-left: 45px;
    height: 46px;
}
.search-box-return {
    height: 46px;
    align-content: center;
    align-items: center;
    margin-left: 10px;
    color: #b10909;
}
.auto-term-suggestion > span {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-weight: bold;
    left: 30px;
    position: absolute;
    top: 5px;
    padding: 0 5px;
}

.search-box-wrapper .nav-right {
    float: left;
    width: auto;
    display: inline-block;
}

.search-box-wrapper .nav-fill {
    overflow: hidden;
    height: 35px;
    position: relative;
    width: auto;
    white-space: nowrap;
}
.search-box-return {
    height: 46px;
    align-content: center;
    align-items: center;
    margin-left: 10px;
    color: #b10909;
}
/*star rating*/
.productTabs-body #AddProductReview_Title {
    width: 62%;
}

.productTabs-body .pinputs > label {
    display: block;
    color: #4d4d4d;
    margin-bottom: 8px;
}

input#addproductrating_5:checked ~ label.star::before {
    /*color: #FE7;*/
    color: #000;
    /*text-shadow: 0 0 20px #952;*/
}

input#addproductrating_4:checked ~ label.star::before {
    content: '\f005';
    /*color: #FD4;*/
    color: #000;
    transition: all .25s;
}

input#addproductrating_3:checked ~ label.star::before {
    content: '\f005';
    /*color: #FD4;*/
    color: #000;
    transition: all .25s;
}
/*input#addproductrating_2:checked ~ label.star::before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}*/
input.star:checked ~ label.star::before {
    content: '\f005';
    /*color: #FD4;*/
    color: #000;
    transition: all .25s;
}

label.star::before {
    content: '\f006';
    font-family: icon;
}

input#addproductrating_1:checked ~ label.star::before {
    /*color: #F62;*/
    color: #000;
}

.write-review .review-rating .starsRow input {
    display: none;
}

.write-review .review-rating label.star {
    display: inline-block;
    padding: 1px;
    font-size: 20px;
    color: #444;
    transition: all .2s;
}

    .write-review .review-rating label.star:hover {
        transform: rotate(-15deg) scale(1.3);
    }

.productTabs-body #AddProductReview_ReviewText {
    border: 1px solid #d4dbde;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 17px;
    font-family: iransans;
    font-size: 12px;
    width: 100%;
    height: 190px;
}

.pinputs {
    margin-bottom: 10px;
}

#review-form .buttons {
    float: right;
    margin: 0;
}

.starsRow {
    display: inline-block;
}
/*legend of star rating*/

/* review*/
.avatarReview {
    background-position: center center;
    background-size: cover;
    height: 74px;
    width: 74px;
    border-width: 1px;
    /*border-style: solid;*/
    border-radius: 50px;
    display: inline-block;
}

.review-info .date {
    display: block;
}

.review-info .user {
    display: flex;
}


.ship-to-same-address .selector {
    display: none;
}

.recently-added .carousel-title {
    display: none;
}

#attributesId {
    margin-top: -8px;
}

.spc-body .item-box .rating div {
    z-index: 0;
}

.product-review-item .review-title strong {
    color: black;
}

.product-review-item-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.15);
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fafbfc;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
}

i.fa.fa-chevron-left::before {
    content: "\f0da";
    font-size: 14px;
    font-family: icon;
    line-height: 20px;
    font-style: normal;
}

i.fa.fa-chevron-left {
    display: inline-block;
    position: relative;
    color: #c00;
    margin-left: 12px;
}
/* end of review */
.main-notes .imgSpec12 {
    width: 180px;
    vertical-align: middle;
    height: auto;
}
.descriptionName::after {
    content: "";
    background-color: #ef394e;
    margin-top: 8px;
    height: 2px;
    width: 70px;
    border-radius: 1px;
    display: block;
}
.errorPay {
    text-align: center;
    font-family: iransans,iransans;
    color: dimgray;
    font-size: 15px;
}


.account-page .page-title, .registration-result-page .page-title, .search-page .page-title, .not-found-page .page-title, .html-blog-page .page-title {
    display: none;
}

.page .address-edit-page {
    padding-bottom: 20px;
}

.sale-campaign-box-wrapper .sproduct-page {
    font-size: 10px;
    position: absolute;
    margin: 0;
    top: auto;
    bottom: auto;
    right: auto;
    left: 10px;
    display: block;
}

#customTimer .sale-campaign-label, #customTimer .sale-campaign-text {
    display: inline-block;
}

#account-name .huser-icon {
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 14px;
    margin-right: -10px;
    background: url(/Themes/Urban/Content/img/all-icons.png) no-repeat;
    background-position: -276px -33px;
}

#account-name .accountName {
    display: inline-block;
}

.shipping-content {
    max-width: 1200px;
    margin: 0px auto;
}

.hgrayButton {
    min-height: 32px;
    height: 32px;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    vertical-align: middle;
    margin: 0px 3px 0px 10px;
}

.shadowApply {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}

.hProductPage, .hCatPage, .html-category-page .master-wrapper-content, .html-search-page .master-wrapper-content, .html-product-details-page .master-wrapper-content {
    background-color: #eeeff1;
    padding-top: 10px;
}


.select-billing-address .address-item-remove, .select-billing-address .address-item-edit {
    float: right;
    width: 58px;
    height: 58px;
    position: relative;
    cursor: pointer;
}

    .select-billing-address .address-item-remove::before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        background: url(/Themes/Urban/Content/img/all-icons.png) -812px -508px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .select-billing-address .address-item-edit::before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        background: url(/Themes/Urban/Content/img/all-icons.png) -812px -446px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.select-billing-address .address-item-name {
    font-size: 15px;
    background-color: #fbfdfc;
}

    .select-billing-address .address-item-name .user-name {
        float: left;
        padding: 18px 0px 18px 15px;
    }

.checkout-page .address-item .address-box {
    margin: 0 0 15px 0;
    padding: 10px 15px;
}

.hProductPage .product-essential, .html-product-details-page .product-essential {
    margin: 0 0 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    margin: 0 auto 10px auto;
    border: 1px solid #ebeced;
    position: relative;
}

.hCategoryWrapper .listView {
    opacity: 0;
    display: none;
}
.salesAndCampagin .titleWrapper::before, .recentlyAded .titleWrapper::before, .salesAndCampagin .titleWrapper::before, .hilandFeautured .titleWrapper::before, .sameCat .titleWrapper::before {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    position: relative;
    justify-content: center;
    align-content: center;
    align-self: center;
    margin-right: 11px;
}
.salesAndCampagin .titleWrapper::before {
    background: url("../../../../wwwroot/images/svg/prom.svg");
}
.recentlyAded .titleWrapper::before {
    background: url("../../../../wwwroot/images/svg/new.svg");
}
.hilandFeautured .titleWrapper::before, .sameCat .titleWrapper::before {
    background: url("../../../../wwwroot/images/svg/suggestion.svg");
}
.hProductPage .jCarouselMainWrapper, .html-product-details-page .jCarouselMainWrapper {
    background-color: #fff;
    border: 1px solid #ebeced;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
}

    .hProductPage .jCarouselMainWrapper .nop-jcarousel, .html-product-details-page .jCarouselMainWrapper .nop-jcarousel {
        max-width: 1680px;
        margin: 0px;
    }

.hProductPage .recentlyViewedp .nop-jcarousel, .html-product-details-page .recentlyViewedp .nop-jcarousel {
    margin: 5px auto;
    max-width: 1670px;
}

.hCatPage .hCategoryWrapper, .html-category-page .hCategoryWrapper, .html-search-page .hCategoryWrapper {
    margin: 0px;
}

.hCatPage .center-side-wrapper.twocolumns, .html-category-page .center-side-wrapper.twocolumns, .html-search-page .center-side-wrapper.twocolumns {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
    display: flex;
    padding-bottom: 20px;
}
.hCatPage .center-2, .html-category-page .center-2, .html-search-page .center-2 {
    background-color: white;
    max-width: 100%;
    margin: 0 .7% 0 .7%;
}

.hCatPage .page-body, .html-category-page .page-body, .html-search-page .page-body {
    max-width: 98%;
}

.hCatPage .block-category-navigation, .filter-block, .block-recently-viewed-products, .html-category-page .block-category-navigation, .html-search-page .block-category-navigation {
    background-color: white;
}

.hCatPage .breadcrumb, .html-category-page .breadcrumb, .html-search-page .breadcrumb {
    max-width: 100%;
}

.hCatPage .product-grid, .hCatPage .product-list, .html-category-page .product-grid, .html-category-page .product-list, .html-search-page .product-list, .html-search-page .product-grid {
    margin: 0px;
}
.hCatPage .block-category-navigation, .filter-block, .block-recently-viewed-products {
    background-color: white;
}

.product-essential .overview .buttons, .gallery .buttons {
    left: 20px;
    position: absolute;
    top: 40px;
    z-index:2;
    text-align:center;
}

/*.recentlyAded .carousel-title
{
    display: none !important;
}*/

.recentlyViewedp .nop-jcarousel {
    margin: 0px auto;
}



.recentlyViewedp .nop-jcarousel {
    margin: 0px auto;
}



.home-page-category-grid.banner-included .item-grid .theme-campaignSlider, .home-page-category-grid.banner-included .item-grid .theme-campaignSlider3 {
    width: 66%;
    clear: none;
}

.home-page-category-grid.banner-included .theme-campaignSlider3, .home-page-category-grid.banner-included .item-grid .theme-campaignSlider1 {
    float: right;
}

.home-page-category-grid.banner-included .item-grid .theme-campaignSlider1, .home-page-category-grid.banner-included .item-grid .theme-campaignSlider2 {
    width: 32%;
    clear: none;
    margin: 0;
}

.home-page-category-grid.banner-included .item-grid .theme-campaignSlider2 {
    float: left;
}

.home-page-category-grid.banner-included .item-grid .theme-campaignSlider1 {
    float: right !important;
    clear: both;
}
.nop-jcarousel .item-box .picture img, .product-grid .item-box .picture img {
    max-width: 90%;
    max-height:100%;
    opacity: 1;
    transition: opacity .2s;
    margin: auto;
    object-fit: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
} 

.item-box .picture:not(.brands-jcarousel .picture)::before {
    padding-top: 90%;
    content: " ";
    display: block;
}
.nop-jcarousel .html-widget p {
    margin: 0 0px 15px 0;
}

.item-grid .slider-wrapper:first-child {
    float: right !important;
}

.brands-jcarousel .item-box .picture a::before {
    padding-top: 75%;
}

.brands-jcarousel .nop-jcarousel .nWrapper, .nop-jcarousel .nWrapper, .brands-jcarousel .nop-jcarousel .pWrapper, .nop-jcarousel .pWrapper {
    top: 40%;
}

.home-page-category-grid.banner-included .title, .hExplore .title {
    display: block;
    padding-bottom: 30px;
    text-align: center;
    color: black;
    font-size: 36px;
    font-family: proxima-reg;
    margin: 0px auto;
}

.home-page-category-grid.banner-included .titleBold {
    font-weight: bold;
    margin-left: 10px;
}

.hExplore {
    max-width: 1170px;
    margin: 0px auto;
}

    .hExplore img {
        width: 100%;
        height: auto;
    }

.hExplorerwrapper {
    max-width: 1170px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 60px;
}

.hExplore div:last-child {
    margin-right: 0px !important;
}

.hExplore div {
    display: inline-block;
    width: 23%;
    margin-left: 1%;
}

.shippingMethodBWrpper {
    width: 80%;
    text-align: right;
    margin: 0px auto;
}

#shipOrder {
    margin-bottom: 30px;
}

.shipping-method-page .shipping-method .shipping-method-next-step-button {
    min-width: 170px;
    height: 38px;
    margin-right: 0px !important;
}


.a-button {
    width: 100%;
    max-width: 210px;
}

.a-button-primary {
    background: #f0c14b;
    border-color: #a88734 #9c7e31 #846a29;
    color: #111;
}

.a-button {
    background: #e7e9ec;
    border-radius: 3px;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle;
}

.a-button-primary {
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}

    .a-button-primary .a-button-inner {
        display: block;
        position: relative;
        overflow: hidden;
        height: 29px;
        border-radius: 2px;
        box-shadow: 0 1px 0 rgba(255,255,255,.4) inset;
    }

    .a-button-primary .button-1 {
        color: #111;
        line-height: 29px;
    }

.hgrayButton .hl-button-labelname {
    display: block;
    font-family: iransans;
    text-align: center;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 13px !important;
    position: relative;
}

.hgrayButton .hl-button-label {
    background-color: #a5a5a5;
    color: #fff;
    position: relative;
    display: block;
    margin-right: 0;
    padding: 0 25px;
    font-size: 13px;
}

.hgrayButton .gray {
    color: #666 !important;
    background-color: #999;
    -webkit-transition: background-color 150ms ease 0s;
    -ms-transition: background-color 150ms ease 0s;
    -moz-transition: background-color 150ms ease 0s;
    -o-transition: background-color 150ms ease 0s;
    transition: background-color 150ms ease 0s;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    line-height: 0;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.hredButton {
    min-height: 32px;
    height: 32px;
    margin: 0px 10px 0 0 !important;
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    vertical-align: middle;
}

    .hredButton .hl-button-label {
        background-color: #f03b3b;
        color: #fff;
        position: relative;
        display: block;
        margin-right: 0;
        padding: 0 25px;
        font-size: 13px;
    }

    .hredButton .hl-button-labelname {
        display: block;
        /*font-family: iransans;*/
        text-align: center;
        height: 32px !important;
        line-height: 35px !important;
        font-size: 13px !important;
        position: relative;
    }

    .hredButton .red {
        color: #666 !important;
        background-color: #db2828;
        -webkit-transition: background-color 150ms ease 0s;
        -ms-transition: background-color 150ms ease 0s;
        -moz-transition: background-color 150ms ease 0s;
        -o-transition: background-color 150ms ease 0s;
        transition: background-color 150ms ease 0s;
        box-sizing: border-box;
        display: block;
        overflow: hidden;
        line-height: 0;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        width: 100%;
        height: 100%;
        border: none;
    }

.hgrayButton.billing-back-step {
    margin-left: 0px !important;
    min-height: 38px;
    height: 38px;
}

.hredButton .red:hover .hl-button-label, .hgrayButton .hl-button-label:hover, .hredButton .hl-button-label:hover, .hredButton .red:hover .hbutton-icon-arrowLeft {
    background-color: transparent;
}

.hredButton.next-checkout {
    width: 100%;
}

    .hredButton.next-checkout, .hredButton.next-checkout .hl-button-labelname {
        min-height: 38px !important;
        height: 38px !important;
    }

.hredButton.newsletter-subscribe {
    min-height: 40px;
    height: 40px;
}

    .hredButton.newsletter-subscribe .hl-button-labelname {
        height: 40px !important;
        line-height: 40px !important;
    }




.billing-addresses .buttons {
    float: right;
    max-width: 216px;
}

.hgrayButton.billing-back-step {
    margin-right: 0px !important;
    min-height: 38px;
    height: 38px;
}

.billing-addresses .hgrayButton.billing-back-step .hl-button-labelname {
    display: block;
    font-family: iransans;
    text-align: center;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 13px !important;
    position: relative;
}

.hbutton-icon {
    background: url(/Themes/Urban/Content/img/all-icons.png) no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
}

.hredButton #new-address-next-step .hl-button-label {
    padding: 0 20px;
    font-size: 13px;
    margin-right: 40px;
}


.hredButton .red .hbutton-icon-arrowLeft {
    background-position: -12px -472px;
    display: block;
    float: right;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    width: 54px;
    background-color: #f03b3b;
}


.quickViewWindow .main-notes img {
    width: auto;
    height: 60px;
}

.AboutHiland .AboutHilandWrapper {
    display: block;
    margin: 0px auto;
    text-align: center;
    max-width: 1270px;
    line-height:30px
}

    .AboutHiland .AboutHilandWrapper img {
        text-align: center;
    }

.AboutHiland .AboutHilandText {
    display: block;
  /*  width: 620px;*/
    margin: 0px auto;
    margin-top: 0px;
    color: #424242;
    text-align: center;
    margin-top: 10px;
}

.nop-jcarousel .carousel-item .item-box .product-title a {
  /*  height: 22px;*/
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
}


    .nop-jcarousel .carousel-item .item-box .product-title a:hover {
        color: #000;
        text-overflow: clip;
        white-space: normal;
        height: auto;
    }

.hCatPage .item-box .countdownTimer, .home-page .item-box .countdownTimer {
    display: none;
}


.filtersGroupPanel .selectedOption .close-option {
    position: absolute;
    background: url('../img/all-icons.png') no-repeat;
    top: -1px;
    left: -1px;
    padding: 15px;
    cursor: pointer;
}

.filtersGroupPanel .selectedOption label {
    display: none !important;
}

.filtersGroupPanel .selectedOption .close-option::before {
    background: url('../img/all-icons.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
    background-position: -143px -131px;
    width: 12px;
    height: 12px;
}


.filtersGroupPanel .selectedOption .option {
    display: inline-block;
    position: relative;
    border: 1px solid #c7c7c7;
    background-color: #f7f8fa;
    padding: 5px 10px 5px 30px;
    margin: 5px 0 0 5px;
    line-height: normal;
    border-radius: 2px;
    vertical-align: middle;
}

.recentlyViewedp .nop-jcarousel .carousel-title::after {
    background: none;
}

.recentlyViewedp .ribbon-position {
    display: none;
}

.recentlyViewedp {
    padding-top: 30px;
    background-color: white;
}

    .recentlyViewedp .carousel-item .item-box .product-title a {
        height: auto;
        overflow: hidden;
        text-overflow: clip;
        white-space: normal;
    }

    .recentlyViewedp .carousel-title span::after, .recentlyViewedp .carousel-title span::before {
        border: none !important;
    }


.profileMenu a {
    display: block;
    color: #959595;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
}


.profileMenuWrapper {
    box-sizing: content-box;
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
}


/*.profile-page .page-title{
    background: url(/Themes/Urban/Content/img/profileTitle.jpg) 
}*/

.profile-page .profile-box {
    margin-right: auto;
    padding-bottom: 32px;
    padding-top: 103px;
    width: 665px;
    display: block;
    margin-left: auto;
}

.search-button {
    display: inline-block;
}

/*.checkout-attributes .text-prompt

{
    
}*/
.ima9ines-nop-plugin__powered-by {
    display: none;
    font-size: x-small;
    text-align: center
}

    .ima9ines-nop-plugin__powered-by a {
        display: none;
        color: #dd4b39;
        font-weight: 700
    }


#connectToPayment {
    display: none;
    background-color: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    color: #777;
    font-family: iransans;
    font-size: 16px;
    left: 0;
    opacity: 1;
    padding-top: 250px;
    position: absolute;
    text-align: center;
    top: auto;
    min-height: 300px;
    width: 100%;
    height: 100%;
    z-index: 5;
    vertical-align: middle;
}


.filters-button, .filter-category, .filter-sticky {
    display: none;
}
.filters-button, .filter-category, .filter-sticky, .filter-stickynop {
    display: none;
}

.category-page .filter-category, .search-page .filter-category {
    font-family: iransans;
    float: left;
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #424242;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    padding: 5px 40px 5px 11px;
    margin-left: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.filter-sticky::after, .filter-stickynop::after {
    content: "" !important;
    display: block !important;
    clear: both !important;
}

.category-page .filter-sticky, .search-page .filter-sticky, #npacc-catalog .filter-stickynop, .search-page .filter-stickynop, #npacc-search .filter-stickynop {
    padding: 8px 0;
    border-top: 1px solid #e5e5ea;
    position: relative;
}

.category-page .filter-category::after, .search-page .filter-category::after {
    content: "";
    position: absolute;
    left: 0;
    border-left: 1px solid #ccc;
    height: 100%;
    top: 0;
}

.filters-button::before, .filter-category::before, .filters-buttonnop::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    font-size: 17px;
    background: url(/Themes/Urban/Content/img/icon-filter.png) no-repeat center;
    background-size: auto;
    background-size: auto;
    background-size: auto auto;
    width: 32px;
    height: 32px;
    background-size: 20px;
} 
.category-page .filters-button, .search-page .filters-button, #npacc-catalog .filters-buttonnop, #npacc-search .filters-buttonnop 
{
    border-radius: 4px;
    background-color: #e0e0e0;
    color: #424242;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    padding: 5px 11px 5px 40px;
    margin-left: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

#connectToPayment {
    display: none;
    background-color: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    color: #777;
    font-family: iransans;
    font-size: 16px;
    left: 0;
    opacity: 1;
    padding-top: 250px;
    position: absolute;
    text-align: center;
    top: auto;
    min-height: 300px;
    width: 100%;
    height: 100%;
    z-index: 5;
    vertical-align: middle;
}

.color-squares .selected-value {
    padding: 1px;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    border-color: #000;
    border-radius: 0px;
}

.color-squares .colorsqr .attribute-square {
    display: block;
    width: 34px;
    height: 34px;
    margin: 0;
    border: solid 5px white;
    text-align: center;
}

#notavail-att {
    border-radius: 4px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: url('../img/notavail-100x100.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1px;
    max-width: 36px;
    /*border: 3px solid transparent;*/
    margin: 0px auto;
}

.colorsqr #notavail-att {
    background-size: 36px;
}

.colorsqr .attribute-square {
    position: relative;
}

.descriptionWrapper {
    padding: 20px;
    margin: 20px;
}
    .descriptionWrapper .descriptionName {
        color: #4b4949;
        font-size: 13px;
        margin: 0;
    }
.titleCarouselContent {
    padding: 78px 10px;
    padding-bottom: 78px;
    padding-bottom: 28px;
    text-align: center;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /*padding-bottom: 124px;*/
}

.brands-jcarousel .titleCarouselContent {
    padding: 30px 0;
}

.listViewLink {
    background: #d51919;
    /*background: #2874f0;*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: none;
    display: inline-block;
    border-radius: 2px;
    color: white;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    transition: box-shadow 0.2s ease;
    vertical-align: super;
    cursor: pointer;
    outline: none
}

.modal-title {
    color: black;
    font-family: iransans;
    font-size: 14px;
    margin-right: 4px;
}

#phOpen {
   
    font-family:0px;
  
}

.overview .short-description {
    font-weight: 300;
    color: #8f8f8f;
    line-height: 22px;
    display: block;
    margin-top: 5px;
    font-size: .75rem;
    line-height: 1.571;
    display:none;
}

#WidgetSlider-home_page_main_slider-1 .nivo-directionNav a {
    opacity: 0;
    background-size: 100px;
}

#WidgetSlider-home_page_main_slider-1:hover > .nivo-directionNav a {
    opacity: 0.9;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.footer-lower-wrapper {
    max-width: 1170px;
}

.login-page .inputs.reversed > * {
    visibility: visible;
}

.select-billing-address .title, .new-billing-address .title {
    text-align: left;
    margin: 10px 0;
    position: relative;
    height: 46px;
    font-size: 16px;
    color: #006f01;
    font-family: iransans;
    line-height: 46px;
    display: block;
    text-align: left;
}




    #WidgetSlider-home_page_main_slider-1 .nivo-directionNav a
{
    opacity: 0;
    background-size: 100px;
}

#WidgetSlider-home_page_main_slider-1:hover > .nivo-directionNav a
{
    opacity: 0.9;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.footer-lower-wrapper
{
    max-width: 1170px;
}

.login-page .inputs.reversed > *
{
    visibility: visible;
}

.select-billing-address .title,.new-billing-address  .title{
    text-align: left;
    margin: 10px 0;
    position: relative;
height: 46px;
font-size: 16px;
color: #006f01;
font-family: iransans;
line-height: 46px;
display: block;
text-align: left;
}
    #WidgetSlider-home_page_main_slider-1 .nivo-directionNav a
{
    opacity: 0;
    background-size: 100px;
}

#WidgetSlider-home_page_main_slider-1:hover > .nivo-directionNav a
{
    opacity: 0.9;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.footer-lower-wrapper
{
    max-width: 1170px;
}

.login-page .inputs.reversed > *
{
    visibility: visible;
}

.select-billing-address .title,.new-billing-address  .title{
    text-align: left;
    margin: 10px 0;
    position: relative;
height: 46px;
font-size: 16px;
color: #006f01;
font-family: iransans;
line-height: 46px;
display: block;
text-align: left;
}

.picture-thumbs .slick-next, .next-product-label {
    display: inline-block;
    margin: 5px 6px 5px 5px !important;
    vertical-align: top;
    background-repeat: no-repeat;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: url(/Themes/Urban/Content/img/all-icons.png) no-repeat -34px -430px;
    width: 11px;
    height: 15px;
}

.picture-thumbs .slick-prev, .previous-product-label {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block;
    margin: 5px 6px 5px 5px !important;
    vertical-align: top;
    background-repeat: no-repeat;
    background: url(/Themes/Urban/Content/img/all-icons.png) no-repeat -34px -400px;
    width: 11px;
    height: 15px;
}
.picture-thumbs .a-button-inner, .next-product a, .previous-product a {
    background: #eff1f3;
    background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
    padding: 6px;
    line-height: 0;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
    box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
    border-radius: 2px;
}
.previous-product {
    right: 50px;
    top: 0;
}

.next-product {
    right: 10px;
    top: 0;
}

.full-description label {
    font: 20px iransans;
    margin: 0 0 5px;
    display: block;
    color: #4d4d4d;
}

.sidebar-profile-avatar {
    width: 74px;
    height: 74px;
    background: #fff;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto auto;
    background-size: cover;
    box-shadow: 0 0 0 4px hsla(0,0%,100%,.61);
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
}

.registerIcon-wrapper::before {
    font-family: icon;
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 80px;
    height: 1em;
    color: #339b4a;
    content: "\f234";
}

.profile-sign-out::before {
    content: "\f08b";
    font-size: 17px;
    top: 10px;
}

.sidebar-profile-tab::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    font-family: icon;
}


.sidebar-profile {
    margin-bottom: 21px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #dedede;
    width: 98%;
    margin: 0px auto;
}


.sidebar-profile-header {
    position: relative;
    background-color: #e93737;
    height: 50px;
}

.sidebar-profile-avatar-edit {
    width: 16px;
    height: 16px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 70px;
    left: 57%;
    margin-left: -52px;
    background: #fff;
}

    .sidebar-profile-avatar-edit::before {
        content: "\f040";
        font-size: 9px;
        color: #909090;
        position: absolute;
        left: 3px;
        top: 1px;
        font-family: icon;
    }

.sidebar-profile-username {
    padding: 43px 20px 19px;
    text-align: center;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    font-weight: 500;
    letter-spacing: -.5px;
}

.sidebar-profile-tabs {
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    display: -ms-flexbox;
    display: flex;
    min-height: 54px;
    text-align: center;
}

.profile-pass::before {
    content: "\f023";
    font-size: 17px;
    top: 5px;
}

.sidebar-profile-tab {
    border-left: 1px solid #ebebeb;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 23px 10px 0;
    font-weight: 500;
    letter-spacing: -.3px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #7b7b7b;
    position: relative;
}

.customer-information-page #CountryId_chosen {
    display: none;
    visibility: hidden;
}

.customerInfoTable {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding-bottom: 43px;
    height: calc(100% - 68px);
}

    .customerInfoTable .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        border-bottom: 1px solid #f1f1f1;
    }

    .customerInfoTable .profile_Col {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        border-right: 1px solid #f1f1f1;
        padding: 20px 30px;
    }

        .customerInfoTable .profile_Col:first-child {
            border-right: none;
        }

        .customerInfoTable .profile_Col span {
            display: block;
            font-size: 13px;
            font-size: .929rem;
            line-height: 1.692;
            letter-spacing: -.3px;
            margin-bottom: 4px;
            color: #515151;
        }

.row-editProfile {
    padding: 5px 30px 17px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    position: absolute;
    bottom: 14px;
    height: 54px;
    left: 0;
    right: 0;
    margin-top: -1px;
}

.customer-information-page .row-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.row-information p {
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
    letter-spacing: -.5px;
    color: #939393;
    padding: 0;
    margin: 0;
}

.customer-information-page .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.customer-information-page .col-12, customer-information-page .col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.customer-information-page .row-information .title, .customer-information-page .title, .html-order-list-page .title {
    padding-left: 0;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #858585;
    margin: 10px 0 15px;
}

.customer-information-page .row-information .title, .customer-information-page .title, .html-order-list-page .title {
    margin: 26px 0 20px;
    padding: 0 20px;
    padding-left: 20px;
    padding-left: 30px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    font-family: iransans;
    font-weight: 300;
}

.order-list order-list-cell-detail:hover {
    background-color: #e5e5e5;
}

.order-list {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-radius: 5px;
}

.c-table-orders {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-radius: 5px;
}

.order-list-header {
    margin-top: 15px;
}

.order-list_row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-bottom: 1px solid #f2f2f2;
}

.order-list-header .order-list-cell {
    background-color: #d4d4d4;
    border-right-color: #f3f3f3;
    border-bottom: none;
    font-weight: 400;
    letter-spacing: .2px;
    font-size: 13px;
    font-size: .9rem;
    line-height: 1.692;
    color: #2a2a2a;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 45px;
}

.order-list-cell:first-child {
    border-right: none;
    border-right-color: currentcolor;
}


.order-list-cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 15px 10px;
    min-height: 104px;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #ebebeb;
    font-size: 13px;
    font-family: iransans;
    line-height: 1.467;
    letter-spacing: -.5px;
    color: #7e7e7e;
}

.order-list-cell-paymentStatus .پرداخت.موفق, .order-list-cell-orderStatus .ارسال.شده {
    color: #46a651;
}

.order-list-cell-paymentStatus .پرداخت.ناموفق, .order-list-cell-orderStatus .لغو.شده {
    color: #dd4b39;
}

.order-list-cell-detail {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: background-color .3s ease-in-out;
}

.order-list-cell-paymentStatus .order-status, .order-list-cell-orderStatus .order-status {
    font-size: 14px;
    line-height: 1.467;
    font-size: 14px;
    font-family: iransans;
}

.order-list-cell-paymentStatus, .order-list-cell-orderStatus {
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-list-cell-id {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
}

.order-list-cell-rowNo {
    -ms-flex-preferred-size: 6%;
    flex-basis: 6%;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-list-cell-date {
    -ms-flex-preferred-size: 14.5%;
    flex-basis: 14.5%;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-list-cell-price {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-list-cell .showOrder:before {
    content: "\f104";
    font-size: 32px;
    font-weight: 300;
    color: #a9a9a9;
    font-family: icon;
}

.html-customer-information-page .hCatPage .center-2 {
    background-color: #eeeff1;
}

.html-customer-info-page .hCatPage .master-wrapper-main, .html-blog-page .center-side-wrapper.twocolumns {
    max-width: 1680px;
    margin: 0px auto;
}
.customer-profile-side {
    margin-bottom: 21px;
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #dedede;
}

.customer-info a::before {
    font-family: icon;
    content: "\f007";
    position: absolute;
    font-size: 16px;
    left: 20px;
    color: gray;
}
.cuproduct-review-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

    .cuproduct-review-item .review-item-head {
        -ms-flex: 0 0 30%;
        -webkit-box-flex: 0;
        flex: 0 0 30%;
        max-width: 30%;
        padding: 20px;
        text-align: center;
    }

    .cuproduct-review-item .review-item-content {
        -ms-flex: 0 0 70%;
        -webkit-box-flex: 0;
        flex: 0 0 70%;
        max-width: 70%;
        background-color: #fcfcfc;
        padding: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        width: 100%;
        min-height: 1px;
    }

    .cuproduct-review-item .cuproduct-review-item-comment {
        background-color: #fff;
        -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
        box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 25px;
    }

    .cuproduct-review-item .rtitle {
        font-size: 15px;
        line-height: 1.467;
        font-weight: 700;
        letter-spacing: -.3px;
        margin-bottom: 15px;
        position: relative;
        padding-left: 90px;
        color: #373737;
        font-family: iransans;
    }

    .cuproduct-review-item .approved {
        color: #8dc08c;
        background-color: #f5fff0;
        border-color: #bbedae;
    }

    .cuproduct-review-item .rejected {
        color: #cc6b6b;
        background-color: #fffafb;
        border-color: #ff7a88;
    }

    .cuproduct-review-item .titleStatus {
        position: absolute;
        left: 0;
        top: 0;
        padding: 2.5px 8px;
        border-radius: 3px;
        border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
        font-size: 10px;
        font-size: .714rem;
        line-height: 19px;
    }

    .cuproduct-review-item .review-content {
        font-size: 13px;
        font-size: .929rem;
        line-height: 2;
        font-family: iransans;
        color: #515152;
    }

    .cuproduct-review-item .review-content {
        font-size: 12px;
        font-size: .857rem;
        line-height: 2.17;
        margin-bottom: 15px;
        position: relative;
        z-index: 2;
        min-height: 100px;
    }

.reward-points-overview .current-balance {
    margin: 15px 0 15px;
    color: #171717;
    font-size: 18px;
}
@media all and (max-height: 1184px) {
    .h-mainPage {
        padding-top: 0px;
    }

    .login-page .customer-blocks, .phonenumber-verification-page .customer-blocks, .password-recovery-page .customer-blocks, .registration-page .customer-blocks {
        margin: 0px;
    }

    .h-accountBox {
        margin: 100px auto 10px auto !important;
    }
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-slide {
    width: 100%;
    max-height: 100%;
    margin-top: 5px;
    margin-left: 8px;
}

.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    top: 0px !important;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box;
    background-color: white;
}

.swiper-button-disabled {
    display: none !important;
}

.ns-flex {
    display: flex;
}

.swiper-slide img {
    width: 60px;
    margin-left: 10px;
    transition: opacity .2s;
    display: inline-block;
    object-fit: cover;
    animation: m2hiland .5s ease-in-out forwards;
    webkit-animation: m2hiland .5s ease-in-out forwards;
}

.swiper-button-next {
    display: flex;
    left: 8px;
    height: 28px;
    width: 28px;
    border: 1px solid #d6d6db;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 12;
}

.swiper-slide a {
    /*width: 215px;*/
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #f0f0f1;
    border-radius: 8px;
}

.swiper-button-prev {
    display: flex;
    right: 8px;
    height: 28px;
    width: 28px;
    border: 1px solid #d6d6db;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 12;
}
/*min width 1024*/
.swiper-slide span {
    font-size: 12px;
    font-weight: 400;
    line-height: 2.17;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
    color: black;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.search-box-result {
    width: 98%;
    text-align: center;
    margin: 0px auto;
}
.header .search-box-wrapper {
    max-width: 600px;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 10;
    background-color: white;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
    margin: 0px 8px 0px 8px;
}

.search-box-result-wrapper.show {
    visibility: visible !important;
}

.search-box-result-wrapper {
    visibility: hidden;
    animation: m2hiland .5s ease-in-out forwards;
    webkit-animation: m2hiland .5s ease-in-out forwards;
}
.search-box-load.show {
    position: absolute;
    right: 15px;
    top: 14px;
    border-width: 2px;
    border-style: solid;
    border-color: #c93737 #c93737 #c93737 transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: spin 1.5s infinite;
    display: flex !important ;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.search-box-load, .search-box-return {
    display: none;
    cursor: pointer;
}
    .search-box-result-wrapper {
        position: absolute;
        max-width: 540px;
        top: 45px;
        background-color: white;
        transition: all .3s ease .1s;
        box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
        border-radius: 0 0 7px 7px;
        border-top: 1px solid #d71414;
        z-index:1;
    }

#serch-button::before , .filtersGroupSearch::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 36px;
    pointer-events: all;
    background: url(../img/searchicon.svg) no-repeat 100%/36px;
    color: black;
    cursor: pointer;
    z-index: 2;
}

    @-webkit-keyframes m2hiland {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes m2hiland {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }
.c-ettehadiye img {
    max-width: 80px;
    cursor: pointer;
}
.brandName-locaLEN {
    display: none !important;
    line-height: 20px;
    margin-right: 10px;
    margin-left: auto;
    color: gray;
}