﻿: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;
}#BKRONPTRTN .page-title:before {
    background-color: #000000;
    opacity: 70%;
}#DZSAFBXTSU [show=false],
#DZSAFBXTSU [show="false false"],
#DZSAFBXTSU [showUnder=false]:after {
    display: none;
}
#DZSAFBXTSU .offPercent {
    position: relative;
}
#DZSAFBXTSU .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;
    z-index: 1;
}
#DZSAFBXTSU .btn-style-one {
    padding-right: 0;
    padding-left: 0;
    flex-grow: 1;
}
#DZSAFBXTSU .rating-summary {
    display: inline-block;
    vertical-align: middle;
}
#DZSAFBXTSU .rating-summary:before,
#DZSAFBXTSU .rating-summary:after {
    content: "";
    display: table;
}
#DZSAFBXTSU .rating-summary:after {
    clear: both;
}
#DZSAFBXTSU .rating-result {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
}
#DZSAFBXTSU .rating-result,
#DZSAFBXTSU .rating-result>span {
    color: transparent;
    white-space: nowrap;
    line-height: 1;
    display: block;
    text-shadow: 0px 0px 0px #e3e3e3;
}
#DZSAFBXTSU .rating-result:before,
#DZSAFBXTSU .rating-result>span:before {
    content: "\f005""\f005""\f005""\f005""\f005";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    line-height: 1;
    display: block;
    font-weight: 900;
}
#DZSAFBXTSU .rating-result>span {
    color: #ff9900;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
#DZSAFBXTSU .rating-result>span span {
    display: none;
}
#DZSAFBXTSU .disCount .jumbotron {
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#DZSAFBXTSU .disCount .item {
    display: flex;
    align-items: center;
}
#DZSAFBXTSU .disCount .item .badge {
    background-color: var(--other);
    color: var(--otherText);
}
#DZSAFBXTSU .quantity {
    border: 1px solid #eee;
    height: 51px;
    margin-left: 10px;
    padding: 0 10px 0 0;
    font-size: 20px;
    width: 150px;
}
#DZSAFBXTSU input[type=number]::-webkit-inner-spin-button {
    cursor:pointer;
    display:block;
    text-align:center;
    position:relative;
    width: 15px;
    height: 51px;
    padding: 4px;
    right: 0;
}
#DZSAFBXTSU input[type=number]::-webkit-inner-spin-button,
#DZSAFBXTSU input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
#DZSAFBXTSU .info-column .text p {
    display: block;
    overflow-y: hidden;
    line-height: 1.5em;
    height: 14.3em;
}
#DZSAFBXTSU .info-column .text p.show {
    height: 100%;
}
#DZSAFBXTSU .collapseBtn::before {
    content: '+ مشاهده بیشتر';
}
#DZSAFBXTSU .collapseBtn[aria-expanded=true]::before {
    content: '- بستن';
}

/* ------------------- Start: Product Options ---------------- */
#DZSAFBXTSU .product_options {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}

#DZSAFBXTSU .product_options input {
  display: none;
}

#DZSAFBXTSU .product_options .item {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

#DZSAFBXTSU .product_options .item>div:not(.title) {
  display: flex;
  flex-wrap: wrap;
}

#DZSAFBXTSU .product_options .title {
  font-weight: 600;
  text-align: center;
  min-width: 60px;
  align-self: center;
}

#DZSAFBXTSU .product_options label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  outline: #fff 2px solid;
  margin: 5px 0;
  position: relative;
  transition: .3s all;
}

#DZSAFBXTSU .product_options label:hover {
  outline: #bbbbbb 2px solid;
  border: 1px solid #fff;
  opacity: 1 !important;
}

#DZSAFBXTSU .product_options .color label {
  justify-content: start;
}

#DZSAFBXTSU .product_options .color_box {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #b9b9b9;
}

#DZSAFBXTSU .product_options .size label,
#DZSAFBXTSU .product_options .service label {
  padding-right: 12px;
  padding-left: 12px;
}

#DZSAFBXTSU .product_options label div {
  margin: 0 5px;
}

#DZSAFBXTSU .product_options input[type='radio']:checked~label {
  outline: #64c528 2px solid;
  border-color: #fff;
  opacity: 1;
}

