.shadowAnimation::before {
    content: " ";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #fff, #e8e8e870 50%, #fff);
    -webkit-animation: mymove .9s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: AnimationAfterLoadingImg .9s cubic-bezier(.4, 0, .2, 1) infinite
}

.shadowAnimationSlider::before {
    content: " ";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #e8e8e870 50%, transparent);
    -webkit-animation: mymove .9s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: AnimationAfterLoadingImg .9s cubic-bezier(.4, 0, .2, 1) infinite
}

.shadowAnimation.no-after:before {
    content: none;
}

.shadowAnimationSlider.no-afterSlider:before {
    content: none;
}

.lazy {
    display: block !important;
    overflow: hidden !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    color: transparent !important;
}

.lazySlider {
    display: block !important;
    overflow: hidden !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    color: transparent !important;
}

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

.logo .shadowAnimation{
    display: inline-block;
}

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

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

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

*,
*::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;
    scroll-behavior: smooth;
}

a:visited {
    color: unset;
}

a:active {
    color: unset;
}

a:link {
    color: unset;
}

ul {
    padding-right: 0;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #2b2b2b #d1d1d1;
}

*::-webkit-scrollbar {
    width: 8px;
}

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

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

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

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

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

ul {
    list-style: none;

}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(117, 117, 117, 0.29);
    z-index: 1001;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==");
    opacity: 0.6;

}

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

.sidebar .nav-header {
    display: flex;
    justify-content: center;
    height: 10%;
}

.sidebar .nav-header {
    display: block;
    height: 64px;
    border-bottom: 1px solid #e4e4e4;
}

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

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

.sidebar .nav-header .logo-wrap .logo-icon img {
    width: 180px;
    z-index: 9999;
    display: block;
    position: relative;
}

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

.sidebar a {
    cursor: pointer;
}

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

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

.core-menu li:not(:hover) ul.did-fade-in {
    animation: fade-out 0.5s !important;
    display: block;
}

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

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


: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;
}


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

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

ul ul {
    margin-bottom: 0;
}

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

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;
}

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

.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)) {
}

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

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

   

    body {
        min-width: 992px !important;
    }
}

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


.fa-close-menu-responsive {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 26px !important;
}

.ul-item-product-responsive-menu {
    display: flex;
    flex-wrap: wrap;
    height: 75%;
    overflow-y: scroll;
    margin-top: 15px;
    overflow-x: hidden;
}

.item-main-product {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 48vw;
    height: 9vh;
}

.li-item-icon-menu-responsive {
    position: unset !important;
}

.ico-regularspan {
    color: #000;
}

.li-two-sub-menu .item-main-product {
    width: 25vw;
}

.li-two-sub-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    margin-top: 10px;
}


.ul-item-product-responsive-menu .li-item-icon-menu-responsive .item-main-product i {
    text-shadow: 1px 1px #A6A6A6;
    color: #FFCB00 !important;
}

.ul-item-product-responsive-menu li ul li i {
    text-shadow: 0 1px #A6A6A6 !important;;
    color: #FFCB00 !important;
}

.ul-item-product-responsive-menu .li-item-icon-menu-responsive .item-main-product span {
    color: #807147 !important;
}


.fa.fa-angle-down.fa-close-menu-responsive {
    position: absolute;
    top: 27px;
    left: 25px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    z-index: 1;
    font-size: 25px;
}

.headItemIconMenuResponsive {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    height: fit-content;
    padding-bottom: 10px;
    position: sticky;
    top: 0;
}


.subUlLiMenuResponsive {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 70%;
    justify-content: center;
    align-content: unset;
}


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

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

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

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

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

*,
*::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;
    scroll-behavior: smooth;
}

a:visited {
    color: unset;
}

a:active {
    color: unset;
}

a:link {
    color: unset;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #2b2b2b #d1d1d1;
}

*::-webkit-scrollbar {
    width: 8px;
}

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

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

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

footer .more-info .about-site {
    margin-top: 0 !important;
}

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

}


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

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

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


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

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

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

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

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.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;
}

.footer-inner-box {
    height: 92px;
    float: right;
    margin-top: 10px;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #c5c4c4;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.footer-inner-box a {
    text-decoration: none;
    width: 85px;
    display: inline-block;
}

.footer-inner-box a img {
    width: 80px;
    height: 84px;
}


.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;
    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: 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;
}

.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;
}

.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-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;
}

.core-menu li:not(:hover) ul.did-fade-in {
    animation: fade-out 0.5s !important;
    display: block;
}

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

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


: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;
}


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

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

b {
    font-weight: bolder;
}

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

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

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

.col-12, .col-lg-6 {
    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: 992px) {

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.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)) {
}

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

@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;
    }
}

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


@keyframes go-to-right-panel-owner {
    from {
        left: -200px;
    }
    to {
        left: -6px;
    }
}

@keyframes go-to-left-panel-owner {
    from {
        left: -6px;
    }
    to {
        left: -200px;
    }
}

@media (max-width: 1400px) {
    .pageSliderDollar {
        margin-right: 0 !important;
        margin-top: -4px !important;
    }

    .zoomWrapper img {
        max-width: 100%;
    }
}

