:root {
  --m-font: IRANSans,sans-serif;
  --m-font-size: 13px;
  --m-color1: #f19320;
  --m-color1l: #fda539;
  --m-color1ul: #ffe2c0;
  --m-color2: #6f7072;
  --px: 0;
  --py: 0;
  --m-nav-width: 1630px;
  --m-nav-padding: calc((100% - (var(--m-nav-width) - 24px))/2);
}
body {
  font-family: var(--m-font);
  font-weight: 400;
  font-size: var(--m-font-size);
  line-height: 1.8;
  background-color: #DBF0FF;
}
ol, ul {
  margin-bottom: 0;
}
ol, ul {
  padding-left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: YEKANBakh;
}
.title_ {
    position: relative;
}

.title_:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--m-color1);
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translate(-50%);
}
.title-products1 h2{
    font-size:16px;
}
.morebutton {
    border-radius: 7px;
    background: #FF8A00;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    padding: 6px 40px 6px 40px;
    color: #fff;
    font-weight: 600;
    border: none;
}
.morebutton:hover {
    color: #fff;
}
.modal-header .btn-close {
  margin: -.5rem auto -.5rem -.5rem;
}
.popover-header {
    font-family: var(--m-font);
    text-align: right;
    font-weight: 400;
}
.popover-body {
    direction: rtl;
}
.vblock {
  background: #ffffffd6;
  padding: 15px 0;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 15px;
}
.border-primary-500{
    border-color: #f29523ad !important;
}
.border-radius-10{
    border-radius: 10px;
}
.addtopfornav {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topfornav {
  top: 75px !important;    
}
@media only screen and (max-width: 1169px) {
    .topfornav {
    	top: 65px !important;    
    }
}
/* ||||||||| START HEADER ||||||||| */
.tline {
  background: var(--m-color1);
  background: -moz-linear-gradient(90deg, var(--m-color1l) 0%, var(--m-color1) 100%);
  background: -webkit-linear-gradient(90deg, var(--m-color1l) 0%, var(--m-color1) 100%);
  background: linear-gradient(90deg, var(--m-color1l) 0%, var(--m-color1) 100%); 
  width: 100%;
  height: 65px;
  position: relative;
  z-index: -1;
}
.tline .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tline .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    animation: tnavanimate 15s linear infinite;
    bottom: -35px;
}
.tline .circles li:nth-child(1){
    left: 4%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
}
.tline .circles li:nth-child(2){
    left: 10%;
    width: 8px;
    height: 8px;
    animation-delay: 4s;
    animation-duration: 24s;
}
.tline .circles li:nth-child(3){
    left: 70%;
    width: 15px;
    height: 15px;
    animation-delay: 16s;
}
.tline .circles li:nth-child(4){
    left: 40%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
    animation-duration: 36s;
}
.tline .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.tline .circles li:nth-child(6){
    right: 15%;
    width: 10px;
    height: 10px;
    animation-delay: 6s;
}
.tline .circles li:nth-child(7){
    left: 5%;
    width: 20px;
    height: 20px;
    animation-delay: 10s;
    animation-duration: 20s;
}
.tline .circles li:nth-child(8){
    left: 50%;
    width: 15px;
    height: 15px;
    animation-delay: 6s;
    animation-duration: 20s;
}
.tline .circles li:nth-child(9){
    left: 20%;
    width: 10px;
    height: 10px;
    animation-delay: 4s;
    animation-duration: 30s;
}
.tline .circles li:nth-child(10){
    right: 2%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
    animation-duration: 22s;
}
@-webkit-keyframes tnavanimate {
  0%{
      -webkit-transform: translateY(0) rotate(0deg);
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }
  100%{
      -webkit-transform: translateY(-200px) rotate(720deg);
      transform: translateY(-200px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }
}
@keyframes tnavanimate {
    0%{
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        -webkit-transform: translateY(-200px) rotate(720deg);
        transform: translateY(-200px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.topnav {
  position: fixed;
  z-index: 33;
  top: 20px;
  left: 0;
  padding: 0 0 20px;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav .container {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav.is-scrolled {
  top: 0;
}
.topnav.is-scrolled .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.topnav .menu1 {
  display: flex !important;
  align-items: center !important;
  height: 90px;
  width: 100%;
  background-color: #fff;
  direction: rtl;
  padding: 0 35px;
  border-radius: 50px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav.is-scrolled .menu1 {
  height: 65px;
  padding: 0 var(--m-nav-padding);
  border-radius: 0;
}
.topnav #menu2-trigger,
.topnav #menu2-support,
.topnav .hrline {
  display: none;
}
.topnav .logo {
  display: flex !important;
  align-items: center !important;
  color: #555;
}
.topnav .logo i {
  font-size: 45px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav.is-scrolled .logo i {
  font-size: 32px;
  margin-left: 8px;
}
.topnav .logo i.icon-logo1 .path2::before {
  color: #666;
}
.topnav .logo h1,
.topnav .logo h2 {
  font-family: 'YEKANBakh';
  font-size: 24px;
  font-weight: 900;
  margin-left: 100px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav.is-scrolled .logo h1,
.topnav.is-scrolled .logo h2 {
  font-size: 20px;
  margin-left: 80px;
}
.topnav .search {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 45%;
  flex: 0 0 auto;
  height: 50px;
  background: #f79d2d1f;
  padding: 0 10px;
  border-radius: 15px;
}
.topnav .search.focused {
  flex-grow: 1 !important;
  margin-left: 15px;
}
.topnav.is-scrolled .search {
  height: 36px;
  padding: 0 5px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav .search input {
  flex-grow: 1 !important;
  min-width: 0;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  margin-left: 3px;
}
.topnav .search .btn {
  display: fleX !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px;
  width: 30px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(13,60,95,.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav.is-scrolled .search .btn {
  height: 25px;
  width: 25px;
}
.topnav .search .btn:hover {
  background-color: var(--m-color1);
  color: #fff;
}
.topnav.is-scrolled .search .btn i {
  font-size: 11px;
}
.topnav .bar {
  display: flex !important;
  align-items: center !important;
  margin-right: auto;
}
.topnav .bar li {
  list-style: none;
  margin-left: 20px;
}
.topnav.is-scrolled .bar li {
  margin-left: 15px;
}
.topnav .bar li:last-child {
  margin-left: 0;
}
.topnav .bar li a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  color: #555;
}
.topnav .bar li a i {
  font-size: 25px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav.is-scrolled .bar li a i {
  font-size: 23px;
  margin-bottom: 0;
}
.topnav .bar li a span.txt {
  font-size: 11px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.topnav.is-scrolled .bar li a span.txt {
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.topnav .bar span#navcart {
  position: relative;
  line-height: 1;
}
.topnav .bar span#navcart .count {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: var(--m-color1);
  font-size: 9px;
  color: #fff;
  min-width: 14px;
  height: 14px;
  border-radius: 100%;
}
.topnav .menu2 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 50px;
  background: #f0eeeed6;
  direction: rtl;
  margin: 0 55px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #dddddd52;
  border-radius: 0 0 10px 10px;
}
.topnav .menu2 ul {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-right: 0;
  overflow-y: hidden;
  height: 100%;
}
.topnav.is-scrolled .menu2 {
  background: #fbe3c454;
  height: 5px;
  overflow: hidden;
  margin: 0;
}
.topnav .menu2 li {
  list-style: none;
}
.topnav.is-scrolled .menu2 li {
  margin-top: -50px;
}
.topnav .menu2 li a {
  color: #444;
  font-weight: 500;
  padding: 13px 23px;
  border-bottom: 1px solid transparent;
}
.topnav .menu2 li a:hover {
  border-bottom: 1px solid var(--m-color1);
}
@media only screen and (max-width: 1679px) {
  :root {
    --m-nav-width: 1320px; 
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --m-nav-width: 1140px; 
  }
}
@media only screen and (max-width: 1199px) {
  :root {
    --m-nav-width: 960px; 
  }
  .tline {
    height: 50px;
  }
  .topnav .menu1 {
    height: 75px;
  }
  .topnav.is-scrolled .menu1 {
    height: 50px;
  }
  .topnav .logo i {
    font-size: 32px;
    margin-left: 8px;
  }
  .topnav.is-scrolled .logo i {
    font-size: 28px;
  }
  .topnav .logo h1,
  .topnav .logo h2 {
    font-size: 20px;
    font-weight: 700;
    margin-left: 60px;
  }
  .topnav.is-scrolled .logo h1,
  .topnav.is-scrolled .logo h2 {
    font-size: 18px;
    margin-left: 55px;
  }
  .topnav .search {
    height: 40px;
    padding: 0px 5px;
    border-radius: 10px;
  }
  .topnav.is-scrolled .search {
    height: 30px;
    padding: 0px 3px;
  }
  .topnav.is-scrolled .search input {
    font-size: 11px;
  }
  .topnav.is-scrolled .search .btn {
    height: 22px;
    width: 30px;
  }
  .topnav .bar li a i {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .topnav.is-scrolled .bar li a i {
    font-size: 21px;
  }
  .topnav .bar span#navcart .count {
    top: -5px;
  }
  .topnav.is-scrolled .bar span#navcart .count {
    top: -4px;
    font-size: 8px;
    min-width: 12px;
    height: 12px;
  }
  .topnav .menu2 {
    height: 40px;
  }
  .topnav .menu2 li a {
    font-size: 12px;
    padding: 9px 18px;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --m-nav-width: 720px; 
  }
  .topnav .menu1 {
    padding: 0 25px;
  }
  .topnav .logo h1, .topnav .logo h2 {
    font-size: 16px;
    margin-left: 30px;
  }
  .topnav .search {
    width: 40%;
  }
  .topnav .bar li {
    margin-left: 15px;
  }
  .topnav .bar li a span.txt {
    font-size: 10px;
  }
  .topnav .menu2 li a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --m-nav-width: 540px; 
  }
  .topnav {
    top: 25px;
  }
  .topnav .container {
    max-width: 100%;
  }
  .topnav .menu1 {
    height: 55px;
    padding: 0 15px;
  }
  .topnav .logo i {
    font-size: 28px;
    margin-left: 5px;
  }
  .topnav .logo h1,
  .topnav .logo h2,
  .topnav.is-scrolled .logo h1,
  .topnav.is-scrolled .logo h2 {
    font-size: 14px;
    margin-left: 20px;
  }
  .topnav .search {
    height: 35px;
    padding: 0px 3px;
  }
  .topnav .search input {
    font-size: 12px;
  }
  .topnav .bar li a i {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .topnav .bar li a span.txt {
    font-size: 9px;
  }
  .topnav .menu2 {
    height: 35px;
  }
  .topnav .menu2 li a {
    font-size: 10px;
    padding: 7px 14px;
  }
}
@media only screen and (min-width: 576px) {
  .topnav .menu2 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #offcanvasMenu2 .offcanvas-header {
    display: none;
  }
  .topnav .menu2 li {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --m-nav-width: 100%; 
  }
  .tline {
    height: 105px;
    background: transparent !important;
  }
  .tline .circles li {
    background: var(--m-color1);
  }
  .topnav {
    top: 0;
  }
  .topnav .container {
    padding-left: 0;
    padding-right: 0;
  }
  .topnav .menu1 {
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    height: 105px;
    background-color: #ffffffd1;
    border-radius: 0;
  }
  .topnav.is-scrolled .menu1 {
    height: 55px;
  }
  .topnav #menu2-trigger {
    order: 0 !important;
    display: block;
    flex: 0 0 auto;
    width: 30px;
    font-size: 21px;
    cursor: pointer;
  }
  .topnav .logo {
    justify-content: center !important;
    order: 1 !important;
    flex: 0 0 auto;
    width: calc(100% - 60px);
    padding: 10px 0;
  }
  .topnav #menu2-support {
    order: 2 !important;
    display: block;
    flex: 0 0 auto;
    width: 30px;
    font-size: 21px;
    cursor: pointer;
    text-align: left;
  }
  .topnav .hrline {
    order: 3 !important;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: 1px;
    background-color: #f0f0f1;
  } 
  .topnav .search {
    flex-grow: 1 !important;
    order: 4 !important;
    margin: 10px 0;
  }
  .topnav .search.focused {
    margin-left: 0;
  }
  .topnav .search input {
    font-size: 10px;
  }
  .topnav .bar {
    order: 5 !important;
    margin-right: 15px;
  }
  .topnav.is-scrolled #menu2-trigger,
  .topnav.is-scrolled .logo,
  .topnav.is-scrolled #menu2-support,
  .topnav.is-scrolled .hrline {
    display: none !important;
  }
  .topnav .menu2 {
    display: block !important;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    margin: 0;
    border: 0;
  }
  .topnav .menu2 li a {
    -webkit-transition: all;
    transition: all;
  }
  #offcanvasMenu2 {
    visibility: hidden;
  }
  #offcanvasMenu2 .offcanvas-header {
    background-color: var(--m-color1);
  }
  #offcanvasMenu2 .offcanvas-header h5 {
    margin-bottom: 0;
    font-family: YEKANBakh;
    font-weight: 700;
    font-size: 16px;
    color: #ffffffd9;
  }
  #offcanvasMenu2 .offcanvas-header .fa-times-circle {
    font-size: 22px;
    color: #ffe2e2;
  }
  .topnav .menu2 ul {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0;
    height: auto;
  }
  .topnav .menu2 li {
    width: 100%;
  }
  .topnav .menu2 li a {
    display: flex !important;
    align-items: center !important;
    font-size: 12px;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid #eef1f4;
  }
  .topnav .menu2 li a::after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: auto;
    color: #888;
  }
  .topnav .menu2 li a:hover {
    background-color: rgba(238, 238, 238, 0.74);
    border-bottom: 1px solid #eef1f4;
  }
}
/* ||||||||| START Cart Sidebar ||||||||| */
.mehrsa-cart-trigger {
  display: flex !important;
  align-items: center !important;
  font-size: 12px;
  color: #2FAA96;
}
#mehrsa-cart {
  display: flex !important;
  flex-direction: column !important;
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  padding-top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 33;
  background: #FFF;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  direction: rtl;
}
#mehrsa-cart.top-padding-decrease {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  #mehrsa-cart {
    width: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  #mehrsa-cart {
    width: 35%;
    max-width: 550px;
  }
}
#mehrsa-cart.speed-in {
  right: 0;
}
#mehrsa-cart .head {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 8px 25px 10px;
  color: #ABABAB;
  border-bottom: 1px solid #F29421;
}
#mehrsa-cart .head .gocart a {
  color: #3E3E3E;
  font-weight: 700;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap;
}
#mehrsa-cart .head .gocart a:hover {
  color: var(--m-color1l);
}
#mehrsa-cart .head .gocart a i {
  font-size: 20px;
  margin-right: 4px;
}
#mehrsa-cart .body {
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
  max-height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.event-tnav.nowrap .nav::-webkit-scrollbar {width: 3px;}
.event-tnav.nowrap .nav::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
.event-tnav.nowrap .nav::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(11,31,93,0.5); }
#mehrsa-cart .body li {
  display: flex !important;
  position: relative;
  list-style: none;
  padding: 12px 25px;
  border-bottom: 1px solid #FEEAD3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    background-color: #FFF;
}
#mehrsa-cart .body li:nth-child(even){
    background-color: #FFFCF5;
}
#mehrsa-cart .body li:hover {
  background-color: #dfffce82;
}
#mehrsa-cart .body li.empty {
  justify-content: center !important;
  align-items: center !important;
  height: 150px;
  font-size: 12px;
  color: var(--m-color1);
  opacity: 0.6;
}
#mehrsa-cart .body li.empty i {
  margin-left: 5px;
  font-size: 16px;
}
#mehrsa-cart .body li .img {
  position: relative;
  width: 55px;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  max-width: 55px;
  height: 55px;
  overflow: hidden;
  align-self: center;
}
#mehrsa-cart .body li .img img {
  position: absolute;
  height: 55px;
  left: 50%;
  border-radius: 7px;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
