﻿	
.video__player {
   
    position: relative;
}
@media(max-width:1183px){
	.video{font-size:1em !important}
	.s{line-height: 2 !important;}
}
@media(max-width:981px){
.video{width: unset!important}	
}
	@media(max-width:510px){
	.video__control{
	
width: 50%!important;
position: relative;
left: -99px;
overflow: hidden;}
}
@media(max-width:648px){
.matn {
padding:0px !important}
}
@media(max-width:574px){
.video__duration {
    position:relative;
    right: -23px;
}}
@media(max-width:620px){
.info-box {
   
    overflow:hidden;
}}
	@media(max-width:616px){
	.video__control{
width: 99%!important;
position: relative;
left: 4px !important;
overflow: hidden;}
}
	@media(max-width:574px){
	.video__control{
width: 97%!important;
position: relative;
left: 16px !important;
overflow: hidden;}
.flexy__item{margin-top: 10px;
position: relative;
right: 17px;}
.video__control__button {

    margin-top: 10px;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 40% !important;
    left: 57% !important;}
}

@media (max-width: 544px){
.flexy__item {
    margin-top: 10px;
    position: relative;
    right: 11px !important;
}}
@media (max-width: 495px){
.video__control {
    width: 90%!important;
    position: relative;
    left: 32px !important;
    overflow: hidden;
}}
@media (max-width: 458px){
.video__control {
    width: 82%!important;
   
    left: 50px !important;
    overflow: hidden;
}}
@media (max-width: 422px){
.video__control {
    width: 77%!important;
    left: 62px !important;
    overflow: hidden;
}}
@media (max-width: 398px){
.video__control {
    width: 74%!important;
    left: 71px !important;
    overflow: hidden;
}}
@media (max-width: 383px){
.video__control {
    width: 71%!important;
    left: 78px !important;
    overflow: hidden;
}}
@media (max-width: 369px){
.video__control {
   width: 66%!important;
    left: 93px !important;
    overflow: hidden;
}}
@media (max-width: 345px){
.video__control {
    width: 63%!important;
    left: 100px !important;
    overflow: hidden;
}}
@media (max-width: 327px){
.video__control {
   width: 60%!important;
    left: 108px !important;
    overflow: hidden;
}}
.info-box{color: #FFFFFF;
    font-family: 'Sintony', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.4em;
	
 
   }
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


