@charset "utf-8";
/* CSS Document */
/* Copyright (C) joominamarket , (http://www.joominamarket.com/) */

/* ========================================================================
   Component: Base
 ========================================================================== */

  

@font-face {
	font-family: 'pamega';
	src: url('../fonts/pamega.eot');
	src: url('../fonts/pamega.eot?') format('embedded-opentype'),
	url('../fonts/pamega.woff') format('woff'),
	url('../fonts/pamega.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
 * 1. Normalizes default `font-family` and sets `font-size` here to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  color: #000;
}
/*
 * Removes default margin.
 */
body{
	background: #F2F2F7 ; 
  color: #000;
  margin: 0;
   overflow-x:hidden;
  direction:rtl;
    font-size: 14px;
} 
*::-moz-placeholder {
    color: #c6c6c6;
    font-size: 12px;
}
/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/*
 * Style
 */
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover{
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

/* Images
 ========================================================================== */
/*
 * 1. Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 * 3. Remove border when inside `a` element in IE 8/9/10.
 * 4. Remove the gap between images and the bottom of their containers
 */
img {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
  border: 0;
  /* 4 */
  vertical-align: middle;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0; 
  font-weight: 300;
  color: #000000;
  text-transform: none;
	line-height: normal;
}
/*
 * Sizes
 */
h1 {
  font-size: 34px;
  line-height: 44px;
}
h2 {
  font-size: 28px;
  line-height: 32px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  line-height: 22px;
}
h5 {
  font-size: 16px;
  line-height: 23px;
}
h6{
  font-size: 15px;
  line-height: 22px;
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding: 0;
  margin:0;
}
/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
/* HTML5 elements
 ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/* Bold Text */
strong,
dt,
th {
  font-weight: 400;
}

/********
styles
********/
.ti_styles{ 
	position: fixed !important;
	top: 35% ;
	z-index: 150 ;
	left:-180px ;
}
.style_content {
	height: 170px;
	float: left;
	width: 180px;
	background:#e9e9e9;
}
.style_content h4{
	color:#000;
	font-family:'iransans';
	text-align:center;
	padding:14px 0 ;
	margin:0;	
}
.style_content div{
	float: left;
	width: 100%;
	padding-left: 10px;
}
.style_content div a{  
	border-radius:2px;
	display: block;
	float: left;
	height: 40px;
	margin: 5px;
	width: 42px;
}
.cyan_theme{
	background:#009688;
}
.blue_theme{
	background:#3b8ced; 
}
.green_theme{
	background:#4BAE4F;
}
.gold_theme{
	background:#F8AB16;
}
.red_theme{
	background:#EA3A3C;
}
.purple_theme{
	background:#574586;
}
.style_btn {
	height: 50px;
	width: 50px;
	border-radius:0 2px 2px 0;
	border:none;
	background:#e9e9e9;
	
}
.style_btn i {
    color: #fff;
    font-size: 30px;
    left: 0;
    padding: 0;
    position: relative;
    top: 2px; 
    color: #000; 
}
.dark_theme {
    background: #000;
}
.light_theme {
    background: #fff;
}
p{
	margin: 0 0 10px !important;
}

/* error */ 
.error_icon {
    text-align: center;
}
.error_icon i {
    color: #000;
    font-size: 150px;
}
.error_page p {
    color: #000;
    font-family: 'iransans';
    font-size: 70px;
    margin: 20px 0;
	text-align:center;
}
.error_icon div {
    height: 150px;
    margin: auto;
    width: 390px;
}
.error_icon div i {
    float: right;
    margin-left: 20px;
}
.error_page a {
    border: 1px solid;
    border-radius: 5px;
    float: right;
    font-size: 20px;
    padding: 20px;
    position: relative;
    top: 38px;
}
/*********/
.clear{
	clear:both;
}
.left{
	text-align:left;
	float:left !important;
}
.right{
	text-align:right;
	float:right !important;
}
.no-padding{
	padding:0 !important;
}
.no-right-padding{
	padding-right:0 !important;
	padding-left:10px !important;
}
.no-left-padding{
	padding-left:0 !important;
	padding-right:10px !important;
} 
.left-padding{
	padding-left:10px !important;
} 
.right-padding{
	padding-right:10px !important;
}
.has_margin_bottom{
	margin-bottom:20px;
}
.no-margin{
	margin:0 !important;
}
/******************************************************************
					FORM
******************************************************************/
a{	
	transition:all linear 0.3s;
}
.control-group{
	margin-bottom:15px;
}
input {
    border: 1px solid #ddd;
    border-radius: 2px !important;
    color: #666;
    padding: 7px 10px;
	transition:all linear 0.5s;
}
textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 7px 10px;
	transition:all linear 0.5s;
}
.chzn-container{
	font-size:12px !important;
	min-width: 60px;
	margin: 0 !important;
}
.chzn-container-single .chzn-single {
    background: none !important;
    border: 1px solid #ddd !important;
    border-radius: 2px !important;
    box-shadow: none !important;
	height:auto !important;
	line-height: normal !important;
	padding: 5px 10px 5px 30px !important;
}
.chzn-container-single .chzn-single span {
    margin-left: 0 !important;
	margin-right:0 !important;
    padding: 0 !important;
}
.chzn-container-single .chzn-single div {
    left: 0 !important;
	right:auto !important;
    top: 0 !important;
	height: auto;
}
.chzn-container-single .chzn-single div:after{
	content: "\e874";
    font-family: Linearicons-Free;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 11px;
}
.chzn-container-single .chzn-single div b{
	display: none !important;
}
.chzn-container .chzn-drop {
    border: 1px solid #ddd !important;
}
.btn,
.readmore{
	color:#fff !important;
	margin:0 !important;
	transition:all linear 0.3s;
	border:none !important;
	border-radius: 2px !important;
    font-size: 14px !important;
    padding: 10px 48px !important;
}
.btn:hover{
	border:none !important;
}
label{
	font-weight:normal !important;
}
img{
	display:block;
	margin:0 auto;
}
.sample_code .btn{
	margin-left: 10px !important;
	display: inline-block;
}
.sample_code .alert{
	padding-top: 10px !important;
}

.dflex{
    margin-bottom:20px;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.dflex a{
    margin-bottom:10px;
    margin-left:10px;
    background:#FFF;
    border:1px solid #bdc3c7;
    color:#000;
    padding:10px 15px;
    line-height:25px;
}

.dflex a:hover{
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     background:#f1f2f6 !important;
}

h4.other-models {
    font-weight: bold;
    margin-top:20px;
}


.product_box .desc {

}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
    font-size:14px;
}

.videobox{
    padding:50px 0;
}

.videobox h3{
    text-align:center;
    font-weight:bold;
}

.product-fields-title h3{
    font-weight:bold;
}

.videobox .h_iframe-aparat_embed_frame{
     width:75%;
     margin:0 auto;
}


.container{
 width:85%;   
}

.swiper-slide .product-fields-title{
    display:none;
}

.swiper-slide .product-container{
   padding:0 !important;
}


/*---------------------
 HAMBURGER MENU
 ----------------------*/
 
.mobile-menu .d-grid {
  display: grid;
}

.mobile-menu ul li:first-child {
   order: 10 ;
}

.mobile-menu ul li:nth-of-type(2) {
   order: 9 ;
}
.mobile-menu ul li:nth-of-type(3) {
   order: 8 ;
}
.mobile-menu ul li:nth-of-type(4) {
   order: 7 ;
}
.mobile-menu ul li:nth-of-type(5) {
  order: 3 ;
}
.mobile-menu ul li:nth-of-type(6) {
  order: 1;
}
.mobile-menu ul li:nth-of-type(7) {
  order: 2;
}
.mobile-menu ul li:nth-of-type(8) {
  order: 11;
}
.mobile-menu ul li:nth-of-type(9) {
  order: 6 ;
}

.mobile-menu ul li:nth-of-type(10) {
   order: 5 ;
}
.mobile-menu ul li:nth-of-type(11){
  order: 4 ;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.hamburger-menu {
  width: 100%;
  cursor: pointer;
  z-index: 9998;
}
.bar, .bar:after, .bar:before {
  width: 30px;
  height: 3px;
}
.bar {
  position: relative;
  background: white;
  transition: all 0ms 300ms;
}
.bar.animate {
  background: rgba(255, 255, 255, 0);
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/*---------------------
 Mobiles Menu 
 ----------------------*/
/*---------------------
 Mobiles Menu - Design 
 ----------------------*/
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 8px 0;
  position: relative;
  text-align: right;
  padding-right: 15px;
  border-bottom:1px solid #e8e8e1;
}

.mobile-menu ul.children li {
    border-bottom:0
}

.mobile-menu li a {
  text-decoration: none;
  color: black;
}

/*---------------------
 Mobiles Menu - Slide IN 
 ----------------------*/
.mobile-menu {
  top: 0;
  max-width: 300px;
  right: -100%;
  width: 100%;
  background: #FFF;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.mobile-menu.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
/*---------------------
 Mobiles Menu - Dropdown Submenu
 ----------------------*/
 .d-flex {
  display: flex;
  align-items:center;
  justify-content:space-between;
}
 .d-flex2 {
  display: flex;
  align-items:center;
  justify-content:space-around;
}
.has-children:hover {
  cursor: hand;
}
.children {
  display: none;
}
.mobile-menu .children li:first-child {
  margin-top: 0px;
}
.icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #ccc;
  left: 15px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
.icon-arrow:after {
  content: "\25BC";
}
.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}

.children h4{
    font-size:12px;
    margin-bottom:0;
}

.mobile-menu li a:hover{
   color: #337ab7
}
.mobile-menu h5{
    padding:20px 0;
    border-bottom:1px solid #e8e8e1;
}

.mobile-menu li:last-child{
    border-bottom:0;
}

.closecat{
    top:20px;
    right:25px;
    position:absolute;
    cursor:pointer;
}
.mobile-nav__toggle {
    flex: 0 1 auto;
}
.limain {
    flex: 1 1 auto;
    word-break: break-word;
    padding:5px 0 !important;
    background:#FFFF !important;
}
.mobile-nav__toggle{
    border-right: 1px solid #e8e8e1 !important;
}
.mobile-nav__toggle button {
    border:none !important;
}

.mobile-nav__toggle button {
    padding: 0 30px;
}
.mobile-nav__has-sublist .collapsible-trigger__icon {
    left: 25px;
}

.collapsible-trigger {
    position: relative;
}
.collapsible-trigger__icon {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.collapsible-trigger__icon {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
}
.collapsible-trigger__icon .icon {
    display: block;
    width: 10px;
    height: 10px;
    transition: all .1s ease-in;
}
svg:not(:root) {
    overflow: hidden;
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

.children{
    position: relative; 
}
.children:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: #000;
    right: 0;
    top: 10px;
    bottom: 10px;
}

.jm-brands img{
    border-radius:15px;
}

.mb-3{
    margin-bottom:20px;
}

.rvmst-content{
 display:grid;
 gap:1rem
}