#mehrsa-cart .body li .detail {
  display: flex !important;
  flex-direction: column !important;
  padding-right: 15px;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1 !important;
}
#mehrsa-cart .body li .detail h6, #mehrsa-cart .body li .detail a {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
#mehrsa-cart .body li .detail h6:hover, #mehrsa-cart .body li .detail a:hover {
  color: var(--m-color1l);
}
#mehrsa-cart .body li .detail .bribon {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: auto;
}
#mehrsa-cart .body li .detail .bribon .qty {
  font-size: 11px;
  color: #81858b;
}
#mehrsa-cart .body li .detail .bribon .mainprice{
    font-weight: 700;
    color: #4a5764;
}
#mehrsa-cart .body li .detail .bribon .del i {
  color: #F29421;
  font-size: 16px;
}
#mehrsa-cart .body li .detail .bribon .del i:hover {
  color: #ff4f68;
  cursor: pointer;
}
#mehrsa-cart .cart-total {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-grow: 1 !important;
  padding: 10px 25px 15px;
  color: #555;
}
#mehrsa-cart .cart-total .tot {
  font-size: 12px;
  font-weight: bold;
}
#mehrsa-cart .cart-total .val {
  display: inline-flex !important;
  align-items: flex-end !important;
  font-size: 11px;
  font-weight: 500;
}
#mehrsa-cart .cart-total .val span {
  font-size: 15px;
  font-weight: bold;
  direction: ltr;
  margin-left: 3px;
}
#mehrsa-cart .checkout-btn {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
  height: 90px;
  line-height: 60px;
  background: #FFFCF5;
  font-weight: bold;
  font-size: 15px;
  color: #FFF;
  margin-top: auto;
  box-shadow: 0px -3px 5px 0px rgba(189,189,189,0.55);
  flex-direction: row-reverse;
  padding: 5px 16px;
}
.no-touch #mehrsa-cart .checkout-btn:hover {
  background: #41a772;
}
#mehrsa-cart .goToCart{
    background-color: #f19320;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  #mehrsa-cart .checkout-btn {
    /*height: 50px;*/
    /*line-height: 50px;*/
    font-weight: 700;
    font-size: 13px;
  }
  #mehrsa-cart .checkout-btn i {
    font-size: 18px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 400px) {
  #mehrsa-cart .body li .img {
    width: 45px;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    max-width: 45px;
    height: 45px;
  }
  #mehrsa-cart .body li .img img {
    height: 45px;
  }
  #mehrsa-cart .body li .detail {
    padding-right: 10px;
  }
  #mehrsa-cart .body li .detail h6, #mehrsa-cart .body li .detail a {
    font-size: 11px;
    font-weight: 400;
  }
  #mehrsa-cart .body li .detail .bribon .qty {
    font-size: 10px;
  }
  #mehrsa-cart .body li .detail .bribon .del i {
    font-size: 14px;
  }
  #mehrsa-cart .cart-total .tot {
    font-size: 11px;
    font-weight: 700;
  }
  #mehrsa-cart .cart-total .val {
    font-size: 10px;
    font-weight: 400;
  }
  #mehrsa-cart .cart-total .val span {
    font-size: 13px;
    margin-left: 2px;
  }
  #mehrsa-cart .checkout-btn {
    /*height: 45px;*/
    /*line-height: 45px;*/
    font-weight: 500;
  }
  #mehrsa-cart .checkout-btn i {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 350px) {
  #mehrsa-cart .head {
    padding: 8px 15px 10px;
  }
  #mehrsa-cart .body li {
    padding: 12px 15px;
  }
  #mehrsa-cart .cart-total {
    padding: 10px 15px 15px;
  }
}
#mehrsa-shadow-layer,
#mehrsa-search-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(241, 147, 32, 0.71);
  cursor: pointer;
  z-index: 3;
  display: none;
}
#mehrsa-shadow-layer.is-visible,
#mehrsa-search-layer.is-visible {
  display: block;
  -webkit-animation: mehrsa-fade-in 0.3s;
  -moz-animation: mehrsa-fade-in 0.3s;
  animation: mehrsa-fade-in 0.3s;
}
#mehrsa-search-layer {
  min-height: 0;
  height: 100vh;
  overflow-y: auto;
  background: rgba(255, 239, 219, 0.87);
  cursor: default;
  padding-top: 80px;
  direction: rtl;
}
#mehrsa-search-layer .sh {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #666;
  font-size: 13px;
  padding: 3px 0;
  margin-bottom: 5px;
  border-bottom: 2px solid #e7ceac87;
}
#mehrsa-search-layer .sh h6 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 5px 0;
}
#mehrsa-search-layer .sh .close {
  display: flex !important;
  align-items: center !important;
  cursor: pointer;
  color: #da528b;
}
#mehrsa-search-layer .sh .close i {
  margin-left: 5px;
}
#mehrsa-search-layer .sh .close:hover {
  color: #c93573;
}
#mehrsa-search-layer .sb {
  padding: 10px 0;
  font-size: 12px;
  color: #666;
  padding-bottom: 20px;
}
#mehrsa-search-layer .search-offers h6 {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
}
#mehrsa-search-layer .search-offers h6 i {
  font-size: 14px;
  vertical-align: middle;
  color: #0093ff;
}
#mehrsa-search-layer .searchrs .swiper-wrapper {
  padding: 2px 0;
}
#mehrsa-search-layer .searchrs .swiper-slide {
  width: auto;
}
#mehrsa-search-layer .searchrs .swiper-button-next::after,
#mehrsa-search-layer .searchrs .swiper-button-prev::after {
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
  font-weight: 900;
}
#mehrsa-search-layer .searchrs .swiper-button-prev::after,
#mehrsa-search-layer .searchrs .swiper-rtl .swiper-button-next::after {
  content: '\f054';
}
#mehrsa-search-layer .searchrs .swiper-button-next::after,
#mehrsa-search-layer .searchrs .swiper-rtl .swiper-button-prev::after {
  content: '\f053';
}
#mehrsa-search-layer .searchrs .swiper-button-next,
#mehrsa-search-layer .searchrs .swiper-button-prev {
  width: 24px;
  height: 24px;
  margin-top: 0;
  color: var(--m-color1);
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(13,60,95,.4);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#mehrsa-search-layer .searchrs .swiper-button-next:hover,
#mehrsa-search-layer .searchrs .swiper-button-prev:hover {
  background: var(--m-color1);
  color: #fff;
}
#mehrsa-search-layer .searchrs .swiper-button-next.swiper-button-disabled,
#mehrsa-search-layer .searchrs .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#mehrsa-search-layer .searchrs .swiper-lazy-preloader {
  width: 18px;
  height: 18px;
  margin-left: -10px;
  margin-top: -10px;
  border-width: 2px;
}
#mehrsa-search-layer .nsr .swiper-slide {
  display: flex !important;
  width: 230px;
  background: #ffffffc2;
  font-weight: 500;
  color: #777;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#mehrsa-search-layer .nsr .nores {
  width: 100%;
  background: none !important;
  color: #666;
  padding-right: 0;
  border: 0 !important;
}
#mehrsa-search-layer .nsr .nores i {
  font-size: 14px;
  vertical-align: middle;
  color: #ff0060;
}
#mehrsa-search-layer .nsr .swiper-slide:hover {
  background: #fff;
  border-color: var(--m-color1);
}
#mehrsa-search-layer .nsr .swiper-slide .img {
  display: flex !important;
  justify-content: center !important;
  position: relative;
  flex: 0 0 auto;
  height: 60px;
  width: 60px;
}
#mehrsa-search-layer .nsr .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid transparent;
  color: transparent !important;
}
#mehrsa-search-layer .nsr .swiper-slide .img img.swiper-lazy-loaded {
  border-color: #ddd;
}
#mehrsa-search-layer .nsr .swiper-slide .name {
  flex-grow: 1 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  text-wrap: wrap;
}
#mehrsa-search-layer .nsr .swiper-slide .name.one_line{
    -webkit-line-clamp: 1;
} 
#mehrsa-search-layer .nsr .swiper-slide .hashtag-badge{
    width: fit-content;
    background-color: #ff8f001a;
    padding: 1px 3px;
    border-radius: 5px;
    font-size: 10px;
    border: 1px solid #ff60004f;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-wrap: wrap;
}
#mehrsa-search-layer .search-offers .searchrs {
  margin-top: 10px;
}
.border_bottom_box{
    padding-bottom: 20px;
    border-bottom: 2px solid #e7ceac87;
}
#mehrsa-search-layer .search-offers .swiper-slide {
  display: flex !important;
  align-items: center !important;
  background: #ffffffc2;
  color: #777;
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 15px;
  border: 1px solid #ccc;
  gap: 5px;
}
#mehrsa-search-layer .search-offers .swiper-slide:hover {
  background: var(--m-color1);
  color: #fff;
  border-color: var(--m-color1);
}
#mehrsa-search-layer .search-offers .swiper-slide::after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 6px;
}
@-webkit-keyframes mehrsa-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes mehrsa-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes mehrsa-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1199px) {
  #mehrsa-search-layer {
    padding-top: 60px;
  }
  #mehrsa-search-layer .sh,
  #mehrsa-search-layer .sh h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
    #mehrsa-search-layer .nsr .swiper-slide {
      width: 200px;
      padding: 10px 5px;
    }
    #mehrsa-search-layer .nsr .swiper-slide .img {
      height: 55px;
      width: 55px;
      margin-left: 5px;
    }
    #mehrsa-search-layer .nsr .swiper-slide .name {
      font-size: 11px;
      line-height: 26px;
    }
}
/* ||||||||| START Titles ||||||||| */
.title-1 {
  font-family: 'YEKANBakh';
  font-size: 17px;
  font-weight: 700;
  color: #444;
  white-space: nowrap;
}
.title-1::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 21px;
  background-color: var(--m-color1);
  vertical-align: middle;
  margin-left: 5px;
}
.title-1.has_link {
  display: flex !important;
  align-items: center !important;
}
.title-1.has_link .item {
  display: flex !important;
  align-items: center !important;
  font-family: 'IRANSans';
  font-size: 12px;
  font-weight: 500;
  margin-right: auto;
}
.title-1.has_link a {
  color: var(--m-color1);
}
.title-1.has_link .item i {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .title-1 {
    font-size: 14px;
  }
  .title-1::before {
    width: 6px;
    height: 18px;
  }
  .title-1.has_link .item {
    font-size: 11px;
  }
}
/* ||||||||| Mehrsa Container ||||||||| */
.mehrsa-container {
  padding-top: 115px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mehrsa-container.blured {
  filter: blur(16px);
  -webkit-filter: blur(16px);
}
.mehrsa-container.is-scrolled {
  padding-top: 25px;
}
@media only screen and (max-width: 1199px) {
  .mehrsa-container {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .mehrsa-container {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 575px) {
  .mehrsa-container {
    padding-top: 10px;
  }
}

/* ||||||||| Main Section 1 ||||||||| */
.mp-section1 {
    display: flex;
    direction: rtl;
}

.mp-section1 .main-slider {
    width: calc(100% - 325px);


}
.mp-section1 .main-slider #ms1-slider{
    border-radius: 15px;
}
.mp-section1 .bannerblock{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 10px 0 0;
}
.mp-section1 .banner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.mp-section1 .secondbanner {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.mp-section1 .main-slider img, .mp-section1 .banner img , .mp-section1 .secondbanner img {
    max-width: 100%;
    border-radius: 15px;
}

@media screen and (max-width: 1679px) {
    .mp-section1 .main-slider {
        width: calc(100% - 253px);
    }
}

@media screen and (max-width: 1399px) {
    .mp-section1 .main-slider {
        width: calc(100% - 220px);
    }
}

@media screen and (max-width: 1199px) {
    .mp-section1 .main-slider {
        width: calc(100% - 183px);
    }
}

@media screen and (max-width: 991px) {
    .mp-section1 {
        flex-direction: column;
    }
    .mp-section1 .main-slider{
        width: 100%;
    }
    .mp-section1 .bannerblock{
        flex-direction: row;
        margin: 10px 0 0 0;
    }
    .mp-section1 .banner{
        margin: 0 0 0 10px;
    }
}
/* ||||||||| Main Section 2 ||||||||| */
.mp-section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

#ms2-slider .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--m-color1));
}

.mp-section2 .ms2-slider.loading {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.mp-section2 .ms2-slider.loading::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}

.mp-section2 .ms2-slider.loading .swiper-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mp-section2 .nav-pills {
    width: 100%;
    justify-content: space-evenly;
}

.mp-section2 .tab-content {
    background-color: #FFF;
    border-radius: 15px;
    width: 100%;
}

.mp-section2 .nav-link {
    text-align: center;
}

.mp-section2 .nav-link:focus-visible {
    outline: none;
}

.mp-section2 .tab-content #ms2-slider {
    position: relative;
    padding: 0 30px 0 30px;
}
.mp-section2 .ms2-slider .swiper-lazy-preloader {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    border-width: 2px;
}
/*#ms2-slider {*/
/*    margin-top: 20px;*/
/*}*/
#ms2-slider .ms2-slider {
    padding-bottom: 20px;
}
#ms2-slider .ms2-slider .swiper-slide {
    min-height: 140px;
    padding-bottom: 15px;
}
#ms2-slider .book {
    position: relative;
    min-height: 150px;
    background: #e9e9eda3;
}
#ms2-slider .book:has(img.swiper-lazy-loaded){
    background: transparent;
    min-height: auto;
}
#ms2-slider .book img {
    max-width: 100%;
    color: transparent !important;
}
#ms2-slider h6 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
#ms2-slider h6 a {
    color: #333;
}
#ms2-slider h6 a:hover {
    color: var(--m-color1);
}
#ms2-slider .price {
    display: flex !important;
    flex-direction: column;
    justify-content: space-around !important;
    align-items: center !important;
    margin-top: 5px;
}
#ms2-slider .price .main {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
#ms2-slider .price .old {
    color: #5f5f5f;
    position: relative;
    white-space: nowrap;
}
#ms2-slider .price .old::before {
    position: absolute;
    content: "";
    left: 0;
    top: 48%;
    right: 0;
    border-top: 1px solid #be202f;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
#ms2-slider .price .main span,
#ms2-slider .price .old span {
    font-size: 11px;
}

@media only screen and (max-width: 991px) {
    #ms2-slider h6 {
        font-size: 12px;
        margin-top: 10px;
    }
    #ms2-slider .book {
        min-height: 100px;
    }
    #ms2-slider .price .main,
    #ms2-slider .price .old {
        font-size: 11px;
    }
    #ms2-slider .price .main span,
    #ms2-slider .price .old span {
        font-size: 9px;
    }
}

@media screen and (max-width: 767px) {
    .mp-section2 .tab-content #ms2-slider {
        padding: 0;
    }

    .mp-section2 .tab-content #ms2-slider .swiper-button-next, .mp-section2 .tab-content #ms2-slider .swiper-button-prev {
        display: none;
    }
    .mp-section2 .ms2-slider.loading {
        height: 200px;
    }
    #ms2-slider .price {
        justify-content: center !important;
    }
    #ms2-slider .price .old {
        margin-left: 5px;
    }
    #ms2-slider .price .old span {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .mp-section2{
        margin-top: 15px;
    }
    .mp-section2 .nav-pills ,.mp-section3 .nav-pills  {
        border-radius: 10px 10px 0 0;
        background: #fff;
        padding: 40px 0 0 0;
        border-bottom: 1px solid #FEEAD3;
    }

    .mp-section2 .tab-content {
        border-radius: 0 0 10px 10px;
    }
}

@media only screen and (max-width: 399px) {
    #ms2-slider h6 {
        font-size: 11px;
        margin-bottom: 5px;
    }
    #ms2-slider .price .main,
    #ms2-slider .price .old {
        font-size: 10px;
        white-space: nowrap;
    }
    #ms2-slider .price .main span,
    #ms2-slider .price .old span {
        font-size: 8px;
    }
}

/* ||||||||| Main Section 3 ||||||||| */

.mp-section3 .nav-pills {
    justify-content: space-evenly;
    margin-top: 30px;
}

.mp-section3 .nav-pills .nav-link , .mp-section2 .nav-pills .nav-link {
    background-color: #FFF;
    color: #000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    border-radius: 40px;
    padding: 0 30px 0 30px;
    width: 200px;
    transition: border-radius 0.2s;
    margin-bottom: 11px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.mp-section3 .nav-pills .nav-link.active ,.mp-section2 .nav-pills .nav-link.active {
    background-color: #FFF;
    color: #000000;
    border-radius: 40px 40px 0 0;
    margin-bottom: 0;
    height: 71px;
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px 0 inset;
}

.mp-section3 .nav-pills .nav-link h6 ,.mp-section2 .nav-pills .nav-link h6 {
    margin: 0;
}

.mp-section3 .nav-pills .nav-link img , .mp-section2 .nav-pills .nav-link img {
    height: 60px;
    transform: translateY(-38%);
}

.mp-section3 .tab-content {
    background-color: #FFF;
    border-radius: 15px;
    width: 100%;
}

.mp-section3 .agesSlide.loading {
    height: 231px;
    position: relative;
    overflow: hidden;
}

:root {
    --d-slidermain-height: 300px;
}

.mp-section3 .agesSlide.loading::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}

.mp-section3 .agesSlide .swiper-lazy-preloader {
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    border-width: 2px;
}

.mp-section3 .agesSlide.loading .swiper-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.mp-section3 .tab-content .main-ages-box .ages-slider-box {
    padding: 0 50px 0 50px;
}

.mp-section3 .tab-content .main-ages-box .ages-slider-box .swiper-slide {
    min-height: calc(var(--d-slidermain-height) * 0.7);
    background: #e9e9eda3;
    text-align: center;
}
.mp-section3 .tab-content .main-ages-box .ages-slider-box .swiper-slide:has(img.swiper-lazy-loaded){
    background: transparent !important;
    min-height: auto;
}
.mp-section3 .tab-content .main-ages-box .ages-slider-box .swiper-slide img {
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 5px 0;
    color: transparent;
}

.mp-section3 .tab-content .main-ages-box .ages-text-box {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .mp-section3 .nav-pills .nav-link {
        padding: 0 10px 0 10px;
        width: 130px;
    }
}

