﻿
/*=====================================================
    
    MAIN CSS / SMALLER MOBILE DEVICES -  license M2hweb.com all right reserved.

=====================================================*/
/* Developed by M2hweb.com */

    .disabled {
    cursor: not-allowed;
}
.search-box-close {
    display: none;
    position: absolute;
    left: 15px;
    top: 10px;
}
    .search-box-close.show, .header-logo a, .sitemap-page a {
        display: block;
    }


#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#container {
    position: fixed;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -41px;
}
.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: yekan;
    justify-content: center;
}

    #q-attributes img, #q-attributes span {
        margin: 0 2px 0 2px;
        display: inline;
        width: 20px;
        height: 20px;
    }

.product-details-page .qty-dropdown {
    display: none;
}

.register-box {
    max-width: 600px;
    margin: 0px auto;
    border: 1px solid #d8d7d7;
    margin-top: 60px;
    position: relative;
}

.registration-page .fieldset {
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
}

    .registration-page .fieldset strong {
        font-size: 16px;
        color: #291a1a;
        font-family: Yekan;
        line-height: 46px;
        margin: 0 auto;
        display: block;
        text-align: center;
        background-color: #e0dede;
    }

.page .address-edit-page {
    padding-bottom: 20px;
}


.home-page .bestsellers, .registration-page .page-title, .password-recovery-page .page-title, #header-logo, .blogpost-page .page-title {
    display: none;
}

script {
    display: none !important;
}

* {
    /*margin: 0;*/
    outline: none;
    padding: 0;
    text-decoration: none;
    direction: rtl;
}

    *, *: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 {
    -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 **********/



body {
    max-width: 100%;
    background: #fff;
    font: normal 14px 'yekan';
    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;
}

:root, :host {
    --fa-font-regular: normal 400 1em/1 "icon";
}

@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");
}

.far,
.fa-regular {
    font-family: 'icon';
    font-weight: 400;
}


a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

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;
}

    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;
}

.home_page_main_slider {
    max-width: 1680px;
    margin: 0px auto;
    width: 96%;
}

.master-column-wrapper, .filtersGroupSearch {
    position: relative;
}

    .master-column-wrapper:after, .inputs:after,
    .page:after,
    .page-title:after,
    .page-body:after,
    .header:after {
        content: "";
        display: block;
        clear: both;
    }

.center-1 {
    margin: 0 0 10px;
}

.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: right;
}

.page {
    clear: both; /* because of forum breadcrumbs */
    text-align: center;
    padding:10px;
}

.page-title {
    /*background: url(../img/web2.jpg) repeat-x left;*/
    background-size: cover;
    margin: 0 0 35px;
}

    .page-title h1 {
        text-transform: uppercase;
        font: 24px/normal 'yekan';
        padding: 82px 0px;
        text-align: center;
        width: 78%;
        color: #060000;
        opacity: 0;
    }

.page.product-details-page
.page-body, .html-blog-page .center-side-wrapper.twocolumns {
    max-width: 1680px;
}

.buttons {
    margin: 0 0 10px;
    text-align: center;
    font-family: yekan;
}

.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;
    font-size: 14px;
}

.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 36px 0 0;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.post-body p,
.news-body p,
.full-description > div {
    margin: 10px 0;
    font: 13px/32px "iransans";
    color: #191919;
}

.full-description label {
    font: 20px yekan;
    margin: 0 0 5px;
    display: block;
    color: #4d4d4d;
}

.topic-page p {
    margin: 10px 0;
    font-size: 14px;
    color: #333232;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 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;
}

.html-home-page .master-wrapper-page {
    background-color: #f1f3f6;
}
/*********** GLOBAL FORMS ***********/

/*bsm*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


 
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 50%;
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
        z-index:1;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.clickable {
    cursor: pointer;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}
/* end bsm*/
.fieldset, .section {
    position: relative;
    /*margin: 0 0 20px;*/
}

    .fieldset .title,
    .section .title {
        color: #333333;
        font-family: "yekan";
        font-size: 22px;
        line-height: 28px;
        margin: 8px 0;
        text-transform: uppercase;
        /*background-color: #eaeaea;*/
        position: relative;
        /*height: 49px;*/
        text-align: right;
        display: block;
        text-align: center;
    }

.form-fields,
.giftcard {
    position: relative;
    padding: 10px 0 0;
    width: 90%;
    margin: auto;
}

.inputs {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    max-width: 470px;
}

    .inputs > label,
    .giftcard label, .gender label {
        font-size: 13px;
        letter-spacing: .5px;
        font-family: yekan;
        text-transform: uppercase;
        white-space: normal;
        display: inline-block;
        max-width: 90px;
        color: #000;
        direction: rtl;
    }

    .inputs input[type="text"],
    .inputs input[type="password"],
    input[type="email"],
    .inputs select,
    .inputs textarea,
    .giftcard input,
    .giftcard textarea {
        width: 100%;
        max-width: 230px;
        vertical-align: middle;
        color: #898989;
        direction: rtl;
        text-align:right;
    }

        .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: right;
            margin: 0 10px 0 0;
        }

        .inputs .option-list label {
            width: auto;
            margin: 10px 10px 0;
        }


.required {
    margin: 0 3px 0 3px; /*siblings offset fix*/
    font-size: 18px;
    color: #c00;
}

.message-error {
    display: block;
    font-size: 16px;
    color: #b10000;
    margin: 20px 0px 20px 0px;
    font-family: yekan;
    text-align: center !important;
}

.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    font-size: 13px;
    color: #b10000;
    margin: 20px 0px 20px 0px;
    font-family: yekan;
    text-align: right !important;
}

.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: .95;
    background: #b7b7b7;
    color: #dd2d07;
    font-family: yekan;
    -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);
    text-align: right;
}

    .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: 'yekan';
    letter-spacing: 0.5px;
}

    .ui-dialog-titlebar span {
        float: right;
        text-transform: uppercase;
        padding-right: 30px;
        font-family: yekan;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        left: 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;
    color: black;
}

.shopping-cart-page .ui-dialog-content {
    overflow-y: scroll;
}

.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: 'yekan';
        letter-spacing: 0.5px;
    }

    .eu-cookie-bar-notification a {
        display: block;
        font-family: 'yekan';
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }


/*********** HEADER ***********/

.admin-header-links {
    background: #f6f6f6;
    text-align: center;
    border-bottom: 1px solid #eee;
    z-index: 3;
    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;
}

    .header.becomeAbsolute {
        width: 100%;
    }

    .header.mobile .white-Background {
        background: #fff;
    }

    .header .header-strip {
        margin: 0 0 10px;
    }

    .header .header-strip {
        border-bottom: 1px solid #D5D5D5;
        margin: 0;
        background-color: #FFF !important;
        z-index: 5;
    }

.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;
    font-family: yekan,'proxima-reg';
}

.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;*/
    background: url(../img/icon-user.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 img {
    max-width: 100%;
    max-height: 50px;
    vertical-align: top;
}

.quickViewWindowm .qty-dropdown {
    display: none;
}

.header-menu-opener {
    font-size: 0;
}

.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 {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(45, 45, 45, 0.5);
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.215,.61,.355,1) .1s;
    transition: opacity .2s cubic-bezier(.215,.61,.355,1) .1s;
    pointer-events: none;
    z-index: 1;
}

.header-links-wrapper {
    position: relative;
    margin: 0 0 20px;
}

.header-top-strip .header-logo {
    margin: 0;
}

.item-box .compare-products {
    display: none;
}

.header.normal .header-logo {
    -ms-flex: 0 0 155px;
    flex: 0 0 175px;
    max-width: 175px;
}

.header.normal .header-top-strip > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 43px;
} 

.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,
    .header-selectors-wrapper.active,
    .shopping-cart-wrapper.active {
        display: block;
        vertical-align: middle;
    }

.search-box form:after {
    content: "";
    display: block;
    clear: both;
}


.search-box .search-box-button {
   /* float: left;*/
    width: 42px;
    height: 36px;
   
    overflow: hidden;
  /*  background: url('../img/search-icon-white.png') center no-repeat;*/
    background-color: transparent;
    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;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
/*subcategory design*/

.text-caption-strong {
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    justify-content: center;
    color: #414650;
    font-family: iransans;
}

.h-subcategories-title {
    color: #080808;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2.15;
    margin-bottom: 16px;
    font-family: iransans;
}

.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*/

.ui-helper-hidden-accessible {
    display: none;
}

.brandTerm, .catTerm {
    color: #363636;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1002 !important;
    /*default = txtfield + button*/
    max-width: 100%;
   /* border: 1px solid #ccc;*/
    border-top: none;
    overflow: hidden;
    display: none;
    font-family: yekan;
    font-size: 13px;
    color: #303030;
    text-align: right;
    position: absolute;
    background: #fff;
    left: 60px;
    right: 0;
    
   margin:0px;

    overflow: hidden;
  /*  border-radius: 0 0 7px 7px;*/
    display: none;
  position:relative;
    padding: 10px 15px;
}

.auto-term-suggestion > span {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-weight: bold;
    right: 30px;
    position: absolute;
    top: 5px;
    padding: 0 5px;
    text-align: right;
}

.header .search-box form, #q-attributes p {
    margin: 0;
    position: relative;
}

.search-box .ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    text-align: right;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content li:first-child {
    border-top: none;
}

.autocomplete-product-name {
    display: inline;
    margin: 5px 0px;
}

.autocomplete-description {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-sku {
    float: left;
    font-size: 12px;
    color: #777;
}

.autocomplete-price {
    float: right;
    font-size: 12px;
    color: #248ece;
}

.auto-term-suggestion-product {
    border-bottom: 1px solid #ddd;
}

#npacc-search input[type="checkbox"] {
    visibility: visible;
}

.search-box .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover {
    background: transparent !important;
}

.hCatPage .master-wrapper-main #npacc-search, .html-category-page .master-wrapper-main #npacc-search, .html-search-page .master-wrapper-main #npacc-search {
    display: block;
}

.auto-term-suggestion {
    font-size: 16px !important;
}

.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;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
    vertical-align: middle;
    margin: 0 10px 5px 0px;
    display: inline-block;
}

.ui-menu .ui-menu-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px !important;
    display: inline-block;
    width: 100%;
}

.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 .langli {
        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 li {
        display: inline-block;
        margin: 0 1px;
        vertical-align: middle;
        margin: 0 0 0 5px;
    }

    .language-list a {
        display: block;
        position: relative;
        /*width: 32px;
        height: 20px;*/
        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 .cart-title {
        font-family: yekan,"yekan";
        font-size: 18px;
        margin: 25px auto;
        text-align: center;
        text-transform: uppercase;
        color: #333;
        display: none;
    }

    .shopping-cart-wrapper.active .flyout-cart {
        display: block;
    }

.flyout-cart {
    margin: 0 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;
        font-family: yekan;
    }

    .mini-shopping-cart * {
        line-height: normal !important;
    }

    .mini-shopping-cart a {
        font-family: iransans,proxima-reg;
        font-size: 13px;
        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: right;
        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 80px 0 0;
            text-align: right;
        }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 12px;
        font-weight: bold;
    }

    .mini-shopping-cart .attributes {
        font-style: italic;
        font-size: 15px;
        font-family: yekan;
    }

    .mini-shopping-cart .price,
    .mini-shopping-cart .quantity {
        display: table-cell;
        font: 13px 'yekan';
        color: #333;
    }

    .mini-shopping-cart .quantity {
        padding: 0 0 0 10px;
    }

        .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: right;
        overflow: hidden;
        font-family: yekan;
        color: green;
    }

        .mini-shopping-cart .totals strong {
            color: #e40d0d;
            font: 14px 'yekan';
            float: left;
        }

    .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: 13px "yekan";
        background: transparent;
        text-transform: uppercase;
    }

    .mini-shopping-cart input.checkout-button {
        background: #040e17;
        border: 1px solid #040e17;
        color: #fff;
        float: left;
    }

.checkout-button-close {
    /*margin-right: 10px;*/

    font-family: yekan;
    font-size: 14px;
}


