﻿:root {
    --base: #000000;
    --baseText: #ffffff;
    --second: #636466;
    --other: #bb993a;
    --otherText: #000000;
}
body, body * {
    font-family: Mjdinar;
}
/* =========== header-top =========== */
#NMYVWRLZRP.main-header .header-top[show=false] {
    display: none;
}
#NMYVWRLZRP.main-header .header-top {
    top: unset;
    margin-top: unset;
}
#NMYVWRLZRP.main-header .header-top .auto-container {
    display: flex;
    justify-content: space-between;
}
.is-fa #NMYVWRLZRP.main-header .header-top .auto-container{
    flex-direction: row-reverse;
}
#NMYVWRLZRP.main-header .header-top .top-left {
    font-size: 16px;
}
#NMYVWRLZRP.main-header .header-top .top-right[show=false] {
    display: none;
}
#NMYVWRLZRP.main-header .header-top .top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
#NMYVWRLZRP.main-header .header-top .top-right .list {
    float: unset;
    z-index: 1;
}
#NMYVWRLZRP.main-header .header-top .top-right .social-nav[show=false] {
    display: none;
}
#NMYVWRLZRP.main-header .header-top .top-right .social-nav {
    background: unset;
    border-radius: unset;
    padding: unset;
    display: flex;
    float: unset;
    column-gap: 10px;
    margin-right: 45px;
    margin-left: unset;
}
#NMYVWRLZRP.main-header .header-top .top-right .social-nav li {
    padding-left: unset;
    padding-right: unset;
}
#NMYVWRLZRP.main-header .header-top .top-right .social-nav li:first-child {
    padding-right: unset;
}
#NMYVWRLZRP.main-header .upper-column img,
#NMYVWRLZRP.main-header .social-nav img {
    overflow: hidden;
}
/* =========== header-upper =========== */
#NMYVWRLZRP .logo img {
    height: 60px;
    max-height: unset;
    object-fit: contain;
}
#NMYVWRLZRP.main-header .header-upper {
    top: unset;
    padding: 40px 0;
    background: #ffffff;
    color: #333;
    font-size: 10px;
}
#NMYVWRLZRP.main-header .info-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;

}
#NMYVWRLZRP.main-header .info-box li,
#NMYVWRLZRP.main-header .info-box strong {
    color: #333;
    font-size: 10px;
    margin-bottom: unset;
}
#NMYVWRLZRP.main-header .header-upper .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}
#NMYVWRLZRP.main-header .header-upper .logo-box {
    padding: unset;
}
#NMYVWRLZRP.main-header .header-upper .upper-right[show=false] {
    display: none;
}
#NMYVWRLZRP.main-header .header-upper .upper-right {
    padding-top: unset;
    display: flex;
    column-gap: 20px;
    justify-content: space-evenly;
}
#NMYVWRLZRP .upper-column.info-box {
    float: unset;
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    padding: 0;
    margin-right: unset;
    text-align: right;
}
#NMYVWRLZRP.main-header .info-box .icon-box {
    position: relative;
    margin: unset;
}
#NMYVWRLZRP.main-header .nav-outer {
    bottom: unset;
    top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* =========== header-lower =========== */