@media screen and (max-width: 767px) {
    .mp-section3 .nav-pills .nav-link ,.mp-section2 .nav-pills .nav-link {
        flex-direction: column-reverse;
        width: 100px;
        padding: 0 10px 0 10px;
        height: 50px;
        border-radius: 17px;
    }

    .mp-section3 .nav-pills .nav-link.active ,.mp-section2 .nav-pills .nav-link.active {
        height: 61px;
    }

    .mp-section3 .nav-pills .nav-link h6,.mp-section2 .nav-pills .nav-link h6 {
        transform: translateY(-120%);
    }

    .mp-section3 .nav-pills .nav-link img,.mp-section2 .nav-pills .nav-link img {
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 767px) and (min-width: 577px){
    .mp-section3 .nav-pills {
        margin-top: 55px;
    }
}

@media screen and  (max-width: 576px) {
    .mp-section3 .nav-pills .nav-link.active ,.mp-section2 .nav-pills .nav-link.active {
        box-shadow: none;
        height: fit-content;
        opacity: 1;
    }
    .mp-section3 .tab-content {
        border-radius: 0 0 10px 10px;
    }
    .mp-section3 .nav-pills, .mp-section2 .nav-pills {
        justify-content: space-between;
    }

    .mp-section3 .nav-pills .nav-link,.mp-section2 .nav-pills .nav-link {
        opacity: 0.3;
        height: fit-content;
        width: 70px;
        box-shadow: none;
        margin-bottom: 0;
        transition: none;
    }

    .mp-section3 .nav-pills .nav-link img,.mp-section2 .nav-pills .nav-link img {
        height: 50px;
    }

    .mp-section3 .nav-pills .nav-link h6,.mp-section2 .nav-pills .nav-link h6 {
        font-size: 12px;
        white-space: nowrap;
    }

    .mp-section3 .tab-content .main-ages-box {
        flex-direction: column-reverse;
    }

    .mp-section3 .tab-content .main-ages-box .ages-text-box {
        align-items: center;
    }

}

/* ||||||||| Main Section sale ||||||||| */

.mp-section-sale{
    display: grid;
    grid-template-rows: 50px 50px 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 300px;
    direction: rtl;
    margin-top: 50px;
}
.mp-section-sale .one {
    padding: 0 50px 0 50px;
    grid-column: 1 / 4;
    grid-row: 1 / 4;
    border-radius: 15px;
    margin: 0 0 0 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #69C2F3;
}

.mp-section-sale .one:after {
    content: url("../img/new-main/connection.svg");
    position: absolute;
    left: -6%;
    top: 50%;
    transform: translateY(-50%);
}

.mp-section-sale .one .clock {
    max-width: 39%;
    transform: translate(0 ,-24%);
}

.mp-section-sale .one .segeft {
    max-width: 100%;
}

.mp-section-sale .one .timer {
    font-size: 24px;
}

.mp-section-sale .two {
    grid-column: 4 / 7;
    grid-row: 1 / 4;
    position: relative;
    padding-right: 40px !important;
    display: flex;
    background-color: #69C2F3;
    border-radius: 0 15px 15px 0;
    flex-direction: column;
    justify-content: space-around;
    /*padding-top: 10px;*/
}

.mp-section-sale .three {
    grid-column: 7 / 9;
    grid-row: 1 / 4;
    border-radius: 15px 0 0 15px;
    margin: 0;
    background-color: #69C2F3;
}

.mp-section-sale .three .special-sale-book-box {
    background-image: url("../img/new-main/sunbackground.svg");
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.mp-section-sale .two .price {
    display: flex !important;
    justify-content: center;
    /*padding: 20px 0 0 20px;*/
    font-size: 24px;
}

.mp-section-sale .two .price .prices {
    font-weight: 400;
    direction: rtl;
    line-height: 1;
    color: #000000;
}

.mp-section-sale .two .price .prices .old {
    position: relative;
    color: rgba(0, 0, 0, 0.40);
    margin-right: auto;
}

.mp-section-sale .two .price .prices .old::before {
    position: absolute;
    content: "";
    left: 0;
    top: 48%;
    right: 0;
    border-top: 2px solid #DF0000;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.mp-section-sale .two .price .prices span {
    font-size: 11px;
}
.mp-section-sale .two .price .prices .percent{
    color: red;
    background-color: #fff;
    padding: 9px 5px;
    border-radius: 100%;
    margin-right: 10px;
    margin-left: auto;
    border: 2px solid red;
}

.mp-section-sale .three .special-sale-book-box img {
    max-width: 50%;
    position: relative;
    filter: drop-shadow(0px 4px 6.8px rgba(0, 0, 0, 0.21));
    margin-top: -3%;
    max-height: 100%;
}

@media screen and (max-width: 1679px) {
    .mp-section-sale .one .clock{
        max-width: 49%;
    }
    .mp-section-sale .one:after {
        left: -8%;
    }
    .mp-section-sale .two .price {
        /*padding: 20px 0 12px 20px;*/
    }
    .mp-section-sale .three .special-sale-book-box img{
        margin-top: -4%;
    }
}

@media screen and (max-width: 1399px) {
    .mp-section-sale .one {
        margin: 0 0 0 32px;
        border-radius: 15px;
    }

    .mp-section-sale .one:after {
        content: url("../img/new-main/connection.svg");
        left: -11%;
        top: 31%;
        transform: none;
    }
    .mp-section-sale .one .clock{
        max-width: 55%;
        transform: translate(21px ,-47%);
    }

    .mp-section-sale .two {
        position: relative;
    }

    .mp-section-sale .two:after {
        content: none;
    }

    .mp-section-sale .two h5{
        font-size: 18px;
    }

    .mp-section-sale .three {
        grid-column: 6 / 9;
        border-radius: 15px 0 0 15px;
        margin: 0;
    }

}

@media screen and (max-width: 1199px) {
    .mp-section-sale .one {
        padding: 0 0 0 20px;
    }
    .mp-section-sale .one .clock {
        max-width: 50%;
        transform: translate(-5% ,-47%);
    }
    .mp-section-sale .one .timer{
        font-size: 20px;
    }
    /*.mp-section-sale .one .segeft{*/
    /*    max-width: 135%;*/
    /*}*/
    .mp-section-sale .one::after {
        left: -14%
    }

    .mp-section-sale .two{
        padding-right: 14px !important;
    }
    .mp-section-sale .two h4{
        font-size: 18px;
    }
    .mp-section-sale .two .price{
        font-size: 18px;
        /*padding: 20px 0 18px 20px;*/
    }
    .mp-section-sale .two .price .prices{
        align-items: center;
    }
    .mp-section-sale .two .price .prices .percent{
        padding: 8px 4px;
    }
    .mp-section-sale .three{
        grid-column: 7 / 9;
    }
    .mp-section-sale .three .special-sale-book-box img{
        margin-top: -4%;
    }
}

@media screen and (max-width: 991px) {
    .mp-section-sale{
        grid-template-rows: 40px 40px 40px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .mp-section-sale .one{
        margin: 0px 0 0 26px;
        padding: 0 0 0 15px;
    }
    .mp-section-sale .one::after {
        left: -13%;
    }
    .mp-section-sale .one .timer {
        font-size: 16px;
    }
    .mp-section-sale .two{
        grid-column: 4 / 7;
        /*padding-top: 0px;*/
    }

    .mp-section-sale .two h4 {
        font-size: 16px;
    }
    .mp-section-sale .two .price{
        /*padding: 0 0 11px 0*/
    }
    .mp-section-sale .three{
        grid-column: 7 / 9;
    }
    .mp-section-sale .three .special-sale-book-box{
        background-size: contain;
    }
    .mp-section-sale .three .special-sale-book-box img{
        max-width: 55%;
        margin-top: -6%
    }
}

@media screen and (max-width: 767px) {
    .mp-section-sale {
        grid-template-rows: 30px 40px 30px;
    }

    .mp-section-sale .one {
        padding: 0 0 0 20px;
        margin: 0 0 0 16px;
    }
    .mp-section-sale .one::after {
        left: -15%;
    }
    .mp-section-sale .one .clock{
        transform: translate(-3% ,-8%);
        max-width: 50%;
    }
    .mp-section-sale .one .timer {
        font-size: 16px;
    }
    .mp-section-sale .two{
        /*padding-top: 9px;*/
    }
    .mp-section-sale .two .price{
        font-size: 12px;
    }
    .mp-section-sale .two .price .prices{
        flex-direction: column-reverse;
        justify-content: center;
        position: relative;
    }
    .mp-section-sale .two .price .prices .main{
        margin-bottom: 9px;
        font-weight: bold;
    }
    .mp-section-sale .two .price .prices .old{
        margin-bottom: 10px;
        margin-right: unset;
    }
    .mp-section-sale .two .price .prices .percent{
        position: absolute;
        left: calc(50% - 65px);
        top: -10%;
        padding: 6px 2px;
    }
    .mp-section-sale .two h4 {
        font-size: 12px;
        margin-top: 10px;
    }
    .mp-section-sale .three .special-sale-book-box{
        background-size: contain;
    }
    .mp-section-sale .three .special-sale-book-box img{
        max-width: 66%;
        padding: 4px;
    }
}

@media screen and (max-width: 576px) {
    .mp-section-sale .one::after {
        left: -14%;
        transform: scale(0.7);
    }
}

@media screen and (max-width: 479px) {
    .mp-section-sale {
        grid-template-rows: 60px 40px 60px;
    }
    .mp-section-sale .one{
        grid-row: 1 / 3;
        grid-column: 1 / 9;
        margin: 0;
        padding: 20px;
    }
    .mp-section-sale .one::after {
        content: url("../img/new-main/connection.svg");
        position: absolute;
        left: 74%;
        transform: translate(-50%) rotate(90deg) scale(0.8);
        top: 77%
    }
    .mp-section-sale .one .clock{
        max-width: 25%;
        transform: none;
    }
    .mp-section-sale .one .segeft{
        transform: none;
        margin-right: 0;
        max-width: 50%;
    }
    .mp-section-sale .one .timer{
        font-size: 24px;
    }
    .mp-section-sale .two {
        grid-column: 1 / 5;
        margin-top: 16px;
        grid-row: 3 / 5;
    }
    .mp-section-sale .two h4 {
        font-size: 14px;
        margin-top: 0;
    }
    .mp-section-sale .two .price {
        font-size: 14px;
    }
    .mp-section-sale .three {
        grid-column: 5 / 9;
        grid-row: 3 / 5;
        margin-top: 16px;
    }
    .mp-section-sale .three .special-sale-book-box img {
        margin-top: 0;
        padding: 14px;
    }
}

@media screen and  (max-width: 419px){
    .mp-section-sale .two h4{
        white-space: normal;
        text-align: center;
    }
    .mp-section-sale .three .special-sale-book-box img{
        max-width: 75%;
    }
}

/* ||||||||| Main Section 4 ||||||||| */

.mp-section4 .moodboxswiper .swiper-slide {
    display: flex;
    justify-content: center;
}

.mp-section4 .hopeless, .mp-section4 .tired, .mp-section4 .curious, .mp-section4 .lonely {
    padding: 0 20px 20px 20px;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    width: 70%;
}

.mp-section4 .hopeless {
    background-color: #216CFF;
}

.mp-section4 .tired {
    background-color: #F50;
}

.mp-section4 .curious {
    background-color: #ED5A8F;
}

.mp-section4 .lonely {
    background-color: #36ABBD;
}

.mp-section4 .image-box {
    transform: translateY(-25%);
}

.mp-section4 .image-box .when_ {
    width: 80%;
}

.mp-section4 .image-box .moodboximg {
    max-width: 100%;
    width: 50%;
}

.mp-section4 .mood-box p {
    width: 70%;
}

@media screen and (max-width: 1399px) {

    .mp-section4 .hopeless, .mp-section4 .tired, .mp-section4 .curious, .mp-section4 .lonely {
        width: 100%;
    }

    .mp-section4 .image-box .when_ {
        width: 60%;
    }

    .mp-section4 .image-box .moodboximg {
        width: 45%;
    }
}

@media screen and (max-width: 1199px) {
    .mp-section4 .image-box .when_ {
        width: 70%;
    }

    .mp-section4 .image-box .moodboximg {
        width: 50%;
    }

    .mp-section4 .mood-box p {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {

    .mp-section4 .mood-box .image-box {
        flex-direction: column-reverse;
        align-items: center;
        transform: translateY(-13%);
    }

    .mp-section4 .mood-box p {
        width: 100%;
    }

    .mp-section4 .mood-box .image-box .when_ {
        display: none;
    }

    .mp-section4 .image-box .moodboximg {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .hopeless, .tired, .curious, .lonely {
        text-align: right;
    }

    .mp-section4 .mood-box .image-box {
        flex-direction: row;
        justify-content: space-around !important;
        transform: translateY(-30%);
    }

    .mp-section4 .mood-box .image-box .when_ {
        display: block;
        width: 100%;
    }

    .mp-section4 .image-box h5 {
        text-align: center;
    }

    .mp-section4 .image-box .moodboximg {
        width: 25%;
    }
}

@media screen and (max-width: 576px) {
    .hopeless, .tired, .curious, .lonely {
        padding: 0 40px 20px 40px;
    }

    .mp-section4 .mood-box .image-box .when_ {
        width: 60%;
    }

    .mp-section4 .image-box .moodboximg {
        width: 20%;
    }

    .mp-section4 .image-box h5 {
        text-align: right;
    }
}

@media screen and (max-width: 480px) {
    .hopeless, .tired, .curious, .lonely {
        padding: 0 30px 30px 30px;
    }

    .mp-section4 .image-box .moodboximg {
        width: 35%;
    }
}
/* ||||||||| Main Section 5 ||||||||| */

.mp-section5 .collection-box {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-around;*/
}
.mp-section5 .collection-box .collectionSwiper .swiper-slide{
    height: auto;
}
.mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0;
    height: 100%;
}
.mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide img{
    max-width: 100%;
    align-self: center;
}
.mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide .TextBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    text-align: justify;
}

.mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide .TextBox p {
    padding: 0 20px 0 0;
}

.mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide .TextBox .morebutton {
    margin: 0 20px 0 0;
}

@media screen and (max-width: 479px) {
    .mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide {
        flex-direction: column-reverse;
        align-items: center;
    }

    .mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide .TextBox {
        align-items: center;
    }

    .mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide .TextBox p {
        padding: 0;
    }

    .mp-section5 .collection-box .collectionSwiper .swiper-slide .collectionSlide .TextBox .morebutton {
        margin: 0;
    }
}
/* ||||||||| Main Section 6 ||||||||| */

.mp-section6 .swiper-slide{
    height: auto;
}

.mp-section6 .deltabox .swiper-slide {
    display: flex;
    justify-content: center;
}

.mp-section6 .deltabox .deltabook {
    padding: 0 10px 0 10px;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    background-color: #26ab96;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mp-section6 .deltabox .deltabook .deltaimg {
    max-width: 75%;
    margin-top: -30px;
}

.mp-section6 .bg-white {
    width: 100%;
    height: 220px;
    transform: translateY(-88%);
    position: absolute;
    background-image: url('../img/new-main/DELTAbackgorund.png');
    background-repeat: repeat;
}
.mp-section6 .morebutton{
    z-index: 1;
    left: 10px;
    position: absolute;
    bottom: -43px;
}

@media screen and (max-width: 1399px) {
    .mp-section6 .deltabox .deltabook {
        width: 100%;
    }
}
@media screen and (max-width: 576px){
    .mp-section6 .morebutton{
        left: 2%;
    }
}

/* ||||||||| Main Section 7 ||||||||| */

.mp-section7 .bg-white{
    border-radius: 15px;
}

/* ||||||||| Main Section 8 ||||||||| */

.foot-logos {
    display: flex !important;
    justify-content: space-around ;
    direction:rtl;
    padding:15px 0 30px 0;
}
.mp-section8 .foot-logos a {
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 0 13px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
    min-height: 40px;
    min-width: 120px;
    position: relative;
    font-size: 13px;
    line-height: 22px;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 5px;
}
.foot-logos a:hover {
    opacity: 0.80;
    filter: alpha(opacity=80);
}
.foot-logos a:last-child {
    margin-left: 0;
}
.mp-section8 .foot-logos a i {
    position: absolute;
    transform: translate(-10%, -22%);
    left: 0;
    display: block;
    font-size: 55px;
}
.mp-section8 .foot-logos a span {
    white-space: nowrap;
    display:block;
    font-family: YEKANBakh;
}
@media (max-width: 767px) {
    .foot-logos a { font-size:11px; }
    .foot-logos a i {
        font-size: 50px;
        line-height: 50px;
    }
}
@media (max-width: 575px) {
    .foot-logos {
        flex-wrap: wrap !important;
        justify-content: space-around;
    }
    .foot-logos div{
        flex: 0 0 auto;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .mp-section8 .foot-logos a i {
        transform: translate(9%, -22%);
        font-size: 40px;
    }
}
/*end new main*/

/* ||||||||| Speedbar ||||||||| */
.delta-speedbar {
    direction: rtl;
    color: #444;
    margin: 10px 0;
}
.delta-speedbar i {
    color: var(--m-color2) !important;
}
.delta-speedbar a {
    color: var(--m-color1);
}
.delta-speedbar a:hover {
	border-bottom: 1px dotted;
}
/* ||||||||| filters ||||||||| */
.dfilters {
    position: sticky;
    top: 10px;
    background-color: #ffffff96;
    border: 1px solid #d7e9f6;
    border-radius: 15px;
    direction: rtl;
}
@media screen and (min-width:768px ) {
    .delta-init.blogshortstory .dfilters{
        position: static;
    }
}
.dfilters h5 {
    display: flex !important;
    align-items: center !important;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 15px;
}
.dfilters h5 #del-filters {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: var(--m-color2);
    margin-right: auto;
    cursor: pointer;
}
.dfilters .filitem {
    list-style: none;
    padding: 10px 15px;
    margin: 0 10px 10px;
    border-bottom: 1px solid #FEEAD3;
}
.dfilters .filitem:last-child {
    border-bottom: none;
}
.dfilters .filitem h6 {
    display: flex !important;
    align-items: center !important;
    font-size: 13px;
	font-weight: bold;
    margin-bottom: 18px;
}
.dfilters .filitem h6 .fie {
    margin-right: auto;
    font-size: 10px;
    color: var(--m-color1);
}
.dfilters .filitem .del_filter_syd{
    cursor: pointer        ;
}
.dfilters .solofilter {
    margin-right: auto;
}
.dfilters .modal-header {
	padding: 0 1rem;
}
.dfilters .modal-title {
	line-height: normal;
}
@media only screen and (min-width: 768px) {
    .dfilters .modal-fullscreen {
        width: 100% !important;
    }
    .dfilters .modal-dialog .modal-content {
        background-color: #ffffffde;
        border-radius: 15px;
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }
    .dfilters .modal-dialog .modal-content .modal-header {
        padding: 0;
        border-bottom: 1px solid #FEEAD3;
        margin: 0 10px
    }
    .dfilters .modal-header .btn-close {
      	display: none;
    }
    .dfilters .modal-title {
        width: 100%;
    }
    .dfilters h5 #del-filters {
        display: block;
    }
    .dfilters .modal-body {
        padding: 0;
        overflow-y: clip;
    }
    .dfilters .filitem .body{
        max-height: 200px;
        overflow-y: auto;
        scrollbar-color: #FEBD70 #FFF3E4;
        scrollbar-width: thin;
    }
    .dfilters .modal-footer {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .dfilters {
        position: fixed;
        top: 0 !important;
        border-radius: 0;
    } 
    .dfilters h5 {
        padding: 10px 15px;
    }
}
/* ||||||||| cats Page ||||||||| */
.delta-init {
    display: flex !important;
}
.delta-init .dsidebar {
    position: relative;
    width: 300px;
    flex: 0 0 300px;
    margin-left: 20px;
    padding-bottom: 25px;
    padding-top: 50px;
}
.delta-main {
    align-self: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row-reverse !important;
    flex-grow: 1 !important;
    width: calc(100% - 300px);
    padding-bottom: 25px;
}
.delta-main .cats-sort {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    direction: rtl;
    padding: 10px 0;
    /*border-bottom: 1px solid #d7e9f6;*/
}
.delta-main .cats-sort .tit {
    font-weight: 500;
    white-space: nowrap;
}
.delta-main .cats-sort .tit i {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px;
}
.delta-main .cats-sort .tit span {
    display: none;
}
.delta-main .cats-sort .fadelayer {
    position: relative;
    flex: 0 0 auto;
    width: calc(100% - 152px);
    margin-left: 10px;
}
.delta-main .cats-sort .fadelayer::after {
  content: '';
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(219,240,255);
  background: -moz-linear-gradient(270deg, rgba(219,240,255,0) 0%, rgba(219,240,255,1) 75%);
  background: -webkit-linear-gradient(270deg, rgba(219,240,255,0) 0%, rgba(219,240,255,1) 75%);
  background: linear-gradient(270deg, rgba(219,240,255,0) 0%, rgba(219,240,255,1) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbf0ff",endColorstr="#dbf0ff",GradientType=1);
}
.delta-main .cats-sort .filters {
    display: flex !important;
    align-items: center !important;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
}
.delta-main .cats-sort .filters::-webkit-scrollbar {width: 3px;}
.delta-main .cats-sort .filters::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
.delta-main .cats-sort .filters::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(11,31,93,0.5); }
.delta-product .toolbar ul.cats li {
    list-style: none;
    margin-left: 15px;
    font-weight: 500;
}
.delta-main .cats-sort .filters label {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    margin-left: 15px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.delta-main .cats-sort .filters label:last-child {
    margin-left: 0;
}
.delta-main .cats-sort .filters label input {
    pointer-events: auto;
    cursor: pointer;
    width: 1px;
    height: 1px;
}
.delta-main .cats-sort .filters label input:checked ~ span {
    color: var(--m-color1);
    font-weight: 500;
}
.delta-main .cats-sort .count {
    margin-right: auto;
    white-space: nowrap;
}
.delta-main #filterbtn {
	display: none;   
}
.delta-main .cats-sort .offcanvas-bottom {
	height: auto;
}
.delta-main .cats-sort .offcanvas-header {
	padding: .5rem 1rem;
}
.delta-main .offcanvas-header .btn-close {
	padding: 0;
}
.delta-main .cats-sort .offcanvas-header h5 {
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (min-width: 768px) {
    .delta-main .cats-sort .filters {
        padding-right: 10px;
        padding-left: 25px;
    }
    .delta-main .cats-sort .offcanvas {
        position: relative;
        bottom: auto;
        z-index: auto;
        visibility: visible;
        background-color: transparent;
    }
	.delta-main .cats-sort .offcanvas-header {
        display: none;
    }
    .delta-main .cats-sort .offcanvas-bottom {
  		height: auto;
        border-top: none;
        transform: none;
    }
    .offcanvas-body {
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .delta-main .has-sidebar{
        width: calc(100% - 245px);
    }
    .delta-init .dsidebar {
        width: 245px;
        flex: 0 0 245px;
        font-size: 10px;
        margin-left: 4px;
    }
}
@media only screen and (max-width: 767px) {
    .delta-main{
        width: 100%;
    }
    .delta-init {
        flex-direction: column !important;
    }
    .delta-init .dsidebar {
        width: 100%;
        flex: 0 0 auto;
        margin-left: 0;
    }
    .delta-main .cats-sort {
        font-size: 12px;
    }
    .delta-main .cats-sort .tit:hover {
        color: var(--m-color1);
        cursor: pointer;
    }
	.delta-main .cats-sort .fadelayer {
		width: 100%;
        position: fixed;
        margin-left: 0;
    }
    .delta-main .cats-sort .fadelayer::after {
        display: none;
    }
    .delta-main .cats-sort .filters {
        flex-direction: column !important;
        align-items: flex-start !important;
        overflow-x: visible;
        overflow-y: auto;
    }
    .delta-main #filterbtn {
        display: block;
        margin-left: 20px;
    }
	.delta-main .cats-sort .filters label {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        margin-left: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f0f0f1;
    }
	.delta-main .cats-sort .filters label:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }
    .delta-main .cats-sort .filters label input:checked ~ span {
        display: flex !important;
        align-items: center !important;
        width: 100%;
    }
    .delta-main .cats-sort .filters label input:checked ~ span::after {
        content: '\f00c';
        font-weight: 400;
        font-family: "Font Awesome 5 Pro";
        margin-right: auto;
    }
}
/* product list */
.product-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex: 0 0 auto;
    padding: 25px;
    background-color: #FFFCF5E5;
    border-radius: 13px;
    border: 1px solid #FEEAD3;
}
.delta-main.has-sidebar .product-card , .delta-main .product-card {
    width: 23.9%;
    margin: 7px;
}
.product-card .extra_icons{
    transform: translate(25% ,-31%);
}
.product-card .pic {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start;
    max-width: 100%;
    height: 220px;
    position: relative;
}
.product-card .pic img{
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0px 4px 9.2px 0px rgba(0, 0, 0, 0.24);
}
.product-card .title {
    margin: 14px 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #535353;
}
.product-card .foot{
    display: flex !important;
    justify-content: space-between !important;
    align-items: end;
    width: 100%;
    margin-top: auto;
}
.product-card .price{
    width: calc(100% - 40%);
    text-align: left;
}
.product-card .price .now{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    direction: rtl;
}
.product-card .price .now span{
    font-size: 18px;
    font-weight: 700;
    margin-left: 2px;
}
.product-card .price .now.grey-text{
    font-size: 12px;
}
.product-card .price .sale{
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    margin-bottom: -5px;
}
.product-card .price .sale span{
    font-size: 14px;
    color: #acacac;
    margin-left: 6px;
    position: relative;
    margin-right: auto;
}
.product-card .price .sale span::before{
    position: absolute;
    content: "";
    left: 0;
    top: 48%;
    right: 0;
    border-top: 1px solid #DF0000;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.product-card .score{
    align-self: flex-end !important;
    color: #444;
    font-weight: 500;
    direction: rtl;
}
.product-card .score i{
    color: #F29421;
    vertical-align: middle;
}
.product-card .score .addToCartShort{
    font-size: 25px;
    cursor: pointer;
}
@media screen and (max-width: 1679px){
    .delta-main.has-sidebar .product-card ,.delta-main .product-card {
        width: 23.5%;
    }
    .product-card .pic{
        height: 200px;
    }
}
@media screen and (max-width: 1399px){
    .delta-main.has-sidebar .product-card ,.delta-main .product-card{
        width: 31%;
    }
}
@media screen and (max-width: 1199px){
    .product-card .pic{
        height: 120px;
    }
}
@media screen and (max-width: 991px){
    .delta-main.has-sidebar .product-card ,.delta-main .product-card{
        width: 45.999%;
    }
}
@media screen and (max-width: 767px){
    .delta-main.has-sidebar .product-card ,.delta-main .product-card {
        width: 47%;
    }
    .product-card .pic {
        height: 130px;
    }
}
@media only screen and (max-width: 575px) {
    .delta-main.has-sidebar .product-card ,.delta-main .product-card{
        width: 47.9%;
        margin: 3px;
    }
    .product-card {
        padding: 25px 15px 15px;
    }
    /*.product-card .extra_icons{*/
    /*    font-size: 9px;*/
    /*}*/
    .product-card .title {
        margin: 10px 0 8px;
        font-size: 12px;
        height: 35px;
    }
    .product-card .price .now {
        font-size: 9px;
        font-weight: 300;
    }
    .product-card .price .now span{
        font-size: 14px;
        font-weight: 500;
        margin-left: 2px;
    }
    .product-card .price .sale{
        margin-bottom: -5px;
    }
    .product-card .price .sale span:not(:last-of-type){
        font-size: 11px;
        margin-left: 3px;
    }
    .product-card .price .sale span.off{
        font-weight: 500;
        font-size: 11px;
        padding: 0 3px;
    }
}
@media only screen and (max-width: 450px) {
    .product-card .pic {
        height: 100px;
    }
}
@media only screen and (max-width: 340px) {
    .delta-main.has-sidebar .product-card ,.delta-main .product-card{
        width: 100%;
        margin: 3px 0;
    }
}


/* ||||||||| related books ||||||||| */
.relatedbooks {
    flex-grow: 1;
}
.relatedbooks .swiper-button-next {
    left: 0 !important;
    color: #a8a8a8;
    background-color: #fff;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15);
    box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15);
    border-radius: 0 8px 8px 0;
    height: 60px;
    margin-top: -30px;
}
.relatedbooks .swiper-button-prev {
    right: 0 !important;
    color: #a8a8a8;
    background-color: #fff;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
    box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
    border-radius: 8px 0 0 8px;
    height: 60px;
    margin-top: -30px;
}
.relatedbooks .swiper-button-next::after, .relatedbooks .swiper-button-prev::after {
    font-size: 15px;
}
.relatedbooks .swiper-button-next.swiper-button-disabled, .relatedbooks .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.relatedbooks .swiper-pagination{
    bottom: 30px;
}
@media only screen and (max-width: 350px) {
    .relatedbooks .swiper-button-next, .relatedbooks .swiper-button-prev {
        display: none;
    }
}

/* ||||||||| Products Page ||||||||| */

.delta-product {
    display: flex !important;
}
.delta-product .cl1 {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    width: calc(100% - 425px);
    direction: rtl;
    margin-right: 33px;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.delta-product h1 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
}
.delta-product .toolbar {
    display: flex !important;
    justify-content: space-between !important;
}
.delta-product .toolbar .fadelayer {
    display: flex;
    position: relative;
    flex: 0 0 auto;
    width: calc(100% - 125px);
    margin-left: 10px;
}
.delta-product .toolbar .fadelayer::after {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.delta-product .toolbar ul.cats {
    display: flex !important;
    flex-wrap: wrap;
    padding-right: 0;
}
.delta-product .toolbar ul.cats::-webkit-scrollbar {width: 3px;}
.delta-product .toolbar ul.cats::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
.delta-product .toolbar ul.cats::-webkit-scrollbar-thumb {-webkit-box-shadow: inset 0 0 6px rgba(11,31,93,0.5); }
.delta-product .toolbar ul.cats li {
    list-style: none;
    margin-left: 15px;
    font-weight: 500;
}
.delta-product .toolbar ul.cats li::before {
    content: '\f111';
    font-family: "Font Awesome 5 pro";
    font-size: 8px;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 3px;
    color: var(--m-color2);
}
.delta-product .toolbar ul.cats li:hover::before {
    color: var(--m-color1);
}
.delta-product .toolbar ul.cats li a {
    color: #666;
    white-space: nowrap;
}
.delta-product .cl1 .title h1{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}
@media only screen and (max-width: 1679px) {
    .delta-product .cl1 {
        width: calc(100% - 350px);
    }
}
@media only screen and (max-width: 1399px) {
    .delta-product .cl1 {
        width: calc(100% - 305px);
    }
}
@media only screen and (max-width: 1199px) {
    .delta-product .cl1 {
        width: calc(100% - 255px);
    }
    .delta-product h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .delta-product .toolbar ul.cats li {
        margin-left: 12px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .delta-product .cl1 {
        width: calc(100% - 265px);
    }
}
@media only screen and (max-width: 767px) {
    .delta-product {
        flex-wrap: wrap !important;
    }
    .delta-product .cl1 {
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0;
        order: 1 !important;
        padding: 5px 10px 0;
    }
    .delta-product h1 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .delta-product .toolbar {
        flex-wrap: wrap !important;
    }
    .rating, .unit-rating {
        margin-right: auto;
    }
}
.delta-product .cl2 {
    width: 400px;
    background-color: #fff;
    position: relative;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.delta-product .cl2:after{
    content: url("/templates/mehrsa/img/new-main/productconnection.svg");
    position: absolute;
    left: -9%;
    bottom: 40%;
}
.delta-product .cl21 {
    position: relative;
}
.delta-product .cl2 .media-block {
    padding-right: 15px;
}
.delta-product .cl21 .extra_icons {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 4;
    background-color: #fff;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 0px 3.703px 7.777px 0px rgba(0, 0, 0, 0.15), 0px 0px 1.852px 0px rgba(0, 0, 0, 0.21) inset;
    transform: translateY(-23%);
}
.delta-product .cl21 .extra_icons img{
    filter: grayscale(100%);
    opacity: 0.4;
}
.delta-product .cl21 .extra_icons img.coloredicon{
    filter: none;
    opacity: 1;
}
.picSlide {
    width: 100%;
    height: 100%;
    border: 2px solid #cccccc5c;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
.picSlide .swiper-slide,
.picSlideThumb .swiper-slide {
    background-size: cover;
    background-position: center;
}
.picSlide .swiper-slide {
    background-color: #cccccc5c;
    min-height: 100%;
}
.picSlide .swiper-slide:has(img.swiper-lazy-loaded){
    min-height: auto;
}
.picSlide .swiper-slide.firstslide {
    min-height: 400px;
}
.picSlide .swiper-lazy-preloader-dark {
    --swiper-preloader-color: var(--m-color2);
}
.picSlide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picSlide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--m-color1l); }
.picSlideThumb {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 30px;
}
.picSlideThumb .swiper-slide {
    opacity: 0.4;
    position: relative;
    height: 90px;
    overflow: hidden;
    opacity: 1;
    background-color: #cccccc5c;
    border: 2px dotted var(--m-color1l);
    border-radius: 10px;
    cursor: pointer;
}
.picSlideThumb .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid var(--m-color1l);
}
.picSlideThumb .swiper-slide img {
    position: absolute;
    height: 90px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.picSlideThumb .swiper-lazy-preloader-dark {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
    --swiper-preloader-color: var(--m-color2);
    border-width: 2px;
}
@media only screen and (max-width: 1399px) {
    .delta-product .cl2 {
        width: 280px;
    }
    .delta-product .cl2::after {
        left: -12%;
    }
    .picSlide .swiper-slide.firstslide {
        min-height: 250px;
    }
    .picSlideThumb {
        padding: 5px 0 30px;
    }
    .picSlideThumb .swiper-slide {
        height: 85px;
    }
    .picSlideThumb .swiper-slide img {
        height: 85px;
    }
}
@media only screen and (max-width: 1199px) {
    .delta-product .cl2 {
        width: 235px;
    }
    .delta-product .cl2::after {
        left: -15%;
    }
    .picSlide .swiper-slide.firstslide {
        min-height: 200px;
    }
    .picSlideThumb .swiper-slide {
        height: 105px;
    }
    .picSlideThumb .swiper-slide img {
        height: 105px;
    }
}
@media only screen and (max-width: 991px) {
    .delta-product .cl2 {
        width: 250px;
    }
    .delta-product .cl2::after {
        left: -14%;
    }
    .picSlide .swiper-slide.firstslide {
        min-height: 230px;
    }
    .picSlideThumb .swiper-slide {
        height: 115px;
    }
    .picSlideThumb .swiper-slide img {
        height: 115px;
    }
}
@media only screen and (max-width: 767px) {
    .delta-product .cl2 {
        width: 100%;
        order: 0 !important;
        margin-bottom: 34px;
    }
    .delta-product .cl2::after {
        left: 50%;
        bottom: 0;
        transform: translate(-50% , 68%) rotate(-90deg);
    }
    .delta-product .cl2 .media-block {
        padding-right: 0;
        margin: 0 auto;
        width: 250px;
    }
    .picSlideThumb .swiper-slide {
        height: 80px;
    }
    .picSlideThumb .swiper-slide img {
        height: 80px;
    }
}
@media only screen and (max-width: 575px) {
    .picSlideThumb .swiper-slide {
        height: 58px;
        border-radius: 5px;
    }
    .picSlideThumb .swiper-slide img {
        height: 58px;
    }
}
@media only screen and (max-width: 369px) {
    .delta-product .cl2 .media-block {
        width: 230px;
    }
    .picSlide .swiper-slide.firstslide {
        min-height: 215px;
    }
}
.delta-product .vnum {
    direction: rtl;
    text-align: left;
    font-size: 11px;
    color: #888;
    margin-top: -3px;
    padding-left: 5px;
}
.delta-product .cl3 {
    flex-grow: 1 !important;
    display: flex !important;
    margin-top: 10px;
}
.delta-product .cl3 .cl31 {
    flex-grow: 1 !important;
}
.delta-product .cl3 .cl32,
.delta-product .second-addcartblock {
    position: relative;
    width: 300px;
    flex: 0 0 auto;
}
.delta-product .cl32 .r1 .extra_icons ,
.product-card .extra_icons,
.second-addcartblock .body .r1 .pblock .img .extra_icons {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    background-color: red;
    padding: 6px;
    border-radius: 100%;
    transform: translateY(-35%);
    border: 1px solid red;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: bold;
}
.delta-product .specialblock {
    display: flex !important;
    align-items: center !important;
    background: #ec4e4b17;
    color: #bd1816;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #ec4e4b38;
    border-radius: 8px;
}
.delta-product .specialblock .txt {
    font-weight: 500;
    flex-grow: 1;
    text-align: center;
}
.delta-product .specialblock .txt span {
    padding: 0 10px 0 0;
}
.delta-product .specialblock .timer .ttime {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
}
.delta-product .specialblock .timer .ttime li {
    list-style: none;
    padding-right: 3px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    font-weight: 500;
}
.delta-product .specialblock .timer .ttime li:last-child {
    padding-right: 0;
}
.delta-product .specialblock .timer .ttime li span {
    font-size: 9px;
    color: #888;
    font-weight: 300;
}
.delta-product .pcartblock {
    position: sticky;
    top: 10px;
}
.delta-product .deltacode {
    display: flex !important;
    align-items: center !important;
    padding: 20px 15px;
    font-weight: 400;
}
.delta-product .guarantee i,
.delta-product .deltacode i {
    font-size: 18px;
    margin-left: 8px;
}
.delta-product .guarantee i {
    color: #DD590F;
}
.delta-product .deltacode i {
    color: #f22079;
}
.delta-product .addcartblock {
    margin-top: 20px;
}
.delta-product .addcartblock .r1 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: column;
    padding: 15px;
    border-radius: 12px 12px 0 0;
    border: 1px solid #FEEAD3;
    background: #FFFCF5;
    box-shadow: 0px 4.743px 4.743px 0px rgba(0, 0, 0, 0.04);
    margin: 0 11px;
}
.delta-product .addcartblock .r1 img{
    max-width: 50%;
    border-radius: 8.301px;
    border: 1.186px dashed var(--m-color1);
    box-shadow: 0px 4.743px 5.929px 0px rgba(0, 0, 0, 0.05);
    margin: 0 0 10px;
}
.delta-product .addcartblock .r1 .price {
    font-weight: 700;
}
.delta-product .addcartblock .r1 .current.pwc {
    display: flex !important;
    align-items: center !important;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1;
}
.delta-product .second-addcartblock .addcartblock .r1 .current.pwc {
    font-size: 18px;
}
.delta-product .addcartblock .r1 .current.pwc span {
    font-size: 17px;
    letter-spacing: normal;
    margin-right: 7px;
}
/*.second-addcartblock .body .r1 .pblock .img .extra_icons{*/
/*    padding: 2px !important;*/
/*}*/
.delta-product .second-addcartblock .addcartblock .r1 .current.pwc span {
    font-size: 14px;
    margin-right: 5px;
}
.delta-product .addcartblock .r1 .old {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}
.delta-product .addcartblock .r1 .old .sale {
    line-height: 1;
    background-color: #fb34881f;
    color: #f22079;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: 500;
}
.delta-product .second-addcartblock .addcartblock .r1 .old .sale {
    font-size: 12px;
}
.delta-product .addcartblock .r1 .old .pwc {
    display: flex !important;
    align-items: center !important;
    position: relative;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 500;
    color: #F66;
}
.delta-product .second-addcartblock .addcartblock .r1 .old .pwc {
    font-size: 14px;
}
.delta-product .addcartblock .r1 .old .pwc::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #f22079;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.delta-product .addcartblock .r1 .old .pwc span {
    font-size: 14px;
    letter-spacing: normal;
    margin-right: 5px;
}
.delta-product .second-addcartblock .addcartblock .r1 .old .pwc span {
    font-size: 12px;
}
.delta-product .addcartblock .r2 .count {
    display: flex !important;
    align-items: center !important;
    padding: 5px;
    border-radius: 6px;
    background: #FFF;
}
.delta-product .addcartblock .r2 .count input {
    width: 40px;
    text-align: center;
    margin: 0 8px;
    border: none;
    border-left: 1px solid #e9eaeb;
    border-right: 1px solid #e9eaeb;
    outline: none;
}
.delta-product .addcartblock .r2 .count input::-webkit-outer-spin-button,
.delta-product .addcartblock .r2 .count input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.delta-product .addcartblock .r2 .count input[type=number] {
    -moz-appearance: textfield;
}
.delta-product .addcartblock .r2 .count i {
    font-size: 18px;
}
.delta-product .addcartblock .r2 .count i.fa-plus-circle { color: #34a853; }
.delta-product .addcartblock .r2 .count i.fa-minus-circle { color: #f22079; }
.delta-product .addcartblock .r2 .addcartbtn {
    width: 100%;
    position:relative;
    overflow: hidden;
    padding: 0;
    height: 80px;
    background: var(--m-color1);
    color: #fff;
    border: none;
    border-radius: 12px;
}
.delta-product .addcartblock .r2 .addcartbtn.nostock {
    background: #fdcccc;
    color: #bf2120;
}
.delta-product .second-addcartblock .addcartblock .r2 .addcartbtn {
    height: 65px;
}
.delta-product .second-addcartblock .addcartblock .r2 .addcartbtn::before {
    margin-top: -42px;
}
.delta-product .addcartblock .r2 .addcartbtn span {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}
.delta-product .second-addcartblock .addcartblock .r2 .addcartbtn span {
    font-size: 13px;
}
.delta-product .addcartblock .r2 .addcartbtn span i {
    vertical-align: middle;
    font-size: 22px;
}
.delta-product .second-addcartblock .addcartblock .r2 .addcartbtn span i {
    font-size: 18px;
}
.delta-product .second-addcartblock {
    margin-right: 34px;
    position: relative;
}
.delta-product .second-addcartblock .body {
    position: sticky;
    top: 65px;
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.delta-product .second-addcartblock .body.topfornav {
    top: 125px !important;
}
.delta-product .second-addcartblock .body.topfornav:after {
    content: url("/templates/mehrsa/img/new-main/productconnection.svg");
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(96%, -63%);
}
@media only screen and (max-width: 1169px) {
    .delta-product .second-addcartblock .body.topfornav {
        top: 115px !important;
    }
}
.delta-product .second-addcartblock .pblock {
    display: flex !important;
    flex-direction: column;
}
.delta-product .second-addcartblock .pblock .img {
    flex: 0 0 auto;
    width: 70px;
}
.delta-product .second-addcartblock .pblock .img img {
    max-width: 100%;
    border-radius: 10px;
}
.delta-product .second-addcartblock .pblock h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}
@media only screen and (max-width: 1399px) {
    .delta-product .cl3 .cl32,
    .delta-product .second-addcartblock  {
        width: 280px;
    }
}
@media only screen and (max-width: 1199px) {
    .delta-product .cl3 .cl32,
    .delta-product .second-addcartblock  {
        width: 230px;
    }
    .delta-product .specialblock {
        padding: 10px;
        margin-bottom: 8px;
    }
    .delta-product .specialblock .txt {
        font-size: 12px;
    }
    .delta-product .deltacode {
        padding: 15px 10px;
    }
    .delta-product .guarantee i, .delta-product .deltacode i {
        font-size: 14px;
        margin-left: 5px;
    }
    .delta-product .guarantee, .delta-product .deltacode {
        font-size: 12px;
    }
    .delta-product .addcartblock {
        margin-top: 15px;
    }
    .delta-product .addcartblock .r1 {
        padding: 10px;
    }
    .delta-product .addcartblock .r1 .current.pwc {
        font-size: 20px;
    }
    .delta-product .second-addcartblock .addcartblock .r1 .current.pwc {
        font-size: 16px;
    }
    .delta-product .addcartblock .r1 .current.pwc span {
        font-size: 14px;
        margin-right: 5px;
    }
    .delta-product .second-addcartblock .addcartblock .r1 .current.pwc span {
        font-size: 13px;
    }
    .delta-product .addcartblock .r1 .old .sale,
    .delta-product .second-addcartblock .addcartblock .r1 .old .sale {
        margin-left: 5px;
        padding: 2px 3px;
        font-size: 11px;
    }
    .delta-product .addcartblock .r1 .old .pwc {
        font-size: 13px;
        font-weight: 400;
    }
    .delta-product .second-addcartblock .addcartblock .r1 .old .pwc {
        font-size: 12px;
    }
    .delta-product .addcartblock .r1 .old .pwc span {
        font-size: 11px;
        margin-right: 3px;
    }
    .delta-product .second-addcartblock .addcartblock .r1 .old .pwc span {
        font-size: 10px;
    }
    .delta-product .addcartblock .r1 .count i {
        font-size: 15px;
    }
    .delta-product .addcartblock .r1 .count input {
        width: 38px;
        margin: 0 6px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 991px) {
    .delta-product .cl3 {
        flex-direction: column !important;
    }
    .delta-product .cl3 .cl31 {
        order: 1 !important;
        margin-top: 10px;
    }
    .delta-product .cl3 .cl32 {
        display: flex !important;
        position: static;
        order: 0 !important;
        width: 100%;
    }
    .delta-product .second-addcartblock  {
        display: none !important;
    }
    .delta-product .specialblock {
        order: 1 !important;
        flex-grow: 1 !important;
        align-self: flex-start !important;
        margin-bottom: 0;
    }
    .delta-product .pcartblock {
        position: static;
        top: auto;
        order: 0 !important;
        background: none;
        border: none;
        box-shadow: none;
    }
    .delta-product .deltacode {
        padding: 3px 0 7px 20px;
    }
    .delta-product .deltacode.bb1 {
        border-bottom: none;
    }
    .delta-product .addcartblock {
        display: flex !important;
        align-items: center;
        position: fixed;
        background-color: #FFFCF5;
        bottom: 0;
        right: 0;
        width: 100%;
        z-index: 5;
        margin-top: 0;
        padding: 5px 10px;
        outline: 5px solid #70707024;
    }
    .delta-product .addcartblock .r1 {
        flex-grow: 1 !important;
        width: 100%;
        padding: 0 0 0 20px;
        border: none;
        box-shadow: none;
        margin: 0;
        flex-direction: row;
    }
    .delta-product .addcartblock .r1 img{
        max-width: 9%;
        margin: 0;
    }
    .delta-product .cl32 .r1 .extra_icons{
        order: 1;
        margin-right: auto;
        /*transform: translateY(-60%);*/
        position: static;
        /*padding: 4px;*/
        /*font-size: 8px;*/
    }
    .delta-product .addcartblock .r1 .price{
        order: 2;
    }
    .delta-product .addcartblock .r1 .old{
        margin: 0 0 10px 0;
    }
    .delta-product .addcartblock .r1 .count i {
        font-size: 20px;
    }
    .delta-product .addcartblock .r1 .count input {
        width: 50px;
        margin: 0 10px;
        font-size: 14px;
    }
    .delta-product .addcartblock .r2 {
        width: 300px;
        margin-top: 0;
        padding: 0;
    }
    .delta-product .addcartblock .r2 .addcartbtn {
        height: 60px;
    }
    .delta-product .addcartblock .r2 .addcartbtn span {
        font-size: 14px;
    }
    .delta-product .addcartblock .r2 .addcartbtn span i {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .delta-product .addcartblock .r1 img {
        max-width: 14%;
    }
    .delta-product .cl3 .cl32 {
        padding: 5px 0px;
    }
}
@media only screen and (max-width: 575px) {
    .delta-product .addcartblock .r1 img {
        max-width: 20%;
    }
    .delta-product .addcartblock .r1 .count i {
        font-size: 16px;
    }
    .delta-product .addcartblock .r1 .count input {
        width: 45px;
        margin: 0 8px;
    }
}
@media only screen and (max-width: 479px) {
    .delta-product .cl3 .cl31 {
        margin-top: 0;
    }
    .delta-product .cl3 .cl32 {
        flex-direction: column !important;
    }
    .delta-product .specialblock {
        order: 0 !important;
        flex-grow: 1 !important;
        width: 100%;
        margin-bottom: 5px;
    }
    .delta-product .pcartblock {
        order: 1 !important;
    }
    .delta-product .addcartblock{
        flex-direction: column;
    }
    .delta-product .addcartblock .r1 {
        flex-grow: 0;
        flex-direction: row-reverse;
        padding: 0 15px 8px 15px;
        justify-content: center !important;
    }
    .delta-product .addcartblock .r1 .price{
        flex-direction: row-reverse;
        display: flex;
    }
    .delta-product .cl32 .r1 .extra_icons{
        transform: none;
        position: static;
        margin: 0;
    }
    .delta-product .cl32 .r1 img{
        display: none;
    }
    .delta-product .addcartblock .r1 .old{
        margin: 10px;
    }
    .delta-product .addcartblock .r2 {
        width: 100%;
    }
    .delta-product .addcartblock .r2 .count {
        border: 1px solid var(--m-color1);
    }
}
@media only screen and (max-width: 419px) {
    .delta-product .addcartblock .r1 {
        justify-content: center !important;
    }
    .delta-product .addcartblock .r1 .current.pwc {
        font-size: 15px;
        letter-spacing: normal;
    }
    .delta-product .addcartblock .r1 .current.pwc span {
        font-size: 13px;
        margin-right: 3px;
    }
    .delta-product .addcartblock .r1 .old .sale {
        margin-right: 10px;
    }
    .delta-product .addcartblock .r1 .old .pwc {
        font-size: 11px;
        letter-spacing: normal;
    }
    .delta-product .addcartblock .r1 .old .pwc span {
        font-size: 10px;
        margin-right: 2px;
    }
    .delta-product .addcartblock .r1 .count input {
        font-size: 11px;
    }
    .delta-product .addcartblock .r1 .count i {
        font-size: 14px;
    }
    .delta-product .addcartblock .r2 .addcartbtn {
        height: 55px;
    }
    .addcartblock .r2 .addcartbtn span {
        font-size: 12px;
        font-weight: 500;
    }
    .delta-product .addcartblock .r2 .addcartbtn span i {
        font-size: 15px;
        margin-left: .3rem !important;
    }
}
@media only screen and (max-width: 319px) {
    .delta-product .addcartblock .r1 .current.pwc {
        margin-left: 5px;
    }
    .addcartblock .r1 .old .sale {
        display: none;
    }
    .delta-product .addcartblock .r2 .addcartbtn {
        height: 50px;
    }
    .delta-product .addcartblock .r2 .addcartbtn span {
        font-size: 12px;
        font-weight: 500;
    }
}
.delta-product .shortdscp ul.list-items {
    padding-right: 0;
}
.delta-product .shortdscp ul.list-items li {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    list-style: none;
    line-height: 32px;
}
.delta-product .shortdscp ul.list-items li b {
    font-weight: 700;
    color: #67717a;
}
.delta-product .shortdscp ul.list-items li a{
    color: #3e3e3e;
    border-bottom: 1px dotted #ababab;
}
.delta-product .shortdscp ul.list-items li.ages a{
    color: var(--m-color1);
    border-bottom: 1px dotted var(--m-color1);
}
.delta-product .shortdscp ul.list-items li.has_audiobook{
    border: 1px solid #f193204a;
    border-radius: 5px;
    background-color: #f193201f;
}
.delta-product .shortdscp p{
    border-top: 1px solid #e1e1e1;
}
.delta-product .more {
    display: inline-block;
    font-weight: bold;
    color: var(--m-color2);
    font-size: 12px;
    cursor: pointer;
}
.delta-product .more i {
    vertical-align: middle;
    font-size: 9px;
    margin-right: -3px;
    margin-left: 5px;
}
.delta-product .more:hover {
    color: var(--m-color1);
}
.delta-product .more:hover::before {
    border-right: 2px dotted var(--m-color1);
}
.delta-product .btitle {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto;
    width: 100%;
    direction: rtl;
}
.delta-product .btitle h5 {
    padding-right: 15px;
    font-weight: bold;
    font-size: 17px;
}
@media only screen and (max-width: 1199px) {
    .delta-product .shortdscp ul.list-items li {
        font-size: 12px;
        line-height: 30px;
    }
    .delta-product .more {
        font-size: 11px;
    }
    .delta-product .more::before {
        height: 25px;
        margin-bottom: -5px;
    }
    .delta-product .more i {
        margin-right: -4px;
        margin-left: 2px;
    }
}
 /*product attr*/

.colorselect {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-bottom: 10px;
  margin-right: -5px;
}
.colorselect li {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap;
  font-size: 11px;
  color: #666;
  height: 35px;
  flex: 0 0 auto;
  width: 25%;
  position: relative;
  padding: 0 5px;
  margin-bottom: .5rem;
}
.colorselect li:first-child {
  flex: 0 0 auto;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #67717a;
}
.colorselect li label,
.colorselect li input {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  margin-bottom: 0;
}
.colorselect li input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}
.colorselect li input[type="radio"]+label {
  border: 1px solid #ececec;
  -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
  line-height: 21px;
}
.colorselect li input[type="radio"]:checked+label {
  border: 1px solid var(--m-color1);
}
.colorselect li label {
  padding: 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.colorselect li label:hover {
  background-color: #eee;
}
.colorselect li span.c {
  --m-pcs: #ccc;
  background-color: var(--m-pcs);
  display:inline-block;
  width: 20px;
  height: 20px;
  float:left;
  vertical-align:middle;
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.colorselect li.unavailable {
  color: #C9C9C9;
}
.colorselect li.unavailable span{
  opacity: 0.2;
}
.colorselect li.unavailable label:hover {
  background-color: transparent;
  cursor: not-allowed;
}
@media (max-width: 1679px) {
    .colorselect li { width: 33.333333%; }
}
@media (max-width: 1199px) {
    .colorselect li:first-child {
      font-size: 12px;
      margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .colorselect li { width: 33.333333%; }
}
@media (max-width: 479px) {
    .colorselect li { width: 50%; }
}
.product-tabs {
    position: relative;
    direction: rtl;
}
.product-tabs ul#product-tabs {
    padding-right: 20px;
    position: sticky;
    top: 0;
    background-color: transparent;
}
#product-tabs.topfornav {
    top: 60px !important;
}
@media only screen and (max-width: 1169px) {
    #product-tabs.topfornav {
        top: 50px !important;
    }
}
.product-tabs #product-tabs.fixed-sticky {
    background-color: white;
    border-radius: 0 0 10px 10px;
    padding-top: 10px;
}
.product-tabs .nav-pills.fixed-sticky .nav-link{
    height: 40px;
}
.product-tabs #product-tabs.fixed-sticky .nav-item .nav-link img{
    padding: 4px;
    transform: none;
}
.product-tabs .tab-content {
    overflow: hidden;
    background: #fff;
    padding: 15px 15px 20px;
    margin-top: -1px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.product-tabs .nav-pills .nav-link {
    min-width: 130px;
    height: 40px;
    padding: 0;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
}
.product-tabs .nav-pills .nav-link span {
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
}
.product-tabs .nav-pills .nav-link .img{
    width: 40px;
    height: 40px;
}
.product-tabs .nav-pills .nav-link img {
    max-width: 100%;
    transform: translateY(-45%);
}
.product-tabs .nav-pills .nav-link {
    color: #555;
}
.product-tabs .nav-pills .nav-link.active {
    background-color: #FFF;
    color: #000;
    border-radius: 15px 15px 0 0;
    height: 50px;
    margin-bottom: 0;
}
.product-tabs .nav-pills.fixed-sticky li:first-child .nav-link.active {
    border-radius: 0 0 10px 0;
}
@media (max-width: 575px) {
    .product-tabs #product-tabs.fixed-sticky {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%);
        background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 10%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }
    .product-tabs ul#product-tabs {
        flex-wrap: nowrap !important;
    }
    /*.product-tabs .nav-pills .nav-link{*/
    /*    min-width: 100px;*/
    /*}*/
    /*.product-tabs .nav-pills .nav-link span{*/
    /*    font-size: 9px;*/
    /*}*/
}
@media screen and (max-width: 419px){
    /*.product-tabs ul#product-tabs {*/
    /*    padding-right: 0;*/
    /*    justify-content: center;*/
    /*}*/
    /*.product-tabs .nav-pills .nav-link{*/
    /*    height: 40px;*/
    /*    min-width: 82px;*/
    /*}*/
    /*.product-tabs .nav-pills .nav-link.active{*/
    /*    height: 50px;*/
    /*}*/
    /*.product-tabs .nav-pills .nav-link img{*/
    /*    max-width: 25px;*/
    /*}*/
}
/*audiobooks*/

#relatedaudiobooks .product-card .price,
.audiobookMain .product-card .price {
    width: calc(100% - 50%);
    text-align: left;
}
#relatedaudiobooks .product-card .morebutton,
.audiobookMain .product-card .morebutton{
    padding: 6px 20px 6px 20px;
}
#relatedaudiobooks .product-card .pic,
.delta-main.audiobook-box .product-card .pic{
    align-items: flex-end !important;
}
#relatedaudiobooks .product-card .pic .audiobook-icon,
.delta-main.audiobook-box .product-card .pic .audiobook-icon{
    top: unset;
    bottom: 2%;
    left: 2%;
    transform: none;
}
@media screen and (max-width: 1399px){
    #relatedaudiobooks .product-card .morebutton,
    .audiobookMain .product-card .morebutton{
        padding: 6px 15px 6px 15px;
    }
}
@media screen and (max-width: 1199px){
    #relatedaudiobooks .product-card .morebutton,
    .audiobookMain .product-card .morebutton{
        padding: 6px 10px 6px 10px;
    }
}
@media screen and (max-width: 360px){
    #relatedaudiobooks .product-card .morebutton,
    .audiobookMain .product-card .morebutton{
        font-size: 10px;
    }
}
.audiobookMain .product-card .title,
#relatedaudiobooks .product-card .title{
    height: 45px;
}

/*full story audiobooks*/
.audiobookFullStory .cl2 .firstslide{
    position: relative;
}
.audiobookFullStory .cl2 .firstslide .extra_icons{
    right: 0;
    top: unset;
    bottom: 8px;
    transform: none;
}
.delta-product.audiobookFullStory .cl2 .cl21 .firstslide img{
    border-radius: 20px;
}
.delta-product.audiobookFullStory i{
    color: var(--m-color1);
}

/* blog list */
#last-articles .swiper-slide{
    background-color: #FFF;
    padding: 30px;
}
#last-articles .swiper-slide h5{
    font-size: 14px;
}
#last-articles .swiper-slide .position-relative{
    padding: 10%
}
#last-articles .swiper-slide img{
    max-width: 100%;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(0,-50%);
}
@media screen and (max-width: 991px){
    #last-articles .swiper-slide .position-relative{
        padding: 20%
    }
}
@media screen and (max-width: 768px){
    #last-articles .swiper-slide h6{
        font-size: 12px;
    }
    #last-articles .swiper-slide p ,#last-articles .swiper-slide .morebutton{
        font-size: 11px;
    }
}
@media screen and (max-width: 576px){
    #last-articles .swiper-slide .position-relative{
        padding: 40%
    }
    #last-articles .swiper-slide p{
        min-height: 100px;
    }
    #last-articles .swiper-slide img{
        top: 0;
        transform: none;
    }

}
.sidebar-blog .search-sidebar-category{
    outline: none;
    border: 2px solid var(--m-color1);
    border-radius: 7px;
    width: 100%;
    padding: 6px 40px;
}
.sidebar-blog .search-icon{
    top: 49%;
    transform: translateY(-50%);
    right: 2%;
    border-radius: 7px;
    padding: 7px;
    color: black;
    background-color: var(--m-color1);
}
.sidebar-blog .list-group-item{
    border: none;
    border-top: 1px solid #FEEAD3;
}