/*********** 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: 16px/40px yekan;
        color: #333;
        font-weight: normal;
    }

.footer-box {
    height: auto !important;
    margin: 0 auto 20px !important;
}

    .footer-box li {
        margin: 10px 0;
        font-family: yekan;
    }

        .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: 14px 'yekan';
        color: white;
    }


.footer-middle p {
    font: 12px/20px yekan;
    color: #505050;
    margin: 10px 0 10px;
}



.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 10px 0 0;
    }

    .newsletter-email .options label {
        padding: 10px 0;
        display: inline-block;
    }

.hiland-socialNetworks {
    margin: 15px auto;
    max-width: 460px;
    text-align: center;
    z-index: 1;
    padding-bottom: 20px;
}

    .hiland-socialNetworks a {
        display: block;
        width: 100%;
        height: 100%;
    }

.footer-powered-by {
    float: none;
}

.hiland-socialNetworks ul {
    font-size: 0;
}

.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;
    border-radius: 4px;
}

.hiland-socialNetworks .method4 {
    width: 28px;
    height: 28px;
    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 > div > div {
            display: inline-block;
            margin: 0 8px;
        }

    .footer-lower .footer-tax-shipping a {
        text-decoration: underline;
    }

    .footer-lower .footer-disclaimer {
        margin: 15px 0 5px;
        /*text-transform:uppercase;*/
        direction: ltr;
        color: black;
    }

.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;
}



/*********** 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 "yekan";
    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-right: 1px solid #898989;
            line-height: 10px;
        }

            .home-page-category-tabs .titles li:last-child {
                border: none;
            }

        .home-page-category-tabs .titles span {
            font-size: 16px;
            /*font-weight: bold;*/
            line-height: 18px;
            color: #000;
            text-transform: uppercase;
            padding: 0 15px;
            cursor: pointer;
            font-family: yekan;
        }

        .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 {
    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;
    }

.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 {
        line-height: 32px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

        .block .title strong {
            display: block;
        }

    .block .listbox {
        display: none;
        border-bottom: 1px solid #e1e1e1;
    }

    .block:last-child .listbox {
        border-bottom: none;
    }

    .block .listbox:after {
        content: "";
        display: block;
        clear: both;
    }

    .block .list li:hover > a {
        color: #E30713;
    }

    .block .list li a.active, .block .title strong.active {
        color: #e30713;
        font-size: 14px;
    }

    .block .list a {
        display: block;
        margin: 0 auto 10px;
        padding: 0;
        line-height: 40px;
    }

    .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: yekan;
}

.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 'yekan';
       
        color: #333;
    }

        .breadcrumb li > * {
            margin: 0 3px;
            font-size: 12px; /*reset zeroing*/
            line-height: 32px;
            font-family: yekan;
        }

    .breadcrumb strong {
        font-weight: normal;
    }

    .breadcrumb a:hover * {
        text-decoration: underline;
    }

.category-description,
.manufacturer-description,
.vendor-description {
    padding: 20px 0 0 0;
    color: #333;
    font-family: iransans,proxima-reg;
}

.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: 90%;
}
.item-box .picture:not(.brands-jcarousel .picture)::before {
    padding-top: 90%;
    content: " ";
    display: block;
}
.home-page-category-grid .item-box .title {
    height: 300px;
    padding: 60px 40px;
    /*background:#fff;*/
    background: #282828;
    font: 24px 'proxima-reg';
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0px;
    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;
    }

    .home-page-category-grid .item-box .title a {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        height: 100%;
        padding: 25% 0 0;
        font-family: yekan;
    }

    .home-page-category-grid .item-box .title span {
        font: 14px 'proxima-reg';
        text-transform: none;
        color: #e1e1e1;
        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;
        color: white;
    }

    .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%;
        right: 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;
    }

.quiz-content .questions .question-wrapper {
    direction: ltr;
}

.home-page-category-grid .item-box:nth-child(2n+1) .picture {
    margin: 0 0 310px 0;
}

.home-page > .slider-wrapper {
    display: none;
}

.sub-category-grid .title,
.manufacturer-grid .title {
    /*background:#282828;*/
    background-color: #e6e6e6;
    font: 24px/70px 'yekan';
    /*color:#fff;*/
    color: #bf0000;
    height: 70px;
    /*letter-spacing:5px;*/
    position: relative;
    text-transform: uppercase;
    text-align: center;
}

.sub-category-grid .picture,
.manufacturer-grid .picture {
    display: none;
}

.sub-category-grid .item-box .title {
    margin: 0;
}

.sub-category-grid .title a {
    display: block;
}

.product-filters-wrapper {
    display: none;
}

.product-selectors {
    margin: 0 0 0px;
    padding: 12px 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: right;
    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: 100%;
}



.item-box .details {
    text-align: right;
    font-family: 'proxima-reg';
    display: block;
    padding: 0px;
}

.item-box .product-title {
    margin: 0 !important;
    overflow: hidden;
    color: #333;
    font: 14px 'proxima-reg';
}

.item-box .title {
    height: 70px;
    margin: 0 0 10px;
}

    .item-box .product-title ,
    .item-box .title  {
        padding: 0 7px 0 7px;
        display: block;
        text-align: center;
      
        font-family: iransans,'proxima-reg';
        font-size: 13px;
        font-size: 12px;
        color: #2f2c2c;
        font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.7;
    }

.item-box .product-rating-box {
    /*display: none;*/
    /*margin: 0 0 5px;
    text-align:center;*/
    text-align: center;
    max-width: 172px;
    margin: 0px auto 2px;
}

.item-box .rating {
    background: url('../img/rating1.png') repeat-x;
    width: 106px;
    height: 21px;
}

    .item-box .rating div {
        background: url('../img/rating2.png') repeat-x;
        height: 21px;
        z-index: 2; /*chrome fix*/
        float: right;
        -webkit-animation-direction: alternate;
        animation-direction: reverse;
        direction: rtl;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

.item-box .description {
    display: none;
    /*height: 30px;
	margin: 0 0 10px;
	overflow: hidden;*/
    overflow: hidden;
    height: 20px;
    width: 270px;
    text-align: center;
    margin: 0px auto;
    /*margin-top: 10px;*/
}

    .item-box .description a {
        display: block;
        overflow: hidden;
    }

.hflex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
}

.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: 11px;
  font-weight: 700;

    color: white;
    font-family: iransans;
    direction: ltr;
}

.item-box .prices, .product-item .prices {
    margin: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom:10px;
}

.item-box .old-price, .product-item .old-price {
    color: #636060;
    text-decoration: line-through;
    margin: 0;
    margin-right: 0px;
    font: 400 12px/20px "yekan",sans-serif;
    line-height: 20px;
    display: flex;
    justify-content: center;
    line-height: 22px;
    align-items: center;
    margin-right: 10px;
}

.item-box .actual-price {
    font-family: iransans;
    color: black;
    overflow: hidden;
    line-height: 20px;
    font-weight: normal;
    font-size: 16px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-basis: 100%;
    color: rgb(64, 68, 74);
    font-weight: 700;
}

.item-box .buttons {
    display: none;
}


.home-page-category-grid {
}


/*.manufacturer-grid,*/
.sub-category-grid,
.vendor-grid {
    margin: 40px auto 60px;
    max-width: 85%;
}

    .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: 20px 0 0 20px;
}

    .product-grid .item-box, .item-grid .item-box {
        border-width: 1px 1px 1px;
        /*border-style: solid;*/
        border-color: rgba(233,233,233,0.53);
        -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: 0;
        margin: 0px 0px 10px 10px;
    }

    .product-grid .title {
        margin: 0 0 60px;
        font-size: 24px;
        line-height: 28px;
        font-family: 'yekan';
        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: "yekan";
        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 20px;
    overflow: hidden;
}

.private-messages-box .pager {
    margin: 0 0 30px;
}

.pager ul {
    text-align: center;
    font-size: 0;
}

.pager li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    margin-right: 4px;
    margin-left: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.pager .current-page span {
    color: white;
    background: #F20202;
    border: 1px solid #F20202 !important;
}


.pager li.next-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-right: -9px;
    margin-top: 11px;
}

.pager li.previous-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-right: -8px;
    margin-top: 11px;
    background-position: -32px -430px;
}

.pager li.last-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-right: -6px;
    margin-top: 11px;
}

.pager li.last-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-right: -10px;
    margin-top: 11px;
}

.pager li.first-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-right: -6px;
    margin-top: 11px;
    background-position: -32px -430px;
}

.pager li.first-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-right: -10px;
    margin-top: 11px;
    background-position: -32px -430px;
}


.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 li.previous-page,
.pager li.first-page {
    margin: 0 7px 0 0;
}

.pager li.next-page,
.pager li.last-page {
    margin: 0 0 0 7px;
}

.pager .current-page span {
    color: white;
}

.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;
}

.contact-vendor .contact-vendor-button {
    background: #333333 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: yekan;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0 0 30px;
}


/********** PRODUCT 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;
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.gallery {
    margin: 0 auto 20px;
}



    .gallery .picture-wrapper {
        padding: 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: -10px 0 0;
        overflow: hidden;
        font-size: 0;
        text-align: center;
    }

        .gallery .picture-thumbs a {
            z-index: 1;
            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: right;
    line-height: 1.4em;
    font-size: 10px;
    color: #666;
}

#lbCloseLink {
    display: block;
    float: left;
    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 0px;
}

.ui-tabs {
    background-color: white;
}

.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;
}



.add-to-cart-panel .add-to-cart-button i {
    background: url(../img/icon-all.png);
    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: #ed1f3a;
    font-size: 0;
    border-radius: 3px 0 0 3px;
}

.download-sample-button a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/Shape-363.png);
    background-color: #ebebeb;
    background-position: center;
    background-repeat: no-repeat;
}

.overview .sku, .variant-overview .sku,
.overview .gtin, .variant-overview .gtin,
.overview .stock, .variant-overview .stock,
.overview .delivery-date, .variant-overview .delivery-date,
.overview .product-vendor, .variant-overview .product-vendor,
.overview .manufacturers, .manufacturer-part-number {
    margin: 0 0 5px;
}

.overview .stock,
.variant-overview .stock, .search-results .stock {
    /*margin: 0 0 20px;*/
    font-family: yekan;
    color: black;
    font-size: 11px;
}

.overview .value,
.variant-overview .value, .product-not-avail {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    padding: 0 5px;
    font-family: yekan;
}

    .overview .value a,
    .variant-overview .value a {
        /*text-decoration: underline;*/
        color: #0c0d53;
    }

.free-shipping {
    display: inline-block;
    margin: 10px auto 15px;
    background: #ebebeb;
    text-align: center;
    text-transform: uppercase;
    font-family: "yekan";
    font-size: 18px;
    padding: 15px 30px;
    color: #333;
}

.overview .manufacturers {
    margin: 0;
    font-family: yekan;
    display: inline-block;
    padding: 0;
    line-height: 20px;
}

.product-review-box, .product-review-bo {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.product-review-box-wrapper {
    line-height: 20px;
}

.product-review-box .rating {
    width: 106px;
    height: 21px;
    background: url('../img/rating1.png') repeat-x;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center center;
    vertical-align: top;
    display: block;
}

    .product-review-box .rating div {
        height: 21px;
        background: url('../img/rating2.png') repeat-x;
        background-position-x: 0%;
        background-position-y: 0%;
        float: right;
        animation-direction: reverse;
        direction: rtl;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

.product-review-links a {
    text-decoration: underline;
}

.overview .prices,
.variant-overview .prices {
    margin: 20px 0 0;
    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: yekan;
        }

.overview .old-product-price,
.variant-overview .old-product-price {
    font-size: 16px;
    color: #999;
    /*text-decoration: line-through;*/
    font-family: yekan;
}

.overview .product-price,
.variant-overview .product-price {
    /*font-size: 48px;*/
    color: #b1b1b1;
    font-family: 'yekan';
}

.variant-overview .product-price {
    /*font-size: 42px;*/
}

.tomanlbl {
    font-size: .604rem;
    line-height: 21px;
    font-weight: 700;
    margin-right: 4px;
    color: #7d7b7b;
    font-family: iransans;
}

.oldPriceValue .tomanlbl {
    color: gray;
}

.product-price #priceValue, .discounted-price #priceValue {
    font: normal 23px/32px yekan;
    padding: 0 15px 0 4px;
    vertical-align: -3px;
    color: black;
}

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 5px;
}

    .customer-entered-price .price-input {
        font-family: yekan;
        color: #353434;
    }

    .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: yekan;
        display: block;
        line-height: 10px;
        font-size: 12px;
        color: #3f3f3f;
    }

.overview .add-to-cart, .overview .Hremindme {
    margin: 15px 0 15px;
}

    .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;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
}

    .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 .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: right;
    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 .add-to-cart-label:hover,