#NMYVWRLZRP.main-header .header-lower {
    position: absolute;
    width: 100%;
}
#NMYVWRLZRP .main-menu {
    float: unset;
}
#NMYVWRLZRP .main-menu .navigation > li > ul {
    border-top: 3px solid var(--other);
}
#NMYVWRLZRP .main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
#NMYVWRLZRP .main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#NMYVWRLZRP .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    left: 10px;
    right: unset;
    border: unset;
}
#NMYVWRLZRP .main-menu .navigation > li > ul,
#NMYVWRLZRP .main-menu .navigation > li > ul > li > ul {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
}
#NMYVWRLZRP.main-header .header-lower .outer-box {
    float: unset;
    display: flex;
    align-items: center;
}
#NMYVWRLZRP.main-header .search-box-btn {
    width: 35px;
    height: 35px;
    border: 1px dashed var(--other) !important;
}
#NMYVWRLZRP .search-box-outer {
    position: relative;
    float: unset;
    margin-left: 15px;
    overflow: unset;
}
#NMYVWRLZRP .search-box-outer .dropdown {
    direction: ltr !important;
}
#NMYVWRLZRP.main-header .search-box-outer .dropdown-menu {
    top: 47px;
    border-top: 3px solid var(--other);
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    max-width: 90vw;
}
#NMYVWRLZRP .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
#NMYVWRLZRP.main-header .search-panel input[type="search"] {
    padding: 7px 15px 7px 40px;
    border: 1px solid var(--other);
}
#NMYVWRLZRP.main-header .search-panel .search-btn {
    right: unset;
    left: 0;
}
#NMYVWRLZRP.main-header .search-panel .form-container {
    padding-right: unset;
}
#NMYVWRLZRP.main-header .search-panel .form-group {
    margin: 10px;
}
#NMYVWRLZRP.main-header .header-lower .outer-box .advisor-box[show=false] {
    display: none;
}
#NMYVWRLZRP.main-header .header-lower .outer-box .advisor-box {
    float: unset;
}
#NMYVWRLZRP.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    width: 30px;
}
#NMYVWRLZRP.main-header .header-lower .outer-box .advisor-box .advisor-btn {
    padding-right: 32px;
}
#NMYVWRLZRP.main-header .header-lower .outer-box .advisor-box .advisor-btn:before {
    color: var(--other);
    background-color: var(--base);
}
#NMYVWRLZRP.main-header .header-lower .outer-box .advisor-box .advisor-btn span {
    color: var(--other) !important;
}
#NMYVWRLZRP.main-header .search-box-btn,
#NMYVWRLZRP.main-header .main-menu .navigation > li > a {
    color: #ffffff;
    font-size: 16px;
}
#NMYVWRLZRP .navbar-collapse::-webkit-scrollbar-track {
	background-color: #F5F5F5;
	border-radius: 5px;
}
#NMYVWRLZRP .navbar-collapse::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
#NMYVWRLZRP .navbar-collapse::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: var(--other);
}

/* =========== sticky-header =========== */
#NMYVWRLZRP .fixed-header .sticky-header {
    display: block;
}
#NMYVWRLZRP .sticky-header .auto-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#NMYVWRLZRP .sticky-header .logo img {
    height: calc(120px - 5vmax);
}


#NMYVWRLZRP.main-header .header-top .top-right:before,
#NMYVWRLZRP.main-header .header-top .top-right:after,
#NMYVWRLZRP .main-menu .navigation > li:before {
    background-color: var(--other) !important;
}


@media only screen and (max-width: 1024px) {
    #NMYVWRLZRP.main-header .header-upper {
        padding-top: unset;
    }
    #NMYVWRLZRP.main-header .header-upper .auto-container {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    #NMYVWRLZRP.main-header .header-upper .upper-right {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1023px) {
    #NMYVWRLZRP.main-header .header-top .top-right {
        top: unset;
        padding-left: unset;
    }
    #NMYVWRLZRP.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}
@media only screen and (max-width: 1140px) {
    #NMYVWRLZRP .search-box-outer {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px) {
    #NMYVWRLZRP.main-header .header-lower .outer-box {
        left: 0;
        z-index: 14;
    }
    #NMYVWRLZRP .main-menu .navbar-header .navbar-toggle {
        border: 1px solid var(--other);
        background: var(--other);
    }
    
    #NMYVWRLZRP .main-menu .navbar-collapse>.navigation>li>a,
    #NMYVWRLZRP .main-menu .navbar-collapse>.navigation>li>a:active,
    #NMYVWRLZRP .main-menu .navbar-collapse>.navigation>li.current>a,
    #NMYVWRLZRP .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    #NMYVWRLZRP .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a,
    #NMYVWRLZRP .main-menu .navbar-collapse>.navigation>li>ul,
    #NMYVWRLZRP .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        background: var(--base);
    }
    
    #NMYVWRLZRP .main-menu .collapse.show {
        max-height: 350px;
        overflow: auto;
    }
    #NMYVWRLZRP .fixed-header .sticky-header .main-menu .navbar-collapse {
        position: absolute;
        min-width: 85vw;
        left: 0px;
        max-height: 80vh;
    }
}
@media (max-width: 576px) {
    #NMYVWRLZRP .header-top .auto-container {
        flex-wrap: wrap;
    }
    #NMYVWRLZRP.main-header .header-top .top-right .social-nav {
        justify-content: center;
        margin: unset;
    }
}
@media (max-width: 992px) {
    #NMYVWRLZRP [showmobile~=false] {
        display: none !important;
    }
}
[data-show=false]{
    display: none !important;
}#XAZHHDWUEJ .page-title:before {
    background-color: #000000;
    opacity: 70%;
}#NEGQCDCYFG {
    background-color:#ffffff;
    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0px 15px 0px 15px;
}
#NEGQCDCYFG.paralaxBg {
    background-attachment: fixed;
}
#NEGQCDCYFG [show="false false"],
#NEGQCDCYFG [show=false] {
    display: none;
}

