*, *:after, *::before {
	-o-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	/*-o-transition: all .1s ease-in-out .1s;
	-ms-transition: all .1s ease-in-out .1s;
	-moz-transition: all .1s ease-in-out .1s; 
	-webkit-transition: all .1s ease-in-out .1s;
	transition: all .1s ease-in-out .1s;*/
}
html {
	overflow-y: scroll !important;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	direction: rtl;
}
[class*="col_"]{float:left;}
body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	font-family: 'Yekan' !important ;
	box-sizing:border-box;
	color:#4e0625;
}
.rtl
{
	direction:rtl !important;
	text-align:right;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('Font/fonts/fontawesome-webfont.eot?v=4.6.3');
	src: url('Font/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('Font/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('Font/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('Font/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('Font/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}			
@font-face {
	font-family: 'Yekannum';
	src: url('Font/yekannumbers-regular.eot');
	src: url('Font/yekannumbers-regular.eot') format('embedded-opentype'), url('Font/yekannumbers-regular.woff?v=4.6.3') format('woff'), url('Font/yekannumbers-regular.ttf?v=4.6.3') format('truetype') , url('Font/Yekan.svg?v=4.6.3') format('svg');;
	font-weight: normal;
	font-style: normal;
}

.msg_green
{
	border:1px solid green;
	background-color:#cfead7;
	text-align:center;
}

/*نوشته روی بنر*/
.container_baner {
    position: relative;
    text-align: center;
    color: white;
}

.bottom_left {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.top_left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top_right {
    position: absolute;
    top: 15%;
    right: 16px;
}

.bottom_right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.centered {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.anothover:hover{opacity:1;}

/*نوشته روی بنر پایان*/

@font-face {
	font-family: 'Yekan';
	src: url('Font/Yekan.eot');
	src: url('Font/Yekan.eot') format('embedded-opentype'), url('Font/Yekan.woff?v=4.6.3') format('woff'), url('Font/Yekan.ttf?v=4.6.3') format('truetype') , url('Font/Yekan.svg?v=4.6.3') format('svg');;
	font-weight: normal;
	font-style: normal;
}
.fa-search:before {font-family: 'FontAwesome'; font-size:25px; content: "\f002";}
.button_search{vertical-align:central; }
.font_number{font-family:'Yekannum' !important; font-size:18px;}
.font_yekan{font-family:'Yekan' !important;}
.search_text_font{font-family:'Yekan'; font-size:14px; border:hidden;}
.form_search{border:1px solid #999; border-radius:5px; width:90%; margin-right:5px;} 
.font_fallow_me{font-size:11px;}
.font_gold_onlin{font-size:14px; font-weight:bold; color:#be050f !important;}
.search_font::before {
    content: url(Image/42528890-black-magnifier-icon-on-white-background.png);
}
.boxed
{
	margin:0px auto;
	border:1px solid black;
}
.form_search
{
	height:20%;
}
h1,h2,h3,h4,h5,h6,p{margin:0px; padding:0px;}
.header_div
{
	width:100%;
	display:block;
}
.narrow_line{ height:5px;}
.height_5px{ height:5px;}
.navbar {
	direction: rtl;
	white-space: nowrap;
	position:relative;
}
.arrow_navbar{white-space: nowrap;}
.navbar > img { border-radius:50%;}
.motion {
  position: relative;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  -o-animation-name: example; /* Safari 4.0 - 8.0 */
  -o-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -o-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  -moz-animation-name: example; /* Safari 4.0 - 8.0 */
  -moz-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -moz-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0%   {left:0px; top:0px;}
  50%  {left:200px; top:0px;}
  100% {left:0px; top:0px;}
}
@-moz-keyframes example {
  0%   {left:0px; top:0px;}
  50%  {left:200px; top:0px;}
  100% {left:0px; top:0px;}
}
@-o-keyframes example {
  0%   {left:0px; top:0px;}
  50%  {left:200px; top:0px;}
  100% {left:0px; top:0px;}
}
@keyframes example {
  0%   {left:0px; top:0px;}
  50%  {left:200px; top:0px;}
  100% {left:0px; top:0px;}
}
.list_link{display:block;}
.list_link:hover
{
	background-color:#e8dbda !important;
}
.firstul
{
	margin:0px auto;
	width:100%;
	text-align:center;
	vertical-align:text-top;
}
.firstul > li {
	display: inline;
	padding: 0px 0.2%;
	margin:0px;
}
.firstul > li > a{
	padding: 0.2% 0.2%;
}

[class*="boxed_"]{color:#CCC; text-shadow:1px 1px 1px #000;}
.creative{font-family: 'FontAwesome';font-style: normal;font-size: 30px;}
.creative:before {content: "\f0ad    ";}
.boxed_creative
{ 
height:110px;
width: 250px;
cursor: pointer;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_creative:hover
{
	opacity:0.7;
	background-color:#CCC;
	border-radius:22px;
	border:1px solid #999;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_creative > p
{
	visibility:hidden;
	font-size:12px;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_creative:hover > p
{
	visibility:visible;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}

.gallery{font-family: 'FontAwesome';font-style: normal;font-size: 30px;}
.gallery:before {content: "\f030    ";}
.boxed_gallery
{ 
	height:110px;
	width: 250px;
	cursor: pointer;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_image_baner_res
{
	opacity:0.6;
	margin-top:8px;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	width:75%;
}
.boxed_gallery:hover
{
	opacity:0.7;
	background-color:#CCC;
	border-radius:22px;
	border:1px solid #999;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_gallery > p
{
	visibility:hidden;
	font-size:12px;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_gallery:hover > p
{
	visibility:visible;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}

.special{font-family: 'FontAwesome';font-style: normal;font-size: 30px;}
.special:before {content: "\f27b      ";}
.boxed_special
{ 
	height:110px;
	width: 250px;
	cursor: pointer;
	color:#666;
	font-weight:bolder;
	text-shadow:1px 1px 1px #fff;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_special:hover
{
	opacity:0.7;
	background-color:#CCC;
	border-radius:22px;
	border:1px solid #999;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_special > p
{
	visibility:hidden;
	font-size:12px;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.boxed_special:hover > p
{
	visibility:visible;
	color:#000;
	font-weight:bold;
	text-shadow:1px 1px 1px #fff;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}

.insulator{ padding: 0.3% 0.5%;}
.baner
{
	width: 100%; 
	height: 100%; 
	text-align:center;
	background-origin:content-box; 
	background-position: center cente; 
	background-size: cover; 
}
.Separator
{
	background-image:url(Image/big-blue-divider-md.png);
	background-repeat:no-repeat;
	height:30px;
	margin:0px auto;
}
.container
{
	display: block;
	clear:both;
	overflow: hidden;
	height:auto;
}
.fullwidth
{
	display: block;
	width:100%;
	clear:both;
	overflow: hidden;
	height:auto;
}
.div_4child_div{margin:0px auto;}
.div_4child_div > div
{
	display: inline-block;
	float:left;
}
.image_product{position: relative;}
.image_product_img{ max-height:250px; min-height:250px;}
.topright_imageproduct {
    position: absolute;
    top: 0PX;
    right:45%;
    font-size: 18px;
	width:60%;
}
.topleftt_imageproduct {
    position: absolute;
    top: 0PX;
    left:20%;
    font-size: 18px;
	width:60%;
}

.link_list{font-size:18px !important; font-weight:bolder;}
a:link {color: #5a0e2f; font-weight:bold;	text-decoration: none;}
a:visited {color: #5a0e2f;	text-decoration: none;}
a:hover {color: #4e0625; font-weight:normal;	text-decoration: none;}
a:active {color: #5a0e2f;	text-decoration: none;}

.textalign_center{text-align:center; vertical-align:central;}


.gray{background-color: rgba(56, 62, 76, 0.8) !important;}
.blue{background-color:#053148 !important;}
.dark_gray{background-color: rgba(56, 62, 76, 1) !important;}
.light_gray{background-color: #E5E5E5 !important;}
.green{background-color:#178A27 !important;}
.red{background-color:#852406 !important;}
.white{background-color:#ffffff !important;}
.limon{background-color:#f9f6f4 !important;}
.pink{background-color:#d7b0ae !important;}
.light_pink{background-color:#fcf2f2 !important;}
.low_pink{background-color:#f5e2e1 !important;}
.light_blue{background-color:#d6e1e2 !important;}
.light_cream{background-color:#fff2e6 !important;}
.cream{background-color:#eee6d4 !important;}

.Advantage
{
		font-size:90%;
		padding:5px;
		border:1px solid #f5e2e1;
		height:200px !important;
}
.Advantage:hover 
{
	font-size:95%;
	font-weight:bolder; 
	cursor:pointer; 
	text-shadow:2px 2px 5px grey;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.Shadow:hover 
{
	box-shadow:2px 2px 10px gray;
	-o-transition: all .5s ease-in-out .1s !important;
	-ms-transition: all .5s ease-in-out .1s !important;
	-moz-transition: all .5s ease-in-out .1s !important; 
	-webkit-transition: all .5s ease-in-out .1s !important;
	transition: all .5s ease-in-out .1s !important;
}
.footerdiv{text-align:center;}

.img_half_page
{
	width:100%;
	height:100%;
}
.one_line
{
	margin:0px;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	white-space: nowrap !important; 
}
.zoo-item
{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	transition:all 150ms linear;
	display:flex;align-items:center;
	justify-content:center
}
.zoo-item .zoo-img
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	transition:transform 0.5s ease-out
}
.image-item{
	width: 100%;
	height: 500px;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	
}
.image-item figure{
	margin-left: 0; margin-top: 0;
	border-top-right-radius:15%;
	border-bottom-left-radius:15%;
}

.image2{border-top-right-radius:25px !important; border-bottom-left-radius:25px !important;}
.myImg {
  border-radius: 5px;
  cursor: pointer !important;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.8;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #cccccca3; /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  border:10px #CCCCCC solid;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  font-weight:bolder;
  max-width: 700px;
  text-align: center;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}


/*albom*/
.header {
  text-align: center;
  background-color:#f3d7ce;
  width:90%;
  margin:0px auto;
  border-top-right-radius:10% 50% ;
  border-top-left-radius:10% 50%;
}
.row  p{background-color:#f3d7ce; margin:0px auto; padding:2%; border-bottom-right-radius:10px; border-bottom-left-radius:10px;}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  
}
.three_col{width:33.333%; float:left; margin-top:1%;}

/* Create four equal columns that sits next to each other */
.column {
  max-width: 33.333%;
  padding: 0 4px;
}
.column_full_width
{
  max-width: 100%;
  border:1px solid #f3d7ce;
}
.column_half_width
{
  max-width: 50%;
  border-right:1px solid #f3d7ce;
  border-left:1px solid #f3d7ce;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.column_half_width img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.column_full_width img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}




/* The Close Button */
.close {
  position: absolute;
  top: 55px;
  right: 75px;
  color: #6a2545;
  font-size: 45px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */


/* all colum*/
    .col_all_half{width:2.083333333333334%;}
	.col_all_1{width:4.166666666666667%;}
	.col_all_2{width:8.333333333333333%;}
	.col_all_3{width:12.5%;}
	.col_all_4{width:16.66666666666667%;}
	.col_all_5{width:20%;}
	.col_all_6{width:25%;}
	.col_all_7{width:29.16666666666667%;}
	.col_all_8{width:33.33333333333333%;}
	.col_all_9{width:37.5%;}
	.col_all_10{width:41.66666666666667%;}
	.col_all_11{width:45.83333333333333%;}
	.col_all_12{width:50%;}
	.col_all_13{width:54.16666666666667%;}
	.col_all_14{width:58.33333333333333%;}
	.col_all_15{width:62.5%;}
	.col_all_16{width:66.66666666666667%;}
	.col_all_17{width:70.83333333333333%;}
	.col_all_18{width:75%;}
	.col_all_19{width:79.16666666666667%;}
	.col_all_20{width:83.33333333333333%;}
	.col_all_21{width:87.5%;}
	.col_all_22{width:91.66666666666667%;}
	.col_all_23{width:95.83333333333333%;}
	.col_all_23_half{width:97.91666666666666%;}
	.col_all_24{width:100%;}
	.pushleft_all_half{margin-left:48.95833333333333%;}
	.pushleft_all_1{margin-left:47.91666666666667%;}
	.pushleft_all_2{margin-left:45.83333333333333%;}
	.pushleft_all_3{margin-left:43.75%;}
	.pushleft_all_4{margin-left:41.66666666666667%;}
	.pushleft_all_5{margin-left:40%;}
	.pushleft_all_6{margin-left:37.5%;}
	.pushleft_all_7{margin-left:35.41666666666667%;}
	.pushleft_all_8{margin-left:33.33333333333334%;}
	.pushleft_all_9{margin-left:31.25%;}
	.pushleft_all_10{margin-left:29.16666666666667%;}
	.pushleft_all_11{margin-left:27.08333333333334%;}
	.pushleft_all_12{margin-left:25%;}
	.pushleft_all_13{margin-left:22.91666666666667%;}
	.pushleft_all_14{margin-left:20.83333333333334%;}
	.pushleft_all_15{margin-left:18.75%;}
	.pushleft_all_16{margin-left:16.666666666666665%;}
	.pushleft_all_17{margin-left:14.583333333333335%;}
	.pushleft_all_18{margin-left:12.5%;}
	.pushleft_all_19{margin-left:10.41666666666667%;}
	.pushleft_all_20{margin-left:8.333333333333335%;}
	.pushleft_all_21{margin-left:6.25%;}
	.pushleft_all_22{margin-left:4.166666666666665%;}
	.pushleft_all_23{margin-left:2.083333333333335%;}
	.pushleft_all_23_half{margin-left:1.04166666666667%;}
	.pushtop_all_half {margin-top:0.5%;}
	.pushtop_all_1 {margin-top: 1%;}
	.pushtop_all_2 {margin-top: 2%;}
	.pushtop_all_3 {margin-top: 4%;}
	.pushtop_all_4 {margin-top: 8%;}
	.pushtop_all_5 {margin-top: 10%;}
	.pushtop_all_6 {margin-top: 15%;}
	.pushtop_all_7 {margin-top: 20%;}
	.pushtop_all_8 {margin-top: 25%;}
	.pushtop_all_9 {margin-top: 30%;}
	.pushtop_all_10 {margin-top: 35%;}
	.pushtop_all_11 {margin-top: 40%;}
	.pushtop_all_12 {margin-top: 50%;}
	.pushbottom_all_half {margin-bottom: 0.5%;}
	.pushbottom_all_1 {margin-bottom: 1%;}
	.pushbottom_all_2 {margin-bottom: 2%;}
	.pushbottom_all_3 {margin-bottom: 4%;}
	.pushbottom_all_4 {margin-bottom: 8%;}
	.pushbottom_all_5 {margin-bottom: 10%;}
	.pushbottom_all_6 {margin-bottom: 15%;}
	.pushbottom_all_7 {margin-bottom: 20%;}
	.pushbottom_all_8 {margin-bottom: 25%;}
	.pushbottom_all_9 {margin-bottom: 30%;}
	.pushbottom_all_10 {margin-bottom: 35%;}
	.pushbottom_all_11 {margin-bottom: 40%;}
	.pushbottom_all_12 {margin-bottom: 50%;}
	.visibilty_all {display: block !important;}
	.visibilty_all_hidden {display: none !important;}
	.all_img_Advantage{width:50%;vertical-align:middle;}
/*end all colum*/

.form
{
	border:1px solid #5a0e2f;
	font-size:100%;
}
.row_pading
{
	padding:2px;
}
.title
{
	background-color:#bc8987;
}
.value_text 
{
	font-family: 'yekan';
	height:auto;
	text-align:left;
	font-size: 14px;
	float:left;
	color:#5a0e2f;
	font-weight:bolder;
}
.value_text_textarea
{
	font-family: 'yekan';
	text-align:right;
	height:auto;
	font-size: 14px;
	float:left;
	color:#5a0e2f;
	font-weight:bolder;
}
.font_large
{
	font-family: 'yekan';
	font-size: 16px;
}
/*دکمه*/
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 3px 32px;
    text-decoration: none;
    font-size: 16px;
	font-family:'Yekan';
    cursor: pointer;
	margin-top:15px;
}
.button_simpel {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 1px 32px;
    text-decoration: none;
    font-size: 16px;
	font-family:'Yekan';
    cursor: pointer;
}
.button:hover {
    background-color: #3e8e41;
}
.button_pink {
    background-color: #d9534f; /* red */
    border: none;
    color: white;
    padding: 3px 32px;
    text-decoration: none;
    font-size: 16px;
	font-family:'Yekan';
    cursor: pointer;
	margin-top:15px;
}
.button_pink:hover {
    background-color: #c9302c;
}
/*دکمه پایان*/

.about_baner > img
{
	border:3px solid #d6b0ae;
}
.about_text
{
	text-indent: 50px;
	text-align: justify;
}

.nazar_in_cpanel
{
	border:2px solid #d6b0ae;
	background-color:#f6edef;
	margin-bottom:5px;
}
.title_nazar
{
	background-color:#d6b0ae;
}

/* Disables the selection */
.disableselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge*/
   user-select: none;          /* Non-prefixed version, currently 
                                  not supported by any browser */
}

/* Disables the drag event 
(mostly used for images) */
.disabledrag{
   -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
   user-drag: none;
}














@media only screen and (min-width: 1200px) {
	.col_lg_half{width:2.083333333333334%;}
	.col_lg_1{width:4.166666666666667%;}
	.col_lg_linklist{width:6.25%;}
	.col_lg_2{width:8.333333333333333%;}
	.col_lg_3{width:12.5%;}
	.col_lg_4{width:16.66666666666667%;}
	.col_lg_5{width:20%;}
	.col_lg_6{width:25%;}
	.col_lg_7{width:29.16666666666667%;}
	.col_lg_8{width:33.33333333333333%;}
	.col_lg_9{width:37.5%;}
	.col_lg_10{width:41.66666666666667%;}
	.col_lg_11{width:45.83333333333333%;}
	.col_lg_12{width:50%;}
	.col_lg_13{width:54.16666666666667%;}
	.col_lg_14{width:58.33333333333333%;}
	.col_lg_15{width:62.5%;}
	.col_lg_16{width:66.66666666666667%;}
	.col_lg_17{width:70.83333333333333%;}
	.col_lg_18{width:75%;}
	.col_lg_19{width:79.16666666666667%;}
	.col_lg_20{width:83.33333333333333%;}
	.col_lg_21{width:87.5%;}
	.col_lg_22{width:91.66666666666667%;}
	.col_lg_23{width:95.83333333333333%;}
	.col_lg_23_half{width:97.91666666666666%;}
	.col_lg_24{width:100%;}
	.pushleft_lg_half{margin-left:48.95833333333333%;}
	.pushleft_lg_1{margin-left:47.91666666666667%;}
	.pushleft_lg_2{margin-left:45.83333333333333%;}
	.pushleft_lg_3{margin-left:43.75%;}
	.pushleft_lg_4{margin-left:41.66666666666667%;}
	.pushleft_lg_5{margin-left:40%;}
	.pushleft_lg_6{margin-left:37.5%;}
	.pushleft_lg_7{margin-left:35.41666666666667%;}
	.pushleft_lg_8{margin-left:33.33333333333334%;}
	.pushleft_lg_9{margin-left:31.25%;}
	.pushleft_lg_10{margin-left:29.16666666666667%;}
	.pushleft_lg_11{margin-left:27.08333333333334%;}
	.pushleft_lg_12{margin-left:25%;}
	.pushleft_lg_13{margin-left:22.91666666666667%;}
	.pushleft_lg_14{margin-left:20.83333333333334%;}
	.pushleft_lg_15{margin-left:18.75%;}
	.pushleft_lg_16{margin-left:17.708%;}
	.pushleft_lg_17{margin-left:16.66666666666667%;}
	.pushleft_lg_18{margin-left:12.5%;}
	.pushleft_lg_19{margin-left:10.41666666666667%;}
	.pushleft_lg_20{margin-left:8.333333333333335%;}
	.pushleft_lg_21{margin-left:6.25%;}
	.pushleft_lg_22{margin-left:4.166666666666665%;}
	.pushleft_lg_23{margin-left:2.083333333333335%;}
	.pushleft_lg_23_half{margin-left:1.04166666666667%;}
	.pushright_lg_half{margin-right:48.95833333333333%;}
	.pushright_lg_1{margin-right:47.91666666666667%;}
	.pushright_lg_2{margin-right:45.83333333333333%;}
	.pushright_lg_3{margin-right:43.75%;}
	.pushright_lg_4{margin-right:41.66666666666667%;}
	.pushright_lg_5{margin-right:40%;}
	.pushright_lg_6{margin-right:37.5%;}
	.pushright_lg_7{margin-right:35.41666666666667%;}
	.pushright_lg_8{margin-right:33.33333333333334%;}
	.pushright_lg_9{margin-right:31.25%;}
	.pushright_lg_10{margin-right:29.16666666666667%;}
	.pushright_lg_11{margin-right:27.08333333333334%;}
	.pushright_lg_12{margin-right:25%;}
	.pushright_lg_13{margin-right:22.91666666666667%;}
	.pushright_lg_14{margin-right:20.83333333333334%;}
	.pushright_lg_15{margin-right:18.75%;}
	.pushright_lg_16{margin-right:17.708%;}
	.pushright_lg_17{margin-right:16.66666666666667%;}
	.pushright_lg_18{margin-right:12.5%;}
	.pushright_lg_19{margin-right:10.41666666666667%;}
	.pushright_lg_20{margin-right:8.333333333333335%;}
	.pushright_lg_21{margin-right:6.25%;}
	.pushright_lg_22{margin-right:4.166666666666665%;}
	.pushright_lg_23{margin-right:2.083333333333335%;}
	.pushright_lg_23_half{margin-right:1.04166666666667%;}
	.pushtop_lg_1 {margin-top: 1%;}
	.pushtop_lg_2 {margin-top: 2%;}
	.pushtop_lg_3 {margin-top: 4%;}
	.pushtop_lg_4 {margin-top: 8%;}
	.pushtop_lg_5 {margin-top: 10%;}
	.pushtop_lg_6 {margin-top: 15%;}
	.pushtop_lg_7 {margin-top: 20%;}
	.pushtop_lg_8 {margin-top: 25%;}
	.pushtop_lg_9 {margin-top: 30%;}
	.pushtop_lg_10 {margin-top: 35%;}
	.pushtop_lg_11 {margin-top: 40%;}
	.pushtop_lg_12 {margin-top: 50%;}
	.pushbottom_lg_1 {margin-bottom: 1%;}
	.pushbottom_lg_2 {margin-bottom: 2%;}
	.pushbottom_lg_3 {margin-bottom: 4%;}
	.pushbottom_lg_4 {margin-bottom: 8%;}
	.pushbottom_lg_5 {margin-bottom: 10%;}
	.pushbottom_lg_6 {margin-bottom: 15%;}
	.pushbottom_lg_7 {margin-bottom: 20%;}
	.pushbottom_lg_8 {margin-bottom: 25%;}
	.pushbottom_lg_9 {margin-bottom: 30%;}
	.pushbottom_lg_10 {margin-bottom: 35%;}
	.pushbottom_lg_11 {margin-bottom: 40%;}
	.pushbottom_lg_12 {margin-bottom: 50%;}
	.visibilty_lg {display: block !important;}
	.visibilty_lg_hidden {display: none !important;}
	.Advantage_lg{font-size:90%; padding:5px; border:1px solid #f5e2e1; height:200px !important;}
	.font_larger_lg{font-size:x-large !important; }
	.font_large_lg{font-size:larger !important; }
	.font_medium_lg{font-size:large !important; }
	.font_small_lg{font-size:medium !important; }
	.about_text{font-size:18px;}
	#text{font-size:14px;}
	.list_link{font-size:18px;}
	.image_product_img{ max-height:250px; min-height:250px;}
	.three_col{width:33.333%; float:left; margin-top:1%;}
	.end_imaeg_topproduct{width:100%;}
	.image_product_img{ max-height:250px; min-height:250px;}
}
@media (min-width:781px) and (max-width: 1199px) {
	.col_md_half{width:2.083333333333334%;}
	.col_md_1{width:4.166666666666667%;}
	.col_md_linklist{width:6.25%;}
	.col_md_2{width:8.333333333333333%;}
	.col_md_3{width:12.5%;}
	.col_md_4{width:16.66666666666667%;}
	.col_md_5{width:20%;}
	.col_md_6{width:25%;}
	.col_md_7{width:29.16666666666667%;}
	.col_md_8{width:33.33333333333333%;}
	.col_md_9{width:37.5%;}
	.col_md_10{width:41.66666666666667%;}
	.col_md_11{width:45.83333333333333%;}
	.col_md_12{width:50%;}
	.col_md_13{width:54.16666666666667%;}
	.col_md_14{width:58.33333333333333%;}
	.col_md_15{width:62.5%;}
	.col_md_16{width:66.66666666666667%;}
	.col_md_17{width:70.83333333333333%;}
	.col_md_18{width:75%;}
	.col_md_19{width:79.16666666666667%;}
	.col_md_20{width:83.33333333333333%;}
	.col_md_21{width:87.5%;}
	.col_md_22{width:91.66666666666667%;}
	.col_md_23{width:95.83333333333333%;}
	.col_md_23-half{width:97.91666666666666%;}
	.col_md_24{width:100%;}
	.pushleft_md_half{margin-left:48.95833333333333%;}
	.pushleft_md_1{margin-left:47.91666666666667%;}
	.pushleft_md_2{margin-left:45.83333333333333%;}
	.pushleft_md_3{margin-left:43.75%;}
	.pushleft_md_4{margin-left:41.66666666666667%;}
	.pushleft_md_5{margin-left:40%;}
	.pushleft_md_6{margin-left:37.5%;}
	.pushleft_md_7{margin-left:35.41666666666667%;}
	.pushleft_md_8{margin-left:33.33333333333334%;}
	.pushleft_md_9{margin-left:31.25%;}
	.pushleft_md_10{margin-left:29.16666666666667%;}
	.pushleft_md_11{margin-left:27.08333333333334%;}
	.pushleft_md_12{margin-left:25%;}
	.pushleft_md_13{margin-left:22.91666666666667%;}
	.pushleft_md_14{margin-left:20.83333333333334%;}
	.pushleft_md_15{margin-left:18.75%;}
	.pushleft_md_16{margin-left:17.708%;}
	.pushleft_md_17{margin-left:16.66666666666667%;}
	.pushleft_md_18{margin-left:12.5%;}
	.pushleft_md_19{margin-left:10.41666666666667%;}
	.pushleft_md_20{margin-left:8.333333333333335%;}
	.pushleft_md_21{margin-left:6.25%;}
	.pushleft_md_22{margin-left:4.166666666666665%;}
	.pushleft_md_23{margin-left:2.083333333333335%;}
	.pushleft_md_23_half{margin-left:1.04166666666667%;}
	.pushright_md_half{margin-right:48.95833333333333%;}
	.pushright_md_1{margin-right:47.91666666666667%;}
	.pushright_md_2{margin-right:45.83333333333333%;}
	.pushright_md_3{margin-right:43.75%;}
	.pushright_md_4{margin-right:41.66666666666667%;}
	.pushright_md_5{margin-right:40%;}
	.pushright_md_6{margin-right:37.5%;}
	.pushright_md_7{margin-right:35.41666666666667%;}
	.pushright_md_8{margin-right:33.33333333333334%;}
	.pushright_md_9{margin-right:31.25%;}
	.pushright_md_10{margin-right:29.16666666666667%;}
	.pushright_md_11{margin-right:27.08333333333334%;}
	.pushright_md_12{margin-right:25%;}
	.pushright_md_13{margin-right:22.91666666666667%;}
	.pushright_md_14{margin-right:20.83333333333334%;}
	.pushright_md_15{margin-right:18.75%;}
	.pushright_md_16{margin-right:17.708%;}
	.pushright_md_17{margin-right:16.66666666666667%;}
	.pushright_md_18{margin-right:12.5%;}
	.pushright_md_19{margin-right:10.41666666666667%;}
	.pushright_md_20{margin-right:8.333333333333335%;}
	.pushright_md_21{margin-right:6.25%;}
	.pushright_md_22{margin-right:4.166666666666665%;}
	.pushright_md_23{margin-right:2.083333333333335%;}
	.pushright_md_23_half{margin-right:1.04166666666667%;}
	.pushtop_md_1 {margin-top: 1%;}
	.pushtop_md_2 {margin-top: 2%;}
	.pushtop_md_3 {margin-top: 5%;}
	.pushtop_md_4 {margin-top: 8%;}
	.pushtop_md_5 {margin-top: 10%;}
	.pushtop_md_6 {margin-top: 15%;}
	.pushtop_md_7 {margin-top: 20%;}
	.pushtop_md_8 {margin-top: 25%;}
	.pushtop_md_9 {margin-top: 30%;}
	.pushtop_md_10 {margin-top: 35%;}
	.pushtop_md_11 {margin-top: 40%;}
	.pushtop_md_12 {margin-top: 50%;}
	.pushbottom_md_1 {margin-bottom: 1%;}
	.pushbottom_md_2 {margin-bottom: 2%;}
	.pushbottom_md_3 {margin-bottom: 5%;}
	.pushbottom_md_4 {margin-bottom: 8%;}
	.pushbottom_md_5 {margin-bottom: 10%;}
	.pushbottom_md_6 {margin-bottom: 15%;}
	.pushbottom_md_7 {margin-bottom: 20%;}
	.pushbottom_md_8 {margin-bottom: 25%;}
	.pushbottom_md_9 {margin-bottom: 30%;}
	.pushbottom_md_10 {margin-bottom: 35%;}
	.pushbottom_md_11 {margin-bottom: 40%;}
	.pushbottom_md_12 {margin-bottom: 50%;}
	.visibilty_md {display: block !important;}
	.visibilty_md_hidden {display: none !important;}
	.Advantage_lg{font-size:90%; padding:5px; border:1px solid #f5e2e1; height:200px !important;}
	.font_larger_md{font-size:larger !important; }
	.font_large_md{font-size:large !important; }
	.font_medium_md{font-size:medium !important; }
	.font_small_md{font-size:small !important; }
	#text{font-size:12px;}
	.about_text{font-size:15px;}
	.list_link{font-size:16px;}
	.three_col{width:33.333%; float:left; margin-top:1%;}
	.end_imaeg_topproduct{width:100%;}
	.image_product_img{ max-height:250px; min-height:250px;}

}
@media (min-width: 376px) and (max-width:780px) {
	.scrollmenu_sm {
    overflow: auto;
	overflow-y: hidden; 
    white-space: nowrap;
	height:auto;
	}
	.scrollmenu_sm > a {display:inline-block;}
	.col_sm_linklist{width:75px;}
	.col_sm_half{width:2.083333333333334%;}
	.col_sm_1{width:4.166666666666667%;}
	.col_sm_2{width:8.333333333333333%;}
	.col_sm_3{width:12.5%;}
	.col_sm_4{width:16.66666666666667%;}
	.col_sm_5{width:20%;}
	.col_sm_6{width:25%;}
	.col_sm_7{width:29.16666666666667%;}
	.col_sm_8{width:33.33333333333333%;}
	.col_sm_9{width:37.5%;}
	.col_sm_10{width:41.66666666666667%;}
	.col_sm_11{width:45.83333333333333%;}
	.col_sm_12{width:50%;}
	.col_sm_13{width:54.16666666666667%;}
	.col_sm_14{width:58.33333333333333%;}
	.col_sm_15{width:62.5%;}
	.col_sm_16{width:66.66666666666667%;}
	.col_sm_17{width:70.83333333333333%;}
	.col_sm_18{width:75%;}
	.col_sm_19{width:79.16666666666667%;}
	.col_sm_20{width:83.33333333333333%;}
	.col_sm_21{width:87.5%;}
	.col_sm_22{width:91.66666666666667%;}
	.col_sm_23{width:95.83333333333333%;}
	.col_sm_23_half{width:97.91666666666666%;}
	.col_sm_24{width:100%;}
	.pushleft_sm_half{margin-left:48.95833333333333%;}
	.pushleft_sm_1{margin-left:47.91666666666667%;}
	.pushleft_sm_2{margin-left:45.83333333333333%;}
	.pushleft_sm_3{margin-left:43.75%;}
	.pushleft_sm_4{margin-left:41.66666666666667%;}
	.pushleft_sm_5{margin-left:40%;}
	.pushleft_sm_6{margin-left:37.5%;}
	.pushleft_sm_7{margin-left:35.41666666666667%;}
	.pushleft_sm_8{margin-left:33.33333333333334%;}
	.pushleft_sm_9{margin-left:31.25%;}
	.pushleft_sm_10{margin-left:29.16666666666667%;}
	.pushleft_sm_11{margin-left:27.08333333333334%;}
	.pushleft_sm_12{margin-left:25%;}
	.pushleft_sm_13{margin-left:22.91666666666667%;}
	.pushleft_sm_14{margin-left:20.83333333333334%;}
	.pushleft_sm_15{margin-left:18.75%;}
	.pushleft_sm_16{margin-left:66.66666666666667%;}
	.pushleft_sm_17{margin-left:16.66666666666667%;}
	.pushleft_sm_18{margin-left:12.5%;}
	.pushleft_sm_19{margin-left:10.41666666666667%;}
	.pushleft_sm_20{margin-left:8.333333333333335%;}
	.pushleft_sm_21{margin-left:6.25%;}
	.pushleft_sm_22{margin-left:4.166666666666665%;}
	.pushleft_sm_23{margin-left:2.083333333333335%;}
	.pushleft_sm_23_half{margin-left:1.04166666666667%;}
	.pushtop_sm_1 {margin-top: 1%;}
	.pushtop_sm_2 {margin-top: 2%;}
	.pushtop_sm_3 {margin-top: 5%;}
	.pushtop_sm_4 {margin-top: 8%;}
	.pushtop_sm_5 {margin-top: 10%;}
	.pushtop_sm_6 {margin-top: 15%;}
	.pushtop_sm_7 {margin-top: 20%;}
	.pushtop_sm_8 {margin-top: 25%;}
	.pushtop_sm_9 {margin-top: 30%;}
	.pushtop_sm_10 {margin-top: 35%;}
	.pushtop_sm_11 {margin-top: 40%;}
	.pushtop_sm_12 {margin-top: 50%;}
	.pushbottom_sm_1 {margin-bottom: 1%;}
	.pushbottom_sm_2 {margin-bottom: 2%;}
	.pushbottom_sm_3 {margin-bottom: 5%;}
	.pushbottom_sm_4 {margin-bottom: 8%;}
	.pushbottom_sm_5 {margin-bottom: 10%;}
	.pushbottom_sm_6 {margin-bottom: 15%;}
	.pushbottom_sm_7 {margin-bottom: 20%;}
	.pushbottom_sm_8 {margin-bottom: 25%;}
	.pushbottom_sm_9 {margin-bottom: 30%;}
	.pushbottom_sm_10 {margin-bottom: 35%;}
	.pushbottom_sm_11 {margin-bottom: 40%;}
	.pushbottom_sm_12 {margin-bottom: 50%;}
	.visibilty_sm {display: block !important;}
	.visibilty_sm_hidden {display: none !important;}
	.font_sm{font-size:small !important;}
	.sm_img_Advantage{width:50%;float:right;vertical-align:middle;}
	.Advantage_sm{padding:5px; height:auto !important;}
	.font_larger_sm{font-size:large !important; }
	.font_large_sm{font-size:medium !important; }
	.font_medium_sm{font-size:small !important; }
	.font_small_sm{font-size:smaller !important; }
	#text{font-size:10px;}
	.value_text_textarea{font-size:13px;}
	.button 
	{
		background-color: #4CAF50; /* Green */
		border: none;
		color: white;
		padding: 2px 5px;
		text-decoration: none;
		font-size: 12px;
		font-family:'Yekan';
		cursor: pointer;
		margin-top:0px;
	}
	.button_pink {
		background-color: #d9534f; /* red */
		border: none;
		color: white;
		padding: 2px 5px;
		text-decoration: none;
		font-size: 12px;
		font-family:'Yekan';
		cursor: pointer;
		margin-top:0px;
	}
	.about_text{font-size:13px;}
	.list_link{font-size:13px;}
	.three_col{width:50%; float:left; margin-top:1%;}
	.end_imaeg_topproduct{width:100%;}
	.image_product_img{ max-height:180px; min-height:180px;}

}
@media only screen and (max-width: 375px) {
	.Advantage{font-size:90%;}
	.scrollmenu_xs {
    overflow: auto;
	overflow-y: hidden; 
    white-space: nowrap;
	height:auto;
	}
	.scrollmenu_xs > a {display:inline-block;}
	.col_xs_linklist{width:75px;}
	.col_xs_half{width:2.083333333333334%;}
	.col_xs_1{width:4.166666666666667%;}
	.col_xs_2{width:8.333333333333333%;}
	.col_xs_3{width:12.5%;}
	.col_xs_4{width:16.66666666666667%;}
	.col_xs_5{width:20%;}
	.col_xs_6{width:25%;}
	.col_xs_7{width:29.16666666666667%;}
	.col_xs_8{width:33.33333333333333%;}
	.col_xs_9{width:37.5%;}
	.col_xs_10{width:41.66666666666667%;}
	.col_xs_11{width:45.83333333333333%;}
	.col_xs_12{width:50%;}
	.col_xs_13{width:54.16666666666667%;}
	.col_xs_14{width:58.33333333333333%;}
	.col_xs_15{width:62.5%;}
	.col_xs_16{width:66.66666666666667%;}
	.col_xs_17{width:70.83333333333333%;}
	.col_xs_18{width:75%;}
	.col_xs_19{width:79.16666666666667%;}
	.col_xs_20{width:83.33333333333333%;}
	.col_xs_21{width:87.5%;}
	.col_xs_22{width:91.66666666666667%;}
	.col_xs_23{width:95.83333333333333%;}
	.col_xs_23_half{width:97.91666666666666%;}
	.col_xs_24{width:100%;}
	.pushleft_xs_half{margin-left:48.95833333333333%;}
	.pushleft_xs_1{margin-left:47.91666666666667%;}
	.pushleft_xs_2{margin-left:45.83333333333333%;}
	.pushleft_xs_3{margin-left:43.75%;}
	.pushleft_xs_4{margin-left:41.66666666666667%;}
	.pushleft_xs_5{margin-left:40%;}
	.pushleft_xs_6{margin-left:37.5%;}
	.pushleft_xs_7{margin-left:35.41666666666667%;}
	.pushleft_xs_8{margin-left:33.33333333333334%;}
	.pushleft_xs_9{margin-left:31.25%;}
	.pushleft_xs_10{margin-left:29.16666666666667%;}
	.pushleft_xs_11{margin-left:27.08333333333334%;}
	.pushleft_xs_12{margin-left:25%;}
	.pushleft_xs_13{margin-left:22.91666666666667%;}
	.pushleft_xs_14{margin-left:20.83333333333334%;}
	.pushleft_xs_15{margin-left:18.75%;}
	.pushleft_xs_16{margin-left:66.66666666666667%;}
	.pushleft_xs_17{margin-left:16.66666666666667%;}
	.pushleft_xs_18{margin-left:12.5%;}
	.pushleft_xs_19{margin-left:10.41666666666667%;}
	.pushleft_xs_20{margin-left:8.333333333333335%;}
	.pushleft_xs_21{margin-left:6.25%;}
	.pushleft_xs_22{margin-left:4.166666666666665%;}
	.pushleft_xs_23{margin-left:2.083333333333335%;}
	.pushleft_xs_23_half{margin-left:1.04166666666667%;}
	.pushtop_xs_1 {margin-top: 1%;}
	.pushtop_xs_2 {margin-top: 2%;}
	.pushtop_xs_3 {margin-top: 5%;}
	.pushtop_xs_4 {margin-top: 8%;}
	.pushtop_xs_5 {margin-top: 10%;}
	.pushtop_xs_6 {margin-top: 15%;}
	.pushtop_xs_7 {margin-top: 20%;}
	.pushtop_xs_8 {margin-top: 25%;}
	.pushtop_xs_9 {margin-top: 30%;}
	.pushtop_xs_10 {margin-top: 35%;}
	.pushtop_xs_11 {margin-top: 40%;}
	.pushtop_xs_12 {margin-top: 50%;}
	.pushbottom_xs_1 {margin-bottom: 1%;}
	.pushbottom_xs_2 {margin-bottom: 2%;}
	.pushbottom_xs_3 {margin-bottom: 5%;}
	.pushbottom_xs_4 {margin-bottom: 8%;}
	.pushbottom_xs_5 {margin-bottom: 10%;}
	.pushbottom_xs_6 {margin-bottom: 15%;}
	.pushbottom_xs_7 {margin-bottom: 20%;}
	.pushbottom_xs_8 {margin-bottom: 25%;}
	.pushbottom_xs_9 {margin-bottom: 30%;}
	.pushbottom_xs_10 {margin-bottom: 35%;}
	.pushbottom_xs_11 {margin-bottom: 40%;}
	.pushbottom_xs_12 {margin-bottom: 50%;}
	.visibilty_xs {display: block !important;}
	.visibilty_xs_hidden {display: none !important;}
	.font_xs{font-size:smaller !important;}
	.xs_img_Advantage{width:35%;float:right;vertical-align:middle;}
	.Advantage_xs{padding:5px;  height:auto !important;}
	.font_larger_xs{font-size:medium !important; }
	.font_large_xs{font-size:small !important; }
	.font_medium_xs{font-size:smaller !important; }
	.font_small_xs{font-size:x-small !important; }
	#text{font-size:9px;}
	.value_text_textarea{font-size:11px;}
	.button 
	{
		background-color: #4CAF50; /* Green */
		border: none;
		color: white;
		padding: 2px 5px;
		text-decoration: none;
		font-size: 12px;
		font-family:'Yekan';
		cursor: pointer;
		margin-top:0px;
	}
	.button_pink {
		background-color: #d9534f; /* red */
		border: none;
		color: white;
		padding: 2px 5px;
		text-decoration: none;
		font-size: 12px;
		font-family:'Yekan';
		cursor: pointer;
		margin-top:0px;
	}
	.about_text{font-size:12px;}
	.list_link{font-size:12px;}
	.coder{font-size:10px;}
	.three_col{width:100%; float:left; margin-top:1%;}
	.end_imaeg_topproduct{width:100%;}
	.image_product_img{ max-height:120px; min-height:120px;}

}