.add-to-cart-panel input.button-1:hover {
    background-color: #ff3e3e;
}

.product-share-button {
    display: none;
    overflow: hidden;
}

.full-description {
    clear: both;
    margin: 0 0 20px;
    margin-bottom: 20px;
    font-size: 17px;
    font-family: yekan;
    color: #4b4b4b;
    line-height: 27px;
    font-weight: normal;
}

.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: 'yekan';
            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: yekan;
        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: 0;
    border: none;
}

/*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: "yekan";
                font-size: 16px;
                padding: 10px 15px;
                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: "yekan";
                font-size: 16px;
                padding: 10px 15px;
                text-transform: uppercase;
            }

    .ui-tabs .ui-tabs-panel {
        font-family: yekan;
        border-top: 1px solid #e1e1e1;
        font-size: 10pt !important;
        line-height: 38px;
        color: black;
    }

        .ui-tabs .ui-tabs-panel p {
            margin: 10px 0;
            line-height: 32px;
        }

    .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: 0 0 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: 'yekan';
        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 {
    padding: 30px 0 20px;
    font-family: iransans;
    text-align: right;
    font-size: 17px;
    border-bottom: 1px solid #e8ecef;
    font-style: normal;
    color: #f02525;
    font-weight: 700;
    margin-bottom: 30px;
}

.write-review {
    margin: 0 0 50px;
}

    .write-review .form-fields {
        margin: 0 auto 0px;
    }

.review-rating {
    text-align: right;
    text-transform: uppercase;
}

    .review-rating label {
        display: inline-block;
        margin: 0 0 5px;
        font-size: 14px;
        vertical-align: middle;
        font-family: yekan,tahoma;
        color: black;
    }

    .review-rating ul {
        font-size: 0;
        vertical-align: middle;
    }

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    /*height: 17px;*/
}

    .write-review .review-rating li.first {
        color: #c00;
    }

    .write-review .review-rating li:nth-child(2) {
        padding-top: 2px;
    }

        .write-review .review-rating li:nth-child(2) input {
            vertical-align: baseline;
        }

    .write-review .review-rating li.last {
        color: #690;
    }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    margin: 0px auto;
    border: none;
    color: #fff;
    display: block;
    font-family: yekan;
    padding: 0px 20px;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    height: 38px;
    font-size: 14px;
}

/*button background color*/
.write-review .button-1, .newsletter-email input[type="button"],
.checkout-page .button-2,
.order-details-page .page-title a, .cart-collaterals .deals .button-2, .home-page-filters-wrapper .search-button, .home-page-filters-wrapper .results-number {
    border: 1px solid #f03b3b;
    background: #f03b3b;
}

/*end*/
/*box shadow and hoover*/
.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;
}

    .newsletter-email input[type="button"]:hover, .write-review .button-1:hover, .shopping-cart-page .button-2:hover,
    .checkout-page .button-2:hover, .shopping-cart-page .button-1:hover, .shopping-cart-page .common-buttons input.update-cart-button:hover, .cart-collaterals .deals .button-2:hover, .home-page-filters-wrapper .search-button:hover, .home-page-filters-wrapper .results-number:hover {
        border: 1px solid #ef4848;
        background: #ef4848;
    }

/*end*/

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
    text-align: center;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    /* padding: 0 0 20px;*/
    padding: 27px 2px 0 2px;
    /*border-top: 1px solid #e5e5e5;*/
    display: flex;
    flex-flow: row wrap;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.css-border {
    color: rgb(238, 238, 238);
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.product-review-item .review-item-head {
    overflow: hidden;
    /*border-bottom: 1px solid #e5e5e5;*/
    padding: 8px 10px;
    position: relative;
}

.product-review-item .review-title {
    margin: 0 0 0 95px;
    text-transform: uppercase;
    color: #898989;
    text-align: right;
}

    .product-review-item .review-title strong {
        line-height: 21px;
    }

.product-review-item .product-review-box {
    /*position: absolute;
        top: 14px;
        left: 10px;*/
    display: flex;
    margin-bottom: 0px;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.product-review-item .review-text {
    /* margin: 0 0 15px;*/
    padding: 0 10px 0;
    text-align: right;
}

.reviewText_wrapper {
    display: flex;
    width: 748px;
    flex-basis: auto;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.product-review-item .product-review-helpfulness {
    float: left;
    margin: 0 0 0 10px;
    margin-top: 0px;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: auto;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.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: yekan;
        vertical-align: middle;
        line-height: 72px;
        font-weight: normal;
    }

.product-review-helpfulness .vote {
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    font-family: yekan;
    border-radius: 2px;
    border: 1px solid #e3e4e6;
    white-space: pre;
    background: #fff;
    float: left;
    margin-right: 10px;
    color: #6b6969;
    direction: rtl;
}

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-family: yekan;
    font-size: 12px;
    color: #2d6f18;
    line-height: 29px;
}

.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: 'yekan';
    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: yekan;
    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: 'yekan';
        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: yekan;
    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, .manufacturer-page img {
    max-width: 100%;
    height: auto;
}*/


/*********** TOPICS ***********/

.topic-block {
    margin: 0 0 20px;
}

.topic-html-content-header,
.topic-block-body {
    color: #333;
}

    .topic-block-body p {
        color: #424242;
        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: #454545;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    line-height: 26px;
    font-family: yekan,proxima-reg;
    padding-top: 20px;
}

    .topic-page .page-body strong {
        font-family: yekan;
        font-size: 15px;
    }

.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: right !important;
        width: 200px !important;
        height: 36px !important;
    }

    .enter-password-form input[type="submit"] {
        float: right !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: yekan;*/
    font-family: yekan;
    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: right;
}

.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: yekan;
}

.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: right;
}

.customer-info-page .gender span,
.registration-page .gender span {
    display: inline-block;
    margin: 0;
    /*width: 33%;*/
    line-height: 36px;
    padding: 0 10px 0 0;
    margin-left: 8px;
    border: 1px solid #e0e0e0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.customer-info-page .gender .female,
.registration-page .gender .female {
    /*border-right:none;*/
}

.add-more-external-records a {
    font-family: 'yekan';
}
/*.gender > * {
	display: inline !important;
	vertical-align: middle;
	line-height: 32px;
}*/
.gender label {
    font-size: 14px;
    text-transform: uppercase;
    color: #111010;
    /*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: 'yekan';
    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;
}

.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, #read-terms, .editProfile-link {
        /*font-weight: bold;*/
        color: #2196f3;
        border-bottom: 1px dashed;
        margin-left: 3px;
        font-family: yekan;
        font-size: 14px;
    }

.registration-result-page .page-body {
    padding: 40px;
}


.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: #e30713;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: yekan;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 80px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.registration-result-page .result {
    margin: 0 0 20px;
    color: #690;
    text-align: center;
}

.registration-result-page .buttons {
    text-align: center;
}

.ima9ines-ico.ima9ines-ico-delete {
    background: url(/Themes/M2hweb/Content/img/all-icons.png) no-repeat scroll -813px -510px;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.cart-item-row .remove-from-cart {
    background-color: #fee;
    cursor: pointer;
}

.login-page .return-wrapper .title {
    margin: 0;
}

.modal-title {
    color: black;
    display: inline-block;
    font-family: yekan;
    font-size: 14px;
    margin-right: 4px !important;
}

#phOpen {

    font-family: yekan;
    font-size: 0px;
 
  
}

.external-authentication {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication fieldset {
        float: none !important;
    }

.password-recovery-page .tooltip {
    margin: 40px 0 20px;
    text-align: center;
    color: #2c8922
}

.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: yekan;
    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.order-item {
    max-width: 470px;
    margin: 0 auto 60px;
}

.account-page .address-list {
    margin-top: 40px;
}

.account-page .section.address-item {
    width: 470px;
    margin: 0px auto 60px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,70.6%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,70.6%,.11);
}

.address-list {
    margin: 0 0 40px 0;
}

.address-list-page .info,
.order-list-page .info,
.section.request-item .details {
    margin: 0 auto 30px;
    line-height: 20px;
    text-align: right;
    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: 'yekan';
}

.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: yekan;
    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: 14px;
        min-width: 60px;
        margin: 55px 0 10px 0;
        font-family: yekan;
        color: #000;
    }

        .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;
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
        }

    .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;
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            transform: scaleX(-1);
        }

/*.button-1.select-shipping-address-button
{
    max-width: 300px;
}*/
.checkout-page .button-1 {
    font-family: yekan;
    border: 1px solid #e30713;
    background: #e30713;
    width: 100%;
    max-width: 300px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



.shopping-cart-page .button-1 {
    font-family: yekan;
    width: 100%;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



.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 #dd6e69;
    background: #dd6e69;
    color: #fff;
}

.shopping-cart-page .checkout-button:hover {
    /*border: 1px solid #00a7b4;
    background: #00a7b4;
    color: white;*/
}
.product-details-page .Lovebtn {
    max-width: 100px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    border-right: 1px solid #000;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 1px;
}

.button-1.select-billing-address-button,
.button-1.select-shipping-address-button {
    background: none;
    border: none;
    color: #333;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: 0;
    margin-right: 5px;
    font-family: yekan;
    padding: 5px;
}

    .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;
    line-height: 43px;
    color: #fff;
    font-size: 15px;
    font-family: yekan;
    text-transform: uppercase;
    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: 0px;
}

    .shopping-cart-page .common-buttons input {
        /*min-width: 235px;*/
        margin: 0;
        /*border:1px solid #333;*/
        padding: 0 15px;
    }

.shipping-method-page .shipping-method .shipping-method-next-step-button {
    min-width: 170px;
    height: 38px;
    margin-left: 0px !important;
}

.shippingMethodBWrpper {
    width: 80%;
    text-align: left;
    margin: 0px auto;
}

#shipOrder {
    margin-bottom: 30px;
}

.shopping-cart-page .update-cart-button,.re-order-button ,.registration-page .button-1, .registration-result-page .button-1, .login-page .button-1, .password-recovery-page .button-1, .account-page .button-1, .account-page .button-2, .return-request-page .button-1, .search-button .search-button, .shipping-method .shipping-method-next-step-button {
    color: white;
    min-height: 32px;
    height: 32px;
    margin: 0 !important;
    margin-left: 0px;
    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;
    /*width: 140px;*/
    font-size: 13px;
    font-family: yekan;
    padding: 0 30px 0 30px;
    border-radius: 3px;
    margin-left: 10px !important;
    background-color: #f03b3b;
    border: none;
}

/*.shopping-cart-page .common-buttons .continue-shopping-button
    {
        background-color: #db2828;
        color: #333;

        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-family: yekan;
        font-size: 15px;
    }*/

/*.shopping-cart-page .common-buttons .continue-shopping-button:hover
        {
            border: 1px solid #333;
        }*/

.checkout-attributes {
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    /*border-bottom: 1px solid #e1e1e1;*/
}

    .checkout-attributes dl {
        margin: 0 0 10px;
    }

    .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 .color-squares li {
        margin: 0 5px;
    }

        .checkout-attributes .color-squares li label {
            position: relative;
        }

        .checkout-attributes .color-squares li input {
            position: absolute;
            top: 5px;
            left: -6px;
            margin: 0;
        }

    .checkout-attributes li * {
        vertical-align: middle;
    }

.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 {
    color: #535353;
    font-size: 13px;
    line-height: 24px;
    font-family: yekan,yekan;
}

.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: 0px auto;
    text-align: center;
    width: 90%;
}

.totals .terms-of-service label {
    cursor: pointer;
    font-family: yekan;
    font-size: 11px;
    max-width: 90%;
   /* line-height: 22px;*/
    text-align: right;
    color: #373737;
}

.terms-of-service span {
    cursor: pointer;
    vertical-align: middle;
    font-size: 13px;
    font-family: yekan;
    color: gray;
    font-size: 13px;
}

.cart-footer .button-1 {
    font-size: 18px;
}