#NEGQCDCYFG .rowSorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: unset;
}
.our-shop .items-sorting .results-column,
.our-shop .items-sorting .select-column {
    min-width: 230px;
}

.shop-item .inner-box .image img {
    height: 300px;
    object-fit: cover;
}
.rowProduct {
    display: flex;
    flex-wrap: wrap;
}
.styled-pagination li.prev a, .styled-pagination li.next a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.shop-item .inner-box .lower-content .price {
    font-size: 18px;
}
.colors {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid gray;
    color: gray;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#NEGQCDCYFG .offPercent:before {
    content: attr(percent);
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--other);
    left: 10px;
    top: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}#MMKWPBGMFI [show="false false"],
#MMKWPBGMFI [show=false] {
    display: none;
}
.cat-list-two {
  max-height: 300px;
  overflow-y: auto;
  padding-left: 10px;
}

.cat-list-two .items {
    padding-right: 25px;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
.ui-button.ui-state-disabled:hover,
.ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    font-weight: normal;
    color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    -ms-touch-action: none;
    touch-action: none;
}
.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: 4px;
}
.range-slider-one .ui-slider .ui-slider-range {
    top: 10px;
}
.filter .sidebar-title {
    margin-bottom: 25px;
}
.cat-list-two li a:before {
  content: unset;
}
.switch_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
input[type="checkbox"].switch_1{
    font-size: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.6em;
    height: 1.5em;
    background: #ddd;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input[type="checkbox"].switch_1:checked{
    background: var(--other);
}
input[type="checkbox"].switch_1:after{
    position: absolute;
    content: "";
    width: 1.9em;
    height: 100%;
    border-radius: 3px;
    background: var(--otherText);
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
    box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}  
input[type="checkbox"].switch_1:checked:after{
    left: calc(100% - 1.9em);
}

.widget-drop .sidebar-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.widget-drop .sidebar-title i {
    color: var(--other);
    transition: .5s all;
}
.widget-drop .sidebar-title[aria-expanded=true] i {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.prices {
  display: flex;
  align-items: center;
}
.range-slider-one .title:before {
  content: unset;
}
.range-slider-one .input {
    float: unset;
    left: unset;
    max-width: unset;
    padding-left: unset;
    padding-right: 10px;
}
.btn-filter-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  bottom: 20px;
  z-index: 1;
}
.drop-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #cccccc;
    min-height: 35px;
}
.drop-list .noData {
  padding-top: 5px;
  position: absolute;
  display: none;
  justify-content: center;
  left: 0;
  right: 0;
}
.cat-list-two::-webkit-scrollbar,
.drop-list::-webkit-scrollbar {
  width: 5px;
}

.cat-list-two::-webkit-scrollbar-track,
.drop-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.cat-list-two::-webkit-scrollbar-thumb,
.drop-list::-webkit-scrollbar-thumb {
  background: #888;
}