.sidebar-blog .list-group-item a{
    color: #3E3E3E;
}

.sidebar-blog .list-group-item.active ,.sidebar-blog .list-group-item.active a{
    color: #fff;
    background-color: var(--m-color1);
}

.blogsidebar .related_pro{
    position: relative;
    margin-left: 12px;
}

.blogsidebar .related_pro:after {
    content: url("/templates/mehrsa/img/new-main/productconnection.svg");
    position: absolute;
    left: -8%;
    bottom: 50%;
    scale: 0.7.8;
}
#shareBtn{
    cursor: pointer;
}
#whatsappBtn i , #telegramBtn i, #copyLinkBtn i{
    font-size: 40px;
}
.story-text{
    line-height:30px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
}
.story-text img{
    width:60%;
    border-radius: 10px;
}
.related_pro .fa-book-open , .relatedblog .fa-newspaper-o{
    color: #AF580E;
}
@media screen and (max-width: 1679px){
    .blogsidebar .related_pro:after {
        left: -9%;
    }
}
@media screen and (max-width: 1399px){
    .blogsidebar .related_pro:after {
        left: -11%;
    }
}
@media screen and (max-width: 1199px){
    .blogsidebar .related_pro:after {
        left: -14%;
    }
}
@media screen and (max-width: 767px){
    .blogsidebar .related_pro{
        margin-left: 0;
        margin-right: 12px;
    }
    .blogsidebar .related_pro:after {
        transform: rotate(90deg) translateX(-50%);
        top: -11%;
        left: 42%;
        bottom: unset;
    }
    .story-text .blog-footer-box{
        font-size: 9px;
    }
}
.relatedblog {
    background-color: #fff;
    border-radius: 15px;
}
.relatedblog .mehrsa-blog-card img{
    min-width: 100%;
    max-height: 190px;
}
@media screen and (max-width: 767px) {
    .relatedblog .mehrsa-blog-card img{
        max-height: 110px;
    }
}
@media screen and (max-width: 575px){
    .relatedblog .mehrsa-blog-card img {
        max-height: 176px;
    }
}
@media screen and  (max-width:480px){
    .relatedblog .mehrsa-blog-card img {
        max-height: 130px;
    }
}
@media screen and (max-width: 400px){
    .relatedblog .mehrsa-blog-card img {
        max-height: 124px;
    }
}
#last-articles .swiper-slide{
    border-radius: 15px;
}
.mehrsa-blog-card , .mehrsa-blog-card:hover{
    color: #757171;
    text-align: right;
    direction: rtl;
    margin-top: 30px;
}
.mehrsa-blog-card img{
    max-width: 100%;
    padding: 0 20px;
    filter: brightness(70%);
    transition: 0.5s;
}
.mehrsa-blog-card img:hover{
    filter: brightness(100%);
}
.mehrsa-blog-card .views-count{
    position: absolute;
    top: -1%;
    background-color: #FFFCF5;
    padding: 3px 10px 3px 10px;
    border-radius: 15px;
    transform: translate(-6% , -45%);
    right: 7%;
    border: 2px solid #FEEAD3;
    box-shadow: #FDCD96 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.mehrsa-blog-card .views-count i {
    color: green;
}
.mehrsa-blog-card .detail-part{
    border-radius: 10px;
    background-color: #FFFCF5;
    box-shadow: 0px 0px 7.955px 0px rgba(0, 0, 0, 0.13);
    padding: 12px 12px;
    position: relative;
    margin-top: -90px;
}
.mehrsa-blog-card .detail-part:first-child{
    border-bottom: 1px solid #757171;
}
.mehrsa-blog-card .detail-part h6{
    color: #3E3E3E;
    min-height: 33px;
    font-size: 14px;
}
.mehrsa-blog-card .detail-part p ,
.mehrsa-blog-card .detail-part span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}
.mehrsa-blog-card .detail-part i{
    color:#FFC700;
}
@media screen and (min-width: 1680px){
    .mehrsa-blog-card.col-xl-4{
        width: 24.999%;
    }
}
@media screen  and (max-width: 1399px){
    .mehrsa-blog-card .detail-part{
        margin-top: -70px;
    }
    .mehrsa-blog-card .detail-part h6{
        min-height: 35px;
    }
}
@media screen and (max-width: 1199px){
    .mehrsa-blog-card .detail-part{
        margin-top: -90px;
    }
}
@media screen and (max-width: 991px){
    .mehrsa-blog-card .detail-part{
        margin-top: -60px;
    }
    .mehrsa-blog-card .detail-part p ,
    .mehrsa-blog-card .detail-part span {
        font-size: 10px;
    }
    .mehrsa-blog-card .views-count{
        font-size: 10px;
        transform: translate(-15% , -45%);
    }
    .mehrsa-blog-card .detail-part h6
    {
        min-height: 27px;
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) {
    .mehrsa-blog-card img{
        padding: 0 15px;
    }
    .mehrsa-blog-card .detail-part {
        margin-top: -45px;
        padding: 12px 10px;
    }
    .mehrsa-blog-card .detail-part p ,
    .mehrsa-blog-card .detail-part span {
        font-size: 9px;
    }
}
@media screen and (max-width: 575px){
    .mehrsa-blog-card img {
        padding: 0 23px;
    }
    .mehrsa-blog-card .detail-part {
        margin-top: -75px;
        padding: 12px 17px;
    }
}
@media screen and  (max-width:480px){
    .mehrsa-blog-card .detail-part {
        margin-top: -50px;
    }
    .mehrsa-blog-card .detail-part h6 {
        min-height: 27px;
    }
}
@media screen and (max-width: 400px){
    .mehrsa-blog-card img {
        padding: 0 15px;
    }
    .mehrsa-blog-card .detail-part {
        margin-top: -45px;
        padding: 12px 10px;
    }
    .mehrsa-blog-card .detail-part p ,
    .mehrsa-blog-card .detail-part span{
        font-size: 8px;
    }
}
/* start comment box in blog sidebar*/
#last-comments .comment{
    position: relative;
    border-radius: 15px;
    padding: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#last-comments .comment span.pillcomment{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFFCF5;
    border-radius: 20px;
    padding: 4px 8px;
    transform: translate(-14%, -45%);
    box-shadow: rgba(0, 0, 0, 0.12) 0 3px 8px;
}
#last-comments .comment img{
    max-width: 100%
}
#last-comments .comment span.author{
    background-color: #FFFCF5;
    border-radius: 20px;
    padding: 5px 20px;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 3px 8px;
}
#last-comments .comment a{
    color: var(--m-color1);
    border-bottom: 1px solid var(--m-color1)
}
#last-comments .comment p{
    background-image: url('/templates/mehrsa/img/new-main/backgroundcommentquote.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FEEAD3;
    border: 1px solid #FEEAD3;
    min-height: 90px;
    border-radius: 15px;
    text-align: right;
    padding: 5px;
    margin-top: 10px;
    min-width: 91%;
    max-width: 95%;
}
@media screen and (max-width: 768px){
    #last-comments .comment{
        padding-top: 15px;
        flex-direction: row-reverse !important;
    }
    #last-comments-pagination{
        top: 4%;
        bottom: unset;
        left: 5%;
        width: fit-content;
    }
    #last-comments .comment p{
        min-height: 65px;
    }
}
@media screen and (max-width: 575px){
    #last-comments-pagination{
        top: 9%;
    }
}
@media screen and (max-width: 400px){
    #last-comments .comment a{
        font-size: 9px;
    }
}
/* start DIYvideo in blog sidebar*/
.DIYvideo , .DIYvideo:hover{
    color: #000;
    margin-top: 56px;
}
.DIYvideo span{
    top: 0;
    right: 0;
    background-color: #FFFCF5;
    border-radius: 20px;
    padding: 4px 8px;
    transform: translate(-14%, -45%);
    box-shadow: rgba(0, 0, 0, 0.12) 0 3px 8px;
    z-index: 1;
}
.DIYvideo .image-box{
    filter: brightness(0.5);
}
.DIYvideo img{
    max-width: 100%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.DIYvideo .text-box{
    border-radius: 15px;
    background-color: #FFFCF5;
    text-align: right;
    padding: 10px;
    margin: -83px 10px 10px 10px;
    position: inherit
}
@media screen and (max-width: 768px){
    .DIYvideo .image-box{
        max-height: 139px;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}
/*fullstory blog*/
.sidebar-blog .list-group-item{
    color: var(--m-color1);
}

.sidebar-blog .active{
    background-color: var(--m-color1l);
    border-color: var(--m-color1);
    color: #fff !important;
}
.sidebar-blog .accordion-button:focus{
    box-shadow: none;
    border: none;
}
.sidebar-blog .accordion-button.collapsed{
    color: var(--m-color1);
}
.sidebar-blog .accordion-button:not(.collapsed){
    color: #fff;
    background-color: var(--m-color1);
}
.sidebar-blog .accordion-button:not(.collapsed)::after {
    color: var(--m-color1);
}
.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}
.fullstoryblog .blogsidebar .banner-block{
    text-align: center;
}
.fullstoryblog .blogsidebar .banner-block img{
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
}
@media screen and (max-width: 479px) {
     .fullstoryblog .blogsidebar{
        flex-direction: column !important;
    }
    .fullstoryblog .related_pro.col-6{
        width: 100%;
        margin-right: 0;
    }
}
/*start new nama list*/

.search-input{
    text-align: center;
    background-color: #fff;
    max-width: fit-content;
    padding: 0 4px;
    margin: 0 auto;
    border-radius: 7px;
    border: 3px solid #FEBD70;
    box-shadow: rgba(60, 64, 67, 0.04) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.search-input input[type=text] {
    font-size: 12px;
    padding: 4px;
    border: none;
    border-left: 1px solid orange;
    margin: 4px 0;
}
.search-input input[type=text]:focus-visible {
    outline: none;
}
.search-input i{
    padding: 9px;
    background-color: #FEBD70;
    border-radius: 6px;
}
.refreshpage{
    cursor: pointer;
}
@media screen and (max-width: 576px){
    .search-input{
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
        padding: 7px;
    }
    .search-input input[type=text] {
        border-left: none;
        border-bottom: 1px solid #FEBD70;
    }
}
.provinceImage{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #fff;
    border-radius: 45px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    width: fit-content;
    margin: 50px 0 15px 0;
    padding: 0 20px;
    max-height: 40px;
}
.provinceImage img{
    max-width: 100%;
    margin-top: -20px;
}
.storebox {
    width: 100%;
    height: auto;
    background-color: white;
    margin-bottom: 12px;
}
.related-bookstore .storebox1 {
    color:#4C4C4C;
    display:block;
    background:#FFFCF5;
    margin: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);

}
.storebox .transbox1{
    height: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);	bottom:0px;
    color: #fff;
}
.related-bookstore .storebox1 h6{
    color: var(--m-color1);
}
.related-bookstore .storebox1,.storebox span{
    line-height: 30px;
}
.related-bookstore .storebox1 i.fa-star{
    color: #FFC700;
}
.related-bookstore .storebox1 {
    padding: 15px;
}
.related-bookstore .storebox1 a{
    background-color:#F09200;
    color: #fff;
    padding: 5px 25px 5px 25px;
    border-radius: 5px;
}
@media screen and (max-width:400px ){
    .related-bookstore .storebox1 {
        padding: 4px;
    }
    .related-bookstore h6 , .related-bookstore span , .related-bookstore a{
        font-size: 10px;
    }
    .related-bookstore a{

    }
}