.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: #2a2929;
            font-family: yekan;
            font-weight: normal;
            font-size: 13px;
        }

    .cart-collaterals .shipping .inputs label {
        color: #333;
    }

    .cart-collaterals .hint {
        font-family: yekan;
        color: #121111;
        font-size: 13px;
        font-weight: normal;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 10px;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
        font-size: 0;
        text-align: center;
        margin: 0px auto;
        display: inline-flex;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            float: right;
            /*width: 55%;*/
            color: #898989;
        }
        .cart-collaterals .coupon-code #applydiscountcouponcode {
            width: 90px;
            padding: 0;
            height: 42px;
            line-height: 42px;
            display: flex;
            text-align: center;
            flex-direction: column;
        }
        .cart-collaterals .coupon-code input[type="text"]:focus {
            color: #333;
        }

        /*.cart-collaterals .coupon-code input[type="submit"] {
            float: right;
            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: 1170px;
    margin: auto;
}

.checkout-page .section {
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
}

    .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 4%;
    /*padding: 50px 40px 30px;*/
    padding: 10px;
    max-width: 90%;
    text-align: right;
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,70.6%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,70.6%,.11);
}

    .checkout-page .address-item .address-box {
        margin: 0 0 15px 0;
        padding: 10px 15px;
    }

    .checkout-page .address-item .name strong {
        text-transform: uppercase;
        font-weight: normal;
    }

    .checkout-page .address-item .button {
        margin: 0 0 10px;
    }

    .checkout-page .address-item li {
        line-height: 24px;
        color: #4d4d4d;
        font-family: Yekan,yekan2;
        white-space: normal;
        word-spacing: 0.3em;
        font-size: 12px;
    }

    .checkout-page .address-item .address1 {
        height: 50px;
    }


    .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 15px 20px;
    padding: 10px;
    border: 1px solid #f1f1f1;
}

.checkout-page .section.shipping-method,
/*.checkout-page .section.payment-method,*/
.checkout-page .section.payment-info {
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 20px 10px 20px;
    text-align: right;
    background-color: white;
}

.checkout-page .section.order-completed {
    text-align: center;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 40px;
    text-align: right;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 0 0 40px;
        position: relative;
    }

.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: right;
}

.payment-icon.mellat, .payment-icon.saman, .payment-icon.inplace, .payment-icon.ayandeh, .payment-icon.parsian {
    height: 32px;
    width: 32px;
    float: right;
    margin-top: 20px;
}
.payment-icon.parsian {
    background-image: url("../img/parsian.jpg");
    background-size: 32px;
}
    .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.fast {
    background: url("../img/all-icons.png") no-repeat -1184px -135px;
}

.delivery-button, .payment-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: right;
    line-height: 22px;
}

    .delivery-button .radio-control, .payment-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 li:first-child:after {
    display: none;
}

.shipping-method .method-list .delivery-desc .tit, .shipping-method .method-list .delivery-desc2 .tit,
.payment-method .method-list .tit {
    font-family: yekan;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #565050;
    padding: 10px 0 5px;
    margin: 0;
    cursor: pointer;
}

.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;
}

.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;
    background-color: white;
}

.shipping-method .method-description, .payment-method .method-description {
    color: #777;
    font: 13px yekan;
    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
}

.checkout-page .section.payment-info .info tr td {
    text-align: right;
    padding: 0 0 8px 20px;
}

    .checkout-page .section.payment-info .info tr td:first-child {
        text-align: left;
        width: 50%;
    }

.use-reward-points {
    margin: 0 0 10px;
    text-align: right;
    color: #504c4c;
}

.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: right;
    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;
    font-family: yekan;
}

.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: yekan;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-decoration: underline;
        color: #da0e0e;
        font-size: 16px;
    }

.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: right;
    font-size: 16px;
    font-weight: normal;
    font-family: yekan;
    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;
}

.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;
}

.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 scroll center center / cover rgba(0, 0, 0, 0);
        margin: 0 0 10px;
        overflow: hidden;
        background-size: contain;
    }

.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: yekan;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #4b4b4b;
}

.order-details-area {
    margin: 0 0 20px;
    overflow: hidden;
}

    .order-details-area td {
        float: right;
        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-list-cell.order-list-cell-detail:hover {
    background-color: #e0e0e0;
}

.order-details-page .actions input {
    min-width: 100px;
    border: none;
    padding: 0 50px;
    background: #333;
    color: #fff;
    font-family: 'yekan';
    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: right;
    }

        .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: right;
        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 {
    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: right;
    }

    .advanced-search .price-range {
        display: block;
        text-align: right;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.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;
    font-family: yekan;
}

.search-results {
    margin: 30px 0 0;
    font-family: yekan;
}

.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: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: yekan;
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
}

.post-date,
.news-date {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-style: normal;
    font-family: yekan;
    color: green;
}



    .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: yekan;
    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: yekan;
    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: 'yekan';
        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 0 0 5px;
            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 yekan;
    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: yekan;
        letter-spacing: 0.5px;
        padding: 16px 25px;
        text-transform: uppercase;
    }

.forum-search-box-text,
.forum-search-text {
    float: right;
    width: 260px !important;
}

.forum-search-box-button,
.forum-search-button {
    float: right;
    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: 'yekan';
}

    .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: right;
        font-size: 18px;
        line-height: 48px;
        font-weight: normal;
        color: #333;
    }

    .forums-table-section-title span {
        float: left;
    }

.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: left;
}

.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 */

.breadcrumb {
    background: url("../img/brCrumb.png") no-repeat 98.9% 16px #fff;
    overflow: hidden;
    height: 37px;
    margin: 10px auto 10px;
    padding: 2px 25px;
    border-radius: 4px;
    white-space:nowrap;
    -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);
    text-align: right;
    max-width: 1660px;
    width: 98%;
}

.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: yekan;
}

.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: 0 auto;
    width: auto;
    max-width: 100%;
}

.buttons.search-button {
    margin: 0 10px 0;
}

    .buttons.search-button .search-button {
        height: 36px;
    }

.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: yekan;
}

.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: right;
    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: right;
            font-family: 'proxima-reg';
            letter-spacing: 0.5px;
            line-height: 38px;
            margin: 0;
            padding: 0 8px 0 25px;
        }

            .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: yekan;
        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: 'yekan';
        text-align: center;
    }

    .topic-post .post-content,
    .profile-info-box .profile-stats {
        min-width: 50%;
        margin-right: 160px;
        text-align: right;
    }

    .topic-post .posttime {
        margin: 0 0 10px;
        background: #f6f6f6;
        border-bottom: 1px solid #e5e5e5;
        text-align: left;
        height: 39px;
    }

        .topic-post .posttime .posted {
            float: right;
            line-height: 39px;
            padding: 0 10px 0 0;
        }

        .topic-post .posttime a {
            float: left;
            margin: 0;
            color: #333;
        }

        .topic-post .posttime .post-link {
            padding: 10px 10px 0;
        }

        .topic-post .posttime .quote-post {
            float: left;
        }

        .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: right;
    }

    .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: "yekan";
        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: yekan;
        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: right;
}

.forum-edit-page strong,
.private-message-send-page a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    text-align: right;
}

.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: "yekan";
        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: "yekan";
    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: "yekan";
    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: "yekan";
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.private-message-send-page .toolbar {
    text-align: right;
}

.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-top: 20px;
    background: none repeat scroll 0 0 #dd2929;
    border: 1px solid #241616;
    color: white;
    font-family: yekan;
    letter-spacing: .5px;
    line-height: 43px;
    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 h1 {
        font: 32px/normal 'yekan';
        padding: 0px 15px;
        padding-top: 0px;
        padding-right: 15px;
        padding-bottom: 0px;
        padding-left: 15px;
        text-align: center;
        width: 100%;
        color: #060000;
    }

    .page-title {
        background: url(../img/web2.jpg) repeat-x center;
        display: none;
    }

    .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;
    }

    .inputs input[type="text"], .inputs input[type="password"] {
        max-width: 190px;
    }
}

/*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;
}


#ratingValuecount, .ratingValuecount {
    position: relative;
    color: #000;
    font-family: tahoma;
    font-size: 11px;
}

#ratelable, .ratelable {
    font-weight: bold;
    color: #BA1F1F;
}

#categoryRating {
    margin-right: 5px;
}

.product-rating-box .rating {
    width: 106px;
    height: 21px;
    background: transparent url(/Themes/M2hweb/Content/img/icon-rating-empty.png) repeat-x scroll 0% 0%;
    float: right;
    margin: 0 auto;
    margin-right: auto;
    z-index: 1;
    direction: rtl;
}

#categoryRatingwrapper, .categoryRatingwrapper {
    float: none !important;
    margin: 0px;
    display: inline-block;
}


.quickView2 {
    position: absolute;
    z-index: 1070;
    padding-top: 0px !important;
    -moz-box-shadow: 0px 0px 15px #444;
    -webkit-box-shadow: 0px 0px 15px #444;
    box-shadow: 0px 0px 15px #444;
    background: #FFF none repeat scroll 0% 0%;
    display: none;
}

    .quickView2 .k-window-titlebar.k-header .k-window-actions a {
        background: transparent url("../img/close.png") no-repeat scroll center center;
        border: medium none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 20px;
        width: 20px;
    }

    .quickView2 .k-window-titlebar.k-header .k-window-actions a {
        display: block;
        width: 18px;
        height: 18px;
        border: 1px solid #999;
        background: #CCC url("../img/button-close.png") no-repeat scroll center center;
    }

    .quickView2 .k-window-titlebar.k-header .k-window-actions {
        left: 10px;
        right: auto;
    }

    .quickView2 .k-window-titlebar.k-header .k-window-actions {
        left: 25px;
        right: inherit;
    }

    .quickView2 .k-window-titlebar.k-header .k-window-actions {
        top: 10px;
        right: 10px;
    }

    .quickView2 .k-window-titlebar.k-header .k-window-actions {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 20px;
        height: 20px;
        overflow: hidden;
        text-indent: 9999px;
    }

    .quickView2 .k-window-titlebar.k-header {
        left: 0px;
        right: inherit;
    }

    .quickView2 .k-window-titlebar.k-header {
        position: absolute;
        top: 0px;
        right: 0px;
        margin-top: 0px !important;
        background: transparent none repeat scroll 0% 0% !important;
    }


@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/font?#iefix") format("embedded-opentype"), url("../fonts/web_Yekan.woff") format("woff"), url("../fonts/web_Yekan.ttf") format("truetype"), url("../fonts/web_Yekan.svg#BYekan") format("svg");
}
@font-face {
    font-display: swap;
    font-family: iransans;
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/m2hweb/m2hwebthin.eot");
    src: url("../fonts/m2hweb/m2hwebthin.eot") format("embedded-opentype"), url("../fonts/m2hweb/m2hwebthin.woff2") format("woff"), url("../fonts/m2hweb/m2hwebthin.ttf") format("truetype")
}

@font-face {
    font-display: swap;
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/m2hweb/m2hweblight.eot");
    src: url("../fonts/m2hweb/m2hweblight.woff2") format("woff2"), url("../fonts/m2hweb/m2hweblight.woff") format("woff"), url("../fonts/m2hweb/m2hweblight.ttf") format("truetype")
}

/*@font-face {
    font-display: swap;
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 500;
    src: url(/_next/static/media/iranyekanwebmedium.05f9bbc0.eot);
    src: url(/_next/static/media/iranyekanwebmedium.05f9bbc0.eot) format("embedded-opentype"), url(/_next/static/media/iranyekanwebmedium.2d4f96e5.woff) format("woff"), url(/_next/static/media/iranyekanwebmedium.bae5f862.ttf) format("truetype")
}*/

@font-face {
    font-display: swap;
    font-family: iransans;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/m2hweb/m2hwebbold.eot");
    src: url("../fonts/m2hweb/m2hwebbold.eot") format("embedded-opentype"), url("../fonts/m2hweb/m2hwebbold.woff2") format("woff2"), url("../fonts/m2hweb/m2hwebbold.woff") format("woff"), url("../fonts/m2hweb/m2hwebbold.ttf") format("truetype")
}