.cat-list-two::-webkit-scrollbar-thumb:hover
.drop-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.color-box {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 2px #ccc;
}
.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  margin: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 1;
}
.cbx.c-hide {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
.cbx:hover {
  background: rgb(246 247 249);
}

.cbx span {
  line-height: 18px;
}
.cbx span.cbxBox {
  position: relative;
  width: 18px;
  height: 18px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cbx:hover span.cbxBox {
  border-color: var(--other);
}
.cbx span.cbxBox svg {
  fill: none;
  stroke: var(--otherText);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.inp-cbx {
  position: absolute;
  visibility: hidden;
}
.cbx .inp-cbx:checked + span.cbxBox {
  background: var(--other);
  border-color: var(--other);
  animation: wave 0.4s ease;
}
.cbx .inp-cbx:checked + span.cbxBox svg {
  stroke-dashoffset: 0;
}
.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}#AQVZOARIIO {
    background-color:#ffffff;
    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
}
#AQVZOARIIO.paralaxBg {
    background-attachment: fixed;
}
#AQVZOARIIO [show=false],
#AQVZOARIIO [show="false false"],
#AQVZOARIIO [showUnder=false]:after {
    display: none;
}
#AQVZOARIIO .sidebar-title.text-center h2:after {
    left: 0;
    margin: 0 auto;
}
#AQVZOARIIO .sidebar-title.text-left    h2:after {
    right: unset;
    left: 0;
}
#AQVZOARIIO img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}
#AQVZOARIIO .post-thumb.offPercent:before {
    content: attr(percent);
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: var(--other);
    left: 5px;
    top: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
#AQVZOARIIO.sidebar .related-posts .post {
    width: 100%;
}
#AQVZOARIIO.sidebar .related-posts .post {
    padding-right: calc(70px*1.1);
    min-height: 100px;
    height: 100px;
}
#AQVZOARIIO.sidebar .related-posts .post .post-thumb {
    width: 70px;
}#ENNOFWFEIP #maher_cp a {outline: none !important;text-decoration: none !important;}
#ENNOFWFEIP .maher_group img {filter: grayscale(100%);opacity: 0.7;transition: 0.35s;height: 18px;}
#ENNOFWFEIP .maher_group:hover img {filter: grayscale(0%);transition: 0.35s;opacity: 1;height: 24px;}
#ENNOFWFEIP .maher_group a.before {color: #8c8c8c;font-weight: bold;transition: 0.35s;transition-timing-function: ease;transition-timing-function: ease;transition-timing-function: ease-in-out;
    transform: translate(-150px,-9px);display: inline-block;font-size: 7.5pt;}
#ENNOFWFEIP .maher_group {position: relative;overflow: hidden;width: 150px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;
	display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-align-items:center;-o-align-items:center;align-items:center;height:34px;}
#ENNOFWFEIP .maher_group.align-left {-webkit-justify-content: flex-end;moz-justify-content: flex-end;ms-justify-content: flex-end;
    o-justify-content: flex-end;justify-content: flex-end;}
#ENNOFWFEIP .maher_group.align-left .img {order: 2;}
#ENNOFWFEIP .maher_group:hover a.before {transform: translate(6px,-9px);transition: 0.35s;transition-delay: 0.8s;transition-timing-function: ease;}
#ENNOFWFEIP .maher_group a.after {font-size: 7pt;color: #8c8c8c;position: absolute;left: 28px;bottom: 10px;transition: 0.35s;}
#ENNOFWFEIP .maher_group.align-left a.after {left: 28px;}
#ENNOFWFEIP .maher_group.align-right a.before {transform: translate(150px,-9px);}
#ENNOFWFEIP .maher_group.align-left a.before {transform: translate(-150px,-9px);}
#ENNOFWFEIP .maher_group.align-right:hover a.before {transform: translate(-5px,-9px) !important;}
#ENNOFWFEIP .maher_group.align-left:hover a.before {transform: translate(6px,-9px) !important;}
#ENNOFWFEIP .maher_group.align-right a.after {right: 28px;}
#ENNOFWFEIP .maher_group:hover a.after {bottom: 2px;transition: 0.2s;font-size: 7.8pt;}

#ENNOFWFEIP .bottombar{direction:rtl;}
#ENNOFWFEIP .scroll-to-top1 {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
#ENNOFWFEIP .scroll-to-top1:hover {
    background-color: var(--other);
    color: var(--otherText);
}