/* Minification failed. Returning unminified contents.
(7806,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/*********** CSS RESET **********/
* {
        margin: 0;
        outline: none;
        padding: 0;
        text-decoration: none;
    }

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height:30px;
}
em {
    font-style: normal;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

button::-moz-focus-inner {
    border: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea, button {
    border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input::-moz-placeholder {
    opacity: 1; /*firefox text input bug fix*/
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/

/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
body {
    max-width: 100%;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
    background: #fff;
    font: normal 300 13px Samim-farsi,Samim;
    direction: rtl;
}
/* End FPC Change*/

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

table {
    width: 100%;
    border-collapse: collapse;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
input[type="text"],
input[type="number"],
input[type="password"],
textarea, select {
    /*height: 15px; safari padding fix*/
    border: 1px solid #e9e9e9;
    padding: 0 15px;
    vertical-align: middle;
    color: #777;
}
    /* End FPC Change*/
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
        color: #333;
    }

input, textarea, select, button {
    font-family: 'Open Sans';
    /*
        Begin FPC Change
        Date: 1395/05/301
        Jalali: تغییر ظاهر امتیازات
    */
    font-size: 11px;
    /* End FPC Change*/
}

    input:disabled,
    textarea:disabled {
        background-color: transparent;
    }

textarea {
    min-height: 150px;
    padding: 8px;
}

select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 0 6px;
}

    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    textarea:focus, select:focus {
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
	margin: 0;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label, label + * {
    vertical-align: middle;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.wrapper{
    background-color: #f3f7fa;
}
/* End FPC Change*/

.wrapper-main {
    position: relative;
    z-index: 0; /* giving priority to header and header-menu */
}

.inner-main-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.main-center {
    margin: 0 0 90px;
    padding-top: 1px;
}
/* End FPC Change*/
.home-page-body .main-center {
    margin: 0;
}

.product-details-page-body .main-center {
    margin: 0 0 70px;
}

.center-2, .side-2 {
    margin: 0 0 70px;
}

    .side-2:after {
        content: "";
        display: block;
        clear: both;
    }

.page {
    min-height: 200px;
    text-align: center;
}

/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.page-title {
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    text-transform: uppercase;
}

    .page-title h1 {
    font-size: 20px;
    color: #666;
}
/* End FPC Change*/

    .page:after,
    .page-title:after,
    .page-body:after {
        content: "";
        display: block;
        clear: both;
    }

.buttons {
    text-align: center;
}

.link-rss {
    display: none;
    width: 32px;
    height: 32px;
    background: #f74258 url(/Themes/Pavilion/Content/img/rss-icon.png) no-repeat;
    font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul {
    margin: 12px 0;
    padding: 0 36px 0 0;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
    margin: 12px 0;
    padding: 0 36px 0 0;
    list-style: decimal;
}

/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
    margin: 10px 0;
    line-height: 30px;
}
/* End FPC Change*/


/*********** GLOBAL FORMS ***********/


/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.fieldset, .section {
    position: relative;
    margin: 0 0 15px;
}
/* End FPC Change*/

    .fieldset .title,
    .section .title {
        background-color: #f9f9f9;
        padding: 25px 30px;
        font-size: 15px;
        color: #333;
        text-transform: uppercase;
    }

.form-fields {
    position: relative;
}

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.inputs {
    position: relative;
    margin: 0 0 10px;
    white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        margin:5px 0 5px 0;
        font-size: 13px; /*reset zeroing*/
        font-weight: bold;
		display: block;
    }
/* End FPC Change*/

    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs input[type="number"],
    .inputs select, .inputs textarea {
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
        height:32px;
    }

    .inputs .option-list {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }

        .inputs .option-list li {
            float: right;
            margin: 0 0 0 5px;
        }

        .inputs .option-list label {
            display: inline;
            width: auto;
            margin: 0 5px;
            font-weight: normal;
        }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }

.required {
    margin: 0 3px 0 0; /*siblings offset fix*/
    font-size: 12px;
    color: #f74258;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    color: #f74258;
}

.message-error {
    margin: 0;
}

.field-validation-valid,
.username-available-status {
    display: block;
    font-size: 14px;
    color: #4fbb41;
}

.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;
    }


/*********** GLOBAL TABLES ***********/



/*.table-wrapper {
	overflow-x: auto;
}*/
.cart, .data-table,
.compare-products-table,
.forums-table-section table {
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

    /*
    Begin FPC Change
    Date: 1395/06/13
    Jalali
*/
    .cart th, .data-table th,
    .forums-table-section th {
        padding: 5px;
        font-size: 13px;
        font-weight: normal;
        white-space: nowrap;
    }
    /* End FPC Change*/

    /*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
    .cart td, .data-table td,
    .compare-products-table td,
    .forums-table-section td {
        min-width: 50px;
        border-top: 1px solid #f0f0f0;
        padding: 10px 25px 10px 25px;
    }
/* End FPC Change*/

.forums-table-section th,
.forums-table-section td {
    padding: 20px 25px;
}

.cart a, .data-table a,
.compare-products-table a {
    font-weight: bold;
    color: #333;
}

.cart .product,
.data-table .product,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
    text-align: right;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td .attributes,
.data-table td .attributes {
    margin: 10px 0;
}

.cart .product-picture {
    text-align: center;
}

    .cart .product-picture img {
        max-width: 60px;
    }

.cart .edit-item a {
    font-weight: normal;
    color: #f74258;
}

    .cart .edit-item a:hover {
        text-decoration: underline;
    }

.cart .unit-price {
    white-space: nowrap;
}

.cart .qty-input,
.cart .qty-dropdown {
    width: 50px;
    height: 40px;
    text-align: center;
}

.cart .subtotal {
    font-weight: bold;
    color: #00a1b1;
}

.cart th.subtotal {
    text-transform: uppercase;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1080;
    width: 100%;
    padding: 12px 10px 12px 25px;
    font-size: 13px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background: #4fbb41;
    }

    .bar-notification.error {
        background: #f74258;
    }

    .bar-notification .content {
        float: right;
        margin: 0 0 0 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 31px;
        height: 31px;
        margin: 6px;
        background: #fff url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
        cursor: pointer;
    }

        .bar-notification .close:hover {
            outline: 1px solid #fff;
        }

.noscript {
    background-color: #ff9;
    padding: 10px;
    text-align: center;
}

/*.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(/Themes/Pavilion/Content/img/loading.gif) center no-repeat;
}*/
.ajax-loading-block-window {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}

    .ajax-loading-block-window:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        border-radius: 2px;
        background-color: #f74258;
        animation: animate 0.5s linear infinite;
    }

    .ajax-loading-block-window:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 5px;
        margin: 35px 0 0 -25px;
        border-radius: 50%;
        background-color: #000;
        opacity: 0.1;
        animation: shadow 0.5s linear infinite;
    }

@-webkit-keyframes animate {
    15% {
        border-bottom-right-radius: 2px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate {
    15% {
        border-bottom-right-radius: 2px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {
    0%, 100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}

@keyframes shadow {
    0%, 100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}

.ui-dialog {
    position: absolute !important;
    z-index: 1050;
    width: 350px !important;
    max-width: 95%;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
}

.ui-dialog-titlebar {
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 15px 20px;
    font-weight: bold;
    color: #f74258;
}

    .ui-dialog-titlebar span {
        float: right;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        margin: 13px;
        overflow: hidden;
        border: none;
        background: url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
        font-size: 0;
        opacity: 0.8;
    }

        .ui-dialog-titlebar button:hover {
            opacity: 1;
        }

        .ui-dialog-titlebar button * {
            display: none;
        }

.ui-dialog-content {
    height: auto !important;
    padding: 20px;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 25px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 5px 0 10px;
        border: none;
        background-color: #f74258;
        padding: 10px 20px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .eu-cookie-bar-notification a {
        display: block;
        text-decoration: underline;
    }

#goToTop {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1030;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: rgba(225,225,225,0.75) url(/Themes/Pavilion/Content/img/scroll-page.png) no-repeat center 48%;
    transition: all 0.2s ease;
    cursor: pointer;
}

    #goToTop:hover {
        /*background-color: rgba(215,215,215,0.85);*/
        background-color: #ddd;
    }


/*********** HEADER ***********/


/*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
.store-name {
    float: right;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
}

.admin-header-links {
    min-height: 35px;
    text-align: center;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
    }
    /* End FPC Change*/
    .admin-header-links a {
        text-transform: uppercase;
    }

.header .center:after {
    content: "";
    display: block;
    clear: both;
}

.header-links a {
    background-image: url(/Themes/Pavilion/Content/img/header-sprite-1.png);
    background-repeat: no-repeat;
}

    .header-links a span {
        display: inline-block;
    }
/*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
.header-selectors select {
    min-width: 80px;
    border-color: #ddd;
    font-size: 11px;
    color: #777;
}
/* End FPC Change*/
.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 32px;
        height: 24px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.header-logo {
    text-align: center;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
        vertical-align: middle;
    }

        /*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
        .header-logo a img {
            max-width: 100%;
            background-color: #ffffff;
        }

.inner-shopping-cart {
    font-size: 12px;
}
    /* End FPC Change*/
    .inner-shopping-cart .count {
        background-color: #f9f9f9;
        padding: 15px;
        text-align: center;
    }

        .inner-shopping-cart .count a {
            padding: 0 3px;
            color: #333;
            font-weight: bold;
        }

    .inner-shopping-cart .items {
        display: none;
        position: relative;
        overflow: hidden;
    }

    .inner-shopping-cart .item {
        border-bottom: 1px solid #f6f6f6;
        overflow: hidden;
        padding: 20px;
        text-align: right;
    }
    /*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
    .inner-shopping-cart .picture {
        float: right;
        width: 80px;
        text-align: center;
        font-size: 0;
    }
        /* End FPC Change*/
        .inner-shopping-cart .picture a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .inner-shopping-cart .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .inner-shopping-cart .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }
        /*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
        .inner-shopping-cart .picture + .product {
            margin: 0 86px 0 0;
        }

    .inner-shopping-cart .name {
        margin: 3px 0 7px;
        font-size: 11px;
        font-weight: bold;
        color: #333;
        line-height: 1.5;
    }
    /* End FPC Change*/
    .inner-shopping-cart .price span {
        display: inline-block;
    }

    .inner-shopping-cart .price strong {
        vertical-align: middle;
        font-weight: bold;
        color: #00a1b1;
    }
    /*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
    .inner-shopping-cart .totals {
        margin: -1px 0 0;
        background-color: #f9f9f9;
        padding: 7px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
    }
        /* End FPC Change*/
        .inner-shopping-cart .totals strong {
            margin: 0 5px 0 0;
            font-size: 15px;
            color: #00a1b1;
        }

    .inner-shopping-cart .buttons {
        padding: 20px 15px;
    }

    /*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
    .inner-shopping-cart input[type="button"] {
        min-width: 100px;
        border: none;
        padding: 7px 15px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        outline: 1px solid transparent;
        transition: all 0.2s ease;
    }
    .inner-shopping-cart input.cart-button {
        background-color: #fff;
        color: #f74258;
    }

        .inner-shopping-cart input.cart-button:hover  {
                background-color: #f11a34;
        }
	.button-1{
		line-height:1;
	}

    .inner-shopping-cart input.checkout-button,
    .inner-shopping-cart input[type="button"]:only-child {
        background-color: #f74258;
        color: #fff !important;
    }

        .inner-shopping-cart input.checkout-button:hover,
        .inner-shopping-cart input[type="button"]:only-child:hover {
            background-color: #f11a34;
        }
/* End FPC Change*/

.store-search-box {
    position: relative;
}

    .store-search-box form {
        display: inline-block;
        position: relative;
        font-size: 0;
    }

        .store-search-box form:after {
            content: "";
            display: block;
            clear: both;
        }
    /*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
    .store-search-box input.search-box-text {
        display: inline-block;
        width: 220px;
        height: 35px;
        margin: 0 5px;
        border: none;
        background-color: rgba(0,0,0,0.2);
        padding: 0 12px;
        vertical-align: middle;
        color: rgba(255,255,255,0.7);
    }
        /* End FPC Change*/
        .store-search-box input.search-box-text:focus {
            color: #fff;
        }

    .store-search-box input::-webkit-input-placeholder {
        color: rgba(255,255,255,0.7);
    }
    /*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
    .store-search-box .search-box-button {
        display: inline-block;
        width: 47px;
        height: 32px;
        margin: 0 5px;
        border: none;
        background: url(/Themes/Pavilion/Content/img/search-button.png) center no-repeat;
        vertical-align: middle;
        font-size: 0;
        outline: 1px solid transparent;
        transition: all 0.2s ease;
    }
        .store-search-box .search-box-button:hover {
            background-color: #f74258;
        }

.typeahead__container button:focus, .typeahead__container button:hover {
    background-color: #f74258;
}

.typeahead__container button.active, .typeahead__container button:active {
    background: url(/Themes/Pavilion/Content/img/search-button.png) center no-repeat;
}
/* End FPC Change*/

.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete,
.ui-autocomplete img {
    display: none;
}


/*********** HOMEPAGE CAROUSELS ***********/



.two-columns-area .product-grid {
    display: none;
}

.two-columns-area .jCarouselMainWrapper {
    margin: 40px 20px 0;
}

.bestsellers {
    display: none;
}

    .bestsellers .quick-view-button,
    .bestsellers .productQuantityTextBox,
    .bestsellers .productQuantityDropdown {
        display: none !important;
    }


/*********** FOOTER ***********/



.footer {
    text-align: center;
}

.up-footer {
    background-color: #00a1b1;
    padding: 25px 0 20px;
}

.newsletter .title {
    margin: 0 0 10px;
    line-height: 28px;
    color: #fff;
}

    .newsletter .title strong {
        font-weight: normal;
    }

.form-subscribe {
    font-size: 0;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.subscribe-email {
    display: inline-block;
    margin-top: 7px;
}

    .subscribe-email .form-subscribe-text {
        display: inline-block;
        width: 220px;
        height: 32px;
        margin: 0 5px;
        border: none;
        background-color: rgba(0,0,0,0.2);
        padding: 0 12px;
        vertical-align: middle;
        color: rgba(255,255,255,0.7);
    }
        /* End FPC Change*/
        .subscribe-email .form-subscribe-text:focus {
            color: #fff;
        }

        .subscribe-email .form-subscribe-text::-webkit-input-placeholder {
            color: rgba(255,255,255,0.7);
        }
    /*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
    .subscribe-email .form-subscribe-button {
        display: inline-block;
        width: 45px;
        height: 34px;
        margin: 0 5px;
        border: none;
        background: #f74258 url(/Themes/Pavilion/Content/img/subscribe-button.png) center no-repeat;
        vertical-align: middle;
        font-size: 0 !important;
        outline: 1px solid transparent;
        transition: all 0.2s ease;
    }
        /* End FPC Change*/
        .subscribe-email .form-subscribe-button:hover {
            outline-color: #fff;
        }

    .subscribe-email .options {
        height: 0;
        overflow: hidden;
    }

.subscribe-validation,
.subscribe-result {
    line-height: 28px;
    color: #fff;
}

    .subscribe-validation .please-wait {
        display: none !important;
    }

.newsletter .field-validation-valid {
    color: #fff;
}

.socialMedia {
    margin: 22px 0 0;
    font-size: 0;
}

    .socialMedia li {
        display: inline-block;
        margin: 0 8px;
    }

    .socialMedia a {
        display: block;
        width: 32px;
        height: 32px;
        background: url(/Themes/Pavilion/Content/img/social-sprite-1.png) no-repeat;
    }

    .socialMedia .facebook a {
        background-position: 0 0;
    }

    .socialMedia .twitter a {
        background-position: -32px 0;
    }

    .socialMedia .google a {
        background-position: -64px 0;
    }

    .socialMedia .pinterest a {
        background-position: -96px 0;
    }

    .socialMedia .vimeo a {
        background-position: -128px 0;
    }

    .socialMedia .youtube a {
        background-position: -160px 0;
    }

    .socialMedia .rss a {
        background-position: -192px 0;
    }

    .socialMedia .instagram a {
        background-position: -224px 0;
    }
    .socialMedia .telegram a {
        background-position: -260px 0;
    }
    .socialMedia .aparat a {
        background: url(/Themes/Pavilion/Content/img/aparat.png) no-repeat;
        background-position:center;
    }

.mid-footer {
    overflow: hidden;
    background-color: #f6f6f6;
}

.footer-column .title {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

    .footer-column .title:after {
        content: "";
        position: absolute;
        top: 30px;
        left: 15px;
        width: 10px;
        height: 10px;
        background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
    }

.footer-column ul {
    display: none;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 10px 0;
}

.footer-column li {
    padding: 10px 0;
}

.footer-column a:hover {
    color: #f74258;
}

.footer-column.quick-contact span {
    position: relative;
    padding: 0 24px;
}

    .footer-column.quick-contact span:before {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        width: 16px;
        height: 16px;
        background-color: #f74258;
        background-image: url(/Themes/Pavilion/Content/img/footer-sprite.png);
        background-repeat: no-repeat;
    }

.footer-column .address span:before {
    height: 17px;
    background-position: center 0;
}

.footer-column .email span:before {
    background-position: center -17px;
}

.footer-column .phone span:before {
    background-position: center -33px;
}

.bottom-footer {
    overflow: hidden;
    background-color: #eee;
    padding: 30px 15px;
}

.accepted-payments {
    margin: 0 0 20px;
    font-size: 0;
}
    /*
    Begin FPC Change
    Date: 1395/06/03
    Jalali
*/
    .accepted-payments li {
        display: inline-block;
        width: 295px;
        height: 34px;
        background: url(/Themes/Pavilion/Content/img/banklogo.png) no-repeat;
    }
    /* End FPC Change*/
    .accepted-payments .method1 {
        background-position: 0 0;
    }

    .accepted-payments .method2 {
        background-position: -50px 0;
    }

    .accepted-payments .method3 {
        background-position: -100px 0;
    }

    .accepted-payments .method4 {
        background-position: -150px 0;
    }

.accepted-paymens .method5 {
    background-position: -200px 0;
}

.accepted-paymens .method6 {
    background-position: -250px 0;
}

.footer-powered-by {
    margin: 5px 0 0;
}

    .footer-powered-by a,
    .footer-designed-by a {
        display: inline-block;
        color: #f74258;
    }

        .footer-powered-by a:hover,
        .footer-designed-by a:hover {
            text-decoration: underline;
        }

.footer-designed-by {
    margin: 10px 0 0;
}

.footer-tax-shipping {
    margin: 15px 0 0;
}

.footer-store-theme {
    margin: 15px 0 0;
}

    .footer-store-theme select {
        width: 170px;
    }


/*********** LEFT/RIGHT COLUMN ***********/



.block {
    margin: 0 0 10px;
    text-align: center;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
    .block .title {
        border: 1px solid #e9e9e9;
        background: #fff url(/Themes/Pavilion/Content/img/toggle-arrow.png) left center no-repeat;
        padding: 15px 25px;
        font-size: 15px;
        color: #666;
        text-transform: uppercase;
        cursor: pointer;
    }
/* End FPC Change*/

        .block .title strong {
            display: block;
        }

    .block .listbox {
        display: none;
        margin: -1px 0 0;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        padding: 15px 25px;
    }

        .block .listbox:after {
            content: "";
            display: block;
            clear: both;
        }
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
    .block .list li {
        padding: 5px 0;
    }
/* End FPC Change*/

    .block .list a:hover {
        color: #f74258;
    }

    .block .sublist li {
        padding: 16px 0 0;
    }

    .block .view-all {
        margin: 8px 0 4px;
    }

        .block .view-all a {
            font-weight: bold;
            color: #333;
        }

            .block .view-all a:hover {
                color: #f74258;
            }

    .block .product-picture {
        display: none;
    }

        .block .product-picture img {
            display: block;
            max-width: 100%;
        }

    .block .tags {
        margin: 0 0 10px;
    }

        .block .tags ul {
            font-size: 0;
        }

        .block .tags li,
        .product-tags-all-page li {
            display: inline-block;
            position: relative;
            margin: 0 10px;
            overflow: hidden;
            font-size: 16px !important; /*setting base size*/
        }

            .block .tags li a,
            .product-tags-all-page li a {
                float: right;
                line-height: 30px;
            }

                .block .tags li a:hover,
                .product-tags-all-page li a:hover {
                    color: #f74258;
                }

.product-tags-all-page ul {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    color: #333;
}

.poll strong {
    display: block;
    margin: 0 0 10px;
    color: #333;
}

.poll-options,
.poll-results {
    margin: 0 0 15px;
    overflow: hidden;
}

    .poll-options li,
    .poll-results li {
        display: inline-block;
        margin: 5px 10px;
    }

        .poll-options li > * {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
        }

.poll .buttons,
.poll-total-votes {
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/


.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
}

.home-page-polls {
    position: relative;
    margin: 0 0 30px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 70px 30px 20px;
    text-align: center;
}

    .home-page-polls:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 50%;
        width: 46px;
        height: 45px;
        margin: 0 0 0 -23px;
        background: url(/Themes/Pavilion/Content/img/polls.png) no-repeat;
    }

    .home-page-polls .title {
        display: none;
    }

    .home-page-polls .poll strong {
        font-size: 16px;
        text-transform: uppercase;
		margin-bottom:5px;
    }

    .home-page-polls .poll-options,
    .home-page-polls .poll-results {
        margin: 0 0 5px;
    }
/* End FPC Change*/


/********** CATEGORY PAGE **********/


/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
body .breadcrumb {
    background-color: #f3f7fa;
    margin-bottom: 0;
}
/* End FPC Change*/
.breadcrumb ul {
    font-size: 0;
}

.breadcrumb li {
    display: inline-block;
}

    .breadcrumb li > * {
        display: inline-block;
        min-height: 32px; /*IE fix*/
        margin: 0 3px;
        font-size: 13px; /*reset zeroing*/
        line-height: 32px;
        vertical-align: middle;
    }

    .breadcrumb li:first-child a {
        width: 20px;
        background: url(/Themes/Pavilion/Content/img/breadcrumb.png) center no-repeat;
        font-size: 0;
    }

.breadcrumb span.delimiter {
    width: 15px;
    background: url(/Themes/Pavilion/Content/img/pointer-grey.rtl.png) center no-repeat;
    font-size: 0;
}

.breadcrumb strong {
    font-weight: normal;
    color: #f74258;
}

.breadcrumb li:first-child > span a { /*this is on product page*/
    display: block;
    width: 20px;
    height: 32px;
    margin: 0 !important;
    background: url(/Themes/Pavilion/Content/img/breadcrumb.png) center no-repeat;
    font-size: 0;
}

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 30px;
}

    .category-description p,
    .manufacturer-description p,
    .vendor-description p {
        margin: 0 0 20px;
    }

.contact-vendor {
    margin: 0 0 30px;
}

.contact-vendor-button {
    border: none;
    background-color: #f74258;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

    .contact-vendor-button:hover {
        outline-color: #f74258;
    }

.product-filters {
    display: none;
}

.product-selectors {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 11px 0;
    text-align: center;
}

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors span {
        display: inline-block;
        /*
        Begin FPC Change
        Date: 1395/05/31
        Jalali: تغییر ظاهر امتیازات
    */
        font-size: 11px;
        /* End FPC Change*/
        /*font-weight: bold;*/
    }

    .product-selectors select {
        min-width: 65px;
        /*
        Begin FPC Change
        Date: 1395/05/301
        Jalali: تغییر ظاهر امتیازات
    */
        height: 25px;
        /* End FPC Change*/
        margin: 0 5px;
        padding: 0 10px;
        color: #777;
        text-transform: lowercase;
    }

    .product-selectors .product-viewmode {
        display: none;
    }

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
    content: "";
    display: block;
    clear: both;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.item-box {
    position: relative;
    width: 100%;
    float: right;
    margin: 0;
}
/* End FPC Change*/

    .item-box .product-item {
        border: 1px solid #e9e9e9;
        background-color: #fff;
        text-align: center;
    }

    .item-box .picture {
        z-index: 1;
        overflow: hidden;
        margin: 0 0 15px;
         height: 170px;
    }

        .item-box .picture a {
            position: relative;
            overflow: hidden;
        }

        .item-box .picture img {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-height: 100%;
            margin: auto;
            -webkit-transform: translateZ(0) scale(1.0, 1.0); /* fixes the bug of the 1px moving product images when hover on category */
        }

    .item-box .rating-pro {
        display: inline-block;
        margin: 0 0 10px;
    }

    .item-box .rating {
        background: url(/Themes/Pavilion/Content/img/rating-sprite.png) right top repeat-x;
        width: 80px;
        height: 13px;
    }

        .item-box .rating div {
            background: #f74258 url(/Themes/Pavilion/Content/img/rating-sprite.png) right bottom repeat-x;
            height: 13px;
        }
    /*
    Begin FPC Change
    Date: 1395/06/02
    Jalali
*/
    .item-box .product-title {
        height: 35px;
        overflow: hidden;
        padding: 0 15px;
        font-size: 12px;
        font-weight: normal;
        color: #333;
        line-height: 1.5;
        margin-top: 0px;
        margin-bottom: 0px;
    }
        .item-box .product-title a {
            display: block;
        }

    .item-box .prices {
        height: 22px;
        margin: 0 0 20px;
        overflow: hidden;
        padding: 0 5px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .item-box .last-price {
        padding: 0 3px;
        font-size: 14px;
        font-weight: bold;
        color: #00a1b1;
    }

    .item-box .old-price {
        font-size: 12px;
        color: #999;
        text-decoration: line-through;
        padding-top: 3px;
    }
/* End FPC Change*/

    .item-box .base-price {
        display: none;
        padding: 0 4px;
        vertical-align: middle;
        font-size: 13px;
    }

    .item-box .tax-shipping-info {
        display: none;
        font-size: 13px;
    }

    .item-box .description {
        display: none;
        margin: 0 0 20px;
        line-height: 25px;
    }
    
/*
    Begin FPC Change
    Date: 1395/06/10
    Jalali
*/
        
    .item-box .features-button {
        background-color: #f9f9f9;
        font-size: 0;
		padding:10px 0;
    }
.item-box .features-button input[type="button"]  {
            width: 16px;
            height: 16px;
            margin: 0 8px;
            border: none;
            font-size: 0 !important;
        }
		.wrap-wish-item , .wrap-compare{
			display: inline-block;
			width: 36px !important;
			height: 39px !important;
			position: relative;
			margin: 0 1.5px !important;
		}
	.wrap-wish-item:after , .wrap-compare:after{
		content: "";
		width: 16px;
		height: 16px;
		display: block;
		z-index: 999;
		position: absolute;
		top: 25%;
		right: 35%;
		
	}
	.wrap-wish-item:after {
		top: 31%;
		right: 33%;
	}
    .item-box input.add-to-compare  , 	.wrap-compare:after {

           background: url(/Themes/Pavilion/Content/img/compare-icon.png) top center;
    }

     .item-box input.add-to-compare:hover , .wrap-wish-item:hover::after {
        background-position: bottom center;
    }
	.item-box input.add-to-wishlist-button , .wrap-wish-item:after{
					width: 16px;
				height: 14px !important;
		background: url(/Themes/Pavilion/Content/img/like-icon.png) top center;
	}
	.item-box input.add-to-wishlist-button:hover , .wrap-compare:hover::after {
		  background-position: bottom center;
	}
	.add-to-basket-selectedproducts .product-box-add-to-cart-button::before{
		top: 26%;
		right: 23%;
		color: #969BA8;
	}
		.add-to-basket-selectedproducts:hover .product-box-add-to-cart-button::before{
			color:#f74258
		}

    .item-box .add-to-basket {
           font-size: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 45px;
    border-width: 1px;
    border-style: solid;
    border-color: #f0f0f0 #e9e9e9 #e9e9e9;
    background-color: #fff;
    transition: all .2s ease;
    }


        .item-box .add-to-basket button {
            display: block;
            width: 100%;
            height: 43px;
            border: none;
            font-size: 0;
            background: #fff;
            transition: all 0.2s ease-in;
        }

            .item-box .add-to-basket button span {
                display: inline-block;
                position: relative;
                height: 18px;
                font-size: 13px;
                font-weight: bold;
                color: #777;
                text-transform: uppercase;
                transition: none;
            }
				.product-box-add-to-cart-button{
					background-image:none !important;
					position:relative;
					padding-right:20px;
				}

                .product-box-add-to-cart-button:before{
				font-family: 'Glyphicons Halflings' !important;
					content: "\e116";
					top: 33%;
					right: 20%;
					font-size: 15px;
					color: #888;
					position: absolute;
					vertical-align: middle;
					margin-left: 5px;
					z-index: 99;
                }
         .product-list .product-box-add-to-cart-button:before{
			 color:#fff;
		 }
    .item-box:hover .add-to-basket  .product-box-add-to-cart-button:before {
        color: #fff;
        opacity: 1 !important;
    }
/* End FPC Change*/

    .item-box .color-squares-wrapper.color-squares-active {
        margin: 0 0 20px;
    }

    .item-box .color-squares {
        text-align: center;
    }

        .item-box .color-squares li {
            margin: 4px;
        }

        .item-box .color-squares .color {
            width: 25px !important;
            height: 15px !important;
        }

.home-page-category-grid {
    display: none;
}

    .home-page-category-grid + .slider-wrapper {
        display: none;
    }

/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.sub-category-item,
.manufacturer-item,
.vendor-item {
    position: relative;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    min-height: 113px;
}

    .sub-category-item .title,
    .manufacturer-item .title,
    .vendor-item .title {
        width: 100%;
        background-color: rgba(255,255,255,0.9);
        position: absolute;
        font-size: 15px;
        z-index: 1;
        margin-top: 0;
        top: 0;
        font-weight: bold;
        text-transform: uppercase;
    }

        .sub-category-item .title a,
        .manufacturer-item .title a,
        .vendor-item .title a {
            display: block;
            padding: 15px 30px;
            transition: all 0.2s ease;
            line-height: 20px;
            font-size: 14px;
        }
/* End FPC Change*/

    .sub-category-item:hover .title a,
    .manufacturer-item:hover .title a {
        color: #f74258;
    }

    .sub-category-item .picture,
    .manufacturer-item .picture,
    .vendor-item .picture {
        margin: 0;
        transition: all 0.3s ease;
    }

    .sub-category-item:hover .picture {
        opacity: 0.7;
    }

.sub-category-details,
.manufacturer-details,
.vendor-details {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    outline: 8px solid #fff;
    background-color: #fff;
    padding: 15px 30px;
    opacity: 0;
    /*transition: all 0.3s ease;*/
}

    .sub-category-details .inner-title,
    .manufacturer-details .inner-title,
    .vendor-details .inner-title {
        margin: 0 0 12px;
        font-size: 15px;
        font-weight: bold;
        color: #f74258;
        text-transform: uppercase;
    }

    .sub-category-details li {
        padding: 5px 0;
    }

        .sub-category-details li a:hover {
            color: #f74258;
        }

.sub-category-item:hover .sub-category-details,
.manufacturer-item:hover .manufacturer-details,
.vendor-item:hover .vendor-details {
    opacity: 1;
}

.vendor-list:after {
    content: "";
    display: block;
    clear: both;
}

.vendor-list li a:hover {
    color: #f74258;
}

.product-grid + .product-grid {
    margin: 20px 0 0;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.product-grid .title {
    margin: 0px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 15px;
}

body .related-products-grid.product-grid , body .also-purchased-products-grid.product-grid {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
/* End FPC Change*/
.home-page .product-grid .title {
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 22px;
    line-height: 30px;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.pager {
    margin: 15px 0;
}
/* End FPC Change*/

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 2px;
        vertical-align: middle;
    }
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
        .pager li > a,
        .pager li > span {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            border-radius: 50%;
            padding: 0;
            cursor: pointer;
        }
/* End FPC Change*/

            .pager li > a:hover {
                background-color: #eee;
            }

        .pager li > span {
            background-color: #f74258;
            color: #fff;
            cursor: default;
        }
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
        .pager li.previous-page a,
        .pager li.next-page a,
        .pager li.first-page a,
        .pager li.last-page a {
            font-family: 'Glyphicons Halflings';
            background-repeat: no-repeat;
            font-size: 0px;
            color: #666;
        }

            .pager li.previous-page a:before {
                font-size: 12px;
                content: "\e080";
            }

            .pager li.next-page a:before {
                font-size: 12px;
                content: "\e079";
            }
/* End FPC Change*/

        .pager li.first-page a {
            width: 30px;
            background-position: center -120px;
        }

        .pager li.last-page a {
            width: 30px;
            background-position: center -80px;
        }


/********** PRODUCT PAGE **********/



.product-essential {
    margin: 0 0 60px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 20px;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.product-essential #clock-inner-container{
	top:-23px;
}
/* End FPC Change*/

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.gallery {
    margin: 0 0 20px;
}

    .gallery .picture {
        position: relative;
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        font-size: 0;
    }

        .gallery .picture a {
            display: inline-block;
            max-width: 100%;
        }

        .gallery .picture img {
            max-width: 100%;
            right: 0;
        }

    .gallery .picture-thumbs {
        margin: 20px 0 0;
        font-size: 0;
    }

        .gallery .picture-thumbs a {
            display: inline-block;
            position: relative;
            width: 60px;
            height: 60px;
            margin: 0 5px 10px;
            overflow: hidden;
        }

        .gallery .picture-thumbs img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            transition: all 0.2s ease;
        }

        .gallery .picture-thumbs a:hover img {
            opacity: 0.7;
        }

.overview {
    position: relative;
    margin: 0 0 20px;
}

    .overview .discontinued-product {
        margin: 0 0 25px;
        color: #f74258;
        text-transform: uppercase;
    }

    .overview .manufacturers {
        margin: 0 0 20px; /*not present in variant-overview*/
    }

    .overview .product-name {
        margin: 0 0 10px;
    }

        .overview .product-name h1 {
            font-size: 25px;
            color: #333;
        }

.product-reviews-overview {
    margin: 0 0 40px;
    overflow: hidden;
}

    .product-reviews-overview a:hover {
        text-decoration: underline;
    }
/*
    Begin FPC Change
    Date: 1395/05/30
    Jalali: تغییر ظاهر امتیازات
*/
.product-review-stat .product-review-box {
    float: left;
}
/* End FPC Change*/
.product-review-box {
    display: inline-block;
    margin: 0 0 5px;
}

    .product-review-box .rating {
        width: 80px;
        height: 13px;
        background: url(/Themes/Pavilion/Content/img/rating-sprite.png) left top repeat-x;
    }

        .product-review-box .rating div {
            height: 13px;
            background: #f74258 url(/Themes/Pavilion/Content/img/rating-sprite.png) left bottom repeat-x;
        }

.overview .prices,
.variant-overview .prices {
    margin: 0 0 10px;
    overflow: hidden;
}

    .overview .prices > div,
    .variant-overview .prices > div {
        margin: 0 0 5px;
    }

/*
    Begin FPC Change
    Date: 1395/08/11
    Jalali: Discount amount & percent
*/
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 13px;
    text-decoration: line-through;
}

.overview .product-price {
    display: block !important;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 26px;
    font-weight: bold;
    color: #00a1b1;
}
/* End FPC Change*/

.overview .rental-price,
.variant-overview .rental-price {
    margin-bottom: 0 !important;
    color: #333;
}

.overview .tax-shipping-info,
.variant-overview .tax-shipping-info {
    font-size: 13px;
}

    .overview .tax-shipping-info a,
    .variant-overview .tax-shipping-info a {
        cursor: auto;
    }

.overview .base-price-pangv,
.variant-overview .base-price-pangv {
    display: block !important;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.overview .short-description {
    margin: 0 0 5px;
    line-height: 25px;
}
/* End FPC Change*/

.overview .value,
.variant-overview .value {
    display: inline-block;
}

    .overview .value a,
    .variant-overview .value a {
        color: #f74258;
    }

        .overview .value a:hover,
        .variant-overview .value a:hover {
            text-decoration: underline;
        }

.overview .additional-details,
.variant-overview .additional-details {
    margin: 0 0 30px;
    line-height: 25px;
}

.download-sample {
	margin:30px 0;
}
    .download-sample .title {
    border-bottom:2px solid #4fbb41;
    color:#4fbb41;
    }
.download-sample .right{
    text-align:right;
    margin-top:15px;
}
.download-sample-button {
    display: inline-block;
    height: 40px;
	border:1px solid #eee;
    box-shadow:-1px 1px 5px #aaa;
    background: #777 url(/Themes/Pavilion/Content/img/product-sprite-2.rtl.png) right -40px no-repeat;
    padding: 10px 35px 10px 15px;
    color: #777;
    transition: all 0.2s ease;
    margin:0 0 7px 7px;
}

    .download-sample-button:hover {
        background-color: #f74258;
        color:#f74258;
        box-shadow: -2px 3px 8px #999;
    }

.overview .availability,
.variant-overview .availability {
    margin: 0 0 20px;
}

.overview .stock,
.variant-overview .stock {
    margin: 0 0 10px;
}

    .overview .stock .value,
    .variant-overview .stock .value {
        font-weight: bold;
        color: #333;
    }

.back-in-stock-subscription {
    margin: 0 0 30px;
    font-size: 0;
}

    .back-in-stock-subscription .subscribe-button {
        border: none;
        background: #888 url(/Themes/Pavilion/Content/img/product-sprite-2.rtl.png) right 0 no-repeat;
        padding: 10px 35px 10px 15px;
        color: #777;
        transition: all 0.2s ease;
    }

        .back-in-stock-subscription .subscribe-button:hover {
            background-color: #f74258;
        }

.customer-entered-price {
    margin: 0 0 20px;
}

    .customer-entered-price .price-input {
        padding: 10px 0;
    }

    .customer-entered-price .enter-price-input {
        width: 75px;
        margin: 0 5px;
    }

    .customer-entered-price .price-range {
        color: #333;
    }

.overview .add-to-cart,
.variant-overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    font-size: 0;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: right;
    }

.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    width: 45px;
    height: 45px;
    margin: 0 0 0 5px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    width: 55px;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 45px;
    border: none;
    background: #f74258;
    padding: 0 28px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background: #f11a34;
    }
/* End FPC Change*/

.overview-buttons {
    font-size: 0;
}

    .overview-buttons div {
        display: inline-block;
        margin: 0 2px;
    }

/*
    Begin FPC Change
    Date: 1395/06/10
    Jalali
*/
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare,
.overview .email-a-friend-button {
    display: inline-block;
    height: 37px;
    width: 37px;
    border: none;
    background-color: #888;
    background-image: url(/Themes/Pavilion/Content/img/product-sprite-1.png);
    background-repeat: no-repeat;
    font-size: 0 !important;
    transition: all 0.2s ease;
}
/* End FPC Change*/

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-position: 0 center;
}

.overview .add-to-compare {
    background-position: -37px center;
}

.overview .email-a-friend-button {
    background-position: -74px center;
}

    .overview .add-to-wishlist-button:hover,
    .variant-overview .add-to-wishlist-button:hover,
    .overview .add-to-compare:hover,
    .overview .email-a-friend-button:hover {
        background-color: #f74258;
    }

.overview-bottom {
    margin: 40px 0 0;
}

.product-social-buttons {
    margin: 0 0 25px;
}

    .product-social-buttons label {
        display: none;
        margin: 0 0 0 8px;
        font-size: 13px;
    }

    .product-social-buttons ul {
        display: inline-block;
        margin: 0;
    }

    .product-social-buttons li {
        position: relative;
        z-index: 0;
        margin: 0;
    }

        .product-social-buttons li:hover {
            z-index: 1;
        }

        .product-social-buttons li a {
            width: 26px;
            height: 24px;
            background: url(/Themes/Pavilion/Content/img/social-sprite-2.png) no-repeat;
            outline: 1px solid transparent;
            transition: all 0.2s ease;
        }

    .product-social-buttons .facebook a {
        background-color: #5f7ca7;
        background-position: 0 0;
    }

    .product-social-buttons .twitter a {
        background-color: #5dc4e6;
        background-position: -26px 0;
    }

    .product-social-buttons .pinterest a {
        background-color: #e56363;
        background-position: -52px 0;
    }

    .product-social-buttons .google a {
        background-color: #4f4f4f;
        background-position: -78px 0;
    }

    .product-social-buttons .facebook a:hover {
        outline-color: #5f7ca7;
    }

    .product-social-buttons .twitter a:hover {
        outline-color: #5dc4e6;
    }

    .product-social-buttons .pinterest a:hover {
        outline-color: #e56363;
    }

    .product-social-buttons .google a:hover {
        outline-color: #4f4f4f;
    }

.group-product .product-social-buttons {
    margin: 20px 0 0;
}

.overview-bottom .delivery,
.variant-overview .delivery {
    margin: 0 -20px -20px;
    background-color: #f9f9f9;
    padding: 10px 0;
    /*font-size: 0;*/
}

.variant-overview .delivery {
    margin-top: 40px;
}

    .overview-bottom .delivery > div,
    .variant-overview .delivery > div {
        display: inline-block;
        margin: 8px 50px;
        background-image: url(/Themes/Pavilion/Content/img/delivery-sprite.png);
        background-repeat: no-repeat;
        padding: 0 25px 0 0;
        font-size: 13px;
    }
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.overview-bottom .delivery-date,
.variant-overview .delivery-date {
    background-position: right 4px;
}

.overview-bottom .free-shipping,
.variant-overview .free-shipping {
    background-position: right -19px;
}

.product-collateral {
    margin: 0 0 60px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

    .product-collateral .title {
        background-color: #f3f3f3;
        padding: 25px 30px;
        font-size: 15px;
        color: #333;
        text-transform: uppercase;
    }
/* End FPC Change*/

    .product-collateral .full-description {
        padding: 10px 30px;
        line-height: 30px;
    }

.tier-prices .prices-table {
    overflow: hidden;
}

.tier-prices .prices-row {
    float: right;
    width: 50%;
}

    .tier-prices .prices-row > div {
        border-top: 1px solid #e9e9e9;
        padding: 15px 30px;
    }

    .tier-prices .prices-row.thead > div {
        border-left: 1px solid #e9e9e9;
    }

.tier-prices .field-header {
    border-top: none !important;
}

.tier-prices .item-price {
    color: #f74258;
}

.product-specs-box .data-table {
    border: none;
}

    .product-specs-box .data-table td {
        position: relative;
        width: 50%;
        border-left: 1px solid #ececec;
        padding: 15px 30px;
        text-align: center;
        vertical-align: top;
    }

    .product-specs-box .data-table tr:first-child td {
        border-top: none;
    }

    .product-specs-box .data-table td:first-child {
        border-left: none;
    }

.product-specs-box .color-squares span {
    border: none;
}

.product-specs-box .color-squares .color {
    width: 35px !important;
    height: 20px !important;
    cursor: auto;
}

.product-tags-list {
    padding: 25px 20px;
    font-size: 0;
}

    .product-tags-list li {
        display: inline-block;
        font-size: 14px; /*reset zeroing*/
    }

        .product-tags-list li.separator {
            margin: 0 3px 0 5px;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

        .product-tags-list a:hover {
            color: #f74258;
        }

.product-variant-line {
    margin: 0 0 30px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 20px;
}

    .product-variant-line:after {
        content: "";
        display: block;
        clear: both;
    }

.variant-picture {
    position: relative;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 15px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .variant-picture img {
        max-width: 100%;
    }

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: bold;
        color: #333;
    }

    .variant-overview .variant-description {
        margin: 0 0 25px;
        line-height: 30px;
    }

    .variant-overview .prices + .variant-description {
        margin-top: -5px;
    }

    .variant-overview .add-to-wishlist {
        display: none;
    }

.attributes {
    margin: 30px 0;
}

    .attributes dl {
        overflow: hidden;
    }

    .attributes dt {
        display: block;
        margin: 0 0 5px;
        white-space: nowrap;
        font-weight: bold;
        color: #333;
    }

    .attributes dd {
        margin: 0 0 10px;
    }

    .attributes li {
        margin: 8px 0 12px;
    }

    .attributes input[type="text"],
    .attributes select {
        min-width: 100px;
        max-width: 100%;
        height: 38px;
    }

    .attributes select {
        width: auto;
        max-width: 100%;
    }

    .attributes .option-list label {
        margin: 0 5px;
    }

.attribute-item {
    margin: 0 0 10px;
}

.attribute-label {
    margin: 0 0 3px;
}

.attributes .datepicker {
    width: 280px;
    text-align: center;
}

.ui-datepicker {
    width: 280px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    text-align: center;
    font-size: 13px;
}

.ui-datepicker-header {
    position: relative;
    height: 35px;
    background-color: #00a1b1;
    color: #fff;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 32px;
        height: 35px;
        background-image: url(/Themes/Pavilion/Content/img/calendar-sprite.png);
        background-repeat: no-repeat;
        font-size: 0;
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            right: 0;
            background-position: -32px center;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            left: 0;
            background-position: 0 center;
        }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.ui-datepicker-calendar th {
    background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ececec;
}

    .ui-datepicker-calendar th span,
    .ui-datepicker-calendar td a {
        display: block;
        min-height: 32px;
        line-height: 32px;
    }

.ui-datepicker-calendar .ui-state-active {
    outline: 1px solid #00a1b1;
    background-color: #00a1b1;
    color: #fff;
}

.color-squares {
    font-size: 0;
}

    .color-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        line-height: normal !important;
        text-align: center;
    }

    .color-squares .color-container {
        display: block;
        border: 1px solid #ddd;
        position: relative;
        z-index: 0;
    }

    .color-squares label {
        display: block;
        margin: 0 !important;
        overflow: hidden;
    }

    .color-squares .color {
        display: block !important;
        width: 40px !important;
        height: 24px !important;
        background-size: 100% !important;
        cursor: pointer;
    }

    .color-squares .selected-value .color-container {
        border-color: #888;
    }

    .color-squares .color-container[title~=White] .color {
        border: 1px solid #ccc;
    }

    .color-squares .selected-value .color-container[title~=White] .color {
        border-color: transparent;
    }

    .color-squares input[type="radio"] {
        position: relative;
        z-index: -1;
        margin: -32px 0 0;
    }

    .color-squares .tooltip-container {
        display: none;
    }

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
    clear: both;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard label {
        display: block;
        margin: 0 0 5px;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }

.back-in-stock-subscription-page {
    padding: 10px;
}

    .back-in-stock-subscription-page .button-1 {
        margin: 15px 0 0;
        border: none;
        background-color: #f74258;
        padding: 10px 20px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        outline: 1px solid transparent;
        transition: all 0.2s ease;
    }

        .back-in-stock-subscription-page .button-1:hover {
            outline-color: #f74258;
        }

.ui-tabs {
    margin: 0 0 60px;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0 0 -1px;
    }

        .ui-tabs .ui-tabs-nav li {
            border-bottom: 1px solid #ddd;
        }

            .ui-tabs .ui-tabs-nav li a {
                position: relative;
                display: block;
                padding: 15px 22px;
                font-size: 13px;
                font-weight: bold;
                text-transform: uppercase;
            }

                .ui-tabs .ui-tabs-nav li a:after {
                    content: "";
                    position: absolute;
                    bottom: -1px;
                    right: 0;
                    width: 100%;
                    height: 3px;
                    background-color: #f74258;
                    opacity: 0;
                    transition: all 0.2s ease;
                }

        .ui-tabs .ui-tabs-nav .ui-tabs-selected a:after,
        .ui-tabs .ui-tabs-nav .ui-tabs-active a:after {
            opacity: 1;
        }

    .ui-tabs .ui-tabs-panel {
        border: 1px solid #e9e9e9;
        background-color: #fff;
        padding: 20px;
    }

        .ui-tabs .ui-tabs-panel p {
            margin: 10px 0;
            line-height: 30px;
        }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    text-transform: none;
}

    .product-reviews-page h1 a:hover {
        color: #f74258;
    }

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .page-body {
    max-width: 820px;
    margin: auto;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.product-reviews-page .title {
    background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}
/*
    Begin FPC Change
    Date: 1395/05/30
    Jalali: تغییر ظاهر امتیازات
*/
.product-review-stat .product-review-item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.product-review-list .product-review-item .product-review-box {
    margin: 5px 0 5px 0;
}
/* End FPC Change*/
.product-review-item {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 30px;
}

.ui-tabs .product-review-item {
    padding: 30px 0;
}

.product-review-item:last-child {
    border-bottom: none;
}

.product-review-item .product-review-box {
    /*
        Begin FPC Change
        Date: 1395/05/30
        Jalali: تغییر ظاهر امتیازات
    */
    margin: 10px 0 0 0;
    /* End FPC Change*/
}

.product-review-item .review-title {
    margin: 0 0 20px;
}

/*
    Begin FPC Change
    Date: 1395/05/30
    Jalali: تغییر ظاهر امتیازات
*/
.product-review-item .review-option-title {
    margin: 0 0 1px;
    font-weight: bold;
    float: right;
}
/* End FPC Change*/

.product-review-item .review-text {
    margin: 0 0 20px;
    line-height: 25px;
}

.product-review-item .review-info {
    margin: 0 0 5px;
}

    .product-review-item .review-info .separator {
        margin: 0 0 0 5px;
    }

    .product-review-item .review-info label,
    .product-review-helpfulness .vote {
        display: inline-block;
        font-weight: bold;
    }

    .product-review-item .review-info a,
    .product-review-item .review-info .date span,
    .product-review-helpfulness .vote {
        display: inline-block;
        padding: 0 5px;
        cursor: pointer;
    }

        .product-review-helpfulness .vote:hover {
            color: #f74258;
        }

.product-review-helpfulness .question {
    display: inline-block;
    margin: 0 0 0 5px;
}

.product-review-helpfulness .result {
    margin: 0 10px 0 0;
}

.write-review form {
    padding: 30px;
}

.write-review .form-fields {
    margin: 0 0 15px;
}

.write-review .review-rating {
    margin: 0 0 20px;
    /*
        Begin FPC Change
        Date: 1395/05/30
        Jalali: تغییر ظاهر امتیازات
    */
    text-align: right;
    float: right;
    /* End FPC Change*/
}

    .write-review .review-rating label {
        display: block;
        margin: 0 0 5px;
        vertical-align: middle;
        font-size: 13px;
        font-weight: bold;
    }
/*
    Begin FPC Change
    Date: 1394/12/17
    AzadiSoft: کل بخش امتيازدهي بازنويسي شد
*/
.review-rating ul {
    font-size: 0;
    vertical-align: middle;
    border-bottom: 1px solid #f3f3f3;
    margin: 0;
}

.write-review .review-rating li {
    display: inline-block;
    margin: 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 12px;
}
/* End FPC Change*/

    .write-review .review-rating li.first {
        color: #f74258;
    }

    .write-review .review-rating li.last {
        color: #4fbb41;
    }

.write-review .buttons {
    margin: 0 0 10px;
}

.write-review .review-rating li.rating-options {
    padding-top: 2px;
}

    .write-review .review-rating li.rating-options input {
        vertical-align: baseline;
        margin-right: 3px;
    }
/* End FPC Change*/
/*
    Begin FPC Change
    Date: 1395/06/16
    Jalali
*/
.write-review .button-1 {
    border: none;
    background-color: #f74258;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}
    /* End FPC Change*/

    .write-review .button-1:hover {
        outline-color: #f74258;
    }

.product-reviews-page .message-error {
    margin: 0 0 20px;
    padding: 0 30px;
}

.product-reviews-page .result {
    display: none; /*should be hidden because of form's position, it's an useless message anyway*/
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
}

    .wishlist-content .message-error {
        margin: 0 0 20px;
    }

    .wishlist-content .table-wrapper {
        margin: 0 0 10px;
    }

    .wishlist-content .buttons {
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 40px;
        font-size: 0;
    }

        .wishlist-content .buttons:after {
            content: "";
            display: block;
            clear: both;
        }

.update-wishlist-button,
.wishlist-add-to-cart-button {
    width: 300px;
    max-width: 100%;
    height: 45px;
    margin: 0 0 10px;
    border: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

.update-wishlist-button {
    background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.rtl.png) right -45px no-repeat;
    color: #777;
}

    .update-wishlist-button:hover {
        outline-color: #fff;
        color: #f74258;
    }

.wishlist-add-to-cart-button {
    background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-2.png) right center no-repeat;
    color: #fff;
}

    .wishlist-add-to-cart-button:hover {
        outline-color: #f74258;
    }

.email-a-friend-wishlist-button {
    display: none;
}

.wishlist-content .tax-shipping-info {
    margin: 0 0 15px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.wishlist-page .share-info {
    text-align: center;
}

    .wishlist-page .share-info a {
        display: inline-block;
        color: #f74258;
    }

        .wishlist-page .share-info a:hover {
            text-decoration: underline;
        }

.compare-products-page {
    position: relative;
}

    .compare-products-page .clear-list {
        display: inline-block;
        margin: 0 0 20px;
        font-size: 13px;
        text-transform: uppercase;
    }

.compare-products-table {
    display: none;
}

.compare-products-page .remove-button {
    display: inline-block;
    width: 37px;
    height: 37px;
    border: none;
    background: #777 url(/Themes/Pavilion/Content/img/account-sprite.png) center -37px no-repeat;
    font-size: 0;
    transition: all 0.2s ease;
}

    .compare-products-page .remove-button:hover {
        background-color: #f74258;
    }

.compare-products-page img {
    max-width: 100%;
}

.compare-products-table .product-name td {
    background: #f9f9f9;
}

.compare-products-table .product-price td {
    font-size: 15px;
    font-weight: bold;
    color: #00a1b1;
}

    .compare-products-table .product-price td:first-child {
        color: #777;
        font-weight: normal;
    }

.compare-products-table .full-description {
    display: none;
}

.compare-products-table-mobile img {
    max-width: 100px;
}

/*********** TOPICS ***********/



.topic-block {
    margin: 0 0 20px;
}

.topic-block-title {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
body .topic-block-title h2 {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-top: 5px;
}
/* End FPC Change*/


.topic-block-body {
    line-height: 30px;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-page .page-body {
    line-height: 30px;
}
/*
    Begin FPC Change
    Date: 1396/11/14
    Akbari: تغییر ظاهر 
*/
.home-page .topic-block {
    margin: 0 0 15px;
}

.home-page .topic-block-title {
    margin: 0 0 10px;
    padding: 0 0 5px;
}
/* End FPC Change*/

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 0;
}

.topic-password {
    max-width: 600px;
    margin: auto;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 30px;
    text-align: center;
}

.enter-password-title {
    margin: 0 0 25px;
    color: #f74258;
}

.enter-password-form {
    display: inline-block;
    font-size: 0;
}

    .enter-password-form input[type="password"] {
        width: 100%;
        height: 40px;
        margin: 0 0 30px;
        padding: 0 12px;
        font-size: 14px;
    }

    .enter-password-form input[type="submit"] {
        min-width: 120px;
        border: none;
        background-color: #f74258;
        padding: 15px 30px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        outline: 1px solid transparent;
        transition: all 0.2s ease;
    }

        .enter-password-form input[type="submit"]:hover {
            outline-color: #f74258;
        }


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
    max-width: 600px;
    margin: auto;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.contact-page .topic-block,
.email-a-friend-page .topic-block,
.apply-vendor-page .topic-block {
    margin: 0;
    background-color: #f9f9f9;
    padding: 25px 30px;
    text-align: center;
}

.contact-page .topic-block-title,
.email-a-friend-page .topic-block-title,
.apply-vendor-page .topic-block-title {
    display: none;
}

.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
    padding: 30px;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
    margin: 0 0 15px;
}

.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
    margin: 0 0 10px;
}

.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
    margin: 0 0 10px;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    border: none;
    background-color: #f74258;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

    .contact-page .button-1:hover,
    .email-a-friend-page .button-1:hover,
    .apply-vendor-page .button-1:hover {
        outline-color: #f74258;
    }

.email-a-friend-page .title {
    background-color: #f9f9f9;
    padding: 25px 30px;
}

    .email-a-friend-page .title h2 {
        font-size: 15px;
        font-weight: normal;
        color: #333;
        text-transform: uppercase;
    }


/********** REGISTRATION & LOGIN  **********/



.registration-page .page-body,
.registration-result-page .page-body,
.login-page .customer-blocks,
.external-authentication,
.password-recovery-page .page-body {
    max-width: 600px;
    margin: auto;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.registration-page .message-error,
.registration-result-page .message-error,
.account-page .message-error {
    padding: 30px;
}

.registration-page .fieldset,
.registration-result-page .fieldset,
.login-page .fieldset {
    margin: 0;
}

.registration-page .form-fields,
.registration-result-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body {
    padding: 30px;
}

.gender {
    display: inline-block;
}

    .gender * {
        display: inline-block !important;
        margin: 0 0 0 5px;
        vertical-align: middle;
        line-height: 32px;
        font-weight: normal !important;
    }

    .gender label {
         margin: 0 5px 0 10px;
    }

.date-of-birth select {
    width: 32%; /*birth-date selectors, always single line*/
}

    .date-of-birth select + select {
        margin: 0 2% 0 0;
    }

#check-availability-button {
    margin: 10px 0 0;
    border: none;
    background: #888 url(/Themes/Pavilion/Content/img/product-sprite-2.rtl.png) right -80px no-repeat;
    padding: 10px 35px 10px 15px;
    color: #777;
    transition: all 0.2s ease;
}

    #check-availability-button:hover {
        background-color: #f74258;
    }

#username-availabilty {
    display: block;
    text-align: center;
    font-size: 13px;
}

    #username-availabilty:empty {
        display: none;
    }

.vat-status, .vat-note {
    display: block;
    margin: 10px 0 -10px;
    text-align: center;
    font-size: 13px; /*reset zeroing*/
    white-space: normal;
}

    .vat-status em, .vat-note em {
        font-style: normal;
    }

.accept-privacy-policy {
    position: relative;
    margin: -20px 0 20px;
    text-align: center;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px;
        vertical-align: middle;
        font-size: 13px;
    }

    .accept-privacy-policy .read {
        color: #f74258;
        cursor: pointer;
    }

        .accept-privacy-policy .read:hover {
            text-decoration: underline;
        }

.registration-page .buttons,
.registration-result-page .buttons,
.login-page .buttons {
    margin: 0 0 40px;
}

.registration-page .button-1,
.registration-result-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,
.user-agreement-page .button-1 {
    min-width: 120px;
    border: none;
    background-color: #f74258;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover,
    .user-agreement-page .button-1:hover {
        outline-color: #f74258;
    }
    
.registration-result-page .btn{
    display:block;
    margin:20px auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
.registration-result-page .result {
    margin: 40px 0;
    text-align: center;
}

.login-page .page-body {
    padding: 104px 0 0;
}

.login-page .customer-blocks {
    position: relative;
    margin: 0 auto 30px;
}

    .login-page .customer-blocks .title {
        position: absolute;
        width: 100%;
        background-color: #e9e9e9;
        padding: 17px 22px;
        text-align: center;
        font-size: 13px;
        color: #777;
        text-transform: uppercase;
        cursor: pointer;
    }

.login-page .new-wrapper .title {
    top: -104px;
    right: 0;
}

.login-page .returning-wrapper .title {
    top: -52px;
    left: 0;
}

.login-page .message-error {
    margin: 0 0 20px;
}

.login-page .customer-blocks .fieldset {
    position: static;
}

.login-page .customer-blocks .title.active {
    background-color: #f74258;
    color: #fff;
}

.login-page .customer-blocks .text {
    margin: 15px 0 45px;
}

.login-page .inner-wrapper {
    display: none;
}

    .login-page .inner-wrapper.show {
        display: block;
    }

.login-page .inputs.reversed {
    white-space: normal;
}

    .login-page .inputs.reversed > * {
        display: inline-block;
        width: auto;
        margin: 0 3px;
        vertical-align: middle;
        font-size: 14px; /*reset zeroing*/
        font-weight: normal;
    }

.login-page .forgot-password a {
    margin-right: 10px;
}

    .login-page .forgot-password a:hover {
        color: #f74258;
    }

.login-page .buttons,
.password-recovery-page .buttons {
    margin: 30px 0 10px;
}

.login-page .checkout-as-guest-button {
    background-color: transparent !important;
    padding: 15px 16px;
    color: #777;
    outline: none;
}

    .login-page .checkout-as-guest-button:hover {
        color: #f74258;
    }

.login-page .facebook-btn {
    width: 212px;
    height: 35px;
    margin-top: -15px;
    background: url(/Themes/Pavilion/Content/img/fb-login.png) center no-repeat !important;
}

.login-page .customer-blocks + .topic-block,
.login-page .external-authentication + .topic-block {
    margin: 60px 0 0;
}

.external-authentication {
    overflow: hidden;
    text-align: center;
}

    .external-authentication fieldset {
        float: none !important;
    }

.password-recovery-page .tooltip {
    margin: 0 0 30px;
}

.password-recovery-page .result {
    margin: 0 0 20px;
    color: #f74258;
}

#login-modal-window-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: rgba(0,0,0,0.5);
}

.login-modal-window-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1105;
    width: 800px;
    max-width: 90%;
    height: 700px;
    max-height: 90%;
    margin: auto;
    padding: 20px;
    box-shadow: 0 0 30px 10px #666;
    overflow: auto;
    background-color: #fff;
}

    .login-modal-window-wrapper .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 37px;
        height: 37px;
        margin: 13px;
        border: none;
        overflow: hidden;
        background: #f0f0f0 url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
        font-size: 0;
        cursor: pointer;
    }


/********** ACCOUNT PAGES  **********/



.customer-pages-body .inner-main-wrapper {
    overflow: hidden;
}

.customer-pages-body .side-2 {
    float: none;
    width: 100%;
    margin: 0;
}

.customer-pages-body .center-2 {
    float: none;
    width: 100%;
}

.block-account-navigation {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 0 35px !important;
    border: none !important;
}

    .block-account-navigation .title {
        display: none;
    }

    .block-account-navigation .listbox {
        display: block !important;
        margin: 0 !important;
        border: none;
        background-color: transparent;
        padding: 0 !important;
        text-align: center;
        font-size: 0;
    }

    .block-account-navigation .list li {
        display: inline-block;
        margin: 5px;
        padding: 0;
    }

    .block-account-navigation .list a {
        display: block;
        max-width: 52px; /*max-width is used instead of width in order to make transitions work*/
        height: 52px;
        overflow: hidden;
        background-color: #e9e9e9;
        padding: 0;
        font-size: 12px;
        line-height: 52px;
        font-weight: bold;
        color: #fff !important;
        text-transform: uppercase;
        white-space: nowrap;
        transition: max-width 0.3s linear, background-color 0.6s linear, padding 0.1s linear;
    }

        .block-account-navigation .list a:before {
            content: "";
            display: inline-block;
            width: 52px;
            height: 52px;
            background-color: transparent;
            background-image: url(/Themes/Pavilion/Content/img/account-nav-sprite.png);
            background-repeat: no-repeat;
            vertical-align: top;
            opacity: 0.5;
        }

        .block-account-navigation .list a:hover,
        .block-account-navigation .list a.active {
            background-color: #f74258;
            transition: max-width 0.6s linear, background-color 0.3s linear, padding 0.1s linear;
        }

            .block-account-navigation .list a:hover:before,
            .block-account-navigation .list a.active:before {
                opacity: 0.35;
            }

    .block-account-navigation .customer-info a:before {
        background-position: center 0;
    }

    .block-account-navigation .customer-addresses a:before {
        background-position: center -52px;
    }

    .block-account-navigation .customer-orders a:before {
        background-position: center -104px;
    }

    .block-account-navigation .return-requests a:before {
        background-position: center -156px;
    }

    .block-account-navigation .downloadable-products a:before {
        background-position: center -208px;
    }

    .block-account-navigation .back-in-stock-subscriptions a:before {
        background-position: center -260px;
    }

    .block-account-navigation .reward-points a:before {
        background-position: center -312px;
    }

    .block-account-navigation .change-password a:before {
        background-position: center -364px;
    }

    .block-account-navigation .customer-avatar a:before {
        background-position: center -416px;
    }

    .block-account-navigation .forum-subscriptions a:before {
        background-position: center -468px;
    }

    .block-account-navigation .customer-reviews a:before {
        background-position: center -520px;
    }

.account-page .page-title {
    border-width: 0;
}

.account-page .page-body {
    position: relative;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

    .account-page .page-body:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 1px;
        background-color: #fff;
    }

.account-page .fieldset,
.account-page .section {
    border-top: 1px solid #f3f3f3;
    margin: 0 0 10px;
}

    .account-page .fieldset .title,
    .account-page .section .title {
        margin: 0 0 -10px;
        background-color: transparent;
        padding: 40px 30px 0;
        font-size: 18px;
        text-transform: none;
    }

.account-page .form-fields,
.account-page .edit-address , ul.info {
    max-width: 70%;
    margin: 15px auto !important;
    background: #f3f7fa;
    background-color: #f9f9f9;
    padding: 30px 25px 20px;
    border: 1px solid #e9e9e9;
}

    .account-page .form-fields a {
        color: #f74258;
    }

        .account-page .form-fields a:hover {
            text-decoration: underline;
        }

.account-page .buttons,
.account-page .add-button {
    border-top: 1px solid #f3f3f3;
    padding: 30px;
}

.account-page .no-data {
    padding: 30px;
}

.account-page .table-wrapper {
    padding: 0 30px;
}

    .account-page .table-wrapper + .pager,
    .account-page .product-review-item + .pager {
        margin-top: 20px;
    }

    .account-page .table-wrapper + .buttons {
        border: none; /*there will be a border if a pager is present*/
    }

.account-page ul.info,
.account-page ul.details {
    padding: 30px;
    line-height: 25px;
}

    .account-page ul.info span,
    .account-page ul.details span {
        display: inline-block;
    }

    .account-page ul.info li.name {
        display: none;
        margin: 0 0 10px;
        font-weight: bold;
    }

    .account-page ul.info li.email label {
        display: none;
    }

    .account-page ul.info li.country {
        margin: 10px 0 0;
        font-weight: bold;
        text-transform: uppercase;
    }

    .account-page ul.info + .buttons {
        margin: 0 0 30px;
        border: none;
        padding: 0;
        font-size: 0;
    }

        .account-page ul.info + .buttons input {
            display: inline-block;
            width: 37px;
            height: 37px;
            margin: 0 2px;
            border: none;
            background-color: #777;
            background-image: url(/Themes/Pavilion/Content/img/account-sprite.png);
            background-repeat: no-repeat;
            font-size: 0 !important;
            transition: all 0.2s ease;
        }

            .account-page ul.info + .buttons input:hover {
                background-color: #f74258;
            }

.account-page .edit-address-button {
    background-position: center 0;
}

.account-page .delete-address-button {
    background-position: center -37px;
}

.account-page .order-details-button {
    background-position: center -74px;
}

.account-page .return-items-button {
    width: auto !important;
    background-image: url(/Themes/Pavilion/Content/img/product-sprite-2.rtl.png) !important;
    background-position: right -120px;
    padding: 10px 35px 10px 15px;
    vertical-align: middle;
    font-size: 14px !important;
    color: #777;
}

.recurring-payments {
    margin: 0 0 50px !important;
}

    .recurring-payments .title {
        margin-bottom: 30px !important;
    }

    .recurring-payments .button-2 {
        width: 37px;
        height: 37px;
        border: none;
        background: #f6f6f6 url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
        font-size: 0;
    }

.account-page .description,
.reward-points-overview {
    padding: 30px;
    line-height: 25px;
}

.return-request-list-page a {
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}

    .return-request-list-page a:hover {
        color: #f74258;
    }

.return-request-list-page .comments {
    margin: 30px 0 0;
}

.downloadable-products-page .table-wrapper {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.downloadable-products-page td.download {
    text-align: center;
    font-size: 0;
}

.downloadable-products-page .download a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: none;
    background: #777 url(/Themes/Pavilion/Content/img/product-sprite-2.rtl.png) right -40px no-repeat;
    transition: all 0.2s ease;
}

    .downloadable-products-page .download a:hover {
        background-color: #f74258;
    }

.user-agreement-page .terms-of-agreement {
    margin: 40px 0;
    text-align: center;
}

.reward-points-page .title {
    display: none;
}

.reward-points-page .section {
    margin: 0 0 50px;
    border: none;
}

.change-password-page .inputs {
    margin: 20px 0 0;
}

.change-password-page .buttons {
    border: none;
    padding-top: 0 !important;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    padding: 35px 0 25px;
    text-align: center;
}

.avatar-page .image {
    margin: 0 0 25px;
    font-size: 0;
}

    .avatar-page .image img {
        border: 1px solid #f3f3f3;
    }

.avatar-page input[type="file"] {
    max-width: 220px;
    margin: 0 0 20px;
    text-align: center;
}

.avatar-page .info {
    margin: 0 0 20px;
    padding: 0 20px;
}

.avatar-page .buttons {
    text-align: center !important;
}

    .avatar-page .buttons input {
        margin: 0 8px;
    }

.avatar-page .remove-avatar-button,
.vendorinfo-page .remove-picture-button {
    border: none;
    background-color: transparent;
    padding: 15px 0;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}

    .avatar-page .remove-avatar-button:hover,
    .vendorinfo-page .remove-picture-button:hover {
        color: #f74258;
    }

.vendorinfo-page .vendor-picture {
    margin: 10px 0 -40px;
}

.vendorinfo-page .remove-picture-button {
    display: block;
}


/********** SHOPPING CART **********/



.order-progress {
    margin: 0 0 50px;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        position: relative;
        margin: 2px;
    }

        .order-progress li:nth-child(1) {
            z-index: 6;
        }

        .order-progress li:nth-child(2) {
            z-index: 5;
        }

        .order-progress li:nth-child(3) {
            z-index: 4;
        }

        .order-progress li:nth-child(4) {
            z-index: 3;
        }

        .order-progress li:nth-child(5) {
            z-index: 2;
        }

        .order-progress li:nth-child(6) {
            z-index: 1;
        }

    .order-progress a {
        display: block;
        position: relative;
        min-width: 100px;
        height: 32px;
        background-color: #ececec;
        padding: 0 24px 0 16px;
        font-size: 11px; /*reset zeroing*/
        line-height: 32px;
        font-weight: bold;
        color: #777;
        text-transform: uppercase;
    }

        .order-progress a:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            height: 32px;
            border-width: 16px 8px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #f6f6f6 transparent transparent;
        }

        .order-progress a:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: -16px;
            height: 32px;
            border-width: 16px 8px;
            border-style: dashed solid dashed dashed;
            border-color: transparent #e9e9e9 transparent transparent;
        }

    .order-progress li.active-step a {
        background-color: #f74258;
        color: #fff;
        cursor: pointer;
    }

        .order-progress li.active-step a:after {
            border-right-color: #f74258;
        }

    .order-progress li.inactive-step a {
        cursor: default;
    }

