﻿/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}



footer, header, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: var(--SiteFont);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /*  text-align: left;*/
    background-color: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
}

ul ul {
    margin-bottom: 0;
}

b {
    font-weight: bolder;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

/*a:hover {*/
/*  color: #0056b3;*/
/*  text-decoration: underline;*/
/*}*/

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-md-3, .col-md-8, .col-md-9, .col-md-12, .col-lg-3, .col-lg-6, .col-lg-8, .col-lg-9, .col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
}

.d-block {
    display: block !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    p {
        orphans: 3;
        widows: 3;
    }
  
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
}
:root {
   --BackgroundColor: #4F6B57;
    --BackgroundProductListColor: #737373;
    --BackgroundColorSecound: #f6bc13;
    --SiteFont: iranyekan;
    --btn-success-main-style: #006c0c;
    --HomeSliderHeight: 66vh;
    --AncherTextColor: #404040;
    --AncherTextAARateColor: #707070;
}

body {
    background: #e6e4e48c !important;
    overflow-x: hidden;
    direction: rtl;
    font-family: var(--SiteFont);
    display: inline;
}

.main-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

ul {
    padding-right: 0;
}

.main-pt {
    padding-top: 97px
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2b2b2b #d1d1d1;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #d1d1d1;
}

*::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
    border-radius: 20px;
    border: 2px ridge #cccccc;
}

/*slider-product----------------*/

/*category----------------------------------*/

/*category----------------------------------*/

/*footer------------------------*/

footer {
    width: 100%;
    height: auto;
    padding: 60px 0 0;
    background: #eceff1;
    position: relative;
    line-height: 22px;
    overflow: hidden;
    float: right;
    text-align: center;
}

footer .footer-jump {
    position: absolute;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;

}

/*search-category---------------------*/

/*profile------------------------------*/

/*profile------------------------------*/

/*shopping------------------------*/

/*shopping------------------------*/

/*single-product------------------*/

/*single-product------------------*/

/* product-comparison---------------------- */

/* product-comparison---------------------- */

/*product-comment--------------------------*/

/*product-comment-----------------*/

/* mag---------------------------*/


.menu-li {
    color: var(--BackgroundColor) !important;
}


.copyRight {
    color: var(--BackgroundColor) !important;
}

/*paginate*/

.contactUsFontLi {
    color: var(--BackgroundColor);
    font-size: 30px !important;
}

.bgborder {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 0;
}


/*--------------- Mahziarii --------------*/


/* BERAND */


/* foroshande start 
    */


/* listing header */


/* popup */


/* Modal Content */


/* The Close Button */


/*--------------- Mahziarii --------------*/

/*--------------- Mahziarii Product Details --------------*/

/*--------------- Mahziarii BEGIN floating Left --------------*/

/* formBtnBuy */


/*height heeader*/
.headContent {
    /*height: 4px;*/
}


.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*expertSideBar*/

/*expertSideBar*/


/*sliderExpert*/


/*start-pic-masonry-gallery-item*/

/*end-pic-masonry-gallery-item*/


/*chart in indexpage*/

/**/


/*dolar*/

/*.responsive-header-left .question-faq {*/
/*    background: #fff;*/
/*    color: #424750;*/
/*    position: absolute;*/
/*    top: -59px;*/
/*    left: 0;*/
/*    height: 30px;*/
/*    cursor: pointer;*/

/*    outline: none;*/
/*}*/
/*dolar*/


/*btnAddNewAddress*/

.footer-social .social-links .fa {
    color: #fff;
}


/*sidebar*/


.btn-search i {
    color: #b7b7b6e0;
    font-size: 20px;
    margin-top: 11px;
}

