

@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
	font-family: iranyekan  !important;
	direction: rtl;
	background-color: #cdcdcd;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: iranyekan !important;
}
h1 {
	font-weight: bold;
}

.text-thin {
	font-weight: 100;
}
.text-light {
	font-weight: 300;
}
.text-regular {
	font-weight: normal;
}
.text-medium {
	font-weight: 500;
}
.text-bold {
	font-weight: bold;
}
.text-extrabold {
	font-weight: 800;
}
.text-black {
	font-weight: 850;
}
.text-extrablack {
	font-weight: 900;
}
blockquote {
	font-weight: 500;
	padding: 10px;
	border: 1px dashed #666666;
}

.MarginTop {margin-top: 7px;}

input {height: 30px;font-family: iranyekan; font-size:15px; padding: 2px;}
.arial{font-family: arial;}
.tahoma{font-family: tahoma;}

.rtl { text-align:right; direction:rtl;}
.ltr{ text-align:left; direction:ltr;}
.inputtext{ font-size: 15px; font-family: arial; }
label.error{display:none!important;}
.green {color:#a2c138;}
.red {color:#EF2B98;}
.Fav{color:#f75059;}
.NotFav{color:#535353;}

.Offer{color:#2383f3;}
.NotOffer{color:#535353;}

.shareit{
border-radius: 0px;
border: 1px solid #e6e6e6;
background-color: #e6e6e6;
color: #535353;		
}
.ColorCircle {
    width: 20px;
	height: 20px;
    line-height: 20px;
    border-radius: 50%;
	border: 1px solid #CCC;
    
}

.ios7-switch {display: inline-block;position: relative;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;font-size: 32px;  vertical-align:middle; margin-left:10px;}.ios7-switch input {opacity: 0;position: absolute;}.ios7-switch input + span {position: relative;display: inline-block;width: 1.65em;height: 1em;background: white;box-shadow: inset 0 0 0 0.0625em #e9e9e9;border-radius: 0.5em;vertical-align: -0.15em;transition: all 0.40s cubic-bezier(.17,.67,.43,.98);}.ios7-switch:active input + span,.ios7-switch input + span:active {box-shadow: inset 0 0 0 0.73em #e9e9e9;}.ios7-switch input + span:after {position: absolute;display: block;content: '';width: 0.875em;height: 0.875em;border-radius: 0.4375em;top: 0.0625em;left: 0.0625em;background: white;box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.1),0 0 0.05em rgba(0,0,0,0.05),0 0.1em 0.2em rgba(0,0,0,0.2);transition: all 0.25s ease-out;}.ios7-switch:active input + span:after,.ios7-switch input + span:active:after {width: 1.15em;}.ios7-switch input:checked + span {box-shadow: inset 0 0 0 0.73em #4cd964;}.ios7-switch input:checked + span:after {left: 0.7125em;}.ios7-switch:active input:checked + span:after,.ios7-switch input:checked + span:active:after {left: 0.4375em;}.ios7-switch input:focus + span:after { box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.15),0 0 0.05em rgba(0,0,0,0.08),0 0.1em 0.2em rgba(0,0,0,0.3);background: #fff;}.ios7-switch input:focus + span {box-shadow: inset 0 0 0 0.0625em #dadada;}.ios7-switch input:focus:checked + span {box-shadow: inset 0 0 0 0.73em #33be4b;}.ios7-switch:hover input:focus + span:after {box-shadow: inset 0 0 0 0.03em rgba(0,0,0,0.1),0 0 0.05em rgba(0,0,0,0.05), 0 0.1em 0.2em rgba(0,0,0,0.2);background: #fff;}.ios7-switch:hover input:focus + span {box-shadow: inset 0 0 0 0.0625em #e9e9e9;}.ios7-switch:hover input:focus:checked + span { box-shadow: inset 0 0 0 0.73em #4cd964;}



	.discount-btn {
    height: 21px;
    position: relative;
    color: rgb(255, 255, 255);
    display: inline-block;
    background: rgb(255, 82, 82);
    font: 12px/21px yekan;
    border-radius: 2px;
	padding-right: 10px;
	padding-left: 5px;	
}
	.right {
    float: right;
}
.discount-btn.arrow-right::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 6px;
    border-bottom: 4px solid transparent;
    border-right: 4px solid rgb(255, 255, 255);
    border-top: 5px solid transparent;
}
	.price{color:#47a23a;}
	
	a:hover{color: red;
	text-decoration: none;
	}
	




.clearfix {
    display: block;
}
	
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}	


/* Size modifier
 ========================================================================== */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 10px 10px;
}
.uk-card-small .uk-card-header {
  padding: 8px 10px;
}
.uk-card-small .uk-card-footer {
  padding: 8px 10px;
}


/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px !important;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}


.uk-button-small {
  padding: 2 10px;
  line-height: 28px;
  font-size: 0.875rem;
}


.uk-grid-small {
  margin-right: -10px;
}
.uk-grid-small > * {
  padding-right: 10px;
}
/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 10px;
}


input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}


	.Blur {
	-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
	}
	.NotBlur {
	-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
	}