.shopping-cart-page .message-error {
    margin: 0 0 30px;
    font-size: 13px;
}

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.shopping-cart-page .button-1,
.checkout-page .button-1 {
    min-width: 110px;
    border: none;
    background-color: #f74258;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}
.button-1 {
	line-height:1 !important;
	transition: all 0.2s ease
}
.button-1:hover{
		outline:none !important;
		background-color: #f11a34;
}
    /* End FPC Change*/

    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover {
        background-color: #f11a34;
    }
/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.shopping-cart-page .button-2,
.checkout-page .button-2 {
    width: 300px;
    max-width: 100%;
    height: 35px;
    margin: 0 0 10px;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    outline: 2px solid transparent;
    transition: all 0.2s ease;
}
/* End FPC Change*/

.cart-options {
    margin: 10px 0 50px;
    text-align: center;
}

.common-buttons {
    font-size: 0;
}

    .common-buttons .update-cart-button {
        background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.rtl.png) right -49px no-repeat;
    }

    .common-buttons .continue-shopping-button {
        background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.rtl.png) right -4px no-repeat;
    }

    .common-buttons input:hover {
        outline-color: #fff;
        color: #f74258;
    }

.cart-options .selected-checkout-attributes {
    margin: 50px 0;
}

.shopping-cart-page .selected-checkout-attributes {
    display: none !important;
}