/*start new nama fullstory*/
.delta-product.namafullstory .cl1 .title h1{
    border-bottom: 2px solid #FEEAD3;
}
.delta-product.namafullstory i{
    color: var(--m-color1);
}
.delta-product.namafullstory .shortdscp ul.list-items{
    border-bottom: 2px solid #FEEAD3;
}
.leaflet-container{
    border: 2px solid #FEEAD3;
    border-radius: 15px;
}
.delta-product.namafullstory .map_resp #map  .leaflet-map-pane {
    position: relative;
    height: 200px;
}
@media screen and (max-width: 767px){
    .delta-product.namafullstory{
        flex-direction: column-reverse;
    }
    .delta-product.namafullstory .cl2{
        margin-top: 33px;
        margin-bottom: 0;
    }
    .delta-product.namafullstory .cl2:after {
        content: none;
    }
    .delta-product.namafullstory .cl1{
        position: relative;
    }

    .delta-product.namafullstory .cl1::after{
        content: url("/templates/mehrsa/img/new-main/productconnection.svg");
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50% , 68%) rotate(-90deg);
        z-index: -1;
    }

    .product-tabs.namafullstory .nav-pills .nav-link{
        min-width: 130px;
    }
}

/* start writer*/
.writer-box .writername{
    background-color: #FFFCF5;
    border-radius: 15px;
    padding: 4px 15px;
    position: absolute;
    right: 6%;
    top: -5%;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    font-weight: bold;
}
.writer-box .writer-img{
    max-width: 100%;
    padding: 0 30px;
}
.writer-box .writer-info{
    background-color: #FFFCF5;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 8px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-height: 70px;
    max-height: 70px;
    transform: translateY(-30%);
}
.writer-box .writer-info h6{
    font-size: 12px;
}
.writer-box .writer-info span{
    font-size: 9px;
}
.writer-box .writer-info img{
    max-width: 22%;
    border: 1px dashed #f19320;
    border-radius: 5px;
}
@media screen and (max-width: 1679px){
    .writer-box .writer-info img{
        max-width: 30%;
    }
}
@media screen and (max-width: 1399px){
    .writer-box .writer-info{
        min-height: 60px;
        max-height: 60px;
    }
    .writer-box .writer-info img{
        max-width: 29%;
    }
}
@media screen and (max-width: 1199px){
    .writer-box .writer-info img{
        max-width: 23%;
    }
}
@media screen and (max-width: 991px){
    .writer-box span{
        font-size: 10px;
    }
    .writer-box .writer-img{
        padding: 0 20px;
    }
    .writer-box .writer-info img{
        max-width: 35%;
    }
    .writer-box .writer-info h6{
        font-size: 12px;
    }
}
@media screen and (max-width: 575px){
    .writer-box .writer-info img{
        max-width: 20%;
    }
}
@media screen and (max-width: 480px){
    .writer-box .writer-info{
        padding: 5px;
        margin: 0 3px;
        min-height: 45px;
        max-height: 45px;
    }
    .writer-box .writer-info img{
        max-width: 14%;
    }
    .writer-box .writer-info h6 , .writer-box .writer-info span{
        font-size: 9px;
    }
}


/* contact us*/
.mehrsa-contactus .connection:after{
    content: url("/templates/mehrsa/img/new-main/productconnection.svg");
    position: absolute;
    right: 0;
    bottom: 50%;
    transform : scale(0.7) translateX(100%);
}
.mehrsa-contactus .notifbox{
    background-color: #FFFCF5;
    border: 1px solid var(--m-color1);
    border-radius: 6px;
    padding: 5px 15px;
    margin: 0 0 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1)
}
.info-contact{
    line-height:35px;
    align-items: center;
}