#DZSAFBXTSU .product_options input[type='radio']:checked~label::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #272727;
  position: absolute;
  top: -5px;
  right: -5px;
}

#DZSAFBXTSU .product_options label.enable {
  outline: #37bfff 2px solid;
  border-color: #fff;
}

#DZSAFBXTSU .product_options label:not(.enable) {
  opacity: 0.6;
}

#DZSAFBXTSU .product_options label.opacity1 {
  opacity: 1;
}

@media (max-width:768px) {
  #DZSAFBXTSU .product_options {
    flex-direction: row;
    justify-content: space-evenly;
  }

  #DZSAFBXTSU .product_options .item {
    margin-left: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  #DZSAFBXTSU .product_options .item>div:not(.title) {
    flex-direction: column;
  }
}

#DZSAFBXTSU #full-stars-example-two .rating-group {
  display: inline-flex;
}
#DZSAFBXTSU #full-stars-example-two .rating__icon {
  pointer-events: none;
}
#DZSAFBXTSU #full-stars-example-two .rating__input {
  display: none;
}
#DZSAFBXTSU #full-stars-example-two .rating__input--none {
  display: none;
}
#DZSAFBXTSU #full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#DZSAFBXTSU #full-stars-example-two .rating__icon--star {
  color: orange;
}
#DZSAFBXTSU #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#DZSAFBXTSU #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#DZSAFBXTSU #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#DZSAFBXTSU .shareIcon {
  font-size: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

#DZSAFBXTSU .other-optionss {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
}
#DZSAFBXTSU .product_contents .heading {
    transition: .3s all;
    border: 1px solid #fff;
    border-bottom: unset;
    background-color: #dee2e6;
}
#DZSAFBXTSU .product_contents .heading:not(.collapsed) {
    border-color: #dee2e6;
}
#DZSAFBXTSU .border {
    border: 1px solid #dee2e6!important;
}
#DZSAFBXTSU .border-top-0 {
    border-top: 0!important;
}
#DZSAFBXTSU .htmlContent .d-flex {
    justify-content: end;
}
#DZSAFBXTSU .review-holder {
    font-size: 1rem;
    height: 100%;
    transition: .3s height cubic-bezier(0.4, 0, 1, 1);
}
#DZSAFBXTSU .review-holder.overflow {
    height: 16vh;
    overflow: hidden;
}
#DZSAFBXTSU .product-details .image-column .image-box img {
  height: 500px;
  object-fit: contain;
  background-color: transparent;
}
#DZSAFBXTSU .review-holder,
#DZSAFBXTSU .review-holder p,
#DZSAFBXTSU .review-holder div,
#DZSAFBXTSU .review-holder span,
#DZSAFBXTSU .review-holder strong,
#DZSAFBXTSU .review-holder h1,
#DZSAFBXTSU .review-holder h2,
#DZSAFBXTSU .review-holder h3,
#DZSAFBXTSU .review-holder h4,
#DZSAFBXTSU .review-holder h5,
#DZSAFBXTSU .review-holder h6 {
    font-family: inherit !important;
}
#DZSAFBXTSU .comment-info {
    display: flex;
    justify-content: space-between;
}
#DZSAFBXTSU .btn_reply {
    left: 0;
    position: absolute;
    padding: 4px 15px;
    background: #fff;
    border: 1px #dddddd solid;
    z-index: 1;
}#JNVDYXYKTR {
    background-color:#ffffff;
    background-image: url();
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
}
#JNVDYXYKTR.paralaxBg {
    background-attachment: fixed;
}
#JNVDYXYKTR [show=false],
#JNVDYXYKTR [show="false false"],
#JNVDYXYKTR [showUnder=false]:after {
    display: none;
}
#JNVDYXYKTR .sidebar-title.text-center h2:after {
    left: 0;
    margin: 0 auto;
}
#JNVDYXYKTR .sidebar-title.text-left    h2:after {
    right: unset;
    left: 0;
}
#JNVDYXYKTR img {
    height: 100px;
    object-fit: contain;
    width: 100%;
}
#JNVDYXYKTR .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;
}
#JNVDYXYKTR.sidebar .related-posts .post {
    width: 100%;
}
#JNVDYXYKTR.sidebar .related-posts .post {
    padding-right: calc(70px*1.1);
    min-height: 100px;
    height: 100px;
}
#JNVDYXYKTR.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);
}