.shopping-cart-page .tax-shipping-info {
    margin: -10px 0 50px;
}

.cart-footer:after {
    content: "";
    display: block;
    clear: both;
}

.cart-collaterals {
    margin: 0 0 50px;
}

    .cart-collaterals .accordion-tab {
        position: relative;
        margin: 0 0 10px;
        border: 1px solid #e9e9e9;
        background-color: #fff;
    }

        .cart-collaterals .accordion-tab.active {
            z-index: 3;
        }

    /*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
    .cart-collaterals .accordion-tab-title {
        position: relative;
        border-bottom: 3px solid #e9e9e9;
        padding: 10px 30px 8px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.2s ease;
    }
        /* End FPC Change*/

        .cart-collaterals .accordion-tab-title:after {
            content: "";
            position: absolute;
            top: 20px;
            left: 15px;
            width: 10px;
            height: 10px;
            background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
        }

    .cart-collaterals .active .accordion-tab-title {
        border-bottom-color: #f74258;
    }

    /*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
    .cart-collaterals .accordion-tab-content {
        display: none;
        max-width: 600px;
        margin: auto;
        padding: 20px 30px 20px 30px;
    }
    /* End FPC Change*/

    .cart-collaterals .title {
        display: none;
    }

    .cart-collaterals .hint {
        margin: 0 0 15px;
    }

    .cart-collaterals .estimate-shipping-button {
        margin: 0;
        background-color: #f74258;
        padding: 0 20px;
        color: #fff;
        outline-width: 1px;
    }

        .cart-collaterals .estimate-shipping-button:hover {
            outline-color: #f74258;
        }

    .cart-collaterals .shipping-results {
        margin: 30px 0 0;
    }

        .cart-collaterals .shipping-results li {
            margin: 15px 0 5px;
        }

        .cart-collaterals .shipping-results strong {
            display: block;
            margin: 0 0 5px;
            font-size: 13px;
            color: #333;
        }

    .cart-collaterals .coupon-code {
        width: 300px;
        max-width: 100%;
        margin: auto;
        font-size: 0;
    }

        /*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
        .cart-collaterals .coupon-code input[type="text"] {
            display: block;
            width: 100%;
            height: 35px;
        }
        /* End FPC Change*/

        .cart-collaterals .coupon-code input[type="submit"] {
            display: block;
            width: 100%;
            margin: 0;
            background-color: #f74258;
            padding: 0 20px;
            color: #fff;
            outline-width: 1px;
        }

            .cart-collaterals .coupon-code input[type="submit"]:hover {
                outline-color: #f74258;
            }

    .cart-collaterals .message-failure {
        margin: 15px 0 0;
        color: #f74258;
    }

    .cart-collaterals .message-success {
        margin: 15px 0 0;
        color: #4fbb41;
    }

    .cart-collaterals .current-code {
        margin: 15px 0 0;
    }

        .cart-collaterals .current-code span {
            vertical-align: middle;
        }

    /*
    Begin FPC Change
    Date: 1395/06/13
    Jalali
*/
    .cart-collaterals .checkout-attributes {
        margin: 40px 0 12px 0;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        padding: 30px;
    }
        /* End FPC Change*/

        .cart-collaterals .checkout-attributes dt {
            margin: 20px 0 5px;
        }

            .cart-collaterals .checkout-attributes dt:first-child {
                margin-top: 0;
            }

        .cart-collaterals .checkout-attributes li {
            line-height: 24px;
        }

            .cart-collaterals .checkout-attributes li * {
                vertical-align: middle;
            }

        .cart-collaterals .checkout-attributes .color-squares li {
            margin: 5px;
        }

.cart-footer .remove-discount-button,
.cart-footer .remove-gift-card-button {
    width: 17px;
    height: 17px;
    margin: 0 8px -1px 0;
    border: none;
    background: #fff url(/Themes/Pavilion/Content/img/close.png) center no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.cart-footer .totals {
    margin: 0 0 60px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 20px 0;
}
/* End FPC Change*/

.cart-footer .total-info {
    width: 300px;
    max-width: 80%;
    margin: 0 auto;
}

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.cart-total td {
    width: 50%;
    padding: 2px;
}
    /* End FPC Change*/

    .cart-total td.cart-total-left {
        text-align: right;
    }

.cart-total .giftcard-remaining {
    display: block;
}

.cart-total td.cart-total-right {
    text-align: left;
}

.cart-total .order-total {
    font-size: 18px;
    font-weight: bold;
    color: #00a1b1;
    text-transform: uppercase;
}

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.terms-of-service {
    margin: 20px 0 0;
    background-color: #f9f9f9;
    padding: 10px;
    font-size: 13px;
}

    .terms-of-service div {
        width: 300px;
        max-width: 80%;
        margin: auto;
        line-height: 24px;
    }

    .terms-of-service input {
        margin: 0 0 0 3px;
    }

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service a {
        display: inline-block;
        margin: 0 3px 0 0;
        color: #f74258;
        cursor: pointer;
    }

        .terms-of-service a:hover {
            text-decoration: underline;
        }

.cart-footer .checkout-buttons {
    margin: 30px 0 0;
}

    .cart-footer .checkout-buttons .button-1 {
        font-size: 14px;
    }

.cart-footer .addon-buttons {
    margin: 40px 0 0;
}

.shopping-cart-page .cross-sells {
    margin: 60px 0 0;
}

    .shopping-cart-page .cross-sells .button-2 {
        margin: 0;
        outline: none;
    }


/********** CHECKOUT **********/



.checkout-page .message-error {
    margin: 0 0 10px;
}

.checkout-page .billing-addresses,
.checkout-page .shipping-addresses {
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.checkout-page .select-billing-address,
.checkout-page .select-shipping-address {
    margin: 0 0 10px;
}

.checkout-page #shipping-addresses-form {
    display: block !important; /*because pickup-in-store is inside this form*/
}

.checkout-page .address-grid {
    padding: 30px;
}

    .checkout-page .address-grid:after {
        content: "";
        display: block;
        clear: both;
    }

.checkout-page .address-item {
    margin: 40px 0 10px;
}

    .checkout-page .address-item:first-child {
        margin-top: 0;
    }

.checkout-page .address-box {
    margin: 0 0 20px;
}

.checkout-page .address-item li {
    padding: 2px 0;
}

    .checkout-page .address-item li.name {
        margin: 0 0 5px;
        font-size: 16px;
        font-weight: bold;
    }

    .checkout-page .address-item li.email label {
        display: none;
    }

    .checkout-page .address-item li.country {
        margin: 5px 0 0;
        font-size: 16px;
    }

.checkout-page .enter-address {
    max-width: 600px;
    margin: auto;
    padding: 30px;
}

    .checkout-page .enter-address + .buttons {
        margin: -30px 0 0;
        padding: 10px;
    }

.checkout-page .order-summary {
    margin: 50px 0 0;
}

    .checkout-page .order-summary .title {
        display: none;
    }

.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
    margin: 0;
    border-top: 1px solid #f6f6f6;
    padding: 30px;
    text-align: center;
}

    .checkout-page .ship-to-same-address input,
    .checkout-page .pickup-in-store input {
        margin: 0 5px;
    }

.checkout-page .pickup-points {
    margin: 0 0 -10px;
}

    .checkout-page .pickup-points .title {
        display: none;
        margin: 10px 0 0;
    }

.checkout-page .select-pickup-point {
    margin: 0;
    text-align: center;
}

    .checkout-page .select-pickup-point ul {
        margin: -10px 0 0;
    }

    .checkout-page .select-pickup-point li {
        display: inline-block;
    }

.checkout-page .select-address {
    padding: 0 20px;
}

    .checkout-page .select-address select {
        max-width: 100%;
        height: 40px;
    }

.checkout-page .pickup-points-map {
    height: 300px;
    margin: 20px 0 0;
}

.section.shipping-method,
.section.payment-method,
.section.payment-info,
.section.confirm-order,
.section.order-completed {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 40px 20px;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 0 35px;
}
    /*
    Begin FPC Change
    Date: 1395/06/08
    Jalali
*/
    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 0 0 18px;
    }
        /*End FPC Change*/

        /*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            font-weight: bold;
            color: #333;
            display: inline;
        }
/*End TPC Change*/
/*
    Begin FPC Change
    Date: 1395/06/08
    Jalali
*/
.shipping-method .method-description {
    margin: 1px 15px 0;
    font-size: 11px;
}
/*End FPC Change*/
.use-reward-points {
    margin: 0 0 30px;
}

    .use-reward-points input {
        margin: 0 0 0 5px;
    }

.payment-method .method-list {
    font-size: 0;
}

    .payment-method .method-list li {
        white-space: nowrap;
    }

.payment-method .payment-logo,
.payment-method .payment-details {
    display: inline-block;
    vertical-align: middle;
}

.payment-method .payment-logo {
    margin: 0 0 0 10px;
}

    .payment-method .payment-logo img {
        max-width: 40px;
    }

.payment-method .payment-details {
    font-size: 14px; /*reset zeroing*/
}

    .payment-method .payment-details label {
        display: inline-block;
        text-align: right;
    }

.payment-info .info {
    margin: 0 0 35px;
}

    .payment-info .info tr {
        display: block;
        margin: 20px 0 0;
    }

        .payment-info .info tr:first-child {
            margin: 0;
        }

    .payment-info .info td {
        display: block;
        width: auto;
    }

        .payment-info .info td:first-child {
            margin: 0 0 5px;
        }

        .payment-info .info td label {
            font-weight: bold;
        }

    .payment-info .info input[type="text"] {
        max-width: 400px;
        height: 40px;
    }

    .payment-info .info input[type="text"] {
        width: 100% !important;
    }

    .payment-info .info input#CardCode {
        width: 60px !important;
    }

    .payment-info .info td select {
        height: 38px;
        margin: 0 5px;
    }

.confirm-order .terms-of-service {
    margin: 0 0 30px;
    background-color: transparent;
    padding: 0;
    text-align: center;
}

    .confirm-order .terms-of-service a {
        margin-right: 5px;
    }

.confirm-order .buttons .button-1 {
    font-size: 15px;
}

.order-completed .title {
    margin: 0 0 30px;
    background-color: transparent;
    padding: 0;
}

.order-completed .details {
    margin: 0 0 30px;
}

    .order-completed .details a {
        display: inline-block;
        margin: 5px 0 0;
        color: #f74258;
    }

        .order-completed .details a:hover {
            text-decoration: underline;
        }

/*
    Begin FPC Change
    Date: 1395/06/03
    Jalali
*/
.order-review-data,
.order-details-area,
.shipment-details-area {
    margin: 0 0 40px;
    overflow: hidden;
}
    /* End FPC Change*/
    .order-review-data ul,
    .order-details-area ul,
    .shipment-details-area ul {
        margin: 40px 0 0;
        border: 1px solid #e9e9e9;
        background-color: #fff;
        padding: 40px 30px;
    }

        .order-review-data ul:first-child,
        .order-details-area ul:first-child,
        .shipment-details-area ul:first-child {
            margin: 0;
        }

    .order-review-data li,
    .order-details-area li,
    .shipment-details-area li {
        padding: 2px 0;
    }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        display: block !important;
        margin: 20px 0 5px;
        background-color: transparent;
        padding: 0;
        font-size: 15px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
    }

        .order-review-data .title:first-child,
        .order-details-area .title:first-child,
        .shipment-details-area .title:first-child {
            margin-top: 0;
        }

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.order-details-page .page-title {
    margin: 17px 0 30px;
}
    /* End FPC Change*/
    .order-details-page .page-title h1 {
        margin: 0 0 10px;
    }

    .order-details-page .page-title a {
        display: inline-block;
        height: 40px;
        margin: 5px 5px 10px;
        background-color: #f74258;
        background-image: url(/Themes/Pavilion/Content/img/order-sprite.rtl.png);
        background-repeat: no-repeat;
        padding: 0 35px 0 15px;
        line-height: 40px;
        outline: 2px solid transparent;
        transition: all 0.2s ease;
    }

.print-order-button {
    background-position: right bottom;
}

.pdf-invoice-button {
    background-position: right top;
}

.order-details-page .page-title a:hover {
    outline-color: #fff;
    color: #f74258;
}
/*
    Begin FPC Change
    Date: 1395/06/03
    Jalali
*/
.order-details-page .order-overview {
    margin: 0 0 30px;
    padding: 0px 10px;
    font-size: 13px;
}
/* End FPC Change*/
.order-details-page .order-number {
    margin: 0 0 20px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}

.order-details-page .order-info span {
    display: block;
    margin: 5px 0;
}

.order-details-page .order-total strong {
    display: inline-block;
}
/*
    Begin FPC Change
    Date: 1395/06/03
    Jalali
*/
.order-details-page .section,
.shipment-details-page .section {
    margin: 0 0 40px;
}
    /* End FPC Change*/
    .order-details-page .section .title,
    .shipment-details-page .section .title {
        display: none;
    }

.order-details-page .download {
    margin: 5px 0 0;
}

    .order-details-page .download a,
    .order-details-page .view-details a {
        font-weight: normal;
        color: #f74258;
    }

        .order-details-page .download a:hover,
        .order-details-page .view-details a:hover {
            text-decoration: underline;
        }

.order-details-page .tax-shipping-info {
    display: none;
}

.order-details-page .selected-checkout-attributes {
    margin: -10px 0;
}

.order-details-page .actions {
    margin: 50px 0 0;
    font-size: 0;
}

    .order-details-page .actions input {
        width: 210px;
        max-width: 100%;
        height: 45px;
        margin: 0 5px 10px;
        border: medium none;
        padding: 0 48px 0 28px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        outline: 2px solid transparent;
        transition: all 0.2s ease 0s;
    }

    .order-details-page .actions .re-order-button {
        background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.rtl.png) right 0 no-repeat;
        color: #777;
    }

    .order-details-page .actions .return-items-button {
        background: #f74258 url(/Themes/Pavilion/Content/img/cart-sprite.rtl.png) right -45px no-repeat;
        color: #777;
    }

    .order-details-page .actions input:hover {
        outline-color: #fff;
        color: #f74258;
    }

/*
    Begin FPC Change
    Date: 1395/06/03
    Jalali
*/
.order-details-page .totals {
    margin: 0 0 40px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 20px 0;
}
/* End FPC Change*/
.order-details-page .total-info {
    width: 300px;
    max-width: 80%;
    margin: 0 auto;
}

.return-request-page .section {
    margin: 0 0 50px;
}

    .return-request-page .section .title {
        display: none;
    }

.return-request-page .fieldset {
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

    .return-request-page .fieldset .form-fields {
        max-width: 600px;
        margin: auto;
        padding: 30px;
    }

    .return-request-page .fieldset .buttons {
        margin: -20px 0 40px;
    }

/*
    Begin FPC Change
    Date: 1395/06/08
    Jalali
*/
.opc {
    border: 1px solid #e9e9e9;
    border-top: 0;
    background-color: #fff;
}

    .opc .tab-section {
        border-top: none; /*1px solid #e9e9e9;*/
    }
        /*End FPC Change*/
        .opc .tab-section:first-child {
            border-top: none;
        }

    .opc .step-title {
        overflow: hidden;
        background-color: #fff;
        padding: 15px 30px;
        color: #333;
        text-transform: uppercase;
    }

    .opc .allow .step-title,
    .opc .active .step-title {
        background-color: #f9f9f9;
        cursor: pointer;
    }

    .opc .step-title span {
        float: right;
        margin: 0 0 0 20px;
    }

    .opc .step-title h2 {
        float: right;
        font-size: 15px;
    }

    .opc .step {
        padding: 30px;
    }

    .opc .section {
        margin: 0 0 30px;
        border: none;
        padding: 0 !important;
    }

        .opc .section .section,
        .opc .billing-addresses,
        .opc .shipping-addresses {
            margin: 0;
            border: none;
        }

        .opc .section > label {
            display: block;
            margin: 0 0 10px;
        }

    .opc input[type="text"],
    .opc select {
        height: 40px;
        max-width: 100%;
    }

    .opc .buttons {
        margin-bottom: 0;
    }

    .opc .back-link {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
    }

        .opc .back-link small {
            display: none;
        }

        .opc .back-link a {
            display: block;
            width: 48px;
            height: 33px;
            background: #777 url(/Themes/Pavilion/Content/img/back-link.rtl.png) center no-repeat;
        }

            .opc .back-link a:hover {
                background-color: #f74258;
            }

    .opc .please-wait {
        display: block;
        margin: 15px 0 0;
    }

#opc-billing .section,
#opc-shipping .section {
    max-width: 480px;
}

