/*SC_GROUP_CSS*/.su-clearfix {
  *zoom: 1;
}
.su-clearfix:before,
.su-clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.su-clearfix:after {
  clear: both;
}


/*
 Exit_popup_here_because_of_adblock_plus_block_it_we_just_apply_a_hack
*/
.su-ep-container {
	/* Size and position */
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	/* Background and effects */
	background: rgba(0,0,0,0.75);
	perspective: 1000px;
	/* Animation default state */
	left: 100%;
	opacity: 0;
	/* Animation */
	-webkit-transition-property: left, opacity;
	-webkit-transition-duration: 0, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-property: left, opacity;
	transition-duration: 0, 0.3s;
	transition-delay: 0.3s, 0;
}

/*
Modal background visible state
*/
.su-ep-container.visible {
	-webkit-transition-delay: 0;
	transition-delay: 0;
	left: 0;
	opacity: 1;
	z-index: 9999;
}

/*
Lightbox
*/
.su-lightbox {
	cursor: pointer;
}

/*
Modal
*/
.su-ep-content {
	width: 590px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* Animation default state */
	transform: scale(0.4) rotateX(45deg);
	/* Animation */
	transition: all 0.3s;
	background-color: #fff;
	box-sizing: border-box;
}

.su-ep-content .su-ep-inner {
	padding: 15px;
	text-align: center;
}
.su-ep-content .su-ep-inner h1,
.su-ep-content .su-ep-inner h2,
.su-ep-content .su-ep-inner h3,
.su-ep-content .su-ep-inner h4 {
	color: inherit;
}

.su-ep-content.visible {
	transform: scale(1) rotateX(0deg);
}

/*
Close button
*/
.su-ep-content .ep-close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -40px;
	right: 0px;
	cursor: pointer;
	color: #ddd;
	line-height: 32px;
	font-family: Arial, Baskerville, monospace;
	font-size: 32px;
	text-align: right;
}
.su-ep-content .ep-close:hover {
	color: #fff;
}.su-ep-content .ep-close:focus {
	color: #f5f5f5;
}

/* Social locker */
.onp-sl-social-button iframe {
	vertical-align: baseline;
}

@media (max-width: 767px) {
	.su-ep-content {
		width: 91%;
		height: auto;
		min-height: 240px;
		margin: 30px;
	}
}

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .su-visible-small {
    display: none !important;
  }
  .su-visible-medium {
    display: none !important;
  }
  .su-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .su-visible-small {
    display: none !important;
  }
  .su-visible-large {
    display: none !important ;
  }
  .su-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .su-visible-medium {
    display: none !important;
  }
  .su-visible-large {
    display: none !important;
  }
  .su-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.su-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.su-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.su-visible-hover:hover .su-hidden,
.su-visible-hover:hover .su-invisible {
  display: block !important;
  visibility: visible !important;
}
.su-visible-hover-inline:hover .su-hidden,
.su-visible-hover-inline:hover .su-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.su-touch .su-hidden-touch,
.su-notouch .su-hidden-notouch {
  display: none !important;
}


/*SC_GROUP_CSS*//*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//samimed.ir//plugins/system/bdthemes_shortcodes/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/*SC_GROUP_CSS*//* Block Quote Style */

.su-blockquote {
border-right: 5px solid #eee;
border-left: none;
}

.su-blockquote-align-right {
border-right: none;
border-left: 5px solid #eee;
text-align: left;
margin: 20px 20px 10px 0 !important;
}
/* Button Style */

.su-button i {
	margin: 0 0 0 0.5em !important;
}
/* Accrdion and Spoiler Style */
body .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
	right: 0;
	left: auto;
}

body .su-spoiler-title, body .su-spoiler-style-default > .su-spoiler-title {
	padding-right: 30px;
	padding-left: 7px;
}

body .su-spoiler-icon {
	right: 7px;
	left: auto;
}

body .su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f137";
}
body .su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f0a8";
}

body .su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f0d9";
}
body .su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before {
	content: "\f053";
}
/* Audio Style */
div.jp-volume-bar{
	direction: ltr;
}

/* Block Quote Style */
.su-blockquote-align-right {
	float: left;
}
.su-blockquote-pull.su-blockquote-align-right {
	border-left: none;
	border-right: 5px solid #eee;
	margin: 20px 20px 10px 0 !important;
	text-align: right;
}

/* Call to aciton design */
body .call-to-action .cta-dbtn {
	float: left;
	margin: 2px 20px 5px 0px;
}

/* Cound Down Timer */
.su-countdown-wrapper {
	direction: ltr;
}
.su-countdown-left {
	text-align: right;
}
.su-countdown-right {
	text-align: left;
}
/* Contact Form */
.su-form-wrapper .submit-button input {
	margin-right: auto;
	margin-left: 10px;
}

/* Device Slider */

body .su-device-slider {
	direction: ltr;
}
body .su-device-slider .owl-item {
	direction: rtl;
}

/* Dropcap Style */
body .su-dropcap {
	float: right;
	margin: 0.2em 0 0.2em 0.5em;
}

/* Divider Style */
body .su-divider a {
	float: left;
}

/* exit popup */

.su-ep-content .ep-close {
	right: auto;
	left: 0;
	text-align: left;
}

/* File Download */
.su-download-counter > span i {
	margin-right: 0;
	margin-left: 6px;
}
.su-download-btn i {
	margin-left: 2px;
}

/* Frame Style */
.su-frame-align-left {
	float: right;
	margin: 0 0 1em 1em;
}
.su-frame-align-right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Icon RTL Style */

.su-icon {
margin: 0 0 1em 1em;
}
/* Icon List Style */
.su-icon-list.su-icon-align-title .icon_list_icon {
float: right;
margin-left: 10px;
margin-right: 0;
}
.su-icon-list.su-icon-align-top_right {
text-align: left;
}
.su-icon-align-left .icon_description {
text-align: left;
}

.su-icon-list.su-icon-align-title .icon_description {
  text-align: right;
}

.su-icon-list.su-icon-align-title .icon_list_icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.instamax-play-icon {
    padding: 18px 16px 10px;
}

/* Photo Gallery Style */
body .su-custom-gallery-slide {
float: right;
}

/*Portfolio Style*/
.su-portfolio-style10 .sup-zoom {
	left: 11px;
	right: auto;
}
.su-portfolio-style10 .sup-meta {
	right: -80px;
	left: auto;
}
.su-portfolio-style10 .cbp-item:hover .sup-meta {
    left: auto;
    right: 0;
}
.su-portfolio-style7 .sup-link-wrap {
	left: auto;
	right: 0;
}
.su-portfolio-style7 .sup-zoom:after {margin-left: 0px;}
.su-portfolio-style7 .sup-link:after {margin-right: 5px;}
.su-portfolio-style7 .cbp-slider-controls, 
.su-portfolio-style9 .cbp-slider-controls, 
.su-portfolio-style10 .cbp-slider-controls {
	right: auto;
	left: 5px;
}
/* Content Slider Style */
body .su-content-slider {
	direction: ltr;
}
body .su-content-slider .owl-item {
	direction: rtl;
}

body .su-content-slider .owl-controls {
	right: auto;
	left: 53px;
}

/* List Style */

body .su-list ul li i {
	left: auto;
	right: 0;
}

body .su-list ul li {
padding: 4px 2em 4px 0 !important;
}

/* Note Style in RTL */

.su-note.su-note-style4 {
	border-right: 5px solid transparent;
	border-left: none;
}

.su-note-success.su-note-style4 {
border-right-color: #8CC152;
}

.su-note-info.su-note-style4 {
border-right-color: #3BAFDA;
}

.su-note-warning.su-note-style4 {
border-right-color: #F6BB42;
}
.su-note-danger.su-note-style4 {
border-right-color: #E9573F;
}

.su-note.su-note-style5:before {
transform: rotate(45deg);
right: -44px;
}

.su-note-icon .su-note-inner {
margin-right: 40px;
margin-left: 0;
}

.su-note-style5.su-note-icon:after {
right: auto;
left: 10px;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}

/* Row and Column */

.has-divider > [class*='su-column-']:not(.su-column-size-medium-1-1):nth-child(n+2) {
	border-right: 1px solid #dddddd;
	border-left: none !important;
}

/* Progress bar */

body .su-progress-bar {
	text-align: right;
}

body .su-progress-bar span {
right: 0;
}

body .su-progress-bar-style-fancy > span {
	right: 5px;
}

.su-progress-bar-style-3 .su-pb-percent {

right: auto !important;
left: 0 !important;
}
.su-progress-bar .su-pb-percent {

left: 4px;
right: auto;
}

.su-progress-bar-style-2 span.su-pb-percent {
left: 10px;
right: auto;
}
.su-progress-bar-style-2 span.su-pb-text {
margin-left: 0;
margin-right: 10px;
}

/* Pricing Table RTL Style */

.su-pricing-table.su-pricing-style-3 .su-plan .su-plan-badge, .su-pricing-table.su-pricing-style-2 .su-plan .su-plan-badge, .su-pricing-table.su-pricing-style-1 .su-plan .su-plan-badge {
position: absolute;
left: -35px;
right: auto;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.su-pricing-table.su-pricing-style-1 .su-plan:last-child {
    margin-right: 15px !important;
}
.su-pricing-table.su-pricing-style-1 .su-plan:first-child {
    margin-right: 0px;
}
.su-pricing-table.su-pricing-style-3 .su-plan-head {
    text-align: right;
    padding-left: 0;
    padding-right: 120px;
}
.su-pricing-table.su-pricing-style-3 .su-plan-icon {
	left: auto;
    right: 25px;
}
.su-pricing-table.su-pricing-style-4 .su-plan-head .su-plan-period {
    padding-right: 10px;
}
.su-pricing-table.su-pricing-style-4 .su-plan-head .su-plan-period:before {
    left: auto;
    right: 0;
}

/*Post Grid RTL style*/
.su-pgrid-meta > .cbp-l-grid-blog-date {
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
}
.su-pgrid-meta > .cbp-l-grid-blog-date:after {left: 0;right: auto;}

.cbp-search-icon {
	right: auto;
    left: 0;
}
.cbp-l-filters-right {
    float: left;
}
.su-post-grid-filter-align-left > div[class*="cbp-l-filters"] {
  text-align: right;
}
.cbp-l-filters-button .cbp-filter-item, 
.cbp-l-filters-buttonCenter .cbp-filter-item {
	margin: 0 0 10px 10px;
}
.cbp-nav-controls {
	right: auto;
    left: 0;
    direction: ltr;
}


/* Quotation Style */
body .su-quote-style-default:after {
top: 0;
bottom: auto;
}
body .su-quote-style-default:before {
bottom: 0;
top: auto;
}

/* Social Share Button RTL Style */
.rrssb-buttons li a .rrssb-icon {
	left: auto; 
right: 10px;
}

.rrssb-buttons li a {
padding: 11px 27px 12px 7px;
}

/* Social Icon Style of RTL */
.social-like .sl_icon {
	float: right;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}
.social-like .sl_slide {
	left: auto;
	right: 38px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}
.social-like .sl_slide p {
	border-left: none;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255,255,255,0.35);
	left: auto;
	right: 0;
}

.social-like.to_left .sl_button:hover .sl_slide {
 left: auto; 
right: 150px;
}

.social-like .sl_facebook .fb-like {
left: 16px;
right: auto;
}
.social-like .sl_linkedin .IN-widget {
left: 22px;
right: auto;
}

.social-like .sl_twitter .twitter-share-button {
left: 5px;
right: auto;
}

.social-like .sl_google [id*="___plusone"] {
left: 40px;
right: auto;
}

.social-like .sl_vk_holder {
  margin: 9px -41px 0 0px !important;
}

/* Switcher style */

.su-switcher-style-4 .cbp-filter-item {
	margin-left: 5px !important;
	margin-right: 0px !important;
}
.su-swt-filter .cbp-filter-item i.fa:not(.noicon) {
    margin-right: 0;
    margin-left: 0.5em;
}
.su-switch-position-left, .su-switch-position-right {
    direction: ltr;
}
.su-switcher-style-1.su-switch-position-right .cbp-filter-item-inner,
.su-switcher-style-1.su-switch-position-left .cbp-filter-item-inner {
    direction: rtl;
}

.su-switcher-style-4 .cbp-filter-item i[class^="li-"], 
.su-switcher-style-4 .cbp-filter-item i[class*=" li-"] {
	margin-right: 5px;
	margin-left: 0px !important;
}


/* Testimonails Style */
body .su-testimonial-has-photo img.su-testimonial-photo {
	left: auto;
	right: 0;
}

body .su-testimonial-bordered.su-testimonial-has-photo .su-testimonial-text:before {
	top: 12px;
	right: -17px;
	border-color: transparent transparent transparent #ccc;
}

body .su-testimonial-bordered.su-testimonial-has-photo .su-testimonial-text:after {
	left: auto;
	right: -14px;
	border-color: transparent transparent transparent #fff;
}
.su-testimonial-style-4 .su-testimonial-text:before, 
.su-testimonial-style-4 .su-testimonial-text:after {
    right: 10%;
}
.su-testimonial-style-4 .su-testimonial-text:before {
    margin-right: -6px;
    margin-left: 0px;
}

/* Tab Style */
body .su-tabs-vertical .su-tabs-nav {
	float: right;
}

.su-tabs-align-left .su-tabs-nav {
	text-align: right;
}

.su-tabs-style-carbon .su-tabs-nav span {
	margin: 0 0 0 5px;
}
.su-tabs-nav span:first-child {
	margin-right: 0;
}

.su-tabs .su-tabs-nav span i {
	margin-right: 0px;
	margin-left: 5px;
}


.su-tabs-align-right.su-tabs-vertical .su-tabs-nav {
	float: left;
}

.su-tabs-align-left.su-tabs-vertical .su-tabs-nav {
	float: right;
}
.su-tabs-align-right .su-tabs-nav {
	text-align: left;
}

.su-tabs-align-left .su-tabs-nav {
	text-align: right;
}
/* Team Style */

.su-member-style-1 .su-member-name, .su-member-style-1 .su-member-role,
.su-member-style-1 .su-member-desc ,.su-member-style-1 .su-member-icons {
	text-align: right !important;
}

.su-member-style-3 div.su-member-photo {
  float: right;
}


/* Testimonials RTL Style */
.su-testimonial.su-testimonial-style-1 span.quote:before {
	content: 'ʺ';
	left: auto;
	right: 20px;
}

.su-testimonial.su-testimonial-style-1 .su-testimonial-text {
padding: 40px 70px 40px 40px;
}


.su-testimonial.su-testimonial-style-1 .su-testimonial-text:after {
right: 20px;
left: auto;
}