@media (max-width: 1200px) {


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

    .tdhead:nth-child(3),
        /* استاندارد */
    .tdzir:nth-child(3) {
        display: none;
    }


    .tdhead:nth-child(4),
        /* طول */
    .tdzir:nth-child(4) {
        display: none;
    }

    .tdhead:nth-child(5),
        /* طول */
    .tdzir:nth-child(5) {
        display: none;
    }

    .tdhead:nth-child(6),
        /* توضیحات بیشتر */
    .tdzir:nth-child(6) {
        display: none;
    }


    .tdzir {
        font-size: 12px;
    }

    .tdhead {
        font-size: 15px;
        font-weight: bold;
    }


    .se span {
        font-size: 13px;
        color: #fff;
    }

    .se h2 {

        font-size: 16px;
    }

    .hash {
        font-size: 25px;
    }

    .listing-header {
        display: none;
    }

    .pageSliderDollar {
        width: 150px;
        margin-right: 0;
        margin-top: 0;
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 999999999;
        text-align: left;
    }

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

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

    .nav-btn {
        display: block;
        margin-top: 4px;
        right: 4px;
    }

    .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;
    }

    .responsive-header-left .btn-login-responsive .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;
    }

    .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 .btn-login-responsive a {
        color: var(--BackgroundColor);
    }

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

    .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;*/
    /*}*/
    .responsive-header-left .question-faq span {
        position: relative;
        top: 0;
    }

    .info-page-cover .info-page-search {
        width: 100%;
    }

    .info-page-cover .info-page-search .info-page-input-search {
        width: 99%;
        height: 43px;
        margin-top: 1px;
        padding-left: 90px;
    }

    .info-page-cover .info-page-search .btn-info-page-search {
        position: absolute;
        left: 0;
        border-radius: 8px 0 0 8px;
    }

    .checkout-price-options-row .checkout-price-options-form-field {
        width: 100%;
    }

    .checkout-price-options-row .checkout-price-options-form-button {
        width: 100%;
    }

    .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }

    .widget-product .product-carousel .owl-item:hover, .brand-slider .owl-carousel .owl-item:hover {
        /*transform: translateY(-2px);*/
        /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);*/
    }

    .profile-stats .table-orders {
        display: none;
    }

    .product-box-profile {
        display: block;
    }

    .profile-stats .table-orders, .order-end, .profile-table {
        display: none;
    }

    .page-profile-order {
        display: none;
    }

    .page-profile {
        display: block;
    }

    footer .footer-address .footer-contact ul li a.phone-contact::before {
        content: "";
        width: 0;
        height: 0;
    }

    footer .footer-address .footer-contact ul li.email-title {
        margin-right: 0;
    }

}


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

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

    header .header-search {
        display: none;
    }

    .pd-0 {
        padding: 0;
    }

    .chartRightIndex {
        margin-bottom: 12px;
    }

    #main .account-box {
        margin-top: 5%;
    }

    .remodal-fmcg-container .remodal-fmcg-content .remodal-fmcg-actions .js-fmcg-modal-reject {
        margin-right: 0 !important;
    }

    footer .footer-form form {
        width: 100%;
    }

    .toggle-box {
        padding: 20px 50px 20px 10px;
    }

    .toggle-box-active > ul > li.has-sub > a::before {
        position: absolute;
        right: 11px;
        top: 44px;
    }

    .toggle-box-active > ul > li.has-sub > a::after {
        position: absolute;
        right: 20px;
        top: 35px;
    }

    .headline-profile {
        margin-top: 125px;
    }

    .table-draught-col {
        width: 100% !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        border-top: 1px solid #f1f1f1;
    }

    .btn-modify {
        margin-right: 0 !important;
        margin-top: 15px;
        display: block;
        text-align: center;
        margin-left: 0 !important;
    }

    .table-draught-row {
        border-top: none !important;
    }

    .table-draught {
        margin-bottom: 0;
    }

    .profile-comment-thumb {
        width: 100% !important;
    }

    .profile-stats .profile-recent-fav {
        width: 100%;
    }

    .profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-rating {
        display: inline-block;
        width: 100%;
    }

    .profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-img {
        text-align: center;
        width: 100%;
        display: grid;
    }

    .profile-stats .profile-recent-fav .profile-comment .profile-comment-content {
        width: 100% !important;
    }

    .page-profile {
        margin-top: 20px;
    }

    .page-profile {
        margin-top: 125px;
    }

    .profile-stats .profile-recent-fav a {
        float: none;
        text-align: center !important;
    }

    .profile-stats .profile-recent-fav .img-profile-favorites, .profile-recent-fav-col, .profile-recent-fav-price, .profile-wishlist {
        width: 100% !important;
        text-align: center;
    }

    .headline-profile-favorites {
        margin-top: 10px;
    }

    .remodal-overlay .remodal .middle-container .form-checkout .form-checkout-valid-row {
        width: 100%;
    }

    .header-filters .remodal-search-advanced .remodal-page-main .remodal-page-content .filter .toggle-box {
        padding: 20px 50px;
    }

    .listing-counter {
        display: none;
    }

    .product-gallery {
        text-align: center;
    }

    .zoomWrapper {
        width: 100% !important;
        text-align: center;
    }

    .swiper-container {
        display: block;
    }

    .article .footer .btn-like {
        display: block;
        margin: 15px auto;
    }

    .form-auth-row-product {
        margin-top: 0;
        margin-right: 25px;
    }

    .btn-tertiary {
        margin-bottom: 25px;
    }

    .js-add-answer-btn {
        float: right;
    }

    .profile-stats .profile-recent-fav .profile-recent-fav-col {
        margin-top: 20px !important;
    }

    .checkout-order-info .order-info .btn-following-order {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .checkout-order-info .order-info .btn-following-order button {
        text-align: center;
    }

    .amazing-product img {
        display: none;
    }

    .amazing-section .container-amazing {
        background: none;
    }

    .amazing-section .container-amazing .amazing-product {
        display: none;
    }

    .widget-product .card-header-amazing {
        display: block;
        color: #fff;
    }

    .widget-product .card-header-amazing a.card-title {
        float: left;
        color: #fff;
    }


}


