@font-face{font-family:'wyekan';font-style:normal;font-weight:bold;src:url('../fonts/iranyekanwebbold.eot');src:url('../fonts/iranyekanwebbold.eot?#iefix') format('embedded-opentype'),url('../fonts/iranyekanwebbold.woff') format('woff'),url('../fonts/iranyekanwebbold.ttf') format('truetype'); font-weight:900;}@font-face{font-family:'wyekan';font-style:normal;font-weight:normal;src:url('../fonts/iranyekanwebregular.eot');src:url('../fonts/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),url('../fonts/iranyekanwebregular.woff') format('woff'),url('../fonts/iranyekanwebregular.ttf') format('truetype');font-weight:300;}@font-face{font-family:'wyekan';font-style:normal;font-weight:300;src:url('../fonts/iranyekanweblight.eot');src:url('../fonts/iranyekanweblight.eot?#iefix') format('embedded-opentype'),url('../fonts/iranyekanweblight.woff') format('woff'),url('../fonts/iranyekanweblight.ttf') format('truetype');font-weight:100;}

@font-face{font-family:iransn;font-style:normal;font-weight:900;src:url("../fonts/IRANSansWeb_FaNum__Black.eot");src:url("../fonts/IRANSansWeb_FaNum__Black.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_FaNum__Black.woff2") format("woff2"),url("../fonts/IRANSansWeb_FaNum__Black.woff") format("woff"),url("../fonts/IRANSansWeb_FaNum__Black.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:700;src:url("../fonts/IRANSansWeb_FaNum__Bold.eot");src:url("../fonts/IRANSansWeb_FaNum__Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_FaNum__Bold.woff2") format("woff2"),url("../fonts/IRANSansWeb_FaNum__Bold.woff") format("woff"),url("../fonts/IRANSansWeb_FaNum__Bold.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:500;src:url("../fonts/IRANSansWeb_FaNum__Medium.eot");src:url("../fonts/IRANSansWeb_FaNum__Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_FaNum__Medium.woff2") format("woff2"),url("../fonts/IRANSansWeb_FaNum__Medium.woff") format("woff"),url("../fonts/IRANSansWeb_FaNum__Medium.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:300;src:url("../fonts/IRANSansWeb_FaNum__Light.eot");src:url("../fonts/IRANSansWeb_FaNum__Light.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_FaNum__Light.woff2") format("woff2"),url("../fonts/IRANSansWeb_FaNum__Light.woff") format("woff"),url("../fonts/IRANSansWeb_FaNum__Light.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:200;src:url("../fonts/IRANSansWeb_FaNum__UltraLight.eot");src:url("../fonts/IRANSansWeb_FaNum__UltraLight.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_FaNum__UltraLight.woff2") format("woff2"),url("../fonts/IRANSansWeb_FaNum__UltraLight.woff") format("woff"),url("../fonts/IRANSansWeb_FaNum__UltraLight.ttf") format("truetype");
    unicode-range: U+30-39;}@font-face{font-family:iransn;font-style:normal;font-weight:400;src:url("../fonts/IRANSansWeb_FaNum_.eot");src:url("../fonts/IRANSansWeb_FaNum_.eot?#iefix") format("embedded-opentype"),url("../fonts/IRANSansWeb_FaNum_.woff2") format("woff2"),url("../fonts/IRANSansWeb_FaNum_.woff") format("woff"),url("../fonts/IRANSansWeb_FaNum_.ttf") format("truetype");
    unicode-range: U+30-39;}

body {
	background:#EBF0F7 !important;
font-family: iransn, wyekan, 'irans';
}
a:hover { text-decoration:none }
ol, ul, li { padding: 0; margin: 0; list-style: none;}
.rtltext {
	direction: rtl;
	line-height: 200%;
}
.clear { clear: both; }
.results__inner--row .results__inner--row--image img {
  height: 100%;
  width: 100%;
}
/* ---------------------POPUP-------------------------- */
  .cd-main-header {
	position: relative;
	z-index: 1;
	height: 50px;
	background: #343642;
  }
  
  .cd-main-header::after {
	/* clearfix */
	content: '';
	display: table;
	clear: both;
  }
  
  .cd-main-header__logo {
	float: left;
	margin: 4px 0 0 5%;
	/* reduce logo size on mobile and make sure it is left aligned with the transform-origin property */
	-webkit-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
	-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
			transform: scale(0.8);
  }
  
  .cd-main-header__logo img {
	display: block;
  }
  .resume__index p a {
  background: #FFB901;
  padding: 5px 10px;
  float: left;
  border-radius: 10px;
}
  @media only screen and (min-width: 768px) {
	.cd-main-header {
	  height: 80px;
	}
	.cd-main-header__logo {
	  margin: 20px 0 0 5%;
	  -webkit-transform: scale(1);
		  -ms-transform: scale(1);
			  transform: scale(1);
	}
  }
  
  .cd-main-nav {
	float: right;
	margin-right: 5%;
	width: 44px;
	height: 100%;
	background: url("../img/cd-icon-menu.svg") no-repeat center center;
	cursor: pointer;
  }
  
  .cd-main-nav__list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);
  }
  
  .cd-main-nav__list.cd-main-nav__list--is-visible {
	-webkit-transform: translateY(50px);
		-ms-transform: translateY(50px);
			transform: translateY(50px);
  }
  
  .cd-main-nav__item {
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 5%;
	background: #292a34;
	border-top: 1px solid #3b3d4b;
	color: #FFF;
  }
  
  @media only screen and (min-width: 768px) {
	.cd-main-nav {
	  /* reset style */
	  width: auto;
	  height: auto;
	  background: none;
	  cursor: auto;
	}
	.cd-main-nav__list {
	  /* reset style */
	  position: static;
	  width: auto;
	  -webkit-transform: translateY(0);
		  -ms-transform: translateY(0);
			  transform: translateY(0);
	  line-height: 80px;
	}
	.cd-main-nav__list.cd-main-nav__list--is-visible {
	  /* reset style */
	  -webkit-transform: translateY(0);
		  -ms-transform: translateY(0);
			  transform: translateY(0);
	}
	.cd-main-nav__list li {
	  display: inline-block;
	  margin-left: 1em;
	}
	.cd-main-nav__list li:nth-last-child(2) {
	  margin-left: 2em;
	}
	.cd-main-nav__item {
	  display: inline-block;
	  height: auto;
	  line-height: normal;
	  background: transparent;
	}
	.cd-main-nav__item.cd-main-nav__item--signin, .cd-main-nav__item.cd-main-nav__item--signup {
	  padding: .6em 1em;
	  border-radius: 50em;
	}
	.cd-main-nav__item.cd-main-nav__item--signin {
	  border: 1px solid rgba(255, 255, 255, 0.6);
	}
	.cd-main-nav__item.cd-main-nav__item--signup {
	  background: #2f889a;
	}
  }
  
  /* -------------------------------- 
  
  x sigin/signup popup 
  
  -------------------------------- */
  .cd-signin-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(52, 54, 66, 0.9);
	z-index: 3;
	overflow-y: auto;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	z-index: 9999999;
  }
  
  .cd-signin-modal.cd-signin-modal--is-visible {
	visibility: visible;
	opacity: 1;
  }
  
  .cd-signin-modal__container {
	position: relative;
	width: 90%;
	max-width: 600px;
	background: #FFF;
	margin: 3em auto 4em;
	cursor: auto;
	border-radius: 0.25em;
	-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
			transform: translateY(-30px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
  }
  
  .cd-signin-modal--is-visible .cd-signin-modal__container {
	-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
			transform: translateY(0);
  }
  
  .cd-signin-modal__switcher:after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
  }
  
  .cd-signin-modal__switcher li {
	width: 50%;
	float: left;
	text-align: center;
  }
  
  .cd-signin-modal__switcher li:first-child a {
	border-radius: .25em 0 0 0;
  }
  
  .cd-signin-modal__switcher li:last-child a {
	border-radius: 0 .25em 0 0;
  }
  
  .cd-signin-modal__switcher a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #d2d8d8;
	color: #809191;
  }
  
  .cd-signin-modal__switcher a.cd-selected {
	background: #FFF;
	color: #505260 !important
  }
  
  @media only screen and (min-width: 600px) {
	.cd-signin-modal__container {
	  margin: 4em auto;
	}
	.cd-signin-modal__switcher a {
	  height: 70px;
	  line-height: 70px;
	}
  }
  
  .cd-signin-modal__form {
	padding: 0em 1.4em 3em;
  }
  
  .cd-signin-modal__fieldset {
	position: relative;
	margin: 0.4em 0;
  }
  
  .cd-signin-modal__fieldset:first-child {
	margin-top: 0;
  }
  
  .cd-signin-modal__fieldset:last-child {
	margin-bottom: 0;
  }
  
  .cd-signin-modal__label {
	font-size: 1.4rem;
  }
  
  .cd-signin-modal__label.cd-signin-modal__label--image-replace {
	/* replace text with an icon */
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 0;
  }
  
  .cd-signin-modal__label.cd-signin-modal__label--username {
	background-image: url("../img/cd-icon-username.svg");
  }
  
  .cd-signin-modal__label.cd-signin-modal__label--email {
	background-image: url("../img/cd-icon-email.svg");
  }
  
  .cd-signin-modal__label.cd-signin-modal__label--password {
	background-image: url("../img/cd-icon-password.svg");
  }
  
  .cd-signin-modal__input {
	margin: 0;
	padding: 0;
	border-radius: 0.25em;
  }
  
  .cd-signin-modal__input.cd-signin-modal__input--full-width {
	width: 100%;
  }
  
  .cd-signin-modal__input.cd-signin-modal__input--has-padding {
	padding: 5px 20px 5px 70px;
  }
  .cd-signin-modal__input.cd-signin-modal__input--has-padding--nor {
	padding: 5px 20px 5px 20px;
  }
  
  .cd-signin-modal__input.cd-signin-modal__input--has-border {
	border: 1px solid #d2d8d8;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
  }
  
  .cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
	border-color: #343642;
	-webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
			box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
	outline: none;
  }
  
  .cd-signin-modal__input.cd-signin-modal__input--has-error {
	border: 1px solid #d76666;
  }
  
  .cd-signin-modal__input[type=submit] {
	padding: 16px 0;
	cursor: pointer;
	background: #2f889a;
	color: #FFF;
	font-weight: bold;
	border: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .cd-signin-modal__input[type=submit]:hover, .cd-signin-modal__input[type=submit]:focus {
	background: #3599ae;
	outline: none;
  }
  
  .cd-signin-modal__hide-password {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0px 15px;
	border-right: 1px solid #d2d8d8;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	font-size: 1.4rem;
	color: #343642;
  }
  
  .cd-signin-modal__error {
	display: inline-block;
	position: absolute;
	left: -5px;
	bottom: -35px;
	background: rgba(215, 102, 102, 0.9);
	padding: .8em;
	z-index: 2;
	color: #FFF;
	font-size: 1.3rem;
	border-radius: 0.25em;
	/* prevent click and touch events */
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
	transition: opacity 0.2s 0s, visibility 0s 0.2s;
  }
  
  .cd-signin-modal__error::after {
	/* triangle */
	content: '';
	position: absolute;
	left: 22px;
	bottom: 100%;
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(215, 102, 102, 0.9);
  }
  
  .cd-signin-modal__error.cd-signin-modal__error--is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
	transition: opacity 0.2s 0s, visibility 0s 0s;
  }
  
  @media only screen and (min-width: 600px) {
	.cd-signin-modal__form {
	  padding: 0em 2em 3em;
	}
	.cd-signin-modal__fieldset {
	  margin: 1em 0;
	}
	.cd-signin-modal__fieldset:first-child {
	  margin-top: 0;
	}
	.cd-signin-modal__fieldset:last-child {
	  margin-bottom: 0;
	}
	.cd-signin-modal__input.cd-signin-modal__input--has-padding {
	  padding: 5px 20px 5px 50px;
	}
	.cd-signin-modal__input.cd-signin-modal__input--has-padding--nor {
	  padding: 5px 20px 5px 20px;
	}
	.cd-signin-modal__input[type=submit] {
	  padding: 16px 0;
	}
  }
  
  .cd-signin-modal__message {
	padding: 1.4em 1.4em 0;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
  }
  
  @media only screen and (min-width: 600px) {
	.cd-signin-modal__message {
	  padding: 2em 2em 0;
	}
  }
  
  .cd-signin-modal__bottom-message {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -5px;
	text-align: center;
	font-size: 1.4rem;
  }
  
  .cd-signin-modal__bottom-message a {
	color: #2F889A;
	font-weight: bold;
	text-align: right;
  }
  
  .cd-signin-modal__close {
	/* form X button on top right */
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: -40px;
	background: url("../img/cd-icon-close.svg") no-repeat center center;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
  }
  
  @media only screen and (min-width: 1170px) {
	.cd-signin-modal__close {
	  display: none;
	}
  }
  
  .cd-signin-modal__block {
	display: none;
  }
  
  .cd-signin-modal__block.cd-signin-modal__block--is-selected {
	display: block;
	padding-top: 6em;
  }
  /* demo style */
  .cd-nugget-info {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	bottom: 0;
	left: 0;
  }
  .cd-nugget-info a {
	position: relative;
	display: inline-block;
	padding: 0 2em;
	background-color: #da5067;
	border-radius: 50em;
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
  }
  .cd-nugget-info a:hover {
	opacity: .8;
  }
  .cd-nugget-info span {
	vertical-align: middle;
	display: inline-block;
  }
  .cd-nugget-info span svg {
	display: block;
  }
  .cd-nugget-info .cd-nugget-info-arrow {
	fill: #fff;
  }
  .cd-intro {
	position: relative;
	height: 200px;
	line-height: 200px;
	text-align: center;
  }
  .cd-intro h1 {
	font-size: 2.2rem;
	color: rgba(52, 54, 66, 0.5);
  }
  @media only screen and (min-width: 600px) {
	.cd-intro {
	  height: 300px;
	  line-height: 300px;
	}
  }
  @media only screen and (min-width: 1170px) {
	.cd-intro h1 {
	  font-size: 3.2rem;
	}
  }