.su-testimonial.su-testimonial-style-1 .su-testimonial-text:before {
right: 16px;
left: auto;
}
.su-testimonial-has-photo.su-testimonial-style-1 .su-testimonial-photo {
margin-right: 10px;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text:before {
	right: 48px !important;
	left: auto !important;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text:after {
right: 49px !important;
left: auto !important;
}
.su-testimonial-has-photo.su-testimonial-style-2 .su-testimonial-photo {
margin: 50px 30px 0 10px;
}
.su-testimonial.su-testimonial-style-2 .su-testimonial-text .quote:before {
content: "\f10e" !important;
left: auto !important;
right: 25px !important;
}

.su-testimonial.su-testimonial-style-2 .su-testimonial-text {
padding: 40px 70px 40px 40px !important;
}

/* Trailer Box */
.su-trailer-box-style1 .su-trailer-box-desc {
text-align: right;
}

.su-trailer-box-style3 h2 {
text-align: right;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.su-trailer-box-style7 h2 {
text-align: left;
}

.su-trailer-box-style9 .su-trailer-box-desc {
text-align: right;
}

.su-trailer-box-style13 .su-trailer-box-desc {
text-align: right;
}


.su-trailer-box-style17 h2, .su-trailer-box-style17 .su-trailer-box-content {
right: 0;
left: auto;
}

.su-trailer-box-style19 h2 {
text-align: right;
}

.su-trailer-box-style19 .su-trailer-box-content {
left: 0;
right: auto;
border-left: 4px solid #fff;
text-align: left;
border-right: none;
}

.su-trailer-box-style20 .su-trailer-box-desc {
text-align: right;
}

.su-trailer-box-style24 h2 {text-align: right;}

.su-trailer-box-style13 h2::after {
-webkit-transform: translate3d(100%,0,0);
transform: translate3d(100%,0,0);
}


.su-heading-style-flat-green {
border-right: 15px solid #2DB281;
border-left: none;
}

.su-heading.su-heading-align-left {
	text-align: right !important;
}

.su-heading-style-flat-light {
	border-left: 0;
	border-right: 15px solid #ddd;
}
.su-heading.su-heading-align-right {
text-align: left;
}

.su-heading-style-5 .su-heading-inner:after, .su-heading-style-5 .su-heading-inner:before {
  top: 0;
}

.su-heading-style-3 .su-heading-inner:before {
  left: 50%;
  margin-left: -50%;
}
.su-audio, .su-video {
direction: ltr;
}


/* Showcase */
.cbp-l-filters-dropdownHeader:after {
  right: auto;
  left: 0;
}

.cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownHeader {
	text-align: right;
}

.cbp-l-filters-text > div:first-child, 
.cbp-l-filters-alignCenter > div:first-child {
  padding-right: 0;
  padding-left: 12px;
}
.cbp-l-filters-text > div:last-child, 
.cbp-l-filters-alignCenter > div:last-child {
  padding-right: 12px;
  padding-left: 0;
}

body .cbp-l-inline-left {
  float: right;
}
.cbp-l-inline-right {
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: inherit;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
  right: auto;
  left: 0;
}

.cbp-popup-singlePageInline .cbp-popup-close {
  right: auto;
  left: 20px;
}

div[class*="cbp-popup-"] .cpb-category, div[class*="cbp-popup-"] .cpb-date {
	margin-right: 0;
	margin-left: 22px;
}

.cbp-l-filters-text.new_filter .cbp-filter-item:before {
  right: auto;
  left: -2px;
}
.cbp-l-filters-text > div:last-child {
  padding-right: 12px;
}

.su-showcase-filter-align-left > div[class*="cbp-l-filters"] {
  text-align: right;
}

.cbp-l-filters-alignCenter .cbp-filter-item:before {
  right: auto;
  left: -2px;
}
.cbp-l-filters-alignCenter > div:last-child {
  padding-right: 12px;
}
.cbp-l-filters-alignRight {
  text-align: left;
}
.cbp-l-filters-work .cbp-filter-counter {
  margin-left: 0;
  margin-right: 8px;
}

.su-showcase .cpb-category:after, 
.su-showcase .cpb-date:after {
  left: -16px !important;
  right: auto !important;
}



/* FAQ Style */

.cbp-caption-expand .cbp-caption-defaultWrap .fa {
  margin-left: 6px;
  margin-right: 0;
  right: 0;
  left: auto;
}

.cbp-caption-expand .cbp-caption-defaultWrap {
    padding: 12px 26px 11px 0;
}

.su-faq .cbp-l-filters-underline .cbp-search {
  float: left;
}

/* Modal style */

.su-modal-title-wrapper a.su-modal-close {
  left: 0;
  right: auto;
}

.su-modal-content-wrapper .su-modal-title-wrapper h3 {
  padding: 0 0 0 35px;
}

/* Social Button Style */
.rrssb-buttons li.small a .rrssb-icon {
  right: auto;
}


.su-splash-screen {
  text-align: right;
}
.su-trailer-box-style1 img {
  -webkit-transform: translateX(4%);
  -moz-transform: translateX(4%);
   transform: translateX(4%);
}
/* Member Style */
.su-member-style-5 .su-member-info {
  right: 0;
  text-align: right !important;
}

/*SC_GROUP_CSS*//**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(//samimed.ir//templates/system/css/../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(//samimed.ir//templates/system/css/../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(//samimed.ir//templates/system/css/../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(//samimed.ir//templates/system/css/../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(//samimed.ir//templates/system/css/../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(//samimed.ir//templates/system/css/../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(//samimed.ir//templates/system/css/../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(//samimed.ir//templates/system/css/../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/*SC_GROUP_CSS*/.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@-moz-keyframes moveFromLeft {
  from {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
}
@-ms-keyframes moveFromLeft {
  from {
    -ms-transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(0%);
  }
}
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(100%);
  }
  to {
    -ms-transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(200%) scale(0.5);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0%) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromTop {
  from {
    opacity: 0;
    -moz-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromTop {
  from {
    opacity: 0;
    -ms-transform: translateY(-200%);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0%);
  }
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg);
  }
  40% {
    -ms-transform: rotate(-10deg);
  }
  60% {
    -ms-transform: rotate(5deg);
  }
  80% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fontsize {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-moz-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-ms-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-o-keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@keyframes fontsize {
  20% {
    font-size: 20%;
  }
  40% {
    font-size: 40%;
  }
  60% {
    font-size: 60%;
  }
  80% {
    font-size: 80%;
  }
  100% {
    font-size: 100%;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }
  80% {
    -ms-transform: translateX(-10px);
  }
  100% {
    -ms-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Vazir;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#08c,#0044cc);
  background-image: -o-linear-gradient(top,#08c,#0044cc);
  background-image: linear-gradient(to bottom,#08c,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.entry-meta.muted {
  background: #2196f1;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome, Vazir;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
section.blog:not(.column-1) .post .entry-content .pull-left,
section.blog:not(.column-1) .post .entry-content .pull-right {
  float: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.icon-hidden span {
  display: none !important;
}
#vina_pricing_table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#vina_pricing_table ul li {
  padding: 15px 0;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 300;
}
#vina_pricing_table .testimonial .media-body {
  overflow: visible;
}
#vina_pricing_table .testimonial .media-body .testimonial-content {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
}
#vina_pricing_table .testimonial .media-body .testimonial-author {
  margin-top: 20px !important;
  text-align: center;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left {
  float: none;
  margin: 0;
}
#vina_pricing_table .testimonial .media-body .testimonial-author .pull-left img {
  margin-right: 0;
}
.price-table {
  text-align: center;
  margin: 0 20px;
  padding: 10px 0;
  cursor: pointer;
}
.price-table .price-title {
  font-weight: 300;
  font-size: 24px;
}
.price-table .price-plan {
  line-height: 80px;
  font-weight: 400;
  font-size: 48px;
  margin: 0 -20px;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.price-table .price-plan:before,
.price-table .price-plan:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  border-width: 10px;
  border-style: solid;
}
.price-table .price-plan:before {
  left: 0;
}
.price-table .price-plan:after {
  right: 0;
}
.price-table .price-plan span {
  font-size: 30px;
}
#vina_porfolio {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
#vina_porfolio .gallery-filters {
  width: 100%;
  text-align: center;
  margin-bottom: 46px;
}
#vina_porfolio .gallery-filters a.btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 5px;
  padding: 10px 14px;
  background: transparent;
  color: #999;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  float: left;
}
#vina_porfolio .gallery-filters a.btn:focus {
  outline: none;
}
ul#vina_gallery {
  margin: 10px 0px 0px 0px;
  text-align: center;
}
ul#vina_gallery .item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 3px;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}
ul#vina_gallery .item .item-info {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
ul#vina_gallery .item .item-info .item-img {
  background-position: center center;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
ul#vina_gallery .item .item-info .item-img a {
  padding: 0;
  border: none;
  background: none;
}
ul#vina_gallery .item .item-info .item-img:focus {
  outline: none;
}
ul#vina_gallery .item .item-info .item-img img {
  width: 100%;
  display: block;
}
ul#vina_gallery .item .gallery-info {
  position: relative;
  position: absolute;
  top: 0;
  opacity: 0 !important;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-align: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -moz-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  -o-transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
  transform: translate3d(0,0,-386px) rotate3d(1,0,0,90deg);
}
ul#vina_gallery .item .gallery-info .link-wrapper {
  margin-top: 43px;
  margin-bottom: 20px;
}
ul#vina_gallery .item .gallery-info .link-wrapper a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}
ul#vina_gallery .item .gallery-info .info {
  padding: 0 30px;
  line-height: 24px;
}
ul#vina_gallery .item .gallery-info .info h3.title {
  font-weight: bold;
  margin-bottom: 10px;
}
ul#vina_gallery .item:hover .gallery-info {
  opacity: 1 !important;
  -webkit-transform: rotate3d(1,0,0,0deg);
  -moz-transform: rotate3d(1,0,0,0deg);
  -o-transform: rotate3d(1,0,0,0deg);
  transform: rotate3d(1,0,0,0deg);
}
ul#vina_gallery .item:hover .item-img {
  -webkit-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -moz-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  -o-transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  transform: translate3d(0,386px,0) rotate3d(1,0,0,-90deg);
  opacity: 0;
}
ul#vina_gallery .view {
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
ul#vina_gallery .view img {
  display: block;
  position: relative;
}
ul#vina_gallery .view .mask,
ul#vina_gallery .view .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
ul#vina_gallery .view .mask-1,
ul#vina_gallery .view .mask-2 {
  height: 500px;
  width: 500px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
ul#vina_gallery .view .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(53deg) translateX(-235px);
  -moz-transform: rotate(53deg) translateX(-235px);
  -o-transform: rotate(53deg) translateX(-235px);
  transform: rotate(53deg) translateX(-235px);
}
ul#vina_gallery .view .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(53deg) translateX(235px);
  -moz-transform: rotate(53deg) translateX(235px);
  -o-transform: rotate(53deg) translateX(235px);
  transform: rotate(53deg) translateX(235px);
}
ul#vina_gallery .view .content {
  background: rgba(0,0,0,0.9);
  height: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-235px,166px);
  -moz-transform: rotate(-33.5deg) translate(-235px,166px);
  -o-transform: rotate(-33.5deg) translate(-235px,166px);
  transform: rotate(-33.5deg) translate(-235px,166px);
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.4s ease-in-out 0.3s;
}
ul#vina_gallery .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  margin: 20px 0 0 0;
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
ul#vina_gallery .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
ul#vina_gallery .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
ul#vina_gallery .view:hover .mask-1,
ul#vina_gallery .view:hover .view-ninth:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(1px);
  -moz-transform: rotate(53deg) translateX(1px);
  -o-transform: rotate(53deg) translateX(1px);
  transform: rotate(53deg) translateX(1px);
}
ul#vina_gallery .view:hover .mask-2 {
  -webkit-transform: rotate(53deg) translateX(-1px);
  -moz-transform: rotate(53deg) translateX(-1px);
  -o-transform: rotate(53deg) translateX(-1px);
  transform: rotate(53deg) translateX(-1px);
}
ul#vina_gallery .view:hover .content {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 40px;
  -webkit-transform: rotate(0deg) translate(0,0);
  -moz-transform: rotate(0deg) translate(0,0);
  -o-transform: rotate(0deg) translate(0,0);
  transform: rotate(0deg) translate(0,0);
  padding-bottom: 10px;
}
#vina_company h3 {
  text-align: center;
}
#vina_company .img-polaroid {
  position: relative;
  overflow: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_company .img-polaroid figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 207px;
  margin: 0;
}
#vina_company .img-polaroid figure:hover .contact a {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
#vina_company .img-polaroid figure img {
  display: block;
  height: 100%;
  width: 100%;
}
#vina_company .img-polaroid figure .contact {
  z-index: 2;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#vina_company .img-polaroid figure .contact a {
  position: absolute;
  display: block;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#vina_company .img-polaroid figure .contact a em:before {
  font-size: 30px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 104px;
}
#vina_company .img-polaroid figure .contact .tw {
  top: 0;
  left: 0;
  background-color: rgba(0,172,238,0.7);
  -webkit-transform: translate(-100%,-100%);
  -moz-transform: translate(-100%,-100%);
  -ms-transform: translate(-100%,-100%);
  -o-transform: translate(-100%,-100%);
  transform: translate(-100%,-100%);
}
#vina_company .img-polaroid figure .contact .tw:hover {
  background-color: #00acee;
}
#vina_company .img-polaroid figure .contact .fb {
  top: 0;
  right: 0;
  background-color: rgba(59,89,152,0.7);
  -webkit-transform: translate(100%,-100%);
  -moz-transform: translate(100%,-100%);
  -ms-transform: translate(100%,-100%);
  -o-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
}
#vina_company .img-polaroid figure .contact .fb:hover {
  background-color: #3b5998;
}
#vina_company .img-polaroid figure .contact .gp {
  bottom: 0;
  left: 0;
  background-color: rgba(221,75,57,0.7);
  -webkit-transform: translate(-100%,100%);
  -moz-transform: translate(-100%,100%);
  -ms-transform: translate(-100%,100%);
  -o-transform: translate(-100%,100%);
  transform: translate(-100%,100%);
}
#vina_company .img-polaroid figure .contact .gp:hover {
  background-color: #dd4b39;
}
#vina_company .img-polaroid figure .contact .ma {
  bottom: 0;
  right: 0;
  background-color: rgba(153,153,153,0.7);
  -webkit-transform: translate(100%,100%);
  -moz-transform: translate(100%,100%);
  -ms-transform: translate(100%,100%);
  -o-transform: translate(100%,100%);
  transform: translate(100%,100%);
}
#vina_company .img-polaroid figure .contact .ma:hover {
  background-color: #999999;
}
#vina_company #sp_simple_map_canvas {
  border: none;
  margin: 30px 0px 0px;
}
#vina_company .info .thumbnail {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_company .info .thumbnail .sp-blocknumber >span {
  margin-top: 28px;
}
#vina_company .info .thumbnail:hover .sp-blocknumber {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_company .info .thumbnail:hover .sp-blocknumber >span {
  -webkit-animation: bounceInLeft 500ms ease;
  -moz-animation: bounceInLeft 500ms ease;
  animation: bounceInLeft 500ms ease;
}
#vina_about_us h3,
#vina_about_us h4 {
  font-weight: normal;
}
#vina_about_us .about_us_header {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
#vina_about_us .progress {
  margin-bottom: 12px;
}
#vina_about_us .carousel {
  margin-top: 10px;
  padding: 20px 60px;
  background: #fff;
  line-height: normal;
}
#vina_about_us .carousel .item {
  padding: 7px;
}
#vina_about_us .carousel .item .incon_bg {
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  color: #fff;
}
#vina_about_us .carousel .item h4 {
  margin-top: 13px;
}
#vina_about_us .carousel .item p {
  float: left;
  margin-top: 10px;
}
#vina_about_us .carousel .item .item_do {
  overflow: hidden;
}
#vina_about_us .carousel .item .item_do:hover .incon_bg {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_about_us .carousel .item .item_do:hover h4 {
  -webkit-animation: moveFromRight 1000ms ease;
  -moz-animation: moveFromRight 1000ms ease;
  animation: moveFromRight 1000ms ease;
}
#vina_about_us .carousel .item .item_do:hover p {
  -webkit-animation: bounceInLeft 1000ms ease;
  -moz-animation: bounceInLeft 1000ms ease;
  animation: bounceInLeft 1000ms ease;
}
#vina_about_us .carousel .carousel-control {
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  outline: none;
  border: 0;
  top: 50%;
  background: transparent;
}
#vina_about_us .carousel .carousel-control.left {
  left: -100px;
}
#vina_about_us .carousel .carousel-control.right {
  right: -100px;
}
#vina_about_us .carousel:hover .carousel-control:hover {
  color: #fff;
}
#vina_about_us .carousel:hover .carousel-control.left {
  left: 10px;
}
#vina_about_us .carousel:hover .carousel-control.left:hover {
  left: 5px;
}
#vina_about_us .carousel:hover .carousel-control.right {
  right: 10px;
}
#vina_about_us .carousel:hover .carousel-control.right:hover {
  right: 5px;
}
#vina_about_us .skill ul {
  margin: 0;
  padding: 0;
}
#vina_about_us .skill ul li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
#vina_about_us .skill .progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us .contact_us {
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_contact_us .contact_us h3 {
  line-height: 20px;
}
#vina_contact_us .contact_us .qlform {
  position: relative;
}
#vina_contact_us .contact_us .qlform form {
  margin-bottom: 0;
}
#vina_contact_us .contact_us .qlform dl,
#vina_contact_us .contact_us .qlform dd {
  margin: 0;
}
#vina_contact_us .contact_us .qlform .submit {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .captcha input {
  height: auto;
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster {
  margin-bottom: 5px;
}
#vina_contact_us .contact_us .qlform .cluster .control-label {
  width: 100%;
  text-align: left;
}
#vina_contact_us .contact_us .qlform .cluster .cluster {
  width: 100%;
  display: block;
  margin: 0;
}
#vina_contact_us .contact_us .qlform .cluster .cluster input,
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: auto;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#vina_contact_us .contact_us .qlform .cluster .cluster textarea {
  height: 121px;
}
#vina_contact_us .contact_us .qlform .cluster .jform_name {
  display: block;
}
#vina_contact_us .contact_us .qlform .cluster .jform_email {
  display: block;
}
#vina_contact_us .map {
  background: #fff;
  padding: 15px 20px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