.lazyPng {
    display: block !important;
    overflow: hidden !important;
    color: transparent !important;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

::-webkit-input-placeholder {
    color: #b2b2b2;

    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

ul {
    list-style: none;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


header {
    background: #fff;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
    z-index: 999 !important;
    width: 100%;
    height: 97px;
    /*max-height: 90px;*/
    float: left;
    position: relative;
}

.header-main-page.fixed {
    /*position: fixed;*/
    top: 0;
    /*z-index: 90000 !important;*/
}

.header-right {
    display: flex;
    width: 70%;
    /*height: 52px;*/
    /*margin-bottom: 10px;*/
    /*float: right;*/
    /*margin-top: 15px;*/
}

.header-right .logo {
    /*margin-top: 6px;*/
    /*margin-bottom: 10px;*/
    text-align: center;
    float: right;
    width: 200px;
}


.header-right .logo img {
    min-width: 100px;
    width: 180px;
    height: 36px;

}

.header-right .search-header {
    width: 100%;
    height: 36px;
    float: right;
    border-radius: 5px;
    position: relative;
}

.header-right .search-header input {
    width: 100%;
    height: 36px;
    border: 1px solid var(--BackgroundColorSecound);
    outline: none;
    background: #e6e4e48c;
    color: #474747;
    padding-right: 55px;
    /*padding-left: 10px;*/
    line-height: 50px;
    position: relative;
    font: 12px var(--SiteFont);
    border-radius: 3px;
}

.header-right .search-header input:focus {
    background-color: #fff;
    border: 1px solid #ccc;
}

.header-right .search-header .btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    height: 39px;
    border-radius: 10px;
    padding-right: 10px;
    border: 0;
}

.header-right .search-header .search-result {
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 15px 5px;
    z-index: 100;
    border: 1px solid #ccc;
    border-top: none;
    display: none;

}

.header-right .search-header .search-result ul.search-result-list {
    margin-bottom: 10px;
    display: none;
}

.header-right .search-header .search-result ul.search-result-list li {
    margin-bottom: 0;
    padding: 0 38px 0 38px;
}

.header-right .search-header .search-result ul.search-result-most-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    /*margin-bottom: 10px;*/
}

.header-right .search-header .search-result ul.search-result-most-view li {
    margin-left: 10px;
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 12px 4px 8px;
    border-radius: 100px;
    border: 1px solid #e0e0e2;
}

.header-right .search-header .search-result ul.search-result-most-view li a {
    color: #424750;
    font-size: 9px;
    /*font-size: .786rem;*/
    line-height: 24px;
}

/*.overlay-search-box {*/
/*    position: fixed;*/
/*    top: 97px;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*    z-index: 999;*/
/*    opacity: 1;*/
/*    visibility: hidden;*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*}*/

.header-left {
    width: 100%;
    /*height: auto;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 10px;*/
}

.header-left .btn-login {
    background: var(--BackgroundColorSecound);
    height: 37px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    font: 12px var(--SiteFont);
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    padding-left: 12px;
    float: left;
    margin-left: 15px;
    position: relative;
    padding-right: 12px;
    color: var(--AncherTextColor);
    letter-spacing: -1px;
}

.header-left .login-link {
    color: #616161;
}

.header-left .btn-login span {
    font-size: 23px;
    /*line-height: 34px;*/
    vertical-align: middle;
    padding-left: 5px;
    color: var(--BackgroundColor);
}

.header-left .Basket-Link span {
    color: var(--BackgroundColor);
}

.header-left .mini-cart-header {
    width: 40px;
    height: 37px;
    float: left;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #616161;
    position: relative;
    z-index: 999;
}

.header-left .mini-cart-header .cart-count {
    font-size: 12px;
    line-height: 17px;
    color: var(--AncherTextColor);
    width: 20px;
    height: 20px;
    background: var(--BackgroundColorSecound);
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 23px;
}

.header-left .mini-cart-header::before {
    content: "";
    display: block;
    height: 24px;
    background: #e0e0e2;
    position: absolute;
    left: 45px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mini-cart-dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    width: 270px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 5px;
    border: 1px solid #eee;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.mini-cart-header:hover .mini-cart-dropdown {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.mini-cart-dropdown .header-cart-info-header {
    padding: 12px 16px 16px 12px;
    font-size: 16px;
}

.mini-cart-dropdown .header-cart-info-header .header-cart-info-count {
    font-size: 12px;
    line-height: normal;
    color: #81858b;
    float: right;
}

.mini-cart-dropdown .header-cart-info-header a.header-cart-info-link {
    color: var(--BackgroundColor);
    font-size: 12px !important;
    font-weight: 600;
    float: left;
}

/*
     *  STYLE 1
     */

.responsive-header-left {
    display: none;
}

/*Start menu----------------*/


.d-block .row {
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #ececec;
}

/*.nav-categories-overlay {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0 !important;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    background: rgba(0, 0, 0, .54);*/
/*    opacity: 0;*/
/*    z-index: 9;*/
/*    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;*/
/*    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;*/
/*    pointer-events: none;*/
/*}*/

/*.nav-categories-overlay.active {*/
/*    opacity: 1;*/
/*    pointer-events: all !important;*/
/*}*/

/*End menu------------------*/

/*responsive-menu-------------*/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.sidebar {
    overflow-y: auto;
    position: fixed;
 
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
   z-index: 1002;
}

.sidebar .nav-header {
    display: block;
    height: 70px;
}

.sidebar .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
}

.sidebar .nav-header .logo-wrap {
    padding: 15px 0 5px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    width: 200px;
    margin-right: 25px;
}

.sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 180px;
}

.sidebar .nav-categories {
    margin-top: 0;
}

.sidebar .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
}

.sidebar .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
}

.sidebar .nav-categories li a {
    display: block;
    width: 42%;
    font-size: 13px;
    color: #333;
    padding: 7px 0;
    text-decoration: none;
    /*font: 14px var(--SiteFont);*/
    margin-right: 25px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}