/* COLORS */
/* ACELERATIONS */
/* TIMING */
/* SIZES */
/* FLEXY BEHAVIOR */
.flexy__item {
  display: flex;
  flex-wrap: nowrap;
}
.flexy__child {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.flexy__child--fill {
  flex-basis: 100%;
}
.flexy__item, .flexy_child {
  box-sizing: border-box;
}
.flexy--row {
  flex-direction: row;
}
.flexy--column {
  flex-direction: column;
}
.flexy--between {
  justify-content: space-between;
}
.flexy--around {
  justify-content: space-around;
}
.flexy--justify-start {
  justify-content: flex-start;
}
.flexy--justify-end {
  justify-content: flex-end;
}
.flexy--justify-center {
  justify-content: center;
}
.flexy--items-center {
 
}
.flexy--self-end {
  align-self: flex-end;
}
.flexy--reverse-column {
  flex-direction: column-reverse;
}
.flexy--reverse-row {
  flex-direction: row-reverse;
}

.controlsOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
main {
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}



main {
  position: relative;
  padding: 2.8em;
  z-index: 2;
  overflow: auto;
}
@media (max-width: 40em) {
  main {
    padding: 0;
  }
}

.section {
  width: 100%;
}
.section > .header {
  margin-bottom: 1.4em;
}
.section__article {
 
  box-sizing: border-box;
  color: #404040;
}

em,
strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5 {
  color: #FFFFFF;
  line-height: 1.4em;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 1.5em;
}

a {
  text-decoration: none;
}

main > .header {
  order: 3;
  text-align: center;
}

.accessible-hide {
  position: absolute;
  overflow: hidden;
  height: 0;
  text-indent: -900em;
}

@-webkit-keyframes logoAnim {
  45%,
    55% {
    stroke-dashoffset: 10em;
  }
}

@keyframes logoAnim {
  45%,
    55% {
    stroke-dashoffset: 10em;
  }
}
.logo-tadaima {
  height: 3.75em;
}
.logo-tadaima--animated {
  stroke-dasharray: 10em .2em 10em .2em 10em .2em 10em;
  stroke-dashoffset: 0;
  -webkit-animation: logoAnim 9s cubic-bezier(0.54, -0.24, 0.46, 1.28) infinite;
          animation: logoAnim 9s cubic-bezier(0.54, -0.24, 0.46, 1.28) infinite;
}

.svg-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.svg-icon {
  width: 1em;
  height: 1em;
  transform-origin: 50% 50%;
}
.svg-icon__sprite {
  display: none;
}
.svg-icon--rotated-180 {
  transform: rotate(180deg);
}

.space--small {
  margin-bottom: 0.7em;
}
@media (max-width: 75em) {
  .space--small {
    margin-bottom: 0.518em;
  }
}

.space--normal {
  margin-bottom: 1.4em;
}
@media (max-width: 75em) {
  .space--normal {
    margin-bottom: 1.036em;
  }
}

.space--medium {
  margin-bottom: 2.8em;
}
@media (max-width: 75em) {
  .space--medium {
    margin-bottom: 2.072em;
  }
}

.space--big {
  margin-bottom: 4.2em;
  margin-top: 4.2em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
@media (max-width: 75em) {
  .space--big {
    margin-bottom: 3.108em;
  }
}

.space--huge {
  margin-bottom: 5.6em;
}
@media (max-width: 75em) {
  .space--huge {
    margin-bottom: 4.144em;
  }
}

.color--white {
  color: #FFFFFF;
}

.fill--white {
  fill: #FFFFFF;
}

.stroke--white {
  stroke: #FFFFFF;
}

.color--black {
  color: #000000;
}

.fill--black {
  fill: #000000;
}

.stroke--black {
  stroke: #000000;
}

.color--red {
  color: #FF5572;
}

.fill--red {
  fill: #FF5572;
}

.stroke--red {
  stroke: #FF5572;
}

.color--coral {
  color: #FF6960;
}

.fill--coral {
  fill: #FF6960;
}

.stroke--coral {
  stroke: #FF6960;
}

.color--orange {
  color: #FF7555;
}

.fill--orange {
  fill: #FF7555;
}

.stroke--orange {
  stroke: #FF7555;
}

.color--gray {
  color: #404040;
}

.fill--gray {
  fill: #404040;
}

.stroke--gray {
  stroke: #404040;
}

.svg-icon {
  stroke-width: 3;
}

.video {
  width: 30em;
  position: relative;
  overflow: hidden;
  font-size: 1.2em;
  box-shadow: 0 2.5em 2.5em -1.875em rgba(0, 0, 0, 0.5), 0 1.25em 5em 1em rgba(0, 0, 0, 0.2);
}
.video__player {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.video__control {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  box-sizing: border-box;
  padding: 0 1em;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 65em) {
  .video__control {
    opacity: 0;
    transform: translate(0, 100%);
  }
}
.video__control__button {
  padding: 1em 0.5em;
  display: flex;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.video__control__button:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.9em;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 1.9em;
  background-color:#d99d60;
  transition: all 0.15s cubic-bezier(0.54, -0.24, 0.46, 1.28);
}
.video__control__button.volume {
  flex-basis: 2em;
}
.video__control__button:hover:before, .video__control__button.active:before {
  transform: translate(-50%, -50%) scale(1);
}
.video__control__button:hover > .video__track__range__sound, .video__control__button.active > .video__track__range__sound {
  padding-left: 0.5em;
  pointer-events: all;
  opacity: 1;
  flex: 1;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .video__control > .video__control__button.volume {
    display: none;
  }
}
.video__control > .video__control__button.volume:hover {
  flex-basis: 5em;
}
.video__duration {
  padding-right: 0.5em;
  font-size: 0.5em;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 23px;
}
.video__track__range[type="range"] {
  -webkit-appearance: inherit;
  /* WebKit */
  width: 100%;
  background-color: transparent;
}
.video__track__range[type="range"]:focus {
  outline: none;
}
.video__track__range[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1.5em;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border-radius: 1.5em;
  border: 2px solid #FFFFFF;
}
.video__track__range[type="range"]::-webkit-slider-thumb {
  box-shadow: none;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2px;
}
.video__track__range[type="range"]::-moz-range-track {
  width: 100%;
  height: 1.5em;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border-radius: 1.5em;
  border: 2px solid #FFFFFF;
}
.video__track__range[type="range"]::-moz-range-thumb {
  box-shadow: none;
  border: 0;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
}
.video__track__range[type="range"]::-ms-track {
  width: 100%;
  height: 1.5em;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border: 2px solid #FFFFFF;
}
.video__track__range[type="range"]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: 1.5em;
  box-shadow: none;
}
.video__track__range[type="range"]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: 1.5em;
  box-shadow: none;
}
.video__track__range[type="range"]::-ms-thumb {
  box-shadow: none;
  border: 0;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  background: transparent;
  cursor: pointer;
}
.video__track__range[type="range"]:focus::-ms-fill-lower {
  background: transparent;
}
.video__track__range[type="range"]:focus::-ms-fill-upper {
  background: transparent;
}
.video__track__range__sound {
  display: flex;
  width: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  transition: all 0.15s cubic-bezier(0.54, -0.24, 0.46, 1.28);
}
.video:hover .video__control {
  opacity: 1;
  transform: translate(0, 0);
}

.tooltip {
  position: relative;
  opacity: unset !important;
}
.tooltip:after {
  content: attr(data-tooltip-content);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 1em;
  font-size: 12px;
  color: #FFFFFF;
  background-color:#d99d60;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.54, -0.24, 0.46, 1.28);
}
.tooltip:hover:after {
  opacity: 1;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
      background: radial-gradient(#d99d60, #d99d60);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
     background: radial-gradient(#d99d60,#d99d60);
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@font-face {
    font-family: iransans;
    src: url(/Themes/Public/Fonts/iranian-sans-fontface/IRANSansWeb.eot?#iefix) format('embedded-opentype'), url(/Themes/Public/Fonts/iranian-sans-fontface/IRANSansWeb.woff) format('woff'), url(/Themes/Public/Fonts/iranian-sans-fontface/IRANSansWeb.ttf) format('truetype')
}
@font-face {
    font-family: 'BYekan';
    src: url('/Themes/Public/Fonts/BYekan.eot?#')format('eot'), url('/Themes/Public/Fonts/BYekan.woff')format('woff'), url('/Themes/Public/Fonts/BYekan.ttf')format('truetype');
}
body {
    position: relative;
    min-height: 100%;
    width: 100%;
    font-family: iransans;
    color: #222;
    line-height: 1.6em;
    font-size: 14px;
}

html {
    height: 100%;
}

#header_top a:hover,
.header_top ul li a:hover,
footer a:hover {
    text-decoration: none
}

.zoomContainer,
.zoominner img {
    max-width: 400px !important
}

a:hover {
    text-decoration: none;
}

.noPad {
    padding: 0
}

a {
    cursor: pointer
}

.slider-home #slider, .slider-home #slider img {
   /* height: 450px !important;*/
    margin-bottom: 0;
}

.theme-default .nivoSlider {
    background: none !important;
}

.fix-h {
    min-height: 600px;
}

.zoomLens,
.zoominner img {
    cursor: zoom-in
}

.theme-default .nivo-controlNav {
    z-index: 9;
    display: none
}

.spicial,
.spn-title {
    display: inline-block
}

.rmm.style ul {
    box-shadow: 0 0 0 !important;
}

.rmm.style ul li ul li a {
    color: #fff !important;
    font-size: 14px;
    padding: 5px 10px !important;
    text-align: right;
}

.h-20,
.info-footer,
.off-color,
.product_titlepr {
    text-align: center
}

.rmm.style ul li:hover {
    background: #242424 !important;
}

.rmm.style .rmm-mobile li a {
    padding: 6px 10px !important;
}

.rmm.style ul li:hover ul li a {
    background: #242424 !important;
}

.rmm.style ul ul li {
    border-top: 0 solid !important;
    padding: 0 !important;
    background: #a2a2a2;
    color: #fff !important;
    border-left: 0 !important;
    border-bottom: 1px solid #d4d4d4a8 !important
}

.rmm.style ul ul li a:hover {
    background: #888 !important;
    color: #fff !important
}

.rmm-toggled-button {
    border: none !important;
    margin: 4px 15px 0 0 !important;
    width: 37px !important;
    padding: 5px 0 !important
}

.rmm-toggled-button span {
    margin: 2px 6px !important;
    height: 3px !important;
    width: 24px !important
}

.h-20,
.off-color,
.sp2,
.zoominner img {
    height: auto !important
}

.rmm.style .rmm-mobile {
    z-index: 10
}

.rmm.style .rmm-mobile li > a:not(:only-child):after {
    margin-right: -8px !important
}

.rmm.style .rmm-mobile li {
    background: #242424 !important;
    border-bottom: 1px solid #8a8a8a !important
}
.rmm ul {
    background: 0 0 !important
}
.rmm.style ul li a {
    padding: 6px 7px 6px !important;
    position: relative;
    font-weight: normal !important;
    font-size: 13px !important;
}

.sp-file {
    font-size: 12px
}

.header_top ul li {
    font-size: 12px;
    font-weight: bold;
}

.header_top ul li p {
    margin-bottom: 3px;
}

.zoominner img {
    max-height: 300px !important;
    min-height: 250px;
    width: auto !important;
    border: 0 !important
}

.product-detail-page,
.titr-pg {
    border-radius: 0 !important
}

.spn-title {
    padding: 5px 0
}

.sp-file {
    color: #949599;
    padding: 0 8px;
}

.my_header_links {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none
}

.header_top {
    background-color: #f6f6f6;
}

.divRegister {
    padding: 0 15px;
}

.header_top ul li a {
    padding: 4px 4px 2px !important;
    color: #909090 !important;
    font-size: 13px;
   
    transition: all ease 0.5s;
}

.MenuMultipurpose {
    /*background: #616161;*/
    padding: 2% 0;
}
.MenuMultipurpose nav.navbar.bootsnav {
    /*background-color: #616161;*/
    border-bottom: solid 0px #e0e0e0;
}
/*.MenuMultipurpose nav.navbar.bootsnav ul.nav > li > a {
    color: #ffffff;
}*/
.MenuMultipurpose nav.navbar.bootsnav ul.nav > li > a:hover {
    background-color: #949599 !important;
    color: #fff;
    border-radius: 25px;
}
.MenuMultipurpose .fa-bars, .MenuMultipurpose .fa-times {
    color: #000;
}
/*.MenuMultipurpose nav.navbar.bootsnav .navbar-toggle {
    background-color: #616161 !important;
}*/
.navbar{
    min-height:30px!important;
}

footer {
    width: 100%;
    float: right;
    font-size: 14px;
    margin-top: 10px;
}

.top-footer {
    color: #fff;
    background-color:#2e3d54;
    text-align: center;
    padding:15px;
}

.info-footer {
    color: #fff;
    font-size: 13px;
    background: #d99d60;
}

.info-footer a {
    color: #fff;
}

hr {
    margin-top: 4px;
    margin-bottom: 5px
}

.my_header_links ul li a {
    font-size: 13px;
    padding: 6px 10px !important
}

#header_top a {
    color: #7a7a7a !important
}

/*.rmm ul li:hover a {
    color: #949599 !important
}*/

.product_titlepr {
    background: 0 0 !important;
    padding: 0 10px !important;
    color: #949599 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}
.title-st {
    color: #949599 !important;
    font-weight: 700;
}
    .prodt-tit {
    padding-top: 0 !important;
    padding-bottom: 2px !important;
}

/*.ProductDetail-pg {
    margin: 20px auto
}*/

.product_details {
    background: #949599 !important;
    width: 100%;
    padding: 2px 0 !important;
    color: #fff !important;
}

.product-link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid #ccc !important;
}

.tab-content .product_details {
    background: 0 0 !important
}

.blk-reg,
.icon-credit {
    display: none
}

.panel-primary .panel-heading {
    background-color: #8cc63e !important;
    border-color: #8cc63e !important;
    padding: 10px 15px !important
}

.panel-primary {
    border-color: #8cc63e
}

marquee {
    height: 336px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.titr-pg {
    background: url(/Themes/Temp164/images/organic-min.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    padding-top: 0 !important;
    font-size: 20px !important;
}

.titr-pg h1 {
    font-size: 20px !important;
}
/*.title-Menu h1 span {
    text-align: inherit !important;
}*/

.cat-product .product_title {
    background-color: #949599 !important;
    color: #fff !important
}

.cat-product {
    border: 1px solid #949599 !important
}

.Menutree ul li a {
    color: #222 !important
}

.Sitemap .Sp {
    margin: 5px 2px !important;
    color: red;
}

.product .details {
    background: 0 0 !important;
    padding: 0 6px 0px !important
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.div-price {
    padding-bottom: 5px;
    width: 100%
}

.off-percent.off1 {
    background: #fd636b;
    margin-bottom: 2px
}

.rmm.style .rmm-mobile {
    position: absolute;
    margin-top: 0 !important;
    animation: ease fadeInDown 0.5s;
}

.rmm.style .rmm-closed .rmm-mobile {
    animation: ease fadeInUp 0.5s;
}

.tab-title2 {
    background: #333 !important;
    padding: 7px 5px
}

.tabs li {
    border-right: solid 1px #fe0000 !important
}

.tabs li.tabs-selected a.tabs-inner {
    background: #fe0000 !important
}


.img-radio {
    max-width: 22px !important;
    max-height: 23px !important
}

.pd-15 {
    padding: 15px
}

.pdtb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pgwSlider,
.pgwSlider .ps-current img {
    height: 300px !important
}

.listitems .product {
    padding: 0 5px
}



.rmm-toggled {
    min-height: 38px !important;
    width: auto !important;
    /*position: absolute;*/
    left: 10px;
    top: -34px;
}

.Sitemap h1 a,
.Sitemap h2 a {
    color: #222
}

/*.product-hide {
    margin-bottom: 10px;
}*/

.sp {
    left: 12px !important;
    top: 27px !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.rmm.style {
    position: relative;
    margin: 0 auto;
}

.txt-over {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.h5, h5 {
    color: #222;
}
.bg-black {
    background: #2e3d54;
    color: #fff;
    padding: 5px;
}
.img-head img {
    float: left;
    margin: 3px;
}

.logo img {
    padding: 3% 0;
}

.nivo-caption {
    width: 35% !important;
    background: none !important;
    opacity: 1 !important;
    /*text-align: center;*/
    font-size: 32px;
    top: 0;
    bottom: 0;
    left: auto !important;
    right: 6%;
    margin: auto;
    height: 35%;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    line-height: 1.1em;
    font-family: iransans !important;
    line-height: 1.5em;
    float: right !important;
    text-align: right !important;
}


.color-tb {
    margin-top: 0px !important;
}

.sp .spicial {
    color: red !important;
    font-size: 20px !important;
}

.off-percent.off1 {
    background: none !important;
    margin-bottom: 0px !important;
    color: #949599 !important;
}

.off-color {
    color: #949599 !important;
    top: 0 !important
}

.pdtb-15 {
    padding: 15px 0;
}
.last.loginn {
    border-left: 1px solid #909090;
}
.Your-financial-credit {
    color: #909090;
}
.pdt-15 {
    padding: 2% 0 0 0;
}
.flip-clock-label{
    font-family: iransans;
}
.timer-baner {
    right: 8% !important;
}

.box-product .title-box, .title-product {
    margin: 10px 0;
    color: #121213;
    font-weight: bold;
    font-size: 21px;
    padding: 7px 15px;
}
.box-product .main-box{
    padding:0;
}
.callout {
    background: url(/Themes/Temp164/images/background-02.jpg) center fixed;
    color: #fff;
    min-height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 10px;
}
.callout div{
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.callout1 {
    background: url(/Themes/Temp164/images/baner1.jpg) center center;
    color: #fff;
    min-height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 20px;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;*/
    padding: 10px;
    text-align: center;
} 
.accordion .header.active{
    border-bottom: none;
    background: #f5f5f5 !important;
color: #FFF;}

.box-gray .main-box {
    background: #f5f5f5;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 0 10px;
}
.box-gray .title-box {
    background: #2e3d54;
    color: #fff;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0;
}

.EmailDiv .form-horizontal .form-group .col-sm-6 span {
    width: 19%;
    display: inline-block;
}
.EmailDiv .form-horizontal .form-group .col-sm-6 input {
    display: inline-block;
    width: 78%;
}
.EmailDiv .form-horizontal .form-group .col-sm-6 input[type=button] {
    width: 25%;
    display: block;
    background: #949599;
    border-color: #949599;
    border-radius: 20px;
}
.EmailDiv .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.single-post .topPost{
    padding:0;
}
.single-post .topPost .img-respnsive-blog{
    max-height: 205px !important;
}

@media (min-width: 1024px) {
 nav.navbar.bootsnav ul.nav > li > a {
        padding: 10px 13px !important;
    }
    
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 0px !important;
    }
    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a:hover {
        background: #fff !important;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        color: #616161 !important;
    }
}
@media (min-width: 768px) {
    .EmailDiv .form-horizontal .form-group .col-sm-6 {
        width: 28%;
        margin: 0 36%;
    }
}

@media(max-width:425px) {
    .zoomContainer, .zoominner img {
        height: 200px !important
    }

    .header_top ul li a {
        font-size: 10px
    }

    .Sitemap h1,
    .Sitemap h2 {
        font-size: 13px !important
    }

    ul.domtabs li {
        font-size: 11px !important
    }

    .slider-home #slider, .slider-home #slider img {
        height: 160px !important;
    }

    .nivo-caption {
        font-size: 14px !important;
        width: 100% !important;
    }

    .img-radio {
        max-width: 15px !important;
        max-height: 15px !important;
    }

    .pd-15 {
        padding: 10px;
    }

    .pr-mod .carousel {
        padding: 0 7px !important;
    }

    .box-product {
        padding: 0;
    }

    .pdtb-15 {
        padding: 6px 0;
    }

    .titr-pg {
        background-size: initial !important;
    }
   .product_titlepr {
       font-size: 11px !important;
    }
}