#vina_contact_us .map span {
  margin: 20px 0 0;
  display: block;
  width: 100%;
}
#vina_contact_us .map span em {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
}
#vina_contact_us .map span.contact {
  margin-bottom: 12px;
}
#vina_contact_us ul.social {
  text-align: center;
  position: absolute;
  margin: 0;
  top: 20%;
  left: -42px;
}
#vina_contact_us ul.social li {
  list-style: none;
  margin-bottom: 20px;
}
#vina_contact_us ul.social li a {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  text-align: center;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  overflow: hidden;
  text-shadow: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vina_contact_us ul.social li a em {
  font-size: 24px;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
  color: #fff;
  font-weight: bold;
  display: block !important;
  margin-top: 12px;
}
#vina_contact_us ul.social li a:hover {
  background: #fff;
}
#vina_contact_us ul.social li a:hover em {
  -webkit-animation: moveFromTop 500ms ease;
  -moz-animation: moveFromTop 500ms ease;
  animation: moveFromTop 500ms ease;
}
#vina_faq .accordion-group {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#vina_faq .accordion-heading .accordion-toggle {
  height: auto;
  line-height: 45px;
  color: #656565;
  background: #f2f2f2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  font-size: 18px;
  overflow: hidden;
}
#vina_faq .accordion-inner {
  border: 1px solid #cdcdcd;
  border-top: none;
  background: #fff;
}
#vina_faq span.number {
  height: 45px;
  width: 30px;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vina-service-page .vina-service-item {
  position: relative;
  padding-bottom: 30px;
}
.vina-service-page .vina-service-item .media {
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.vina-service-page .vina-service-item .media h2 {
  font-size: 45px;
  font-weight: normal;
  line-height: 65px;
}
.vina-service-page .vina-service-item .media:hover .sp-blocknumber {
  -webkit-animation: bounceIn 0.7s ease-in-out;
  -moz-animation: bounceIn 0.7s ease-in-out;
  animation: bounceIn 0.7s ease-in-out;
}
.vina-service-page .vina-service-item .sp-blocknumber {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 5px 0 5px 60px;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/block-shadow.png) 50% 72px no-repeat;
  margin-right: 15px;
}
.vina-service-page .vina-service-item .sp-blocknumber span {
  position: relative;
  top: 0;
  left: 0;
  border: 5px solid #dcdcdc;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #vina_contact_us .contact_us .qlform .control-group .controls textarea {
    height: 126px;
  }
}
@media (max-width: 1300px) {
  .responsive #vina_company .info .thumbnail {
    min-height: 170px;
  }
  .responsive #vina_contact_us ul.social {
    left: -34px;
  }
  .responsive #vina_contact_us ul.social li a {
    height: 44px;
    width: 44px;
  }
  .responsive #vina_contact_us ul.social li a span {
    margin-top: 10px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin: 0 0 2px 0;
  }
}
@media (max-width: 979px) {
  .responsive #vina_company .img-polaroid {
    width: 45%;
    margin: 10px 2%;
  }
  .responsive #vina_company .info .thumbnail {
    width: 100%;
    margin: 10px 0;
    min-height: 10px;
  }
  .responsive #vina_contact_us .contact_us h3 {
    margin-top: 0;
  }
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_name,
  .responsive #vina_contact_us .contact_us .qlform .control-group.jform_email {
    margin-right: 0;
    width: 100%;
  }
  .responsive #vina_contact_us .map span {
    margin-top: 20px;
  }
  .responsive #vina_contact_us .map span.contact {
    margin-top: 14px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .responsive #vina_company .img-polaroid {
    margin: 10px auto;
  }
  .responsive #vina_pricing_table .pricing_table .thumbnail {
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .contact_us {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us .map {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .responsive #vina_contact_us ul.social {
    left: auto;
    margin-left: -20px;
    width: 100%;
    top: -42px;
  }
  .responsive #vina_contact_us ul.social li {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .responsive #vina_about_us .carousel {
    padding: 20px 40px;
  }
  .responsive #vina_about_us .carousel .item .incon_bg {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .responsive #vina_about_us .carousel .item h4 {
    margin-top: 4px;
  }
  .responsive #vina_company .img-polaroid {
    width: 100%;
  }
  .responsive #vina_pricing_table {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive #vina_contact_us .contact_us,
  .responsive #vina_contact_us .map {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 319px) {
  .responsive #vina_about_us .carousel {
    padding: 0 10px;
  }
  .responsive #vina_about_us .carousel .item .item_do {
    padding-bottom: 20px;
    padding-top: 25px;
  }
}
@font-face {
  font-family: 'segoe_uilight';
  src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.eot);
  src: url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.eot?#iefix) format('embedded-opentype'), url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.woff) format('woff'), url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.ttf) format('truetype'), url(//samimed.ir//templates/i30ms_ringo/css/../fonts/ufonts.com_segoe_ui_light-webfont.svg#segoe_uilight) format('svg');
  font-weight: normal;
  font-style: normal;
}
.row-fluid [class*="span"] {
  min-height: 0px;
}
a {
  outline: none;
  text-decoration: none;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
footer,
header,
section {
  position: relative;
}
input,
button {
  outline: none !important;
}
input:focus,
input:hover,
button:focus,
button:hover {
  outline: none !important;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
body {
  font: 13.5px/1.55 Vazir;
  font-weight: 300;
  color: #555;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.carousel-control {
  font-size: 37px;
}
.row-fluid {
  margin-bottom: 0px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
a img:hover {
}
#sp-top-wrapper {
  background: #333333;
}
#languages-block-top {
  float: left;
  position: relative;
  margin-right: 4px;
}
#languages-block-top ul {
  display: block;
  background: #333333;
  z-index: 2;
  margin: 0;
}
#languages-block-top ul li {
  color: white;
  line-height: 50px;
  font-size: 13px;
  display: inline-block;
}
#languages-block-top ul li a,
#languages-block-top ul li > span {
  padding: 0 20px;
  display: block;
  color: white;
  font-weight: normal;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  font-size: 13px;
  text-transform: capitalize;
  font-family: Vazir;
}
.vina-currency select {
  width: 70px;
  height: 50px;
  border: none;
  font-size: 12px;
  line-height: 20px;
  font-family: Vazir;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
}
.vina-currency select:focus {
  outline: none;
}
.vina-currency .currency-box {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 0px;
}
.vina-currency .currency-box .down {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 5px;
  pointer-events: none;
}
.vina-currency .currency-box .down .caret {
  margin-top: -2px;
  position: relative;
  top: 50%;
}
.vina-who-online {
  text-align: center;
}
.vina-who-online .who-online,
.vina-who-online .who-online-des {
  text-align: center;
  line-height: 50px;
  font-weight: 400;
  display: inline-block;
  margin: 0 20px 0 0;
  color: #fff;
}
.vina-menu-top {
  float: right;
  display: inline-block;
}
.vina-menu-top ul.nav {
  float: right;
  margin: 0;
}
.vina-menu-top ul.nav li {
  display: inline-block;
  float: left;
}
.vina-menu-top ul.nav li a {
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.vina-menu-top ul.nav li .image-title {
  display: none;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  opacity: 0;
  font-size: 14px;
}
.vina-menu-top ul.nav li:hover a {
  padding: 0 0 0 10px;
  width: auto;
}
.vina-menu-top ul.nav li:hover .image-title {
  display: inline-block;
  opacity: 1;
}
#sp-header-wrapper {
  padding: 30px 0;
  position: relative;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}
#sp-header-wrapper .logo-wrapper .logo:hover {
  opacity: 0.8;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin: 5px 0px;
}
#sp-header-wrapper .search form {
  margin: 0;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.button.button-small span i.right {
  margin-right: 0;
  margin-left: 5px;
  color: #fff;
}
.vina-header2 {
  position: fixed;
  float: left;
  width: 50px;
  left: 20px;
  z-index: 10000;
}
.vina-cart-small .shopping_cart {
  float: right;
  position: relative;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.vina-cart-small .shopping_cart:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 46px;
  opacity: 0;
  display: none;
  z-index: 9999;
}
.vina-cart-small .shopping_cart > a:first-child {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/topcart_icon.png) 50% 50% no-repeat #555;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -99999px;
  float: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.vina-cart-small .shopping_cart > a:first-child b {
  color: white;
  font: 600 18px/22px "Open Sans", sans-serif;
  padding-right: 5px;
}
.vina-cart-small .shopping_cart:hover .cart_block {
  display: block;
  height: auto;
}
.vina-cart-small .shopping_cart:hover:before {
  opacity: 1;
  display: block;
}
.vina-cart-small .cart_block {
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 100;
  display: none;
  height: 0;
  color: #000;
  width: 270px;
  padding-top: 7px;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
}
.vina-cart-small .top-cart-content {
  padding: 10px;
  font-weight: 300;
  text-align: right;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  overflow: hidden;
}
.vina-cart-small .top-cart-content .top-subtotal {
  float: left;
  margin: 15px 0 0;
}
.vina-cart-small .top-cart-content .price {
  font-weight: bold;
  font-size: 15px;
  font-family: Vazir;
}
.vina-cart-small .top-cart-content .actions {
  padding: 0;
  float: left;
  width: 100%;
  margin: 10px 0 0;
  border-bottom: 4px solid #3C80B5;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.vina-cart-small .top-cart-content .actions button {
  width: 100%;
}
button.button,
button.vina-button {
  overflow: visible;
  width: auto;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
}
button.button span,
button.vina-button span {
  display: block;
  height: 31px;
  line-height: 31px;
  padding: 10px 20px;
  text-transform: capitalize;
  font-size: 13px;
  font-family: Vazir;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
button.button span span,
button.vina-button span span {
  border: 0;
  padding: 0;
}
.vina-button {
  padding: 8px 14px;
  font-size: 18px;
  border-radius: 0;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right;
}
.price {
  font-weight: bold;
  font-size: 18px;
  padding: 0;
  font-family: segoe_uilight;
}
.block {
  margin-bottom: 30px;
}
.icon_search {
  cursor: pointer;
  height: 50px;
  padding: 0;
  margin: 0;
  display: block;
  width: 50px;
  z-index: 999;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/search_icon.png) 50% 50% no-repeat #555;
  position: relative;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.icon_search:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 40px;
  opacity: 0;
  display: none;
}
.icon_search:hover:before {
  opacity: 1;
  display: block;
}
.vina-search {
  float: right;
}
.vina-search .block-search-top {
  float: right;
  margin-top: 5px;
}
.vina-search .block-search-top:hover #search_block_top {
  display: block;
}
.vina-search .element-invisible {
  display: none;
}
#search_block_top {
  top: 50px;
  position: absolute;
  left: 0;
  padding-top: 7px;
  z-index: 9999;
  display: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#search_block_top form {
  width: 226px;
  padding: 15px 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background: #fff;
}
#search_block_top form input.input-text {
  background: none repeat scroll 0 0 transparent;
  color: #000000;
  float: left;
  font-size: 17px;
  height: 21px;
  padding: 4px 9px;
  width: 174px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#search_block_top form .btn.button-search {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-color: #cccccc;
  display: inline-block;
  border: none;
  color: white;
  width: 32px;
  height: 31px;
  text-align: center;
  padding: 10px 0 11px 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/search.png) 0 no-repeat #555;
  text-indent: 999999px;
}
#search_block_top form .btn.button-search span {
  display: none;
}
.custom-camera a {
  overflow: hidden;
}
.custom-camera img {
  width: 100%;
  float: left;
}
.margin-top-15 {
  margin-top: 15px;
}
.menu_custom_menu .sub-title {
  padding: 15px 0 0;
  clear: both;
  margin: 0 0 6px;
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  text-align: right;
}
.menu_custom_menu .content {
  font-size: 14px;
  text-align: right;
  line-height: 40px;
}
.visiable-gallery {
  animation-name: none !important;
}
.body-innerwrapper {
  overflow-x: hidden;
}
#sp-main-body-wrapper {
  position: relative;
}
#sp-feature-wrapper #feature {
  color: #fff;
  direction: ltr;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