.opc .enter-address {
    padding: 0 !important;
}

.opc .select-shipping-address label,
.opc .select-pickup-points label {
    display: block;
    margin: 0 0 10px;
}

.opc .pickup-in-store {
    padding: 10px 0 !important;
}

.opc .pickup-points {
    max-width: none !important;
}

#opc-confirm_order .confirm-order {
    display: none;
}

#opc-confirm_order .billing-info,
#opc-confirm_order .shipping-info {
    border: none;
    padding: 0;
}

#opc-confirm_order .table-wrapper {
    margin: 0 -33px; /*hacking the outer padding on smallest resolution*/
}

#opc-confirm_order .terms-of-service {
    margin: 0 0 30px;
    text-align: center;
}

    #opc-confirm_order .terms-of-service a {
        margin: 0 5px 0 0;
    }


/*********** SEARCH & SITEMAP ***********/



.search-input {
    margin: 0 0 50px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 40px 30px;
}

.basic-search,
.advanced-search {
    width: 480px;
    max-width: 100%;
    margin: auto;
}

    .basic-search .inputs.reversed {
        position: relative;
        height: 48px;
        margin: 0 0 1px;
        background-color: #f9f9f9;
        padding: 12px 20px;
    }

        .basic-search .inputs.reversed input {
            position: absolute;
            visibility: hidden;
        }

        .basic-search .inputs.reversed label {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            padding: 0 20px;
            line-height: 48px;
            text-transform: uppercase;
            cursor: pointer;
            border: 1px solid #e9e9e9;
        }

            .basic-search .inputs.reversed label:after {
                content: "";
                position: absolute;
                top: 19px;
                left: 19px;
                width: 10px;
                height: 10px;
                background: #f74258 url(/Themes/Pavilion/Content/img/toggle-button.png) center no-repeat;
            }

.advanced-search {
    background-color: #f9f9f9;
    padding: 30px 25px 20px;
    border: 1px solid #e9e9e9;
}

    .advanced-search .inputs label {
        white-space: normal;
    }

        .advanced-search .inputs label:first-child {
            text-align: center;
        }

    .advanced-search input + label {
        display: inline;
        margin: 0 6px 0 0;
        font-weight: normal;
    }

    .advanced-search .price-range {
        display: block;
        text-align: center;
    }

        .advanced-search .price-range input {
            width: 70px;
            margin: 0 5px;
        }

.search-input .button-1 {
    border: none;
    background-color: #f74258;
    padding: 11px 30px;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

    .search-input .button-1:hover {
        background-color: #f11a34;
    }

.search-input .warning,
.search-results .result {
    display: block;
    margin: 10px 0 0;
    font-weight: normal;
    color: #f74258;
}

.search-results {
    margin: 30px 0 0;
}

    .search-results .warning,
    .search-results .no-result {
        text-align: center;
    }

.sitemap-page .description {
    margin: 0 0 30px;
}

.sitemap-page .entity-wrapper {
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.sitemap-page .entity-title {
    background-color: #f9f9f9;
    padding: 25px 30px;
    color: #333;
    text-transform: uppercase;
}

    .sitemap-page .entity-title h2 {
        font-size: 15px;
    }

.sitemap-page .entity-body {
    padding: 30px;
    line-height: 24px;
}

.sitemap-page li {
    display: inline-block;
    margin: 5px;
}

.sitemap-page a {
    display: block;
}

    .sitemap-page a:hover {
        color: #f74258;
    }

    .sitemap-page a:empty {
        display: none;
    }


/********** BLOG & NEWS **********/



.year strong {
    display: block;
    cursor: default;
}

.blogpost-page .page-title,
.news-item-page .page-title {
    display: block !important;
    margin: 0 0 10px;
    border: none;
    padding: 0;
    text-transform: none;
}

    .blogpost-page .page-title h1,
    .news-item-page .page-title h1 {
        font-size: 25px;
    }

.blog-page .post,
.news-items .news-item {
    position: relative;
    margin: 0 0 20px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding:10px 30px 0 30px !important;
}

    .blog-page .post:after,
    .news-items .item:after {
        content: "";
        display: block;
        clear: both;
    }

.post-head,
.news-head {
    margin:0;
	height:70px;
}

.post-title,
.news-title {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 25px;
    font-weight: bold;
    color: #333 !important;
    text-decoration: none !important;
}

.post-date,
.news-date {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #999;
}

.post-body,
.news-body {
    margin: 0 0 30px;
    line-height: 30px;
}

    .post-body a,
    .news-body a {
        color: #f74258;
    }

        .post-body a:hover,
        .news-body a:hover {
            text-decoration: underline;
        }

    .post-body img,
    .news-body img {
        max-width: 100%;
    }

.blog-page .tags,
.blogpost-page .tags {
    display: inline-block;
    margin: 0 0 10px;
    overflow: hidden;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: block;
        margin: 0 0 10px;
        font-size: 13px;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        font-size: 0;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        display: inline-block;
        margin: 3px;
        font-size: 13px; /*reset zeroing*/
    }

        .blog-page .tags li.separator,
        .blogpost-page .tags li.separator {
            display: none;
        }

    .blog-page .tags a,
    .blogpost-page .tags a {
        display: inline-block;
        background-color: #f6f6f6;
        padding: 0 10px;
        line-height: 26px;
        color: #f74258;
        transition: all 0.2s ease;
    }

        .blog-page .tags a:hover,
        .blogpost-page .tags a:hover {
            background-color: #fbfbfb;
        }

.blog-posts .buttons {
    overflow: hidden;
}

.blog-posts .read-more,
.blog-posts .read-comments {
    display: inline-block;
    line-height: 32px;
}

.blog-posts .read-more,
.blog-posts .read-comments {
    padding: 10px 0;
    text-transform: capitalize;
}

.blog-posts .read-more {
    margin: 0 10px 0 0;
}

    .blog-posts .read-more:before {
        content: "|";
        margin: 0 0 0 12px;
        color: #777 !important;
    }

    .blog-posts .read-more:hover,
    .blog-posts .read-comments:hover {
        color: #f74258;
    }

.blog-posts .post-head,
.blog-posts .read-comments {
    display: none; /*default html order changed because of the Rich Blog*/
}

.blogpost-page .page-body,
.news-item-page .page-body {
    background-color: #fff;
}

.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
    padding: 30px;
}

.news-items .buttons {
    margin: -5px 0 5px;
    font-size: 0;
}

.news-items .read-more {
    font-size: 14px; /*reset zeroing*/
    font-weight: bold;
    color: #f74258;
    text-transform: capitalize;
}

    .news-items .read-more:after {
        content: "";
        display: inline-block;
        width: 26px;
        height: 20px;
        margin: -1px 0 0 -25px;
        background: #777 url(/Themes/Pavilion/Content/img/pointer-color.rtl.png) center no-repeat;
        vertical-align: middle;
        transition: all 0.2s ease;
    }

.new-comment .message-error {
    margin: 30px 0 0;
    text-align: center;
}

.new-comment .result {
    margin: 30px 0 0;
    color: #4fbb41;
    text-align: center;
}

.new-comment .inputs {
    text-align: center;
}

    .new-comment .inputs label {
        display: none;
    }

.new-comment textarea {
    min-height: 180px;
}

.new-comment .captcha-box {
    margin: 0;
}

.new-comment .buttons {
    padding: 0 0 10px;
}

.new-comment .button-1 {
    border: none;
    background-color: #f74258;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

    .new-comment .button-1:hover {
        outline-color: #f74258;
    }

.comment-list .title {
    background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

.blog-comment,
.news-comment {
    border-top: 1px solid #f0f0f0;
}

    .blog-comment:first-child,
    .news-comment:first-child {
        border: none;
    }

    .blog-comment:after,
    .news-comment:after {
        content: "";
        display: block;
        clear: both;
    }

.comment-info {
    width: 150px;
    margin: 0 auto 20px;
}

    .comment-info .username {
        display: block;
        margin: 0 0 10px;
        font-weight: bold;
    }

    .comment-info .avatar {
        position: relative;
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.comment-title {
    color: #333;
}

.comment-time {
    margin: 0 0 10px;
    /*font-size: 13px;
	font-weight: bold;*/
    color: #999;
}

.comment-body {
    line-height: 25px;
}

.news-item-page .news-body {
    margin: 0;
}

.news-item-page .inputs:first-child label {
    display: block;
}

.news-list-homepage {
    margin: 0 0 30px;
}

    .news-list-homepage .title {
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 5px;
        color: #666;
        text-transform: uppercase;
        font-size: 16px;
    }

    .news-list-homepage .news-title {
        font-size: 13px;
		margin:0;
    }

    .news-list-homepage .view-all {
        margin: 30px 0 0;
        text-align: center;
    }

        .news-list-homepage .view-all a, .poll .buttons input {
            display: inline-block;
            border: none;
            background-color: #f74258;
            padding: 11px 15px;
            font-size: 12px;
            font-weight: bold;
            border-radius: 2px;
            line-height: 1;
            color: #fff;
            text-transform: uppercase;
            outline: 1px solid transparent;
            transition: all 0.2s ease;
        }

            .news-list-homepage .view-all a:hover, .poll .buttons input:hover {
                background-color: #f11a34;
            }


/********** FORUM & PROFILE **********/



.forums-main-page .topic-block {
    margin: 0 0 35px;
}

.forums-main-page .topic-block-title h2 {
    font-size: 22px;
}

.forum-breadcrumb {
    margin: 0 0 35px;
}

.forums-header {
    margin: 35px 0;
}

    .forums-header:after {
        content: "";
        display: block;
        clear: both;
    }

.current-time {
    display: none;
}

.forum-search-box form {
    display: inline-block;
}

.forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 10px;
}

.forum-search-box .search-box-text {
    float: right;
    height: 40px;
    border: none;
    padding: 0 18px;
}

.forum-search-box .search-box-button {
    float: right;
    width: 40px;
    height: 40px;
    border: none;
    background: #f74258 url(/Themes/Pavilion/Content/img/search-button.png) center no-repeat;
    font-size: 0;
}

.forum-search-box .advanced a {
    font-size: 13px;
}

    .forum-search-box .advanced a:hover {
        color: #333;
    }

.forum-search-page .advanced-search {
    margin: 0 auto;
}

.forum-search-page .search-error {
    padding: 15px;
    text-align: center;
    color: #f74258;
}

.forum-search-page .search-results {
    margin: 0 0 15px;
}

.forum-search-page .pager.upper {
    display: none;
}

/* forum group */

.forums-table-section {
    margin: 0 0 30px;
}

    .forums-table-section + .forums-table-section {
        margin-top: 50px;
    }

    .forums-table-section a {
        display: inline-block;
        vertical-align: middle;
    }

.forums-table-section-title {
    position: relative;
    margin: 0 0 -1px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

    .forums-table-section-title > a,
    .forums-table-section-title strong {
        float: right;
        font-size: 15px;
        font-weight: bold;
    }

.forums-table-section .table-wrapper {
    overflow-x: auto;
}

.forums-table-section .view-all {
    margin: 30px 0 0;
}

    .forums-table-section .view-all a {
        display: inline-block;
        background-color: #f74258;
        padding: 10px 20px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        outline: 1px solid transparent;
        transition: all 0.2s ease 0s;
    }

        .forums-table-section .view-all a:hover {
            outline-color: #f74258;
        }

.forums-table-section .image {
    padding: 20px 0;
}

    .forums-table-section .image div {
        width: 40px;
        height: 35px;
        margin: auto;
        background-image: url(/Themes/Pavilion/Content/img/forum-sprite-1.png);
        background-repeat: no-repeat;
    }

        .forums-table-section .image div.sticky {
            background-position: center;
        }

        .forums-table-section .image div.announcement {
            background-position: right;
        }

.forums-table-section .forum-title,
.forums-table-section .topic-title {
    margin: 0 0 10px;
}

    .forums-table-section .forum-title a,
    .forums-table-section .topic-title a {
        vertical-align: middle;
        font-weight: bold;
        color: #333;
    }

        .forums-table-section .forum-title a:hover,
        .forums-table-section .topic-title a:hover {
            color: #f74258;
        }

    .forums-table-section .forum-title span,
    .forums-table-section .topic-title span {
        vertical-align: middle;
    }

.forums-table-section .latest-post {
    white-space: nowrap;
}

    .forums-table-section .latest-post div {
        font-size: 13px;
    }

.active-discussions-page .pager.upper {
    display: none;
}

.active-discussions-page .pager.lower {
    margin: 30px 0 0;
}

/* forum-page, topic-page */

.forum-page .forum-info {
    margin: 0 0 40px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    text-transform: uppercase;
}

    .forum-page .forum-name h1,
    .forum-topic-page .topic-name h1 {
        font-size: 22px;
        color: #333;
    }

.forum-page .forum-description {
}

.forum-actions,
.topic-actions {
    margin: 0 0 20px;
    font-size: 0;
}

    .forum-actions .actions a,
    .topic-actions .actions a {
        display: inline-block;
        margin: 5px;
        background-color: #888;
        background-image: url(/Themes/Pavilion/Content/img/forum-sprite-2.rtl.png);
        background-repeat: no-repeat;
        padding: 0 30px 0 10px;
        line-height: 35px;
        font-size: 14px;
        transition: all 0.2s ease;
    }

        .forum-actions .actions a:hover,
        .topic-actions .actions a:hover {
            background-color: #f74258;
        }

    .forum-actions .actions .new-topic {
        background-position: right -175px;
    }

    .forum-actions .actions .watch-forum,
    .topic-actions .actions .watch-forum {
        background-position: right -140px;
    }

    .forum-actions .pager.upper,
    .topic-actions .pager.upper {
        margin: 30px 0;
    }

    .topic-actions .edit-topic-button {
        background-position: right 0;
    }

    .topic-actions .delete-topic-button {
        background-position: right -35px;
    }

    .topic-actions .move-topic-button {
        background-position: right -70px;
    }

    .topic-actions .reply-topic-button {
        background-position: right -105px;
    }

    .topic-actions .watch-topic-button {
        background-position: right -140px;
    }

    .topic-actions.lower .actions {
        display: none;
    }

/* topic post */

.topic-post {
    margin: 30px 0;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 25px 30px 35px;
}

    .topic-post:after {
        content: "";
        display: block;
        clear: both;
    }

    .topic-post .post-info {
        width: 150px;
        margin: 0 auto 20px;
    }

    .topic-post .username {
        display: block;
        margin: 0 0 10px;
        line-height: 35px;
        font-weight: bold;
    }

    .topic-post a.username:hover {
        color: #333;
    }

    .topic-post .avatar {
        position: relative;
        width: 150px;
        height: 150px;
        overflow: hidden;
    }

        .topic-post .avatar a {
            display: block;
            height: 100%;
        }

        .topic-post .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .topic-post .user-stats {
        margin: 15px 0;
    }

        .topic-post .user-stats li {
            display: inline-block;
            margin: 0 10px;
        }

        .topic-post .user-stats span,
        .profile-info-box .profile-stats span {
            display: inline-block;
            margin: 0 3px 0 0;
        }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        display: inline-block;
        background: #888 url(/Themes/Pavilion/Content/img/forum-sprite-2.rtl.png) right -210px no-repeat;
        padding: 0 30px 0 10px;
        line-height: 35px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        transition: all 0.2s ease;
    }

        .topic-post .pm-button:hover,
        .profile-info-box .pm-button:hover {
            background-color: #f74258;
        }

    .topic-post .post-time {
        margin: 0 0 15px;
        font-weight: bold;
        font-style: italic;
        color: #999;
    }

    .topic-post .post-actions {
        margin: 0 0 15px;
        font-size: 0;
    }

        .topic-post .post-actions > div {
            margin: 20px 0;
        }

        .topic-post .post-actions a {
            display: inline-block;
            margin: 0 5px;
            font-size: 14px; /*reset zeroing*/
        }

        .topic-post .post-actions .manage-post a {
            margin: 5px;
            box-shadow: inset 0 0 20px #e9e9e9;
            background-color: #888;
            background-image: url(/Themes/Pavilion/Content/img/forum-sprite-2.rtl.png);
            background-repeat: no-repeat;
            padding: 0 30px 0 10px;
            line-height: 35px;
            transition: all 0.2s ease;
        }

        .topic-post .post-actions .edit-post-button {
            background-position: right 0;
        }

        .topic-post .post-actions .delete-post-button {
            background-position: right -35px;
        }

        .topic-post .post-actions .quote-post a {
            vertical-align: middle;
            line-height: 35px;
        }

        .topic-post .post-actions .post-link-button {
            padding: 0 10px;
            font-weight: bold;
            color: #f74258;
        }

        .topic-post .post-actions .quote-post-button {
            border: none;
            background-color: #f74258;
            padding: 0 20px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            outline: 1px solid transparent;
            transition: all 0.2s ease 0s;
        }

            .topic-post .post-actions .quote-post-button:hover {
                outline-color: #f74258;
            }

    .topic-post .user-posted-image,
    .latest-posts .user-posted-image {
        max-width: 100%;
        height: auto;
    }

    .topic-post .quote,
    .latest-posts .quote {
        margin: 10px 0;
        border: 1px dashed #e9e9e9;
        background-color: #f9f9f9;
        padding: 15px 20px;
    }

    .topic-post .post-vote {
        display: inline-block;
        position: relative;
        height: 32px;
        margin: 30px 0 0;
        overflow: hidden;
    }

        .topic-post .post-vote > span {
            position: absolute;
            top: 0;
            width: 32px;
            height: 32px;
            background-color: #f93b54;
            background-image: url(/Themes/Pavilion/Content/img/table-sprite.png);
            background-repeat: no-repeat;
            cursor: pointer;
        }

        .topic-post .post-vote > .vote.up {
            left: 0;
            background-position: center 0;
        }

        .topic-post .post-vote > .vote.down {
            right: 0;
            background-position: center -32px;
        }

        .topic-post .post-vote > div {
            padding: 0 45px;
            line-height: 32px;
            font-weight: bold;
        }

    .topic-post .signature {
        border-top: 1px solid #e9e9e9;
        padding: 30px 0 0;
        font-style: italic;
    }

/* forum edit & send message */

.forum-edit-page .page-body,
.move-topic-page .page-body,
.private-message-send-page .page-body {
    max-width: 820px;
    margin: auto;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.forum-edit-page .inputs.main,
.private-message-send-page .inputs.main {
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    padding: 25px 30px;
}

    .forum-edit-page .inputs.main label,
    .private-message-send-page .inputs.main label /*,
.private-message-send-page .message label*/ {
        display: none;
    }

    .forum-edit-page .inputs.main strong,
    .private-message-send-page .inputs.main a {
        vertical-align: middle;
        font-size: 15px;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
    }

.forum-edit-page .fieldset,
.move-topic-page .fieldset,
.private-message-send-page .fieldset {
    margin: 0;
}

.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields {
    padding: 30px;
}

.forum-edit-page strong.topic-subject {
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}

.forum-edit-page .inputs.reversed label {
    display: inline;
    margin: 0 8px 0 0;
    white-space: normal;
}

.move-topic-page .inputs label {
    white-space: normal;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    margin: 0 0 15px;
}

.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
    position: relative; /*underlaying buttons fix*/
    margin: -50px 0 10px;
    padding: 30px;
}

.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1 {
    min-width: 120px;
    margin: 0 8px;
    border: none;
    background-color: #f74258;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    outline: 1px solid transparent;
    transition: all 0.2s ease;
}

    .forum-edit-page .button-1:hover,
    .move-topic-page .button-1:hover,
    .private-messages .button-1:hover {
        outline-color: #f74258;
    }

.forum-edit-page .button-2,
.move-topic-page .button-2,
.private-messages .button-2 {
    min-width: 60px;
    margin: 0 8px;
    border: none;
    background-color: transparent;
    padding: 15px 0;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}

    .forum-edit-page .button-2:hover,
    .move-topic-page .button-2:hover,
    .private-messages .button-2:hover {
        color: #f74258;
    }

/* inbox & view message */

.private-messages-page .table-wrapper {
    overflow-x: auto;
}

.private-messages-page .pm-unread {
    color: #f74258;
}

.private-messages-page .subject {
    text-align: right;
}

.private-messages-page .pager {
    margin-top: 20px;
}

.private-messages-page .buttons {
    margin: 30px 0 -10px;
}

.private-message-view-page .view-message {
    min-height: 200px;
    margin: 0 0 30px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 30px;
}

.private-message-view-page .message-head {
    margin: 10px 0 30px;
}

    .private-message-view-page .message-head li {
        display: inline-block;
        margin: 0 0 10px;
    }

    .private-message-view-page .message-head label {
        font-weight: bold;
    }

    .private-message-view-page .message-head span {
        margin: 0 0 0 10px;
        vertical-align: middle;
    }

        .private-message-view-page .message-head span:after {
            content: "|";
            margin: 0 10px 0 0;
        }

    .private-message-view-page .message-head .subject span:after {
        display: none;
    }

.private-message-view-page .message-body {
    margin: 0 0 25px;
    line-height: 30px;
}

.private-message-view-page .message {
    display: block !important;
    margin: 15px 0;
    border: 1px solid #ccc;
    padding: 15px;
}

.private-message-view-page .back-pm-button {
    display: none;
}

/* profile page  */

.profile-info-box {
    text-align: center;
}

    .profile-info-box .avatar {
        position: static;
        margin: 0 0 25px;
        font-size: 0;
    }

        .profile-info-box .avatar img {
            border: 1px solid #f3f3f3;
        }

    .profile-info-box .profile-stats {
        margin: 0 0 20px;
        padding: 0 20px;
    }

    .profile-info-box .title {
        margin: 0 0 10px;
        font-size: 18px;
    }

.profile-page .topic {
    margin: 50px 0 0;
}

    .profile-page .topic:first-child {
        margin: 0;
        border: none;
    }

.profile-page .topic-title {
    margin: 0 0 20px;
    background-color: #f9f9f9;
    padding: 25px 30px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

    .profile-page .topic-title a {
        margin: 0 5px 0 0;
        vertical-align: middle;
        color: #333;
    }

        .profile-page .topic-title a:hover {
            color: #f74258;
        }

.profile-page .topic-body {
    line-height: 30px;
}

.profile-page .quote {
    margin: 10px;
    background-color: transparent;
}

.profile-page .topic-data {
    margin: 20px 0;
    padding: 0 30px;
    color: #999;
}

    .profile-page .topic-data label,
    .profile-page .topic-data span {
        display: inline-block;
    }

/*
    Begin FPC Change
    Date: 1395/05/30
    Jalali: تغییر ظاهر امتیازات
*/
.product-review-list {
    clear: both;
    width: 100%;
}

.write-review textarea {
    min-height: 120px;
}

.write-review .review-rating .rating-title {
    width: 90px;
}
/* End FPC Change*/


/*
    Begin FPC Change
    Date: 1395/08/11
    Jalali: Discount amount & percent
*/
.ribbon-wrapper {
    position: relative;
    height: 185px;overflow: hidden;
}

.ribbon-position {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    top: 0;
    left: 0;
    text-align: left;
}

.product-ribbon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.product-ribbon-val {
    background: #f74258;
    padding: 2px 15px;
    top: 20px;
}

    .product-ribbon-val label {
        font-size:15px;
        font-weight: bold;
        color: #fff;
    }

        .product-ribbon-val label span {
            font-size: 11px;
            font-weight: normal;
            padding-right: 4px;
        }

.product-ribbon-discount {
    background: #bf3646;
    padding: 5px 15px;
    top: 20px;
    text-align: center;
    display: block;
}

    .product-ribbon-discount label {
        font-size: 13px;
        font-weight: normal;
        color: #fff;
    }

.product-ribbon-new {
    background: #f6f6f6;
    padding: 5px 15px;
    top: 20px;
    text-align: center;
    display: block;
}

    .product-ribbon-new label {
        font-size: 13px;
        font-weight: normal;
        color: #f74258;
    }

.ribbon-text {
    font-size: 12px;
    line-height: normal;
}
/* End FPC Change*/
.navbar-default .navbar-nav > li > a {
    font-size: 13px;
}

.inner-category-list.sticky-flyout > li {
    font-size: 13px;
}

.inner-category-list .back-button, .inner-category-list .plus-button {
    display: none;
}

body .category-navigation-title, body .wrapper-navigation-list {
    display: block !important;
    color: #666;
}

.small-width-title-category {
    z-index: 2;
    background-color: #fff;
    padding: 0 20px;
    font-size: 14px;
    line-height: 43px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    display: none;
}

.has-before-icon-category:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 19px;
    width: 17px;
    height: 15px;
    background: #f74258 url(/Themes/Pavilion/Content/img/category-nav.png) center no-repeat;
}

.products-carousel .item-box {
    width: 100%;
    margin-bottom: 0;
}

body .nop-jcarousel .jcarousel-prev-horizontal:hover, .nop-jcarousel .jcarousel-next-horizontal:hover {
    background-color: transparent !important;
    opacity: 0.8;
}

body .category-image {
    max-width: 100%;
}

.wrap-product-slider .item-box {
    width: 100%;
}

.carousel-title, .two-columns-area .product-grid .title {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 15px;
	position:relative;
}

    .carousel-title > span {
        display: inline-block;
        margin-bottom: 10px;
        font-weight: bold;
    }

body .slider-home-page {
    margin-bottom: 3px;
}
.owl-prev, .owl-next {
    font-size: 10px !important;
    display: inline-block;
    color: #666;
    transition: all 0.3s ease-in;
	background-image:none !important;
	height:auto !important;
	width:auto !important;
}

.owl-prev:hover, .owl-next:hover {
        color: #f74258;
		background-color:transparent !important;
    }

body .two-columns-area .owl-carousel .owl-controls {
    padding: 0;
}

body .two-columns-area .product-grid {
    margin: 15px 0 0 0;
    padding-bottom: 15px;
}

    body .two-columns-area .product-grid .owl-controls {
        padding: 10px 20px;
    }

.wrap-product-slider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
}
.wrap-product-slider .owl-nav  *{
		cursor:pointer;
}
.wrap-product-slider, .topic-block, .news-list-homepage, .sharo-box-style {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
}

body .spc-header li span {
    position: relative;
    display: block;
    padding: 2px 22px 8px 22px;
    font-size: 12px;
}
body #selectedProducts .spc-categories {
    margin: 0px 0px 20px;
}
#selectedProducts {
}
#frmLblDiscountAmount {
    top: 0 !important;
}

.pro-gallery img {
    width: 400px !important;
    height: auto !important;
}

body .zoomWindow {
    box-shadow: 0 4px 6px #999;
    -moz-box-shadow: 0 4px 6px #999;
    -ms-box-shadow: 0 4px 6px #999;
    -webkit-box-shadow: 0 4px 6px #999;
    border: 1px solid #e6e7e8 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#gal1 a {
    height: 68px;
    position: relative;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fafbfc !important;
    max-height: 68px;
    padding: 0;
    width: 75px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease-in;
}

    #gal1 a.active, #gal1 a:hover {
        box-shadow: 0 0 2px #bdbdbd;
    }

#gal1 img {
    width: 66px;
    height: auto;
}

.jssort16 .title, .jssort16 .title_back {
    font-size: 14px;
}

.category-page .item-box {
    margin-bottom: 10px;
}

body .close:focus {
    opacity: 1 !important;
}

body .priceRangeMinPanel {
    float: right;
}

body .filter-block a.toggleControl, body .block .title {
    color: #666;
	padding: 10px 15px;
}

body .close {
    float: none !important;
    opacity: 1 !important;
}

body a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease-in;
}
.product-list  .product-item #clock-main-container{
	width:200px;
	right: 5%;
	margin-top:0;
	top:30%;
}
.hidden-overflow {
width: 100%;
height: 400px;

}
body .hidden-overflow .owl-carousel {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    height: 450px;
}
body .hidden-overflow .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.typeahead__container * , .typeahead__container{
	font: 14px  Samim !important;
}
.typeahead__list .typeahead__item{
	padding-top:6px;
}
.typeahead__list .typeahead__item .info p{
	margin-bottom:0;
}
.typeahead__list .typeahead__item a > a{
	max-height: 45px;
display: flex;
align-items: center
}
body .productNameFilterPanel7Spikes .filtersGroupPanel{
	padding: 15px 10px 35px;
}
.full-height{
	height: auto !important;
}
.form-wizard .steps > li > a.step > .number{
	 line-height:35px;
}
.page-title *{
	margin-top:5px;
	margin-bottom:0;
}
  body .megaMenu-navbar .mega-dropdown-menu > li > ul > li > a{
	      padding: 3px 0;
  }