/*@font-face {
    font-display: swap;
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 800;
    src: url(/_next/static/media/iranyekanwebextrabold.fdba4f6c.eot);
    src: url(/_next/static/media/iranyekanwebextrabold.fdba4f6c.eot) format("embedded-opentype"), url(/_next/static/media/iranyekanwebextrabold.9346e9a2.woff) format("woff"), url(/_next/static/media/iranyekanwebextrabold.db249916.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 900;
    src: url(/_next/static/media/iranyekanwebblack.156be6c9.eot);
    src: url(/_next/static/media/iranyekanwebblack.156be6c9.eot) format("embedded-opentype"), url(/_next/static/media/iranyekanwebblack.3e7c4cd1.woff) format("woff"), url(/_next/static/media/iranyekanwebblack.48b45e84.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: IRANYekan;
    font-style: normal;
    font-weight: 950;
    src: url(/_next/static/media/iranyekanwebextrablack.6be229ac.eot);
    src: url(/_next/static/media/iranyekanwebextrablack.6be229ac.eot) format("embedded-opentype"), url(/_next/static/media/iranyekanwebextrablack.40ce9a97.woff) format("woff"), url(/_next/static/media/iranyekanwebextrablack.df9f7150.ttf) format("truetype")
}
*/
@font-face {
    font-display: swap;
    font-family: iransans;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/m2hweb/m2hwebregular.eot");
    src: url("../fonts/m2hweb/m2hwebregular.eot") format("embedded-opentype"), url("../fonts/m2hweb/m2hwebregular.woff2") format("woff2"), url("../fonts/m2hweb/m2hwebregular.woff") format("woff"), url("../fonts/m2hweb/m2hwebregular.ttf") format("truetype")
}
/*@font-face {
    font-family: "iransans";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/font?#iefix") format("embedded-opentype"), url("../fonts/web_Yekan.woff") format("woff"), url("../fonts/web_Yekan.ttf") format("truetype"), url("../fonts/web_Yekan.svg#BYekan") format("svg");
}*/
/*@font-face {
    font-family: 'yekan';
    src: url("../fonts/yekan.eot");
    src: url("../fonts/yekan.eot?#iefix") format("embedded-opentype"), url("../fonts/yekan.woff") format("woff"), url("../fonts/yekan.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
*/

@font-face {
    font-family: 'flexslider-icon';
    src: url("../fonts/flexslider-icon.eot");
    src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("https://hilandbeauty.com/Themes/M2hweb/Content/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: "futura-pt";
    font-style: normal;
    font-weight: 300;
    src: url("data:font/opentype;base64,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");
}*/
@font-face {
    font-family: "WebCode128";
    src: url("../fonts/WebCode128H3.otf") format("opentype"), url("../fonts/WebCode128H3.woff") format("woff");
}

/*@font-face {
    font-family: "M2hweb";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/yekan2.woff2") format("woff2"), url("../fonts/yekan2.woff") format("woff"), url("../fonts/yekan2.ttf") format("truetype");
}*/

/*@font-face {
    font-family: "M2hweb_Medium";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/yekanWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/yekanWeb_Medium.woff2") format("woff2"), url("../fonts/yekanWeb_Medium.woff") format("woff"), url("../fonts/yekanWeb_Medium.ttf") format("truetype");
}*/
/*end load fonts*/
.home-page-filters-wrapper {
    text-align: center;
    margin: 0px auto;
}

.product-grid .item-box:hover img, .carousel-item .item-box:hover img, .item-grid .item-box:hover img {
    /*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);*/
    transform: scale(1.03);
}

.side-2 .filtersPanel, .side-2 .filter-block .title {
    font-family: "yekan";
    background-color: #e6e6e6;
    

}

@media all and (min-width: 1001px) {

    .block-category-navigation .listbox .list {
        margin: 0px;
    }


    .priceRangeFilterPanel7Spikes .filtersGroupPanel {
        padding: 10px 13px 0px 10px;
    }
}



.langli {
    text-align: right;
}

.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: #272727;
    font-family: iransans;
    font-size: 14px;
}
    .product-specs-box .data-table .a-left.spec-name
    {
        font-weight:400;
    }
.data-table .a-left.spec-value {

    font-weight: 700;
}
    .header-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;
    font-family: yekan;
    color: black;
    font-size: 16px;
}

h3 {
    color: black;
    font-family: yekan,proxima-reg;
    font-size: 16px;
    font-weight: 500;
}

.zenhelp {
    display: none;
}

.newsletter {
    padding: 0;
}

.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 {
    padding-top: 5px;
    display: inline-block;
}

.product-reviews-overview {
    max-width: 250px;
    margin-bottom: 20px;
}

.order-number {
    font-family: yekan;
    font-size: 18px;
    color: #333;
}

.product-unit-price, .product-subtotal {
    font-family: yekan;
    font-size: 14px;
}


#earnedRewardPoint {
    color: green;
}

#orderTotall {
    color: #bc0000;
}


.sku .value, .sku .sku-number {
    font-family: WebCode128;
    font-size: 18px;
    color: #292929;
    margin: 0 5px;
    line-height: 40px;
}

.sku .label, .manufacturers .label, .availability .label {
    font-family: iransans;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    color: #3f3f3f;
    font-size: 12px;
}

.availability {
    margin-top: 20px;
}

.sku .label, .availability {
    line-height: 40px;
}

.product-details-page .product-no-reviews {
    min-width: 250px;
    padding: 3px 0 0px 0;
    color: #1e4892;
    font-family: yekan;
    display: inline-block;
    font-size: 11px;
}



.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
}

@-moz-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);
    }
}

@-ms-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);
    }
}

@-webkit-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);
    }
}

@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;
    direction: ltr;
    z-index: 2 !important;
}

    .loader:after,
    .ajax-loading-block-window:after,
    .loader:before,
    .ajax-loading-block-window:before {
        content: '';
        position: fixed;
        border: 3px 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 .product-item .product-box-add-to-cart-button {
    width: 48px;
    height: 68px;
    font-size: 0;
    background: url(../img/Handbag.png) no-repeat center;
    border: none;
    height: 38px;
    font-size: 0;
    border: none;
    background-size: 24px;
    border-right: 1px solid gray;
}

.quantityWrapper {
    display: none;
}

.product-grid .item-box .add-to-wishlist-button, .product-grid .item-box .hover-1 .add-to-wishlist-button, .product-grid .product-item .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/Star.png) no-repeat center;
    background-size: 24px;
    border: none;
    border-right: 1px solid gray;
}

.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;
}

.product-grid .item-box .buttons, .product-grid .item-holder .buttons {
    /*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 {
    display: none;
}

.account-page form {
    /*border: 1px solid #d7d7d7;*/
    margin: 0px;
}

.account-page .fieldset .title, .account-page .section .title {
    font-size: 24px;
    line-height: 28px;
    background-color: #ddd;
    text-align: center;
    padding: 8px;
    margin: 0px;
}


#customerCurrency {
    padding: 4px;
    font-family: yekan,proxima-reg;
}

.grid {
    display: flex;
}

    .grid::before {
        content: " ";
        display: table;
    }

#supWidget {
    width: 100%;
    max-width: 1240px;
    margin: 10px auto 0px auto;
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
}

    #supWidget article {
        text-align: center;
        width: auto;
        border-left: 1px solid #505252;
        margin-bottom: 0;
        padding: 0 12px;
        margin: 0;
        width: 25%;
    }

        #supWidget article a {
            display: inline-block;
        }

        #supWidget article li {
            font-size: 2.7em;
            line-height: 1;
            margin-left: 12px;
            list-style-type: none;
            display: block;
        }

.icon-money::before {
    content: "\f0d1";
    /*color: #62b35d;*/
    color: #484a48;
    font-size: 0.8em;
    vertical-align: middle;
}

[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;*/
    color: #484a48;
    font-size: 0.7em;
    vertical-align: middle;
}

.icon-moving_truck::before {
    content: "\f06b";
    /*color: #d1629c;*/
    color: #484a48;
    font-size: 0.8em;
    vertical-align: middle;
}


.icon-scroll2::before {
    content: "\f0a3";
    /*color: red;*/
    color: #484a48;
    font-size: 0.7em;
    vertical-align: middle;
}

#supWidget article .content {
    float: none;
    font-family: yekan;
    display: inline-block;
}


h6 {
    font-size: .812em;
    margin: 0 0 .7em;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: #505252;
    line-height: 1.1;
}

#supWidget article:last-child {
    border-left: none;
}

#supWidget article {
    text-align: center;
}

    #supWidget article .content p {
        margin: 0px;
    }

.pager li:hover a {
    background: #F20202;
    border: 1px solid #F20202;
    color: white;
}

.manufacturer-page .page-title {
    background: url(../img/web2brands.jpg) repeat-x right;
}

.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;
    font-family: yekan;
}

.add-to-cart-label {
    position: relative;
    display: block;
    padding: 0 30px;
    font-size: 13px;
    background-color: #ed1f3a;
    font-family: yekan;
    border-radius: 0px 3px 3px 0;
}

.remindme-labelname, .add-to-cart-labelname {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: white;
    font-size: 13px;
    font-family: yekan;
}

.footer-box h3 {
    font-family: yekan,proxima-reg;
    margin: 0 0 18px 0;
    font-size: 16px;
    color: black;
}

.footer-box ul {
    margin: 0px
}

.AboutHilandFa {
    max-width: 1270px;
    margin: 0px auto;
    font-family: yekan,'proxima-reg;';
    color: #242424;
    font-size: 18px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
    line-height: 30px;
    padding-bottom: 40px
}

.theme-HomeBottomSlider {
    margin-bottom: 20px !important;
}

#ratingValuecount, .ratingValuecount {
    position: relative;
    color: #000;
    font-family: tahoma;
    font-size: 11px;
    max-width: 110px;
    /*margin: 0px auto;*/
    line-height: 15px;
}

.home-page #ratingValuecount, .home-page .ratingValuecount {
    margin: 0px auto;
}

.product-list .item-box .product-item .picture > a::before {
    padding-top: 82%;
}

.product-list .product-rating-box .rating {
    width: 108px;
    height: 18px;
    background: transparent url("../img/icon-rating-empty.png") repeat-x scroll 0% 0%;
    float: none;
    text-align: center;
    margin: 0px auto;
}



.category-28 .item-grid {
    display: none;
}

.Hiland-add-to-cart {
    display: inline-block;
    line-height: 0;
    min-height: 38px;
    overflow: hidden;
    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;
}

.like-btn:hover {
    background: url(../img/heart.png)no-repeat !important;
    background-size: 20px !important;
    height: 20px !important;
}

.unlike-btn:hover {
    background: url(../img/heart-hover.png)no-repeat !important;
    background-size: 20px !important;
    height: 20px !important;
}

.original-ckeck {
    display: block;
    font-family: yekan;
    font-size: 11px;
    color: #515151;
    padding-top: 0px;
}

.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, .search-results .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;
}

.search-results .not-availability {
    text-align: center;
}

#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/M2hweb/Content/img/filters-drop.png) no-repeat 95% center;
    height: 40px;
    opacity: 1;
    font-family: yekan;
    font-size: 13px;
    color: #484848;
}

/*.product-sorting .select-box {
    opacity: 0;
}*/
/*.product-selectors .select-wrap select
{
    position: absolute;
    left: 0;
    height: 46px;
    width: 100%;
    margin: 0;
    opacity: 0;
}*/
.product-selectors .select-box {
    display: none;
}

.product-selectors > div span {
    vertical-align: top;
    font-size: 15px;
    line-height: 30px;
    color: #252525;
    font-family: yekan;
}

.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;
}


.manufacturer-page .Lovebtn, .category-page .Lovebtn, .slick-slider .Lovebtn {
    display: none !important;
}


.product-item:hover .product-title {
    /*text-overflow:clip;
 white-space:normal;
 height:auto*/
}

.category-page #ratingValuecount {
    margin: 0px auto;
}

.مراقبت-پوستی {
    display: none;
}


.back-in-stock-subscription-page .page-title {
    background: none;
}


    .back-in-stock-subscription-page .page-title h1 {
        font: 18px/normal 'yekan';
        padding: 5px;
        text-align: center;
        color: #060000;
        width: 100%;
        opacity: 1;
    }

.back-in-stock-subscription-page .page-body, .back-in-stock-subscription-page .notify-me-button {
    font-family: yekan;
}


.notAllowMsg {
    text-align: center;
}




[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;
}

.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-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;
}

.topbar-content, [data-topbar-content] {
    -moz-box-align: center;
    -moz-box-pack: justify;
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: space-between;
}

.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-left: 0.5em;
}

.storefind:before {
    font-family: icon;
    content: "\f041";
    line-height: 1;
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    height: 1em;
    fill: currentcolor;
    width: 1em;
    top: 0.125em;
    margin-left: 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-left: 0.1em;
    color: #ee6a6a;
}

.topbargift {
    display: block;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
     color: #f34a4a;
    
}

.topbar-wrapper a {
    font-family: yekan;
}

.manufacturer-page .page-title h1 {
    opacity: 1;
    width: 50%;
}