@media (max-width: 768px) {
    .links-col:first-child{
        display: none !important;
    }
    .links-col:last-child{
        display: none !important;
    }
    .priceProduct{
        min-width: 125px;
        text-align: center;
    }
    .header-profile-dropdown-actions .header-profile-dropdown-action-container a.header-profile-dropdown-action-link {
        font-size: 12px;
        line-height: 1.833;
        padding: 10px 20px;
        color: #424750;
        display: block;
        float: right;
        width: 100%;
        transition: .2s;
    }
    #owl-home-slider.owl-carousel .owl-nav .owl-prev, #owl-home-slider.owl-carousel .owl-nav .owl-next {
        display: none !important;
    }
    
    .ul-two-sub-menu.li-two-sub-menu-0.floatingUl {
        overflow: auto !important;
    }

    .col-lg-8.col-md-8.col-xs-8.pull-right.navbarSearch {
        display: none !important;
    }

    .col-lg-9.col-md-9.col-xs-9.pull-right.iconHead {
        display: none;
    }

    #resultCategoryFeatureAjax {
        height: 71%;
        overflow-y: auto;
    }

    #resultCompanyAjax {
        height: 75%;
        overflow-y: auto;
    }

    .resFooterItemMag {
        position: relative !important;

    }

    .main .main-content .topics .topics-content .masonry-gallery-item {
        position: unset;
    }

    .svg-goo-menu {
        display: block;
        height: 0;

    }

    .hoverElement {
        height: 100% !important;
    }

    header {
        display: none;
    }

    footer {
        /*line-height: 0;*/
    }

    .copy-right-footer {
        padding-bottom: 7%;
    }

    .selenium-next-step-shipping {
        width: 70% !important;
    }

    .sidebar .nav-header .logo-wrap {
        margin-right: 0 !important;
        border: none !important;
    }

    .auth-error {
        font-size: 12px;
    }

    .nav-header {
        width: 100%;
        margin: 0 auto;
        display: flex !important;
    }


    /*.widget-product .owl-carousel .owl-nav .owl-prev,.widget-product .owl-carousel .owl-nav .owl-next {*/
    /*    !*width: 35px!important;*!*/
    /*    !*height: 50px!important;*!*/
    /*}*/
    /*.widget-product .owl-carousel .owl-nav .owl-prev i,.widget-product .owl-carousel .owl-nav .owl-next i{*/
    /*    font-size: 27px !important; */
    /*}*/
    /*#owl-home-slider.owl-carousel .owl-nav .owl-prev, #owl-home-slider.owl-carousel .owl-nav .owl-next {*/
    /*    width: 35px!important;*/
    /*    height: 50px!important;*/
    /*}*/
    /*#owl-home-slider.owl-carousel .owl-nav .owl-next i, #owl-home-slider.owl-carousel .owl-nav .owl-prev i {*/
    /*    font-size: 27px !important;*/
    /*}*/
    footer .footer-form span.newslitter-form {

        margin-bottom: 0 !important;
    }

    .sliderlink ul li a h3 {
        margin-top: 0;
        margin-bottom: 6px;
        padding: 0 5px;
    }

    #owl-home-slider, #owl-home-slider img {
        height: 200px !important;
        max-height: 200px !important;
        min-height: 200px !important;
    }


    .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 {
        padding-right: 0;
        padding-left: 0;
    }


    .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 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


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


    .right-to-left {
        animation: go-to-right-panel-owner 1s;
        animation-fill-mode: forwards;
    }

    .left-to-right {
        animation: go-to-left-panel-owner 1s;
        animation-fill-mode: forwards;
    }


    .header-profile-dropdown-user-img-subProfile {
        padding-right: 6px;
        margin-left: 6px;

    }

    .user-profile-avator-responsive-subProfile {
        width: 50px;
        height: 50px;
        border: 1px solid var(--BackgroundColorSecound);
        border-radius: 50%;
    }

    .header-profile-dropdown-account-item-title-subProfile {

    }

    .header-profile-dropdown-user-name-subProfile {
        display: flex;
        flex-direction: column;
    }

    .header-profile-dropdown-user-profile-link-subProfile {
        font-size: 12px;
        padding-top: 6px;
    }

    .header-profile-dropdown-user-name-subProfile a span {
        font-size: 10px;

    }

    .header-profile-dropdown-user-subProfile {
        display: flex;
        align-items: center;
        background-color: #dfdfdf;
    }

    .header-profile-dropdown-account-item-subProfile {
        display: flex;
        justify-content: space-between;
        font-size: 10px;
        padding: 7px 20px;
    }

    .subProfile {
        width: 190px;
        height: 165px;
        background-color: #f0f0f0;
        position: absolute;
        bottom: 80px;
        left: -200px;
        z-index: 99;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }


    .titrItemNews {
        position: relative !important;
    }

    .titrItemNews h5 {
        position: absolute;
        width: 100%;
    }

    .sidebar.open {
        bottom: 0;
        -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
        box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
        opacity: 1;
    }

    .display-md-none {
        display: none;
    }

    .adplacement .item-adplacement {
        width: 100% !important;
        height: 100% !important;
    }

    .adplacement .item-adplacement.itemnews {
        width: 100% ;
        height: auto ;
    }

    .adplacement .item-adplacement img {
        width: 100% !important;
        height: auto !important;
    }

    .adplacement .item-adplacement.itemnews img {
        width: 100% !important;
        height: auto !important;
    }

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

    #owl-home-slider {
        height: 20vh;
    }

    #owl-home-slider .shadowAnimationSlider img {
        height: 20vh;
    }


    header {
        height: 0 !important;
    }

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


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

    .searchSliderRow .searchSliderSelect {
        width: 200px !important;
    }

    .searchSliderButton {
        width: 200px !important;
        line-height: initial;
        display: unset !important;
    }

    .searchSliderButton span {
        font-size: 12px !important;
    }

    .searchSliderRow .dropdown {
        margin: 0 0 3px 0 !important;
    }


    .searchSliderText {
        font-size: 12px !important;
        margin-bottom: 0;
    }

    .searchSliderRow .searchSliderSelect {
        font-size: 11px !important;
    }

    .searchSliderRow {
        flex-direction: column;
        align-items: center;
        margin-top: 5px !important;
    }

    .sliderlink {
        display: block !important;
        float: right;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        background-color: unset !important;
    }

    .sliderlink ul {
        padding: 0;
        list-style: none;
        /*float: right;*/
        margin-right: -8px !important;
        margin-left: -8px !important;
    }

    .sliderlink ul li {
        width: 20% !important;
        background-color: #e8e8e8!important;
        float: right;
        margin: 6px;
        --i: var(--light, 0);
        --not-i: calc(1 - var(--i));
        --j: var(--press, 0);
        --not-j: calc(1 - var(--j));
        z-index: var(--i);
        border: none;
        transform: scale(calc(1 - var(--j) * .02));
        box-shadow: calc(var(--not-j) * -0.25em) calc(var(--not-j) * -0.25em) 0.25em rgba(252, 252, 252, var(--not-j)), calc(var(--not-j) * 0.25em) calc(var(--not-j) * 0.25em) 0.25em rgba(210, 218, 230, var(--not-j)), inset calc(var(--j) * 0.25em) calc(var(--j) * 0.25em) 0.25em rgba(210, 218, 230, var(--j)), inset calc(var(--j) * -0.25em) calc(var(--j) * -0.25em) 0.25em rgba(252, 252, 252, var(--j)) !important;
    }

    .sliderlink ul li i::before {
        color: var(--BackgroundColorSecound) !important;
    }


    .sliderlink ul li:hover {
        margin-top: 0 !important;
    }

    .sliderlink ul li a i {
        padding: 0 !important;
    }

    .sliderlink ul li a {
        display: block !important;
        text-align: center !important;
        border-radius: 7px !important;
        font-size: 12px !important;
        word-spacing: -2px !important;
        padding: 0 0 4px 0 !important;
    }

    .sliderlink ul li a img {
        width: 45%;
        padding: 9px;
        background-color: unset;
    }


    .sliderlink ul li a span {
        display: block !important;
        font-size: 10px !important;
        padding-top: 0;
        font-weight: 0;
    }

    .ico-regular::before {
        font-size: 9vw !important;
    }

    .productsIndex .col-lg-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-top: 0 !important;
    }

    .content-floating-button {
        width: 100% !important;
        height: 100% !important;
        background-color: #fff !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;

        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .toolBoxHead p {

        background: var(--BackgroundColor) !important;

    }

    .experts {
        display: none;
    }

    .headPic, .picSliderDown {
        display: none;
    }

    .main-slider {
        margin-top: 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;
    }

    .nav-btn {
        right: 3px !important;
    }

    .main-slider {
        border-radius: 18px;
        margin-bottom: 10px;
        box-shadow: 0 12px 14px 0 rgba(0, 0, 0, .12);
    }

    .responsive-header-left .question-faq {
        position: absolute;
        top: -60px !important;
    }

    /*.widget-product .owl-carousel .owl-nav, .owl-next {*/
    /*    display: block;*/
    /*}*/
    .card {
        border: none !important;
    }

    .widget, .brand-slider {
        box-shadow: none;
        padding: 0;
        background: none;
    }

    .widget-product .product-carousel .item, .brand-slider .owl-carousel .item {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        border-radius: 5px;
        border: none;
        padding-bottom: 15px;
    }

    .widget-product span.title-one, .widget-product .title-super-markets {
        border-bottom: none !important;
        padding-bottom: 0;
        text-align: center;
        width: 100%;
    }

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

    .checkout-empty-inner-box a {
        margin-bottom: 10px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        float: none;
    }

    .page-aside {
        margin-top: 20px !important;
        border-radius: 5px;
    }

    .info-page_after-faq::after {
        content: "";
        width: 0;
        height: 0;
    }

    .question-not-found {
        background: none;
    }

    .question-not-found .question-not-found-title {
        float: right;
        color: #2a2a2a;
        text-align: right;
        font-size: 20px;
    }

    .question-not-found .info-page_contact-option {
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
        border-radius: 8px;
    }


    .question-not-found .info-page_contact-option .faq-send-message {
        margin-bottom: 20px;
        display: inline-block;
    }

    .content-expert-blockquote {
        padding: 0;
    }

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

    .content-expert-blockquote:before {
        content: "";
        background: none;
    }

    .content-expert-blockquote:after {
        content: "";
        background: none;
    }

    .profile-navbar, .page-profile {
        margin-top: 30px !important;
    }

    .headline-profile {
        margin-top: 15px !important;
    }

    .card-header {
        background: none;
    }

    #suggestion-slider .item a {
        background: #fff;
    }

    #suggestion-slider .item .price {
        background: #fff;
    }

    .js-products {
        margin-top: 0;
        width: unset !important;
        float: unset !important;
        padding: unset !important;
      

}
    .btn-cell-product .fa {
        color: #b9b9b985 !important;
    }
    .search-sidebar {
        display: none;
    }

    .header-filters {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }

    .profile-stats .profile-recent-fav .profile-comment .profile-comment-content .profile-comment-actions li .btn-helpful {
        float: none;
        margin-left: 0;
    }

    .edit-address-btn, .remove-address-btn {
        padding: 3px 10px;
        font: 12px var(--SiteFont);
    }

    .profile-user-history ul li .user-history-list-item {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .listing-header {
        display: none;
    }

    .product-guaranteed {
        display: none;
    }

    .product-feature-body .product-feature .product-feature-col {
        width: 100%;
        text-align: center;
    }

    .product-feature-body .product-feature .product-feature-col a span {
        width: 100%;
        text-align: center;
        display: block;
        float: none;
    }

    .product-feature-body .product-feature .product-feature-col img {
        float: none;
        margin-left: 0;
    }

    .product-feature-body .product-feature .product-feature-col a {
        float: none;
        margin-bottom: 15px;
    }

    .mask-text-product-summary:before {
        content: "";
        background: none;
    }

    .content-expert-summary {
        padding: 25px 50px 27px 50px;
    }

    .comments-summary-note button {
        width: 100%;
    }

    .article .footer {
        margin-top: 20px;
        float: right;
    }

    .p-tabs .box-tabs-main {
        width: 800px;
        overflow-x: scroll;
        display: block;
        overflow-y: hidden;
    }

    .p-tabs .box-tabs {
        font: 16px var(--SiteFont);
        margin: 0;
        width: 1078px;
    }

    .filter-item-main {
        float: right;
        overflow-y: hidden;
        width: 800px;
        overflow-x: auto;
    }

    ul.filter-items {
        font: 16px var(--SiteFont);
        margin-bottom: 0;
        width: 1400px;
        float: right;
    }

    ul.faq-filter-items {
        width: 1400px;
        float: right !important;
    }

    .widget .card-header, .brand-slider .card-header {
        padding-bottom: 15px;
        border-bottom: none;
        margin-bottom: 0;
    }

    .amazing {
        display: block !important;
    }

    ul.comments-item-rating li > .cell {
        display: block;
        padding: 10px 0 0 0;
        margin-top: 10px;
    }

    .banner {
        height: 80px;
    }

    .carousel-control-prev, .carousel-control-next {
        font-size: 25px !important;
    }

    .main-slider {
        border-radius: 3px !important;
    }

    .adplacement .itemnews {
        display: block;
        border-radius: 3px !important;
    }

    .adplacement .item-adplacement {

        border-radius: 3px !important;

    }

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

    .header-right .search-header .search-result ul.search-result-most-view li a i {
        /*display: none;*/
    }

    .product-ext-links {
        display: none;
    }

    .centerBottonProdoct {
        display: none !important;
    }

    .parentMailat {
        width: 90%;
        /*margin: 0 auto;*/
        background: #797979;
        color: #fff;
        border-radius: 3px;
        padding: 5px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5px;
    }

    .search-filter-remodal-close {
        position: absolute;
        top: 28px;
        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;
    }

    .modal-backdrop.show {
        z-index: 0;
    }

    .modal-dialog {
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .modal-content {
        width: 100%;
        position: absolute;
        top: 10%;
    }

    .remodal-list-sort {
        width: 90%;
    }

    .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;
    }

    .inner-box:hover .text-center {
        transform: translateY(-90px) !important;
        -webkit-transform: translateY(-90px) !important;
    }


    .slider-amazing .widget-product .product-carousel .owl-item, .brand-slider .owl-carousel .owl-item {

        margin-left: 5px !important;
        margin-right: 5px !important;

    }

    .btn-filter-advanced, .btn-filter-direction {
        height: 28px;
        max-height: 28px;
    }

    .header-filters .btn-filter {
        padding: 0;
    }

    .fa-industry {
        color: #fff !important;
    }

    .toolBoxHead {
        width: auto;
    }

    .mt-1, .my-1 {
        margin-top: 0 !important;
    }


    .header-filters {

        margin-bottom: 0;
    }

    .tdhead:last-child {
        text-align: right;
        padding-right: 40px;
    }

    .trhead {
        top: 99px;
    }

       
    
}