@media (min-width:1400px) {
    .typeahead__list .product .typeahead__group{
 
    }
    .hidden-overflow {
        width: 100%;
        height: 460px;
    }
    body .hidden-overflow .owl-carousel {
        height: 500px !important;
    }
}
@media (max-width: 1000px) {

    .wrap-cat-menu {
        display: none;
    }
    .typeahead__list .title {
        width: 100%;
    }
    body .typeahead__list .product .typeahead__group  , .typeahead__list .category .typeahead__group, .typeahead__list .manufacturer .typeahead__group{
        height: auto !important;
        width: 100%;
    }
    body .store-search-box form {
        display: block;
        position: relative;
        font-size: 0;
        margin: 0 auto;
        width: 50%;
    }
    body .admin-header-links ~ .wrapper-nav-responsive .store-search-box {
        max-width: 100%;
   

    }
    body .typeahead__list {
        width: 318px !important;
    }
    body .typeahead__list > div {
        width: 100%;
    }
	body .hidden-sm{
		display:none;
	}
	body .navbar-nav  .dropdown-menu  , body .navbar-nav .open .dropdown-menu{
			position:static !important;
            margin-bottom: 5px;
			border: 1px solid #e9e9e9;
			background-color: #E4F1FE;
			box-shadow: none;
    }
	body .open > .dropdown-menu{
		display:none;
	}
    .inputs input[type="text"], .inputs input[type="password"], .inputs input[type="number"] , .inputs select {
        height: 32px;
    }
 .category-page-body .page-title, .manufacturer-page-body .page-title, .manufacturer-all-page-body .page-title, .vendor-all-page-body .page-title, .vendor-page-body .page-title, .product-tags-all-page-body .page-title, .products-by-tag-page-body .page-title, .recently-viewed-products-page-body .page-title, .recently-added-products-page-body .page-title, .compare-products-page-body .page-title {
        padding: 5px 25px !important;
    }

    body .admin-header-links ~ .wrapper-nav-responsive {
        top: 32px;
    }

    body .admin-header-links ~ .wrapper-main {
        margin-top: 0;
    }

    body {
        background: #f6f6f6;
        padding-right: 5px;
        padding-left: 5px;
    }

        body .navbar-nav {
            margin: 7.5px 0;
            width: 100%;
        }

        body .header-menu, .nopAjaxFilters7Spikes {
            top: 0 !important;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
    }

    body .navbar-toggle {
        display: none;
    }

    body .collapse {
        display: block;
		padding:0;
    }

    .navbar-nav  .dropdown-menu {
        padding: inherit;
        width: 100%;
        border: 1px solid #e9e9e9;
        right: 15px;
        background-color: #fff;
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    }

    body .navbar-nav > li, .navbar-nav > li .dropdown-menu li {
        float: none;
        transition: background 0.3s ease-in;
    }

    .navbar-nav .dropdown-menu .dropdown-menu {
        display: none !important;
    }

    body .small-width-title-category {
        display: block;
    }

    body .admin-header-links ~ .two-columns-area {
        margin-top: 0;
    }

    body .wrapper-navigation-list {
        margin-bottom: 20px;
        /*margin-top: 205px;*/
    }

    body .inner-category-list {
        margin-bottom: 0;
    }


    body div.wrap-cat-menu .small-width-title-category {
        display: none;
    }

    body .wrapper-navigation-list > ul {
        margin-bottom: 0;
    }

    body .wrapper-navigation-list {
        border: 1px solid #e9e9e9;
    }

    body .inner-category-list li a {
        padding: 0px 15px;
    }

    body .inner-category-list > li > a {
        display: block;
    }

    .inner-category-list .category-image, .inner-category-list .category-left-image {
        display: none;
    }

    .sublist {
        height: auto;
        min-height: auto !important;
    }

    body .inner-category-list > li > a {
        padding: 5px 20px;
        background: #E4F1FE;
        /* color: #fff; */
        border-bottom: 1px;
        /* margin-bottom: 1px; */
        border-bottom: 1px solid #e9e9e9;
        /* border-top: 1px solid #e9e9e9; */
    }

    .inner-category-list > li > .sublist-wrap {
        border-bottom: 1px solid #e9e9e9;
        background: #fff;
    }

        .inner-category-list > li > .sublist-wrap > ul {
            padding: 5px 0;
        }

    .has-before-icon {
        display: inline-block;
        position: relative;
        z-index: 999;
        width: 7px;
        height: 6px;
        margin-bottom: 0;
        top: 3px;
        right: -4px;
    }

    .inner-category-list > li > .sublist-wrap > ul > li p.has-before-icon:after, .inner-category-list > li > .sublist-wrap > ul > li p.has-before-icon:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 2PX;
        display: block;
        background: #777;
        transition: all 0.3s ease-in;
        cursor: pointer;
    }

    .inner-category-list > li > .sublist-wrap > ul > li p.has-before-icon:hover:after, .inner-category-list > li > .sublist-wrap > ul > li p.has-before-icon:hover:before {
        background: #f74258;
    }

    .inner-category-list > li > .sublist-wrap > ul > li p.has-before-icon:after {
        transform: rotate(90deg);
    }

    p.has-before-icon.mines-has-before-icon:after, p.has-before-icon.mines-has-before-icon:before {
        background: #f74258 !important;
    }

    .inner-category-list > li > .sublist-wrap > ul > li p.has-before-icon.mines-has-before-icon:after {
        transform: rotate(0);
    }

    .inner-category-list > li > .sublist-wrap > ul li ul {
        display: none;
        padding: 5px 0;
    }

        .inner-category-list > li > .sublist-wrap > ul li ul li a {
            padding: 0;
        }

    body .inner-category-list li.text-left:after, body .inner-category-list li.text-left:before {
        display: none !important;
    }

    .inner-category-list > li > .sublist-wrap > ul .has-subCategory {
        padding: 5px 0;
    }

        .inner-category-list > li > .sublist-wrap > ul .has-subCategory:hover, .inner-category-list > li > .sublist-wrap > ul .has-subCategory.active-subcategories {
            color: red;
        }

    .inner-category-list > li > .sublist-wrap li {
        padding: 0 10px;
        position: relative;
    }

        .inner-category-list > li > .sublist-wrap li.column-category {
            padding: 0 25px !important;
        }

    body .pro-gallery img {
        width: auto !important;
        height: 400px !important;
        right: 15%;
        overflow: hidden;
        z-index: 0;
        margin: auto auto;
    }
    .footer-column > div {
        text-align: center !important;
    }
}

@media (min-width: 1001px) {
   body  .footer-column {
        float: right;
        width: 20%;
    }

	.account-page .buttons {
    text-align: right;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0 !important;
}
	.item-box:hover .add-to-basket , body .product-grid .item-box:hover .add-to-basket {
    bottom: -40px;
    z-index: 3;
}
	
    body .side-2 .page-title h1 {
        font-size: 16px;
    }

    body .main-center .product-grid .item-box:nth-child(3n+1) {
        margin-right: 0;
    }

    body .side-2 .page-title h1 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    body .two-columns-area .owl-carousel .prices {
        padding: 0 5px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 35px;
		margin-bottom:20px;
    }

    body .wrapper-links, .header-selectors-wrapper {
        margin: 0 10px 0 0;
    }

    body .product-grid .item-box .features-button {
        position: static;
        border: none;
        background: #f9f9f9;
		height:auto;
    }


.add-to-basket:hover button{
	background-color:#F11A34;
}
    body .product-grid .item-box .product-item {
        padding-bottom: 0;
    }

    body .product-grid .item-box:hover .add-to-basket button span {
        background-color: transparent;
    }

    .item-box:hover .add-to-basket button {
        background-color: #f74258;
    }
	.item-box:hover .add-to-basket:hover button , .product-grid .item-box:hover .add-to-basket:hover button {
		background-color:#e2263d;
	}
    body .product-grid .item-box:hover .add-to-basket button span {
        background-color: transparent;
    }

    .item-box:hover .add-to-basket button span {
        background-color: transparent;
        color: #fff;
    }

    body .category-navigation-title:after {
        top: 15px;
    }

    body .post-title, body .news-title {
        color: #666 !important;
    }

    body .mid-footer {
        padding: 20px 0 0 0;
    }

    body .bottom-footer .center {
        padding: 20px 0 0 10px;
    }

    body .footer-column .title {
        margin: 0 0 5px;
    }

    body .div-cart .cart-qty, .div-cart .cart-label, body .div-cart .cart-qty, body .div-cart .cart-label {
        font-weight: 300;
        color: #666;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    body .navbar-nav  .dropdown-menu  , body .navbar-nav .open .dropdown-menu{
			position:static !important;
            margin-bottom: 5px;
			border: 1px solid #e9e9e9;
			background-color: #E4F1FE;
			box-shadow: none;
    }

    body .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, body .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #f74258;
    }
	 body .megaMenu-navbar .horizontal-dropdown-menu > li > a {

    padding: 8px 25px !important;
	}
}


@media (min-width: 769px) {
	.account-page .form-fields, .account-page .buttons, .account-page .add-button, .account-page .edit-address, .account-page ul.info, .account-page ul.details, .account-page .description, .reward-points-overview, .account-page .no-data{
		    padding: 30px 60px 10px 60px; !important;
	}
	.account-page .fieldset .title, .account-page .section .title {
    padding: 15px 0 0 !important;
    /* border-bottom: 1px solid #eee; */
    /* padding-bottom: 10px; */
    width: 70%;
    margin: 0 auto;
	}

    .news-list-homepage .news-item {
        float: right;
        width: 49%;
        margin: 0 2% 20px 0;
        padding: 30px;
        text-align: right;
        min-height: 241px;
    }

    body .news-list-homepage .news-item {
        background: #fafbfd;
    }

    body .news-items .read-more:after {
        font-family: 'Glyphicons Halflings';
        background: none;
        content: "\e079";
        font-size: 10px;
        vertical-align: middle;
        margin: 0 5px 0 0;
        height: auto;
    }

    body .news-list-homepage .view-all {
        margin-top: 0;
    }

    body .item-box:nth-child(4n+1) {
        clear: inherit;
        margin-right: 0;
    }

    body .product-grid .item-box {
width: 31.4%;
margin: 5px 6.5px;
    }
}

@media (min-width: 481px) {
    body .block {
        float: right;
        width: 100%;
        margin: 0%;
        text-align: right;
    }
}



/* FOOTABLE CUSTOM CSS */

.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}

.footable-first-column .item-count {
	font-size: 13px !important;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	/*top: 50%;*/ /*doesn't work in IE*/
	right: 50%;
	width: 32px;
	height: 32px;
	/*margin: -16px -16px 0 0;*/
	margin: -5px -16px 0 0; /*IE hack*/
	overflow: hidden;
	background-color: #f93b54;
	background-image: url(/Themes/Pavilion/Content/img/table-sprite.png);
	background-repeat: no-repeat;
}
.footable-toggle {
	background-position: center 0;
}
.footable-detail-show .footable-toggle {
	background-position: center -32px;
}
.footable-toggle:before {
	display: none !important;
}

.footable-row-detail {
	text-align: right;
}
.footable-row-detail-cell {
	text-align: right !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
	display: table-cell;
    padding: 10px;
}
.footable-row-detail-value {
    display: table-cell;
	padding: 10px;
}