/*check box style*/

.checkbox-item .disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #FFF;
}
.wishlist-content input[type="checkbox"] {
    visibility: visible !important;
   
    opacity: 1 !important;
   
}
input[type=checkbox] {
    visibility: hidden;
}

.disabled .check-label {
    pointer-events: none;
    opacity: 0.5;
    background: #fff;
}

.hidden {
    display: none;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 5px;
    font-family: yekan;
    line-height: 15px;
    font-size: 13px;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        right: 0;
        margin-right: -20px;
        border: 1px solid #555555;
        -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 label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 0;
        top: 0;
        margin-right: -20px;
        padding-right: 3px;
        padding-top: 2px;
        font-size: 11px;
        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;
}

.checkboxinput[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: 5px;
    padding-left: 10px;
    direction: rtl;
    font-family: yekan;
    color: green;
    margin-bottom: 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;
        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;
    }

/* end available checkbox */
.topbar-message .hPhone:after {
    top: 0.125em;
}

.hPhone:after {
    content: "\f095";
    font-family: icon;
    line-height: 1;
    margin-right: 4px;
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    height: 1em;
    fill: currentcolor;
    width: 1.375em;
    top: .225em;
    margin-left: 0.5em;
}

.catImage {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #9b0000;
}


.product-selectors > div select {
    height: 47px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: auto;
}

.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;
}

/*#read-terms
{
    font-family: m2hweb_light;
    color: #0046b0;
    font-size: 13px;
}*/

/*radio control during checkout*/

.address-item .address_item_radio {
    background: #f7fff7;
    border-top: 1px solid #c0f0c1;
}

.address_item_radio {
    padding: 13px 0;
    background: #fbfbfb;
    border-top: 1px solid #f0f0f0;
    cursor: pointer;
    text-align: center;
}

.select-billing-button label, .radio-control 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;
    -o-transition: 150ms ease;
    transition: 150ms ease;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.select-billing-button label, .radio-control 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;
    -o-transition: 150ms ease;
    transition: 150ms ease;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

    .select-billing-button label:after, .radio-control 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"], .radio-control input[type="radio"], .select-shipping-button input[type="radio"] {
        position: absolute !important;
        opacity: 0;
        display: none;
    }


.address-item .select-billing-button label, .radio-control label, .address-item .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, .radio-control input[type="radio"]:checked + label {
    background: #2196f3;
    border: 1px solid transparent;
    width: 16px;
    height: 16px;
}



.select-billing-button span, .radio-control span, .select-shipping-button span {
    vertical-align: 0px;
    margin-right: 5px;
    font-family: yekan;
}

.address-item .address_item_radio:hover {
    background: #ececec;
}
/*end*/
.pager2 {
    margin: 0px;
    display: inline-block;
    float: left;
    margin-top: 18px;
    margin-right: auto;
}

.cart-qty {
    width: 36px;
    /*height: 20px;*/
    font-size: 15px;
    color: #bf0000;
    font-family: "proxima-reg";
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
}

#account-name .accountName {
    display: inline-block;
    font-size: 15px;
}
.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 .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;
}
.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;
}
.quickMenuLinks {
    outline: currentcolor none 0px;
    display: block;
    cursor: pointer;
    padding: 8px 16px;
    width: 100%;
}

.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;
    font-family:iransans;
}

#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-left-width: 1px;
    border-left-style: solid;
    font-size: 13px;
    border-left-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%;
    left: 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%;
    left: 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;
    display: none;
}

#accName, #accGreeting {
    display: inline-block;
    margin: 0;
    text-transform: none;
}

#accGreeting {
    margin-left: 1px;
}

#account-name:hover {
    border-bottom: none !important;
}

#account-name, .modal-header .close {
    float: left;
}

    #account-name p {
        color: green;
        font-family: yekan;
    }

    #account-name:hover p {
        color: #be0000;
    }

.overview .product-name h1 {
    direction: rtl;
    font-family: iransans;
    color: #423f3f;
    font-size: 1.311rem;
    line-height: 2;
    margin: .47em 0;
    max-width: 85%;
    font-weight: 700;
}

.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;
}


    .hProductPage .product-essential, .html-product-details-page .product-essential {
        margin: 0 auto 10px auto;
        margin-bottom: 10px;
        position: relative;
    }
.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-left: 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;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hCategoryWrapper .listView {
    opacity: 0;
    display: none;
}

.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: 1100px;
    border: none;
}


.rich-blog-homepage {
    /*margin: 0 0 100px;
    padding: 0 20px;*/
    max-width: 1640px;
    /*margin: 0px auto;
    margin-bottom: 0px;
    margin-bottom: 50px;*/
}


.footLink .supNotice {
    margin: 0px;
    float: right;
    font: 14px/45px yekan;
}

.footIcons li i {
    display: inline-block;
    font-size: 12px;
    fill: currentcolor;
    top: -.12em;
    margin-right: .5em;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.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.225em;
    margin-left: 0.5em;
    font-style: initial;
}

.footIcons li {
    margin: 0 62px 0 0;
    list-style: none;
    float: left;
    font: normal 13px/45px yekan;
}

.footLink {
    width: 100%;
    height: 45px;
    background: #545454;
    color: #fff;
    line-height: 22px;
}

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.footLink .footLinkWrapper {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.checkoutAttr-wrapper {
    margin-bottom: 20px;
    max-width: 620px;
}

.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;
}
.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 #radioAttr {
    width: 190px;
    height: 70px;
    overflow: hidden;
    float: right;
    margin-left: 5px;
    margin-bottom: 10px;
    position: relative;
}

.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 .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: 14px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    font-family: yekan;
    color: black;
}

#radioAttr label img {
    max-height: 62px;
    float: right;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
}

.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;
    text-align: right;
}

.attributes #radioAtrrSquare label {
    padding: 0px;
    line-height: 0px;
}

.attributes #radioAtrrSquare input, .checkout-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 {
    margin: 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    margin-bottom: 2px;
    text-align: center;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    padding: 1px;
    line-height: 0px;
}

    .attributes #radioAtrrSquare .tooltip-body img {
        border-radius: 4px;
        max-width: 36px;
    }

    .checkout-attributes #radioAtrrSquare .tooltip-body img {
        border-radius: 4px;
        max-width: 60px;
        line-height: 0px;
    }

.attribute-squares .selected-value {
    padding: 1px;
    border-width: 3px;
    border-style: solid;
    border-radius: 7px;
    cursor: default;
    border-color: rgb(0, 0, 0) !important;
}

.cart-option .checkout-attributes .color-squares .selected-value {
    border-radius: 1px !important;
}

.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: rtl;
    font-size: 13px;
    color: #cb3030;
    font-family: yekan,'proxima-reg';
}

/*form Responsive Search box*/
#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 - 390px);
    flex: 0 0 calc(100% - 155px - 390px);
    flex-grow: 0;
    max-width: calc(100% - 155px - 390px);
    -ms-flex-positive: 1;
    flex-grow: 1;
   
}

.search-opener {
    display: none !important;
}

#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;
    position: relative;
    font-family: 'iransans';
    padding-right: 45px;
    height:46px;
}

.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;
}


.productTabs-body .pinputs > label {
    display: block;
    font: normal 13px yekan;
    color: #4d4d4d;
    margin-bottom: 8px;
}

.productTabs-body #AddProductReview_Title {
    width: 62%;
}

.productTabs-body .pinputs input[type="text"] {
    border: 1px solid #d4dbde;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 38px;
    line-height: 38px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    padding: 0 17px;
    font-family: yekan;
    font-size: 12px;
    transition: 150ms;
}

.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: yekan;
    font-size: 12px;
    width: 100%;
    height: 190px;
}

#review-form .message-error {
    color: #6c6969;
}

#review-form {
    text-align: right;
}

/*star rating*/
input#addproductrating_5:checked ~ label.star::before {
    /*color: #FE7;*/
    /*color:#000;*/
    color: #e9d22c;
    /*text-shadow: 0 0 20px #952;*/
}

input#addproductrating_4:checked ~ label.star::before {
    content: '\f005';
    /*color: #FD4;*/
    /*color:#000;*/
    color: #e9d22c;
    transition: all .25s;
}

input#addproductrating_3:checked ~ label.star::before {
    content: '\f005';
    /*color: #FD4;*/
    /*color:#000;*/
    color: #e9d22c;
    transition: all .25s;
}
input.star:checked ~ label.star::before {
    content: '\f005';
    /*color: #FD4;*/
    /*color:#000;*/
    color: #e9d22c;
    transition: all .25s;
}

label.star::before {
    content: '\f006';
    font-family: icon;
}

input#addproductrating_1:checked ~ label.star::before {
    color: #F62;
    /*color:#000;*/
}

.review-rating .starsRow input {
    display: none;
}

.review-rating label.star {
    display: inline-block;
    padding: 1px;
    font-size: 20px;
    color: #444;
    transition: all .2s;
}

    .review-rating label.star:hover {
        transform: rotate(-15deg) scale(1.3);
    }

.starsRow .starsLi {
    direction: ltr;
}

.starsRow {
    display: inline-block;
}

#review-form .buttons {
    float: left;
    margin: 0;
}

.pinputs {
    margin-bottom: 10px;
}
/*legend of star rating*/

.ship-to-same-address .selector {
    display: none;
}

.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, #skuChange {
    display: block;
}

.review-info .user {
    display: flex;
}

.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: "\f0d9";
    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;
}

.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;
}
.registerfieldWrapper {
    padding: 0;
    margin: 0px auto 50px auto;
    position: relative;
    max-width: 600px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #d8d8d8;
}

.errorPay {
    text-align: center;
    font-family: yekan,m2hweb_light;
    color: dimgray;
    font-size: 15px;
}



#customTimer .sale-campaign-label, #customTimer .sale-campaign-text {
    display: inline-block;
}


.overview .call-for-price {
    font-family: yekan;
    color: red;
    font-size: 20px;
    line-height: 26px;
}

.sale-campaign-box-wrapper .sproduct-page {
    font-size: 10px;
    font-family: yekan;
    position: absolute;
    margin: 0;
    top: auto;
    bottom: auto;
    right: auto;
    left: 10px;
    display: block;
}

#account-name .huser-icon {
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 14px;
    margin-left: -4px;
    background: url(/Themes/M2hweb/Content/img/all-icons.png) no-repeat;
    background-position: -276px -33px;
}

.select-shipping-address .address-item-name, .select-billing-address .address-item-name, .address-list-page .address-item-name {
    font-size: 15px;
    background-color: #fbfdfc;
    border-bottom: 1px solid #e1e1e1;
}

    .select-shipping-address .address-item-name .user-name, .select-billing-address .address-item-name .user-name, .address-list-page .address-item-name .user-name {
        float: right;
        padding: 18px 15px 18px 0
    }

.select-shipping-address .address-item-remove, .select-billing-address .address-item-remove, .select-shipping-address .address-item-edit, .select-billing-address .address-item-edit, .address-list-page .address-item-remove, .address-list-page .address-item-edit {
    float: left;
    width: 58px;
    height: 58px;
    position: relative;
    cursor: pointer;
}

    .select-shipping-address .address-item-edit::before, .select-billing-address .address-item-edit::before, .address-list-page .address-item-edit::before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        background: url(../img/all-icons.png) -812px -446px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.select-shipping-address, .select-billing-address, .address-list-page {
    font-family: yekan;
    color: #4d4d4d;
}

    .select-shipping-address .address-item-remove::before, .select-billing-address .address-item-remove::before, .address-list-page .address-item-remove::before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        background: url(../img/all-icons.png) -812px -508px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

#removeIcon {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 14px;
    margin-right: 10px;
    background: url(../img/all-icons.png) -812px -508px;
}

.shipping-content {
    max-width: 1170px;
    margin: 0px auto;
}

.hgrayButton {
    min-height: 32px;
    height: 32px;
    margin: 0px 20px 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;
}

.enter-address .title {
    padding: 10px 15px 0;
    font-size: 16px;
}

.checkout-page #new-address .title {
    margin-bottom: 1px;
}

#NewAddress_PhoneNumber, #Address_PhoneNumber, #NewAddress_Email, #Address_Email, #NewAddress_ZipPostalCode, #Address_ZipPostalCode {
    direction: ltr;
    text-align: left;
}

.chosen-container {
    margin-left: 5px;
}

.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;
}