.info-contact i{
    color: #F09200;
    font-size:17px;
}
.title2{
    display: flex;
    align-items: center;
    width: 100%;
}
.title2:before{
    content: '';
    flex-grow: 1;
    min-width: 10%;
    border-bottom: 1px dashed #f193207a;
    margin: 0 5px;
}
.mehrsa-contactus .connection .info-contact span{
    font-size: 12px;
}
.mehrsa-contactus .connection .social-box{
    border-radius: 25px;
    border: 1px solid var(--m-color1);
    box-shadow: rgba(134, 131, 131, 0.24) 0px 3px 8px;
    padding: 10px 20px
}
.mehrsa-contactus .connection .social-box i{
    font-size: 28px;
}
.mehrsa-contactus .connection .social-box .fa-instagram-square{
    color: #D62976;
}
.mehrsa-contactus .half-pill{
    background-color: #ffffffd6;
    text-align: center;
    width: 20%;
    color: #000000;
    border-radius: 20px 20px 0 0;
    margin: 0px 25px;
    height: 50px;
}
.mehrsa-contactus .half-pill img{
    margin-top: -11px;
}
.mehrsa-contactus .half-pill span{
    vertical-align: bottom;
}
.faq h5{
    padding:15px 6px 15px 6px;
}
.faq .question{
    margin-top:15px;
}
.faq .question .accordion-header{
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(134, 131, 131, 0.24) 0px 3px 8px;
    position: relative;
}
.faq .question .collapse , .faq .question .collapsing{
    background-color: rgb(254, 234, 211) !important;
    margin: -7px 20px 0px;
    box-shadow: rgba(134, 131, 131, 0.24) 0px 3px 8px;
    border-radius: 0px 0px 15px 15px;
}
.faq .question button {
    padding-right: 7px;
    line-height: 24px;
    font-size: 14px;
    text-align: right;
}
.faq .question .accordion-header h6 button[aria-expanded=true]{
    color: var(--m-color1) !important;
}
.faq .question p{
    color:#5D5D5D;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: right;
    text-decoration: none;
}

.faq .collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    color:#F19320;
    left: 1rem;
    transform: translateY(-50%);
    display: block;
    font-family: 'Font Awesome\ 5 Pro' !important;
    font-size: 1.1rem;
    font-weight: 700;
}

.faq .collapsible-link[aria-expanded='true']::before {
    content: '\f106';
    font-weight: 700;
}
@media screen and (max-width: 1679px){
    .mehrsa-contactus .half-pill{width: 30%}
}
@media screen and (max-width: 1199px){
    .mehrsa-contactus .half-pill{width: 35%}
}
@media screen and (max-width: 991px){
    .mehrsa-contactus .half-pill{width: 47%}
}
@media screen and (max-width: 767px){
    .mehrsa-contactus .connection:after{
        right: 50%;
        bottom: unset;
        scale: 0.7;
        top: 0%;
        transform: rotate(-90deg) translateX(206%);;
    }
    .mehrsa-contactus .half-pill{width: 30%}
}

@media screen and (max-width: 480px){
    .mehrsa-contactus .half-pill{width: 50%}
}

/*about us*/
.about-mehrsa{
    text-align: justify;
}
.about-mehrsa .bashgah-maghz{
    margin: 30px 0 30px 0;
    align-items: center;
}
.about-mehrsa .bashgah-maghz h5{
    line-height:45px;
    padding-bottom:20px;
}
.about-mehrsa p{
    line-height:35px;
}
.about-mehrsa .pic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-mehrsa img {
    height: auto;
    width: 100%;
}
.about-mehrsa .eftekharat img{
    width:100px;
    height:auto;
    max-height:100px;
    max-width:408px;
}
.about-mehrsa .dl-button {
    width: 200px;
    color: rgba(255,255,255,1);
    background-color: #feb41d;
    padding: 8px;
    height: auto;
    text-align: center;
    cursor: pointer;
    white-space:nowrap;
    margin: 30px auto 20px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size:13px;
}

@media (min-width: 768px) {
    .about-mehrsa img {
        height: auto;
        width: auto;
    }
}
/* ||||||||| fullcart ||||||||| */
.basket_border{
    border: 1px solid #FEEAD3;
}
.present {
    width: 205px;
    max-width: 45vw;
    margin: 100px auto 10px auto;
    cursor: pointer;
}

.box {
    width: 200px;
    max-width: 45vw;
    height: 125px;
}

.box,
.lid {
    background: radial-gradient(white 15%, transparent 15.1%),
    radial-gradient(white 15%, transparent 15.1%), rgb(240, 58, 58);
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
    position: relative;
    margin: 0 auto;
}

.lid {
    width: 200px;
    max-width: 45vw;
    height: 30px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0 2px;
    background-color: rgb(216, 52, 52);
    top: 0;
    left: 0;
    transition: top ease-out 0.5s, left ease-out 0.5s, transform ease-out 0.5s;
}

.box span,
.lid span {
    position: absolute;
    display: block;
    background: rgba(235, 199, 0, 0.8);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.box span:first-child {
    width: 100%;
    height: 30px;
    top: 40px;
}

.box span:last-child,
.lid span {
    width: 30px;
    height: 100%;
    left: 85px;
}

.promo {
    font-size: 30px;

    text-align: center;
    position: relative;
    height: 0;
    top: 10px;
    transition: all ease-out 0.7s;
}

.promo p {
    font-size: 18px;
    margin: 0;
}
.promo h2 .heart{
    color: red;

}
.promo h2 {
    font-size: 22px;
    margin: 0;

}


.present:hover .lid {
    top: -100px;
    transform: rotateZ(10deg);
    left: 10px;
}

.present:hover .promo {
    top: -80px;
}

canvas {
    width: 100%;
    height: 200px;


}
.charityLayaer{
    background-color: var(--d-color1l);
    opacity: 0.95;
    border-radius: 10px;
    color: white;
    font-size: larger;
    font-weight: bolder;
}
#charityText{
    font-size: var(--d-font-size);
}
.select-dropdown li img{
    float: left;
    border-radius: 100%;
}



.count {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}
.count i {
    font-size: 18px;
}
.count input {
    width: 40px;
    background-color: #fff;
    text-align: center;
    margin: 0 8px;
    border-radius: 10px;
    border: 1px solid #e9eaeb;
    outline: none;
}
.count i.fa-minus-circle {
    color: #f22079;
}
.count i.fa-plus-circle {
    color: #34a853;
}
.count input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance:    textfield;
}


#stepper{
    margin: -24px 0;
}
.stepper {
    display: flex;
    overflow: hidden;
    text-align: center;
    transform: translateY(-100%);
    font-size: 14px;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
}
/* width */
::-webkit-scrollbar {
    height: 3px;              /* height of horizontal scrollbar ← You're missing this */
    width: 3px;               /* width of vertical scrollbar */
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(11,31,93,0.5);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.stepper a {
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.stepper a:not(:last-child):after {
    content: "";
    position: absolute;
    width: 55%;
    top: 50%;
    border-top: 6px solid #f19320;
    transform: translateY(-50%);
    z-index: -1;
}

.stepper__inner {
    background: #FFFCF5;
    color: #F29421;
    padding: 5px 24px;
    border: 2px solid #FEEAD3;
    border-radius: 24px;
    text-wrap: nowrap;
}
.stepper__title {
    font-weight: bold;
}
.stepper a.active .stepper__inner {
    border: 2px solid #F29421;
}

#basket_section .no-more-tables tbody,
#basket_section .no-more-tables td,
#basket_section .no-more-tables tfoot,
#basket_section .no-more-tables th,
#basket_section .no-more-tables thead,
#basket_section .no-more-tables tr{
    color : #3E3E3E;
}
#basket_section .no-more-tables #tableProducts thead{
    background-color: #FEEAD3;
}
#basket_section .no-more-tables #tableProducts tbody tr:nth-child(even){
    background-color: #FFFCF5;
}
#basket_section .no-more-tables #tableProducts tbody tr th{
    border: 1px solid #FEEAD3;
}
#basket_section .no-more-tables #tableProducts tbody tr th:last-child{
    border-left: none;
}
#basket_section .no-more-tables #tableProducts thead th:not(:last-child){
    border-left: 1px solid #F29421;
}
#basket_section .no-more-tables #tableProducts thead{
    border: 1px solid #F29421;
}
#cart_section{
    width: 70%;
}
.secondCartBox{
    margin-top: 100px;
    border: 1px solid #FEEAD3;
    width: 30%;
    height: fit-content;
}
.secondCartBox a{
    background-color: #F29421;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.secondCartBox .secondBoxItem:nth-child(even){
    background-color: #FEEAD3;
}
#gift-box .form-check-input[type="checkbox"] + label::before{
    border: 2px solid #F29421;
}
#gift-box  .form-check-input[type="checkbox"]:checked + label::before{
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #F29421;
    border-bottom: 2px solid #F29421;
}
#addressesSection .form-check-input[type="checkbox"]:checked + label::before{
    border-right: 2px solid #F29421;
    border-bottom: 2px solid #F29421;
}
@media screen and  (min-width: 1300px) {
    #cart_section{
        width: 75%;
    }
    .secondCartBox{
        width: 25%;
    }
}
@media screen and (max-width: 991px){
    #cart_section{
        width: 100%;
    }
    .secondCartBox{
        width: 100%;
        position: fixed;
        display: flex;
        flex-direction: column;
        bottom: 0;
        right: 0;
        margin-bottom: 0 !important;
        z-index: 1;
    }
}
.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.number-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}
button.minus {
    position: relative;
    left: 20px;
}
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
    text-align: center;
}
.number-input.number-input {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.number-input.number-input button {
    height: .7rem;
}
.number-input.number-input button.minus {
    padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
    width: .7rem;
    background-color: #495057;
}

.number-input.number-input input[type=number] {
    max-width: 4rem;
    padding: .5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
}
#tableSection #discountCode{
    outline: none;
    border: 1px solid orange;
    height: 31px;
    background-color: #FFFCF5;
}
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color:transparent) {

        .number-input.def-number-input.safari_only button:before,
        .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}
span.caret{
    display: none;
}
@media all and (max-width: 1000px) {
    .stepper {
        font-size: 12px;
    }
}
@media all and (max-width: 710px) {
    .stepper {
        overflow-x: scroll;
    }
    .stepper a:not(:last-child)::after {
        width: 40%;
    }
    .stepper a:not(:first-child) {
        padding-right: 20px;
    }
}
@media screen and (max-width: 576px){

    .stepper__inner{
        padding: 5px;
    }
}
@media all and (max-width: 425px) {
    .step-num{
        display: none;
    }
    #tableSection{
        overflow-x: scroll;
    }
}