.js-signin-modal-trigger {
    float: left;
}

.cd-signin-modal__switcher.js-signin-modal-switcher.js-signin-modal-trigger {
    width: 100%;
}
input[type="checkbox"].cd-signin-modal__input {
    float: right;
    margin: 0 0 0 10px;
}
.cd-signin-modal__fieldset--nomarg {
	margin: 0em;
	float: right;
	width: 100%;
  }
  .cd-signin-modal__fieldset--nomarg label {
    margin: 0;
	line-height: 100%;
	width: 80%;
}

.breadcrumbs {
    float: right;
}
.breadcrumbs a {
    float: right;
    color: #0067A0;
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 5px;
    padding: 10px 2px;
}
.breadcrumbs span {
    float: right;
    color: #0067A0;
    font-weight: bold;
    font-size: 12px;
    margin: 0 5px;
    padding: 10px 0px;
}
.breadcrumbs p {
    float: right;
    color: #B6B6B6;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 5px;
    padding: 10px 2px;
    line-height: 17px;
}
h2.nothingtoshow {
    text-align: center;
    font-weight: 900;
    padding: 50px;
    color: #ccc;
	opacity:1 !important
}
.page_title {
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid #E4E4E4;
    font-weight: 700;
}
.category_nav {
    background: #fff;
    border-top: 0.1rem solid rgb(238, 238, 238);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0.6rem 2.5rem 0px;
}
.side_box {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    margin: 10px auto;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border: 0.1rem solid rgb(238, 238, 238);
    border-radius: 5px;
}
.data_box {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    margin: 10px 10px 10px 0;
	background-color: rgb(255, 255, 255);
	border: 0.1rem solid rgb(238, 238, 238);
	border-radius: 5px;
}
.data_box.left_margin {
	margin: 10px 0 0 10px;
}
.page_title {
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid #E4E4E4;
    font-weight: 700;
}
.page_subtitle {
    float: left;
    direction: rtl;
    font-weight: 100;
    font-size: 1rem;
    margin: 3px;
}