.sidebar .nav-categories li a:hover {
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidebar > ul > li > a {
    font: 16px var(--SiteFont);
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}

.sidebar > ul > li > ul > li > a {
    font: 15px var(--SiteFont);
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}

.sidebar a {
    cursor: pointer;
}

.sidebar > ul > li {
    position: relative;
}

.sidebar ul li a.category-level-2 {
    margin-right: 45px;
    width: 72%;
}

.sidebar ul ul {
    display: none;
    background: #ececec;
    width: 100%;
}


/*slider-amazing----------------------------*/

/*slider-amazing----------------------------*/

/*countdown----------------*/

/*countdown----------------*/

/*banner------------------------*/

/*banner------------------------*/


/*slider-sidebar----------------*/

.more-info .col-12 .middle-bar-footer .pull-right .footer-links p {
    margin-top: 10px;
}


footer .footer-jump a {
    text-decoration: none;
}

footer .footer-jump a {
    font: 18px var(--SiteFont);
    color: #4a4a4a;
    line-height: 55px;
}

footer .footer-jump a .footer-jump-angle i {
    vertical-align: middle;
    font-size: 25px;
    background: hsla(0, 0%, 74.5%, .41);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 10px;
}


.middle-bar-footer {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.middle-bar-footer .footer-links {
    width: 100%;
    height: auto;
    float: right;
    /*margin-top: 20px;*/
    padding: 0 10px;
}

footer .footer-form {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    padding: 0 20px;
}

footer .footer-form span.newslitter-form {
    font: 14px var(--SiteFont);
    color: #4b4b4b;
    display: block;
    text-align: right;
    margin-bottom: 24px;
}

footer .footer-social .social-links {
    /*width: 200px;*/
    width: 100%;
    height: 50px;
    background: #797979;
    padding-top: 7px;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 14px;
}

footer .footer-social .social-links span {
    cursor: pointer;
    width: 34px;
    height: 34px;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
}

footer .more-info {
    width: 100%;
    height: auto;
    background: #d7dee0;
    float: right;
    /*padding: 20px 0;*/
}

.footer-links p {
    font: 12px var(--SiteFont);
    color: #535353;
    text-align: justify;
}

.newslitter-form i {
    color: var(--BackgroundColor);
    font-size: 28px;
    top: 8px;
    position: relative;
    margin-left: 4px;
}

.rotatePhone {
    transform: rotate(242deg);
}


footer .more-info .about-site {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border-bottom: 1px solid #c5c4c4;
}

footer .copy-right-footer {
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
}

footer .copy-right-footer p {
    font: 12px var(--SiteFont);
    line-height: 30px;
    color: #535353;
    margin-bottom: 0;
}

/*footer------------------------*/

/*style login and register-------------------*/

button, input {
    font-family: "var(--SiteFont)";
}

/*style login and register-------------------*/

/*cart----------------------------------*/

/*cart----------------------------------*/

/*404-----------------------------------*/

/*404-----------------------------------*/

/*faq---------------------------------*/

.info-page-cover {
    width: 100%;
    /*float: right;*/
    display: flex;
    height: 410px;
    /*background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/info-page-cover.jpg) top no-repeat;*/
    text-align: center;
}

.info-page-cover .info-page-cover-title {
    margin-top: 50px;
    font: 35px var(--SiteFont);
    color: #fff;
    font-weight: 700;
}

/*.titleAboutUs{*/
/*    color: #797979 !important;*/
/*}*/

.info-page-faq {
    width: 100%;
    height: auto;
    background: #ffffff4d;
    float: right;
    position: relative;
    top: -100px;
    border-radius: 3px;
    text-align: center;
    /*border: 1px solid #dedede;*/
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-page-faq .content-info-page {
    border-radius: 8px;
    padding: 0 20px;
    margin: 20px;
}

.info-page-faq .content-info-page .box-rounded-content {
    padding: 0 50px;
    font: 14px var(--SiteFont);
    line-height: 2.57;
    color: #4a4a4a;
}

/*faq---------------------------------*/

/*search-category---------------------*/

.toggle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px;
    left: 29px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: .5s;
    cursor: pointer;
}

/*.search-filter-remodal-close {*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: 22px;*/
/*    display: block;*/
/*    overflow: visible;*/
/*    margin: 0;*/
/*    !*padding: 0;*!*/
/*    cursor: pointer;*/
/*    -webkit-transition: color .2s;*/
/*    -o-transition: color .2s;*/
/*    transition: color .2s;*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*    border: 0;*/
/*    !*outline: none !important;*!*/
/*    background: transparent;*/
/*    font-size: 25px;*/
/*    line-height: 1;*/
/*    padding: 5px;*/
/*    z-index: 100;*/
/*    outline: none;*/
/*}*/

/*.js-products .listing-listing {*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);*/
/*    border: 1px solid #e4e4e4;*/
/*    position: relative;*/
/*    float: right;*/
/*    height: auto;*/
/*    border-radius: 10px;*/
/*}*/

.linear-wipe {
    text-align: center;
    background: linear-gradient(-55deg, transparent 0%, transparent 40%, #FFF 60%, #F4F4F4 70%, transparent 80%, transparent 100%);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-clip: border-box;
    background-size: 200% 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #000;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
    background-color: #acacac;
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
        transform: rotate(90deg);
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}


/*new menubar*/

/*.main-menu:before, .main-menu:after {*/
/*    display: table;*/
/*    line-height: 0;*/
/*    content: "";*/
/*}*/

li span.toggle {
    padding-left: 1em;
    display: none;
}

.toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
}


.dropdown-head-menu {
    position: absolute;
    width: 230px;
    background: #eee;
    text-align: right;
    display: none;
    line-height: 1.9 !important;
    margin-top: 0
}

.dropdown-head-menu li {
    display: block;
}

.dropdown-head-menu li a {
    display: block;
    padding: 8px 8px 8px 0;
    font-size: 13px;
}


.fa-newspaper-o, .menu-li {
    padding: 5px;
}

.nav-head-header span.catName {
    vertical-align: super;
}

.nav-head-header:hover .borderBottomMenuPartial {
    border-bottom: 3px solid var(--BackgroundColor);
    transition: width 0.2s ease-in-out;
    width: 100%;


}

.borderBottomMenuPartial {
    height: 2px;
    display: block;
    width: 0;
}

/*.nav-head-header i {*/
/*    margin-top: 6px;*/
/*}*/

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


.d-block {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*margin-top: 4px;*/
}

.logo-icon img {
    width: 180px;
    height: 36px;
}

:focus {
    font-weight: 700;
    color: var(--BackgroundColor);
}

.btn-login:focus {
    outline: 0;
    background-color: var(--BackgroundColorSecound);
    border: 1px solid var(--BackgroundColor);
}


/*.owl-next i:focus {*/
/*    outline: 0;*/
/*    background-color: var(--BackgroundColorSecound);*/
/*    border: 1px solid var(--BackgroundColor);*/
/*}*/

:root {
   --BackgroundColor: #4F6B57;
    --BackgroundProductListColor: #737373;
    --BackgroundColorSecound: #f6bc13;
    --SiteFont: iranyekan;
    --btn-success-main-style: #006c0c;
    --HomeSliderHeight: 66vh;
    --AncherTextColor: #404040;
    --AncherTextAARateColor: #707070;
}

body {
    background: #e6e4e48c !important;
    overflow-x: hidden;
    direction: rtl;
    font-family: var(--SiteFont);
    display: inline;
}

.main-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

ul {
    padding-right: 0;
}

.main-pt {
    padding-top: 97px
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2b2b2b #d1d1d1;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #d1d1d1;
}

*::-webkit-scrollbar-thumb {
    background-color: #2b2b2b;
    border-radius: 20px;
    border: 2px ridge #cccccc;
}

/*slider-product----------------*/

/*category----------------------------------*/

/*category----------------------------------*/

/*footer------------------------*/

footer {
    width: 100%;
    height: auto;
    padding: 60px 0 0;
    background: #eceff1;
    position: relative;
    line-height: 22px;
    overflow: hidden;
    float: right;
    text-align: center;
}

footer .footer-jump {
    position: absolute;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;

}

/*search-category---------------------*/

/*profile------------------------------*/

/*profile------------------------------*/

/*shopping------------------------*/

/*shopping------------------------*/

/*single-product------------------*/

/*single-product------------------*/

/* product-comparison---------------------- */

/* product-comparison---------------------- */

/*product-comment--------------------------*/

/*product-comment-----------------*/

/* mag---------------------------*/


.menu-li {
    color: var(--BackgroundColor) !important;
}


.copyRight {
    color: var(--BackgroundColor) !important;
}

/*paginate*/

.contactUsFontLi {
    color: var(--BackgroundColor);
    font-size: 30px !important;
}

.bgborder {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 0;
}


/*--------------- Mahziarii --------------*/


/* BERAND */


/* foroshande start 
    */


/* listing header */


/* popup */


/* Modal Content */


/* The Close Button */


/*--------------- Mahziarii --------------*/

/*--------------- Mahziarii Product Details --------------*/

/*--------------- Mahziarii BEGIN floating Left --------------*/

/* formBtnBuy */


/*height heeader*/
.headContent {
    /*height: 4px;*/
}


.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*expertSideBar*/

/*expertSideBar*/


/*sliderExpert*/


/*start-pic-masonry-gallery-item*/

/*end-pic-masonry-gallery-item*/


/*chart in indexpage*/

/**/


/*dolar*/

/*.responsive-header-left .question-faq {*/
/*    background: #fff;*/
/*    color: #424750;*/
/*    position: absolute;*/
/*    top: -59px;*/
/*    left: 0;*/
/*    height: 30px;*/
/*    cursor: pointer;*/

/*    outline: none;*/
/*}*/
/*dolar*/


/*btnAddNewAddress*/

.footer-social .social-links .fa {
    color: #fff;
}


/*sidebar*/


.btn-search i {
    color: #b7b7b6e0;
    font-size: 20px;
    margin-top: 11px;
}

.lazyPng {
    display: block !important;
    overflow: hidden !important;
    color: transparent !important;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

.header-right .logo img {
    min-width: 100px;
    width: 180px;
    margin-right: 0;
}

::-webkit-input-placeholder {
    color: #b2b2b2;

    -webkit-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

ul {
    list-style: none;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


header {
    background: #fff;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
    z-index: 999 !important;
    width: 100%;
    height: 97px;
    /*max-height: 90px;*/
    float: left;
    position: relative;
}

.header-main-page.fixed {
    /*position: fixed;*/
    top: 0;
    /*z-index: 90000 !important;*/
}

.header-right {
    display: flex;
    width: 70%;
    /*height: 52px;*/
    /*margin-bottom: 10px;*/
    /*float: right;*/
    /*margin-top: 15px;*/
}

.header-right .logo {
    /*margin-top: 6px;*/
    /*margin-bottom: 10px;*/
    text-align: center;
    float: right;
    width: 200px;
}


.header-right .logo img {
    min-width: 100px;
    width: 180px;
    height: 36px;

}

.header-right .search-header {
    width: 100%;
    height: 36px;
    float: right;
    border-radius: 5px;
    position: relative;
}

.header-right .search-header input {
    width: 100%;
    height: 36px;
    border: 1px solid var(--BackgroundColorSecound);
    outline: none;
    background: #e6e4e48c;
    color: #474747;
    padding-right: 55px;
    /*padding-left: 10px;*/
    line-height: 50px;
    position: relative;
    font: 12px var(--SiteFont);
    border-radius: 3px;
}

.header-right .search-header input:focus {
    background-color: #fff;
    border: 1px solid #ccc;
}

.header-right .search-header .btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    height: 39px;
    border-radius: 10px;
    padding-right: 10px;
    border: 0;
}

.header-right .search-header .search-result {
    position: absolute;
    top: 98%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 15px 5px;
    z-index: 100;
    border: 1px solid #ccc;
    border-top: none;
    display: none;

}

.header-right .search-header .search-result ul.search-result-list {
    margin-bottom: 10px;
    display: none;
}

.header-right .search-header .search-result ul.search-result-list li {
    margin-bottom: 0;
    padding: 0 38px 0 38px;
}

.header-right .search-header .search-result ul.search-result-most-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    /*margin-bottom: 10px;*/
}

.header-right .search-header .search-result ul.search-result-most-view li {
    margin-left: 10px;
    /*display: -webkit-inline-box;*/
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 12px 4px 8px;
    border-radius: 100px;
    border: 1px solid #e0e0e2;
}

.header-right .search-header .search-result ul.search-result-most-view li a {
    color: #424750;
    font-size: 9px;
    /*font-size: .786rem;*/
    line-height: 24px;
}

/*.overlay-search-box {*/
/*    position: fixed;*/
/*    top: 97px;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.4);*/
/*    z-index: 999;*/
/*    opacity: 1;*/
/*    visibility: hidden;*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*}*/

.header-left {
    width: 100%;
    /*height: auto;*/
    /*margin-top: 15px;*/
    /*margin-bottom: 10px;*/
}

.header-left .btn-login {
    background: var(--BackgroundColorSecound);
    height: 37px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    font: 12px var(--SiteFont);
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    padding-left: 12px;
    float: left;
    margin-left: 15px;
    position: relative;
    padding-right: 12px;
    color: var(--AncherTextColor);
    letter-spacing: -1px;
}

.header-left .login-link {
    color: #616161;
}

.header-left .btn-login span {
    font-size: 23px;
    /*line-height: 34px;*/
    vertical-align: middle;
    padding-left: 5px;
    color: var(--BackgroundColor);
}

.header-left .Basket-Link span {
    color: var(--BackgroundColor);
}

.header-left .mini-cart-header {
    width: 40px;
    height: 37px;
    float: left;
    font-size: 25px;
    text-align: center;
    cursor: pointer;
    color: #616161;
    position: relative;
    z-index: 999;
}

.header-left .mini-cart-header .cart-count {
    font-size: 12px;
    line-height: 17px;
    color: var(--AncherTextColor);
    width: 20px;
    height: 20px;
    background: var(--BackgroundColorSecound);
    text-align: center;
    vertical-align: middle;
    border-radius: 6px;
    font-weight: 900;
    border: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 23px;
}

.header-left .mini-cart-header::before {
    content: "";
    display: block;
    height: 24px;
    background: #e0e0e2;
    position: absolute;
    left: 45px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mini-cart-dropdown {
    position: absolute;
    left: 0;
    top: 40px;
    width: 270px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    padding: 5px;
    border: 1px solid #eee;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.mini-cart-header:hover .mini-cart-dropdown {
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.mini-cart-dropdown .header-cart-info-header {
    padding: 12px 16px 16px 12px;
    font-size: 16px;
}

.mini-cart-dropdown .header-cart-info-header .header-cart-info-count {
    font-size: 12px;
    line-height: normal;
    color: #81858b;
    float: right;
}

.mini-cart-dropdown .header-cart-info-header a.header-cart-info-link {
    color: var(--BackgroundColor);
    font-size: 12px !important;
    font-weight: 600;
    float: left;
}

/*
     *  STYLE 1
     */

.responsive-header-left {
    display: none;
}

/*Start menu----------------*/



.d-block .row {
    padding: 8px 0 8px 0;
    border-bottom: 1px solid #ececec;
}

/*.nav-categories-overlay {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    top: 0 !important;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    background: rgba(0, 0, 0, .54);*/
/*    opacity: 0;*/
/*    z-index: 9;*/
/*    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;*/
/*    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;*/
/*    pointer-events: none;*/
/*}*/

/*.nav-categories-overlay.active {*/
/*    opacity: 1;*/
/*    pointer-events: all !important;*/
/*}*/

/*End menu------------------*/

/*responsive-menu-------------*/

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.sidebar {
    overflow-y: auto;
    position: fixed;
 
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #fff;
     z-index: 1002;
}

.sidebar .nav-header {
    display: block;
    height: 70px;
}

.sidebar .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
}

.sidebar .nav-header .logo-wrap {
    padding: 15px 0 5px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    width: 200px;
    margin-right: 25px;
}

.sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 180px;
}

.sidebar .nav-categories {
    margin-top: 0;
}

.sidebar .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
}

.sidebar .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
}

.sidebar .nav-categories li a {
    display: block;
    width: 42%;
    font-size: 13px;
    color: #333;
    padding: 7px 0;
    text-decoration: none;
    /*font: 14px var(--SiteFont);*/
    margin-right: 25px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}

.sidebar .nav-categories li a:hover {
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidebar > ul > li > a {
    font: 16px var(--SiteFont);
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}

.sidebar > ul > li > ul > li > a {
    font: 15px var(--SiteFont);
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}

.sidebar a {
    cursor: pointer;
}

.sidebar > ul > li {
    position: relative;
}

.sidebar ul li a.category-level-2 {
    margin-right: 45px;
    width: 72%;
}

.sidebar ul ul {
    display: none;
    background: #ececec;
    width: 100%;
}


/*slider-amazing----------------------------*/

/*slider-amazing----------------------------*/

/*countdown----------------*/

/*countdown----------------*/

/*banner------------------------*/

/*banner------------------------*/


/*slider-sidebar----------------*/

.more-info .col-12 .middle-bar-footer .pull-right .footer-links p {
    margin-top: 10px;
}


footer .footer-jump a {
    text-decoration: none;
}

footer .footer-jump a {
    font: 18px var(--SiteFont);
    color: #4a4a4a;
    line-height: 55px;
}

footer .footer-jump a .footer-jump-angle i {
    vertical-align: middle;
    font-size: 25px;
    background: hsla(0, 0%, 74.5%, .41);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 10px;
}



.middle-bar-footer {
    width: 100%;
    height: auto;
    float: right;
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.middle-bar-footer .footer-links {
    width: 100%;
    height: auto;
    float: right;
    /*margin-top: 20px;*/
    padding: 0 10px;
}

footer .footer-form {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    padding: 0 20px;
}

footer .footer-form span.newslitter-form {
    font: 14px var(--SiteFont);
    color: #4b4b4b;
    display: block;
    text-align: right;
    margin-bottom: 24px;
}

footer .footer-social .social-links {
    /*width: 200px;*/
    width: 100%;
    height: 50px;
    background: #797979;
    padding-top: 7px;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 14px;
}

footer .footer-social .social-links span {
    cursor: pointer;
    width: 34px;
    height: 34px;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 40px;
}

footer .more-info {
    width: 100%;
    height: auto;
    background: #d7dee0;
    float: right;
    /*padding: 20px 0;*/
}

.footer-links p {
    font: 12px var(--SiteFont);
    color: #535353;
    text-align: justify;
}

.newslitter-form i {
    color: var(--BackgroundColor);
    font-size: 28px;
    top: 8px;
    position: relative;
    margin-left: 4px;
}

.rotatePhone {
    transform: rotate(242deg);
}


footer .more-info .about-site {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border-bottom: 1px solid #c5c4c4;
}

footer .copy-right-footer {
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
}

footer .copy-right-footer p {
    font: 12px var(--SiteFont);
    line-height: 30px;
    color: #535353;
    margin-bottom: 0;
}

/*footer------------------------*/

/*style login and register-------------------*/

button, input {
    font-family: "var(--SiteFont)";
}

/*style login and register-------------------*/

/*cart----------------------------------*/

/*cart----------------------------------*/

/*404-----------------------------------*/

/*404-----------------------------------*/

/*faq---------------------------------*/

/*.titleAboutUs{*/
/*    color: #797979 !important;*/
/*}*/

/*faq---------------------------------*/

/*search-category---------------------*/

.toggle {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px;
    left: 29px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: .5s;
    cursor: pointer;
}

/*.search-filter-remodal-close {*/
/*    position: absolute;*/
/*    top: 6px;*/
/*    left: 22px;*/
/*    display: block;*/
/*    overflow: visible;*/
/*    margin: 0;*/
/*    !*padding: 0;*!*/
/*    cursor: pointer;*/
/*    -webkit-transition: color .2s;*/
/*    -o-transition: color .2s;*/
/*    transition: color .2s;*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*    border: 0;*/
/*    !*outline: none !important;*!*/
/*    background: transparent;*/
/*    font-size: 25px;*/
/*    line-height: 1;*/
/*    padding: 5px;*/
/*    z-index: 100;*/
/*    outline: none;*/
/*}*/

/*.js-products .listing-listing {*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);*/
/*    border: 1px solid #e4e4e4;*/
/*    position: relative;*/
/*    float: right;*/
/*    height: auto;*/
/*    border-radius: 10px;*/
/*}*/

.linear-wipe {
    text-align: center;
    background: linear-gradient(-55deg, transparent 0%, transparent 40%, #FFF 60%, #F4F4F4 70%, transparent 80%, transparent 100%);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-clip: border-box;
    background-size: 200% 100%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #000;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
    background-color: #acacac;
}

@-webkit-keyframes shine {
    to {
        background-position: 200% center;
        transform: rotate(90deg);
    }
}

@keyframes shine {
    to {
        background-position: 200% center;
    }
}


/*new menubar*/

/*.main-menu:before, .main-menu:after {*/
/*    display: table;*/
/*    line-height: 0;*/
/*    content: "";*/
/*}*/


li span.toggle {
    padding-left: 1em;
    display: none;
}

.toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
}


.dropdown-head-menu {
    position: absolute;
    width: 230px;
    background: #eee;
    text-align: right;
    display: none;
    line-height: 1.9 !important;
    margin-top: 0
}

.dropdown-head-menu li {
    display: block;
}

.dropdown-head-menu li a {
    display: block;
    padding: 8px 8px 8px 0;
    font-size: 13px;
}


.fa-newspaper-o, .menu-li {
    padding: 5px;
}

.nav-head-header span.catName {
    vertical-align: super;
}

.nav-head-header:hover .borderBottomMenuPartial {
    border-bottom: 3px solid var(--BackgroundColor);
    transition: width 0.2s ease-in-out;
    width: 100%;


}

.borderBottomMenuPartial {
    height: 2px;
    display: block;
    width: 0;
}

/*.nav-head-header i {*/
/*    margin-top: 6px;*/
/*}*/

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.logo-icon img {
    width: 180px;
    height: 36px;
}

:focus {
    font-weight: 700;
    color: var(--BackgroundColor);
}

.btn-login:focus {
    outline: 0;
    background-color: var(--BackgroundColorSecound);
    border: 1px solid var(--BackgroundColor);
}

@media (max-width: 1200px) {


    .responsive-header-left span {
        color: var(--BackgroundColor);
    }

    .header-right .logo img {
        min-width: 100px;
        width: 180px;
        margin-right: 30% !important;
    }

    .main-menu {
        display: none !important;
    }

    .header-right {
        margin-right: 0;
        /*margin-top: 0;*/
    }

    .header-right .search-header {
        /*width: 100%;*/
        background: #fff;
        height: 45px;
        /*margin-bottom: 0;*/
        /*margin-top: 0;*/
        position: relative;
        left: 15px;
        border-radius: 10px;
    }

    .header-right .search-header .search-result {
        top: 85%;
        left: 0;
        width: 100.5%;
        right: -16px;
        border: 1px solid #979797;
        border-top: none;
    }

    .header-right .search-header input:focus {
        background-color: #fff;
        border: none;
    }

    .header-right .search-header input {
        background: #fff;
        height: 40px;
        width: auto !important;


    }

    .header-right .search-header .btn-search {
        /*background: #fff;*/
        height: 40px;
        bottom: 4px;
        background-color: transparent;
        padding-right: 10px;
    }

    .header-right .search-header .btn-search::before {
        content: "";
        display: block;
        height: 30px;
        background: #e0e0e2;
        position: absolute;
        right: 47px;
        width: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header-right .logo {
        padding-bottom: 10px;
        /*margin-top: 0;*/
        /*width: 152%;*/
        display: block;
        margin-top: 5px;
        /*border-bottom: 1px solid #ececec;*/
    }

    .header-left .btn-login, .mini-cart-header {
        display: none;
    }

    .responsive-header-left {
        display: block;
        position: relative;
        float: left;
        margin-top: -10px;
        color: #929292;
        font-size: 35px;
        padding-left: 0;
        top: 48px;
    }

    .responsive-header-left .btn-login-responsive {
        background: #fff;
        color: var(--BackgroundColor);
        outline: none;
        cursor: pointer;
        height: 40px;
        font-size: 30px;
        float: left;
    }

    .cart-count {
        font-size: 11px;
        line-height: 17px;
        color: #fff;
        height: 20px;
        width: 20px;
        background-color: #ef394e;
        text-align: center;
        vertical-align: middle;
        border-radius: 6px;
        font-weight: 900;
        border: 2px solid #fff;
        position: absolute;
        bottom: -5px;
        right: -10px;
    }

    .responsive-header-left .mini-cart-header-responsive:hover .mini-cart-dropdown {
        opacity: 1;
        visibility: visible;
        transition: all 0.1s ease-in;
    }

    .responsive-header-left .mini-cart-header-responsive {
        float: right;
        padding-left: 10px;
        cursor: pointer;
        font-size: 30px;
        height: 40px;
        color: var(--BackgroundColor);
    }

    /*.responsive-header-left .question-faq {*/
    /*    background: #fff;*/
    /*    color: #424750;*/
    /*    position: absolute;*/
    /*    top: -59px;*/
    /*    left: 0;*/
    /*    height: 30px;*/
    /*    cursor: pointer;*/
    /*    outline: none;*/
    /*}*/

}


@media (max-width: 992px) {
    .header-right .search-header {
        height: 34px;
    }
    .header-right .search-header input {
        height: 34px;
    }


}


@media (max-width: 768px) {

    .footer-inner-box {
        height: 60px;
    }


    header {
        height: 0!important;
    }

    .main-pt {
        padding-top: 0 !important;
    }


    .info-page-faq .content-info-page {
        padding: 0 0;
        margin: 0;
    }

    .footer-social {
        margin-top: 0 !important;
    }

    .header-right {
        margin-right: 0 !important;
    }

    .header-right .logo {
        width: 100% !important;
    }

    .header-right .search-header {
        position: relative;
        left: 0 !important;
    }

    .responsive-header-left {
        margin-left: 0 !important;
    }

    .footer-inner-box a {
        text-decoration: none;
        text-align: center;
        display: inline-block;
        float: none;
        width: 43px;
    }

    .info-page-faq .content-info-page .box-rounded-content {
        padding: 0 10px;
    }

    .header-right .search-header .search-result ul.search-result-most-view li {
        border: none;
        background-color: #f5f5f5;
    }

    .header-right .search-header {
        height: 34px;
    }

    .header-right .search-header input {
        height: 33px;
    }

    .header-right .search-header .btn-search::before {
        -webkit-transform: none;
        transform: none;
        top: 17%;
    }


    .header-right .search-header .btn-search {

        bottom: 0;
    }

    .responsive-header-left {

        top: 40px;
        margin-top: 0;
    }

    .fa-industry, .fa-sort-amount-asc {
        color: #fff !important;
    }



}


@media (max-width: 576px) {
    .img-footer-badge{
        width: 100% !important;
        height: 49px !important;
    }


    .header-right {
        margin-top: 0 !important;
    }

    .responsive-header-left {
        display: block !important;
        padding-left: 15px;
    }

    .header-right .search-header .search-result {
        /*right: -15px !important;*/
    }

    /* استاندارد */

    .fa-calculator, .fa-calendar {
        color: #fff;
    }

    footer .footer-form {

        margin-top: 0 !important;

    }

    footer .more-info {

        padding: 0 0 !important;
    }


    .sidebar .nav-categories li a {
        font-size: 13px !important;
    }

    .info-page-cover {
        height: 220px !important;
    }

    .header-right .search-header .search-result {
        width: 104vw;
        margin-top: 10px;
    }

    .middle-bar-footer .footer-links {
        text-align: center;
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    /*.carousel-control-prev, .carousel-control-next {*/
    /*    top: 20px !important;*/
    /*}*/

    .middle-bar-footer .footer-links {
        /*padding: 0 !important;*/
    }


    .col-lg-3.col-md-3.col-xs-3.pull-left.headContent {
        width: 30%;
    }

    .col-lg-9.col-md-9.col-xs-9.pull-right {
        width: 70%;

    }

    .header-right .logo img {
        margin-right: 50% !important;
    }

    /*.adplacement .item-adplacement.itemnews img {*/
    /*    height: auto;*/
    /*}*/

    .middle-bar-footer {
        margin-top: 0 !important;
    }

    .middle-bar-footer .col-xs-12 {
        padding: 0;
    }

    footer {
        margin-top: 0;
        padding-left: 0 !important;
        padding-right: 0!important;
        margin-bottom: 50px !important;
    }
    .footer-links b {
        font-size: small;
    }

}


@media (min-width: 768px) {
    .sc-bottom-bar{
        display: none !important;
    }
}