.vina-camera-slider .camera_caption > div {
  background: none !important;
  padding: 0 !important;
}
.vina-camera-slider .camera_caption img {
  float: left;
}
.vina-camera-slider .cameraContents h2 {
  margin-top: 18px;
  margin-bottom: 9px;
}
.vina-camera-slider .cameraContents h2.title {
  padding: 15px 30px;
  box-sizing: border-box;
  background: #a67379;
  font-size: 16px;
  font-family: Vazir;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 10px;
  direction: rtl;
}
.vina-camera-slider .cameraContents h2.title-slider2 {
  box-sizing: border-box;
  font-size: 16px;
  text-align: right;
  font-family: Vazir;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 0px;
  color: #fff;
}
.vina-camera-slider .cameraContents h3 {
  margin: 0;
  padding: 0;
}
.vina-camera-slider .cameraContents h3.subtitle-slider2 {
  padding: 13px 30px;
  font-family: Vazir;
  color: #fff;
  font-weight: normal;
  line-height: 1.35;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/bg-subtitle-banner.png) repeat;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-table;
  direction: rtl;
}
.vina-camera-slider .cameraContents .subtitle {
  padding: 5px 0 40px;
  font-size: 14px;
  text-align: right;
  font-family: Vazir;
  color: #fff;
  font-weight: lighter;
  text-transform: capitalize;
  text-align: justify;
  line-height: 30px;
  direction: rtl;
}
.vina-camera-slider .cameraContents .link.subtitle a {
  text-transform: capitalize;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff !important;
  padding: 13px 23px;
  background: none;
  text-decoration: none;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  opacity: 0.8;
  position: relative;
  z-index: 1;
}
.vina-camera-slider .cameraContents .link.subtitle a:hover {
  opacity: 1;
}
.vina-camera-slider .cameraContents .link-slider2 {
  float: right;
}
.vina-camera-slider .cameraContents .link-slider2 a {
  color: #fff !important;
  padding: 10px 23px 13px;
  font-size: 15px;
  background: #DE5648;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 4px solid #B55C53;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.vina-camera-slider .cameraContents .link-slider2 a:hover {
  background: #FB6F61;
}
.vina-camera-slider .camera_wrap .camera_prev,
.vina-camera-slider .camera_wrap .camera_next {
  width: 50px;
  height: 50px;
  margin-top: -25px;
      background-color: #ed302f!important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-camera-slider .camera_wrap .camera_prev span,
.vina-camera-slider .camera_wrap .camera_next span {
  background: none;
}
.vina-camera-slider .camera_wrap .camera_prev {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/arrow-banner7.png) no-repeat scroll 0 0;
  background-position: 0 0;
  left: 30px;
}
.vina-camera-slider .camera_wrap .camera_next {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/arrow-banner7.png) no-repeat scroll 0 0;
  background-position: 100% 0;
  right: 30px;
}
.vina-camera-slider:hover .camera_wrap .camera_prev,
.vina-camera-slider:hover .camera_wrap .camera_next {
  opacity: 0.5 !important;
}
.vina-camera-slider:hover .camera_wrap .camera_prev:hover,
.vina-camera-slider:hover .camera_wrap .camera_next:hover {
  opacity: 1 !important;
}
.banner-feature-right a {
  display: block;
  border: 5px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.banner-feature-right a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner-feature-right a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: 1px solid #f9f9f9;
  background: #ececec;
}
#sp-banner-main-wrapper {
  margin: 25px 0px;
}
.vina-banner-main img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-banner-main img:hover {
  opacity: 0.8;
}
.banner-couple {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.banner-couple .banner-small {
  left: 12px;
  position: absolute;
  top: 10px;
  width: auto;
  background: rgba(93,190,222,0.4);
}
.banner-home-content .home-box-iner {
  padding: 20px 15px 20px 100px;
  background-color: #F7F9FA;
  background-position: 30px 29px;
  background-repeat: no-repeat;
  border-bottom: 4px solid #E0DEDE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: rtl;
}
.banner-home-content .home-box-iner .banner-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 37px;
}
.banner-home-content .home-box-iner .banner-content {
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  line-height: 27px;
}
.banner-home-content .home-box-iner.home-box-1 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/free_deliver_3.png);
}
.banner-home-content .home-box-iner.home-box-2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/free_online_3.png);
}
.banner-home-content .home-box-iner.home-box-3 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/free_support_3.png);
}
.banner-home-content .home-box-iner.home-box-4 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/free_work_time_3.png);
}
.banner-home-content .home-box-iner:hover {
  background-position: 30px -187px;
  color: #fff;
}
.vina-left-menu ul {
  padding: 7px 10px 7px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.vina-left-menu ul li {
  line-height: 20px;
}
.vina-left-menu ul li a {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 3px 0;
  color: #5f5d5c;
  text-decoration: none !important;
  background: none;
  line-height: 40px;
  text-align: right;
}
.vina-left-menu ul li a:hover {
  background: none;
}
.vina-left-menu ul li:last-child a {
  border-bottom: none;
}
.vina-left-menu ul li.active a {
  padding: 3px 0;
  color: #23b4ca;
}
.vina-news {
  margin: 0px;
  list-style: none;
}
.vina-news li {
  padding: 10px 0px;
  border-bottom: 1px solid #EEE;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.vina-news li a {
  line-height: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 14px;
}
.vina-news li:hover {
  padding-left: 15px;
}
#sp-right .who-online-des,
#sp-left .who-online-des {
  display: none;
}
#login-form {
  margin-top: 20px;
}
#login-form input:not([type='checkbox']) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}
#login-form .unstyled a {
  font-size: 14px;
}
#login-form input[type="checkbox"] {
  display: none;
}
#login-form input[type="checkbox"] + label {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-left: 10px;
  line-height: 28px;
}
#login-form input[type="checkbox"] + label::before {
  content: "\f096";
  color: #bdc3c7;
  text-align: center;
  line-height: 10px;
  font-family: "FontAwesome";
  font-size: 24px;
  width: 16px;
  margin-left: -10px;
  height: 16px;
  padding: 0;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
}
#login-form input[type="checkbox"]:checked  + label::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  margin-left: -9px;
  top: -1px;
  left: 0;
  color: #23b4ca;
  position: absolute;
  z-index: -1;
}
.tagspopular ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
}
.tagspopular ul li {
  float: left;
  margin: 0px 5px 5px 0px;
}
.tagspopular ul li a {
  color: #fff;
  padding: 5px 10px;
  float: left;
  font-size: 14px;
}
.tagspopular ul li a:hover {
  color: #333;
}
.vina-online .header:before {
  content: "\f007";
  font-family: FontAwesome;
  font-size: 34px;
}
.module .header-module .icon {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 10px 0 0px;
}
.module .header-module h3 {
  font-size: 14px;
  text-align: right;
  text-transform: capitalize;
  font-family: Vazir;
  font-weight: 400;
  margin: 0;
  line-height: 55px;
  background-color: #fff;
  border: 1px solid #ebeced;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #000;
  padding-right: 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module.header-border .header-module .icon {
  width: 40px;
  height: 40px;
}
.module.header-border .header-module h3 {
  line-height: 40px;
  background-color: transparent;
  color: #555;
}
.vina-title {
  overflow: hidden;
  margin: 0;
  padding-left: 50px;
  background: #23b4ca url(//samimed.ir//templates/i30ms_ringo/css/../images/bg_featured.png) no-repeat left;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.vina-title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 15px !important;
  text-align: right;
  color: #000;
  text-transform: capitalize;
  line-height: 50px;
  background: #ffffff;
  padding-right: 10px;
}
.hitstar .border {
  margin: 0 10px;
  float: left;
}
div.rating-cancel {
  display: none !important;
}
div.rating-cancel,
div.star-rating {
  height: 13px;
}
div.star-rating {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) no-repeat scroll 0 100% rgba(0,0,0,0);
  float: left;
}
div.star-rating a {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) no-repeat scroll 0 100% rgba(0,0,0,0);
  float: left;
}
div.star-rating a {
  background-position: 0 100% !important;
}
div.star-rating-on a {
  background-position: 0 0 !important;
}
div.star-rating-hover a {
  background-position: 0 0 !important;
}
.stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px !important;
  font-size: 0;
  line-height: 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) 0 100% repeat-x !important;
  text-indent: -999em;
  overflow: hidden;
}
.stars_no_active .stars_active {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) 0 0 repeat-x !important;
  height: 13px !important;
  float: none;
  text-align: left;
}
div.star-rating {
  background: none repeat scroll 0 0 transparent !important;
  overflow: hidden !important;
}
.ratings .stars_no_active {
  float: none;
  margin-right: 0;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) 0 100% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.ratings .stars_no_active .stars_active {
  float: none;
  text-align: left;
  height: 13px;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/rating.png) 0 0 repeat-x;
}
.ratings .count_commentar {
  display: none;
}
.image-block {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}
.image-block:hover {
  box-shadow: 0 16px 16px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.image-block .plabel {
  right: 0px;
  position: absolute;
  top: 0;
}
.image-block .actions {
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 40px;
  background: transparent;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.image-block .actions button.button {
  float: right;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.image-block .actions button.button span {
  background: #ff0052 url(//samimed.ir//templates/i30ms_ringo/css/../images/cart_icon2.png) no-repeat;
  padding: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.image-block .actions button.button span span {
  background: #fff;
  padding: 0 10px;
  font-family: Vazir;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.image-block .actions button.button:hover > span {
  background-position: 0 100%;
}
.image-block .actions .add-to-links {
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.image-block .actions .add-to-links li {
  float: left;
  margin: 0;
  border-left: 0px solid #ECEFF1;
  line-height: 20px;
}
.image-block .actions .add-to-links li a {
  display: block;
  text-indent: -99999px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.image-block .actions .add-to-links li a.link-wishlist,
.image-block .actions .add-to-links li a.product-button-wishlist {
  background: #ff0052 url(//samimed.ir//templates/i30ms_ringo/css/../images/wishlist_icon2.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-wishlist:hover,
.image-block .actions .add-to-links li a.product-button-wishlist:hover {
  background-position: 0 100%;
}
.image-block .actions .add-to-links li a.link-compare {
  background: #ff0052 url(//samimed.ir//templates/i30ms_ringo/css/../images/compare_icon.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-compare:hover {
  background-position: 0 100%;
}
.image-block .actions .add-to-links li a.link-compare-2 {
  background: #ddd url(//samimed.ir//templates/i30ms_ringo/css/../images/compare_icon2.png) no-repeat;
  font-weight: normal;
  font-size: 12px;
}
.image-block .actions .add-to-links li a.link-compare-2:hover {
  background-position: 0 100%;
}
.image-block img.jshop_img {
  border: none;
  padding: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.quickview-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #ddd url(//samimed.ir//templates/i30ms_ringo/css/../images/basket.svg) no-repeat center center;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
}
.quickview-button:hover {
  background-color: #ddd !important;
}
.des-container {
  text-align: center;
  padding: 10px;
  position: relative;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
}
.des-container:hover {
  background: #fff;
  border-bottom-color: #ff0052;
  box-shadow: 0 16px 16px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.des-container .ratings {
  position: absolute;
  bottom: 30px;
  right: 90px;
}
.des-container .ratings .amount {
  display: none;
}
.des-container .price-box {
  margin: 10px 0 0;
}
.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 13px 0;
}
.price {
  white-space: nowrap !important;
}
.price-box .price {
  font-family: Vazir;
  font-size: 18px;
  font-weight: normal;
}
.old-price {
  margin: 0;
}
.old-price .price {
  font-size: 14px;
  color: #555;
  text-decoration: line-through;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
  min-width: 10px;
  padding: 3px 7px;
  line-height: 1;
  color: #EEE !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #E4211D;
  position: relative;
    padding: 10px 40px 10px 20px;
    background: #ec2135;
    color: white;
  direction: rtl;
}
.old-price .price:before {
    font-family: FontAwesome;
	color: #fff;
	text-shadow: none;
    content: "\f04b";
    position: absolute;
    top: 0;
    right: -1px;
    font-size: 34px;
    display: inline-block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}
.special-price {
  margin: 0;
  padding: 0;
  display: block;
  min-width: 10px;
  padding: 9px 7px;
  line-height: 1;
  color: #FFF !important;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  margin-top: 10px;
  direction: rtl;
}
.product-name {
  margin: 0;
  font-size: 13px;
  text-align: right;
  font-weight: 300;
  font-family: Vazir;
  line-height: 2.1;
  color: #555;
  padding-right: 10px;
  direction: rtl;
}
.product-name a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.group-items {
  margin-top: 30px;
}
.vina-main-product .item .plabel {
  right: 0px;
  position: absolute;
  top: 0;
}
.vina-main-product .item .actions {
  bottom: -40px;
}
.vina-main-product .item:hover .actions {
  bottom: 0px;
  border-bottom: 1px solid #ECEFF1;
}
.vina-main-product .item:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-main-product .vina-carousel-jshopping {
  overflow: inherit !important;
  direction: ltr;
}
.vina-main-product .vina-carousel-jshopping .plabel {
  right: 0px;
}
.vina-main-product .vina-carousel-jshopping .item .actions {
  bottom: -40px;
}
.vina-main-product .vina-carousel-jshopping .item:hover .actions {
  bottom: 0px;
}
.vina-main-product .vina-carousel-jshopping .item:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_featured.png) no-repeat 0 0 !important;
  position: absolute;
  top: -46px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 60px;
  background-position: 0 100% !important;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  left: 90px;
}
.vina-main-product .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.vina-main-product.vina-main-product-2,
.vina-main-product.vina-main-product-3 {
  margin-top: 40px !important;
}
.vina-main-product.vina-main-product-2 .image-block,
.vina-main-product.vina-main-product-3 .image-block {
  display: inline-block;
  float: left;
  background: #fff;
}
.vina-main-product.vina-main-product-2 .image-block .jshop_img,
.vina-main-product.vina-main-product-3 .image-block .jshop_img {
  width: 92px;
  padding-top: 8px;
  margin: 0 auto;
  display: block;
  height: auto;
}
.vina-main-product.vina-main-product-2 .image-block .plabel,
.vina-main-product.vina-main-product-3 .image-block .plabel {
  display: none;
}
.vina-main-product.vina-main-product-2 .image-block .actions,
.vina-main-product.vina-main-product-3 .image-block .actions {
  display: none;
}
.vina-main-product.vina-main-product-2 .image-block .quickview-button,
.vina-main-product.vina-main-product-3 .image-block .quickview-button {
  display: none;
}
.vina-main-product.vina-main-product-2 .des-container,
.vina-main-product.vina-main-product-3 .des-container {
  float: right;
  width: 65.6%;
  min-height: 100px;
  box-sizing: border-box;
  padding: 5px 10px;
}
.vina-main-product.vina-main-product-2 .des-container .product-name,
.vina-main-product.vina-main-product-3 .des-container .product-name {
  line-height: 1.9;
  padding-bottom: 3px;
}
.vina-main-product.vina-main-product-2 .des-container .price-box,
.vina-main-product.vina-main-product-3 .des-container .price-box {
  padding: 0 0 5px 0px;
  margin: 0;
}
.vina-main-product.vina-main-product-2 .des-container .price-box .price,
.vina-main-product.vina-main-product-3 .des-container .price-box .price {
  line-height: 20px;
}
.vina-main-product.vina-main-product-2 .des-container .ratings,
.vina-main-product.vina-main-product-3 .des-container .ratings {
  bottom: auto;
  position: initial;
  right: auto;
  margin: 0;
}
.vina-main-product.vina-main-product-2 .item,
.vina-main-product.vina-main-product-3 .item {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: white;
  overflow: hidden;
}
.vina-main-product.vina-main-product-2 .item:hover,
.vina-main-product.vina-main-product-3 .item:hover {
  -webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  box-shadow: rgba(0,0,0,0.17) 0 0 13px;
}
.vina-main-product.vina-main-product-3 .image-block {
  background: #F1F1F1;
}
.vina-main-product.vina-main-product-3 .des-container {
  background: #F1F1F1;
}
.vina-main-product.vina-main-product-3 .item {
  background: #F1F1F1;
}
.vina-main-product.vina-main-product-3 .item:hover {
  -webkit-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  -moz-box-shadow: rgba(0,0,0,0.17) 0 0 13px;
  box-shadow: rgba(0,0,0,0.17) 0 0 13px;
}
.vina-product-3 .image-block .actions {
  background: #fff;
}
.vina-product-3 .image-block .actions button.button span {
  border-left: 1px solid #f1f1f1;
}
.vina-product-3 .image-block .actions button.button span span {
  background: #fff;
}
.vina-product-3 .image-block .actions .add-to-links li {
  border-left: 1px solid #f1f1f1;
}
.vina-product-3 .des-container {
  background: #fff;
}
.vina-product-3 .item {
  background: #fff;
}
.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 0px;
  text-align: center;
}
.header-title {
  padding: 0 0 0 50px;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/bg_featured.png) no-repeat left;
  margin: 0 0 25px;
}
.header-title h2,
.header-title h1 {
  font-size: 14px;
  text-transform: capitalize;
  font-family: Vazir;
  text-align: right;
  font-weight: normal;
  margin: 0;
  line-height: 50px;
  padding: 0 15px 0 10px;
  background-color: #f1f1f1;
  border: none;
}
.header-title.vina1_color {
  background-color: ;
}
.blog .pagination {
  background: none repeat scroll 0 0 #f1f1f1;
  font-size: 12px;
  margin: 0;
  padding: 15px;
  text-align: center;
}
.blog .pagination .counter {
  margin: 0;
}
.blog .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog .pagination li {
  display: inline-block;
  margin: 0 2px;
  line-height: 23px;
}
.blog .pagination li:last-child a {
  font-size: 12px;
}
.blog .pagination li a {
  display: inline-block;
  height: 23px;
  width: 23px;
  padding: 0;
  color: #555;
  border: 1px solid #555;
  line-height: 23px;
  background: none;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
.jshop_list_product {
  position: relative;
}
.jshop_list_product .row-fluid {
  margin: 0;
}
.jshop_list_product .box_products_sorting {
  padding: 0 !important;
  margin: 0 !important;
}
.jshop_list_product form,
.jshop_list_product .jshop_pagination_bottom {
  font-size: 12px;
  padding: 0 15px;
  text-align: center;
  margin-top: 0;
  background: #EEEFF1;
}
.jshop_list_product form label,
.jshop_list_product .jshop_pagination_bottom label {
  display: inline-block;
  text-shadow: none;
  margin: 10px 50px 10px 0;
  font-size: 16px;
  vertical-align: middle;
  float: right;
}
.jshop_list_product form .sort-by,
.jshop_list_product .jshop_pagination_bottom .sort-by {
  display: inline-block;
  padding-left: 10px;
  margin: 9px 15px 8px;
  position: relative;
  line-height: 30px;
  float: right;
}
.jshop_list_product form .select-sort-by,
.jshop_list_product .jshop_pagination_bottom .select-sort-by {
  float: left;
}
.jshop_list_product form .select-sort-by:before,
.jshop_list_product .jshop_pagination_bottom .select-sort-by:before {
  width: 22px;
  height: 32px;
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/select_toolbar.png) no-repeat scroll 50% 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  pointer-events: none;
}
.jshop_list_product form .limiter,
.jshop_list_product .jshop_pagination_bottom .limiter {
  float: right;
  margin: 9px 15px 8px;
  position: relative;
  line-height: 30px;
}
.jshop_list_product form .limiter select,
.jshop_list_product .jshop_pagination_bottom .limiter select {
  padding: 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  border: none;
  background: none;
  color: #555;
  font-size: 16px;
}
.jshop_list_product form .select-limiter,
.jshop_list_product .jshop_pagination_bottom .select-limiter {
  float: left;
  margin-right: 5px;
}
.jshop_list_product form .select-limiter:before,
.jshop_list_product .jshop_pagination_bottom .select-limiter:before {
  width: 22px;
  height: 32px;
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/select_toolbar.png) no-repeat scroll 50% 50%;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}
.jshop_list_product form select,
.jshop_list_product .jshop_pagination_bottom select {
  border-radius: 0;
  width: auto;
  height: auto;
  	font-family: Vazir;
  line-height: 1.55;
  padding: 5px;
  margin: 0 0 1px;
  vertical-align: middle;
  border: none;
  background: none;
  color: #555;
  font-size: 16px;
  outline: none;
}
.jshop_list_product form select option,
.jshop_list_product .jshop_pagination_bottom select option {
  padding-right: 10px;
}
.jshop_list_product .block_product {
  position: relative;
  margin-top: 0px;
  padding: 0;
}
.jshop_list_product .block_product .actions {
  bottom: -40px;
}
.jshop_list_product .block_product .description {
  display: none;
}
.jshop_list_product .block_product:hover .actions {
  bottom: 0px;
  border-bottom: 1px solid #fff;
}
.jshop_list_product .block_product:hover .quickview-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.jshop_list_product .jshop_pagination {
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination {
  top: -60px;
}
.jshop_list_product .jshop_pagination .pagination {
  margin: 16px 5px 8px;
}
.jshop_list_product .jshop_pagination .pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jshop_list_product .jshop_pagination .pagination li {
  display: inline-block;
  margin: 0 2px;
  line-height: 23px;
}
.jshop_list_product .jshop_pagination .pagination li:last-child a {
  font-size: 12px;
}
.jshop_list_product .jshop_pagination .pagination li a {
  display: inline-block;
}
.jshop_list_product .jshop_pagination_bottom {
  position: relative;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination {
  width: 100%;
}
.jshop_list_product .jshop_pagination_bottom .jshop_pagination .pagination {
  margin-top: 12px;
}
.jshop-category h1 {
  height: 0;
  margin: 0;
  margin-right: 20px !important;
  margin-top: 10px !important;
}
.productfull .detailsLeft .text_zoom {
  display: none;
}
.productfull .detailsLeft .thumbnail {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0;
}
.productfull .detailsLeft .thumbnail a {
  display: inline-block;
  margin: 0 0 13px;
  width: 100%;
}
.productfull .detailsLeft .jshop_img_description {
  display: inline-block;
  margin: 10px 0 0px;
  width: 100%;
}
.productfull .detailsLeft .jshop_img_description ul li {
  padding-left: 0 !important;
}
.productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb {
  width: 107px;
  border: none;
  margin: 0;
  padding: 0 5px 5px;
}
.productfull .detailsLeft #list_product_image_thumb img.jshop_img_thumb:first-child {
  padding-left: 0;
}
.productfull .detailsRight .product-name {
  margin: 0 0 10px;
  background: #f8f8f8;
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.productfull .detailsRight .product-name:hover {
  box-shadow: 0 8px 8px 0 rgba(66,66,66,0.18),0 3px 12px 0 rgba(66,66,66,0.14);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.productfull .detailsRight .product-name h1 {
  margin: 0px;
  font-size: 15px;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.9;
  color: #555;
}
.productfull .detailsRight .short-description {
  margin: 10px 0;
  text-align: justify;
  font-size: 15px;
  line-height: 40px;
  font-weight: 300;
  padding-left: 20px;
}
.productfull .detailsRight .old_price {
  font-size: 14px;
  font-family: Vazir;
  color: #F44336;
  text-decoration: line-through;
  font-weight: normal;
}
.productfull .detailsRight #block_price {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.productfull .detailsRight .not_available {
  margin: 0;
}
.productfull .detailsRight .qty_in_stock #product_qty {
  font-weight: normal;
  text-transform: uppercase;
}
.productfull .detailsRight .add-to-box {
  padding: 0 0 15px 20px;
  margin: 5px 0 0;
  width: 100%;
}
.productfull .detailsRight .add-to-box .add-to-links {
  margin: 0;
  float: left;
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
}
.productfull .detailsRight .add-to-box .add-to-links li {
  display: inline-block;
  float: left;
  margin: 0 1px 0 0;
}
.productfull .detailsRight .add-to-box .add-to-links li a,
.productfull .detailsRight .add-to-box .add-to-links li input {
  color: #F7BE24;
  text-decoration: none;
  font-size: 1px;
  text-transform: capitalize;
  font-weight: normal !important;
  padding: 0;
  display: block;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-wishlist {
  background: #F7BE24 url(//samimed.ir//templates/i30ms_ringo/css/../images/wishlist_icon.png) no-repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.productfull .detailsRight .add-to-box .add-to-links li .link-wishlist:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare {
  background: #ddd url(//samimed.ir//templates/i30ms_ringo/css/../images/compare_icon.png) no-repeat scroll 0 0;
  margin: 0;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare-2 {
  background: #F7BE24 url(//samimed.ir//templates/i30ms_ringo/css/../images/compare_icon2.png) no-repeat scroll 0 0;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.productfull .detailsRight .add-to-box .add-to-links li .link-compare-2:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-box .add-to-links li .email-friend {
  background: #F7BE24 url(//samimed.ir//templates/i30ms_ringo/css/../images/mail_icon.png) no-repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.productfull .detailsRight .add-to-box .add-to-links li .email-friend:hover {
  background-position: 0 100%;
}
.productfull .detailsRight .no-rating {
  margin: 0;
}
.productfull .detailsRight .product-options {
  margin: 0px;
  padding: 0;
  position: relative;
  background: none;
  text-align: right;
  border: 0;
  display: inline-block;
  width: 100%;
}
.productfull .detailsRight .product-options dl {
  margin: 0;
  width: 100%;
  float: left;
}
.productfull .detailsRight .product-options dt {
  padding: 10px 0 0;
  font-weight: normal;
  width: 100%;
  float: left;
}
.productfull .detailsRight .product-options dd {
  width: 100%;
  float: left;
  margin: 0;
}
.productfull .detailsRight .product-options select {
  background: #b99d6b;
  font-family: Vazir;
  font-size: 15px;
  color: #777;
   background: #fafbfc;
  border-color: #dfe5e8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: 100%;
  height: auto;
  line-height: 1.55;
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.productfull .detailsRight .product-options .prod_attr_img {
  display: none;
}
.productfull .detailsRight .product-options-bottom {
  width: 100%;
  float: left;
  padding: 15px 0 15px 20px;
}
.productfull .detailsRight .product-options-bottom .box-price {
  float: left;
  margin: 5px 30px 0 0;
  border: 0;
}
.productfull .detailsRight .add-to-cart label {
  float: right;
  margin: 9px 10px 0 0;
  color: #666;
}
.productfull .detailsRight .add-to-cart .qty-increase,
.productfull .detailsRight .add-to-cart .qty-decrease {
  display: none;
}
.productfull .detailsRight .add-to-cart .qty {
background: #fafbfc;
    height: auto;
    line-height: 1.55;
    font-size: 15px;
    float: right;
    margin: 5px 10px 0px 0;
    text-align: center;
    border: 0;
    box-shadow: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #777;
	 border-color: #dfe5e8;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
}
.productfull .detailsRight .add-to-cart button.button {
  float: left !important;
}
.productfull .detailsRight .add-to-cart button.button span {
  background: #62b965 url(//samimed.ir//templates/i30ms_ringo/css/../images/cart_icon.png) no-repeat 0 0;
  padding: 0 0 0 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.productfull .detailsRight .add-to-cart button.button span span {
  background: #4caf50;
  padding: 0 10px;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}
.productfull .detailsRight .add-to-cart button.button:hover span {
  background-position: 0 100%;
}
.productfull .detailsRight .add-to-cart button.button:hover span span {
  background-color: #e7e7e7;
}
.productfull .product-collateral {
  padding: 0 0 0;
}
.productfull .product-collateral .product-tabs {
  overflow: hidden;
  list-style: none;
  margin: 0;
  border: none;
  background: #F1F1F1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.productfull .product-collateral .product-tabs li {
  float: right;
  margin-right: 5px;
  border-left: 1px solid #e3e3e3;
}
.productfull .product-collateral .product-tabs li:first-child {
  border-left: 1px solid #e3e3e3;
}
.productfull .product-collateral .product-tabs li a {
  display: block;
  line-height: 51px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 300;
  color: #555;
  text-decoration: none;
  background: #f1f1f1;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.productfull .product-collateral .product-tabs li.active a {
  background-color: #fff;
}
.productfull .product-collateral .tab-content {
      /* padding: 15px 10px; */
  text-align: right;
  margin-top: 10px;
  background-color: #fff;
  line-height: 40px;
  font-weight: 300;
}
.related-container {
  float: left;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.list_related .carousel-control {
  width: 21px;
  height: 21px;
  margin: 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_brand.png) no-repeat 0 0 !important;
  position: absolute;
  top: -60px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list_related .carousel-control.left {
  left: 60px;
  background-position: 0 100% !important;
  right: auto;
}
.list_related .carousel-control.left:hover {
  background-position: 100% 100% !important;
}
.list_related .carousel-control.right {
  background-position: 100% 0 !important;
  left: 90px;
}
.list_related .carousel-control.right:hover {
  background-position: 0 0 !important;
}
#jshop_menu_order > dl > div.jshop_order_step.active {
  background: #EEEFF1;
}
#jshop_menu_order {
  background: none;
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin: 0 !important;
  width: 100%;
  border: none !important;
  display: inline-block;
  box-sizing: border-box;
}
#jshop_menu_order dl {
  margin-bottom: 20px;
}
#jshop_menu_order dl dt {
  font-size: 13px;
  font-weight: normal;
  line-height: 50px;
  margin: 0 0 10px;
  padding: 2px 8px;
  color: #555;
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-right: 4px solid #ff7748;
}
#jshop_menu_order dl dt:hover {
  font-size: 13px;
  font-weight: normal;
  line-height: 50px;
  margin: 0 0 10px;
  padding: 2px 8px;
  color: #555;
  display: block;
  background: #EEEFF1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-right: 4px solid #666666;
}
#jshop_menu_order dl dt span,
#jshop_menu_order dl dt a {
  font-size: 13px;
  text-align: right;
  font-weight: normal;
  border: 0;
  margin: 0;
  color: #000;
  display: block;
  text-decoration: none;
}
.step-title {
  margin: 16px 0 0;
  background: none;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: 7px;
  color: #777;
  cursor: default;
  overflow: hidden;
  display: none;
}
.step-title .number {
  color: #fff;
  text-shadow: none;
  float: right;
  padding: 0 4px;
  margin: 0 5px 0 0;
  font: normal 17px/14px Vazir;
}
.step-title h2 {
  color: #555;
  float: right;
  margin: 0 30px 15px;
  font: normal 17px/16px Vazir;
}
.step-title h2 #active_step {
  font-weight: normal;
}
.step-title.active {
  display: block;
}
.fields {
  width: 100%;
  float: left;
}
.fields input[type="radio"],
.fields input[type="checkbox"] {
  float: none;
  margin: 0px 5px 0 0;
}
.jshop_register {
  width: 100% !important;
  padding: 15px 0 !important;
  float: left;
  overflow: hidden;
}
.jshop_register .fields {
  margin: 0 0 8px;
  width: 100%;
  float: left;
}
.jshop_register .field {
  float: right;
  width: 275px;
}
.jshop_register label {
  color: #000;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.jshop_register label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.jshop_register .input-box {
  display: block;
  clear: both;
  width: 260px;
}
.jshop_register .input-box input,
.jshop_register .input-box select {
  background: none repeat scroll 0 0 #fff;
   border: 1px solid #f0f1f2;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  font-family: Vazir;
  font-size: 14px;
  line-height: 35px;
  padding: 2px;
  width: 254px;
}
.jshop_register .input-box input.inputbox,
.jshop_register .input-box select.inputbox {
  width: 254px;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin: 4px 50px 0 0 !important;
}
label b {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  background: #eee;
  border-right: 4px solid #ff7748;
  border-radius: 0;
  font-size: 15px;
  padding: 4px 10px;
}
.data-table td {
  vertical-align: top;
  font-weight: normal;
  padding: 6px 10px;
}
.data-table thead th {
  background: #F7F9FA;
  font-weight: normal;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  color: #000000;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
}
.data-table tfoot {
  border-bottom: 1px solid #f1f1f1;
}
.data-table tfoot td {
  padding: 6px 10px;
  padding-top: 1px;
  padding-bottom: 20px;
  border-bottom: 0;
  border-right: 1px solid #f1f1f1;
  background-color: #f7fff7;
  color: #4caf50;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.data-table tbody th,
.data-table tbody td {
  border-bottom: 1px solid #f0f1f2;
  border-right: 1px solid #f0f1f2;
  border-left: 1px solid #f0f1f2;
  border-top: 1px solid #f0f1f2;
}
#table_shippings {
  margin-top: 15px;
}
#checkout-review-table {
  border: 1px solid #f1f1f1;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  box-sizing: border-box;
  margin: 0px;
  background: #fff;
  direction: rtl;
}
#checkout-review-table thead {
  background: #f1f1f1;
}
#checkout-review-table thead th {
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#checkout-review-table tfoot tr.last strong,
#checkout-review-table tfoot tr.last .price {
  font-weight: bold;
  color: #4caf50;
}
#checkout-review-table .product-name {
  font-weight: normal;
  color: #333;
  font-size: 12px;
}
#checkout-review-table .product-name .short_description {
  display: none;
}
#checkout-review-table .price {
  font-size: 14px;
  font-family: Vazir;
  color: #555;
  font-weight: normal;
}
#checkout-review-table strong {
  font-weight: normal;
}
#checkout-review-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
  color: #4CAF50;
}
.jshop-place-order strong {
  font-weight: normal;
  float: right;
  width: 120px;
  border-right: 4px solid #ff7748;
  padding: 4px 10px;
  background: #F7F9FA;
  direction: rtl;
}
.jshop-place {
  margin: 10px 0 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.jshop-place table {
  float: right;
}
#wishlist-table {
  border: 1px solid #ddd;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table input.qty {
  width: 2.5em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #ddd;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
}
.jshop-cart .entry-header {
  border-bottom: 0;
  margin: 0 0 25px;
}
.jshop-cart #shopping-cart-table {
  border-collapse: collapse;
  max-width: 100%;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
  direction: rtl;
}
.jshop-cart #shopping-cart-table td {
  line-height: 75px;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.jshop-cart #shopping-cart-table .cart-price .price {
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-family: Vazir;
}
.jshop-cart #shopping-cart-table .product-name {
  text-align: center;
  line-height: 75px;
  margin: 0 auto;
}
.jshop-cart #shopping-cart-table .item-options {
  text-align: center;
  line-height: 0;
}
.jshop-cart #shopping-cart-table .item-options span {
  display: inline-block;
  font-weight: normal;
  font-style: italic;
  color: #4CAF50;
  font-size: 14px;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
  display: inline-block;
}
.jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute .value {
  padding-left: 10px;
  margin: 0 0 6px;
}
.jshop-cart #shopping-cart-table .item-options .short_description {
  display: none;
}
.jshop-cart .data-table tbody th,
.jshop-cart .data-table tbody td {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table td {
  padding: 10px;
}
.jshop-cart .data-table td .product-image {
  display: block;
  width: 120px;
}
.jshop-cart .data-table .product-image img {
  border: none;
  padding: 0px;
}
.jshop-cart .data-table .product-name {
  font-weight: normal;
  margin: 0 0 5px;
  color: #000000;
}
.jshop-cart .data-table .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 2px;
  width: 2.5em;
  text-align: center;
  background: #fff;
  height: 25px;
  line-height: 25px;
  margin: 0;
}
.jshop-cart .data-table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  background: #f1f1f1;
}
.jshop-cart .data-table thead th {
  background: none;
  font-weight: normal;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  color: #000;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
}
.jshop-cart .data-table tfoot {
  border-bottom: 1px solid #d9dde3;
  background: #f1f1f1;
}
.jshop-cart .data-table tfoot td {
  vertical-align: top;
  font-weight: normal;
  border-bottom: 0;
  border-right: 1px solid #f1f1f1;
  padding: 5px 10px;
}
.jshop-cart .data-table .tbody th {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table .tbody td {
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.jshop-cart .data-table .btn-continue {
  float: left;
}
.jshop-cart .data-table .btn-update {
  float: right;
}
.jshop-cart .data-table .btn-checkout {
  float: right;
  margin-left: 10px;
}
.btn-remove {
  display: block;
  width: 24px;
  height: 24px;
  margin: 30px 0 0;
  font-size: 0;
  line-height: 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/btn_trash.png) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.cart-collaterals {
  padding: 25px 0 0;
  float: left;
}
.cart-collaterals .totals {
  border: 1px solid rgba(226, 226, 226, 0.42);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  direction: rtl;
}
.cart-collaterals .totals table {
  width: 100%;
  margin: 7px 0;
}
.cart-collaterals .totals tfoot td,
.cart-collaterals .totals tbody td {
  padding: 1px 15px 1px 7px;
  font-weight: normal;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cart-collaterals .totals tfoot td strong,
.cart-collaterals .totals tbody td strong {
  font-size: 13px;
  font-weight: bold;
  float: right;
}
.cart-collaterals .totals .checkout-types {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 8px 15px 15px;
  text-align: right;
}
.cart-collaterals .totals .checkout-types li {
  list-style: none;
  clear: both;
  margin: 10px 0;
}
.cart-collaterals .totals .price {
  font-weight: bold;
  font-size: 14px;
  font-family: Vazir;
  color: #555;
}
.cart-collaterals .totals .total strong,
.cart-collaterals .totals .total .price {
  font-weight: bold;
  color: #4caf50;
}
.cart-collaterals .discount {
  border: 1px solid rgba(226, 226, 226, 0.42);
  margin: 0 0 18px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  direction: rtl;
}
.cart-collaterals .discount h2 {
  padding: 10px;
  background: #f1f1f1;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  line-height: 20px;
  color: #000;
}
.cart-collaterals .discount .discount-form {
  padding: 10px;
}
.cart-collaterals .discount .discount-form label {
  font-weight: normal;
}
.cart-collaterals .discount .discount-form .input-box {
  margin: 8px 0 0;
  width: 260px;
}
.cart-collaterals .discount .discount-form .input-box .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  border: 1px solid rgba(226, 226, 226, 0.42);
  padding: 2px;
  background: #fff;
  height: 25px;
  line-height: 25px;
  width: 254px;
}
.cart-collaterals .crosssell {
  border: 1px solid rgba(226, 226, 226, 0.42);
  background: #fff;
  padding: 12px 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  direction: rtl;
}
.cart-collaterals .crosssell h2 {
  margin: 0 0 5px;
  line-height: 1.93;
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.checkout-step-billing {
  border-top: 0;
  background: #fff;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  direction: rtl;
}
.blog .item .post-thumbnail {
  position: relative;
  width: 100%;
  float: left;
}
.blog .item .post-thumbnail .vina-link {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.blog .item .post-thumbnail .vina-link i {
  padding: 15px;
  border-radius: 50%;
      background-color: #ed302f!important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog .item .post-thumbnail img {
  width: 100%;
  margin: 0;
}
.blog .item .post-thumbnail h2 {
  margin: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  background: rgba(0,0,0,0.5);
  margin-bottom: 0;
  padding: 10px 0 10px 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  line-height: 1.1;
}
.blog .item .post-thumbnail h2 a {
  color: #fff;
  text-transform: capitalize;
  line-height: 1.5;
}
.blog .item .post-thumbnail h2 a:hover {
  color: #23b4ca;
}
.blog .item .post-thumbnail:hover img {
  opacity: 0.6;
}
.blog .item .post-thumbnail:hover .vina-link {
  top: 45%;
  opacity: 1;
}
.blog .item .post-content .catItemIntroText {
  padding: 10px 10px 0 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.blog .item .post-content .catItemIntroText p {
  font-size: 14px;
  color: #474747;
}
.blog .item .post-content .post-additional-info {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  background: #f0f0f0;
  color: #222;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  float: left;
}
.category-list ul.category li {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
}
.category-list ul.category li .list-hits {
  margin: 10px 0px;
  padding: 7px 9px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.category-list .element-invisible {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.category-list .inputbox {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.category-list .blog-date {
  color: #FFFFFF;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 75px;
}
.category-list .blog-date .sp_date_day {
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 23px;
  margin-right: -2px;
  padding-top: 3px;
  width: 100%;
}
.category-list .blog-date .sp_date_month {
  float: left;
  font-family: Arial !important;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
}
.categories-list h3.item-title {
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
}
.categories-list .collapse {
  padding-left: 20px;
  background: #fff;
}
.categories-list .item {
  background: #fff;
  margin-bottom: 5px;
  padding: 15px;
}
.categories-list .item .category-desc {
  margin-top: 10px;
}
.categories-list .blog-date-2 {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/bg-goals.png);
}
.categories-list .blog-date-2 .sp_date_day_2 {
  display: block;
  line-height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#jc h4 {
  font-size: 25px;
  font-weight: normal;
  float: left;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 60px;
}
#jc #comments {
  width: 100%;
  float: left;
  margin: 30px 0;
}
#jc #comments h4 {
  margin-top: 0px;
}
#jc #comments .comments-list {
  width: 100%;
  float: left;
  margin: 0;
}
#jc #comments #comments-list-footer {
  width: 100%;
  float: left;
  margin: 0 !important;
}
#jc #comments .comment-anchor {
  display: none;
}
#jc #comments .rbox {
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 3px solid #e7e7e7;
  padding: 20px;
}
#jc #comments .comment-author {
  font-size: 16px;
  width: 100%;
  float: left;
}
#jc #comments .comment-date {
  font-size: 12px;
}
#jc #comments .comment-body {
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
#jc #comments-footer {
  display: none;
}
#jc #comments-form {
  width: 100%;
  float: left;
}
#jc #comments-form label {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
#jc #comments-form .row-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#jc #comments-form .row-45 {
  width: 45%;
  float: left;
}
#jc #comments-form .row-100 {
  width: 100%;
  float: left;
}
#jc #comments-form .row-input {
  border: 1px solid #ccc;
  border-bottom: 2px solid #e7e7e7;
  overflow: hidden;
  background: #fff;
}
#jc #comments-form .row-left {
  float: left;
}
#jc #comments-form .row-right {
  float: right;
}
#jc #comments-form input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 10px !important;
  height: 24px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border: none;
  max-width: 100% !important;
  box-sizing: border-box;
}
#jc #comments-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 10px !important;
  width: 100%;
  max-width: 100% !important;
  border: none;
  box-sizing: border-box;
}
#jc #comments-form .grippie {
  max-width: 100% !important;
  width: 100%;
}
#jc #comments-form #comments-form-send {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px 25px !important;
  float: right;
  margin-right: 0;
}
#jc #comments-form #comments-form-send a {
  color: #fff;
  text-shadow: none;
}
#jc #comments-footer {
  width: 100%;
  float: left;
}
#jc #comments-form-buttons {
  margin-left: 0 !important;
}
.vina-list-1 .list-item {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.vina-list-1 .list-item .list-img {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.vina-list-1 .list-item .list-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-1 .list-item .list-img i {
  color: #fff;
  font-size: 50px;
  line-height: 140px;
  padding: 0px;
  display: block;
}
.vina-list-1 .list-item h3 {
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
.vina-list-1 .list-item p {
  color: #333;
}
.vina-list-1 .list-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-1 .list-item:hover p {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 {
  margin-top: 30px;
  padding: 0px 30px;
}
.vina-list-2 .list-col {
  width: 50%;
  margin: 0;
  float: left;
}
.vina-list-2 .list-left-item {
  cursor: pointer;
  text-align: right;
  padding: 5px 0px;
}
.vina-list-2 .list-left-item .list-2-img {
  width: 94px;
  height: 94px;
  margin: 15px 40px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: right;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vina-list-2 .list-left-item .list-2-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-2 .list-left-item .list-2-img i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 27px 0px;
  display: block;
}
.vina-list-2 .list-left-item h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  color: #333;
}
.vina-list-2 .list-left-item p {
  color: #333;
}
.vina-list-2 .list-left-item:hover h3 {
  -webkit-animation: moveFromLeft 500ms ease;
  -moz-animation: moveFromLeft 500ms ease;
  animation: moveFromLeft 500ms ease;
}
.vina-list-2 .list-left-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
.vina-list-2 .list-right-item {
  cursor: pointer;
  text-align: left;
  padding: 5px 0px;
}
.vina-list-2 .list-right-item .list-2-img {
  width: 94px;
  height: 94px;
  margin: 15px 40px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
}
.vina-list-2 .list-right-item .list-2-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.vina-list-2 .list-right-item .list-2-img i {
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  padding: 27px 0px;
  display: block;
}
.vina-list-2 .list-right-item h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
  color: #333;
}
.vina-list-2 .list-right-item p {
  color: #333;
}
.vina-list-2 .list-right-item:hover h3 {
  -webkit-animation: moveFromRight 500ms ease;
  -moz-animation: moveFromRight 500ms ease;
  animation: moveFromRight 500ms ease;
}
.vina-list-2 .list-right-item:hover p {
  -webkit-animation: moveFromBottom 500ms ease;
  -moz-animation: moveFromBottom 500ms ease;
  animation: moveFromBottom 500ms ease;
}
i b {
  display: none;
}
.vina-testinomials {
  text-align: center;
  color: #000;
  z-index: 1;
  width: 100%;
  float: left;
}
.vina-testinomials h3 {
  width: 100%;
  float: left;
  text-align: left;
}
.vina-testinomials .bg-inner {
  position: relative;
  z-index: 1;
  padding: 10px 0px;
}
.vina-testinomials .client-item {
  padding: 0px 0px;
}
.vina-testinomials .client-item .item-info {
  padding: 10px 50px;
  position: relative;
  margin-bottom: 0px;
  line-height: 24px;
  color: #333;
}
.vina-testinomials .client-item .item-img {
  font-size: 14px;
}
.vina-testinomials .client-item .item-img .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
.vina-testinomials .carousel-control {
  background: none;
  font-size: 38px;
  border: none;
  top: 15%;
  color: #000;
  opacity: 0.5;
}
.vina-testinomials .carousel-control:hover {
  opacity: 1;
  color: #000;
}
.vina-testinomials .carousel-control.left {
  left: 0;
}
.vina-testinomials .carousel-control.right {
  right: 0;
}
.vina-testinomials #myCarousel .carousel-inner .item img {
  width: auto \9 !important;
}
.vina-accordion .vina-accordion-content .vina-accordion-item {
  padding: 0px;
  height: 40px;
}
.vina-accordion .vina-accordion-content .vina-accordion-item span {
  float: left;
  padding: 20px 25px;
  right: auto;
  left: 0;
  top: 0;
}
.vina-accordion .vina-accordion-content .vina-accordion-item p {
  margin: 0;
  padding: 0 10px 0px 60px;
  display: inline-block;
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  line-height: 40px;
}
.vina-accordion .vina-accordion-content h3.title {
  font-size: 20px;
  margin: 0 0 5px;
}
.vina-accordion .vina-accordion-content .accordion-close span {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/plus.png) no-repeat scroll center center rgba(0,0,0,0);
}
.vina-right-category .vina-treeview-jshopping {
  background-color: #F9F9F9;
  margin: 0 0 0px;
  overflow: hidden;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-right-category .vina-treeview-jshopping > ul {
  padding: 10px 0 !important;
}
.vina-right-category .vina-treeview-jshopping > ul li {
  padding: 0 !important;
  background: none !important;
  position: relative;
  cursor: pointer;
  margin: 0;
  float: left;
  display: block;
  width: 100%;
}
.vina-right-category .vina-treeview-jshopping > ul li a {
  text-transform: capitalize;
  text-decoration: none;
  font-size: 14px;
  text-align: right;
  line-height: 38px;
  font-weight: normal;
  color: #000;
  display: block;
  cursor: pointer;
  padding-right: 30px;
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/li_footer_static.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border-right: none !important;
}
.vina-right-category .vina-treeview-jshopping > ul li a:after {
  display: none;
}
.vina-right-category .vina-treeview-jshopping > ul li .hitarea {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -7.5px 0px 0px;
  float: right;
  width: 15px;
  height: 15px;
  content: "";
  z-index: 9;
}
.vina-right-category .vina-treeview-jshopping > ul li.collapsable {
  border-bottom: 0;
}
.vina-right-category .vina-treeview-jshopping > ul li.collapsable .hitarea {
  top: 10px;
  margin-top: 0px;
  line-height: 21px;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul {
  border-bottom: none;
  border-top: 1px solid #f1f1f1;
  margin: 0;
  background: #fcfcfc;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > a {
  padding-left: 40px;
  background-position: 20px center;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > ul {
  background: #fff;
}
.vina-right-category .vina-treeview-jshopping > ul li > ul > li > ul > li > a {
  padding-left: 55px;
  background-position: 35px center;
  font-size: 14px;
}
.vina-layered-nav {
  margin: 0 0 30px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
.vina-layered-nav .jshop_filters {
  padding: 0px 31px 0 2px;
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-layered-nav .jshop_filters form {
  margin: 0;
}
.vina-layered-nav dt {
  padding: 0 10px;
  font-weight: lighter;
  text-transform: capitalize;
  font-size: 24px;
  text-align: right;
  line-height: 31px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  float: left;
}
.vina-layered-nav dd {
  padding: 5px 0 12px;
  margin: 0;
  line-height: 20px;
}
.vina-layered-nav li {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/li_footer_static.png) no-repeat scroll 10px center;
  padding: 10px 0px;
  padding-right: 30px;
  text-align: right;
  line-height: 12px;
}
.vina-layered-nav li a {
  text-decoration: none;
  color: #555;
  font-size: 16px;
}
.vina-layered-nav li:hover {
  background-color: #f1f1f1;
}
.vina-layered-nav .box_manufacrurer li {
  background: none;
}
.vina-layered-nav .box_manufacrurer li:hover {
  background-color: #f1f1f1;
}
.vina-layered-nav input[type="checkbox"] {
  margin: 0 4px 0px 25px !important;
}
.vina-layered-nav #search {
  margin: 10px 10px 0px 10px;
  display: inline-block;
}
.vina-layered-nav #search input {
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  border: 1px solid #cccccc;
  width: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  display: inline-block;
  margin: 0;
  height: 24px;
  padding: 3px;
  text-align: center;
}
.vina-right-product .vina-ticker-jshopping .vina-item {
  border: none !important;
  width: 100%;
}
.vina-right-product .vina-ticker-jshopping .vina-items {
  width: 100%;
}
.vina-right-product .item {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ebeced;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 15px 10px;
    text-align: right;
    width: 100%;
    color: #333;
    background-color: #fff;
    margin-bottom: 5px;
    transition: all .5s;
	overflow: hidden;
}
.vina-right-product .item:hover {
  background: #fff;
}
.vina-right-product .item .product-image {
  display: inline-block;
  margin: 0;
  padding: 7px 0;
  float: right;
}
.vina-right-product .item .content {
  padding: 9px 0 9px 9px;
  min-height: 100px;
}
.vina-right-product .item .ratings .amount {
  display: none;
}
.vina-right-product .item .actions {
  display: none;
}
.vina-right-product.vina-upsell-product .product-name a {
  text-decoration: none;
  text-transform: capitalize;
}
.vina-right-product.vina-right-product-3 .item {
  background: #fff;
}
.vina-right-product.vina-right-product-3 .item .product-image {
  background: #f1f1f1;
  padding: 0;
}
.vina-right-product.vina-right-product-3 .item .content {
  background: #fff;
  padding: 0px 0 0px 9px;
}
.no-actions .image-block .actions {
  display: none;
}
.vina-right-special .image-block {
  background: #fff;
}
.vina-right-special .image-block img {
  padding-bottom: 0px;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div {
  width: 31px;
  height: 31px;
  margin: -30px 0 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_special.png) no-repeat 0 0 !important;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
  background-position: 0 100% !important;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  right: 15px;
}
.vina-right-special .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.vina-right-special .owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.vina-right-special.vina-right-special-2 .owl-theme .owl-controls .owl-buttons div {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_special_2.png) !important;
}
.vina-right-special.vina-right-special-2 .image-block img {
  padding: 0;
}
.block-banner-right .banner-box {
  margin-top: 15px;
  padding: 22px 15px 22px 95px;
}
.block-banner-right .banner-box .banner-title {
  font-size: 15px;
  text-align: right;
  text-transform: capitalize;
  line-height: 37px;
}
.block-banner-right .banner-box .banner-content {
  font-size: 14px;
  text-align: right;
  text-transform: capitalize;
  line-height: 27px;
}
.block-banner-right .banner-box1 {
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/free_delivery.png) no-repeat 25px center;
  border-bottom: 4px solid #E0DEDE;
  margin-top: 0;
}
.block-banner-right .banner-box2 {
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/order_online.png) no-repeat 25px center;
  border-bottom: 4px solid #E0DEDE;
}
.block-banner-right .banner-box3 {
  background: #f1f1f1 url(//samimed.ir//templates/i30ms_ringo/css/../images/support.png) no-repeat 25px center;
  border-bottom: 4px solid #E0DEDE;
}
.vina-banner-right-2 {
  margin-top: 40px;
}
.vina-banner-right-2 .block-banner-right .banner-box {
  padding: 15px 0 15px 95px;
}
.vina-tiker-news .vina-ticker-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-tiker-news .vina-ticker-content .vina-item {
  border-bottom: 1px solid #ccc !important;
}
.vina-tiker-news .vina-ticker-content .text-block h4 {
  margin: 0;
  line-height: 40px;
}
.vina-tiker-news .vina-ticker-content .header-block {
  top: -30px;
}
.vina-tiker-news .vina-ticker-content .header-block span.up {
  width: 10px;
  right: 35px;
  background-size: 100% !important;
}
.vina-tiker-news .vina-ticker-content .header-block span.toggle {
  width: 10px;
  right: 20px;
  background-size: 100% !important;
}
.vina-tiker-news .vina-ticker-content .header-block span.down {
  width: 10px;
  background-size: 100% !important;
  right: 5px;
}
#sp-brands-wrapper {
  margin: 15px 0px;
  width: 100%;
  display: inline-block;
}
.vina-brands .vina-manufacturers-jshopping {
  overflow: inherit;
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 10px;
  display: inline-block;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-brands .vina-manufacturers-jshopping ul li {
  width: 190px;
  text-align: center;
}
.vina-brands .vina-manufacturers-jshopping ul li a {
  width: 100%;
  display: inline-block;
}
.vina-brands .vina-manufacturers-jshopping ul li img {
  height: 66px;
  width: 133px;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_brand.png) no-repeat 0 0 !important;
  position: absolute;
  top: -16px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-prev {
  left: 60px;
  background-position: 0 100% !important;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-prev:hover {
  background-position: 100% 100% !important;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-next {
  background-position: 100% 0 !important;
  right: 90px;
}
.vina-brands .vina-manufacturers-jshopping .vina-controls.vina-next:hover {
  background-position: 0 0 !important;
}
#sp-newsletter-follow-wrapper {
  margin: 15px 0px;
  width: 100%;
  display: inline-block;
}
.vina-newsletter form {
  margin: 0;
  background: #fff;
  padding: 25px 0;
  text-align: center;
  line-height: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-newsletter form tr td {
  padding: 0;
}
.vina-newsletter form .acymailing_module_form {
  text-align: center;
  display: inline-block;
}
.vina-newsletter form .acy_requiredField {
  display: none;
}
.vina-newsletter form .acymailing_introtext {
  display: inline-block;
  color: #555;
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 49px;
  float: right;
}
.vina-newsletter form .acymailing_introtext label {
  color: #000;
  font-size: 15px;
  margin: 0 20px 0 20px;
  line-height: 49px;
  float: left;
  display: inline-block;
}
.vina-newsletter form .acymailing_form {
  display: inline-block;
  position: relative;
  width: 250px;
}
.vina-newsletter form .acymailing_form input.inputbox {
  display: block;
  margin: 0;
  padding: 0 0 0 10px;
  border: 0;
  width: 190px !important;
  height: 55px;
  line-height: 50px;
  background: #f1f1f1;
  box-shadow: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  direction: ltr;
}
.vina-newsletter form .acymailing_form .acysubbuttons {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}
.vina-newsletter form .acymailing_form button.button span {
  height: 50px;
  width: 50px;
  background: #23b4ca url(//samimed.ir//templates/i30ms_ringo/css/../images/newsletter_input.png) repeat;
  border-bottom: 4px solid #3C80B5;
  display: block;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
.vina-newsletter form .acymailing_form button.button:hover {
  opacity: 0.8;
}
.vina-newsletter.vina-newsletter-right form {
  padding: 5px 0 20px;
  text-align: left;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext {
  display: inline-block;
  color: #555;
  font-size: 20px;
  margin: 0 20px 0 0;
  line-height: 49px;
  float: left;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext label {
  color: #555;
  display: inline-block;
  float: left;
  font-size: 20px;
  line-height: 49px;
  margin: 0 20px 20px 0;
  padding-left: 10px;
  text-align: right;
}
.vina-newsletter.vina-newsletter-right .acymailing_introtext label span {
  float: left;
  font-size: 14px;
  line-height: normal;
  width: 100%;
}
.vina-newsletter.vina-newsletter-right .acymailing_form button.button {
  opacity: 0.6;
}
.vina-newsletter.vina-newsletter-right .acymailing_form button.button:hover {
  opacity: 1;
}
.vina-follow-us .follow-us-content {
  background: #fff;
  padding: 25px 0;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ebeced;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vina-follow-us .follow-us-content li {
  display: inline-block;
  margin-right: 3px;
}
.vina-follow-us .follow-us-content li a {
  text-indent: -99999px;
  width: 50px;
  height: 50px;
  display: block;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -ms-border-radius: 50%;
    border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vina-follow-us .follow-us-content li a.face {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/face.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.google {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/google.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.twitter {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/twitter.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.t {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/t.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.p {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/p.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.be {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/be.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.wireless {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/wireless.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a.youtube {
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/youtube.png) no-repeat scroll 0 0;
}
.vina-follow-us .follow-us-content li a:hover {
  background-position: 0 100%;
}
.account-login .content,
.account-logout .content {
  min-height: 345px;
  padding: 14px 21px;
  font-weight: 300;
  border: 1px solid #f1f1f1;
  border-bottom: 0;
  background: #fff;
  line-height: 30px;
  text-align: right;
}
.account-login .content h2,
.account-logout .content h2 {
  font-weight: normal;
  font-size: 15px;
  text-align: right;
  margin: 0 0 14px;
  padding: 0 0 5px 23px;
  border-bottom: 1px solid #ddd;
  background-position: 0 3px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  line-height: 24px;
}
.account-login .new-users h2,
.account-logout .new-users h2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/i_page1.png);
}
.account-login .login-users h2,
.account-logout .login-users h2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/i_page2.png);
}
.account-logout .content {
  min-height: 50px;
}
.buttons-set {
  border: 1px solid #ddd;
  margin: 0;
  padding: 8px 13px;
  overflow: hidden;
}
.buttons-set button {
  float: right;
}
.buttons-set .lost-past {
  line-height: 30px;
  font-weight: normal;
}
.form-list {
  list-style: none;
  margin: 0;
}
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  float: right;
  color: #000;
  font-weight: normal;
  position: relative;
  z-index: 0;
}
.form-list label.required em,
.form-list label.required .star {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list .input-box {
  display: block;
  clear: both;
  width: 90%;
}
.form-list input.inputbox,
.form-list select.inputbox {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
  font-family: Vazir;
  font-size: 17px;
  direction: rtl;
}
.form-list input[type="checkbox"] {
  float: left;
  margin-right: 4px;
}
.form-list .field {
  float: right;
  width: 275px;
}
.form-list textarea {
  width: 254px;
  height: 10em;
  background: #fff;
  font-family: Vazir;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  direction: rtl;
}
fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.fieldset {
  border: 1px solid #ddd;
  background: none;
  padding: 22px 25px 12px 33px;
  margin: 28px 0;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.fieldset .legend {
  float: right;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #ddd;
  background: #fff;
  color: #777;
  margin: -40px 0 0 -10px;
  padding: 0 8px;
  position: relative;
  line-height: 2.35;
}
.account-create .fieldset {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin: 15px 0;
}
.account-create .buttons-set {
  clear: both;
  margin: 0px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.account-create p.required {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  color: #EB340A;
  display: inline-block;
  width: 100%;
}
.reset .form-list input.validate-username {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.reset .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form .form-list input {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 254px;
  padding: 2px;
  box-sizing: border-box;
  height: 30px;
}
.contact-form .form-list textarea {
  width: 529px;
}
.contact-form .buttons-set {
  clear: both;
  margin: 20px 0 0;
  padding: 0;
  border: 0;
  text-align: left;
  width: 100%;
  float: left;
}
.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  width: auto;
  height: auto;
}
.contact .dl-horizontal {
  float: left;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.box-account {
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  float: left;
  margin: 0px;
  padding: 15px;
  width: 100%;
  background: #fff;
  direction: rtl;
}
.box-account .box-head {
  border-bottom: 1px solid #f1f1f1;
  margin: 0 0 10px;
  text-align: right;
  overflow: hidden;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #333;
}
.box-account .jshop_profile_data span,
.box-account .jshop_profile_data .name {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
.editaccount_block .vina-title {
  margin: 0;
}
.no-margin {
  margin: 0 !important;
}
.mtop-30 {
  margin-top: 30px !important;
}
.mtop-20 {
  margin-top: 20px !important;
}
.mtop-50 {
  margin-top: 10px !important;
}
.mbottom-30 {
  margin-bottom: 30px !important;
}
.mbottom-20 {
  margin-bottom: 20px !important;
}
.mbottom-50 {
  margin-bottom: 50px !important;
}
.jshop-edit {
  width: 100%;
  float: right;
  direction: rtl;
}
.myorders_block_info,
.myorders_no_orders {
  width: 100%;
  float: right;
  margin-top: 20px;
}
#wishlist-table {
  border: 1px solid #f1f1f1;
  margin: 20px 0 0;
  width: 100%;
  box-sizing: border-box;
}
#wishlist-table.data-table td {
  padding: 10px;
}
#wishlist-table.data-table .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 auto;
}
#wishlist-table.data-table .product-image img {
  border: none;
}
#wishlist-table.data-table input.qty {
  width: 2.5em;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
#wishlist-table.data-table button.btn-cart {
  float: left;
  margin: 10px 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#wishlist-table.data-table .btn-remove {
  margin: 13px auto 0;
}
#wishlist-table.data-table tfoot {
  border-bottom: 1px solid #f1f1f1;
}
#wishlist-table.data-table .btn-checkout {
  float: right;
}
#wishlist-table p.jshop_cart_attribute {
  font-size: 13px;
  font-weight: normal;
}
#wishlist-table .cart-cell .price-box {
  width: 100%;
}
.vina-carousel-content {
  overflow: initial !important;
}
.vina-carousel-content .item .image-block a {
  display: block;
}
.vina-carousel-content .item .image-block a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vina-carousel-content .item .image-block a:hover img {
  opacity: 0.8;
}
.vina-carousel-content .item h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  margin: 10px 0px;
}
.vina-carousel-content .item .info {
  float: right;
  margin-top: 30px;
  font-size: 12px;
}
.vina-carousel-content .item .info span {
  width: 100%;
  float: left;
  text-align: right;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div {
  width: 21px;
  height: 21px;
  margin: -20px 0 0;
  display: block;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/nav_featured.png) no-repeat 0 0 !important;
  position: absolute;
  top: -46px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #2f2f2f;
  padding: 0;
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-prev {
  right: 40px;
  background-position: 0 100% !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 100% 100% !important;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: 100% 0 !important;
  right: 10px;
}
.vina-carousel-content.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: 0 0 !important;
}
.tags {
  margin: 10px 0px;
  width: 100%;
  float: left;
}
.tags a {
  display: inline-block;
  color: #fff !important;
  padding: 8px 20px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vina-mail {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
.vina-mail span {
  display: inline !important;
  font-weight: normal !important;
  height: auto !important;
  position: initial !important;
  text-align: left !important;
  top: 0 !important;
  width: auto !important;
  margin: 0 !important;
  line-height: normal !important;
}
ul.breadcrumb {
  font-size: 12px;
  text-align: right;
  line-height: 1.25;
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 0 10px;
  direction: rtl;
}
ul.breadcrumb li {
  margin: 0;
  padding: 0;
  line-height: 20px;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none !important;
  text-transform: capitalize;
}
ul.breadcrumb li a,
ul.breadcrumb li span {
  text-decoration: none;
  color: #fff !important;
  padding: 0 30px 0 0;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/other/breadcrumbs.png) no-repeat scroll right center;
  display: block;
  line-height: 50px;
}
ul.breadcrumb li a.divider,
ul.breadcrumb li span.divider {
  display: none;
}
ul.breadcrumb li:last-child a,
ul.breadcrumb li:last-child span {
  
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-bottom-wrapper {
  margin-top: 15px;
  text-align: left;
  background: #f7f8fa url(//samimed.ir//templates/i30ms_ringo/css/../images/other/footer-rangi-line.png) repeat-x top center;
  padding: 30px 0;
}
.vina-bottom-contact .bottom-contact {
  margin: 10px 0 0 15px;
}
.vina-bottom-contact .bottom-contact .title1 {
  margin-right: 10px;
  font-weight: 400;
  float: right;
  font-size: 13px;
  text-transform: capitalize;
}
.vina-bottom-contact .bottom-contact .content {
  display: block;
  clear: both;
  font-size: 14px;
}
.vina-bottom-contact .bottom-contact .mail,
.vina-bottom-contact .bottom-contact .mobile,
.vina-bottom-contact .bottom-contact .fax,
.vina-bottom-contact .bottom-contact .address {
  margin-top: 5px;
}
.vina-bottom-menu ul {
  margin: 10px 0 0 15px;
}
.vina-bottom-menu ul li {
  line-height: 31px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vina-bottom-menu ul li a {
  color: #555;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  padding-left: 20px;
  text-align: right;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/li_footer_static.png) no-repeat left center;
  font-size: 13px;
}
.vina-bottom-menu ul li a img {
  display: none;
}
.vina-bottom-menu ul li:hover {
  padding-left: 5px;
}
#sp-footer-wrapper {
  padding: 15px 0 15px;
  background-color: #4b515d;
  color: #FFFFFF;
  position: relative;
  z-index: 9999999;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#sp-footer-wrapper ul li a {
  color: #999;
}
#sp-footer-wrapper .footer-static3 ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#sp-footer-wrapper .footer-static3 ul li a:hover {
  opacity: 0.8;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(//samimed.ir//templates/i30ms_ringo/css/../images/hotice.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
#sp-to-top-wrapper .row-fluid {
  visibility: visible !important;
}
.sp-totop {
  position: fixed;
  bottom: 55px;
  left: 12px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
}
.sp-totop small,
.sp-totop i {
  display: none;
}
div[id^="vina-copyright"] {
  font-size: 12px;
  height: 1px;
  overflow: hidden;
}
#mxcpr {
  height: 1px;
  overflow: hidden;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer2 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer2 {
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Vazir;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border-color: #c5c5c5;
  border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping {
  position: relative;
  height: 105px !important;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping ul {
  display: block;
  list-style: none;
  padding: 0;
  left: 0 !important;
}
.lt-ie9 .vina-brands .vina-manufacturers-jshopping ul li {
  text-align: center;
  padding: 0;
  float: left;
  display: block;
  position: relative;
}
.lt-ie9 #sp-header-wrapper .logo-wrapper .logo {
  width: 230px !important;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#sp-main-menu ul.level-0 {
  margin: 0 5px 0px 0px;
  float: right;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li >a {
  color: #fff;
  height: 100px;
  line-height: 18px;
  width: 100px;
  text-transform: capitalize;
  display: block;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: lighter;
  margin-left: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#sp-main-menu ul.level-0 > li >a.menu-3 {
  padding: 75px 5px 5px;
  height: 120px;
  width: 120px;
  line-height: 30px;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 70px 15px;
  background-repeat: no-repeat;
  border: 5px solid #fff;
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon1 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/shirts_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon2 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/pants_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon3 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/outer_wear_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon4 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/dresses_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon4:hover {
  background-position: 70px -145px;
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon5 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/jeans_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon6 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/blog-icon_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3.home3-icon7 {
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/custom_menu_icon_3.png);
}
#sp-main-menu ul.level-0 > li >a.menu-3:hover {
  background-position: 70px -135px;
}
#sp-main-menu ul.level-0 > li >a.menu-4 {
  border: 5px solid #f9f9f9;
}
#sp-main-menu ul.level-0 > li >a.menu-4:hover {
  border: 5px solid #f9f9f9;
}
#sp-main-menu ul.level-0 > li >a > span.menu {
  width: 100%;
  float: right;
  text-align: center;
}
#sp-main-menu ul.level-0 > li >a > span.menu img {
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0px 7px;
}
#sp-main-menu ul.level-0 > li >a > span.menu .menu-title {
  width: 100%;
  font-weight: 400;
  float: left;
}
#sp-main-menu ul.level-0 > li >a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li:hover > a {
  border-color: #ddd;
}
#sp-main-menu ul.level-0 > li:hover > a.menu-3 {
  border-color: #f9f9f9;
}
#sp-main-menu ul.level-0 > li.active > a {
  border-color: #ddd;
}
#sp-main-menu ul.level-0 > li.active > a.menu-3 {
  border-color: #f9f9f9;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
  text-decoration: none;
  color: #555;
  padding-right: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f1f1f1;
  border-radius: 5px;
}
#sp-main-menu li .custom-menu .sp-menu-group-title {
  display: none;
}
#sp-main-menu li .custom-menu .sp-menu-group-content {
  margin-top: 0 !important;
}
#sp-main-menu li .custom-menu.have-margin .sp-menu-group-content .module {
  padding: 0 !important;
}
#sp-main-menu li .custom-menu img {
  width: 100%;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  text-transform: capitalize;
  line-height: 40px;
  padding-right: 15px;
  color: #fff !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content {
  margin-top: 15px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 7px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 5px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu .megacol > ul > li {
  margin-left: 10px;
  box-sizing: border-box;
}
.sp-submenu .megacol > ul > li.custom-menu {
  margin: 0;
}
.sp-submenu .megacol > ul > li.custom-menu.have-margin {
  margin-left: 10px;
  margin-top: 0;
}
.sp-submenu .megacol:first-child >ul > li {
  margin: 0;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.sp-mobile-menu ul li {
  background: rgba(0,0,0,0.9);
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  width: 40px;
}
.sp-mobile-menu ul li:last-child {
  margin-bottom: 10px;
}
.vina-menu {
  position: relative !important;
  padding: 8px 16px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0px 0px !important;
  height: 50px;
  right: 0px;
  top: 0px;
  width: 100% !important;
}
.vina-menu:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.vina-menu i {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  float: left;
}
.vina-menu span {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  float: right;
}
.sp-mobile-close {
  width: 100%;
  float: left;
  background: #666;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.sp-mobile-close span {
  color: #fff;
  padding-right: 40px;
  text-transform: uppercase;
  line-height: 30px;
  float: right;
  font-weight: bold;
}
.vina-menu-small {
  position: absolute !important;
  top: 5px;
  right: 10px;
  padding: 0 !important;
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 30px !important;
  margin: 0 !important;
}
.vina-menu-small:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ltr .sp-submenu {
  left: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu:after {
  right: inherit;
  left: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  right: inherit;
  left: 10px;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 900ms;
  -moz-animation: fadeInDown 900ms;
  animation: fadeInDown 900ms;
}
.fixed .hidden-desktop {
  display: none;
}
.color-01 {
  background: #000;
}
.jshop h1 {
  margin-top: 0px;
  font-size: 16px;
  text-align: right;
}
.jshop label {
  margin: 0 15px 0 0;
  display: inline;
  font-size: 15px;
  line-height: 25px;
}
.jshop .total {
  font-weight: bold;
  background-color: #f7fff7;
}
.jshop .product_list_hr {
  height: 1px;
  border-top: 1px solid #aaa;
  margin-bottom: 10px;
}
.jshop .weightorder {
  text-align: right;
  margin-top: 3px;
}
.jshop .shippingfree {
  text-align: right;
  margin-top: 3px;
}
.jshop .price_prod_qty_list .qty_line {
  padding-left: 5px;
  padding-right: 5px;
}
.jshop .price_prod_qty_list .qty_price {
  padding-left: 5px;
  font-weight: bold;
}
.jshop .price_prod_qty_list .qty_price span.per_piece {
  font-weight: normal;
}
.jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
}
.jshop .list_product_demo {
  padding-top: 10px;
}
.jshop .list_product_demo .download {
  padding-left: 5px;
}
.jshop .not_available {
  color: red;
  margin-top: 10px;
}
.jshop .vina-rating {
  display: inline-block;
}
.jshop .product_label {
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}
.jshop .product_label .label_name {
  font-weight: bold;
  color: #950000;
}
.jshop .downlod_order_invoice {
  float: right;
}
.jshop .order_payment_params {
  padding-top: 3px;
  font-size: 11px;
}
.jshop .input_type_radio {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
}
.jshop .groups_list .title {
  width: 150px;
}
.jshop td.attributes_title {
  width: 100px;
}
.jshop span.attributes_description {
  font-style: italic;
  display: block;
}
.jshop span.freeattribut_description {
  font-style: italic;
  display: block;
}
.jshop span.extra_fields_description {
  font-style: italic;
}
.jshop .prod_attr_img {
  vertical-align: top;
}
.jshop .cart .product_name {
  text-align: right;
}
.jshop .prod_qty_input input {
  width: 20px;
}
table.jshop {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}
table.jshop td {
  vertical-align: top;
  font-weight: normal;
}
#jshop_menu_order {
  margin-bottom: 10px;
  border: 1px solid #616161;
}
td.jshop_order_step {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.jshop_order_step a {
  vertical-align: top;
  text-decoration: underline;
  font-size: 12px;
}
.table_order_list {
  background-color: #F8F8F9;
  border: 1px solid #333333;
  width: 100%;
}
img.jshop_img_thumb {
  padding: 1px;
  text-align: center;
  border: 1px solid #808080;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
div.jshop_prod_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
td.jshop_img_description {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
  color: #DE5648;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
  color: #DE5648;
}
.jshop_subtotal .free_discount {
  font-size: 11px;
}
.related_header {
  margin-top: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.td_1 {
  text-align: left;
  font-weight: bold;
}
.td_2 {
  text-align: right;
  font-weight: bold;
}
.jshop_pagination {
  text-align: center;
}
div.jshop_register {
  width: 80%;
  text-align: right;
  padding: 10px;
  padding-left: 0px;
}
div.jshop_register .inputbox {
  width: 240px;
}
.jshop_register .name {
  width: 215px;
}
.register_block .jshop_register .name {
  width: 120px;
}
.editaccount_block .jshop_register .name {
  width: 165px;
}
span.small_header {
  padding-bottom: 3px;
  margin: 0px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
span.jshop_error {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
span.text_pay_without_reg {
  display: block;
  padding-bottom: 10px;
}
a.policy {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
.jshop_payment_method {
  padding-left: 20px;
  line-height: 30px;
  font-weight: 400;
}
#active_step {
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
#order_add_info {
  height: 70px;
}
p.jshop_cart_attribute {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
p.jshop_cart_extra_field {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
.jshop_price {
  color: #950000;
}
span.attr {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}
span.review {
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
.review_text_not_login {
  margin-top: 10px;
  font-style: italic;
}
textarea.jshop {
  border: 1px solid #b0b1b2;
  width: 90%;
}
tr.reviews td {
  padding-bottom: 15px;
}
td.reviews {
  padding-left: 45px;
}
#mxcpr {
  padding-top: 20px;
  text-align: right;
  display: block;
}
#mxcpr a {
  font-size: 9px;
}
.jshop_code_prod {
  color: #999;
  font-weight: normal;
  font-size: 12px;
  display: inherit;
}
.jshop_list_product .block_product {
  padding-bottom: 20px;
}
.jshop_list_product .jshop .old_price {
  text-decoration: line-through;
  font-style: normal;
  padding-bottom: 1px;
}
.jshop_list_product .jshop .not_available {
  margin-top: 4px;
}
.jshop_list_product .product td {
  vertical-align: top;
}
.jshop_list_product .product .image {
  padding-right: 5px;
}
.jshop_list_product .product .name {
  padding-top: 2px;
}
.jshop_list_product .product .description {
  font-size: 11px;
  padding-bottom: 5px;
}
.jshop_list_product .product .buttons {
  padding-top: 2px;
}
.jshop_list_product .product div.count_commentar {
  text-align: center !important;
}
.jshop_list_product .product .taxinfo {
  font-size: 11px;
}
.jshop_list_product .jshop_related {
  padding-bottom: 5px;
}
.jshop_list_product .image_block {
  padding: 2px;
}
.jshop_list_product .box_products_sorting {
  padding-right: 5px;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
}
.jshop_list_product .margin_filter {
  height: 8px;
}
.jshop_list_product .box_manufacrurer {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_category {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .filter_price {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_price_from {
  padding-right: 3px;
}
.jshop_list_product .clear_filter {
  font-size: 10px;
  padding-left: 5px;
}
.jshop_list_product .product .plusshippinginfo,
.jshop_list_product .product .plusshippinginfo a {
  font-size: 11px;
}
.productfull #block_price {
  font-size: 16px;
  font-weight: bold;
}
.productfull .taxinfo {
  font-size: 11px;
}
.productfull .plusshippinginfo {
  font-size: 11px;
}
.productfull .plusshippinginfo a {
  font-size: 11px;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.productfull .prod_buttons .buttons {
  padding-left: 10px;
}
.productfull div.prod_url {
  text-align: right !important;
  background: #F1F1F1 url(//samimed.ir//templates/i30ms_ringo/css/../images/producturl.png) no-repeat 0 0;
  border-bottom: 4px solid #E0DEDE;
  padding: 15px 10px 0 40px;
  height: 45px;
  font-weight: 300;
}
.productfull .image_middle {
  width: 100px;
}
.productfull .manufacturer_name {
  padding-bottom: 10px;
}
.productfull .prod_free_attribs {
  padding-bottom: 10px;
}
.productfull .price_prod_qty_list {
  margin-bottom: 10px;
}
.productfull .button_back {
  padding-top: 10px;
}
.productfull .text_zoom {
  padding-bottom: 5px;
  padding-top: 3px;
}
.productfull .text_zoom img {
  float: left;
  padding-right: 5px;
}
.productfull a.lightbox:hover {
  color: #000 !important;
}
.jshop_subtotal .plusshippinginfo,
.jshop_subtotal .plusshippinginfo a {
  font-size: 11px;
}
.jshop_list_manufacturer .manufacturer td {
  vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image {
  padding-right: 5px;
}
.shipping_weight_to_price {
  margin-left: 24px;
  margin-top: 5px;
  border: 1px solid #000;
}
.shipping_weight_to_price .price {
  padding-left: 5px;
}
span.prod_attr_img {
  padding-left: 5px;
}
span.prod_attr_img img {
  width: 20px;
  height: 20px;
}
.radio_attr_label img {
  width: 20px;
  height: 20px;
}
.review_header {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.review_item {
  text-align: justify;
  line-height: 30px;
    background: #F2F2F2;
    margin-bottom: 10px;
    color: #828282 !important;
    padding: 4px 10px;
    font: 14px Vazir, 'Roboto Condensed';
    border-radius: 6px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  direction: rtl;
}
.review_item:hover {
    background: #3F51B5;
    color: #fff !important;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.review_user {
  font-weight: normal;
  font-size: 15px;
}
.review_text {
  padding-top: 2px;
  font-weight: 300;
  padding-bottom: 2px;
  direction: rtl;
}
.review_mark {
  color: #333333;
  height: 18px;
}
#jshop_review_write .inputbox {
  width: 180px;
}
.stars_no_active {
  height: 16px;
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.stars_active {
  height: 16px;
  background-image: url(//samimed.ir//templates/i30ms_ringo/css/../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px -16px;
}
.vendordetailinfo .name {
  width: 130px;
}
.requiredtext {
  padding-bottom: 10px;
  color: #A00;
  font-size: 13px;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data .name {
  font-weight: bold;
}
.jshop_profile_data span {
  font-weight: bold;
}
.jshop_profile_data span.subinfo {
  font-size: 10px;
}
.jshop_profile_data .jshop_user_group_info {
  font-size: 10px;
}
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a {
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_2,
.jshop_menu_level_2_a {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: bold !important;
}
.label_products .block_item {
  margin-bottom: 10px;
}
.top_rating .block_item {
  margin-bottom: 10px;
}
.bestseller_products .block_item {
  margin-bottom: 10px;
}
.latest_products .block_item {
  margin-bottom: 10px;
}
.random_products .block_item {
  margin-bottom: 10px;
}
.jshop_filters .filter_price {
  padding-right: 5px;
}
.jshop_filters .clear_filter {
  display: block;
  font-size: 10px;
}
.jshop_button_print {
  width: 30px;
  float: right;
  padding-top: 3px;
  text-align: right;
}
.extra_fields .extra_fields_group {
  font-weight: bold;
  padding-top: 3px;
}
.filter_characteristic .characteristic_name {
  padding-top: 5px;
}
.filter_characteristic .characteristic_group {
  font-weight: bold;
  padding-top: 5px;
}
.jshop_img_description #list_product_image_thumb {
  display: block;
}
.fielderror {
  background-color: #FFCDD2 !important;
}
.jshop_categ {
  margin-bottom: 20px;
}
.jshop_prod_cart {
  margin-bottom: 20px;
}
.box_price_to #price_to {
  width: 180px;
}
.box_price_from #price_from {
  width: 180px;
}
.vina_jsproduct .jshop_img_description ul {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  margin: 3px 0 0;
}
.vina_jsproduct .jshop_img_description ul .jshop_img_thumb {
  cursor: pointer;
  margin: 2px;
}
.vina_jsproduct .jshop_img_description ul li {
  max-width: 87px;
}
.module {
  margin-top: 20px;
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
}
.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f89406;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #46a546;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #555;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
@media (max-width: 1200px) {
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
  }
  .responsive #sp-main-menu ul.level-0 {
    margin: 0 3px 0px 0px;
  }
  .responsive #sp-main-menu ul.level-0 > li > a {
    width: 88px;
    height: 88px;
    font-size: 14px;
    border: 3px solid #f9f9f9;
  }
  .responsive #sp-main-menu ul.level-0 > li > a:hover {
    border: 3px solid #f9f9f9;
  }
  .responsive #sp-main-menu ul.level-0 > li > a.menu-3 {
    padding: 60px 5px 5px;
    background-position: 55px 15px;
    width: 103px;
    height: 103px;
  }
  .responsive #sp-main-menu ul.level-0 > li > a.menu-3:hover {
    background-position: 55px -135px;
  }
  .responsive .vina-cart-small .shopping_cart > a:first-child {
    width: 44px;
    height: 44px;
  }
  .responsive #sp-header-wrapper .search {
    margin: 3px 0px;
  }
  .responsive .icon_search {
    width: 44px;
    height: 44px;
  }
  .responsive .module .header-module h3 {
    font-size: 14px;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    top: 40px !important;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier {
    width: 33%;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier.img-slier-1 {
    width: 50%;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 26px;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box {
    padding: 22px 0 22px 70px;
    background-position: 10px center;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-content {
    font-size: 12px;
  }
  .responsive .menu-image {
    display: none;
  }
  .responsive .image-block .actions {
    bottom: 0px !important;
    border-bottom: 1px solid #fff !important;
  }
  .responsive .image-block .actions button.button span span {
    font-size: 14px;
    padding: 0 2px;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img,
  .responsive .vina-main-product.vina-main-product-3 .image-block .jshop_img {
    width: 75px;
  }
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-top: 24px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img {
    margin-top: 24px;
  }
  .responsive .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .responsive .banner-home-content .home-box-iner {
    background-position: 10px 29px;
    padding: 20px 0 20px 65px;
  }
  .responsive .banner-home-content .home-box-iner:hover {
    background-position: 10px -187px;
  }
  .responsive .vina-newsletter-right .vina-newsletter form .acymailing_form {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .responsive .zoomContainer {
    display: none !important;
  }
  .responsive #sp-header-wrapper [class*="span"] {
    width: 100%;
    float: left;
  }
  .responsive #sp-header-wrapper [class*="span"]#sp-menu {
    float: right;
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    width: 100% !important;
    background-position: 50%;
    background-size: auto;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    top: 10px !important;
    width: 45% !important;
    margin-left: 2% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 {
    margin-right: 2% !important;
    text-align: right;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .title-slider2 {
    text-align: right;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .link-slider2 {
    float: right;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 22px;
  }
  .responsive .vina-camera-slider .cameraContents .subtitle {
    font-size: 14px;
    padding: 5px 0 20px;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .intro {
    display: none;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .subtitle {
    margin-top: 20px;
  }
  .responsive .vina-feature-4 .vina-camera-slider .cameraContents .link-slider2 {
    margin-top: 20px;
  }
  .responsive .vina-list-2 .list-left-item p {
    padding-right: 15px;
  }
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .responsive .vina-list-2 .list-right-item p {
    padding-left: 15px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .responsive .vina-header2 {
    float: none;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .responsive .vina-header2 .custom.vina-header2 {
    display: inline-block;
  }
  .responsive .vina-cart-small {
    float: left;
  }
  .responsive .vina-cart-small .shopping_cart {
    float: none;
    display: inline-block;
  }
  .responsive .vina-cart-small .shopping_cart > a:first-child {
    float: none;
    margin-top: 0;
  }
  .responsive .moduletable.vina-search {
    float: left;
    margin-left: 5px;
  }
  .responsive .vina-search .block-search-top {
    float: none;
    margin-top: 0;
  }
  .responsive .vina-search .block-search-top {
    float: none;
    margin-top: 0;
  }
  .responsive #sp-header-wrapper .search {
    margin: 0;
  }
  .responsive .vina-who-online .who-online,
  .responsive .vina-who-online .who-online-des {
    margin: 0 0px 0 0;
  }
  .responsive .des-container .ratings {
    position: initial;
    width: 100%;
  }
  .responsive .banner-home-content .home-box-iner {
    background-position: 50% 20px;
    padding: 80px 10px 20px;
    text-align: center;
  }
  .responsive .banner-home-content .home-box-iner .banner-content {
    font-size: 12px;
  }
  .responsive .cart-collaterals .discount .discount-form .input-box {
    width: 100%;
  }
  .responsive .cart-collaterals .discount .discount-form .input-box .inputbox {
    width: 100%;
  }
  .responsive .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .responsive .row-offcanvas-right {
    right: 0;
  }
  .responsive .row-offcanvas-left {
    right: 0;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    left: -50%;
    right: auto;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    right: -50%;
    left: auto;
  }
  .responsive .row-offcanvas-right.active {
    right: 50%;
  }
  .responsive .row-offcanvas-left.active {
    left: -50%;
  }
  .responsive .row-offcanvas-right.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .row-offcanvas-left.active
		.sidebar-offcanvas {
    right: 0%;
  }
  .responsive .sidebar-offcanvas {
    position: fixed !important;
    top: 0 !important;
    width: 50%;
    height: auto;
    overflow-y: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .responsive .sidebar-offcanvas ul {
    width: 100% !important;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .responsive .vina-banner-right .block-banner-right .banner-box {
    padding: 10px 0 10px 50px;
    background-size: 20%;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-title {
    font-size: 18px;
    line-height: 20px;
  }
  .responsive .vina-banner-right .block-banner-right .banner-box .banner-content {
    font-size: 12px;
  }
  .responsive .vina-newsletter form .acymailing_introtext {
    width: 100%;
  }
  .responsive .vina-newsletter form .acymailing_introtext label {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-follow-us .follow-us-content ul {
    padding: 0px 92px;
  }
  .responsive #sp-bottom-wrapper .module .header-module h3 {
    font-size: 15px;
  }
  .responsive .latest_products .image-block .actions button.button span {
    width: 30px;
    overflow: hidden;
  }
  .responsive .jshop_related block_product .image-block .actions button.button span,
  .responsive .jshop_list_product .image-block .actions button.button span {
    width: 40px;
    overflow: hidden;
  }
  .responsive .vina-newsletter-right form .acymailing_module_form {
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_introtext {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .responsive .vina-newsletter-right form .acymailing_introtext label {
    margin: 0;
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_form {
    width: 100%;
  }
  .responsive .vina-newsletter-right form .acymailing_form input.inputbox {
    width: 100% !important;
  }
  .responsive .vina-follow-us-right .vina-follow-us .follow-us-content ul {
    padding: 0;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img,
  .responsive .vina-main-product.vina-main-product-3 .image-block .jshop_img {
    width: 55px;
  }
  .responsive .vina-main-product.vina-main-product-2 .des-container .product-name,
  .responsive .vina-main-product.vina-main-product-3 .des-container .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .responsive.bg {
    padding-left: 0;
    padding-right: 0;
  }
  .responsive .container {
    padding: 0 15px;
  }
  .responsive #sp-top1 {
    text-align: center;
  }
  .responsive #sp-top1 .currency-language {
    text-align: center;
    display: inline-block;
  }
  .responsive #sp-top1 .currency-language .top-language,
  .responsive #sp-top1 .currency-language .top-currency {
    display: inline-block;
    float: left;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 50% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text_2 .title-slider2 {
    text-align: right;
    font-size: 20px;
  }
  .responsive .vina-camera-slider .cameraContents .subtitle {
    padding: 5px 0 10px;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 10px;
  }
  .responsive .vina-camera-slider .cameraContents h3.subtitle-slider2 {
    padding: 10px 30px;
  }
  .responsive .vina-banner-main img {
    margin-bottom: 20px;
  }
  .responsive .vina-right-product .item .product-image {
    width: auto !important;
    float: left;
    margin-right: 10px;
  }
  .responsive #sp-bottom-wrapper .module {
    margin-bottom: 20px;
  }
  .responsive .banner-feature-right a img {
    width: 100%;
  }
  .responsive #sp-right {
    margin-top: 20px;
  }
  .responsive .vina-list-2 .list-right-item h3,
  .responsive .vina-list-2 .list-left-item h3 {
    line-height: 30px;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img,
  .responsive .vina-list-2 .list-left-item .list-2-img {
    margin-top: 15px;
  }
  .responsive .vina-testinomials {
    margin-top: 20px;
  }
  .responsive #sp-footer-wrapper #sp-footer2 {
    text-align: left;
  }
  .responsive .vina-main-product.vina-main-product-2 .image-block .jshop_img {
    width: 100%;
  }
  .responsive .vina-main-product.vina-main-product-2 .des-container {
    width: 100%;
  }
  .responsive .vina-main-product.vina-main-product-3 .item {
    margin: 10px 0px;
  }
  .responsive .vina-main-product.vina-main-product-3 .item .image-block {
    width: 20%;
  }
  .responsive .vina-main-product.vina-main-product-3 .item .des-container {
    width: 80%;
  }
  .responsive .vina-product-3 .item {
    margin: 0 auto;
    text-align: center;
  }
  .responsive .vina-product-3 .item .des-container {
    display: inline-block;
  }
  .responsive .jshop_related block_product,
  .responsive .jshop_list_product {
    text-align: center;
  }
  .responsive .jshop_related block_product .image-block,
  .responsive .jshop_list_product .image-block {
    display: inline-block;
    margin: 0 auto;
  }
  .responsive .jshop_related block_product .des-container,
  .responsive .jshop_list_product .des-container {
    text-align: center;
  }
  .responsive .jshop-cart form {
    width: 100%;
    display: inline-block;
  }
  .responsive .jshop-cart #shopping-cart-table {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table thead,
  .responsive .jshop-cart #shopping-cart-table tbody,
  .responsive .jshop-cart #shopping-cart-table tfoot {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table tbody tr {
    width: 100%;
    float: left;
  }
  .responsive .jshop-cart #shopping-cart-table .item-options p.jshop_cart_attribute {
    line-height: 20px;
  }
  .responsive .jshop-cart .data-table .vina-button {
    margin-bottom: 10px;
  }
  .responsive .jshop-cart .data-table .product-name {
    width: 180px;
  }
  .responsive .cart-collaterals .crosssell {
    margin-bottom: 20px;
  }
  .responsive .account-login .row-fluid,
  .responsive .account-logout .row-fluid {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .responsive .latest_products .span4 {
    width: 33.33% !important;
    float: left !important;
    margin: 0 !important;
  }
  .responsive .latest_products .span4 .item {
    margin: 0 10px;
  }
  .responsive .latest_products .image-block .actions button.button span {
    width: 30px;
  }
}
@media (max-width: 599px) {
  .responsive .vina-menu-top {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .responsive .vina-menu-top ul.nav {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  .responsive .vina-who-online {
    float: left;
    text-align: center;
    width: 100%;
  }
  .responsive .vina-camera-slider .cameraContents h2.title {
    font-size: 17px;
  }
  .responsive .vina-camera-slider .cameraContents h3.subtitle-slider2 {
    display: none;
  }
  .responsive .image-block {
    background: #fff;
  }
  .responsive .image-block a.image-link {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: 80px;
    overflow: hidden;
  }
  .responsive .latest_products .row-fluid .span4 {
    margin-top: 20px;
  }
  .responsive .latest_products .row-fluid .span4:first-child {
    margin-top: 0px;
  }
  .responsive #sp-footer-wrapper ul {
    float: left;
  }
  .responsive .vina-header2 {
    position: initial;
  }
  .responsive .vina-cart-small .shopping_cart {
    position: initial;
  }
  .responsive .icon_search {
    position: initial;
  }
  .responsive .vina-list-2 .list-left-item,
  .responsive .vina-list-2 .list-right-item {
    margin: 0 15px;
    padding: 5px 0;
    text-align: center;
  }
  .responsive .vina-list-2 .list-right-item .list-2-img,
  .responsive .vina-list-2 .list-left-item .list-2-img {
    width: 100%;
    margin: 0;
  }
  .responsive .vina-list-2 .list-right-item h3,
  .responsive .vina-list-2 .list-left-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  .responsive .vina-list-2 .list-right-item p,
  .responsive .vina-list-2 .list-left-item p {
    padding: 0;
  }
  .responsive .checkout-step-billing {
    padding: 0;
  }
  .responsive .jshop-cart .data-table .product-name {
    width: 120px;
  }
  .responsive .jshop-cart .data-table td .product-image {
    width: 75px;
  }
  .responsive .row-offcanvas-right
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-left
		.sidebar-offcanvas {
    right: -80%;
  }
  .responsive .row-offcanvas-right.active {
    right: 80%;
  }
  .responsive .row-offcanvas-left.active {
    left: 80%;
  }
  .responsive .sidebar-offcanvas {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .responsive .vina-menu-top ul.nav {
    margin-top: 10px;
  }
  .responsive .vina-menu-top ul.nav > li > a > img {
    width: 40px;
  }
  .responsive .vina-camera-slider .camera_caption {
    left: 20% !important;
  }
  .responsive .vina-camera-slider .camera_caption.caption_text {
    display: none !important;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier {
    width: 50%;
  }
  .responsive .vina-camera-slider .camera_caption img.img-slier.img-slier-1 {
    width: 70%;
  }
  .responsive .vina-newsletter form .acymailing_introtext {
    width: 100%;
  }
  .responsive .vina-newsletter form .acymailing_introtext label {
    width: 100%;
    text-align: center;
  }
  .responsive .vina-follow-us .follow-us-content ul {
    padding: 0px 20px;
  }
  .responsive .vina-list-2 .list-col {
    width: 100%;
  }
  .responsive .vina-list-2 .list-left {
    border-right: medium none;
  }
  .responsive .data-table {
    box-sizing: border-box;
  }
  .responsive .data-table thead {
    display: none !important;
  }
  .responsive .data-table colgroup {
    display: none !important;
  }
  .responsive .data-table tbody {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .responsive .data-table tbody th,
  .responsive .data-table tbody td,
  .responsive .data-table tbody tr,
  .responsive .data-table tbody col {
    width: 100%;
    float: left;
    box-sizing: border-box;
    text-align: left;
  }
  .responsive .data-table .button {
    float: left !important;
    margin: 0px 5px 5px 0px !important;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    text-align: left;
  }
  .responsive .jshop-cart #shopping-cart-table td {
    line-height: 60px;
    text-align: left;
  }
  .responsive .form-list .field {
    width: 100%;
  }
  .responsive .form-list .input-box {
    width: 100%;
  }
  .responsive .form-list .input-box input,
  .responsive .form-list .input-box select {
    width: 100%;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: auto;
  }
  .responsive #wishlist-table.data-table input.qty {
    margin-bottom: 10px;
  }
  .responsive .jshop-cart #shopping-cart-table .product-name {
    margin: 0;
  }
  .responsive .jshop-cart #shopping-cart-table .item-options {
    text-align: left;
  }
}
@media (max-width: 320px) {
  .responsive .vina-menu-top ul.nav li {
    width: 20%;
  }
  .responsive .vina-menu-top ul.nav li:hover .image-title {
    display: none;
  }
  .responsive #sp-header-wrapper .logo-wrapper .logo {
    background-size: 100%;
  }
  .responsive .image-block .actions button.button span {
    width: 60px;
  }
  .responsive .vina-carousel-jshopping .image-block .actions button.button span {
    width: 60px;
  }
  .responsive div.acymailing_module,
  .responsive .acymailing_module div {
    width: 100%;
  }
}
.fixed .hidden-desktop {
  display: none;
}

/*SC_GROUP_CSS*//*SC_CSS_NOT_CONTENT*/