.listing_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
	padding: 0;
	direction: rtl;
}
.listing_items > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
    min-height: 424px;
}
.listing_items .product_box {
    position: relative;
    margin-left: -1px;
    margin-top: 0px;
    margin-bottom: -1px;
    border: 1px solid #ebebeb;
        border-top-color: rgb(235, 235, 235);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 12px 60px;
}
.listing_items .product_box .product_box__img::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../images/f8c6572e.svg) no-repeat 50%;
        background-size: auto;
    background-size: 30% 30%;
    width: 100%;
    height: 100%;
}
.listing_items .product_box .product_box__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
	object-fit: contain;
	z-index: 1;
}
.product_box__img {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    height: 200px;
    position: relative;
}
.product_box_title {
  display: block;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  line-height: 22px;
  margin-top: 13px;
  height: 43px;
}
.nosale {
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    color: #ccc;
}
.product_box_price {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.product_box_price span {
    font-size: 1.2rem;
    font-weight: 300;
}
.product_box_price__overline {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    text-decoration: line-through;
    color: #999;
    font-size: 1.5rem;
    font-weight: 300;
}
.offper_label {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #FB3449;
    background: rgba(213, 26, 32,.05);
    right: 0;
    padding: 5px;
    font-weight: 900;
}
.inner-page {
    background-color: #fff;
    display: block;
	width: 100%;
	margin: 10px auto;
}
.product__gallery {
    padding: 10px;
    text-align: center;
}
.product__gallery img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.product__title h1 {
    font-weight: 900;
    font-size: 2rem;
}
.product__title ul {
    float: right;
}
.product__title ul li {
    float: right;
    margin: 0 0 0 10px;
	font-size: 1rem;
	direction: rtl;
}
.product__title ul li .value {
    font-weight: 900;
}
.product__title {
    width: 100%;
    float: right;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.product__short_text {
    width: 100%;
    direction: rtl;
    float: right;
    font-size: 1.2rem;
    line-height: 200%;
}
.waranty_elemets {
    width: 100%;
    padding: 0 10px 5px;
}
.product__summary {
  background: #F2F6FC;
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  
}
ul.specificationpro {
    direction: rtl;
    float: right;
    width: 100%;
}
ul.specificationpro li {
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.product__summary .product_box_price {
    position: relative;
    padding: 20px;
}
.product_box_price_wrapper {
    width: 100%;
    padding: 20px;
    position: relative;
	float: right;
	direction: rtl;
}
.product_box_price_wrapper .product_box_price__overline, .product_box_price_wrapper .product_box_price {
	position: relative;
	bottom: auto;
}
.order_btn_real {
    background: #3949AB;
    position: relative;
    z-index: 9999999;
    border-radius: 5px;
    text-align: right;
    padding: 8px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    border: none;
    margin: 3% auto;
}
	.order_btn_real i {
		float: left;
		font-size: 3rem;
		position: absolute;
		left: 5px;
		top: 7px;
		line-height: 20px;
		color: #A4B1FF;
	}

	.cart__hotkey {
		background: #00B751;
		color: #fff;
		padding: 4px 10px 4px 1px;
		border-radius: 25px;
		float: left;
		margin: 0;
		font-size: 1.2rem;
		font-weight: 900;
		animation: pulse 2s infinite;
	}
		.cart__hotkey i {
			background: #fff;
			color: #00B751;
			border-radius: 50%;
			width: 20px;
			height: 20px;
			display: block;
			float: left;
			margin: -1px 6px 0px 1px;
			line-height: 22px;
			font-size: 1.5rem;
			text-align: center;
		}
		.cart__hotkey:hover {
			color: #fff;
		}
	
	@-webkit-keyframes pulse {
		0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
		}
		70% {
			-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		}
		100% {
			-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		}
	}
	@keyframes pulse {
		0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
		}
		70% {
			-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
		}
		100% {
			-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
			box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		}
	}

	.checkout_list {
		width: 100%;
		padding: 10px;
	}

	.checkout_list_item {
		border-bottom: 1px solid #e6e6e6;
		border-radius: 0;
		-webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
		box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
		position: relative;
		overflow: hidden;
		display: flex;
		direction: rtl;
		margin: 0 auto 0px auto;
	}
		.checkout_list_item .checkout_list_item__img {
			float: right;
			margin: 10px;
		}
		.checkout_list_item a.link {
			font-weight: 900;
			margin: 10px 0;
			color: #3e3e3e;
			width: 100%;
			display: block;
		}
		.checkout_list_item .rows {
			width: 100%;
			direction: rtl;
			text-align: right;
			padding: 5px 20px;
		}
		.checkout_list_item span {
			width: 100%;
			float: right;
			font-size: 1rem;
			line-height: 200%;
			color: #9b9b9b;
		}
.quantity_control {
	float: right;
	position: relative;
	margin: 10px 0;
}
	.quantity_control .input-group {
		display: flex;
		float: right;
		direction: ltr;
		border: 1px solid #eee;
		border-radius: 10px;
	}
		.quantity_control .input-group .form-control {
			padding: 0;
			width: 50px;
			border: none;
			box-shadow: none;
		}
		.quantity_control .input-group .input-group-append {
			width: 30px;
			text-align: center;
		}
		.quantity_control .input-group .btn {
			background: none;
			font-size: 2rem;
			padding: 5px 0;
		}
.checkout_list_item .price_wrapper {
			position: absolute;
			bottom: 30px;
			left: 10px;
			font-weight: 900;
		}
	.checkout_list_item .price_wrapper small {
		color: #828282;
		font-weight: 100;
	}
	

	.side_box .rows {
		width: 100%;
		padding: 10px 0;
		direction: rtl;
	}
		.side_box .rows .row {
			margin: 0;
			font-size: 1.1rem;
			border-bottom: 1px solid #eee;
			padding: 5px 0;
		}
		.side_box .rows .row .value {
			text-align: left;
			float: left;
		}
.delete_ordered_product {
	margin: 20px;
	float: right;
	color: #e35050;
	font-weight: 700;
	font-size: 1.2rem;
}
	.delete_ordered_product i {
		font-size: 1.8rem;
		line-height: 0;
		margin: 8px 3px;
		float: right;
	}




	

	.navigation { float: right; }
	.navigation nav ul {
	  padding: 0px;
	  margin: 0px;
	  list-style: none;
	}
	.navigation nav ul li { display: inline-block; }
	.navigation nav ul li a {
	  color: #fff;
	  font-weight: 600;
	  display: inline-block;
	  text-transform: uppercase;
	  text-decoration: none;
	  padding: 15px 20px;
	  transition: 0.5s;
	  -webkit-transition: 0.5s;
	  -moz-transition: 0.5s;
	  -ms-transition: 0.5s;
	  -o-transition: 0.5s;
	}
	
	.navigation nav ul li a:hover {
	  background: rgb(234, 214, 54);
	  color: #441B0A;
	}
	 @media all and (max-width : 768px) {
		.smobitrigger, .mnuclose { display: inline-block; }
		
		.smobitrigger {
			color: #0068A0;
			font-size: 30px;
			line-height: 12px;
			position: absolute;
			z-index: 999;
			padding: 0;
			top: 30px;
			left: 10px;
		}
		.smobitrigger:hover, .smobitrigger:focus { color: #0068A0; }
		
		.mnuclose {
		  font-size: 20px;
		  padding: 10px 20px;
		  width: 100%;
		  background: rgba(0, 0, 0, 0.18);
		}
		
		.navigation nav ul {
		  padding-bottom: 40px;
		  overflow-y: auto;
		}
		
		.navigation nav ul li, .navigation nav ul li a { width: 100%; }
		
		.navigation nav ul li a {
		  padding-top: 5px;
		  padding-bottom: 5px;
		}
		
		.navigation nav ul li a:hover { background: rgba(0, 0, 0, 0.29); }
		
		.mobimenu {
		  list-style: none;
		  padding: 0px;
		  margin: 0px;
		  width: 240px;
		  position: fixed;
		  height: 100%;
		  top: 0px;
		  right: -250px;
		  background-color: #fff !important;
		  direction:rtl;
		  box-shadow: 0 0px 7px #414141;
		  z-index: 9999999 !important;overflow: scroll;
		}
		.mobimenu li a span i {
			display: none;
			visibility: hidden;
		}
		.mnuopn { right: 0px !important; }
		
		.ovrActv {
		  position: fixed;
		  background: rgba(0, 0, 0, 0.79);
		  width: 100%;
		  height: 100%;
		  z-index: 9998;
		  transition: 0.5s;
		  -webkit-transition: 0.5s;
		  -moz-transition: 0.5s;
		  -ms-transition: 0.5s;
		  -o-transition: 0.5s;
		  z-index: 9999 !important;
		}
	}
	
	.mobimenu li a {
		color: #0068A0 !important;
		border-bottom: 1px solid #ccc;
		padding: 10px ;
		display: block;
		font-size: 1.2rem;
	}
	.mnu_logo {
		position: absolute;
		height: 300px;
		width: 210px;
		background: url(../images/sidmenu_bg.jpg) top center no-repeat;
		background-size: 100%;
		bottom: 0;
		left: 0;
		opacity: .2;
	}
	.mobimenu p {
		text-align: center;
		width: 100%;
	}
	.resp_menu { display:none; visibility:hidden }
	.sub-menu {
		padding: 0;
	}
	.sub-menu li .indicator {
		float: right;
		margin: 8px;
	}
	.owl-theme .owl-nav, .mobimenu.inrwrpr, .smobitrigger  {
		visibility: hidden;
		display: none;
	}
	.public_page {
		background-color: #fff;
		margin: 10px 10px 0 0;
		min-height: 250px;
	}
	.prod_explain__title {
		text-align: right;
		padding: 10px;
		border-bottom: 1px solid #E4E4E4;
		font-weight: 700;
	}
	.prod_explain__title .prod_explain__date.left {
		float: left;
	}
	.prod_explain__text {
		padding: 10px;
		line-height: 200% !important;
	}
	.prod_explain__text * {
		font-family: IRANSans, Tahoma, Geneva, sans-serif !important;
		font-size: 1.2rem;
	}
	.public_sidbar {
		background-color: #fff;
		-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
		box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
		border: 1px solid #e4e4e4;
		margin: 10px 10px 0 0;
	}
	.public_sidbar .title {
		background: #0067A0;
		padding: 10px;
		text-align: right;
		color: #fff;
		font-weight: 900;
	}
	.category_list .category-item a {
		padding: 10px;
		text-align: right;
		color: #000;
		width: 100%;
		display: block;
		margin: 0px auto 10px auto;
		border-bottom: 1px solid #eee;
	}
	.blog__list {
		border-bottom: 1px solid #e6e6e6;
		border-radius: 0;
		-webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
		box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
	}
.blog__list {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0;
	-webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
	box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
	padding: 10px;
}
	.blog__list .blog__list__imag {
		float: right;
		margin: 10px;
		width: 128px;
	}
		.blog__list .blog__list__imag img {
			width: 100%;
		}
		.blog__list .blog__list__title {
			float: right;
			text-align: right;
			font-weight: 900;
			margin: 10px;
			color: #0067A0;
			font-size: 2rem;
		}
		.blog__list .blog__list__date {
			font-weight: 100;
			font-size: 1.2rem;
		}
		.blog__list__text {
			direction: rtl;
			font-size: 1.2rem;
			text-align: justify;
			line-height: 200%;
		}.blog__list__text * {
			font-family: IRANSans, Tahoma, Geneva, sans-serif !important;
			font-size: 1.2rem !important;
			direction: rtl;
			font-size: 1.2rem;
			text-align: justify;
			line-height: 200%;
		}
		.blog__list .blog__list__title a {
			color: #0067A0;
		}
		.product__action {
			padding: 10px;
		}
		.product__action .addtowish button i {
			float: left;
			font-size: 2rem;
			position: absolute;
			right: 5px;
			top: 7px;
			line-height: 20px;
			color: #FB3449;
		}
		.product__action .addtowish button {
			background: #F9E1E3;
			position: relative;
			z-index: 9999999;
			border-radius: 5px;
			text-align: right;
			padding: 8px 30px;
			font-size: 1.2rem;
			font-weight: bold;
			color: #FB3449;
			border: none;
			margin: 3% auto;
			border-right: 5px solid #FB3449;
			float: right;
		}
		.addtocompare button {
			background: #E8E8E8;
			position: relative;
			z-index: 9999999;
			border-radius: 5px;
			text-align: right;
			padding: 8px 30px;
			font-size: 1.2rem;
			font-weight: bold;
			color: #7A7A7A;
			border: none;
			border-right-color: currentcolor;
			border-right-style: none;
			border-right-width: medium;
			border-right-color: currentcolor;
			border-right-style: none;
			border-right-width: medium;
			border-right: 5px solid #7A7A7A;
			float: left;
		}
		.product__action .addtocompare button i {
			float: left;
			font-size: 2rem;
			position: absolute;
			right: 5px;
			top: 7px;
			line-height: 20px;
			color: #7A7A7A;
		}
		.nav-tabs {
			background: #F5F6F7;
			width: 100%;
			float: right;
			margin: 0;
			padding: 0;
			display: block;
			direction:rtl;
  text-align: center;
}

		.nav-tabs > li {
  float: none;
  margin-bottom: -1px;
  display: inline;
}
.header_section {
  box-shadow: 0px 2px 35px #3b43590f !important;
}
		.nav-tabs > li > a {
			border-bottom: 4px solid transparent;
			display: inline-block;
			position: relative;
			z-index: 0;
			border-radius: 0 0 0 0;
			margin: 0 0px 0 5px;
			padding: 1.5em 1em;
			font-weight: bold;
			font-size: 17px;
			color: #0067A0;
			font-weight: 900;
			font-size: 1.3rem;
			background: #fff;
			box-shadow: 0px 2px 10px #6e75881c;
			border-radius: 10px;
			padding: 20px 20px !important;
		}
		.nav-tabs > li.active a {
			background:#FED500 !important;
		}
		.tab__wrapper .specificationpro {
			direction: rtl;
			margin: 0;
			padding: 0;
			font-size: 11px;
			margin: 0;
		}
		.tab__wrapper ul.specificationpro li {
			list-style: none;
			color: #555555;
			font-size: 12px;
			line-height: 250%;
			clear: both;
			position: relative;
			display: block;
			float: right;
			width: 100%;
			margin: 2px 0;
			border: none;
			padding: 0;
		}
		.tab__wrapper ul.specificationpro li span.title {
			background: #F0F1F2;
			padding: 5px;
			width: 30%;
			float: right;
		}
		.tab__wrapper ul.specificationpro li span.value {
			background: #F7F9FA;
			padding: 5px;
			width: 69%;
			float: right;
			margin: 0 1% 0 0;
		}
		.tab__wrapper .tab-pane {
			direction: rtl;
			padding: 10px;
			font-size: 1.2rem;
			line-height: 200%;
			text-align: justify;
		}

	


.content {
  direction: rtl;
  background: #fff;
  padding: 0 10px;
  border-radius: 5px;
}
	
		table.basic, table.basic tr th, table.basic tr td {
			border-spacing: 0;
		}
		table.basic {
			width: 100%;
			margin: 10px auto;
			border: 1px solid #E0E4E8;
			border-radius: 5px;
			box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
		}
		table.half {
			width: 49.5%;
			margin: 10px auto;
			border: 1px solid #E0E4E8;
			border-radius: 5px;
			display: inline-table;
			box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
		}
			table.basic tr th, table.basic tr td {
				padding: 10px;
				font-size: 1.2rem;
			}
			table.basic tr th {
				background: #F6F8F8;
				border-right: 1px solid #E0E4E8;
			}
			table.basic tr:first-child th:first-child, table.basic tr:first-child td:first-child {
				border-radius: 0 5px 0 0;
			}
			table.basic tr:first-child th:last-child, table.basic tr:first-child td:last-child {
				border-radius: 5px 0 0 0;
			}
			table.basic tr:last-child th:first-child, table.basic tr:last-child td:first-child {
				border-radius: 0 0 5px 0;
			}
			table.basic tr:last-child th:last-child, table.basic tr:last-child td:last-child {
				border-radius: 0 0 0 5px;
			}
			table.basic.total tr:first-child td, table.basic.order tr:first-child td {
				border-top: none;
			}
				table.basic.total tr:first-child td:first-child {
					width: 447px;
					border-radius: 0 5px 5px 0;
				}
				table.basic.total tr:first-child td:last-child {
					border-radius: 5px 0 0 5px;
				}
				table.basic.order tr:first-child td:first-child {
					width: 485px;
					border-radius: 0 5px 0 0;
				}
				table.basic.order tr:first-child td:last-child {
					border-radius: 5px 0 0 0;
				}
			table.basic.order tr:last-child td:first-child {
				border-radius: 0 0 5px 0;
			}
			table.basic.order tr:last-child td:last-child {
				border-radius: 0 0 0 5px;
			}
			table.basic tr td {
				border-top: 1px solid #E0E4E8;
				border-right: 1px solid #E0E4E8;
			}
			table.basic tr th:first-child, table.basic tr td:first-child {
				border-right: none;
			}
			table.basic tr td img {
				vertical-align: middle;
				max-height: 55px;
			}
			table.basic tr td .delete {
				display: inline-block;
				width: 32px;
				height: 32px;
				background: url(../images/delete_button.png);background-position: 0 0px;
			}
			table.basic tr td .delete:hover {
				background: url(../images/delete_button.png);background-position: 0 32px;
			}

			.orderlisttitle {
				font-weight: 700;
				font-size: 17px;
				padding: 10px 15px;
				position: relative;
			}
			.orderlisttitle::before {
				position: absolute;
				right: 0;
				top: 15px;
				content: " ";
				background: #93D77F;
				width: 10px;
				height: 10px;
				border-radius: 5px;
			}
			
.jquery-modal { background-color: #000;background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-webkit-transition: all 0.3s ease-out;   -moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}.modal {display: none;width: 400px;background: #fff;padding: ;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: 0 0 10px #000;-moz-box-shadow: 0 0 10px #000;-o-box-shadow: 0 0 10px #000;-ms-box-shadow: 0 0 10px #000;box-shadow: 0 0 10px #000;}.modal-title {direction:rtl;color:#333333; }.modal_inner {
    padding: 30px 10px 10px;
    font-size: 1.2rem;
}
.table {
    margin-bottom: 10px;
    direction: rtl;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    font-size: 1.2rem;
}
.modal-text {direction:rtl;color:#999;font:normal 11px 'yekan', yekannum, Tahoma, Geneva, sans-serif; margin-bottom:15px;text-align:justify}
.modal a.close-modal {
	position: absolute;
	display: block;
	width: 30px;
	left: 0px;
	top: 0px;
	color: rgb(185, 185, 185);
	text-align: center;
}
.modal a.close-modal i { cursor:pointer; font-size: 23px; color:#29BDBE}
	form.dialog-form { margin: 2px 0; position:relative; direction: rtl; }
	form.dialog-form h1.title, .modal h1.title {
		background:#F1F1F1;
		text-align:center;
		padding: 15px 0px;
		font-size: 18px;
		direction:rtl;
		color: #02BCAF;
		font-weight:bold;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;margin: 0;
	}

	.modal-inner { direction: rtl; padding: 10px !important; font-size: 11px !important; }
	.form-group.half {
		float: right;
		width: 50%;
		margin: 0;
	}
	.form-group.half label {
		width: auto;
	}
	.form-group.half select {
		width: 60%;margin: 1px 5px;
	}
	.form-group select {
		direction: rtl;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		font-size: 1.2rem;
		padding: 6px 12px;
	}
	.form-control {
				font-size: 1.2rem;
	}
	.form-group {
		float: right;
		width: 100%;
		margin-bottom: 0;
	}

	.modal_inner .btn-success {
		width: 100%;
		margin: 10px auto;
		background: #419641;
		border: none;
		font-weight: 900;
		font-size: 1.5rem;
	}
	.offcode_input {
		border: none;
		border-bottom: 1px solid #ccc;
		text-align: center;
		font-size: 1.2rem;
	}
	.offsubmit {
		background: #87C540;
		font-size: 1.2rem;
		color: #fff;
		padding: 3px 15px;
		font-weight: 900;
		border-radius: 5px;
	}
	.offsubmit:hover {
		background: #669134;
		color: #fff;
	}
	.minheight {
		min-height: 210px;
	}
.carousel__off_product_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	direction:rtl
}
.carousel__off_product_row > .product-cell {
    flex: 1 0 15%;
    margin: 5px;
    max-width: 160px;
	position: relative;
	height: 210px;
}
.prod_explain_title { width: 100%;}
.filter_title {
    text-align: right;
    padding: 10px;
    border-right: 5px solid #3C4B6D;
    background: #E8E8E8;
    margin: 10px auto;
    border-radius: 15px 0 0 15px;
    float: right;
    width: 100%;
}
.specoffer__section--title a {
  float: left;
  display: block;
  font-size: 1.5rem;
  z-index: 99999;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 15px 10px;
}

.searchinner_side {
    padding: 0 10px;
}

.rate-radio > div {
    float: right;
    list-style: none;
    margin: 10px 20px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 35px;
    box-shadow: 0 1px 2px #ccc;
}
.rate-radio > div > label {
    margin: 3px;
}
.rate-radio > div > * {
    display: inline;
    height: auto;
    vertical-align: middle;
    width: auto;
}
.rate-radio > div input {
    float: right;
    margin: 2px 5px;
}
.comment_form {
    padding: 20px;
}
.comment_warpper li {
  margin: 0 0 10px 0;
  background: #EBF0F7;
  padding: 10px;
  border-radius: 10px;
}
.product__gallery_media img {
    width: 100%;
}
.comment_warpper li .comment_author {
  font-size: 1.6rem;
}
.comment_warpper li .comment_date {
  float: left;
}

.nothingtoshow { opacity: 0 }
.loader-wrapper {  padding: 12px;}.loader-animation {  background: #f5f6f7;  height: 32px;  overflow: hidden;  position: relative;}.loader-animation>div {  background: #fff;  height: 6px;  position: absolute;left: 0;}.loader-animation::before {  background-color: #f5f6f7;  background-image: url(../images/3pk-Fb-IT7-rn.gif);  background-repeat: repeat-y;  background-size: 100% 1px;  content: ' ';  display: block;  height: 100%;}.block-a.block-a {background-color: transparent;border: 8px solid #fff;border-radius: 50%;height: 45px;right: -8px;top: -7px;width: 45px;left: auto;}div.block-b {height: 35px;right: 30px;top: 0;width: 8px;left: auto;}div.block-c {height: 8px;right: 38px;top: 0;}div.block-d {right: 136px;top: 8px;}div.block-e {height: 12px;right: 37px;top: 14px;}div.block-f {  right: 100px;  top: 26px;}div.block-g {  height: 13px;  right: 48px;  top: 32px;}div.block-h {  height: 20px;  top: 40px;}


.results__inner--row {
    position: relative;
    padding: 5px 10px;
    display: flex;
    direction: rtl;
	border-bottom: 1px solid #eee;
}
.results__inner--row .results__inner--row--image {
    float: right;
    width: 32px;
    height: 32px;
    background: #ccc;
    margin: 0 0 0 10px;
}
.results__inner--row .results__inner--row--info {
    float: right;
}
.results__inner--row .results__inner--row--info h1 {
    font-size: 1.1rem;
    margin: 0 0 5px 0px;
}
.results__inner--row .results__inner--row--info h1 {
    color: #000 !important;
}
.results__inner--row .results__inner--row--info h3 {
    font-size: 1rem;
    margin: 0;
	color:#ccc
}
.results__inner--row form {
    width: auto;
    position: absolute;
    left: 10px;
    top: 10px;
}
.results__inner--row #button {
    float: left;
    transition: all ease 0.2s;
    border: none;
    background: #fff;
    color: #01A552;
    text-align: center;
    border-radius: 50px;
    font-weight: 900;
    height: 26px;
    width: 26px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;
		animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
		0% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		}
		70% {
			-webkit-box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
		}
		100% {
			-webkit-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
		}
	}
	@keyframes pulse {
		0% {
		-moz-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		box-shadow: 0 0 0 0 rgba(1, 165, 82, 0.4);
		}
		70% {
			-moz-box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
			box-shadow: 0 0 0 10px rgba(1, 165, 82, 0);
		}
		100% {
			-moz-box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
			box-shadow: 0 0 0 0 rgba(1, 165, 82, 0);
		}
	}


.addtocart_inner {
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border: none;
    background: #FFF;
    color: #01A552;
    text-align: center;
    border-radius: 45px;
    font-weight: 900;
    padding: 5px 10px;
    border: 1px solid #01A552;
}


.footer .wrapper {
  display: inline-flex;
  list-style: none;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 5px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  float:right
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover span,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover span,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover span,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover span,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover span,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #41B517;
  color: #ffffff;
}
.navbar {
  position: relative;
  min-height: auto;
  border: none;
  float: right;
}
.main_nav li li {
  border: none;
  width: 100%;
  padding: 5px;
}

.main_nav li li a { border-radius:5px }
.main_nav li li a:hover {
  background: #333;
  color: #fff !important;
}
.h_iframe-aparat_embed_frame iframe {
	width: 100%;
	height: 500px;
}
.mobimenu .js-signin-modal-trigger.login_btn_top {
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
}
.mobimenu .js-signin-modal-trigger.login_btn_top .top_login_btn {
  width: 100%;
  border-radius: 0;
}