@media only screen and (max-width: 991px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables th,
    .no-more-tables tr {
        display: block;
    }

    #basket_section .no-more-tables  thead{
        border: none;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables th {
        /* Behave  like a "row" */
        border-bottom: 1px solid #FEEAD3;
        position: relative;
        padding-right: 20%;
        padding-left: 10px;
        white-space: normal;
        text-align:left;
    }

    .no-more-tables th:after {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 13px;
        right: 6px;
        width: 10%;
        padding-left: 10px;
        white-space: nowrap;
        text-align:right;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .no-more-tables th:after { content: attr(data-title); }
    .no-more-tables .count {
        justify-content: end;
    }
}

    /* ||||||||| comments ||||||||| */
#product-tabsContent h5 {
    font-size: 15px !important;
    padding-right: 0 !important;
}
.addcomment .body{
    display: block;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 10px 30px;
    background-color: #fafafa;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.addcomment .body .form-icon{
    float: right;
}
.addcomment .body .form-icon i{
    font-size: 38px;
    color: #919599;
    line-height: 49px;
}
.addcomment .body .guest-fields {
    display: -ms-flexbox;
    display: flex;
}
.addcomment .body .guest-fields .input-textbox {
    display: flex !important;
    flex-grow: 1 !important;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
    margin-right: 15px;
    padding: 0 15px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.addcomment .body .guest-fields .input-textbox > input {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 12px !important;
    line-height: 35px;
    background-color: #fff;
    color: #6b7074;
    border: 0;
    outline: 0;
}
.addcomment .body .guest-fields .input-textbox > input:focus {
    border: 0;
    outline: 0;
    box-shadow:none;
}
.addcomment .body .nazar {
    margin-top:25px;
}
.addcomment .body .nazar textarea {
    display: block;
    width: 100%;
    height:130px;
    padding: 0.375rem 0.75rem;
    font-size: 12px !important;
    line-height: 1.5;
    color:#6b7074;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #e8e8e8;
    border-top-width: 1px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.addcomment .body .nazar textarea:focus {
    outline: none;
}
.addcomment .foot {
    display: flex !important;
    padding-top: 36px;
}
.addcomment .foot .qa {
    display: flex !important;
    align-items: center !important;
}
.addcomment .foot .qa .q, .addcomment .foot .qa .eq{
    font-size: 12px;
    font-weight: 500;
    color: #6b7074;
}
.addcomment .foot .qa .eq { padding:0 10px; }
.addcomment .foot .qa .a input {
    height: 20px;
    line-height: 20px;
    width: 35px;
    text-align: center;
    font-size: 11px !important;
    padding: 0 3px;
}
.addcomment .foot .qa .a input:focus { box-shadow:none; }
.addcomment .foot .submit {
    margin-right:auto;
}
.addcomment .foot .submit button {
    font-size: 11px;
    padding: 5px 20px;
    border: 1px solid var(--m-color1);
    outline: 0;
    background-color: var(--m-color1);
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    font-weight: bold;
}
.addcomment .foot .submit button:hover { background-color:var(--m-color1l); }
.comments-block .title-block{
    display: flex !important;
    align-items: center !important;
    font-size: 14px;
    font-weight: bold;
    padding:20px 0 30px 0;
}
.comments-block .title-block .onvan {
    padding-left: 15px;
}
.comments-block .title-block .onvan a {
    color: #6b7074;
}
.comments-block .title-block .onvan_sep{
    flex-grow: 1 !important;
    border-top: 1px solid #dedede;
}
.comments, .comments .author, .comments .author span.date, .comments .tool, .childrencomments, .comments .cfoot {
    display: flex !important;
    align-items: center !important;
}
.comments {
    flex-wrap: wrap !important;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    max-width: 100%;
    direction: rtl;
}
ol.comments-tree-list li {
    padding-top: 20px;
    border-top: 2px solid #F8F8F8;
    margin-top: 20px;
}
ol.comments-tree-list li:first-child, ol.comments-tree-list ol.comments-tree-list li {
    border-top:none;
    padding-top:0;
    margin-top:0;
}
.comments .author {
    font-size:12px;
    color: #6b7074;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    max-width: 100%;
}
.comments.haschildren {
    padding-top: 20px;
    border-top: 2px solid #F8F8F8;
    margin-top: 20px;
}
.comments .author span.date {
    vertical-align: middle;
}
.comments .author span.date i {
    color: #9ba4ab;
    font-size: 14px;
    margin: 0 25px 0 10px;
}
.comments .author span.date time {
    color: #9ba4ab;
    font-size: 11px;
    text-align: center;
}
.comments .author .avatar {
    position: relative;
    width: 39px;
    flex: 0 0 39px;
    max-width:39px;
    height:39px;
    margin-left: 10px;
    border: 4px solid #DBE0EE;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;
}
.comments .author .avatar img {
    height: 31px;
    width: 31px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;
}
.comments .author .avatar .status {
    position: absolute;
    top: 3px;
    right: -3px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;
    cursor: pointer;
    display: none;
}
.comments .author .avatar .status.off { background-color:#B4BCC0;display:inline-block; }
.comments .author .avatar .status.on { background-color:#34A853;animation: useronline 2s infinite linear;display:inline-block; }
.comments .tool {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    justify-content: flex-end !important;
    font-size: 10px;
    color: #9ba4ab;
    padding-right: 15px;
}
.comments .tool a { color: #9ba4ab; }
.comments .tool .rate a:hover { color: #FB3449; }
.comments .tool .reply a:hover { color: #B17F15; }
.comments .tool .rate {
}
.comments .tool .reply {
    margin-left: 20px;
}
.comments-tree-list .comments-tree-list .comments-tree-list .reply {
    display: none !important;
}
.comments .tool i {
    vertical-align: middle;
    font-size: 15px;
}
.comments .nazar {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin: 13px 0 10px 0;
    padding: 10px 15px 5px 15px;
    font-size: 12px;
    color: #6b7074;
    line-height: 26px;
    background-color: #FBFBFB;
    border: 1px solid var(--m-color1ul);
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
    text-align: right;
}
.comments .nazar:after, .comments .nazar::before {
    position: absolute;
    top: -16px;
    right: 10px;
    width: 0;
    height: 0;
    display: block;
    content: '';
    border-color: transparent;
    border-style: solid outset solid;
    pointer-events: none;
}
.comments .nazar:after {
    border-width: 7px;
    border-bottom-color: #FBFBFB;
    margin-top: 3px;
    margin-right: 1px;
}
.comments .nazar:before {
    border-bottom-color: var(--m-color1ul);
    border-width: 8px;
}
.deledit a {
    color: #DBE0EE;
    margin-left: 5px;
}
.deledit a:hover {
    color: #6A7EB9;
}
.comments-tree-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
/*.comments-tree-list .comments-tree-list {
  padding-right: 45px;
}*/
.comments-tree-item {
    display: block;
    margin: 0;
    padding: 0;
}
/*[id^="comment-id-"], [id*=" comment-id-"] {*/
/*    display: flex !important;*/
/*}*/
.childrencomments {
    flex-wrap: wrap !important;
    flex: 0 0 60px;
    width: 60px;
    max-width: 60px;
}
.comments-tree-list .comments-tree-list li .childrencomments::before, .comments-tree-list .comments-tree-list .comments-tree-list li .childrencomments::before {
    content: "پاسخ‌ها";
    font-weight: 500;
    cursor: default;
    background: #E9EAEB;
    color: var(--m-color1);
    flex: 0 0 100%;
    max-width: 100%;
    font-size:10px;
    text-align: center;
    padding: 3px 0;
    margin: 10px 0 -10px 0;
    z-index: 3;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.comments-tree-list .comments-tree-list .comments-tree-list li .childrencomments::before {
    content: "پاسخ‌ها";
    display: block;
}
.comments-tree-list .comments-tree-list > li ~ li .childrencomments::before, .comments-tree-list .comments-tree-list .comments-tree-list > li ~ li .childrencomments::before{
    content: normal;
    display: none;
}
.comments-tree-list .comments-tree-list .comments-tree-list {
    padding-right: 60px;
}
.childrencomments .c1, .childrencomments .c2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.childrencomments .c1 {
    border-left: 2px solid #F8F8F8;
    align-self: stretch !important;
    height: 100%;
}
.childrencomments .c2 i {
    margin-right: -8px;
    color: #DBE0EE;
}
[id^="comment-id-"]:hover .childrencomments .c2 i, [id*=" comment-id-"]:hover .childrencomments .c2 i {
    color: var(--m-color2);
}
.comments .cfoot {
    font-size:10px;
    justify-content: flex-end !important;
    flex: 0 0 100%;
    max-width: 100%;
}
.comments .cfoot a {
    color: #CBD0D3;
}
.comments .cfoot a:hover {
    color: #ECBC55;
}
@media (max-width: 1199px) {
    .comments .author span.date i { font-size:12px;margin:0 15px 0 5px; }
    .comments .author span.date time { font-size:10px; }
}
@media (max-width: 575px) {
    .addcomment .body .form-icon { display:none; }
    .addcomment .body .guest-fields { flex-wrap: wrap !important; }
    .addcomment .body .guest-fields .input-textbox { margin: 0 0 10px 0;flex: 0 0 100%;max-width: 100%; }
    .addcomment .body .nazar { margin-top:0; }
    /*.comments-tree-list .comments-tree-list {padding-right: 25px;}*/
    .comments .tool { flex-basis: 0 !important;flex-grow: 1 !important;max-width: 100%; }
    .comments .cfoot { flex: 0 0 auto;width: auto;max-width: none;justify-content: flex-end !important;padding-right:20px; }
    .comments .cfoot a { color: #9ba4ab; }
}
@media (max-width: 355px) {
    .addcomment .foot .qa .eq { padding:0 5px; }
    .addcomment .foot .submit button { padding: 5px 10px; }
}
@-webkit-keyframes useronline {
    0%,25%,75%,100% { background: #34A853; }
    50% { background-color:transparent; }
}
@-moz-keyframes useronline {
    0%,25%,75%,100% { background: #34A853; }
    50% { background-color:transparent; }
}
@keyframes useronline {
    0%,25%,75%,100% { background: #34A853; }
    50% { background-color:transparent; }
}
/* ||||||||| Rating ||||||||| */
.ratingbox{
    border:4px solid #0000;
    border-radius:20px;
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(#fde7bc, #fff) border-box;
}
.rating, .unit-rating {
    width: 115px;
    height: 23px;
    direction: ltr;
}
.unit-rating { overflow: hidden; }
.unit-rating,
.unit-rating li a:hover,
.unit-rating li.current-rating {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKCAMAAADi6oj9AAAA1VBMVEX////q6ur/3if/yif8/Pz//vv29vbu7u709PT//Oz+/v7x8fH/++n/zTD/3yz/yyv4+Pj//fL/+uP/7o7/5I7/40T/0D//3y/6+vrv7+//+d7/6W3/4kD/867/667//fT/+ND/9ND/9MX/88D/9bz/77z/8qr/6qr/8ab/6ab/63j/3nj/3G7/6Gf/2mf/5E7/0UX/0UP/4Tv/zzr/4Tf/+tr/9tr/8J7/557/75X/5ZX/7IP/4YP/22v/5l3/1E7/87H/7LH/2F7/113/1FD/003/0EFYN+dtAAAClElEQVRYw+2W13LqMBCG3XFMbGNTDCEQSKEGSGjpyenv/0gHhLEw7EqbGV/6u2PmkxA/+8+skvMtbufzW7odLDVtGZD1srahTLXPoq0enRH1N43xRrNDb6d7IUkfaTEjin3h7XVvRdCbWkJTKp//0A5onQvyu3mZzLUj5pOXm9NEr56alxrKZfPpKqVPNAmTlB7JdA+IAwAOKZiJ7VlwFEtVZFdPwgmXuL0EpqeD/tyoAzbOQ0JBejiA9QFeOoAyPruQfoHq15B+jeo9SO8pGb19BOl4Yz8h/RPVq+C8YLbj8f7wbnkOVutEHpjmIDmA1bsTf3vP3H4ye/HbOoi+YnKLyexAix1YoblHs53MD8yispKTkzl3i8Ud3Q5cXXcDsl7RN1TIG4e71V3qxvGuM95pdujvdD8k6WM9ZkzaOPy97q8J+r2ecC/fOH7qB7SFG8frtKYfUZu+QhvH8wczYWofz+mNY6pLmKZ0V6b7QBwAcEjBl9j+e7xxPIjsh5NAwwVuL4Dp6aI/1+2CjfORUJAeDmF9iJcOoILPLqQLNg5IxzeOPqT3lYzePoZ0vLG/IP03qj9C+iNmOz7vD++Wj24ciTw0zeE/PQardzf+9v5u4+jHb+si+pqNdptvHG1WgjWau/u1k/mBP25FycnJnJKqlui2o25wyLq91W2qbagMg345v552Of364l4v0i5PMGiX0683LPUAyxCYJbuhntCwS6dnHKuoCiha6f+4oUpopHRVChAHABySUxDbBecoloLQNoA/EweIv47bdbhxIGgPLdi28F4A2JTZpUxxCX05/fGWktHbi9JpkY9xA9UL4LygugoiiJ2nYRVkwdfjb2fR8QN1XOcyP1BHc+cyP2ArOQT+A3O9MIoUjlVfAAAAAElFTkSuQmCC);
	-webkit-background-size: 23px auto;
    background-size:  23px auto;
}
.unit-rating {
	list-style: none;
	margin: 0;
    padding: 0;
	position: relative;
	background-position: 0 -46px;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0; margin: 0;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 23px; height: 23px;
	text-decoration: none;
	border: 0 none !important;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0;
	-webkit-transition:all 0s ease 0s;
	transition:all 0s ease 0s;
}
.unit-rating li a:hover {
	background-position: 0 -23px;
	z-index: 4;
	left: 0;
	-webkit-transition:all 0s ease 0s;
	transition:all 0s ease 0s;
}
.unit-rating a.r1-unit { left: 0; }
.unit-rating a.r1-unit:hover { width: 23px; }
.unit-rating a.r2-unit { left: 23px; }
.unit-rating a.r2-unit:hover { width: 46px; }
.unit-rating a.r3-unit { left: 46px; }
.unit-rating a.r3-unit:hover { width: 69px; }
.unit-rating a.r4-unit { left: 69px; }
.unit-rating a.r4-unit:hover { width: 92px; }
.unit-rating a.r5-unit { left: 92px; }
.unit-rating a.r5-unit:hover { width: 115px; }
.unit-rating li.current-rating {
	background-position: 0 0;
	position: absolute;
	height: 23px;
	display: block;
	text-indent: -9000px;
	z-index: 2;
	padding: 0px;
}

/* Page navigation in news */

.navigation , .navigation-audio , .navigation-writer { margin: 23px 0; direction: rtl; display: flex; justify-content: space-between;}
.navigation:after , .navigation-audio:after , .navigation-writer:after { clear: both; display: block; content: ""; }
.pages { text-align: right; }
.pages span, .pages a:hover, .page_next-prev , .page_next-prev-audio , .page_next-prev-writer {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    border-radius: 18px;
}
.pages span, .pages a {
    color: inherit;
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    min-width: 22px; height: 26px; line-height: 26px;
    text-align: center;
    text-decoration: none !important;
    font-weight: normal;
    color:#6A6A6A;
}
.pages span { color: #399; }
.pages a:hover { color: #fff; background-color: #F19320; }
.pages span { color: #F19320; }

.page_next-prev , .page_next-prev-audio , .page_next-prev-writer{ float: left; height: 30px; }
.page_next-prev * , .page_next-prev-audio * , .page_next-prev-writer * { float: left; }
.page_next-prev i , .page_next-prev-audio i , .page_next-prev-writer i { color: #6A6A6A; }
.page_next-prev > span >  a:hover i , .page_next-prev-audio > span >  a:hover i, .page_next-prev-writer > span >  a:hover i { color: #F4A94D; }
.page_next-prev > span > * , .page_next-prev-audio > span > * , .page_next-prev-writer > span > * { float: right; padding: 8px 12px; }

.page_next > span, .page_prev > span { opacity: 0.5; }

.splitnewsnavigation { margin-top: 4%; padding-top: 4%; font-weight: bold; border-top: 1px solid #efefef; }
.splitnewsnavigation > a, .splitnewsnavigation > span { padding: 6px 10px; }

@media screen and (max-width: 445px){
    .navigation , .navigation-audio , .navigation-writer {
        flex-direction: column-reverse;
    }
    .pages{
        align-self: center;
    }
    .page_next-prev , .page_next-prev-audio, .page_next-prev-writer{
        margin-top: .5rem;
        width: fit-content;
        align-self: center;
    }
}


/* ||||||||| Footer ||||||||| */
.footer {
  background: #f19320cf;
  background: -moz-linear-gradient(90deg, #f19320cf 0%, #fba43ad4 100%);
  background: -webkit-linear-gradient(90deg, #f19320cf 0%, #fba43ad4 100%);
  background: linear-gradient(90deg, #f19320cf 0%, #fba43ad4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f19320cf",endColorstr="#fba43ad4",GradientType=1);
  direction:rtl;
  color:#F4F7FD;
  padding:35px 0;
}
.footer .rights, .footer .lefts{
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.footer .rights h6{
  font-family:IRANSans, sans-serif;
  font-size:16px;
  font-weight:bold;
  margin-bottom:22px;
}
.footer .rights ul {
  padding-right: 0;
}
.footer .rights li{
  list-style:none;
  font-size:12px;
  line-height:36px;
  color:#fff;
  cursor:default;
}
.footer .rights li a{color:#FFF8EF;}
.footer .rights li a:hover{color:#777;}
.footer .lefts a.call-us div{
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0;
  color:#FFF8EF;
  font-family:IRANSans, sans-serif;
  font-size:12px;
  background: #0000000a;
  -webkit-border-radius: 8px; -webkit-border-top-right-radius: 48px; -webkit-border-bottom-right-radius: 48px; -moz-border-radius: 8px; -moz-border-radius-topright: 48px; -moz-border-radius-bottomright: 48px; border-radius: 8px; border-top-right-radius: 48px; border-bottom-right-radius: 48px;
}
.footer .lefts a.call-us:hover div{background: #ffffff14;}
.footer .lefts a.call-us div .img{
  margin-left:auto;
  height:68px;
  width:84px;
  -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;
  overflow:hidden;
  border:8px solid #f0a950;
  margin:-2px -6px 0 0;
}
.footer .lefts a.call-us div img{
  max-width:100%;
  -webkit-filter: grayscale(100%);
  filter:grayscale(100%);
}
.footer .lefts a.call-us:hover div img{
  -webkit-filter: grayscale(0);
  filter:grayscale(0);
}
.footer .lefts a.call-us div span{
  text-align:center;
  width:100%;
  line-height:26px;
  padding-top:4px;
}
.footer .lefts a.call-us div span em{
  display:block;
  font-size:18px;
  direction:ltr;
  font-family: YEKANBakh;
}
.footer .lefts .social{
  margin-top:30px;
  direction:rtl;
}
.footer .lefts .social h5{
  font-weight:500;
  font-size:14px;
}
.footer .lefts .social h5 strong{font-weight:500;}
.footer .lefts .social ul {
  padding-right: 0;
  margin-top:20px;
}
.footer .lefts .social ul li{
  list-style:none;
  float:right;
  padding-left:5px;
}
.footer .lefts .social ul li a{
  padding-left:20px;
}
.footer .lefts .social ul li:last-child a{
  padding-left:0;
}
.footer .lefts .social ul li a { color:#FFF8EF; }
.footer .lefts .social ul li a i {font-size:22px;}
.footer .lefts .social ul li a:hover {color:#777;}
.footer .lefts .apps{
  margin-top:30px;
  direction:rtl;
  display: -ms-flexbox !important;
  display: flex !important;
}
.footer .lefts .apps a {display:block;color:#FFF8EF;}
.footer .lefts .apps a div {
  background:#0000000a;
  height:60px;
  text-align:center;
  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}
.footer .lefts .apps a div:hover{background:#ffffff14}
.footer .lefts .apps a:nth-child(1){padding-left:4px;}
.footer .lefts .apps a:nth-child(2){padding-right:4px;}
.footer .lefts .apps a:nth-child(1) div img{max-width:90%;padding-top:12px;}
.footer .lefts .apps a:nth-child(2) div img{max-width:75%;padding-top:10px;}
.foot-down {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  direction:rtl;
  padding:30px 0;
}
.foot-down h1{
  font-family:IRANSans, sans-serif;
  font-size:18px;
  font-weight:bold;
  margin-bottom:20px;
  line-height:32px;
}
.foot-down p{
  font-size:12px;
  color:#536771;
  line-height:28px;
  text-align:justify;
}
.foot-down p #pmore {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color:transparent;
  border: 0;
}
.foot-down p .showpmore {
  font: 12px IRAN-Sans !important;
  color: #536771 !important;
}
.foot-down p .pmore {
  color: #455B9F;
  white-space:nowrap;
}
.foot-down p .pmore:hover {
  cursor:pointer;
  border-bottom: 1px dashed #455B9F;
}
.foot-down p .pmore i {
  vertical-align:middle;
}
.foot-down .namads{
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  direction:ltr;
  height:110px;
}
.foot-down .namads .enamad img, .foot-down .namads .samandehi img, .foot-down .namads .iwmf img{
  height:106px;
  width:106px;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  max-width:100%;
}
.bg-part-end {background-color:#5A5A5A;}
.copyright {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  padding:20px 0;
  direction:rtl;
}
.copyright .txt{
  font-size:12px;
  color: #fff;
}
.copyright .txt a{
  color: var(--m-color1l);
}
.copyright .logos{
  direction:ltr;
  text-align:left;
}
.copyright .logos a{margin-right:5px;}
.copyright .logos a:nth-child(1){color: var(--m-color1l);}
.copyright .logos a:nth-child(1):hover{color:#fff;}
.copyright .logos a i{
  font-size: 90px;
  line-height: 20px;
  vertical-align: middle;
  height: 20px;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .foot-down .namads{
      -ms-flex-direction: column;
      flex-direction: column;
  }
  .foot-down .namads .enamad{
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding-right:0;
  }
  .foot-down .namads .samandehi, .foot-down .namads .iwmf{
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      padding-left:0;
  }
  .foot-down .namads .samandehi img, .foot-down .namads .iwmf img{
      height:52px;
      width:52px;
  }
}
@media (max-width: 1365px) {
  .footer .lefts .apps a div{height:55px;}
  .foot-down .namads .enamad{padding-right:5px;}
}
@media (max-width: 1199px) {
  .footer .lefts .apps a div{height:50px;}
}
@media (max-width: 991px) {
  .footer .lefts {margin-top:15px;padding-top:20px;border-top:1px dotted rgba(250,250,250,0.2);}
  .footer .lefts .social, .footer .lefts .apps{margin-top:0;}
  .footer .lefts a.call-us div .img{height:50px;width:60px;border:6px solid #102565;}
  .footer .lefts a.call-us div span{font-size:11px;line-height:20px;padding-top:2px;}
  .footer .lefts a.call-us div span em{font-size:13px;}
  .footer .lefts .social ul li a{padding-left:15px;}
  .footer .lefts .social h5{font-size:12px;}
  .footer .lefts .social ul {margin-top:10px;}
  .footer .lefts .social ul li a i{font-size:18px;}
  .foot-down .namads{
      -ms-flex-direction: row !important;
      flex-direction: row !important;
      height:auto;
      margin-top:15px;
  }
  .foot-down .namads .enamad, .foot-down .namads .samandehi, .foot-down .namads .iwmf{
      padding:0 15px;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      text-align:center;
  }
  .foot-down .namads .enamad{text-align:right;}
  .foot-down .namads .iwmf{text-align:left;}
  .foot-down .namads .enamad img, .foot-down .namads .samandehi img, .foot-down .namads .iwmf img {
      height:72px;
      width:72px;
  }
}
@media (max-width: 767px) {
  .footer .lefts .apps{margin-top:20px;}
  .footer .lefts .apps a div{height:50px;}
  .footer .lefts .apps a:nth-child(1){padding-left:15px;}
  .footer .lefts .apps a:nth-child(2){padding-right:15px;}
  .footer .lefts .apps a:nth-child(1) div img{max-width:60%;padding-top:8px;}
  .footer .lefts .apps a:nth-child(2) div img{max-width:45%;padding-top:8px;}
}
@media (max-width: 575px) {
  .footer .rights h6{margin-top:15px;padding-top:20px;border-top:1px dotted rgba(250,250,250,0.2);}
  .footer .rights div:first-child h6{margin-top: 0;padding-top: 0;border-top:none;}
  .footer .lefts .social h5 span{display:none;}
  .footer .lefts .apps a div{height:45px;}
  .footer .lefts .apps a:nth-child(1) div img{max-width:120px;}
  .footer .lefts .apps a:nth-child(2) div img{max-width:95px;}
  .copyright {
      padding: 15px 0 5px;
  }
  .copyright .txt {margin-bottom:15px;}
  .copyright .txt, .copyright .logos{text-align:center;}
}
@media (max-width: 355px) {
  .footer .lefts .social{margin-top:20px;text-align:center;}
  .footer .lefts .social ul{padding-top:5px;}
  .footer .lefts .social ul li{float:none;display:inline-block;width:30px;}
  .footer .lefts .social ul li a{padding-left:0;}
  .footer .lefts .apps a:nth-child(1) div img{max-width:90px;padding-top:12px;}
  .footer .lefts .apps a:nth-child(2) div img{max-width:90px;}
  .foot-down .namads .enamad img, .foot-down .namads .samandehi img, .foot-down .namads .iwmf img {
      height:48px;
      width:48px;
  }
}
/* ||||||||| mdb rtl ||||||||| */
.form-check.rtl {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 5px;
}
.form-check.rtl .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check.rtl .form-check-input[type="checkbox"] + label::before,
.form-check.rtl .form-check-input[type="checkbox"]:not(.filled-in) + label::after,
.form-check.rtl label.btn input[type="checkbox"] + label::before,
.form-check.rtl label.btn input[type="checkbox"]:not(.filled-in) + label::after {
  right: 0;
  left: auto;
  border: 2px solid var(--m-color1);
}
.form-check.rtl .form-check-input[type="checkbox"] + label,
.form-check.rtl label.btn input[type="checkbox"] + label {
  padding-right: 35px;
  padding-left: 0;
}
.form-check.rtl .form-check-input[type="checkbox"]:checked + label::before,
.form-check.rtl label.btn input[type="checkbox"]:checked + label::before {
  right: 14px;
  top: -5px;
  left: auto;
  border-top: 2px solid transparent;
  border-right: 2px solid var(--m-color1);
  border-bottom: 2px solid var(--m-color1);
  border-left: 2px solid transparent;
}
.switch.rtl label .lever {
  background-color: #dddfe1;
  width: 2rem;
  height: .7rem;
	margin: 0;
	margin-right: 0;
}
.switch.rtl label .lever::after {
    width: 1.013rem;
    height: 1.0125rem;
}
.switch.rtl label input[type="checkbox"]:checked + .lever::after {
    left: 1.3rem;
    background-color: var(--m-color1);
}
.switch.rtl label input[type="checkbox"]:checked + .lever {
	background-color: #d2e2d6;
}
.md-form.rtl .select-wrapper span.caret {
  top: 1rem;
  left: 0;
  right: auto;
}
.md-form.rtl .select-wrapper input.select-dropdown {
  height: 45px;
  padding: 5px 0 0px;
  font-size: 12px;
}
.md-form.rtl label {
  right: 0;
  left: auto;
  font-size: 13px;
}
.md-form.rtl label.active {
  right: -5px;
  font-weight: 500;
  -webkit-transform: translateY(-14px) scale(0.9);
  transform: translateY(-14px) scale(0.9);
}
.md-form.rtl .select-wrapper ul {
  padding-right: 0;
}
.md-form.rtl .dropdown-content li {
  text-align: right;
}
.md-form.rtl .dropdown-content li > a, .md-form.rtl .dropdown-content li > span {
  color: var(--m-color1);
  font-weight: 400;
  font-size: 12px;
}
/* ||||||||| win11 hover ||||||||| */
.win11-hover {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.win11-hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.1s linear;
}
.win11-hover:before {
  width: 260px;
  height: 120px;
  background: radial-gradient(circle at center, #fff 20%, transparent 60%); 
  opacity: 0;
  mix-blend-mode: screen;
  transform: translate( 
    calc( var(--px) * 1px ),
    calc( var(--py) * 1px ) 
  ) translate(-50%, -50%);
}
.win11-hover:hover:before {
   opacity: 0.8;
}
/* ||||||||| Clouds ||||||||| */
#bg-clouds {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  -webkit-animation: FadeIn 3.1s ease-out;
          animation: FadeIn 3.1s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bg-cloud {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 30px;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: cloudfloat, cloudfadefloat;
          animation-name: cloudfloat, cloudfadefloat;
  z-index: 1;
}
.bg-cloud.foreground {
  height: 10%;
  min-height: 20px;
  z-index: 3;
}
.bg-cloud.cbackground {
  height: 9.09090909%;
  min-height: 8px;
  -webkit-animation-duration: 210s;
          animation-duration: 210s;
}
@-webkit-keyframes cloudfloat {
  from {
    transform: translateX(100%) translateZ(0);
  }
  to {
    transform: translateX(-15%) translateZ(0);
  }
}
@keyframes cloudfloat {
  from {
    transform: translateX(100%) translateZ(0);
  }
  to {
    transform: translateX(-15%) translateZ(0);
  }
}

@-webkit-keyframes cloudfadefloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
@keyframes cloudfadefloat {
  0%,
  100% {
    opacity: 0;
  }
  5%,
  90% {
    opacity: 1;
  }
}
.bg-cloud:nth-child(10) {
  -webkit-animation-delay: -184.61538462s;
          animation-delay: -184.61538462s;
  top: 60%;
}
.bg-cloud.foreground:nth-child(10) {
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
  height: 5%;
}
.bg-cloud.cbackground:nth-child(10) {
  -webkit-animation-duration: 110s;
          animation-duration: 110s;
  height: 3.40909091%;
}
.bg-cloud:nth-child(9) {
  -webkit-animation-delay: -166.15384615s;
          animation-delay: -166.15384615s;
  top: 54%;
}
.bg-cloud.foreground:nth-child(9) {
  -webkit-animation-duration: 84s;
          animation-duration: 84s;
  height: 2.5%;
}
.bg-cloud.cbackground:nth-child(9) {
  -webkit-animation-duration: 114s;
          animation-duration: 114s;
  height: 2.15909091%;
}
.bg-cloud:nth-child(8) {
  -webkit-animation-delay: -147.69230769s;
          animation-delay: -147.69230769s;
  top: 48%;
}
.bg-cloud.foreground:nth-child(8) {
  -webkit-animation-duration: 88s;
          animation-duration: 88s;
  height: 3%;
}
.bg-cloud.cbackground:nth-child(8) {
  -webkit-animation-duration: 118s;
          animation-duration: 118s;
  height: 0.90909091%;
}
.bg-cloud:nth-child(7) {
  -webkit-animation-delay: -129.23076923s;
          animation-delay: -129.23076923s;
  top: 42%;
}
.bg-cloud.foreground:nth-child(7) {
  -webkit-animation-duration: 92s;
          animation-duration: 92s;
  height: 5.5%;
}
.bg-cloud.cbackground:nth-child(7) {
  -webkit-animation-duration: 122s;
          animation-duration: 122s;
  height: 2.34090909%;
}
.bg-cloud:nth-child(6) {
  -webkit-animation-delay: -110.76923077s;
          animation-delay: -110.76923077s;
  top: 36%;
}
.bg-cloud.Foreground:nth-child(6) {
  -webkit-animation-duration: 96s;
          animation-duration: 96s;
  height: 5%;
}
.bg-cloud.cbackground:nth-child(6) {
  -webkit-animation-duration: 126s;
          animation-duration: 126s;
  height: 2.59090909%;
}
.bg-cloud:nth-child(5) {
  -webkit-animation-delay: -92.30769231s;
          animation-delay: -92.30769231s;
  top: 30%;
}
.bg-cloud.foreground:nth-child(5) {
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  height: 2.5%;
}
.bg-cloud.cbackground:nth-child(5) {
  -webkit-animation-duration: 130s;
          animation-duration: 130s;
  height: 2.84090909%;
}
.bg-cloud:nth-child(4) {
  -webkit-animation-delay: -73.84615385s;
          animation-delay: -73.84615385s;
  top: 24%;
}
.bg-cloud.foreground:nth-child(4) {
  -webkit-animation-duration: 104s;
          animation-duration: 104s;
  height: 7%;
}
.bg-cloud.cbackground:nth-child(4) {
  -webkit-animation-duration: 134s;
          animation-duration: 134s;
  height: 4.09090909%;
}
.bg-cloud:nth-child(3) {
  -webkit-animation-delay: -55.38461538s;
          animation-delay: -55.38461538s;
  top: 18%;
}
.bg-cloud.foreground:nth-child(3) {
  -webkit-animation-duration: 108s;
          animation-duration: 108s;
  height: .5%;
}
.bg-cloud.cbackground:nth-child(3) {
  -webkit-animation-duration: 138s;
          animation-duration: 138s;
  height: 5.34090909%;
}
.bg-cloud:nth-child(2) {
  -webkit-animation-delay: -36.92307692s;
          animation-delay: -36.92307692s;
  top: 12%;
}
.bg-cloud.Foreground:nth-child(2) {
  -webkit-animation-duration: 112s;
          animation-duration: 112s;
  height: 5%;
}
.bg-cloud.cbackground:nth-child(2) {
  -webkit-animation-duration: 142s;
          animation-duration: 142s;
  height: 3.59090909%;
}
.bg-cloud:nth-child(1) {
  -webkit-animation-delay: -18.46153846s;
          animation-delay: -18.46153846s;
  top: 6%;
}
.bg-cloud.foreground:nth-child(1) {
  -webkit-animation-duration: 116s;
          animation-duration: 116s;
  height: 2.5%;
}
.bg-cloud.cbackground:nth-child(1) {
  -webkit-animation-duration: 146s;
          animation-duration: 146s;
  height: 2.84090909%;
}
.bg-cloud {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAABtCAYAAAD3Xm43AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAFAZJREFUeNrsXV1sFNcVvl7/Y35sJ5AESFhCRNQAjaMopFKjslSt0pcqziNPcfKah4CUp0qVQZX6FAl46GtMnvJWHKkPQZWKqVKpgUZ2AkkFgrBJ+CsGezEs679d93537hlfj2d3fnZmd2d9jjRae+3dnZ35vnO+c+6597YINlc7/Pc7vfJhwMe/Zk/89uksX7FkWgsD/U5aAx3HAXn4Bb7TcvKY0McP8hiTxJhgiDEBGtGzZ+Txln5Mx/yRo/I4h0eOFEyAegJ/UD68I49Bt79v29Amj3bR39UqdvW1q+de6OvwfN+bDxdFYbGkHmcXl8TV6Xn584J8bsnt3xERPmEyMAFqKW8+kMeQljYrAL9vc5cCux+gB7Wp2aIiw6W7c+rRhRCIDCclEcYYhkyAqIGf0cAfdIL+tWe6xb4tncrT19IuTs6JS/K4eHfWSQYQ4BgTgQkQBfCRvB7X2l5Zd1uL2L+1W/zquXU1B72bAfwXJ2fFme/zYqpQdBLhCCfOTICwie1xLXWU9Xe3ijef71EyByRoRDt/u+BGhBM6IuQYnkwAP+A/LB+GSeMT8PdLqZMUcyECEuR3WRYxAbwS3BGSO/DyB57rUVKnUT2+lzQ68/0jce7Hx+bTiARHGaZMACf4h7TkUV4fVZxDezY2hMav1lAx+vS7GTMajOpowJKICaDAP0JaH55+8MUNiZI7fqPBp98+UJUjbUiMDzIJ1jABdKJ7Vug2BZQ033u5t65eH0A9f6ugypumgZgYVNu7uVOdZ1hDXvC5lEVMgjVOAF3eHCHwo6x56KWNdT8v6PXRKw8r/k+1STkS5E+/nWESrFUCaPCfJb0Prd8okgejvQAnQG5GIhoFNsub+B+QNsyoM5NgjRKgkcHvN6G9cHtWySSy3z2/XkWEKkmAXqK3Gb5NTABd5hwH+KGpoffj6NmpFRHMyk5YCefICbhE2qwEcCa8AP8+mVAm2ZyVnQPPrRODuzcEfp+Pv86Z1aFXzNaJMpN4ctxekTwCAPyZJMqeIAB+/9W+wFENRProy/sUTTAbbaceF/lAVJ7Ik9X5A+Ym8GSdRiWAvJkY4EJ7g/KQ8JTNZCaAkRj/8ZdPhpJUf/lq2vbwwtHq7dNACGrJzjIBGgP8GS19GqbUGVdOQAAOG+GQU5jJNSIJ2kDwaLaCoCIFsl2bXlATdcrMTRiTxyeSCKeYAPXV/dfhzTB49P6r/Yns6fFrIADAiO/64etPBH49gP3Rv+8rMAclkZqoI2UYCOQgQ1Yn16eYALUngN3iAEBUM4KaBEMegHwA9ufMllBkBwkKC0tVXSuUVy/cmlWkcESENTE3IdVA0keBH3XyZgc/SRYySJMwhsG3aq8VIgeScUdCjvsxLu/LUSZAbey4uqG6bWAtGDw+6XV870YgJEgAOWVEo2FJgnE9IMkSKCbvD88P+dMU9f5mMJe5CdBqaMke5QgQvQ2TB2LwN050QgkaDklHAxQoTmtnxQSI0Ptj1YY0fl4r0idJBoeEapyRZ4zoYgUTICLD6KW6wEnt82l2o5K0QYKhZiJB3Qigm91QbVADOGyNLYlcSDDEBIjA+6t1e5psSuMaIcGIlrBMgJCmLt6+LV2MrmSTYIAJEFz+DFDyu5crP4kjwaGXNpnVoUTnA/Uacs3QxeTSZzIT40N7NlErxwBGjP1MztGOD/d+h1hu3U6L5SXqaY8FWFbofRbwXFxTQOsyECYvxGlIIIAftWa2ZJpjcs5Ot7ZqnSe8pSVvNTcbxPhMWNNBI+tRqmsE2MWlz0QbosDVLyapoxRS6KAGPYB+WBc6ep0SCkvGIIp0t6VEl/rdgiGa+6YLJfWzWlRAt3Jro1180J4BApzUZKgqMtQ8AujyJ9qeQ82IYmssc0zWP6id2wrg07L0uNdBm/dohQ3MZ3BZWj6niXAiLBHqQQBcIDXp5fhvnmIENYH96V/3nCtcK8OkJozwR7l4WZn2bUivI2F6leohgTLkFdjiN2zddEGCBo+mDIH8jGqjEIDciAKqsIElK+NYtQ9jRjhAAKySoYkAVYFepcDrqNYjAqBaMEztt2zxGc06qwgo6aXR+Fbt7DvMc1az00Iu/hXW8P2wOp9BcID/bb9Ly9eDAGrFh7DLgrD5tz+M3VWgxHwDeGUknVZUWDk3GH9/7+e9iY7KjjWThI4EpxqWAGFXSGMLJn+wg6WbRwb4//njYxs0IAGmoiZ5HjZIjdKskSh7kiDFMGleq9RlC6DDAWEGmKq2FIpq4a4kG77rh794wtmqMcQEYKuYVJIUxaCWV87Q6IbE26VfaYgJwFbWkI/RvGQs5pt0c2naO16uaY8JwGZHAtLRqLVjPnCSo4Fb054eoV5hTVmMp9FDGlbv0isw8NhDedvV127kAjMrgITNB5NYsHA27QmrPeNovQmQtSoUC5G/sWNwZLU+TOAWqrXzmKkVoO9uTykyoKKCShE2907ian0o/0Li6RUu0Ed0ymzaqwcB0OLqtj5lWW/uHGZHM5XzRmAwxLHFqF0BAdnweeTdMJRurHjApr0lLdFoNqeNXn6okmOUVOFJkzh4+ebz681lIO2mPVg9xgGG9Em49gLhol+8O6fWrqykQeHN4ckxnxjgp4Viy3l5Z3RYC+uPRmXmXmhJXbvJ2bRHI8V1k0AEduoX8ZIvq4givfnnavGmvB1NKg3rIxq88GqHfTOT7NHqUSUih3RBOpokEgAOEfjSagLdqmORRgDd5em2Q4nQH2bvVCL/VyEWgzD7Nnc598S1Zopt6VKJGQhiDuYA7JA0zr23gvQWmR6t2TbgqIUHTWoX75nsY/H5VXtXTzWBp60KwKeFNcsHs30yHv8+rF+j5LqOAmlocWhMsyfFK0mlNTVpXU3S/TSiGdSjwSswAfwkk9JRiRk7WidtHsfk7JJY19Uh2ltbxEJxiaLAkbYQwIeGf6cc6Gmmz7LHLq1oxdWksS8kgRqJStDdYDChHgRQAzkBW29BtKtfWVuZ4vy4ROpVJUpurvRYOtgfHpUU+Ldv6hTXp2YJh/4JoCUOkte0m1SBR6gEQoDMmtkzv0LuVNOJiM8MG47xWiIcg795Dc7+2sMlQUXHdJ9NgDRGh9t8AJ+Wvhg0wfPa1q5A0gEgo+YsIkC9KzHcju3fsCVTEi0rPX/eKLlvWd9uyqBMmwf4kdCeJq9fzW7nlMB+/E3Ojh5chkxQEmyUmZOi/6H7cTgNJLj5QMnvA20e4Ld3aY+ifx/95zSoxQNRyTLcr1tSxiLyJ0X3X3tYcv1bX3cbEcBdApngj2qXdtT8afLFAb2bIVuSqkCdian/Q91cnimV/fvmnnb6Md3mBX5HW2loQ8nTrPiwscVl3+VKYq5Y/u8drcvKI1Um4Y0U/EpD3rY0JEZrWfqwxWWQPXmPPjMJbncCCKtdVI3koo00KvCrVb609n+NB53YYrI7Bfekt5KlDO+fFnrEFho9Sr2HVb2ogsA1d7Y4DMBHyTOomRFgOC6NTr3/nPiyxWGVKj5e1mZ4/yHL+/dErtHtXp+uVr5bbJF7/h8elUK/nvTIIHn/OPbrop6frSx/2CIylDpv5EvidmEp8GtzhcVVBEBzm+rribNCw9UftijkDo3wLi6Fe4/54vIL23TpU1V+4t6uqBD2jNnWrLwB4PPSYc+VlirW9gO9b96ej67mA2Tot7hG+lD5QTcohtJ5SyQ2L0M5E/ImLn+Zn7dzhok28v4YHEBkaI1BpZjzA9iaw+CNO1ujf09Uc2YW4lUKdx/ZEeBrIPNl/IQGIQwhF2P4bDTRoQQaVmLRhIYiK6iGSUC/e1D0bDkI6vUvThdjBz+8f37ePukxRADV7dnTkVJDyPhSL/WmIo0ENCE9qDeYnreSHRraniuVxO6NHE3qbai84P7MSSaMTxXF9p6UeKa7JRRmAPgb+aXYgU9284E9GQtz1MdW1SWJBLs2tIh1Na7awLNMzS0p4OPRaXjuxuMlsX1dS6zn8I30RLs2pMTGdq5auQN2Zd0dv9/IC9Hf2SL6OlrUYyUyIKLPLIgVzq1Wdn3aJoDaTsm1MI+T+mZ6SbEa7G6NEQfk6XFh3UDvNFzsYqlF7FifigX8FNavPLAi4Tou3a4ALq5LOcP9w3HtoZUfdKZaXAlUL0P93xgD+KwsAcxQNzlbFH2S0SBDFGAAuHAhpzTow2hIFYJLJeWloyInzgU3lxzSoiYDk2AZ/Lgefh02SaRGsiv3Zk35M+pJAAICDTyA1ZAFPW0gg1CP5QCI745IUpQOI69Bj9+jSprgaWbmLf35dHd4gOI80UTl1kXIJFhOULNVtBs0gmEOsJ4MDztJP4AAWKwqg9LQnqe8WT0p32hSNAazFzV4oT83d7Wowy9Qp+esKOTVPruocgIr2uD9k1KluSyjGarPO6SDCFuurHWCGq/3L5i/njAJ8IDKQ0k1gBSyCAduthWhLLBubKebqR/nrdHFoLmXVZ9uEen18eZEUUgVTAekSDslfwBx/UpYKkTAMTQD8Anbl+7YCyefMrdRBQHG5DGM2ijCRHtrskM9aU8/CXVQs0DRuBUiVMicFRo6b5Kw5Bw6U1aiShK1WLIqM/kmbFcZv2XvHgngHzP/pu4irdW5/9kNYmc/tyr4MRAAROhsgA5veGpEqKjyq2YySPuz1+zN/45J73/U/DvVElVGfHNmjq9YANBhEKiewMM5IEmPckS2UQzLllyZLNACVqET3/M/2d4/a2p/UwLBUBMdxIdCL2FUmM2/LEKpGBGBEvG4E1zIO1Rm8k3cXftF1lqJLr9QEq9sDbce1fitvNn28K6p/d0igPrjt/97zKiuQob8554VFUCMqLxyUZeir8jkdvx+0dfKB0m3nf3WAlxho8D1qTmz7HmCNsRwJYBmxknrhbOJrgjV22jcBCCFRMIB4CJBRekVRKl0P/F3VX58vPweFzSp4PnXypSKPU8tz0ycLiwGei1Ge8//ZO8DMOFMfN0kkND6CGum9+LFB3dtYjRHYHFWpZrZForLTrgjQGUS4P/HctKbKyd9nBKIosAxypwRetjY6mXUtoCyvLmQlVfS+6VMeg3J9DbtSuRJAE0CRIExSiCMiQNsbFUbvDNyzJyHpDH1+4ubu32DH57feO93y+n+sgQg1gi9kR0y8VxA/cXGVs4uSfBjRPbMlZwigjPXBNaAOdLv8Py7n+z2RSwX8J/yc06u4sq5NDoPkLFVr+mXxF8v3V/1fE9Hqyq7I9E1qz0A/69lHurVmUDgN17rG/xlCeBGApSlUI9NeqsEW30Mkhp5pWOfLldCwNmaVaBKUgltDmHBX5EAmgRpYe0QM0AJyStb10cWDcBehMUtPe1i9+baL5qLz785My/SfV08+BfzdYbsge19ep0CN0ALr09LlLSnWtTOLX4SXrwWhDJIRNWe0aDn5sudSyIcFXrtUGLp7ie7xDbJ5DDAUVWmewXapUMZyq64ALU09IjgXEDsvfKm1IOEa0H6APwYkcV1/v3P+qtSEbhfAL+h9yc0+CfCvJ/vM9HRAHsHZMznwdjtmzrUrhuk59w8wHShqNiOL2AMT9sWxcUJas4Qiu8CmVdrIjYz+M3ktBonh/eCWnCU5yF3jlSq80dGAEdugAGzQcoPQhoqTcc0g8fxBC5OrQfgUIkACcxohPMAEfzWn9m8wY/rGTbCAvQAv6H1Q0ueqglgEKFXR4O3dI4w4ONlY/I4J49RM2TJ98LGHMcp2d7/bO23UEJkQuegGZ1ABJThtm3iZd2rAX+Ye4r3uCGdklUuXaEYMFZ1rBqvHwkBKkQHt6iQlSec9Xgt5NVQPUlAssh50alyYcm8lB3GKZHDjcZyG3h8I71xTRMG1wCjsWHBT9cSCa6jCW5Me/1slOfbUDVNkwQAGcBUj7IrIkG5Mp2XreUxE8jIL396aAPX61oA7FipGbkhpGiZ/BAy56SfUd3EE8BJAiTVb6Q31EyL4ya4jX7j89GQVa41hCLEto0difb+qNbgu5uFDb9JK9X56Xq8LsGP11KpE0Cn6+qjxSZrAD8b53duyFEtZ9kVtWNo8TijgUuidcrMbcibkewhw5qqzTI4+Lf/Tq/ywPhuADLGatzK3s6yJP4f18SxBqcfwGd1fjgWl7dPDAE0CZBgnxb22qWtagAlannhovlzOsk6oRP9s04SNHPyisTTq1zdpyOy6dU9bEJf13OO37Nxe/jEEsCoNB0nSUREAAirGb2Fd8IiqWi5ddzkVYmWHv8YJyJWU86LG7wAZJQj2nSd7mpCBJiZldMR9LNaevOmI4CjugQiZJzanMIzbny5XAFeSiVZ+ka6eK0x7fXHynx+WhgtIdD50LiNIn3M5PPN3b2x5Ux07RZKK4lweXnaYk7r9qNJiXqJEq/GXsYVB+EQJSwPVvTyUki0PvHjpXQ0Ok0kxGegvFfPUWO30VGQEl2UtSgcmG0O+noeDNuSwAQITgaQ4IAG5IDPl01ob38u7CiiM0FHNECDYK2b6VwG7iaE0bQYNwlcKmYHG13uNBUBysgkigoDBiiUd4rSM+kEHeXaND2HAR8k6XETAcBH0u4oJarRUR0ZR4gEkGlxlGXx2QB/NW3ITIDmIB2iwQemHIMkQoKOOnpUOQJVZ9BB68hfssIx9U9HxhE6pygjFLw+yOdoQz6SVPAzAaKrVB12EoHAhwSdkvUwCScSd7NRzwD+sXLA09FwxJSGiFBoYQ8jiwj4Nx7MmV6/qjZkJkBzkmFIWJuOZ8ol5/DEbm3jNHDkUVunpH3U5/msilD4bCJmucoZzoXI51I1S1ylhwlQeyKkxXKnbEaEbxvP6aQdS1eOhumANCLUO2bOEvJcsHjaiag6MRvB/i/AAKAUqPy5JaXHAAAAAElFTkSuQmCC);
}
.bg-cloud.cbackground {
  background-image: url(data:image/png;base64,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);
}
@media (max-width: 575px) {
    .bg-cloud {
      -webkit-animation-duration: 60s;
              animation-duration: 60s;
    }
    .bg-cloud.cbackground {
      -webkit-animation-duration: 105s;
              animation-duration: 105s;
    }
    .bg-cloud.foreground:nth-child(10) {
      -webkit-animation-duration: 40s;
              animation-duration: 40s;
    }
    .bg-cloud.cbackground:nth-child(10) {
      -webkit-animation-duration: 55s;
              animation-duration: 55s;
    }
    .bg-cloud:nth-child(9) {
      -webkit-animation-delay: -83.15384615s;
              animation-delay: -83.15384615s;
    }
    .bg-cloud.foreground:nth-child(9) {
      -webkit-animation-duration: 42s;
              animation-duration: 42s;
    }
    .bg-cloud.cbackground:nth-child(9) {
      -webkit-animation-duration: 57s;
              animation-duration: 57s;
    }
    .bg-cloud:nth-child(8) {
      -webkit-animation-delay: -74.69230769s;
              animation-delay: -74.69230769s;
    }
    .bg-cloud.foreground:nth-child(8) {
      -webkit-animation-duration: 44s;
              animation-duration: 44s;
    }
    .bg-cloud.cbackground:nth-child(8) {
      -webkit-animation-duration: 59s;
              animation-duration: 59s;
    }
    .bg-cloud:nth-child(7) {
      -webkit-animation-delay: -64.23076923s;
              animation-delay: -64.23076923s;
    }
    .bg-cloud.foreground:nth-child(7) {
      -webkit-animation-duration: 46s;
              animation-duration: 46s;
    }
    .bg-cloud.cbackground:nth-child(7) {
      -webkit-animation-duration: 61s;
              animation-duration: 61s;
    }
    .bg-cloud:nth-child(6) {
      -webkit-animation-delay: -55.76923077s;
              animation-delay: -55.76923077s;
    }
    .bg-cloud.Foreground:nth-child(6) {
      -webkit-animation-duration: 48s;
              animation-duration: 48s;
    }
    .bg-cloud.cbackground:nth-child(6) {
      -webkit-animation-duration: 63s;
              animation-duration: 63s;
    }
    .bg-cloud:nth-child(5) {
      -webkit-animation-delay: -46.30769231s;
              animation-delay: -46.30769231s;
    }
    .bg-cloud.foreground:nth-child(5) {
      -webkit-animation-duration: 50s;
              animation-duration: 50s;
    }
    .bg-cloud.cbackground:nth-child(5) {
      -webkit-animation-duration: 65s;
              animation-duration: 65s;
    }
    .bg-cloud:nth-child(4) {
      -webkit-animation-delay: -36.84615385s;
              animation-delay: -36.84615385s;
    }
    .bg-cloud.foreground:nth-child(4) {
      -webkit-animation-duration: 52s;
              animation-duration: 52s;
    }
    .bg-cloud.cbackground:nth-child(4) {
      -webkit-animation-duration: 67s;
              animation-duration: 67s;
    }
    .bg-cloud:nth-child(3) {
      -webkit-animation-delay: -27.38461538s;
              animation-delay: -27.38461538s;
    }
    .bg-cloud.foreground:nth-child(3) {
      -webkit-animation-duration: 54s;
              animation-duration: 54s;
    }
    .bg-cloud.cbackground:nth-child(3) {
      -webkit-animation-duration: 69s;
              animation-duration: 69s;
    }
    .bg-cloud:nth-child(2) {
      -webkit-animation-delay: -18.92307692s;
              animation-delay: -18.92307692s;
    }
    .bg-cloud.Foreground:nth-child(2) {
      -webkit-animation-duration: 56s;
              animation-duration: 56s;
    }
    .bg-cloud.cbackground:nth-child(2) {
      -webkit-animation-duration: 71s;
              animation-duration: 71s;
    }
    .bg-cloud:nth-child(1) {
      -webkit-animation-delay: -9.46153846s;
              animation-delay: -9.46153846s;
    }
    .bg-cloud.foreground:nth-child(1) {
      -webkit-animation-duration: 58s;
              animation-duration: 58s;
    }
    .bg-cloud.cbackground:nth-child(1) {
      -webkit-animation-duration: 73s;
              animation-duration: 73s;
    }
}
/* ||||||||| Mehrsa Toasts ||||||||| */
.toast {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 12px;
    background-color: #CC0000BF;
    color: #fff;
    z-index: 3;
    direction: rtl;
}
.toast.add_to_cart_toast {
    z-index: 333;
    bottom: unset;
    top: 15px;
}
.toast .toast-body {
	display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}
.toast .toast-body button {
	padding-right: 15px;
}

@media screen and (max-width: 575px) {
    .toast.add_to_cart_toast {
        bottom: unset;
        top: 5px;
        left: 5px;
        font-size: 10px;
    }
    
}
/* ||||||||| Sites ||||||||| */
a.mehromah {
  color: #01b5e6;
}
a.delta {
  color: #2faa96;
}
a.bgym {
  color: #b94f97;
}
/* ||||||||| Mehrsa Loders ||||||||| */
.loading1 {
  width: 36px;
  height: 36px;
  -webkit-animation: l1rotate 2s linear infinite;
  animation: l1rotate 2s linear infinite;
}
.loading1 .path {
  stroke: var(--m-color1);
  stroke-linecap: round;
  -webkit-animation: l1dash 1.5s ease-in-out infinite;
  animation: l1dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes l1rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes l1rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes l1dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes l1dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media (max-width: 575px) {
    .loading1 {
      width: 24px;
      height: 24px;
    }
}


/*old main*/
/* start swiper bullet*/
.swiper-pagination-bullet{
    background: var(--swiper-pagination-color,#FEEAD3) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1.1);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,9px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,9px));
}
.swiper-pagination-bullet-active{
    background: var(--swiper-pagination-color,var(--m-color1)) !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1.1);

}
/* end swiper bullet*/