.mCustomScrollBox .filtersGroupPanel {
    margin-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;
}

.product-essential .overview .buttons, .gallery .buttons {
    right: 20px;
    position: absolute;
    top: 40px;
    font-size: 0;
    z-index: 2;
    text-align: center;
}

    .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:0;
    }


.recentlyViewedp .nop-jcarousel {
    box-shadow: none !important;
    border: none !important;
    margin: 0px auto;
    max-width: 1680px !important;
}



.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, .home-page-category-grid.banner-included .item-grid .theme-campaignSlider2 {
    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;
    border: 1px solid #d1d1d1;
}


.home-page-category-grid.banner-included .item-grid .theme-campaignSlider1 {
    float: left !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;
} 

.nop-jcarousel .html-widget p {
    margin: 0 0px 15px 0;
}

.item-grid .slider-wrapper:first-child {
    float: left !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: 50%;
}

.home-page-category-grid.banner-included .title, .hExplore .title {
    display: block;
    padding: 30px 0px;
    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: 0 auto;
    text-align: center;
    max-width: 100%;
}

    .hExplore img {
        width: 100%;
        height: auto;
    }

.hExplorerwrapper {
    max-width: 1170px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 60px;
}

.hExplore div {
    display: inline-block;
    width: 23%;
    margin-left: 1%;
}

    .hExplore div:last-child {
        margin-left: 0px !important;
    }


/*.mega-menu .row::before {
    content: " ";
    display: table;
}
    .mega-menu .row::after {  clear: both;}*/




.hgrayButton .hl-button-labelname {
    display: block;
    font-family: yekan;
    text-align: center;
    /*height: 32px !important;*/
    line-height: 38px !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: 38px;
    height: 38px;
    margin: 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: #db2828;
        color: #fff;
        position: relative;
        display: block;
        margin-right: 0;
        padding: 0 25px;
        font-size: 13px;
    }

    .hredButton .hl-button-labelname {
        display: block;
        font-family: yekan;
        text-align: center;
        height: 38px !important;
        line-height: 38px !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;
    }

        .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: 36px;
        height: 36px;
    }

        .hredButton.newsletter-subscribe .hl-button-labelname {
            height: 40px !important;
            line-height: 40px !important;
        }

.hgrayButton.billing-back-step, .hgrayButton.shipping-back-step {
    margin-right: 0px !important;
    min-height: 38px;
    height: 38px;
}

.address-wrapper {
    padding-bottom: 20px;
}

.billing-addresses .hgrayButton.billing-back-step .hl-button-labelname, .shipping-address-page .hgrayButton.billing-back-step .hl-button-labelname {
    display: block;
    font-family: yekan;
    text-align: center;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 13px !important;
    position: relative;
}

.hbutton-icon {
    background: url(/Themes/M2hweb/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-left: 40px;
}


.hredButton .red .hbutton-icon-arrowLeft {
    background-position: -12px -552px;
    display: block;
    float: left;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    width: 54px;
    background-color: #f03b3b;
}



.quickViewWindow .main-notes img {
    width: auto;
    height: 60px;
}

.AboutHilandFa .AboutHilandWrapper {
    display: block;
    margin: 0px auto;
    text-align: center;
    max-width: 1270px;
}

    .AboutHilandFa .AboutHilandWrapper img {
        text-align: center;
    }

.AboutHilandFa .AboutHilandText {
    display: block;
    width: auto;
    margin: 0px auto;
    margin-top: 0px;
    color: #424242;
    text-align: center;
    margin-top: 10px;
    font-size: 15px
}

.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:hover a {
    color: #000;
    text-overflow: clip;
    white-space: normal;
    height: auto;
}

/*new rating template*/
.ratingPrdWrpper .ratingValue img {
    vertical-align: -3px;
    fill: #fff;
    margin-left: 5px;
    display: inline-block;
}

.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;
}

.ratingPrdWrpper .ratingPrd {
    font-family: yekan;
    font-size: 12px;
}
/*end rating*/

.manufacturer-page .item-box .countdownTimer, .hCatPage .item-box .countdownTimer, .home-page .item-box .countdownTimer, .html-category-page .item-box .countdownTimer, .html-search-page .item-box .countdownTimer {
    display: none;
}

.filtersGroupPanel .selectedOption .close-option, .nopAjaxFilters7Spikes .selected-options-list .close-option {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 15px;
    cursor: pointer;
}

.filtersGroupPanel .selectedOption label, .nopAjaxFilters7Spikes .selected-options-list label {
    display: none !important;
}

.filtersGroupPanel .selectedOption .close-option::before, .nopAjaxFilters7Spikes .selected-options-list .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, .nopAjaxFilters7Spikes .selected-options-list .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;
    font: normal 12px yekan;
    vertical-align: middle;
}

.recentlyViewedp {
    box-shadow: none !important;
    border: none !important;
}

    .recentlyViewedp .nop-jcarousel .carousel-title::after {
        background: none;
    }

    .recentlyViewedp .nop-jcarousel .carousel-title {
        border: none;
        text-align: center;
    }

    .recentlyViewedp .ribbon-position, .recentlyViewedp .countdownTimer {
        display: none;
    }

.recentlyViewedp {
    margin-top: 30px;
    background-color: white;
}

    .recentlyViewedp .carousel-item .item-box .product-title a {
        height: auto;
        overflow: hidden;
        text-overflow: clip;
        white-space: normal;
    }

.home-page .recentlyViewedp .home-page-product-grid .item-grid {
    height: auto;
}

.jcarouselInsta .nop-jcarousel {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 96%;
}

.recentlyViewedp .carousel-title span::after, .recentlyViewedp .carousel-title span::before, .jcarouselInsta .carousel-title span::after, .jcarouselInsta .carousel-title span::before {
    border: none !important;
}

.jcarouselInsta .nop-jcarousel .carousel-title::after {
    content: none;
}

.recentlyViewedp .carousel-title span, .jcarouselInsta .carousel-title span, .sameCatp .carousel-title span {
    font-family: yekan !important;
    position: relative;
    font-weight: normal;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1;
    padding: 0 40px;
    margin-bottom: 12px;
    border-right: none !important;
    border-left: none !important;
}

.jcarouselInsta .carousel-title div {
    color: #333333;
    font-family: yekan !important;
    font-size: 20px !important;
    margin: 0px;
}

.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(../img/profile.jpg)
}

.profile-page .box {
    display: block;
    position: relative;
    box-shadow: rgba(150, 150, 150, 0.25) 0px 0px 12px 0px;
    height: 231px;
    background-color: rgba(255, 255, 255, 0.95);
}

.profile-page .profile-box {
    margin-right: auto;
    padding-bottom: 32px;
    padding-top: 103px;
    width: 665px;
    display: block;
    margin-left: auto;
}

.profile-photoWrapper {
    display: block;
    position: absolute;
    top: -86px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.profile-photo {
    background-image: url("https://community.sephora.com/t5/image/serverpage/avatar-name/default-avatar/avatar-theme/sephora/avatar-collection/sephora/avatar-display-size/profile/version/2");
    display: block;
    box-shadow: rgba(150, 150, 150, 0.25) 0px 0px 12px 0px;
    background-position: center center;
    background-size: cover;
    height: 172px;
    border-color: rgb(255, 255, 255);
    border-radius: 99999px;
    border-width: 4px;
    border-style: solid;
    width: 172px;
}

.profile-page .profile-box .profile-name {
    overflow-wrap: break-word;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 32px;
    line-height: 1;
}

    .profile-page .profile-box .profile-name span {
        overflow-wrap: break-word;
        color: rgb(119, 119, 119);
        font-family: yekan;
    }

.profile-page .profile-box .profile-nameWrapper {
    display: block;
    text-align: center;
    padding-top: 86px;
}


.a-button {
    width: 100%;
    max-width: 210px;
}

.a-button-primary {
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
}

.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;
}

.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
}

.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;
}
.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;
}
.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/M2hweb/Content/img/all-icons.png) no-repeat -34px -400px;
    width: 11px;
    height: 15px;
}

.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/M2hweb/Content/img/all-icons.png) no-repeat -34px -430px;
    width: 11px;
    height: 15px;
}

.search-button {
    display: inline-block;
}

.a-button-primary .button-1 {
    color: #111;
    line-height: 29px;
}

.productAddedToCartWindowSummary a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: yekan;
}

.payment-method .method-name, .checkout-attributes .text-prompt {
    font-family: yekan;
    color: #2f2f2f;
    font-size: 13px;
}

/*.checkout-attributes .text-prompt

{
    display:none;
}*/


.checkout-as-guest-or-register-block li, .checkout-as-guest-or-register-block strong, .checkout-as-guest-or-register-block .text, .checkout-as-guest-or-register-block p {
    font-family: yekan;
    list-style: none;
    color: #2c84cf;
    font-size: 14px;
}

.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
    }

.side-2 .filtersPanel .manufacturerFilterPanel7Spikes {
    margin-bottom: 0px;
}

.hProductPage, .html-product-details-page .master-wrapper-content {
    padding-bottom: 20px;
}

.accept-consent.checkbox label {
    width: auto;
    color: #4f4f4f;
}

.newsletter-email input[type="email"] {
    width: 190px;
}

.inputs input[type="text"],
.inputs input[type="password"],
input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea {
    font: normal 13px yekan;
    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;
}

.filters-button, .filter-category, .filter-sticky, .filter-stickynop {
    display: none;
}

.category-page .filter-category, .search-page .filter-category {
    font-family: yekan;
    float: right;
    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;
}

.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;
    right: 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: 1px;
    font-size: 17px;
    background: url(/Themes/M2hweb/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;
}

.manufacturer-page .filters-button, .category-page .filters-button, .search-page .filters-button, #npacc-catalog .filters-buttonnop, #npacc-search .filters-buttonnop {
    font-family: yekan;
    float: right;
    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;
}

.prdSorting li {
    display: inline-block;
}
.prdSorting li {
    padding: 0 5px;
    position: relative;
    font-family: yekan;
    font-size: 12px;
    font-size: .857rem;
    line-height: 25px;
    vertical-align: middle;
    border-radius: 5px;
    white-space: nowrap;
    color: rgb(74, 95, 115);
    padding: 0 10px;
    cursor: pointer;
}

    .prdSorting li.selected, .prdSorting li.active {
        background-color: #45aa69;
        color: #fff;
    }

    .prdSorting li a {
        display: block;
        padding: 0 5px;
        position: relative;
        font-family: iransans;
        font-size: 12px;
        font-size: .857rem;
        line-height: 25px;
        vertical-align: middle;
        border-radius: 5px;
        white-space: nowrap;
        color: rgb(74, 95, 115);
        padding: 0 10px;
    }

        .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 {
    float: right;
    font-size: 15px;
    line-height: 30px;
}


#connectToPayment {
    display: none;
    background-color: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
    color: #777;
    font-family: yekan;
    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: 36px;
    height: 36px;
    margin: 0;
    border: solid 5px white;
    text-align: center;
}

.reply-header {
    color: #b32906;
    font-family: yekan;
    font-size: 12px;
}

.reply {
    margin: 0px auto;
}

#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;
}

.feeds-page {
    max-width: 1170px;
    margin: 0px auto;
    background-color: white;
}

.col-md-3:first-child .box-item .card-holder {
    background: url('../img/plat-card.jpg') no-repeat !important;
    background-size: 210px !important;
}

.col-md-3:nth-child(2) .box-item .card-holder {
    background: url('../img/gold-card.jpg') no-repeat !important;
    background-size: 210px !important;
}

.col-md-3:nth-child(4) .box-item .card-holder {
    background: url('../img/blue-card.jpg') no-repeat !important;
    background-size: 210px !important;
}

.col-md-3:nth-child(3) .box-item .card-holder {
    background: url('../img/silver-card.jpg') no-repeat !important;
    background-size: 210px !important;
}

/*fixed discount*/
.fixedDiscount {
    background: #cf2929;
    bottom: 0;
    color: #FFF;
    cursor: pointer;
    display: none;
    left: auto;
    padding: 5px 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: auto;
    width: 408px;
    z-index: 9989;
    text-align: center;
    direction: rtl;
    font-family: yekan;
    font-size: 12px;
    line-height: 24px;
}

.html-home-page .fixedDiscount {
    display: block;
}

.brandEn {
    text-align: left;
    float: left;
}