@media (max-width: 576px) {
    
    .main-container .mt1 {
        margin-top: 0 !important;
    }

    .owl-next, .owl-prev {
        display: none !important;
    }

    #owl-home-slider .owl-stage-outer {
        margin: 8px;
        border-radius: 8px;
    }

    header {
        display: none !important;
    }

    .updateDateNewsTitle {
        top: 68px !important;
    }


    .ul-item-product-responsive-menu .li-item-icon-menu-responsive .item-main-product span {
        font-size: 10px !important;
        text-align: center;
    }

    .sliderlink ul li a h3 {
        font-size: 10px !important;
    }

    .img-footer-badge {
        width: 100% !important;
        height: 49px !important;
    }

    .bestProduct {
        width: 200px !important;
        height: 200px !important;
    }


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

    .nav-btn {
        display: block !important;
    }

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

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

    .main-slider {
        margin-bottom: 0 !important;
    }

    .adplacement .item-adplacement {
        margin-bottom: 0 !important;
    }

    .header-filters {
        display: flex !important;
        margin-bottom: 0 !important;
        border: none !important;
        margin-top: 15px;
    }

    ul.listing-sort {
        display: block !important;
    }

    .listing-header {
        display: none !important;
    }

    .mt-1, .my-1 {
        margin-top: 0 !important;
    }


    .widget-product .product-carousel .item ins, .brand-slider .product-carousel .item ins {
        font-size: 16px;
    }

    .widget-product .card-header .view-all {
        display: none;
    }

    .remodal-overlay .remodal a.remodal-close {
        display: none;
    }

    .remodal-overlay .remodal a.close-profile-address {
        display: block;
    }

    .remodal-fmcg-container .remodal-fmcg-content .remodal-fmcg-actions .js-fmcg-modal-approve {
        margin-bottom: 10px;
    }

    .checkout-header-delivery-cost {
        display: none;
    }

    .add-to-sfl {
        line-height: 2 !important;
        text-align: right;
    }

    .cart-item-product-price {
        line-height: 2;
        text-align: right;
        font-size: 16px;
        float: none;
    }

    .selenium-next-step-shipping {
        margin-bottom: 15px;
    }

    .info-page-cover .info-page-search .btn-info-page-search {
        padding: 9px 20px;
    }

    .info-page-cover .info-page-search .info-page-input-search {
        font-size: 13px;
    }

    .middle-container {
        padding: 30px 30px 30px 30px !important;
    }

    .profile-return-message-link {
        font-size: 16px !important;
        width: 220px !important;
    }

    .profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb .profile-comment-img img {
        width: 140px;
    }

    .profile-stats .profile-recent-fav .profile-comment {
        padding: 15px;
    }

    .profile-stats .profile-recent-fav .profile-comment .profile-comment-thumb {
        padding: 0;
    }

    .profile-stats .profile-recent-fav .profile-comment .profile-comment-content {
        padding: 0;
        margin-top: 25px;
    }

    .form-legal-col .form-legal-fieldset .form-legal-item select {
        width: 100%;
    }


    .content-expert-feedback .content-expert-feedback-state .js-feedback-state-btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .content-expert-feedback-state {
        text-align: center;
    }

    .p-tabs .box-tabs {
        font: 16px var(--SiteFont);
        margin: 0;
        width: 1186px;
    }

    .checkout-empty-links .checkout-empty-link-urls a:first-child {
        margin: 0 !important;
        border: none !important;
    }

    .profile-user-history ul li .user-history-list-item-content {
        text-align: center;
    }

    .profile-user-history ul li .user-history-list-item-content .user-history-list-item-button-group {
        float: none;
    }

    .adplacement .item-adplacement {
        width: 100%;
    }

    header.shopping-page ul.checkout-steps li.is-completed:before {
        width: 106%;
    }

    header.shopping-page ul.checkout-steps li.is-active {
        width: 35%;
        font-size: 13px;
    }

    header.shopping-page ul.checkout-steps li.is-completed-active:after {
        width: 112%;
    }


    .search-filter-remodal-close {
        position: absolute;
        top: 28px;
        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;
        background: transparent;
        font-size: 25px;
        line-height: 1;
        padding: 5px;
        z-index: 100;
    }


    .content-info-page iframe {
        height: 50%;
    }

    .tdhead:nth-child(1),
        /* استاندارد */
    .tdzir:nth-child(1) {
        display: none;
    }

    .tdhead:nth-child(2),
        /* استاندارد */
    .tdzir:nth-child(2) {
        padding-right: 2px;
    }


    .tdhead:nth-child(10) {
        display: none;
    }

    /* استاندارد */
    .tdzir:nth-child(9) {
        max-width: 20%;
        width: 50%;

    }


    .modal-backdrop.show {

        z-index: 0;
    }

    .modal-dialog {
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .modal-content {
        width: 100%;
        position: absolute !important;
        top: 10%;
        z-index: 999;

    }

    .remodal-list-sort {
        width: 90%;
    }


    .product-carousel-slider .lazySlider {
        height: 48vh !important;
    }

    .panelBuyersIndex {


        width: 92% !important;
        margin-right: 16px !important;
    }

    .header-filters .btn-filter-advanced .fa {
        color: #fff;
    }

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

    .col-12 .header-filters .btn-filter-direction .fa {
        color: #fff;
    }

    .responsiveCloseFloat {
        padding-top: 0 !important;

    }

    footer .footer-form {

        margin-top: 0 !important;

    }

    footer .more-info {

        padding: 0 0 !important;
    }

    .trzir td {
        height: 5vh !important;
    }

    .tdzir:last-child {

        width: 58px;
    }

    .tdzir button {
        width: 26px !important;
        height: 26px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    header .header-inner {
        padding: 0 12px;
        text-align: center;
    }

    header .header-logo {
        float: right;
        padding-right: 8px;
        padding-left: 0;
    }


    .account-head-line {
        font: 20px var(--SiteFont) !important;

    }


    .toolBoxHead {
        width: 69% !important;
        height: 47px !important;
        margin: 0 auto;
        display: contents !important;
        background: red;

    }


    .header-filters .btn-filter {
        border-radius: 5px !important;
    }

    .modal-content {
        margin-top: 0 !important;
        position: static !important;
    }

    .toolBoxHead p {
        margin-top: 0 !important;
        max-width: 57px !important;
        max-height: 40px !important;
        margin-left: 6px !important;
        /*background: #b2c3d2 !important;*/

    }

    .toolBoxHead {
        background: transparent;
    }


    .widget-product .product-carousel .price > span:first-child {
        display: inline-block;
        font-size: 18px;
    }

    .widget-product .product-carousel .item .price-main {
        margin-left: 0;
    }


    .trzir td {
        /*font-size: 10px !important;*/
    }

    .tdzir a h3 {
        font-size: 10px !important;
        line-height: 20px !important;

    }


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

    .hash {
        font-size: 13px !important;
    }

    .se span {
        font-size: 11px;
        color: #fff;
    }

    .se h2 {
        width: auto !important;
        font-size: 11px !important;
    }

    .trhead .tdhead {

        font-size: 11px !important;

    }

    .trzir td a {

        /*font-size: 10px !important;*/
    }

    .modal-content {
        width: 100%;
        position: absolute;
        top: 15% !important;
    }

    .tdzir button {

        margin: 1px;
    }


    .cart-tab-main .page-content-cart .checkout-body .checkout-col-desc {

        display: flex !important;
        flex-direction: column !important;
        align-content: center !important;
        align-items: center !important;
    }


    .cart-tab-main .page-content-cart .checkout-body .checkout-col-desc a {
        width: 100% !important;
        padding: 5px !important;
        text-align: center !important;
    }

    .cart-tab-main .page-content-cart .checkout-body .col-thumb {

        margin-right: 40px !important;
    }

    .cart-tab-main .page-content-cart .checkout-body .remove-from-cart {

        margin: 110px 0 !important;

    }

    .cart-tab-main .page-content-cart .checkout-body .checkout-col-desc {

        margin-right: 10px !important;

    }


    .pl5 {
        padding-left: 5px !important;
    }

    .pr5 {
        padding-right: 5px !important;
    }

    .floating-button-head .fa-times {
        margin-top: 20px;
    }

    .carousel-control-prev, .carousel-control-next {
        top: 0 !important;
    }

    .centerBottonProdoct {

        display: none !important;
    }

    .se h2 {
        font-size: 13px !important;
    }

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

    footer .footer-address .address-images {
        width: 100%;
        height: auto;
        float: left;
        line-height: 63px;
        display: block;
        text-align: center;
    }

    footer .footer-address {
        text-align: center;
    }

    footer .footer-address .footer-contact {
        width: 100%;
    }

    .widget-product .product-carousel .item .post-title, .brand-slider .product-carousel .item .post-title {
        height: 100px;
    }

    footer .footer-address .footer-contact ul li a {
        padding-left: 0;
    }

    footer .footer-address .footer-contact ul li {
        text-align: right;
    }

    .btn-cart-empty, .checkout-empty-inner-box, .swiper-products {
        display: none;
    }

    .cart-page {
        margin-bottom: 15px;
    }

    .dk-btn {
        font-size: 14px;
    }

    .dk-btn:before {
        width: 70px;
    }

    .profile-stats .table-orders, .order-end, .profile-table {
        display: none;
    }

    .profile-navbar-back-alignment {
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }

    .profile-navbar-back-alignment h4 {
        text-align: center;
        font-size: 15px !important;
    }

    .profile-navbar .profile-navbar-back-alignment a.profile-navbar-btn-back {
        margin-left: 7px;
    }

    .profile-navbar-invoice {
        display: block;
        width: 100% !important;
    }

    .profile-navbar-btn-invoice {
        width: 100% !important;
    }

    .banner {
        height: 50px !important;
    }

    .adplacement .item-adplacement img {
        /*height: 125px;*/
        object-fit: cover;
    }

    .adplacement .item-adplacement {
        width: 100%;
        height: auto;
        margin: 0 auto 10px;
    }

    .banner {
        display: none;
    }

    .carousel-indicators li {
        position: relative;
        top: 5px;
    }

    .form-legal-col .form-legal-fieldset .form-legal-item .input-number-card {
        width: 100%;
    }

    .form-legal-col .form-legal-fieldset .form-legal-item .check-btn {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }

    .shipment-page-container #address-section .checkout-contact .checkout-contact-location {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .feedback-survey-btn {
        display: none !important;
    }

    .p-tabs .tabs-content {
        padding: 35px 10px 35px 10px;
    }

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

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

    .middle-bar-footer .footer-links .links-col {
        display: inline-block;
        float: none !important;
        width: 49%
    }
    
    
    
    
    .se h2 {
        width: 0;
        font-size: 16px;
    }

    .profile-stats .profile-recent-fav .profile-recent-fav-col {
        width: 100%;
        text-align: center;
    }

    .profile-comment-status-review {
        margin-top: 20px !important;
        margin-bottom: 20px;
    }

    .form-legal-row-submit a.btn-default {
        width: 100%;
        display: block;
        margin: 15px auto;
    }

    .form-legal-row-submit button {
        width: 100%;
        padding: 13px 15px;
        text-align: center;
    }

    .checkout-time-table .additional-options-action-bar .checkout-additional-options-action-container ul.action-description li {
        border: none;
    }

    .profile-stats .profile-recent-fav .profile-comment .profile-comment-content .profile-comment-actions li {
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }

    .profile-user-history ul li .user-history-list-item img {
        margin-left: 0;
    }

    /*.carousel-control-prev, .carousel-control-next {*/
    /*    top: 20px !important;*/
    /*}*/
    .checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-post-time, .checkout-order-summary-col-how-to-send {
        width: 100%;
        margin-bottom: 15px;
    }

    .checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row .checkout-order-summary-col-shipping-cost {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .checkout-order-summary .checkout-order-summary-item .checkout-order-summary-header .checkout-order-summary-row i {
        width: 100%;
        text-align: center;
    }

    .footer-checkout-col {
        width: 100%;
    }

    .product-gallery img.zoom-img {
        position: absolute;
        right: 0;
    }

    .box-suppliers-headline-container a {
        display: none;
    }

    .faq-filter ul.faq-filter-items {
        float: none;
    }

    .product-box-container {
        margin: 0;
    }

    .product-box-container .product-box-compact {
        padding: 0;
    }

    .comments-summary {
        margin: 25px 0 60px;
    }

    ul.comments-list li {
        padding: 0;
    }

    .p-tabs .tabs-content {
        padding: 35px 0 35px;
    }

    .article {
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 20px;
    }

    .p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .selectric-wrapper {
        width: 100%;
    }

    .p_comparison .p_comparison-overflow .modal-dialog .form-compare-search .form-compare-search-col .ui-input {
        width: 100%;
    }

    .product-config table {
        margin-top: 0;
        width: 100%;
    }

    .product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal {
        width: 100%;
    }

    .product-comment .comments-add-row .comments-add-col-form {
        padding: 0;
    }


    .checkbox-dropdown {

        width: 135px !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;
    }

    .col-lg-12 .main-slider {
        margin-bottom: 5px !important;
    }

    .padding-right-zero {
        padding: 0 !important;
    }

    .padding-right-seven {
        padding: 0 !important;
    }

    .adplacement .col-xs-12 {
        margin-bottom: 5px;
    }

    .pr5 {
        margin-bottom: 5px !important;
    }

    .pl5 {
        margin-bottom: 5px !important;
    }


    .carousel-control-next {
        height: 60px !important;
    }

    .carousel-control-prev {
        height: 60px !important;
    }

    .carousel-control-next {
        width: 25px !important;

    }

    .carousel-control-prev {
        width: 25px !important;

    }

    .adplacement .pull-right .item-adplacement .product-page-index {
        height: auto;
        object-fit: cover;
    }

    /*.adplacement .item-adplacement.itemnews img {*/
    /*    height: auto;*/
    /*}*/
    .col-lg-10 .row .padding-left-zero {
        padding: 0;
    }

    .widget .card-header, .brand-slider .card-header {
        background: #fff;
        padding: 0 15px 15px !important;
    }


    /*.flickity .widget-product .owl-carousel .owl-nav .owl-prev, .brand-slider .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next, .brand-slider .owl-carousel .owl-nav .owl-next {*/
    /*    width: 35px !important;*/
    /*    height: 60px !important;*/
    /*}*/
    /*.widget-product .owl-carousel .owl-nav .owl-prev, .brand-slider .owl-carousel .owl-nav .owl-prev, .widget-product .owl-carousel .owl-nav .owl-next, .brand-slider .owl-carousel .owl-nav .owl-next {*/
    /*    width: 35px;*/
    /*    height: 60px;*/
    /*}*/
    .mt-2, .my-2 {
        margin-top: 0 !important;
    }

    .itemNewsForPhone {
        display: block !important;
    }

    .itemNewsForWindows {
        display: none !important;
    }

    .mpr2, .mpl2 {
        margin-bottom: 5px;
    }

    .amazing-section {
        margin-top: 0.2rem !important;
    }

    .productsIndex .col-lg-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin: 0;
    }


    .searchSliderContainer {
        top: 19% !important;
    }

    .hoverProductCateguryIndex {
        height: 98%;
        width: 95%;
    }

    .inner-box:hover .productCateguryIndex {
        transform: translateY(-100px) !important;
        -webkit-transform: translateY(-100px) !important;
    }

    .inner-box h5 {
        font-size: 1rem !important;
    }

    .btn-call-price-product {
        padding: 0;
    }

    .btn-filter-advanced, .btn-filter-direction {
        max-width: 46px;
        height: 28px;
        max-height: 28px;
        width: 46px;
    }

    .toolBoxHead p {
        max-width: 46px;
        height: 28px;
        max-height: 28px;
        width: 46px;
    }

    .header-filters .btn-filter {
        padding: 0 !important;
    }

    .header-filters {
        margin-top: 5px;
    }

    .col-12, .col-md-3, .col-md-8, .col-md-9, .col-lg-3, .col-lg-6, .col-lg-8, .col-lg-9 {
        min-height: 0 !important;
    }

    .btn-call-price-product span {
        font-size: smaller;
    }

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

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

    .js-products {
        margin-bottom: 0;
    }

    footer {
        margin-top: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 50px !important;
    }

    .footer-links b {
        font-size: small;
    }

    .trhead {
        top: 95px;
    }

    .tdhead:last-child {
        padding-left: 50px;
    }


    .hash {
        position: sticky;
        top: 0;
    }


    .slider-main .widget .product-carousel-main .owl-nav button {
        width: 45px !important;
    }

}


@media (min-width: 768px) {

    /*.svg-goo-menu {*/
    /*    display: none;*/
    /*    height: 0;*/
    /*}*/
    /*.sc-bottom-bar {*/
    /*    display: none !important;*/
    /*}*/
    /*.filter-shared-gooey-menu {*/
    /*    display: none;*/
    /*}*/
}



.middle-bar-footer .footer-links .links-col a.head-line {
    font: 14px iranyekan;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    text-align: right;
}

.middle-bar-footer .footer-links .links-col ul.links-ul li {
    text-align: right;
    margin-bottom: 1px;
}
.middle-bar-footer .footer-links .links-col ul.links-ul li a {
    color: #4b4b4b;
    text-decoration: none;
    font: 13px iranyekan;
    font-weight: 300;
}