.go-to-page {
	display: inline-block !important;
	font-size: 13px !important;
}
@media all and (max-width: 1000px) {
	
.admin-header-links {
	position: fixed;
	top: 0;
	z-index: 1030;
	width: 100%;
	background-color: #00a1b1;
	color: #fff;
}
.up-header {
	display: none;
}
.header .header-logo {
	position: absolute;
	top: 53px;
	z-index: 1020;
	width: 100%;
	height: 110px;
	background-color: #fff;
	line-height: 110px;
}
.wrapper-nav-responsive {
	position: fixed;
	top: 0;
	z-index: 1020;
	width: 100%;
	height: 53px !important; /*override inline height*/
	border-top: 3px solid #00a1b1;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	background-color: #fff;
}
.admin-header-links ~ .header .header-logo {
	top: 95px;
}
.admin-header-links ~ .wrapper-nav-responsive {
	top: 42px;
}

.mobile-sticky-logo .header .header-logo {
	position: fixed;
	top: 0;
}
.mobile-sticky-logo .wrapper-nav-responsive {
	top: 110px;
}
.mobile-sticky-logo .admin-header-links ~ .header .header-logo {
	top: 42px;
}
.mobile-sticky-logo .admin-header-links ~ .wrapper-nav-responsive {
	top: 152px;
}

.two-columns-area {
	margin:145px 0 25px;
}
.admin-header-links ~ .two-columns-area {
	margin-top: 205px;
}
.wrapper-main {
	margin-top: 160px;
	padding: 25px 20px;
}
.admin-header-links ~ .wrapper-main {
	margin-top: 205px;
}
.two-columns-area ~ .wrapper-main {
	margin-top: 0 !important; /*important because of demo-strip*/
}

/* RESPONSIVE NAV WRAPPER */

.inner-wrapper-nav {
	position: relative;
	text-align: center;
	font-size: 0;
}
.inner-wrapper-nav:after {
	content: "";
	display: block;
	clear: both;
}
.inner-wrapper-nav > div {
	display: inline-block;
	border-left: 1px solid #eee;
	background-color: #f74258;
	background-image: url(/Themes/Pavilion/Content/img/mobile-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.inner-wrapper-nav > div:first-child {
	border-right: 1px solid #eee;
}
.inner-wrapper-nav div.menu-title {
	background-position: 0 center;
}
.inner-wrapper-nav div.shoppingCart-responsive {
	background-position: -55px center;
}
.inner-wrapper-nav div.user-responsive {
	background-position: -108px center;
}
.inner-wrapper-nav div.preferences-button {
	background-position: -162px center;
}
.inner-wrapper-nav div.search-responsive {
	background-position: -216px center;
}
.inner-wrapper-nav div.filters-button {
	display: none;
	background-position: -271px center;
}
.inner-wrapper-nav > div > span,
.inner-wrapper-nav > div > a {
	display: block;
	width: 52px;
	height: 50px;
	font-size: 0;
}

/* RESPONSIVE MENU */

.fpc-container > .fpc-scrollbar-y-rail {
    visibility: hidden !important;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    z-index: 1060;
}
.overlayOffCanvas.show {
	background: rgba(0,0,0,0.6);
}
.header-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    text-align: right;
    background-color: #f6f6f6;
    overflow: hidden;
	z-index: 1070;
    transition: all 0.5s ease;
}
.notAndroid23 .header-menu {
    -webkit-transform: translate(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);
}
.android23 .header-menu {
	right: -320px;
}        
.header-menu.open {
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}
.notAndroid23 .header-menu.open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open {
    right: 0;
}
.header-menu .close-menu,
.header-menu .back-button {
	background-color: #f6f6f6;
	cursor: pointer;
}
.header-menu .close-menu span,
.header-menu .back-button span {
	display: block;
	height: 50px;
	background: url(/Themes/Pavilion/Content/img/close.png) left center no-repeat;
	font-size: 0;
}
.header-menu > ul li {
	background: #fff;
}
.header-menu > ul li:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul li > a,
.header-menu > ul li > span {
	display: block;
	position: relative;
	z-index: 0;
	padding: 20px;
	line-height: 19px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.header-menu > ul li > .has-subCategory {
	width: 270px;
	float: right;   
}
.plus-button {
	position:relative;
	z-index: 1;
	float: left;
	width: 50px;
	height: 60px;
	background: #f74258 url(/Themes/Pavilion/Content/img/pointer-color.rtl.png) center no-repeat;
	cursor: pointer;
}
.header-menu .sublist-wrap {
    position: fixed;
	z-index: 2;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background-color: #f6f6f6;
    box-shadow: 1px 0 5px rgba(0,0,0,0.5);
    overflow: hidden;
    transition: all 0.5s ease;
}
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(320px);
    -ms-transform: translate(320px);
    transform: translate(320px);
}
.android23 .header-menu .sublist-wrap {
    right: -320px;
}        
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu .sublist-wrap.active {
    right: 0;
}

/* CATEGORY NAVIGATION */

.header-menu > ul > li > a {
	border: none;
}
.category-navigation-title,
.wrapper-navigation-list {
	display: none !important;
}
/*.subcategories-title {
	display: none !important;
}*/

/* FLYOUT-CART */

.wrapper-cart {
	display: none;
	position: fixed;
	top: 53px;
	right: 0;
	z-index: 1070;
	width: 100%;
	border-top: 1px solid #ececec;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.admin-header-links ~ .wrapper-nav-responsive .wrapper-cart {
	top: 95px;
}
.mobile-sticky-logo .wrapper-cart {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .wrapper-nav-responsive .wrapper-cart {
	top: 205px;
}
.div-cart {
	display: none;
}
.inner-shopping-cart .attributes {
	display: none;
}

/* LINKS & SELECTORS */

.header-links,
.header-selectors {
	display: none;
	position: fixed;
	top: 53px;
	right: 0;
	z-index: 1070;
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	font-size: 13px;
}
.admin-header-links ~ .wrapper-nav-responsive .header-links,
.admin-header-links ~ .wrapper-nav-responsive .header-selectors {
	top: 95px;
}
.mobile-sticky-logo .header-links,
.mobile-sticky-logo .header-selectors {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .wrapper-nav-responsive .header-links,
.mobile-sticky-logo .admin-header-links ~ .wrapper-nav-responsive .header-selectors {
	top: 205px;
}
.header-links li {
	border-top: 1px solid #ececec;
}
.header-links a {
	display: inline-block;
	padding: 15px 25px;
}
.header-links .ico-account {
	background-position: right 0;
}
.header-links .ico-register {
	background-position: right -48px;
}
.header-links .ico-login,
.header-links .ico-logout {
	background-position: right -96px;
}
.header-links .ico-inbox {
	background-position: right -144px;
}
.header-links .ico-wishlist {
	background-position: right -192px;
}
.header-selectors > div {
	display: block;
	border-top: 1px solid #ececec;
	padding: 15px;
}

/* SEARCH BOX */

.store-search-box {
	display: none;
	position: fixed;
	top: 53px;
	right: 0;
	z-index: 1070;
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #00a1b1;
	padding: 10px;
}
.admin-header-links ~ .wrapper-nav-responsive .store-search-box {
	top: 95px;
}
.mobile-sticky-logo .store-search-box {
	top: 163px;
}
.mobile-sticky-logo .admin-header-links ~ .wrapper-nav-responsive .store-search-box {
	top: 205px;
}

/* PAGE TITLES */

/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.category-page-body .page-title,
.manufacturer-page-body .page-title,
.manufacturer-all-page-body .page-title,
.vendor-all-page-body .page-title,
.vendor-page-body .page-title,
.product-tags-all-page-body .page-title,
.products-by-tag-page-body .page-title,
.recently-viewed-products-page-body .page-title,
.recently-added-products-page-body .page-title,
.compare-products-page-body .page-title {
	border: 1px solid #e9e9e9;
	background-color:#00a1b1;
	padding: 20px 25px;
}
.category-page-body .page-title h1,
.manufacturer-page-body .page-title h1,
.manufacturer-all-page-body .page-title h1,
.vendor-all-page-body .page-title h1,
.vendor-page-body .page-title h1,
.product-tags-all-page-body .page-title h1,
.products-by-tag-page-body .page-title h1,
.recently-viewed-products-page-body .page-title h1,
.recently-added-products-page-body .page-title h1,
.compare-products-page-body .page-title h1 {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
/* End FPC Change*/

/* MISCELLANEOUS */

.product-specs-box .data-table td a:only-child {
	position: absolute;
	top: 50%;
	right: 15px;
	max-width: 100%;
	margin: -10px 0 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.checkout-page .enter-address + .buttons {
	text-align: center !important;
}

}

@media all and (min-width: 769px) and (max-width: 1000px) {
	
.inner-shopping-cart .items {
	overflow: hidden;
}
.inner-shopping-cart .item {
	float: right;
	width: 50%;
}
	
}
/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */
/* GLOBAL FORMS */

/*.fieldset .title,
.section .title {
	padding: 25px 45px;
}*/

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select {
	height:32px;
	padding: 0 12px;
}
/* End FPC Change*/

.inputs textarea {
	padding: 12px;
}

/* GLOBAL TABLES */

.cart .product-picture img {
	max-width: none;
}
.forums-table-section th,
.forums-table-section td {
	padding: 20px 30px;
}

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-right: -225px;
}

/* HEADER */

.inner-shopping-cart .items {
	display: block;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.search-box input.search-box-text {
	width: 250px;
}
/* End FPC Change*/
.ui-autocomplete {
	position: absolute;
	z-index: 1070;
	width: 390px; /*default = txtfield + button*/
	max-width: 100%;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: #fff;
	text-align: right;
}
.ui-autocomplete li {
	border-top: 1px solid #f6f6f6;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 15px;
	font-size: 14px;
	color: #333;
}
.ui-autocomplete a.ui-state-focus {
	background: #f9f9f9;
}
.ui-autocomplete img {
	display: none;
	margin-left: 5px;
	vertical-align: middle;
}

/* FOOTER */

.subscribe-email input[type="text"] {
	width: 300px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: right;
	width: 48%;
	margin: 0 1% 2%;
	text-align: right;
}
.block:nth-of-type(2n+1) {
	clear: both;
}
.block .sublist {
	padding: 0 20px 0 0;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 0 0 10px;
}
.block .poll-options li,
.block .poll-results li {
	display: block;
	margin: 5px 0;
}
.block .poll .buttons,
.block .poll-total-votes {
	text-align: right;
}

/* CATEGORY PAGE & GRIDS */
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.item-box {
	width: 49%; /*two per row*/
	margin-right: 1%;
}
/* End FPC Change*/
.item-box:nth-child(2n+1) {
	clear: both;
	margin-right: 0;
}

.home-page-category-grid + .slider-wrapper {
	display: block;
}

.sub-category-grid {
	margin: 0 0 30px;
}
.sub-category-grid .item-box,
.manufacturer-grid .item-box {
	margin-bottom: 2.5%;
}
.vendor-list li {
	margin-bottom: 2.5%;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 30px;
}
.overview .add-to-cart,
.variant-overview .add-to-cart {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.overview-buttons,
.variant-overview .add-to-wishlist {
	display: inline-block;
	margin: 0;
	padding: 4px 0;
	vertical-align: top;
}
.overview-bottom .delivery,
.variant-overview .delivery {
	margin: 40px -30px -30px;
}
.overview-bottom .delivery > div,
.variant-overview .delivery > div {
	margin: 8px 125px;
}
.product-tags-list {
	padding: 25px 30px;
}
.product-variant-line {
	padding: 30px;
}
.ui-tabs .ui-tabs-panel {
	padding: 33px 35px;
}

/* REVIEW PAGE */

.write-review form {
    /*
        Begin FPC Change
        Date: 1395/05/30
        Jalali: تغییر ظاهر امتیازات
    */
	/*padding: 30px 45px;*/
    /* End FPC Change*/
}

/* WISHLIST & COMPARE LIST */

.update-wishlist-button,
.wishlist-add-to-cart-button {
	width: auto;
	min-width: 180px;
	margin: 0;
	padding: 0 48px 0 28px;
}
.update-wishlist-button {
	float: right;
}
.wishlist-add-to-cart-button {
	float: left;
}

/* TOPICS */

.topic-password {
	padding: 30px 45px;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
	padding: 30px 45px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body,
.registration-page .message-error,
.account-page .message-error {
	padding: 30px 45px;
}
.login-page .page-body {
	padding: 52px 0 0;
}
.login-page .customer-blocks .title {
	top: -52px;
	width: 49%;
	height: 52px;
}
.login-page .new-wrapper .title {
	right: -1px;
}
.login-page .returning-wrapper .title {
	left: -1px;
}
.account-page .fieldset .title,
.account-page .section .title {
	padding: 40px 45px 0;
}
.account-page .form-fields,
.account-page .buttons,
.account-page .add-button,
.account-page .edit-address,
.account-page ul.info,
.account-page ul.details,
.account-page .description,
.reward-points-overview,
.account-page .no-data {
	padding: 30px 45px;
}
.account-page .table-wrapper {
	padding: 0 45px;
}
.avatar-page input[type="file"] {
	max-width: none;
}

/* SHOPPING CART & CHECKOUT */

.common-buttons:after {
	content: "";
	display: block;
	clear: both;
}
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button {
	width: auto;
	max-width: 50%;
	margin: 0;
	padding: 0 48px 0 28px;
}
.common-buttons .update-cart-button {
	float: right;
}
.common-buttons .continue-shopping-button {
	float: left;
}
.checkout-page .address-grid,
.checkout-page .enter-address,
.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	padding: 30px 45px;
}
.section.shipping-method,
.section.payment-method,
.section.payment-info,
.section.confirm-order,
.section.order-completed {
	padding: 40px;
}
.payment-method .payment-logo img {
	max-width: none;
}
/*
    Begin FPC Change
    Date: 1395/06/03
    Jalali
*/
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	padding: 20px 25px;
}
/* End FPC Change*/
.return-request-page .fieldset
.form-fields, .opc .step {
	padding: 30px 45px;
}

#opc-confirm_order .table-wrapper {
	margin: 0;
}

/* SEARCH PAGE & SITEMAP */

.search-input {
	padding: 40px 45px;
}
.advanced-search .price-range input {
	width: 80px;
}
.sitemap-page .entity-body {
	padding: 30px 45px;
}

/* BLOG & NEWS */

.blog-page .post,
.news-items .news-item,
.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
	padding: 30px 45px;
}

/* FORUM & PROFILE */

.forums-table-section .image {
	padding: 20px 30px;
}
.forums-table-section-title .link-rss {
	display: block;
	position: absolute;
	top: 21px;
	left: 30px;
	box-shadow: inset 0 0 5px 5px #f9f9f9;
}
.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields,
.private-message-view-page .view-message {
	padding: 30px 45px;
}
.private-messages-page .ui-tabs-panel {
	padding: 45px 50px;
}

/*
    Begin FPC Change
    Date: 1395/05/30
    Jalali: تغییر ظاهر امتیازات
*/
.write-review .buttons {
    float:left;
}
/* End FPC Change*/

}
/*=====================================================
    
    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media all and (min-width: 769px) {

/* GLOBAL STYLES */
/* GLOBAL FORMS */

/*.fieldset .title,
.section .title {
	padding: 25px 60px;
}*/

/* GLOBAL TABLES */

.downloadable-products-page .data-table col:first-child,
.downloadable-products-page .data-table th:first-child,
.downloadable-products-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.reward-points-history .data-table col:first-child,
.reward-points-history .data-table th:first-child,
.reward-points-history .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.return-request-page col:first-child,
.return-request-page th:first-child,
.return-request-page td:first-child {
	display: none !important; /*hides counter*/
}

/* NOTIFICATIONS & POPUPS */

.ui-dialog {
	width: 400px !important;
}

/* HEADER */
/* HEADER MENU */
/* HOMEPAGE CAROUSELS */

.bestsellers {
	display: block;
	position: relative;
	margin: 0 0 60px;
}
.bestsellers .title {
	padding: 0 0 6px;
}
.bestsellers .item-grid {
	position: static;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	background-color: #fff;
}
.bestsellers .owl-stage-outer {
	margin: 0 1px 0 -1px;
}
.bestsellers .owl-stage {
	background-color: #fff;
}
.bestsellers .owl-item {
	float: right;
	width: 50%;
}
.bestsellers .item-box {
	width: 100% !important;
	margin: 0 !important;
}
.bestsellers .product-item {
	margin: 0 -1px 0 0;
	border-width: 0 1px 1px;
	border-color: #f0f0f0;
	padding: 0 !important;
	text-align: right;
}
.bestsellers .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.bestsellers .item-box:nth-child(3) .product-item {
	border-bottom-width: 0; /*last item in each column*/
}

.bestsellers .picture {
	float: right;
	width: 40%;
	margin: 0;
	padding: 20px 20px 20px 10px;
}
.bestsellers .details {
	float: left;
	width: 60%;
	padding: 20px 10px 20px 20px;
}
.bestsellers .product-title {
	height: 20px;
	margin: 0 0 8px;
	padding: 0;
}
.bestsellers .product-title a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.bestsellers .details .prices {
	margin: 0 0 16px;
	padding: 0;
}
.bestsellers .features-button,
.bestsellers .add-to-basket {
	position: static !important;
	float: right;
	width: auto !important;
	height: auto !important;
	border: none !important;
	background-color: transparent;
}
.bestsellers input.button-2,
.bestsellers button.button-2 {
	width: 36px !important;
	height: 36px !important;
	margin: 0 0 0 3px !important;
	background-color: #888;
	background-image: url(/Themes/Pavilion/Content/img/product-box-sprite-big.png) !important;
}
.bestsellers .add-to-wishlist-button {
	background-position: -36px center !important;
}
.bestsellers .product-box-add-to-cart-button {
	background-position: right center;
}
.bestsellers .product-box-add-to-cart-button span {
	background-color: transparent !important;
	font-size: 0 !important;
}
.bestsellers .product-box-add-to-cart-button span:before,
.bestsellers .product-box-add-to-cart-button span:after {
	display: none !important;
}

.bestsellers .owl-prev,
.bestsellers .owl-next {
	position: absolute;
    top: -2px;
    width: 37px;
    height: 37px;
    background-repeat: no-repeat;
	font-size: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
.bestsellers .owl-prev {
	right: 0;
    background-image: url(/Themes/Pavilion/Content/img/arrow-next.png);
	background-position: left center;
}
.bestsellers .owl-next {
	left: 0;
    background-image: url(/Themes/Pavilion/Content/img/arrow-prev.png);
	background-position: right center;
}
.bestsellers .owl-prev:hover {
	background-color: #f74258;
	background-position: right center;
}
.bestsellers .owl-next:hover {
	background-color: #f74258;
	background-position: left center;
}

/* FOOTER */
/* LEFT/RIGHT COLUMN */

.block {
	width: 31.3333%;
	margin: 0 1% 2%;
}
.block:nth-of-type(2n+1) {
	clear: none;
}
.block:nth-of-type(3n+1) {
	clear: both;
}

/* CATEGORY PAGE & GRIDS */

.product-selectors {
	text-align: right;
}
.product-selectors > div {
	margin: 0 0 0 20px;
}
.product-selectors .product-viewmode {
	display: inline-block;
}
.product-selectors .product-viewmode span {
	display: none;
	vertical-align: middle;
}
.product-selectors .product-viewmode a {
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: 0 0 0 8px;
	background-color: #777;
	background-image: url(/Themes/Pavilion/Content/img/viewmode-sprite.png);
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
}
.product-selectors .product-viewmode a.grid {
	background-position: 0 center;
}
.product-selectors .product-viewmode a.list {
	background-position: -18px center;
}
.product-selectors .product-viewmode a.selected {
	background-color: #f74258;
}
.product-selectors .product-page-size {
	float: left;
	margin: 0;
}

/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.item-box {
	width: 24.2%; /*three per row*/
}
.item-box:nth-child(2n+1) {
	clear: none; /*revert the second item*/
	margin-right: 1%; /*revert the second item*/
}
.item-box:nth-child(4n+1) {
	clear: both;
	margin-right: 0;
}
/* End FPC Change*/
.item-box .buttons {
	text-align: right;
}

.product-list .item-box {
	float: none;
	width: auto;
	margin: 0 0 40px;
}
.product-list .product-item:after {
	content: "";
	display: block;
	clear: both;
}
.product-list .item-box .picture {
	float: right;
	width: 280px;
	margin: 0;
}
.product-list .item-box .details {
	margin: 0 280px 0 0;
	padding: 30px 20px;
	text-align: right;
}
.product-list .item-box .product-title {
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.product-list .item-box .prices,
.product-list .item-box .prices span {
	padding: 0;
}
.product-list .item-box .description {
	display: block;
}
.product-list .item-box .features-button {
	display: inline-block;
	height: 45px;
	padding: 4px 0;
	background-color: transparent;
}
.product-list .item-box .features-button input[type="button"] {
	width: 37px;
	height: 37px;
	margin: 0 2px;
	background-image: url(/Themes/Pavilion/Content/img/product-sprite-1.png);
}
.product-list .item-box input.add-to-compare {
	background-position: -37px 0;
}
.product-list .item-box input.add-to-wishlist-button {
	background-position: 0 0;
}
.product-list .item-box .add-to-basket {
	float: right;
	margin: 0 0 0 5px;
}
.product-list .item-box .add-to-basket button {
	display: inline-block;
	width: auto;
	outline: 1px solid transparent;
	background: #f74258 url(/Themes/Pavilion/Content/img/cart-button-2.png) right center no-repeat;
	padding: 0 48px 0 28px;
	vertical-align: middle;
}
.product-list .item-box .add-to-basket button span {
	background-color: transparent;
	padding: 0;
	color: #fff;
}
.product-list .item-box .add-to-basket button span:before,
.product-list .item-box .add-to-basket button span:after {
	display: none;
}
.product-list .item-box .add-to-basket button:hover {
	outline-color: #f74258;
}
.product-list .item-box .color-squares {
	text-align: right;
}
.product-list .item-box .color-squares li {
	margin: 4px 0 4px 8px;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 30px 20px;
}
.gallery {
	float: right;
	width: 48%;
	margin: 0 0 -10px;
}
.gallery .picture {
	width: auto;
}
.gallery .picture-thumbs {
	text-align: right;
}
.gallery .picture-thumbs a {
	width: 18%;
	margin: 0 1% 10px;
}
.overview {
	float: left;
	width: 49%;
	margin: 0 0 -10px;
	text-align: right;
}
.product-reviews-overview > div {
	float: right;
}
.product-review-box {
	margin: 3px 0 0 12px;
}

.overview .prices > div,
.variant-overview .prices > div {
	display: inline-block;
	margin: 0 0 5px 5px;
}
.discounted-price label {
	display: none;
	vertical-align: baseline;
	font-size: 14px;
}
.discounted-price span {
	vertical-align: baseline;
}
div.rental-price {
	display: block !important;
}
/*.overview .tax-shipping-info,
.variant-overview .tax-shipping-info {
	display: block !important;
}*/

.overview-bottom {
	clear: both;
	margin: 0;
}
.overview-bottom:after {
	content: "";
	display: block;
	clear: both;
}
.product-social-buttons {
	position: relative;
	bottom: -30px;
	float: right;
	height: 54px;
	margin: 0;
	padding: 10px 0 0;
}
.product-social-buttons label,
.product-social-buttons ul {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}
.product-social-buttons label {
	display: inline-block;
}
.overview-bottom .delivery,
.variant-overview .delivery {
	position: relative;
	left: -20px;
	bottom: -30px;
	float: left;
	height: 54px;
	margin: 0;
	padding: 10px 5px 10px 20px;
}
.overview-bottom .delivery:before,
.variant-overview .delivery:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: -40px;
	border-width: 27px 20px;
	border-style: dashed dashed solid solid;
	border-color: transparent transparent #f9f9f9 #f9f9f9;
}
.overview-bottom .delivery > div,
.variant-overview .delivery > div {
	margin: 8px;
}

.group-product .overview-buttons {
	margin: -15px 0 15px;
	vertical-align: middle;
}
.group-product .product-social-buttons {
	position: static;
	float: none;
	height: auto;
	padding: 10px 0;
}
.group-product .product-social-buttons ul {
	float: none;
}

.tier-prices .prices-table {
	display: table;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.tier-prices .prices-row {
	display: table-row;
	float: none;
	width: auto;
	border-top: 1px solid #e9e9e9;
}
.tier-prices .prices-row:first-child {
	border-top: none;
}
.tier-prices .prices-row > div {
	display: table-cell;
	border: none !important;
}
.tier-prices .field-header {
	min-width: 100px;
}

.product-specs-box .data-table td {
	width: auto;
	border-right: none;
	text-align: right;
}

.product-variant-line {
	padding: 30px 20px;
}
.variant-picture {
	float: right;
	margin: 0;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 340px 0 0;
}
.variant-overview {
	text-align: right;
}
.variant-overview .add-to-wishlist {
	margin: 0 3px;
}

.attribute-item {
	display: inline-block;
	margin: 0 0 0 10px;
}
.rental-attributes dt {
	min-width: 75px;
}
.rental-attributes .datepicker {
	width: 120px;
	text-align: right;
}
.color-squares {
	margin: 0 0 -10px;
	text-align: right;
}
.color-squares li {
	margin: 5px 0 5px 10px;
}

.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	border: none;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 12px 22px;
}
.ui-tabs .ui-tabs-nav li a:after {
	bottom: 0;
}

/* REVIEW PAGE */

.product-reviews-page .page-body {
	text-align: right;
}
.ui-tabs .product-review-item {
	padding: 30px;
}
.product-review-item .review-info {
	float: right;
}
.product-review-helpfulness {
	float: left;
}
.write-review form {
    /*
        Begin FPC Change
        Date: 1395/05/30
        Jalali: تغییر ظاهر امتیازات
    */
	/*padding: 30px 60px;*/
    /* End FPC Change*/
}

/* WISHLIST & COMPARE LIST */

.compare-products-table-mobile img {
    max-width: 150px;
}

/* TOPICS */

.topic-password {
	padding: 30px 60px;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .page-body,
.email-a-friend-page .page-body,
.apply-vendor-page .page-body {
	text-align: right;
}
.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
	padding: 30px 60px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .form-fields,
.login-page .inner-wrapper,
.external-authentication,
.password-recovery-page .page-body,
.registration-page .message-error,
.account-page .message-error {
	padding: 30px 60px;
}
.account-page .fieldset .title,
.account-page .section .title {
	padding: 40px 60px 0;
}
.account-page .form-fields,
.account-page .buttons,
.account-page .add-button,
.account-page .edit-address,
.account-page ul.info,
.account-page ul.details,
.account-page .description,
.reward-points-overview,
.account-page .no-data {
	padding: 30px 60px;
}
.account-page .table-wrapper {
	padding: 0 60px;
}
.account-page .address-item,
.account-page .order-item {
	float: right;
	width: 50%;
	border-width: 0;
}
.account-page .address-item:nth-child(2n+1),
.account-page .order-item:nth-child(2n+1) {
	clear: both;
}
.account-page .add-button {
	clear: both;
}

/* SHOPPING CART & CHECKOUT */

.cart-options {
	text-align: left;
}
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button {
	max-width: none;
	min-width: 230px;
}
.cart-footer .cart-collaterals {
	float: right;
	width: 52%;
}
.cart-footer .totals {
	float: left;
	width: 45%;
}
.cart-collaterals  .accordion-tab-title {
	text-align: right;
}
.cart-collaterals .estimate-shipping-button {
	width: auto;
	min-width: 220px;
}
.cart-collaterals .checkout-attributes {
	text-align: right;
}
.cart-collaterals .checkout-attributes .color-squares li {
	margin: 5px 0 5px 10px;
}

.checkout-page .address-grid,
.checkout-page .enter-address,
.checkout-page .ship-to-same-address,
.checkout-page .pickup-in-store {
	padding: 30px 60px;
}
.checkout-page .address-item {
	float: right;
	width: 45%;
	margin: 5% 10% 0 0;
	text-align: right;
}
.checkout-page .address-item:nth-child(2n+1) {
	clear: both;
	margin-right: 0;
}
.checkout-page .address-item:nth-child(-n+2) {
	margin-top: 0;
}
.checkout-page .address-item:only-child {
	float: none;
	width: auto;
	margin: auto;
	text-align: center;
}

.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	float: right;
	width: 48%;
	margin: 0 4% 0 0;
	text-align: right;
}
.order-review-data ul:first-child,
.order-details-area ul:first-child,
.shipment-details-area ul:first-child {
	margin: 0;
}
.order-details-page .page-title h1 {
	float: right;
	margin: 0;
}
.order-details-page .page-title a {
	float: left;
	margin: -8px 5px 0;
}
.order-details-page .order-overview {
	text-align: right;
}
/*
    Begin FPC Change
    Date: 1395/06/03
    Jalali
*/
.order-details-page .order-info span {
	display: inline-block;
	margin: 2px 0 2px 10px;
}
/* End FPC Change*/
.order-details-page .options {
	text-align: left;
}
.order-details-page .actions input {
	margin: 0 10px 0 0;
}
.order-details-page .totals {
	width: 45%;
	margin-right: auto;
}
/*
    Begin FPC Change
    Date: 1395/06/08
    Jalali
*/
.return-request-page .fieldset
.form-fields, .opc .step {
	padding:25px 35px 25px 35px;
}
/*End FPC Change*/
.opc .step,
.opc div.buttons,
.opc .pickup-in-store,
.opc .ship-to-same-address  {
	text-align: right;
}
#opc-confirm_order .totals {
	float: none;
	width: auto;
}
#opc-confirm_order div.buttons {
	text-align: center;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

/*
    Begin FPC Change
    Date: 1395/06/16
    Jalali
*/
.blog-page .post,
.news-items .news-item,
.blogpost-page .post,
.news-item-page .news-item,
.comment-list .comment,
.new-comment .form-fields {
	padding:20px 40px;
}
/* End FPC Change*/

.post-head ~ *,
.news-head ~ * {
	display: block;
}
.blog-page .tags {
	float: right;
}
.blog-page .tags label,
.blogpost-page .tags label {
	float: right;
	margin: 0 0 0 10px;
	line-height: 32px;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	float: right;
	text-align: right;
}
.blog-page .tags ul {
	max-width: 400px;
}
.blog-posts .buttons {
	float: left;
	text-align: left;
}
.blog-posts .read-more,
.blog-posts .read-comments {
	padding: 0;
}
.comment-info {
	float: right;
	margin: 0;
}
.comment-info + .comment-content {
	margin: 0 185px 0 0;
}
.comment-content {
	text-align: right;
}
.new-comment input[type="text"] {
	width: 400px;
}
.new-comment textarea {
	width: 600px;
}

.news-list-homepage .news-items {
	overflow: hidden;
}
.news-list-homepage .news-item {
	float: right;
	width: 49%;
	margin: 0 2% 20px 0;
	padding: 30px;
	text-align: right;
}
.news-list-homepage .news-item:nth-child(2n+1) {
	clear: both;
	margin-right: 0;
}
.news-list-homepage .news-body {
	height: 120px;
	overflow: hidden;
}
.news-list-homepage .buttons {
	text-align: right;
}
.news-list-homepage .view-all {
	margin-top: 10px;
}

/* FORUM & PROFILE */

.topic-post {
	overflow: hidden;
	text-align: right;
}
.topic-post .post-info {
	float: right;
	width: 23%;
	margin: 0;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .user-stats li {
	display: block;
	margin: 0;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	margin: 0 -9px 0 0;
}
.topic-post .post-content {
	float: left;
	width: 77%;
}
.topic-post .post-head:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-time {
	float: right;
	margin: 0;
	line-height: 34px; /*1px less, because of italic font*/
}
.topic-post .post-time label {
	display: none;
}
.topic-post .post-actions {
	float: left;
	margin: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .manage-post a {
	margin: 0 5px;
	box-shadow: none;
}
.topic-post .post-actions .manage-post a:hover {
	background-color: #f74258;
}
.topic-post .post-actions .post-link-button {
	margin: 0 10px 0 0;
	border-right: 1px solid #ddd;
	text-align: center;
}
.topic-post .post-actions .quote-post a {
	min-width: 70px;
}

.forum-edit-page .form-fields,
.move-topic-page .form-fields,
.private-message-send-page .form-fields,
.private-message-view-page .view-message {
	padding: 30px 60px;
}
.private-message-view-page .back-pm-button {
	float: left;
}

.profile-page .topic-body {
	padding: 0 30px;
}

/*
    Begin FPC Change
    Date: 1395/05/30
    Jalali: تغییر ظاهر امتیازات
*/
.product-review-stat{
    float:left;
    width: 31%;
}
.write-review {
	float: right;
	width: 65%;
}
.fullwidth {
	width: 100% !important;
}
/* End FPC Change*/

}
/*=====================================================
    
    DESKTOP

=====================================================*/

@media all and (min-width: 1001px) {

/* GLOBAL STYLES */

.wrapper-main {
	width: 980px;
	min-height: 300px;
	margin: auto;
    margin-top:-48px;
}
.customer-pages-body .wrapper-main {
	padding: 70px 0 0;
}
.product-details-page-body .main-center {
	margin: 0 0 90px;
}
.center-2 {
	float: left;
	width: 715px;
	margin: 0 0 90px;
}
.side-2 {
	float: right;
	width: 245px;
}
.page {
	clear: both;
	text-align: right;
}
.center-2 .page .page-title {
	display: none;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.side-2 .page-title {
	margin: 0 0 15px;
	border: 1px solid #e9e9e9;
	background-color:#00a1b1;
	padding:0px 35px 8px 35px;
}
.side-2 .page-title h1 {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
/* End FPC Change*/

/*.category-page-body .block-category-navigation,
.manufacturer-page-body .block-manufacturer-navigation,
.manufacturer-all-page-body .block-manufacturer-navigation,
.vendor-all-page-body .block-vendor-navigation,
.vendor-page-body .block-vendor-navigation,
.product-tags-all-page-body .block-popular-tags,
.products-by-tag-page-body .block-popular-tags,
.recently-viewed-products-page-body .block-category-navigation,
.recently-added-products-page-body .block-category-navigation,
.compare-products-page-body .block-category-navigation,
.search-page-body .block-category-navigation {
}*/
.category-page-body .block-category-navigation,
.manufacturer-page-body .block-manufacturer-navigation,
.manufacturer-all-page-body .block-manufacturer-navigation,
.vendor-all-page-body .block-vendor-navigation,
.vendor-page-body .block-vendor-navigation {
	margin: -16px 0 0;
	background-color: #fff;
	padding-top: 15px;
}
.category-page-body .block-category-navigation .title,
.manufacturer-page-body .block-manufacturer-navigation .title,
.manufacturer-all-page-body .block-manufacturer-navigation .title,
.vendor-all-page-body .block-vendor-navigation .title,
.vendor-page-body .block-vendor-navigation .title {
	display: none;
}
.category-page-body .page-title + .block-category-navigation .listbox,
.manufacturer-page-body .page-title + .block-manufacturer-navigation .listbox,
.manufacturer-all-page-body .page-title + .block-manufacturer-navigation .listbox,
.vendor-all-page-body .page-title + .block-vendor-navigation .listbox,
.vendor-page-body .page-title + .block-vendor-navigation .listbox {
	margin-top: 0;
}

.link-rss {
	display: block;
	float: left;
	margin: 5px 0 0;
}

/* GLOBAL FORMS */
/* GLOBAL TABLES */

.cart .subtotal {
    white-space: nowrap;
}
.order-details-page .data-table col:first-child,
.order-details-page .data-table th:first-child,
.order-details-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.forums-table-section col:first-child,
.forums-table-section th:first-child,
.forums-table-section td:first-child {
	display: none !important; /*hides counter*/
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.header {
	position: relative;
	z-index: 1020;
	margin: 0 0 54px;
}
/* End FPC Change*/
.header .center {
	width: 980px;
	margin: auto;
}

/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.up-header {
	height: 34px;
	background-color: #f6f6f6;
}
.admin-header-links {
	float: left;
	height: 35px;
}
/* End FPC Change*/
.admin-header-links a {
	color: #444;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.wrapper-links,
.header-selectors-wrapper {
	position: relative;
	float: left;
	height: 35px;
	margin: 0 20px 0 0;
	transition: all 0.2s ease;
}
.wrapper-links label,
.header-selectors-wrapper label {
	display: block;
	padding: 0 20px 0 0;
	background-image: url(/Themes/Pavilion/Content/img/header-sprite-2.png);
	background-repeat: no-repeat;
	line-height: 35px;
}
.wrapper-links label {
	background-position: right -5px;
}
.header-selectors-wrapper label {
	background-position: right -44px;
}
/* End FPC Change*/
.header-links,
.header-selectors {
	display: none;
	position: absolute;
	right: -15px;
	z-index: 1020;
	min-width: 150px;
	background-color: #fff;
	border-top: 3px solid #f74258;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
}
.wrapper-links:hover > div,
.header-selectors-wrapper:hover > div,
.header-selectors-wrapper > div.active {
	display: block;
}
.header-links ul {
}
.header-links li {
	padding: 0 16px;
}
/*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
.header-links li:first-child {
	padding-top:2px;
}
/* End FPC Change*/
.header-links li:last-child {
	padding-bottom: 4px;
}
.header-links li:hover {
	background-color: #f9f9f9;
}
/*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
.header-links a {
	display: block;
	padding:2px 20px 5px 0;
	font-size: 11px;
}
.header-links .ico-account {
	background-position: right -11px;
}
.header-links .ico-register {
	background-position: right -58px;
}
.header-links .ico-login,
.header-links .ico-logout {
	background-position: right -105px;
}
.header-links .ico-inbox {
	background-position: right -149px;
}
.header-links .ico-wishlist {
	background-position: right -201px;
}
/* End FPC Change*/
.header-selectors {
	text-align: center;
}
.header-selectors > div {
	border-top: 1px solid #f6f6f6;
	padding: 15px;
}
.header-selectors > div:first-child {
	border-top: none;
}
.header-selectors select {
	border-color: #e9e9e9;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.mid-header {
	background-color: #fff;
	padding: 5px 0;
}
/* End FPC Change*/
.mid-header .center {
	display: table;
}
.header-logo {
	display: table-cell;
	width: 20%;
	padding: 0 0 0 24px;
	vertical-align: middle;
}

.megaMenu-wrapper {
	display: table-cell;
	vertical-align: middle
}
.header-menu {
	position: relative;
	z-index: 1010;
	text-align: right;
}
.header-menu > ul {
	font-size: 0;
}
.header-menu > ul > li {
	display: inline-block;
	vertical-align: middle;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	display: block;
	padding: 5px 20px;
	font-size: 14px; /*reset zeroing*/
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
}

.wrapper-cart {
	position: relative;
	display: table-cell;
	width: 190px; /*prevents the cell from expanding when header menu is empty*/
	padding: 0 32px 0 0;
	vertical-align: middle;
	text-align: left;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.div-cart {
	display: inline-block;
	position: relative;
	height: 45px;
	border: 1px solid #f0f0f0;
	padding: 0 18px 0 19px;
	line-height: 45px;
	font-size: 13px;
	color: #777;
	white-space: nowrap;
	transition: all 0.2s ease;
}
.div-cart:before {
	content: "";
	position: absolute;
	top: -1px;
	right: -32px;
	width: 37px;
	height: 45px;
	background: #f74258 url(/Themes/Pavilion/Content/img/flyout-cart.png) center no-repeat;
}
/* End FPC Change*/
.div-cart .cart-qty,
.div-cart .cart-label {
	font-weight: bold;
	color: #555;
	transition: all 0.2s ease;
}
/*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
    .wrapper-shopping-cart {
        display: none;
        position: absolute;
        left: 0;
        z-index: 1;
        width: 320px;
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
/* End FPC Change*/
.wrapper-cart:hover .div-cart {
	border-color: #f74258;
	background-color: #f74258;
	color: #fff;
}
.wrapper-cart:hover .cart-qty,
.wrapper-cart:hover .cart-label {
	color: #fff;
}
    .wrapper-cart:hover .wrapper-shopping-cart {
        display: block;
    }
.inner-shopping-cart {
	text-align: right;
}
.inner-shopping-cart .count {
	display: none;
}
/*
    Begin FPC Change
    Date: 1395/06/01
    Jalali
*/
.inner-shopping-cart .item {
	padding:5px 5px;
}
.inner-shopping-cart .attributes {
	margin: 4px 0;
    line-height: 1.6;
}
/* End FPC Change*/
.inner-shopping-cart .totals {
	text-align: left;
}
.inner-shopping-cart .buttons {
	overflow: hidden;
	padding: 12px 15px;
	text-align: left;
}
.inner-shopping-cart input.cart-button {
	float: right;
	width: 49%;
}
.inner-shopping-cart input.checkout-button {
	float: left;
	width: 49%;
}
.inner-shopping-cart input[type="button"]:only-child {
	float: none;
	width: auto;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.bottom-header {
	background-color: #00a1b1;
	padding: 5px 0;
}
/* End FPC Change*/
.bottom-header .center {
	position: relative;
	height: 47px; /*equals to search-button height. added to bulletproof category navigation stack*/
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.category-navigation-title {
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 2;
	width: 245px;
	height: 43px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	padding: 0 20px;
	font-size: 14px;
	line-height: 43px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	cursor: pointer;
}
/* End FPC Change*/
.category-navigation-title:after {
	content: "";
	position: absolute;
	top: 19px;
	left: 19px;
	width: 17px;
	height: 15px;
	background: #f74258 url(/Themes/Pavilion/Content/img/category-nav.png) center no-repeat;
}
.home-page-body .category-navigation-title {
	cursor: auto;
}
.wrapper-navigation-list {
	position: absolute;
	top: 54px;
	right: 0;
	z-index: 1;
	width: 245px;
}
.home-page .wrapper-navigation-list {
	position: static;
	margin: -31px 0 0;
}
.inner-category-list {
    display: none;
	border: 1px solid #e9e9e9;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
.home-page-body .inner-category-list {
	position: relative; /*prevent flyout z-index conflict with owl-carousel*/
	z-index: 2; /*prevent flyout z-index conflict with owl-carousel*/
}
.home-page .inner-category-list {
	box-shadow: none;
}
.inner-category-list .plus-button,
.inner-category-list .back-button {
	display: none;
}
.inner-category-list > li {
	position: relative;
	border-top: 1px solid #f6f6f6;
}
.inner-category-list > li:first-child {
	border: none;
}
.inner-category-list > li > a ,
.inner-category-list > li > span {
	display: block;
	min-height: 46px; /*chrome line-height fix*/
	padding: 13px 20px;
	/*font-weight: bold;*/
}
.inner-category-list > li:hover > a,
.inner-category-list > li:hover > span {
	background-color: #f9f9f9;
	color: #f74258;
}
.category-megaMenu .root-category-items {
	display: none; /*side navigation disables header menu categories*/
}
.category-megaMenu .root-category-items.store-locator {
	display: inline-block !important; /*store locator always visible*/
}
.inner-category-list > li.store-locator {
	display: none; /*store locator in side panel always hidden*/
}
.inner-category-list > li > .sublist-wrap,
.root-category-items > .sublist-wrap { /*this is the flyout panel*/
	display: none;
	position: absolute;
	top: -14px;
	right: 243px;
	width: 736px;
}
.header-menu .root-category-items > .sublist-wrap {
	top: auto;
	right: 0;
	width: 980px;
	margin: 0 -196px 0 0; /*depends on logo cell width, which is always fixed*/
}
.inner-category-list > li:first-child > .sublist-wrap {
	top: 0;
}
.inner-category-list > li:hover > .sublist-wrap,
.root-category-items:hover > .sublist-wrap { /*this is the flyout opening*/
	display: block;
}
.inner-category-list > li > .sublist-wrap > .sublist,
.root-category-items > .sublist-wrap > .sublist { /*this is the inner list inside the flyout panel*/
	overflow: hidden;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 15px;
}
.inner-category-list > li > .sublist-wrap > .sublist > li,
.root-category-items > .sublist-wrap > .sublist > li { /*this is a subcategory item (contains a list)*/
	float: right;
	width: 25%;
	padding: 10px;
	font-size: 13px;
}
.inner-category-list > li > .sublist-wrap > .sublist > li:nth-child(5n+1),
.root-category-items > .sublist-wrap > .sublist > li:nth-child(5n+1) {
	clear: both; /*edit nth child number when adding the banner on the right and also if "back button" is removed from the markup*/
}
.inner-category-list > li > .sublist-wrap > .sublist > li > a,
.root-category-items > .sublist-wrap > .sublist > li > a { /*this is a subcategory item title (list title)*/
	display: block;
	margin: 0 0 10px;
	border-bottom: 3px solid #f74258;
	padding: 0 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.inner-category-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li,
.root-category-items > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li { /*this is a sub-subcategory item*/
	padding: 6px 0;
}
.inner-category-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
.root-category-items > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover {
	color: #f74258;
}
.inner-category-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist ul,
.root-category-items > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist ul { /*deeper level subcategories remain hidden*/
	display: none;
}

.inner-category-list.sticky-flyout {
	position: relative;
}
.inner-category-list.sticky-flyout > li {
	position: static;
}
.inner-category-list.sticky-flyout > li > .sublist-wrap {
	top: 0 !important;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.store-search-box {
	float: left;
	clear: left;
	margin: 0;
    bottom:-7px;
    width:320px;
}
/* End FPC Change*/
.store-search-box .search-box-button {
	margin: 0 5px 0 0;
}
.ui-autocomplete {
	z-index: 1015;
}
.store-search-box.full-width input.search-box-text {
	width: 918px;
}

/* RESPONSIVE RESET */

.wrapper-nav-responsive {
	display: none;
}
.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

/* HOMEPAGE COLUMNS */

.two-columns-area {
	margin: 0 0 50px;
}
.two-columns-area > .center {
	width: 980px;
	margin: auto;
}
.two-columns-area > .center:after {
	content: "";
	display: block;
	clear: both;
}
.sideBar {
	position: relative;
	z-index: 1;
	float: right;
	width: 245px;
}
.content-main {
	position: relative;
	z-index: 0;
	float: left;
	width: 708px;
}
.slider-fullwidth {
	margin-top: -60px;
}
.slider-right-column {
	margin-top: -35px;
}
/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.slider-right-column
.wrapper-navigation-list {
	position: static;
	/*margin-top: -20px;*/
}
/* End FPC Change*/
.slider-right-column
.inner-category-list {
	box-shadow: none;
}

.two-columns-area .jCarouselMainWrapper:only-of-type {
	margin: 20px 0 0;
}
.two-columns-area .slider-wrapper ~ .jCarouselMainWrapper,
.two-columns-area.slider-fullwidth .jCarouselMainWrapper {
	margin: 45px 0 0 !important;
}

/* HOMEPAGE CAROUSELS */

.two-columns-area .product-grid {
	display: block;
	margin: 45px 0 0;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.two-columns-area.slider-right-column .product-grid:first-child {
	margin-top: 0;
}
.two-columns-area .product-grid .title {
	margin: 0;
	border: none;
	padding: 15px 20px;
	font-size: 16px;
	text-align: center;
}
.two-columns-area .product-grid .item-box {
	width: 100%;
	margin: 0;
}
.two-columns-area .product-grid .product-item {
	border: none;
	padding: 0 !important;
}
.two-columns-area .product-grid .rating-pro,
.two-columns-area .product-grid .features-button,
.two-columns-area .product-grid .add-to-basket {
	display: none !important;
}
.two-columns-area .owl-carousel .prices {
	margin: 0; /*this is not applied until the carousel is rendered*/
}
.two-columns-area .owl-carousel .owl-controls {
	padding: 18px 20px;
	text-align: center;
	font-size: 0;
}
.two-columns-area .owl-carousel .owl-dot {
	display: inline-block;
	margin: 0 5px;
}
.two-columns-area .owl-carousel .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c9c9c9;
}
.two-columns-area .owl-carousel .owl-dot.active span {
	background-color: #f74258;
}

.bestsellers {
	float: right;
	width: 66%;
}
.bestsellers:only-child {
	float: none;
	width: auto;
}
.bestsellers .owl-prev {
	left: 37px;
	right: auto;
}
.bestsellers .product-item {
	height: 170px; /*use fixed height to prevent browser differences*/
}
.bestsellers .picture a {
	max-height: 128px; /*prevents image overflow when there is no rich blog carousel enabled*/
	overflow: hidden;
}
.bestsellers .picture a img {
	max-height: 100%; /*prevents image cropping when there is no rich blog carousel enabled*/
}
.homepage-middle-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.product-grid.bestsellers .item-box:hover .add-to-basket input,
.product-grid.bestsellers .item-box:hover .add-to-basket button {
	background-color: #888; /*long inheritance path to override default buy button*/
}
.product-grid.bestsellers .item-box .add-to-basket input:hover,
.product-grid.bestsellers .item-box .add-to-basket button:hover {
	background-color: #f74258; /*long inheritance path to override default buy button*/
} 

/* FOOTER */

.footer {
	text-align: right;
}
.footer .center {
	width: 980px;
	margin: auto;
}
.footer .center:after {
	content: "";
	display: block;
	clear: both;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.up-footer {
	padding:5px 0;
}
/* End FPC Change*/
.footer-column ul {
	background-color: transparent;
}
.newsletter {
	float: right;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.newsletter .title {
	display: inline-block;
	margin:5px 0 0 10px;
	vertical-align: middle;
}
/* End FPC Change*/
.form-subscribe {
	display: inline-block;
	vertical-align: middle;
}
.subscribe-validation {
	display: none;
}
.socialMedia {
	float: left;
	margin: 0;
	line-height: 47px;
}
.socialMedia li {
	vertical-align: middle;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.mid-footer {
	padding:40px 0 30px;
}
/* End FPC Change*/
.footer-column {
	float: right;
	width: 25%;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.footer-column .title {
	margin: 0 0 12px;
	border: none;
	padding: 0;
    font-size:15px;
}
/* End FPC Change*/
.footer-column .title:after {
	display: none;
}
.footer-column ul {
	display: block !important;
	border: none;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.footer-column li {
	padding:3px 0;
}
.footer-column.quick-contact li {
	padding:6px 0 0px;
}
/* End FPC Change*/
.footer-column.quick-contact span {
	padding: 0 28px 0 0;
}
.bottom-footer {
	background-color: #f6f6f6;
	padding: 0;
	text-align: center;
}
.bottom-footer .center {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: none;
	width: auto;
	margin: -1px 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: #f0f0f0 #e9e9e9 #e9e9e9;
}
.block:first-child,
.page-title + .block {
	border-top-color: #e9e9e9;
}
.block .title {
	border: none;
	background-image: none;
	padding: 20px 25px;
	cursor: default;
}
.block .listbox {
	display: block;
	margin: -5px 0 0;
	border: none;
	padding-top: 0 !important;
}
.block .view-all {
	margin: 12px 0 4px;
}

.block-category-navigation {
	display: none;
}
.category-page-body .block-category-navigation {
	display: block;
}
.block-category-navigation .listbox {
	display: none !important;
}
.block-category-navigation .listbox.category-page-navigation {
	display: block !important;
}

.block-recently-viewed-products {
	font-size: 0;
}
.block-recently-viewed-products .product-picture {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}
.block-recently-viewed-products .product-name {
	display: inline-block;
	width: 75%;
	padding: 0 15px 0 0;
	vertical-align: middle;
	font-size: 14px; /*reset zeroing*/
}
.recently-viewed-products-page-body .block-recently-viewed-products,
.product-tags-all-page-body .block-popular-tags {
	display: none;
}
.recently-viewed-products-page-body .block-recently-viewed-products + .block,
.product-tags-all-page-body .block-popular-tags + .block {
	border-top-color: #e9e9e9;
}
/*.recently-viewed-products-page-body .block-category-navigation,
.recently-added-products-page-body .block-category-navigation,
.compare-products-page-body .block-category-navigation,
.search-page-body .block-category-navigation {
	display: block;
}
.recently-viewed-products-page-body .block-category-navigation .listbox,
.recently-added-products-page-body .block-category-navigation .listbox,
.compare-products-page-body .block-category-navigation .listbox,
.search-page-body .block-category-navigation .listbox {
	display: block !important;
}*/

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	margin-top: -10px;
	text-align: right;
}
.breadcrumb li > * {
	margin-right: 0;
}
.breadcrumb a:hover {
	color: #f74258;
}

.sub-category-item .title,
.manufacturer-item .title,
.vendor-item .title {
	width: auto;
}
.sub-category-details,
.manufacturer-details,
.vendor-details {
	display: block;
}
.manufacturer-details,
.vendor-details {
	padding: 38% 0;
	text-align: center;
	transition: all 0.4s ease;
}
.manufacturer-details .view-all:hover,
.vendor-details .view-all:hover {
	color: #333;
}

.product-grid .item-box .product-item {
	padding: 0 0 45px;
}
.product-grid .item-box .features-button {
	position: absolute;
	bottom: 15px;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 30px;
	border-right: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	overflow: hidden;
	transition: all 0.2s ease;
}
.product-grid .item-box .add-to-basket {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 45px;
	border-width: 1px;
	border-style: solid;
	border-color: #f0f0f0 #e9e9e9 #e9e9e9;
	background-color: #fff;
	transition: all 0.2s ease;
}
.product-grid .item-box:hover .add-to-basket {
	bottom: -29px;
	z-index: 0;
}
.product-grid .item-box:hover .add-to-basket button {
	background-color: #f74258;
}
.product-grid .item-box:hover .add-to-basket button span {
	background-color: #f74258;
	color: #fff;
}
.product-grid .item-box:hover .add-to-basket button span:before {
	opacity: 0;
}
.product-grid .item-box:hover .add-to-basket button span:after {
	opacity: 1;
}

.main-center .product-grid .item-box {
	width: 23.5%;
}
.main-center .product-grid .item-box:nth-child(3n+1) {
	clear: none;
	margin-right: 2%;
}
.main-center .product-grid .item-box:nth-child(4n+1) {
	clear: both;
	margin-right: 0;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 35px;
}
.gallery {
	width: 44%;
}
.gallery .picture-thumbs a {
	width: 23%;
	height: 80px;
	margin: 0 1% 10px;
}
.overview {
	width: 54%;
}
.overview .stock {
	display: inline-block;
	margin: 0 0 0 10px;
}
.variant-overview .stock {
	display: inline-block;
	margin: 0 0 10px 10px;
}
.overview .back-in-stock-subscription {
	display: inline-block;
	margin: 0 0 15px;
}
.product-social-buttons {
	bottom: -35px;
}
.overview-bottom .delivery,
.variant-overview .delivery {
	left: -35px;
	bottom: -35px;
}

.group-product .product-social-buttons {
	margin: 0;
}
.product-variant-line {
	padding: 35px;
}

.attributes dt {
	float: right;
	clear: right;
	margin-left: 10px;
}
.attributes dt label {
	line-height: 38px;
}
.attributes dd {
	float: right;
	margin-left: 10px;
}
.attribute-item > div {
	display: inline-block;
	margin: 0 0 0 10px;
	white-space: nowrap;
}
.giftcard label {
	display: inline-block;
	min-width: 120px;
	margin: 0 0 0 10px;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

.compare-products-page .clear-list {
	position: absolute;
	top: -30px;
	left: 0;
	color: #f74258;
	text-transform: none;
}
.compare-products-page .clear-list:hover {
	text-decoration: underline;
}
.compare-products-page .table-wrapper {
	overflow: hidden;
}
.compare-products-table {
	display: table;
}
.compare-products-table .remove-product td {
	border-top-color: #e9e9e9;
	padding-bottom: 0;
}
.compare-products-table .product-picture td,
.compare-products-table .product-name td,
.compare-products-table .product-price td {
	border-top: 0;
}
.compare-products-table .short-description td,
.compare-products-table .full-description td {
	vertical-align: top;
}
.compare-products-table .picture {
	display: block;
	width: 145px;
}
.compare-products-table-mobile {
	display: none;
}

/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

#check-availability-button {
	display: block;
	margin: 15px auto -15px;
}
.account-page #check-availability-button {
	margin: 15px 0 -15px;
}
.account-page #username-availabilty {
	text-align: right;
}

.center-2 .account-page .page-title {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	border-width: 0 0 1px;
}

.block-account-navigation {
	margin: 0 !important;
}
.block-account-navigation .list {
	text-align: right;
}
.block-account-navigation .list li {
	margin: 0 0 0 10px;
}
.block-account-navigation .list a:hover {
	max-width: 500px; /*this releases the width, set to some big value*/
}
.block-account-navigation .list a:hover,
.block-account-navigation .list a.active {
	padding: 0 0 0 30px; /*IE9 fix, otherwise this line should be in the main <a> definition in styles.css, not in hover/active and not in @1000px*/
}
.account-page .form-fields,
.account-page .edit-address {
	margin: 0;
}
.account-page .vat-status,
.account-page .vat-note {
	text-align: right;
}
.account-page .buttons {
	text-align: right;
}
.account-page ul.info {
	text-align: right;
}
.account-page ul.info + .buttons {
	position: absolute;
	left: 15px;
	bottom: 5px;
	margin: 0;
}
.account-page .address-item,
.account-page .order-item {
	float: none;
	width: auto;
	border-width: 1px 0 0;
}
.reward-points-page th,
.reward-points-page td {
	text-align: right;
}

/* SHOPPING CART & CHECKOUT */

.order-progress {
	position: absolute;
	top: 5px;
	left: 0;
	background-color: #f6f6f6;
}
.order-progress li {
	margin: 0 2px;
}
.order-progress li:first-child a {
	padding-right: 20px;
}
.order-progress li:first-child a:before {
	display: none;
}
.order-progress li:last-child a {
	padding-left: 24px;
}
.order-progress li:last-child a:after {
	display: none;
}
.shopping-cart-page .page-title,
.checkout-page .page-title {
	min-height: 37px; /*chrome line-height fix*/
	padding: 0 0 5px;
}

.shopping-cart-page .tax-shipping-info {
	text-align: left;
}

.cart-footer .cart-collaterals {
	width: 58%;
	margin: 0;
}
.cart-footer  .totals {
	width: 40%;
	margin: 0;
	text-align: center;
}

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.cart-collaterals .hint {
	margin: 0 0 15px;
}
/* End FPC Change*/
.cart-collaterals .shipping label {
	display: inline-block;
	width: 25%;
	margin: 0;
}
.cart-collaterals .shipping label + select,
.cart-collaterals .shipping label + input {
	width: 75%;
}
.cart-collaterals .shipping .buttons {
	text-align: right;
}
.cart-collaterals .coupon-code {
	width: auto;
}
.cart-collaterals .coupon-code:after {
	content: "";
	display: block;
	clear: both;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: right;
	width: 63%;
	margin: 0 1%;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: right;
	width: 33%;
	margin: 0 1%;
}

.checkout-page .address-item {
	width: 30%;
	margin: 4% 5% 0 0;
}
.checkout-page .address-item:nth-child(2n+1) {
	clear: none;
	margin-right: 5%;
}
.checkout-page .address-item:nth-child(3n+1) {
	clear: both;
	margin-right: 0;
}
.checkout-page .address-item:nth-child(-n+3) {
	margin-top: 0;
}
.checkout-page .address-item:only-child {
	text-align: right;
}
.checkout-page .enter-address {
	margin: 0;
}
.checkout-page .enter-address + .buttons {
	padding: 10px 60px;
	text-align: right;
}
.checkout-page .enter-address + .buttons.centered {
	text-align: center;
}
.section.shipping-method,
.section.payment-method {
	text-align: right;
}
.section.shipping-method .buttons,
.section.payment-method .buttons,
.section.payment-info .buttons,
/*.section.confirm-order .buttons,*/
.section.order-completed .buttons {
	text-align: right;
}
.payment-info .info tr {
	display: table-row;
	margin: 0;
}
.payment-info .info td {
	display: table-cell;
	margin: 0;
	padding: 5px;
	text-align: right;
}
.payment-info .info td:first-child {
	width: 150px;
}
.payment-info .info td:only-child {
	width: auto !important;
	padding: 0;
}
.payment-info .info td label {
	font-weight: normal;
}
.payment-info .info td select {
	margin: 0;
}

.order-details-page .actions input {
	width: 190px;
}
.order-details-page .totals {
	width: 40%;
}
#opc-confirm_order .totals {
	float: left;
	width: 40%;
}
#opc-confirm_order .terms-of-service {
	width: 40%;
	margin-right: auto;
}
#opc-confirm_order div.buttons {
	text-align: left;
}

/* SEARCH & SITEMAP */

.basic-search .inputs.reversed label {
	text-align: right;
}
.advanced-search .inputs,
.advanced-search .inputs label:first-child,
.advanced-search .price-range {
	text-align: right;
}
.advanced-search .price-range input {
	margin: 0 0 0 10px;
}

/* BLOG & NEWS */

.news-items .buttons {
	text-align: right;
}
.news-items .read-more:hover:after {
	width: 30px;
}
.news-item-page .inputs:first-child label {
    display: inline-block;
    position: absolute;
	top: 0;
    right: 0;
	width: 90px;
	margin: 0;
    line-height: 40px;  
    text-align: left;
}
.new-comment textarea {
	display: block;
	margin: auto;
}

/* FORUM & PROFILE */

.forums-main-page
.topic-block-body {
	max-width: 580px;
}
.forum-breadcrumb {
	max-width: 580px;
}
.forums-header {
	margin: 0;
}
.forum-search-box {
	position: absolute;
	top: 0;
	left: 0;
}
.forums-main-page .forum-search-box {
	top: 65px;
}
.forum-search-box .search-box-text {
	width: 330px !important;
}
.forum-search-box .advanced {
	text-align: left;
}

.forums-header + 
.forums-table-section {
	margin-top: 80px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin-top: 60px;
}

.forum-actions,
.topic-actions {
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {
	float: right;
	margin: 2px 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	margin: 0 0 0 15px;
}
.forum-actions .pager,
.topic-actions .pager {
	float: left;
	max-width: 450px;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	margin: 0;
}
.topic-post .post-time label {
	display: inline;
}
.pager.lower {
	float: left;
	margin: 0;
}

/*.forum-edit-page .inputs.reversed {
	text-align: left;
}*/
.forum-edit-page textarea,
.private-message-send-page textarea {
	height: 180px;
}
.private-messages-page td.date {
	white-space: nowrap;
}

/*
    Begin FPC Change
    Date: 1395/05/30
    Jalali: تغییر ظاهر امتیازات
*/
.product-review-stat{
    width: 31%;
}
.write-review {
	width: 65%;
}
/* End FPC Change*/
 
}
/*=====================================================
    
    BIG SCREENS

=====================================================*/

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.wrapper-main {
	width: 1200px;
    margin-top:-48px;
}
.center-2 {
	width: 890px;
}
.side-2 {
	width: 285px;
}
/*
    Begin FPC Change
    Date: 1395/05/301
    Jalali: تغییر ظاهر امتیازات
*/
.side-2 .page-title {
	padding:0px 35px 8px 35px;
    background-color:#00a1b1;
}
/* End FPC Change*/

/* GLOBAL FORMS */
/* GLOBAL TABLES */

.cart col:first-child,
.cart th:first-child,
.cart td:first-child {
	display: none !important; /*hides counter*/
}
.account-page .data-table col:first-child,
.account-page .data-table th:first-child,
.account-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.account-page .data-table col.select-boxes {
	display: table-column !important; /*resets first column for non footable tables*/
}
.account-page .data-table th.select-boxes,
.account-page .data-table td.select-boxes {
	display: table-cell !important;  /*resets first column for non footable tables*/
}
.account-page .data-table .footable-first-column {
	text-align: right;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.admin-header-links .center {
	width: 1200px;
}
.header .center {
	width: 1200px;
}
.wrapper-links,
.header-selectors-wrapper {
	margin: 0 30px 0 0;
}
.header-links,
.header-selectors {
	right: 0;
}
.header-logo {
	padding: 0 0 0 32px;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	padding: 5px 27px;
}
.category-navigation-title {
	width: 285px;
	padding: 0 24px;
}
.wrapper-navigation-list {
	width: 285px;
}
.inner-category-list > li > a,
.inner-category-list > li > span {
	padding: 13px 25px;
}
.inner-category-list > li > .sublist-wrap { /*this is the flyout panel*/
	right: 283px;
	width: 916px;
}
.header-menu .root-category-items > .sublist-wrap {
	width: 1200px;
	margin: 0 -240px 0 0; /*depends on logo cell width, which is always fixed*/
}
.inner-category-list > li > .sublist-wrap > .sublist { /*this is the inner list inside the flyout panel*/
	padding: 18px 12px;
}
.inner-category-list > li > .sublist-wrap > .sublist > li { /*this is a subcategory item (contains a list)*/
	padding: 10px 15px;
}

.store-search-box.full-width input.search-box-text {
	width: 1138px;
}

/* HOMEPAGE COLUMNS */

.two-columns-area > .center {
	width: 1200px;
}
.sideBar {
	width: 285px;
}
.content-main {
	width: 888px;
}

/* HOMEPAGE CAROUSELS */
/* FOOTER */

.footer .center {
	width: 1200px;
}

/* LEFT/RIGHT COLUMN */

.block .title {
	padding: 25px 35px;
}
.block .listbox {
	margin: -10px 0 0;
	padding: 22px 35px;
}
.block .view-all {
	margin: 12px 0 0;
}

/* CATEGORY PAGE & GRIDS */

.product-selectors {
	padding: 13px 0;
}
.manufacturer-details {
	padding: 40% 0;
}
.main-center .product-grid .item-box {
	width: 18.4%;
}
.main-center .product-grid .item-box:nth-child(4n+1) {
	clear: none;
	margin-right: 2%;
}
.main-center .product-grid .item-box:nth-child(5n+1) {
	clear: both;
	margin-right: 0;
}

/* PRODUCT PAGE */

.product-essential {
	padding: 40px;
}
.gallery {
	width: 38%;
}
.overview {
	width: 60%;
}
.customer-entered-price {
	margin: 0 0 20px;
}
.customer-entered-price .price-input {
	display: inline-block;
	margin: 0 0 0 10px;
}
.customer-entered-price .price-range {
	display: inline-block;
}
.product-social-buttons {
	bottom: -40px;
}
.overview-bottom .delivery {
	left: -40px;
	bottom: -40px;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */

.compare-products-table .picture {
	width: 200px;
}

/* TOPICS */
/* CONTACT PAGE & EMAILaFRIEND */
/* REGISTRATION, LOGIN, MY ACCOUNT */

.block-account-navigation .list a.active {
	max-width: 500px; /*this releases the width, set to some big value*/
}

/* SHOPPING CART & CHECKOUT */

.cart-footer .cart-collaterals {
	width: 63%;
}
.cart-footer  .totals {
	width: 35%;
}
.cart-collaterals .accordion-tab-content {
	max-width: none;
}

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.cart-collaterals .shipping label {
	width: 10%;
}
.cart-collaterals .shipping label + select,
.cart-collaterals .shipping label + input {
	width: 90%;
}
/* End FPC Change*/

.cart-collaterals .coupon-code {
	max-width: 500px;
	margin: 0;
}
.order-details-page .actions input {
	width: 205px;
}
.order-details-page .totals {
	width: 35%;
}


/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blog-page .tags ul {
	max-width: 500px;
}
.news-item-page .inputs:first-child label {
	width: 180px;
}
.news-list-homepage .news-body {
	height: 90px;
}

/* FORUM & PROFILE */

.forums-main-page
.topic-block-body {
	max-width: 780px;
}
.forum-breadcrumb {
	max-width: 780px;
}
.forum-search-box .search-box-text {
	width: 350px !important;
}

/*
    Begin FPC Change
    Date: 1395/05/30
    Jalali: تغییر ظاهر امتیازات
*/
.product-review-stat{
    width: 31%;
}
.write-review {
	width: 65%;
}
/* End FPC Change*/
 
}
/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.fpc-container.ps-active-x>.fpc-scrollbar-x-rail,.fpc-container.ps-active-y>.fpc-scrollbar-y-rail{display:block}.fpc-container>.fpc-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.fpc-container>.fpc-scrollbar-x-rail>.fpc-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.fpc-container>.fpc-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.fpc-container>.fpc-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.fpc-container>.fpc-scrollbar-y-rail>.fpc-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.fpc-container>.fpc-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.fpc-container:hover>.fpc-scrollbar-x-rail,.fpc-container:hover>.fpc-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.fpc-container:hover>.fpc-scrollbar-x-rail.in-scrolling,.fpc-container:hover>.fpc-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.fpc-container:hover>.fpc-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.fpc-container:hover>.fpc-scrollbar-x-rail:hover>.fpc-scrollbar-x{background-color:#999}.fpc-container:hover>.fpc-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.fpc-container:hover>.fpc-scrollbar-y-rail:hover>.fpc-scrollbar-y{background-color:#999}

/***************SAMIM******************/

@font-face {
    font-family: Samim-bold;
    src: url(/Content/fonts/samim/Samim-Bold.eot);
    src: url(/Content/fonts/samim/Samim-Bold.eot?#iefix) format('embedded-opentype'), /* IE6-8 */
    /*url(/Content/fonts/samim/Samim-Bold.woff2) format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    url(/Content/fonts/samim/Samim-Bold.woff) format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url(/Content/fonts/samim/Samim-Bold.ttf) format('truetype');
    font-weight:900;
}

@font-face {
    font-family: Samim;
    font-style: normal;
    src: url(/Content/fonts/samim/Samim.eot);
    src: url(/Content/font/samim/Samim.eot?#iefix) format('embedded-opentype'), /* IE6-8 */
    /*url(/Content/fonts/samim/Samim.woff2) format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    url(/Content/fonts/samim/Samim.woff) format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url(/Content/fonts/samim/Samim.ttf) format('truetype');
     font-weight: 300;
}

@font-face {
    font-family: Samim-Bold-Farsi-Digits;
    src: url(/Content/fonts/samim/Farsi-Digits/Samim-Bold-FD.eot);
    src: url(/Content/font/samim/Farsi-Digits/Samim-Bold-FD.eot?#iefix) format('embedded-opentype'), /* IE6-8 */
    url(/Content/fonts/samim/Farsi-Digits/Samim-Bold-FD.woff) format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url(/Content/fonts/samim/Farsi-Digits/Samim-Bold-FD.ttf) format('truetype');
     font-weight: 900;
}

@font-face {
    font-family: Samim-Farsi-Digits;
    font-style: normal;
    src: url(/Content/fonts/samim/Farsi-Digits/Samim-FD.eot);
    src: url(/Content/font/samim/Farsi-Digits/Samim-FD.eot?#iefix) format('embedded-opentype'), /* IE6-8 */
    url(/Content/fonts/samim/Farsi-Digits/Samim-FD.woff) format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url(/Content/fonts/samim/Farsi-Digits/Samim-FD.ttf) format('truetype');
     font-weight: 300;
}

/***************YEKAN******************/

@font-face {
    font-family: 'YekanWeb-Regular';
    src: url(/content/fonts/yekan/Yekan.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YekanWeb-Regular-number';
    src: url(/content/fonts/yekan/yekannumbers-regular.woff);
    font-weight: normal;
    font-style: normal;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/Themes/Pavilion/Content/plugins/Carousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

@font-face {
    font-family: Samim-farsi;
    src: url(/Content/fonts/samim/Farsi-Digits-Without-Latin/Samim-FD-WOL.eot);
    src: url(/Content/fonts/samim/Farsi-Digits-Without-Latin/Samim-FD-WOL?#iefix) format('embedded-opentype'), /* IE6-8 */
    /*url(/Content/fonts/samim/Samim-Bold.woff2) format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    url(/Content/fonts/samim/Farsi-Digits-Without-Latin/Samim-FD-WOL.woff) format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url(/Content/fonts/samim/Farsi-Digits-Without-Latin/Samim-FD-WOL.ttf) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: Samim;
    font-style: normal;
    src: url(/Content/fonts/samim/Samim.eot);
    src: url(/Content/font/samim/Samim.eot?#iefix) format('embedded-opentype'), /* IE6-8 */
    /*url(/Content/fonts/samim/Samim.woff2) format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    url(/Content/fonts/samim/Samim.woff) format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url(/Content/fonts/samim/Samim.ttf) format('truetype');
    font-weight: 300;
}

body, input, textarea, select, button {
    font-family: Samim-farsi,Samim;
}

.wrapper-shopping-cart {
    z-index: 10;
}
/*Begin Fpc Change
    Date : 95/05/04
    Description : به دلیل کانفلیکت تم با بوت استرپ و باز نشدن منو های حساب کاربری اضافه شد    
*/
label {
    margin-bottom: 0;
    font-weight: inherit;
}
/*End Fpc Change*/
.item-box .prices {
    overflow: inherit;
    height: 24px;
}

.label {
    color: inherit;
    font-size: inherit;
}

.product-review-item {
    padding: 5px 10px;
}

/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.post-title, .news-title {
    font-size: 15px;
}
/* End FPC Change*/


.progress {
    height: 12px;
}

.progress-bar-success {
    background-color: #36c6d3;
}

.cart-header-row th {
    text-align: center;
}

.form-wizard .nav > li > a {
    padding: 10px 0px;
}

/*
    FPC Change
    Date: 1395/08/11
    AzadiSoft: For Category Images on Right Menu
*/
.category-image {
    height: 70px;
    /*width: 192px;*/
    display: table;
    margin: 0 auto;
}

.category-left-image {
    width: 195px;
}

.category-left-box {
    border: 1px solid black;
    width: 200px;
    height: 350px;
}

.wrap-product-slider .owl-nav {
    position: unset;
    top: unset;
    left: unset;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 30%;
    right: 0;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 23px !important;
    border-radius: 50%;
    transition-duration: .4s;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 30%;
    left: 0;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 23px !important;
    border-radius: 50%;
    transition-duration: .4s;
}

.owl-carousel .owl-nav button:hover {
    background-color: #36c6d3 !important;
}

.news-list-homepage .news-item {
    width: 100%;
    min-height: unset;
    text-align: center;
    padding: 15px !important;
    margin: 0 !important;
}

.news-list-homepage .news-item {
    float: unset;
    width: unset;
}

.news-list-homepage .news-body {
    margin-bottom: 10px;
    height: 100px;
}

    .news-list-homepage .news-body img {
        max-height: 100%;
        margin: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        width: unset;
    }

.news-items .news-title {
    display: block;
    height: 50px;
    overflow: hidden;
}

.news-items.owl-carousel .buttons {
    text-align: center;
}

.news-items .read-more:after {
    display: none;
}

.news-items.owl-carousel .owl-nav span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.news-items.owl-carousel .owl-nav {
    margin: 0 !important;
}

    .news-items.owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: 0 !important;
        background-color: rgba(0, 0, 0, 0.2) !important;
        z-index: 4;
        width: 40px !important;
        height: 100% !important;
        border-radius: 0 !important;
        text-align: center;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .news-items.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: 0 !important;
        background-color: rgba(0, 0, 0, 0.2) !important;
        z-index: 4;
        width: 40px !important;
        height: 100% !important;
        border-radius: 0 !important;
        text-align: center;
        color: #fff;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .news-items.owl-carousel .owl-nav .owl-next:hover,
    .news-items.owl-carousel .owl-nav .owl-prev:hover {
        background-color: rgba(0, 0, 0, 0.4) !important;
        color: #fff !important;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

.owl-carousel .owl-item img {
    width: unset;
    max-width: 100%;
}

.news-list-homepage .view-all {
    margin-top: 25px !important;
}

body .navbar-nav .dropdown-menu, body .navbar-nav .open .dropdown-menu {
    float: none;
}

pre {
    white-space: pre-line !important;
    word-break: break-word !important;
    font-family: inherit !important;
}
.owl-carousel .item-box{
    width:100% !important;
}
.related-products-carousel .owl-stage-outer{
    padding-bottom:35px;
}
.item-box .picture a {
    display: flex;
    height: 100%;
}

.item-box .picture img {
    max-width: 100%;
}

.show-filter {
    display: none;
    margin-left: 15px;
}

.nopAjaxFilters7Spikes.open {
    transform: translate(0);
}
.product-specs-box .data-table td:first-child{
    background-color:#e4e4e4;
}
.offerSection {
    display: flex;
    flex-wrap: nowrap;
    height: auto !important;
}
body .hidden-overflow.offerSection .owl-carousel {
    overflow-y: hidden;
    height: 400px !important;
}
.offerSection ul {
    width: 23%;
    margin-left: 2%;
    padding-left: 15px;
    border-left: 1px solid #eee;
}
.offerSection .tab-content {
    width: 75%;
    overflow: hidden;
    height: 400px;
}
.offerSection .nav-pills > li {
    float: none;
}
.prices #clock-main-container {
    position: relative !important;
    margin-top: 20px !important;
}
.call-for-price{
        background: linear-gradient(45deg, transparent, #888, transparent);
    border: 2px solid #ccc;
    border-right: 0;
    border-left: 0;
    color: #fff;
    padding:7px;
    width:100%;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
    background-color:#00a1b1;
}
.item-box .rating div,
.rating div{
    background: #fabd40 url(/Themes/Pavilion/Content/img/rating-sprite.png) right bottom repeat-x;
}
textarea.text-box{
    min-height:100px;
    resize:none;
}
@media (max-width:1000px) {
    .header .header-logo, .wrapper-nav-responsive{
        right: 0;
    }
    .header-logo a {
        height: 100%;
        display: flex;
        padding: 0 10px;
    }

        .header-logo a img {
            max-height: 100%;
            margin: auto;
        }

    .show-filter {
        display: inline-block;
    }

    .wrapper-navigation-list {
        margin-top: 145px;
    }

    .wrapper-main {
        margin-top: 0;
    }
    .breadcrumb ul {
        white-space: nowrap;
        overflow-x: auto;
    }
    .zoomWrapper{
        width:auto !important;
        height:auto !important;
    }
    body .pro-gallery img {
        position: relative !important;
        max-height: 170px !important;
        height: auto !important;
    }
    .gallery .picture-thumbs{
        white-space:nowrap;
        overflow-x:auto;
    }
    .overview-bottom .delivery > div{
        margin:0 5px;
    }
    .item-grid .item-box{
        margin-bottom:15px;
    }
}
@media(max-width:767px){
    .offerSection {
        display: block;
    }
        .offerSection ul {
            width: 100%;
            padding: 0;
            display: inline-block;
            margin:0 0 10px;
            padding-bottom:10px;
            white-space:nowrap;
            overflow-x:auto;
            border-bottom:2px solid #aaa;
        }
        .offerSection ul li{
            display:inline-block;
        }
        .offerSection .tab-content{
            width:100%;
        }
}
.wrapper{
    background-color: #fefefe;
}

.inner-category-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
.root-category-items > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
.inner-category-list > li > a:hover {
    color: #d71b12 !important;
}
.up-header {
    background-color:#c3c4c4;
    color:#fff;
}
.mid-header{
    background-color:#fff;
}
.header-logo a img {
    background:unset;
}
.bottom-header {
    background-color:#ee372e;
}
.wrapper-cart .div-cart {
    background-color: #222;
    color:#fff;
    border:0;
}
.div-cart:before {
    background: #222 url(/Themes/Pavilion/Content/img/flyout-cart.png) center no-repeat;
    top:0;
}

.wrapper-cart .div-cart span{
    color:#fff;
}
.wrapper-cart:hover .div-cart {
    background-color:#808080;
    border:0;
}

.content-main p a img {
    float: none !important;
}

.up-footer {
    background-color:#818080;
}
.bottom-footer {
    background-color:#c3c4c4;
    color:#333;
}
.subscribe-email .form-subscribe-button {
    background: #777 url(/Themes/Pavilion/Content/img/subscribe-button.png) center no-repeat;
}

.new-comment .button-1, .login-page .button-1, .registration-page .button-1, .button-1 {
    background-color:#ee372e;
}
.button-1:hover {
        background-color:#d71b12;
    }

#goToTop {
    background: #fff url(/Themes/Pavilion/Content/img/scroll-page.png) no-repeat center 48%;
    border:2px solid #555;
}
#goToTop:hover {
        background-color:#c3c4c4;
        border-color:#d71b12;
    }
.item-box:hover .add-to-basket:hover button, .product-grid .item-box:hover .add-to-basket:hover button {
    background-color: #d71b12 !important;
    outline-color: #d71b12 !important;
}
.product-grid .item-box .product img {
    -o-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.product-grid .item-box:hover .picture img {
    -o-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    -o-transition-duration:0.4s;
    -moz-transition-duration:0.4s;
    -webkit-transition-duration:0.4s;
    transition-duration:0.4s;
}
.item-box:hover .add-to-basket button {
    background-color: #ee372e !important;
}

.item-box .last-price {
    color: #ee372e;
}

.two-columns-area .owl-carousel .owl-dot.active span {
    background-color: #ee372e;
}

.category-navigation-title:after {
    background: #ee372e url(/Themes/Pavilion/Content/img/category-nav.png) center no-repeat;
}

img {
    max-width: 100%;
}

.product-ribbon-new {
    background-color: #feb733;
    width: 60px;
}

    .product-ribbon-new:after {
        content: "";
        border-left: 15px solid #feb733;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        position: absolute;
        left: 60px;
        top: 0;
    }
.product-ribbon-discount:after {
    content: "";
    border-left: 15px solid #bf3646;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    left: 95px;
    top: 0;
}
    .product-ribbon-new label {
        color: #fff;
    }

.header-links, .header-selectors {
    border-top-color:#777;
    color:#555;
}

.breadcrumb strong {
    color: #555 !important;
}

.breadcrumb li {
    color: #999;
}

    .breadcrumb li a:hover {
        color: #ee372e !important;
    }

.overview .value a, .variant-overview .value a {
    color: #ee372e;
}

.overview .add-to-cart-button, .variant-overview .add-to-cart-button {
    background-color: #ee372e;
}

    .overview .add-to-cart-button:hover, .variant-overview .add-to-cart-button:hover {
        background-color: #d71b12;
    }

.bar-notification.success {
    background-color: #3bb97c;
}

.inner-shopping-cart input.checkout-button,
.inner-shopping-cart input[type="button"]:only-child,
.shopping-cart-page .button-1, .checkout-page .button-1 {
    background-color: #3bb97c;
    outline: 2px solid transparent;
    outline-width: 1px;
    padding:15px;
}

    .inner-shopping-cart input.checkout-button:hover, .inner-shopping-cart input[type="button"]:only-child:hover,
    .shopping-cart-page .button-1:hover, .checkout-page .button-1:hover {
        background-color: #048b4a;
        outline-color: #048b4a;
    }

.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button {
    background-color: #ee3530;
    border: 2px solid #ee3530;
    color: #ee3530;
    font-weight: bold;
    font-size: 17px;
    min-width: 200px;
    height: 43px;
}

.common-buttons input:hover {
    color: #d71b12;
}

.product-ribbon-val {
    display: block;
}

.megaMenu-navbar .horizontal-dropdown-menu > li > a:hover {
    color: #ee372e !important;
}

.inner-category-list > li > .sublist-wrap > .sublist > li > a, .root-category-items > .sublist-wrap > .sublist > li > a,
.megaMenu-navbar .mega-dropdown-menu .dropdown-header, .cart-collaterals .active .accordion-tab-title,
.inner-category-list > li > .sublist-wrap > ul .has-subCategory.active-subcategories {
    border-bottom-color: #ee372e !important;
}

.inner-category-list > li:hover > a {
    color: #ee372e;
    font-weight:bold;
}

.inner-category-list > li > .sublist-wrap > .sublist > li > a {
    background-color: transparent !important;
}

.news-list-homepage .view-all a, .poll .buttons input {
    background-color: #ee372e;
    padding:15px;
    min-width:70px;
    font-size:14px;
}

    .news-list-homepage .view-all a:hover, .poll .buttons input:hover {
        background-color: #d71b12;
        color: #fff !important;
    }

.wrap-product-slider {
    position: relative;
}

.carousel-title {
    position: unset;
}

.wrap-product-slider .owl-nav {
    position: unset;
    top: unset;
    left: unset;
}

    .wrap-product-slider .owl-nav .owl-prev {
        position: absolute;
        top: 40%;
        right: 5px;
        background-color:#ee372e;
        height: 40px !important;
        line-height: 45px;
        z-index: 4;
        width: 40px !important;
        border-radius: 50%;
        text-align: center;
        color: #fff;
    }

    .wrap-product-slider .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        left: 5px;
        background-color: #ee372e;
        height: 40px !important;
        line-height: 45px;
        z-index: 4;
        width: 40px !important;
        border-radius: 50%;
        text-align: center;
        color: #fff;
    }
    .wrap-product-slider .owl-nav .owl-prev:hover,
    .wrap-product-slider .owl-nav .owl-next:hover {
        background-color: #555 !important;
        color: #fff;
    }

.news-items .read-more {
    color: #ee372e;
}

.inner-shopping-cart .totals strong {
    color: #555;
}

.overview .product-price, .variant-overview .product-price {
    color: #555;
}

.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare:hover,
.overview .email-a-friend-button:hover {
    background-color: #d71b12;
}

.ajax-loading-block-window:before {
    background-color: #ee372e;
}

.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1, .search-input .button-1,
.cart-collaterals .estimate-shipping-button,
.account-page .button-1,
.cart-collaterals .coupon-code input[type="submit"] {
    background-color: #ee372e;
    outline: 2px solid transparent;
    outline-width: 1px;
}

    .contact-page .button-1:hover, .email-a-friend-page .button-1:hover, .apply-vendor-page .button-1:hover, .search-input .button-1:hover,
    .cart-collaterals .estimate-shipping-button:hover,
    .account-page .button-1:hover,
    .cart-collaterals .coupon-code input[type="submit"]:hover {
        background-color: #d71b12;
        outline-color: #d71b12;
    }

.wishlist-add-to-cart-button {
    background-color: #3bb97c;
}

    .wishlist-add-to-cart-button:hover {
        background-color: #048b4a;
        outline-color: unset;
    }

.cart .edit-item a, .wishlist-page .share-info a, .update-wishlist-button:hover {
    color: #ee372e;
}

.cart .subtotal {
    color: #048b4a;
}
.product-selectors .product-viewmode a.selected{
    background-color:#ee372e;
}
.basic-search .inputs.reversed label:after,
.has-before-icon-category:after,
.pager li > span,
.side-2 .page-title,
.footer-column .title:after,
.productNameFilterPanel7Spikes .searchBtn {
    background-color: #777 !important;
}

.product-list .item-box .add-to-basket button ,
.item-box .add-to-basket button {
    background-color: #ee3530;
    outline-color: #eee;
    color:#fff;
}

    .product-list .item-box .add-to-basket button span,
    .item-box .add-to-basket button span,
    .product-box-add-to-cart-button:before {
        color: #fff;
    }

.product-list .item-box:hover .add-to-basket button span {
    color: #fff;
}

.ribbon-wrapper {
    margin-bottom: 15px;
}

.item-box .picture {
    max-height: unset;
    height: 100%;
    text-align: center;
}

    .item-box .picture a {
        display: inline;
    }

        .item-box .picture a img {
            max-height: 100%;
        }
.cart-total .order-total {
    color: #048b4a;
    font-size: unset;
}

.cart-collaterals .accordion-tab-title:after {
    background-color: #ee372e;
    top:15px;
}

.attributes select {
    width: 100%;
}

.sub-category-item, .manufacturer-item, .vendor-item {
    height: 115px;
}
.sub-category-item .title, .manufacturer-item .title, .vendor-item .title {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 100%;
    margin: 0;
    bottom: 0;
    top: unset;
    transition-duration: 0.4s;
}

    .sub-category-item .title a, .manufacturer-item .title a, .vendor-item .title a {
        padding: 0;
        line-height: 40px;
        text-align: center;
    }

.sub-category-item:hover .title a,
.manufacturer-item:hover .title a,
.vendor-item:hover .title a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.sub-category-item:hover .picture img,
.manufacturer-item:hover .picture img,
.vendor-item:hover .picture img {
    transform: scale(1.2);
    transition-duration: 0.8s;
}

.block-account-navigation .list a:hover, .block-account-navigation .list a.active {
    background-color: #ee372e;
}

.email {
    word-break: break-word;
}

.wrapper-nav-responsive{
    border-top-color: #ee372e;
    left:0;
}

.account-page ul.info + .buttons input:hover {
    background-color: #ee372e;
}

li a:hover {
    color: #d71b12 !important;
}

.form-wizard .steps > li.active > a.step .number,
.form-wizard .steps > li.done > a.step .number,
.progress-bar-success {
    background-color: #3bb97c !important;
}

.order-details-page .actions .re-order-button, .order-details-page .page-title a {
    background-color: #ee372e;
    border: 1px solid #d71b12;
    color: #d71b12;
}

.compare-products-table .product-price td {
    color: #ee372e;
}

.compare-products-table .remove-product td {
    text-align: left;
    padding: 10px 25px;
}

.login-page .customer-blocks .title.active {
    background-color: #555;
    border-color: #ee372e !important;
}

.login-page .customer-blocks .title {
    border-color: #ee372e !important;
}

.required {
    position: absolute;
    float: right;
    right: -15px;
    top: 3px;
}

.typeahead__list {
    border: 1px solid #eee !important;
    margin: 0;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
    left: 10px;
    right: unset;
}

.typeahead__list .typeahead__item {
    box-shadow: unset !important;
    border-bottom: 1px solid #777;
}

.typeahead__list .product, .typeahead__list .category {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.typeahead__list .noresult {
    background-color: unset !important;
    border-color: #777;
}

.typeahead__list .more {
    background: #555 !important;
    padding: 5px 10px;
    width: unset !important;
    height: unset !important;
    box-shadow: unset !important;
}
/*--------------Farapayam-------------*/
.admin-header-links a{
    color:#fff;
}
.jssort16 .pav .title_back{
    background-color:#ee372e !important;
}
.jssort16 .pav .title{
    color:#fff !important;
}
.carousel-title > span{
    color:#ee372e;
    background-color:#fff;
    border:2px solid #aaa;
    border-bottom:0;
    padding:0 5px 0 20px;
    margin:0;
    border-top-left-radius:10px;
}
.carousel-title, .two-columns-area .product-grid .title{
    border-color:#aaa;
    border-width:2px;
}
.store-search-box .search-box-button:hover{
    background-color:#ee372e
}
.wrapper-main{
    margin-top:0;
}
.sub-category-item .picture{
    text-align:center;
}
.accept-privacy-policy .read,
.terms-of-service a {
    color: #ee372e;
}
.navbar-default .navbar-nav > li > a{
    color:#555;
}
.navbar-default .navbar-nav > li > a:hover{
    color:#ee372e !important;
}
.socialMedia li {
    background-color: #ee372e;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
    padding:7px;
}
.socialMedia li:hover{
    background-color:#d71b12;
}
.product-social-buttons .socialMedia li {
    background-color: transparent;
}
.slide-holder{
    border:1px solid #eee;
}
.bottom-footer .center{
    border-color:#aaa;
}
.footer-column .address span:before {
    content: "\e062";
    background:transparent;
    font-family: 'Glyphicons Halflings';
}
.footer-column .email span:before {
    content: "\2709";
    background: transparent;
    font-family: 'Glyphicons Halflings';
}
.footer-column .phone span:before {
    content: "\e182";
    background: transparent;
    font-family: 'Glyphicons Halflings';
}
.store-name{
    display:none;
}
.owl-banks img {
    margin: auto;
    max-width: 100%;
}
.opc .back-link a {
    height: 43px;
}

.payment-method .method-list li {
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #efefef;
    margin: 10px;
    width:25%;
    text-align:center;
}
.payment-method .payment-logo{
    display:block;
    text-align:center;
    margin:auto;
    height:60px;
}
.payment-method .payment-logo img{
    max-height:100%;
}
.payment-method .payment-details{
    margin-top:10px;
}
.breadcrumb li > * {
    font-size: 11px;
}
.forums-header {
    text-align: center;
    margin-top: 30px;
}

.forum-search-box {
    position: relative;
    top: unset !important;
}

    .forum-search-box .basic {
        border: 1px solid #eee;
    }

    .forum-search-box .advanced {
        text-align: center;
        margin-top: 25px;
    }

        .forum-search-box .advanced a {
            padding: 5px;
            border: 1px solid #ee372e;
            color: #d71b12;
        }

            .forum-search-box .advanced a:hover {
                background-color: #d71b12;
                color: #fff;
            }

    .forum-search-box .search-box-button {
        background-color: #ee372e;
    }

.two-columns-area .product-grid {
    border: 0;
}

    .two-columns-area .product-grid .item-box {
        border: 1px solid #e9e9e9;
    }
.bar-notification {
    position: fixed;
    top: 30%;
    width: unset;
    height: 150px;
    line-height: 150px;
    padding: 0 15px;
    bottom: unset;
    left: 30%;
    right: 30%;
    margin: auto;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 17px;
}

    .bar-notification .content {
        float: none;
        margin: 0;
    }

    .bar-notification .close {
        margin: 15px;
    }
    .bottom-footer .center{
        padding-top:10px !important;
    }
    .bottom-footer .accepted-payments{
        display:none;
    }
    .footer-powered-by{
        direction:rtl !important;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .footer-powered-by .nop-powered{
        color:#333;
        direction:ltr !important;
    }
    .footer-powered-by .nop-powered a{
        color:#eee;
        padding-left:5px;
    }
.news-list-homepage .news-item {
    width: 100%;
    min-height: unset;
    text-align: center;
    padding: 15px !important;
    margin: 0 !important;
}

.news-list-homepage .news-body {
    margin-bottom: 10px;
    height: 100px;
}

    .news-list-homepage .news-body img {
        max-height: 100%;
        margin: auto;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    
.news-items .news-title {
    display: block;
    height: 50px;
    overflow: hidden;
}
.news-head .news-title{
    height:unset;
    overflow:unset;
}
.post-head, .news-head{
    height:unset;
    margin-bottom:10px;
}
.news-items .buttons{
    text-align:left;
}
.news-items.owl-carousel .buttons {
    text-align: center;
}
.news-body img{
    display:block;
}
.news-items .read-more:after {
    display: none;
}

.news-items .owl-nav span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
}

.news-items .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 4;
    width: 40px !important;
    text-align: center;
    color: #fff;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.news-items .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 4;
    width: 40px !important;
    text-align: center;
    color: #fff;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .news-items .owl-nav .owl-next:hover,
    .news-items .owl-nav .owl-prev:hover {
        background-color: rgba(0, 0, 0, 0.4) !important;
        color: #fff !important;
        -moz-transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

.news-list-homepage .view-all {
    margin-top: 25px !important;
}

.offerSection {
    display: flex;
    flex-wrap: nowrap;
    height: auto !important;
}

body .hidden-overflow.offerSection .owl-carousel {
    overflow-y: hidden;
    height: 400px !important;
}

.offerSection ul {
    width: 23%;
    margin-left: 2%;
    padding-left: 15px;
    border-left: 1px solid #eee;
}

.offerSection .tab-content {
    width: 75%;
    overflow: hidden;
    height: 400px;
}

.offerSection .nav-pills > li {
    float: none;
}
.category-image {
    width: unset;
    height: 80px;
    display: none;
}
.socialMedia .telegram a {
    background-position: -260px 0;
}
.call-for-price {
    background-color: unset;
    color: #ee372e;
    font-weight: bold;
    background:transparent;
    border:none;
}

    .call-for-price:after {
        margin-right: 5px;
        content: "\e182";
        background: transparent;
        font-family: 'Glyphicons Halflings';
        cursor: default;
    }
.comingsoon-div {
    width: 100%;
    padding: 5px 0;
    background: linear-gradient(45deg, transparent, #fff, transparent);
    border: 2px solid #aaa;
    color: #777;
    background-color: #dde;
    cursor:default;
}

.not-exist {
    width: 100%;
    padding: 5px 0;
    background: linear-gradient(45deg, transparent, #aaa, transparent);
    border: 2px solid #ccc;
    color: #fff;
    border-right: 0;
    border-left: 0;
}
@media (max-width: 1000px) {
    body{
        padding:0;
    }
    .header-logo a{
        height:100%;
    }
    .header-logo a img{
        max-height:100%;
    }
    .inner-wrapper-nav > div, .admin-header-links {
        background-color: #ee372e;
    }
    body .navbar-nav .dropdown-menu, body .navbar-nav .open .dropdown-menu {
        background-color: #ee372e;
        box-shadow: none;
    }
    .megaMenu-navbar .horizontal-dropdown-menu > li > a {
        color: #fff !important;
    }
    .category-page-body .page-title, .manufacturer-page-body .page-title, .manufacturer-all-page-body .page-title, .vendor-all-page-body .page-title, .vendor-page-body .page-title, .product-tags-all-page-body .page-title, .products-by-tag-page-body .page-title, .recently-viewed-products-page-body .page-title, .recently-added-products-page-body .page-title, .compare-products-page-body .page-title {
        background-color: #ee372e;
    }
    .account-page .form-fields {
        max-width: 85%;
    }
    .store-search-box {
        background-color: #ee372e;
        max-width: unset !important;
    }

    body .store-search-box form {
        width: unset;
    }

    .typeahead__result {
        right: 0;
    }

    body .typeahead__list {
        overflow-y: auto;
        height: 360px;
        margin-top: 10px;
        width: 100% !important;
    }

    .product-essential {
        padding: 15px;
    }

    .block .listbox {
        overflow-x: auto;
        white-space: nowrap;
    }

    body .pro-gallery img, .gallery .picture img {
        height: unset !important;
        max-height: 100%;
    }
    .footer-column ul{
        background-color:#eee;
    }
    .navbar-default .navbar-nav > li > a{
        color:#808080;
    }
    .news-body img {
        margin: 15px auto;
    }
}

@media (max-width:767px) {
    .account-page .form-fields, .account-page ul.info, .account-page ul.details, .apply-vendor-page form,
    .registration-page .form-fields, .login-page .inner-wrapper, .external-authentication, .password-recovery-page .page-body {
        padding: 10px 20px;
        max-width: 100%;
    }
    .news-list-homepage .news-item{
        text-align:justify;
        padding:10px !important;
    }
}
@media (max-width:575px){
    .bottom-footer{
        padding:10px 15px;
    }
    .footer-powered-by{
        justify-content:center;
    }
}
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin:0px !important;
  padding:30px 71px 0px 70px;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin:1px;
  width:35px;
  height:40px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height:33px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size:22px;
  font-family: "YekanWeb-Regular", "YekanWeb-Regular-number", sans-serif, Tahoma !important;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width:15px;
  height: 100px;
  margin:0px 1px;
}

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width:5px;
  height:5px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -54px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -60px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -61px; }

.flip-clock-dot.top {
  top:15px; }

.flip-clock-dot.bottom {
  bottom:69px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.flip-clock-wrapper {
    background-color:#f6f6f6;
    width: 100% !important;
    padding:0 !important;
    opacity: 0.9;
    height:60px;
    direction:ltr;
}
.flip-clock-wrapper ul {
    position: relative;
    float: none;
    display:inline-block;
    margin: 1px;
    width:15px;
    height:25px;
    font-weight: bold;
    border-radius:3px;
    background: #dedede;
    opacity: 1;
    top:5px;
}
.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(136, 136, 136, 0.7);
}
.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height:20px;
    text-decoration: none !important;
}
    .flip-clock-wrapper ul li a {
        display: block;
        height: 100%;
        -webkit-perspective: 200px;
        -moz-perspective: 200px;
        perspective: 200px;
        margin: 0 !important;
        overflow: visible !important;
        cursor: default !important;
    }
    .flip-clock-wrapper ul li a div.up{
        border-top-left-radius:3px;
        border-top-right-radius:3px;
    }
    .flip-clock-wrapper ul li a div.down{
        border-bottom-left-radius:3px;
        border-bottom-right-radius:3px;
    }
        .flip-clock-wrapper ul li a div div.inn {
            position: absolute;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 200%;
            color: #444444;
            text-shadow: 0 1px 2px #353535;
            text-align: center;
            background-color: #fbfbfb;
            border-radius:3px;
            font-size:14px;
            font-family: "YekanWeb-Regular", "YekanWeb-Regular-number", sans-serif, Tahoma !important;
            font-weight: normal;
        }
.flip-clock-dot.top {
    top:10px;
}
.flip-clock-dot.bottom {
    bottom:5px;
}
.flip-clock-dot {
    display: block;
    background-color:#444444;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 2px;
}
.flip-clock-divider .flip-clock-label {
    color: #828282;
}
.flip-clock-divider:first-child {
    width: 4px;
}
.flip-clock-divider {
    float:none;
    display: inline-block;
    position: relative;
    width: 8px;
    height:25px;
    top:5px;
    margin:0;
}
.flip-clock-divider .flip-clock-label {
    right: -30px;
    top:100%;
    font-family: "YekanWeb-Regular", "YekanWeb-Regular-number", sans-serif, Tahoma !important;
}
.flip-clock-divider.minutes .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label {
    right:-30px;
}
#clock-main-container {
    width: 100%;
    height:65px;
    z-index: 8;
    position: absolute;
    bottom: 0;
    opacity: 0.9;
}
.overview .innerXsDW1 {
    left: 0;
}
/*
    Begin FPC Change
    Date: 1395/05/01
    Jalali
*/
.store-search-box{
    max-width:500px;
}
/* End FPC Change*/

.typeahead__container {
    font-family: Samim;
}

.typeahead__list, .typeahead__dropdown {
    padding: 0;
}

.typeahead__list {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #bcbcbc #6e6e6e #bcbcbc #bcbcbc;
    border-image: none;
    border-style: solid;
    border-width: 1px 3px 1px 1px;
    box-shadow: -1px 4px 10px 0 rgba(0, 0, 0, 0.2);
    width: 620px;
    max-height: 545px;
}

    .typeahead__list .noresult {
        background-color: #f0f0f0;
        border: 1px dotted #ccc;
        margin: 0 auto;
        padding: 7px;
        text-align: center;
    }

    .typeahead__list .more {
        background-color: #c3c3c3;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
        color: #fff;
        display: block;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 55px;
        font-size: 12px;
        float: left;
    }

        .typeahead__list .more:hover {
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.7) inset;
        }

    .typeahead__list .title {
        border-bottom: 1px solid #cecece;
        padding: 2px 10px 5px;
        text-align: right;
        font-weight: bold;
        margin: 5px 5px 10px;
        float: right;
        color: black;
    }

    .typeahead__list .product, .typeahead__list .category, .typeahead__list .manufacturer {
        float: right;
    }

    .typeahead__list .product {
        -webkit-box-shadow: -7px 0px 6px -6px #999999;
        -ms-box-shadow: -7px 0px 6px -6px #999999;
        box-shadow: -7px 0px 6px -6px #999999;
        padding-bottom: 11px;
    }

    .typeahead__list .category {
        -webkit-box-shadow: 0 8px 6px -6px #999999;
        -ms-box-shadow: 0 8px 6px -6px #999999;
        box-shadow: 0 8px 6px -6px #999999;
    }

    .typeahead__list .typeahead__group {
        overflow: auto;
        float: right;
        padding: 0;
    }

    .typeahead__list .product .typeahead__group {
        height: 400px;
    }

    .typeahead__list .category .typeahead__group, .typeahead__list .manufacturer .typeahead__group {
        height: 180px;
    }

    .typeahead__list .typeahead__item {
        box-shadow: 0 8px 6px -6px #cecece;
        display: block;
        overflow: hidden;
        position: relative;
        text-align: right;
        margin-bottom: 6px;
        padding-bottom: 6px;
    }

        .typeahead__list .typeahead__item a {
            display: block;
            max-height: 45px;
        }

        .typeahead__list .typeahead__item .info {
            width: 80%;
            float: right;
        }

            .typeahead__list .typeahead__item .info p {
                margin-right: 3px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .typeahead__list .typeahead__item .info p.short-description {
                    font-style: italic;
                }

        .typeahead__list .typeahead__item .img {
            text-align: center;
            width: 20%;
            float: right;
        }

            .typeahead__list .typeahead__item .img img {
                max-height: 45px;
                max-width: 55px;
            }

    .typeahead__list .category .typeahead__item .info, .typeahead__list .manufacturer .typeahead__item .info {
        width: 50%;
    }

    .typeahead__list .category .typeahead__item .img, .typeahead__list .manufacturer .typeahead__item .img {
        width: 50%;
    }

.typeahead__result {
    position: absolute;
    left: 0;
}

.typeahead__field input {
    float: left;
}
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/Content/fancy/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/Content/fancy/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/Content/fancy/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/Content/fancy/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:600px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(/Content/zoom/blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(/Content/zoom/ajax-loader.gif);
    width:32px;
    height:32px;
}



/* Advanced Mega Menu */
.megaMenu-navbar nav {
    display: flex;
}
/* horizontal-dropdown */
.megaMenu-navbar .horizontal-dropdown {
    position: static !important;
}

.megaMenu-navbar .horizontal-dropdown-menu {
    border-radius: 0;
    padding: inherit;
    width: 100%;
    border: 1px solid #e9e9e9;
    right: 15px;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}

    .megaMenu-navbar .horizontal-dropdown-menu > li {
        float: right;
    }

        .megaMenu-navbar .horizontal-dropdown-menu > li > a {
            color: #777;
            padding: 13px 25px;
        }

            .megaMenu-navbar .horizontal-dropdown-menu > li > a:hover {
                color: #f74258;
                background-color: #f9f9f9;
                text-decoration: underline;
            }

        .megaMenu-navbar .horizontal-dropdown-menu > li > ul {
            padding: 15px 0;
            margin: 0;
        }

            .megaMenu-navbar .horizontal-dropdown-menu > li > ul > li {
                list-style: none;
            }

                .megaMenu-navbar .horizontal-dropdown-menu > li > ul > li > a {
                    display: block;
                    padding: 3px 20px;
                    clear: both;
                }

        .megaMenu-navbar .horizontal-dropdown-menu > li ul > li > a:hover,
        .megaMenu-navbar .horizontal-dropdown-menu > li ul > li > a:focus {
            text-decoration: none;
        }

    .megaMenu-navbar .horizontal-dropdown-menu form {
        margin: 3px 20px;
    }

    .megaMenu-navbar .horizontal-dropdown-menu .form-group {
        margin-bottom: 3px;
    }

/* mega-dropdown */
.megaMenu-navbar .mega-dropdown {
    position: static !important;
}

.megaMenu-navbar .mega-dropdown-menu {
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

    .megaMenu-navbar .mega-dropdown-menu > li > ul {
        padding: 15px 0;
        margin: 0;
    }

        .megaMenu-navbar .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .megaMenu-navbar .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
            }

    .megaMenu-navbar .mega-dropdown-menu > li ul > li > a:hover,
    .megaMenu-navbar .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #f74258;
    }

    .megaMenu-navbar .mega-dropdown-menu .dropdown-header {
        color: #777;
        font-weight: bold;
        border-bottom: 3px solid #f74258;
        display: block;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 0 0 5px;
        text-transform: uppercase;
    }

    .megaMenu-navbar .mega-dropdown-menu form {
        margin: 3px 20px;
    }

    .megaMenu-navbar .mega-dropdown-menu .form-group {
        margin-bottom: 3px;
    }

.megaMenu-navbar.navbar {
    margin-bottom: inherit;
}

    .megaMenu-navbar.navbar.navbar-default {
        background-color: inherit;
        border-style: none !important;
    }

.megaMenu-navbar .dropdown-menu {
    border-radius: 0px;
}