.fixedDiscount .js_modal_sticky_close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url("../img/icon-all.png") no-repeat scroll -1061px -384px;
    height: 21px;
    width: 21px;
}

.order-completed-icon {
    color: #178e17;
    font-size: 80px;
}

.descriptionWrapper {
    padding: 20px;
    margin: 20px;
}

    .descriptionWrapper .descriptionName {
        font-family: yekan;
        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;
}

.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
}

/*User Profile*/

.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: 47px;
    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 {
    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: yekan;
    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: yekan;
    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;
    cursor: pointer;
}

.order-list-cell-paymentStatus .order-status, .order-list-cell-orderStatus .order-status {
    font-size: 14px;
    line-height: 1.467;
    font-size: 14px;
    font-family: yekan;
}

.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%;
    justify-content: center;
}

.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 {
    max-width: 1680px;
    margin: 0px auto;
}

.cart .discount {
    color: #287b28;
    font-size: 16px;
}

.blog-page img {
    max-width: 90%;
}

.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: 15px 0;
}

.header-top-strip .header-logo {
    margin: 0;
}

.item-box .compare-products {
    display: none;
}



.header.normal .header-top-strip > ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 43px;
}

.header-logo a {
    display: block;
}

  

#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;
}


.mega-menu-responsive #account-li > a {
    width: auto;
}


.sub-category-grid .item-box:nth-child(7) {
    display: none;
}

.select-shipping-address, .new-shipping-address .order-summary {
    padding: 0px;
}

.non-discounted-price, .discounted-price {
    color: #cf2626;
    font-size: 20px;
}


#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;
}


.mega-menu-responsive #account-li > a {
    width: auto;
}

.sub-category-grid .item-box:nth-child(7) {
    display: none;
}

.select-shipping-address, .new-shipping-address .order-summary {
    padding: 0px;
}


.login-page .inputs.reversed > * {
    visibility: visible;
}

.non-discounted-price, .discounted-price {
    color: #cf2626;
    font-size: 20px;
}
/*.footer-links-wrapper
{
    display:none !important;
}*/
.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-phonenumber-verify a::before, .customer-info a::before, .customer-addresses a::before, .customer-orders a::before,
.block-account-navigation strong.inactive a::before, .block-account-navigation strong.active a::before, .block .back-in-stock-subscriptions a::before, .mega-menu-responsive .back-in-stock-subscriptions a::before,
.block .change-password a::before, .mega-menu-responsive .change-password a::before, .block .customer-reviews a::before, .mega-menu-responsive .customer-reviews a::before,
.block .customer-avatar a::before, .mega-menu-responsive .customer-avatar a::before, .mega-menu-responsive .customer-shoppingcartc a::before,
.mega-menu-responsive .customer-likes a::before, .block .customer-likes a::before, .mega-menu-responsive .customer-logouts a::before,
.mega-menu-responsive .menuProfile a::before, .h-formsInputsPass-label::before, .h-formsInputsUser-label::before, .btn-login::after, .btn-register::after, .h-formsInputsPhone-label::before, .btn-phoneVerify::after, .btn-recover::after, .btn-recoverPass::after, .block .reward-points a::before, .block .my-wallet a::before {
    font-family: icon;
    position: absolute;
    right: 20px;
    color: #6d6d6d;
    top: auto;
    bottom: auto;
}

.h-formsButtons-row .btn-login::after, .btn-phoneVerify::after, .btn-register::after {
    top: 9px;
    font-size: 28px;
    content: "\f090";
    color: white;
}

.h-formsButtons-row .btn-recover::after, .h-formsButtons-row .btn-recoverPass {
    top: 9px;
    font-size: 28px;
    color: white;
}

.btn-login:not(.disabled):not(.is-inactive):not([disabled]):hover::before, .btn-phoneVerify:not(.disabled):not(.is-inactive):not([disabled]):hover::before, .btn-recover:not(.disabled):not(.is-inactive):not([disabled]):hover::before, .btn-recoverPass:not(.disabled):not(.is-inactive):not([disabled]):hover::before, .btn-registes:not(.disabled):not(.is-inactive):not([disabled]):hover::before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    -webkit-transform: unset;
    transform: unset;
}

.btn-login:not(.disabled):not(.is-inactive):not([disabled])::before, .btn-phoneVerify:not(.disabled):not(.is-inactive):not([disabled])::before, .btn-recover:not(.disabled):not(.is-inactive):not([disabled])::before, .btn-recoverPass:not(.disabled):not(.is-inactive):not([disabled])::before, .btn-register:not(.disabled):not(.is-inactive):not([disabled])::before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-login::before, .btn-phoneVerify::before, .btn-recover::before, .btn-recoverPass::before, .btn-register::before {
    width: 95px;
    height: 95px;
    position: absolute;
    right: -15px;
    top: -20px;
    background: hsla(0,0%,100%,.21);
    content: "";
    border-radius: 50%;
}

.h-formsInputsPhone-label::before {
    right: 17px;
    top: 9px;
    font-size: 24px;
    z-index: 2;
    content: "\f2c0";
}

.h-accountBox .h-formsInputsUser-label::before {
    right: 17px;
    top: 9px;
    font-size: 24px;
    z-index: 2;
    content: "\f2c0";
}

.h-accountBox .has-error::before {
    color: #fb3449;
}

.h-accountBox .has-error .h-formsInputs-input {
    border-color: #fb3449;
    color: #ef5662 !important;
}

.h-accountBox .h-formsInputsPass-label::before {
    right: 17px;
    top: 9px;
    font-size: 29px;
    z-index: 2;
}

.customer-info a::before, .mega-menu-responsive .menuProfile a::before {
    font-size: 18px;
    content: "\f2ba";
}

.block-account-navigation strong.active a::before, .block-account-navigation strong.inactive a::before {
    font-size: 15px;
    content: "\f2c0";
}

.customer-addresses a::before {
    font-size: 18px;
    content: "\f124";
}

.customer-orders a::before {
    font-size: 16px;
    content: "\f022";
}

.block .back-in-stock-subscriptions a::before, .mega-menu-responsive .back-in-stock-subscriptions a::before {
    font-size: 16px;
    content: "\f0a2";
}

.block .change-password a::before, .mega-menu-responsive .change-password a::before, .h-formsInputsPass-label::before, .btn-recover::after {
    font-size: 19px;
    content: "\f023";
}

.block .my-wallet a::before {
    font-size: 15px;
    content: "\f09d ";
}

.h-formsButtons-row .btn-recoverPass::after {
    font-size: 30px;
    content: "\f13e";
    color: white;
    top: 8px;
}

.customer-phonenumber-verify a::before {
    font-size: 23px;
    content: "\f10b";
}

.block .customer-avatar a::before, .mega-menu-responsive .customer-avatar a::before {
    font-size: 19px;
    content: "\f118";
}

.block .customer-reviews a::before, .mega-menu-responsive .customer-reviews a::before {
    content: "\f27b";
    font-size: 19px;
}

.block .reward-points a::before {
    /*font-size: 19px;
    content: "\f06b";*/
    font-size: 15px;
    content: "\f09d ";
}

.mega-menu-responsive .customer-shoppingcartc a::before {
    content: "\f07a";
    font-size: 19px;
}

.mega-menu-responsive .customer-logouts a::before {
    content: "\f08b";
    font-size: 18px;
}

.block .customer-likes a::before, .mega-menu-responsive .customer-likes a::before {
    content: "\f08a";
    font-size: 18px;
}

.login-page .customer-blocks, .phonenumber-verification-page .customer-blocks, .password-recovery-page .customer-blocks, .phoneverify-afterlogin-page .customer-blocks {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: 215px 0 135px;
}

.registration-page .customer-blocks, .customer-info-page .customer-blocks {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin: 105px 0 135px;
}

.html-customer-info-page .customer-info-page .customer-blocks {
    margin: 40px 0 40px;
}

.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, .phoneverify-afterlogin-page .h-accountBox {
    margin: 0px auto;
    max-width: 440px;
    padding: 0;
    border: 1px solid #d8d8d8;
}

.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;
    text-indent: -1000em;
    background-size: cover;
    text-indent: -1000em;
    height: 90px;
    width: 190px;
}

.h-accountBox-header {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-size: 1.10rem;
    line-height: 1.10;
    font-weight: 700;
    font-family: yekan;
}

.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, .phoneverify-afterlogin-page .h-accountBox-body {
    padding: 20px;
    width: 400px;
}

.h-accountBox-form, .phonenumber-verification-form {
    margin-top: 9px;
    margin-bottom: 9px;
}

.h-formsInputs .h-formsInputs-row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.h-formsInputs-title {
    font-family: yekan;
    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-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 input::placeholder {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.571;
    text-align: right;
    color: #acabab;
}

.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;
}

.pha-hint {
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    margin-bottom: 10px;
    padding: 15px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    font-family: yekan;
}

.pha-hint-green {
    background-color: #eeffdf;
    border: 1px solid #b7ecb8;
    color: #518541;
    margin-bottom: 10px;
    padding: 15px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    font-family: yekan;
    margin-top: 30px !important;
}

    .pha-hint-green a {
        display: block;
        text-decoration: underline !important;
        color: #d75b5b;
        text-align: center;
        font-family: yekan;
        padding: 20px;
        font-size: 16px;
    }

.h-formsInputs-row .h-formsInputs-placeholder.error {
    border-color: #fb3449;
    color: #ef5662 !important;
}

.h-formsButtons-row .btn-login, .h-formsButtons-row .btn-phoneVerify, .h-formsButtons-row .btn-recover, .h-formsButtons-row .btn-recoverPass, .h-formsButtons-row .btn-register, .h-formsButtons-row .btn-verify {
    width: 100%;
    text-align: center;
    letter-spacing: -.7px;
    height: auto;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 13px 16px;
    direction: rtl;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    background-color: #e4233a;
    color: #fff;
    border: 1px solid #e4233a;
}

.h-accountBox .h-formsInputs-input {
    height: auto;
    position: relative;
    width: 100%;
    min-height: 1px;
    letter-spacing: -.8px;
    direction: ltr;
    color: #4b4b4b;
    overflow: visible;
    font-family: yekan;
    padding: 16px 52px 15px 12px;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 21px;
    line-height: 1.3125rem;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: left;
    max-width: inherit;
}

.h-formsLinks {
    margin: 12px 0;
    font-size: 13px;
    font-size: .859rem;
    line-height: 1.492;
    text-align: right;
    color: #7b7a7a;
    font-family: yekan;
}

.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: .76rem;
    line-height: 2.5;
    color: #5c5c5c;
    position: relative;
    text-align: right;
}

.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-mainPage {
    padding-top: 115px;
    height: 100vh;
    position: relative;
}

.h-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.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;
}

.btn-link-forget, .btn-link-register, .btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 13px;
}

.btn-link-register {
    font-size: .929rem;
}

.btn-link-forget, .btn-link-register, .btn-link-spoiler {
    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, .btn-link-spoiler::after {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
    }

.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: yekan;
    }

    .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: yekan;
        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, .phoneverify-afterlogin-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-right: 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: #fff;
   
   
}

.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;
}
.search-box-load.show {
    position: absolute;
    left: 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;
}
    /*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;
        font-family: iransans;
        max-height:53px;
    }

    .swiper-free-mode > .swiper-wrapper {
        transition-timing-function: ease-out;
        margin: 0 auto;
    }

    .search-box-result {
        width: 98%;
        text-align: center;
        margin: 0px auto;
    }
.search-box-return {
    height: 46px;
    align-content: center;
    align-items: center;
    margin-right: 10px;
    color: #b10909;
}
    .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;
        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-result-wrapper {
        position: absolute;
        max-width: 100%;
        top: 45px;
        background-color: white;
        transition: all .3s ease .1s;
        -webkit-transition: all .3s ease .1s;
        -moz-transition: all .3s ease .1s;
        -o-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;
    }

#serch-button::before, .filtersGroupSearch::before { 
        content: "";
        position: absolute;
        right: 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;
    }
.c-ettehadiye img
{
    max-width:80px;
    cursor:pointer;
}
@-webkit-keyframes m2hiland {
    0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes m2hiland {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

.brandName-locaLEN {
    display: flex;
    line-height: 20px;
    margin-right: auto;
    margin-left: 10px;
    color: #625f5f;
    text-align: left;
    font-size: 13px;
    width: auto;
    flex-wrap: wrap;
    direction:ltr;
}
.white-bg
{
    background-color:white;
}