﻿/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/css/themes/v3/icons/font-awesome/fonts/fontawesome-webfont.eot');
  src: url('/static/css/themes/v3/icons/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  	url('/static/css/themes/v3/icons/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), 
  	url('/static/css/themes/v3/icons/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), 
  	url('/static/css/themes/v3/icons/font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fi {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fi-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fi-2x {
  font-size: 2em;
}
.fi-3x {
  font-size: 3em;
}
.fi-4x {
  font-size: 4em;
}
.fi-5x {
  font-size: 5em;
}
.fi-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fi-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fi-ul > li {
  position: relative;
}
.fi-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fi-li.fi-lg {
  left: -1.8571428571428572em;
}
.fi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fi.pull-left {
  margin-right: .3em;
}
.fi.pull-right {
  margin-left: .3em;
}
.fi-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fi-stack-1x,
.fi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fi-stack-1x {
  line-height: inherit;
}
.fi-stack-2x {
  font-size: 2em;
}
.fi-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fi-glass:before {
  content: "\f000";
}
.fi-music:before {
  content: "\f001";
}
.fi-search:before {
  content: "\f002";
}
.fi-envelope-o:before {
  content: "\f003";
}
.fi-heart:before {
  content: "\f004";
}
.fi-star:before {
  content: "\f005";
}
.fi-star-o:before {
  content: "\f006";
}
.fi-user:before {
  content: "\f007";
}
.fi-film:before {
  content: "\f008";
}
.fi-th-large:before {
  content: "\f009";
}
.fi-th:before {
  content: "\f00a";
}
.fi-th-list:before {
  content: "\f00b";
}
.fi-check:before {
  content: "\f00c";
}
.fi-times:before {
  content: "\f00d";
}
.fi-search-plus:before {
  content: "\f00e";
}
.fi-search-minus:before {
  content: "\f010";
}
.fi-power-off:before {
  content: "\f011";
}
.fi-signal:before {
  content: "\f012";
}
.fi-gear:before,
.fi-cog:before {
  content: "\f013";
}
.fi-trash-o:before {
  content: "\f014";
}
.fi-home:before {
  content: "\f015";
}
.fi-file-o:before {
  content: "\f016";
}
.fi-clock-o:before {
  content: "\f017";
}
.fi-road:before {
  content: "\f018";
}
.fi-download:before {
  content: "\f019";
}
.fi-arrow-circle-o-down:before {
  content: "\f01a";
}
.fi-arrow-circle-o-up:before {
  content: "\f01b";
}
.fi-inbox:before {
  content: "\f01c";
}
.fi-play-circle-o:before {
  content: "\f01d";
}
.fi-rotate-right:before,
.fi-repeat:before {
  content: "\f01e";
}
.fi-refresh:before {
  content: "\f021";
}
.fi-list-alt:before {
  content: "\f022";
}
.fi-lock:before {
  content: "\f023";
}
.fi-flag:before {
  content: "\f024";
}
.fi-headphones:before {
  content: "\f025";
}
.fi-volume-off:before {
  content: "\f026";
}
.fi-volume-down:before {
  content: "\f027";
}
.fi-volume-up:before {
  content: "\f028";
}
.fi-qrcode:before {
  content: "\f029";
}
.fi-barcode:before {
  content: "\f02a";
}
.fi-tag:before {
  content: "\f02b";
}
.fi-tags:before {
  content: "\f02c";
}
.fi-book:before {
  content: "\f02d";
}
.fi-bookmark:before {
  content: "\f02e";
}
.fi-print:before {
  content: "\f02f";
}
.fi-camera:before {
  content: "\f030";
}
.fi-font:before {
  content: "\f031";
}
.fi-bold:before {
  content: "\f032";
}
.fi-italic:before {
  content: "\f033";
}
.fi-text-height:before {
  content: "\f034";
}
.fi-text-width:before {
  content: "\f035";
}
.fi-align-left:before {
  content: "\f036";
}
.fi-align-center:before {
  content: "\f037";
}
.fi-align-right:before {
  content: "\f038";
}
.fi-align-justify:before {
  content: "\f039";
}
.fi-list:before {
  content: "\f03a";
}
.fi-dedent:before,
.fi-outdent:before {
  content: "\f03b";
}
.fi-indent:before {
  content: "\f03c";
}
.fi-video-camera:before {
  content: "\f03d";
}
.fi-picture-o:before {
  content: "\f03e";
}
.fi-pencil:before {
  content: "\f040";
}
.fi-map-marker:before {
  content: "\f041";
}
.fi-adjust:before {
  content: "\f042";
}
.fi-tint:before {
  content: "\f043";
}
.fi-edit:before,
.fi-pencil-square-o:before {
  content: "\f044";
}
.fi-share-square-o:before {
  content: "\f045";
}
.fi-check-square-o:before {
  content: "\f046";
}
.fi-arrows:before {
  content: "\f047";
}
.fi-step-backward:before {
  content: "\f048";
}
.fi-fast-backward:before {
  content: "\f049";
}
.fi-backward:before {
  content: "\f04a";
}
.fi-play:before {
  content: "\f04b";
}
.fi-pause:before {
  content: "\f04c";
}
.fi-stop:before {
  content: "\f04d";
}
.fi-forward:before {
  content: "\f04e";
}
.fi-fast-forward:before {
  content: "\f050";
}
.fi-step-forward:before {
  content: "\f051";
}
.fi-eject:before {
  content: "\f052";
}
.fi-chevron-left:before {
  content: "\f053";
}
.fi-chevron-right:before {
  content: "\f054";
}
.fi-plus-circle:before {
  content: "\f055";
}
.fi-minus-circle:before {
  content: "\f056";
}
.fi-times-circle:before {
  content: "\f057";
}
.fi-check-circle:before {
  content: "\f058";
}
.fi-question-circle:before {
  content: "\f059";
}
.fi-info-circle:before {
  content: "\f05a";
}
.fi-crosshairs:before {
  content: "\f05b";
}
.fi-times-circle-o:before {
  content: "\f05c";
}
.fi-check-circle-o:before {
  content: "\f05d";
}
.fi-ban:before {
  content: "\f05e";
}
.fi-arrow-left:before {
  content: "\f060";
}
.fi-arrow-right:before {
  content: "\f061";
}
.fi-arrow-up:before {
  content: "\f062";
}
.fi-arrow-down:before {
  content: "\f063";
}
.fi-mail-forward:before,
.fi-share:before {
  content: "\f064";
}
.fi-expand:before {
  content: "\f065";
}
.fi-compress:before {
  content: "\f066";
}
.fi-plus:before {
  content: "\f067";
}
.fi-minus:before {
  content: "\f068";
}
.fi-asterisk:before {
  content: "\f069";
}
.fi-exclamation-circle:before {
  content: "\f06a";
}
.fi-gift:before {
  content: "\f06b";
}
.fi-leaf:before {
  content: "\f06c";
}
.fi-fire:before {
  content: "\f06d";
}
.fi-eye:before {
  content: "\f06e";
}
.fi-eye-slash:before {
  content: "\f070";
}
.fi-warning:before,
.fi-exclamation-triangle:before {
  content: "\f071";
}
.fi-plane:before {
  content: "\f072";
}
.fi-calendar:before {
  content: "\f073";
}
.fi-random:before {
  content: "\f074";
}
.fi-comment:before {
  content: "\f075";
}
.fi-magnet:before {
  content: "\f076";
}
.fi-chevron-up:before {
  content: "\f077";
}
.fi-chevron-down:before {
  content: "\f078";
}
.fi-retweet:before {
  content: "\f079";
}
.fi-shopping-cart:before {
  content: "\f07a";
}
.fi-folder:before {
  content: "\f07b";
}
.fi-folder-open:before {
  content: "\f07c";
}
.fi-arrows-v:before {
  content: "\f07d";
}
.fi-arrows-h:before {
  content: "\f07e";
}
.fi-bar-chart-o:before {
  content: "\f080";
}
.fi-twitter-square:before {
  content: "\f081";
}
.fi-facebook-square:before {
  content: "\f082";
}
.fi-camera-retro:before {
  content: "\f083";
}
.fi-key:before {
  content: "\f084";
}
.fi-gears:before,
.fi-cogs:before {
  content: "\f085";
}
.fi-comments:before {
  content: "\f086";
}
.fi-thumbs-o-up:before {
  content: "\f087";
}
.fi-thumbs-o-down:before {
  content: "\f088";
}
.fi-star-half:before {
  content: "\f089";
}
.fi-heart-o:before {
  content: "\f08a";
}
.fi-sign-out:before {
  content: "\f08b";
}
.fi-linkedin-square:before {
  content: "\f08c";
}
.fi-thumb-tack:before {
  content: "\f08d";
}
.fi-external-link:before {
  content: "\f08e";
}
.fi-sign-in:before {
  content: "\f090";
}
.fi-trophy:before {
  content: "\f091";
}
.fi-github-square:before {
  content: "\f092";
}
.fi-upload:before {
  content: "\f093";
}
.fi-lemon-o:before {
  content: "\f094";
}
.fi-phone:before {
  content: "\f095";
}
.fi-square-o:before {
  content: "\f096";
}
.fi-bookmark-o:before {
  content: "\f097";
}
.fi-phone-square:before {
  content: "\f098";
}
.fi-twitter:before {
  content: "\f099";
}
.fi-facebook:before {
  content: "\f09a";
}
.fi-github:before {
  content: "\f09b";
}
.fi-unlock:before {
  content: "\f09c";
}
.fi-credit-card:before {
  content: "\f09d";
}
.fi-rss:before {
  content: "\f09e";
}
.fi-hdd-o:before {
  content: "\f0a0";
}
.fi-bullhorn:before {
  content: "\f0a1";
}
.fi-bell:before {
  content: "\f0f3";
}
.fi-certificate:before {
  content: "\f0a3";
}
.fi-hand-o-right:before {
  content: "\f0a4";
}
.fi-hand-o-left:before {
  content: "\f0a5";
}
.fi-hand-o-up:before {
  content: "\f0a6";
}
.fi-hand-o-down:before {
  content: "\f0a7";
}
.fi-arrow-circle-left:before {
  content: "\f0a8";
}
.fi-arrow-circle-right:before {
  content: "\f0a9";
}
.fi-arrow-circle-up:before {
  content: "\f0aa";
}
.fi-arrow-circle-down:before {
  content: "\f0ab";
}
.fi-globe:before {
  content: "\f0ac";
}
.fi-wrench:before {
  content: "\f0ad";
}
.fi-tasks:before {
  content: "\f0ae";
}
.fi-filter:before {
  content: "\f0b0";
}
.fi-briefcase:before {
  content: "\f0b1";
}
.fi-arrows-alt:before {
  content: "\f0b2";
}
.fi-group:before,
.fi-users:before {
  content: "\f0c0";
}
.fi-chain:before,
.fi-link:before {
  content: "\f0c1";
}
.fi-cloud:before {
  content: "\f0c2";
}
.fi-flask:before {
  content: "\f0c3";
}
.fi-cut:before,
.fi-scissors:before {
  content: "\f0c4";
}
.fi-copy:before,
.fi-files-o:before {
  content: "\f0c5";
}
.fi-paperclip:before {
  content: "\f0c6";
}
.fi-save:before,
.fi-floppy-o:before {
  content: "\f0c7";
}
.fi-square:before {
  content: "\f0c8";
}
.fi-bars:before {
  content: "\f0c9";
}
.fi-list-ul:before {
  content: "\f0ca";
}
.fi-list-ol:before {
  content: "\f0cb";
}
.fi-strikethrough:before {
  content: "\f0cc";
}
.fi-underline:before {
  content: "\f0cd";
}
.fi-table:before {
  content: "\f0ce";
}
.fi-magic:before {
  content: "\f0d0";
}
.fi-truck:before {
  content: "\f0d1";
}
.fi-pinterest:before {
  content: "\f0d2";
}
.fi-pinterest-square:before {
  content: "\f0d3";
}
.fi-google-plus-square:before {
  content: "\f0d4";
}
.fi-google-plus:before {
  content: "\f0d5";
}
.fi-money:before {
  content: "\f0d6";
}
.fi-caret-down:before {
  content: "\f0d7";
}
.fi-caret-up:before {
  content: "\f0d8";
}
.fi-caret-left:before {
  content: "\f0d9";
}
.fi-caret-right:before {
  content: "\f0da";
}
.fi-columns:before {
  content: "\f0db";
}
.fi-unsorted:before,
.fi-sort:before {
  content: "\f0dc";
}
.fi-sort-down:before,
.fi-sort-asc:before {
  content: "\f0dd";
}
.fi-sort-up:before,
.fi-sort-desc:before {
  content: "\f0de";
}
.fi-envelope:before {
  content: "\f0e0";
}
.fi-linkedin:before {
  content: "\f0e1";
}
.fi-rotate-left:before,
.fi-undo:before {
  content: "\f0e2";
}
.fi-legal:before,
.fi-gavel:before {
  content: "\f0e3";
}
.fi-dashboard:before,
.fi-tachometer:before {
  content: "\f0e4";
}
.fi-comment-o:before {
  content: "\f0e5";
}
.fi-comments-o:before {
  content: "\f0e6";
}
.fi-flash:before,
.fi-bolt:before {
  content: "\f0e7";
}
.fi-sitemap:before {
  content: "\f0e8";
}
.fi-umbrella:before {
  content: "\f0e9";
}
.fi-paste:before,
.fi-clipboard:before {
  content: "\f0ea";
}
.fi-lightbulb-o:before {
  content: "\f0eb";
}
.fi-exchange:before {
  content: "\f0ec";
}
.fi-cloud-download:before {
  content: "\f0ed";
}
.fi-cloud-upload:before {
  content: "\f0ee";
}
.fi-user-md:before {
  content: "\f0f0";
}
.fi-stethoscope:before {
  content: "\f0f1";
}
.fi-suitcase:before {
  content: "\f0f2";
}
.fi-bell-o:before {
  content: "\f0a2";
}
.fi-coffee:before {
  content: "\f0f4";
}
.fi-cutlery:before {
  content: "\f0f5";
}
.fi-file-text-o:before {
  content: "\f0f6";
}
.fi-building-o:before {
  content: "\f0f7";
}
.fi-hospital-o:before {
  content: "\f0f8";
}
.fi-ambulance:before {
  content: "\f0f9";
}
.fi-medkit:before {
  content: "\f0fa";
}
.fi-fighter-jet:before {
  content: "\f0fb";
}
.fi-beer:before {
  content: "\f0fc";
}
.fi-h-square:before {
  content: "\f0fd";
}
.fi-plus-square:before {
  content: "\f0fe";
}
.fi-angle-double-left:before {
  content: "\f100";
}
.fi-angle-double-right:before {
  content: "\f101";
}
.fi-angle-double-up:before {
  content: "\f102";
}
.fi-angle-double-down:before {
  content: "\f103";
}
.fi-angle-left:before {
  content: "\f104";
}
.fi-angle-right:before {
  content: "\f105";
}
.fi-angle-up:before {
  content: "\f106";
}
.fi-angle-down:before {
  content: "\f107";
}
.fi-desktop:before {
  content: "\f108";
}
.fi-laptop:before {
  content: "\f109";
}
.fi-tablet:before {
  content: "\f10a";
}
.fi-mobile-phone:before,
.fi-mobile:before {
  content: "\f10b";
}
.fi-circle-o:before {
  content: "\f10c";
}
.fi-quote-left:before {
  content: "\f10d";
}
.fi-quote-right:before {
  content: "\f10e";
}
.fi-spinner:before {
  content: "\f110";
}
.fi-circle:before {
  content: "\f111";
}
.fi-mail-reply:before,
.fi-reply:before {
  content: "\f112";
}
.fi-github-alt:before {
  content: "\f113";
}
.fi-folder-o:before {
  content: "\f114";
}
.fi-folder-open-o:before {
  content: "\f115";
}
.fi-smile-o:before {
  content: "\f118";
}
.fi-frown-o:before {
  content: "\f119";
}
.fi-meh-o:before {
  content: "\f11a";
}
.fi-gamepad:before {
  content: "\f11b";
}
.fi-keyboard-o:before {
  content: "\f11c";
}
.fi-flag-o:before {
  content: "\f11d";
}
.fi-flag-checkered:before {
  content: "\f11e";
}
.fi-terminal:before {
  content: "\f120";
}
.fi-code:before {
  content: "\f121";
}
.fi-reply-all:before {
  content: "\f122";
}
.fi-mail-reply-all:before {
  content: "\f122";
}
.fi-star-half-empty:before,
.fi-star-half-full:before,
.fi-star-half-o:before {
  content: "\f123";
}
.fi-location-arrow:before {
  content: "\f124";
}
.fi-crop:before {
  content: "\f125";
}
.fi-code-fork:before {
  content: "\f126";
}
.fi-unlink:before,
.fi-chain-broken:before {
  content: "\f127";
}
.fi-question:before {
  content: "\f128";
}
.fi-info:before {
  content: "\f129";
}
.fi-exclamation:before {
  content: "\f12a";
}
.fi-superscript:before {
  content: "\f12b";
}
.fi-subscript:before {
  content: "\f12c";
}
.fi-eraser:before {
  content: "\f12d";
}
.fi-puzzle-piece:before {
  content: "\f12e";
}
.fi-microphone:before {
  content: "\f130";
}
.fi-microphone-slash:before {
  content: "\f131";
}
.fi-shield:before {
  content: "\f132";
}
.fi-calendar-o:before {
  content: "\f133";
}
.fi-fire-extinguisher:before {
  content: "\f134";
}
.fi-rocket:before {
  content: "\f135";
}
.fi-maxcdn:before {
  content: "\f136";
}
.fi-chevron-circle-left:before {
  content: "\f137";
}
.fi-chevron-circle-right:before {
  content: "\f138";
}
.fi-chevron-circle-up:before {
  content: "\f139";
}
.fi-chevron-circle-down:before {
  content: "\f13a";
}
.fi-html5:before {
  content: "\f13b";
}
.fi-css3:before {
  content: "\f13c";
}
.fi-anchor:before {
  content: "\f13d";
}
.fi-unlock-alt:before {
  content: "\f13e";
}
.fi-bullseye:before {
  content: "\f140";
}
.fi-ellipsis-h:before {
  content: "\f141";
}
.fi-ellipsis-v:before {
  content: "\f142";
}
.fi-rss-square:before {
  content: "\f143";
}
.fi-play-circle:before {
  content: "\f144";
}
.fi-ticket:before {
  content: "\f145";
}
.fi-minus-square:before {
  content: "\f146";
}
.fi-minus-square-o:before {
  content: "\f147";
}
.fi-level-up:before {
  content: "\f148";
}
.fi-level-down:before {
  content: "\f149";
}
.fi-check-square:before {
  content: "\f14a";
}
.fi-pencil-square:before {
  content: "\f14b";
}
.fi-external-link-square:before {
  content: "\f14c";
}
.fi-share-square:before {
  content: "\f14d";
}
.fi-compass:before {
  content: "\f14e";
}
.fi-toggle-down:before,
.fi-caret-square-o-down:before {
  content: "\f150";
}
.fi-toggle-up:before,
.fi-caret-square-o-up:before {
  content: "\f151";
}
.fi-toggle-right:before,
.fi-caret-square-o-right:before {
  content: "\f152";
}
.fi-euro:before,
.fi-eur:before {
  content: "\f153";
}
.fi-gbp:before {
  content: "\f154";
}
.fi-dollar:before,
.fi-usd:before {
  content: "\f155";
}
.fi-rupee:before,
.fi-inr:before {
  content: "\f156";
}
.fi-cny:before,
.fi-rmb:before,
.fi-yen:before,
.fi-jpy:before {
  content: "\f157";
}
.fi-ruble:before,
.fi-rouble:before,
.fi-rub:before {
  content: "\f158";
}
.fi-won:before,
.fi-krw:before {
  content: "\f159";
}
.fi-bitcoin:before,
.fi-btc:before {
  content: "\f15a";
}
.fi-file:before {
  content: "\f15b";
}
.fi-file-text:before {
  content: "\f15c";
}
.fi-sort-alpha-asc:before {
  content: "\f15d";
}
.fi-sort-alpha-desc:before {
  content: "\f15e";
}
.fi-sort-amount-asc:before {
  content: "\f160";
}
.fi-sort-amount-desc:before {
  content: "\f161";
}
.fi-sort-numeric-asc:before {
  content: "\f162";
}
.fi-sort-numeric-desc:before {
  content: "\f163";
}
.fi-thumbs-up:before {
  content: "\f164";
}
.fi-thumbs-down:before {
  content: "\f165";
}
.fi-youtube-square:before {
  content: "\f166";
}
.fi-youtube:before {
  content: "\f167";
}
.fi-xing:before {
  content: "\f168";
}
.fi-xing-square:before {
  content: "\f169";
}
.fi-youtube-play:before {
  content: "\f16a";
}
.fi-dropbox:before {
  content: "\f16b";
}
.fi-stack-overflow:before {
  content: "\f16c";
}
.fi-instagram:before {
  content: "\f16d";
}
.fi-flickr:before {
  content: "\f16e";
}
.fi-adn:before {
  content: "\f170";
}
.fi-bitbucket:before {
  content: "\f171";
}
.fi-bitbucket-square:before {
  content: "\f172";
}
.fi-tumblr:before {
  content: "\f173";
}
.fi-tumblr-square:before {
  content: "\f174";
}
.fi-long-arrow-down:before {
  content: "\f175";
}
.fi-long-arrow-up:before {
  content: "\f176";
}
.fi-long-arrow-left:before {
  content: "\f177";
}
.fi-long-arrow-right:before {
  content: "\f178";
}
.fi-apple:before {
  content: "\f179";
}
.fi-windows:before {
  content: "\f17a";
}
.fi-android:before {
  content: "\f17b";
}
.fi-linux:before {
  content: "\f17c";
}
.fi-dribbble:before {
  content: "\f17d";
}
.fi-skype:before {
  content: "\f17e";
}
.fi-foursquare:before {
  content: "\f180";
}
.fi-trello:before {
  content: "\f181";
}
.fi-female:before {
  content: "\f182";
}
.fi-male:before {
  content: "\f183";
}
.fi-gittip:before {
  content: "\f184";
}
.fi-sun-o:before {
  content: "\f185";
}
.fi-moon-o:before {
  content: "\f186";
}
.fi-archive:before {
  content: "\f187";
}
.fi-bug:before {
  content: "\f188";
}
.fi-vk:before {
  content: "\f189";
}
.fi-weibo:before {
  content: "\f18a";
}
.fi-renren:before {
  content: "\f18b";
}
.fi-pagelines:before {
  content: "\f18c";
}
.fi-stack-exchange:before {
  content: "\f18d";
}
.fi-arrow-circle-o-right:before {
  content: "\f18e";
}
.fi-arrow-circle-o-left:before {
  content: "\f190";
}
.fi-toggle-left:before,
.fi-caret-square-o-left:before {
  content: "\f191";
}
.fi-dot-circle-o:before {
  content: "\f192";
}
.fi-wheelchair:before {
  content: "\f193";
}
.fi-vimeo-square:before {
  content: "\f194";
}
.fi-turkish-lira:before,
.fi-try:before {
  content: "\f195";
}
.fi-plus-square-o:before {
  content: "\f196";
}

@charset "UTF-8";.photoslots .instructions ul{list-style:none;margin:0;padding:0}#replyto a,.user-comments .comment .inreplyto a,.user-comments .comment a.replies,.user-comments .comment h3 a{color:#15a;text-decoration:none}#replyto a:hover,.user-comments .comment .inreplyto a:hover,.user-comments .comment a.replies:hover,.user-comments .comment h3 a:hover{text-decoration:underline;color:#039}.inpagetitle,.photoslots h3{border-radius:5px;background:#d0d6ee;padding:5px 10px;margin:5px 0;font-size:14px}.clear{clear:both;height:0;overflow:hidden}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-Thin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-ExtraLight.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(/static/styles/v3.1/assets/fonts/vazirmatn/fonts/webfonts/Vazirmatn-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}.shuffle-a>div{display:none}.lt-ie8 .shuffle-a div{display:block}#cornerbanner-br{position:fixed;right:0;bottom:0;display:none}@media all and (min-width:1150px){#cornerbanner-br{display:block}}#maincolumn .accordion h4{padding-right:22px;background-image:url(/static/styles/v3.1/assets/images/tickle.expand.png);background-repeat:no-repeat;background-position:100% 50%;cursor:pointer}#maincolumn .accordion h4.collapsed{background-image:url(/static/styles/v3.1/assets/images/tickle.collapse.png)}.dd-nav{position:absolute;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);background:#fff;border:1px solid #aaa;overflow:auto;max-height:240px;max-height:15rem}.dd-nav a{padding:5px;border-top:1px solid #ccc;display:block;color:#333;white-space:nowrap;text-decoration:none;direction:ltr}.dd-nav a:first-child{border-top:none}.dd-nav a:hover{background:#eee}.dd-nav a img{vertical-align:middle;border:1px solid #aaa;margin:0 5px 0 0;border-radius:1px;width:20px;height:26px}#mainmenu{background:url(/static/styles/v3.1/assets/images/allsprites.png) repeat-x 0 -122px;line-height:35.2px;line-height:2.2rem;height:35.2px;height:2.2rem;margin-right:calc(10rem + 3px);direction:rtl}#mainmenu ul{list-style:none;margin:0;padding:0}#mainmenu ul li{float:right;border-left:1px solid #fff}#mainmenu ul li.alt{float:left;border:none}#mainmenu ul li.separator{border-left:1px solid #e4e4e4;border-right:1px solid #fff;height:35.2px;height:2.2rem}#mainmenu ul li a.level0,#mainmenu ul li>a{display:block;padding:0 12.8px;padding:0 .8rem;text-decoration:none;color:#333;border-collapse:collapse;border-top:4px solid #ccc;height:35.2px;height:2.2rem;font-size:105%}#mainmenu ul li.alt a{color:#666;border-color:#cecece}#mainmenu ul li.alt a:hover{border-color:#999;background-image:none;text-decoration:underline}#mainmenu ul li.c0 a{border-color:#68c76c}#mainmenu ul li.c1 a{border-color:#b9d210}#mainmenu ul li.c1-5 a{border-color:#ffc107}#mainmenu ul li.c2 a{border-color:#f90}#mainmenu ul li.c3 a{border-color:#dc5b7d}#mainmenu ul li.c4 a{border-color:#e23662}#mainmenu ul li.c5 a{border-color:#b731ce}#mainmenu ul li.c6 a{border-color:#486cd6}#mainmenu ul li.c7 a{border-color:#29abd1}#mainmenu ul li.dropdown:hover{border:1px solid #555;margin:-1px -1px 0 0;-webkit-box-shadow:1px 2px 4px rgba(0,0,0,.15);box-shadow:1px 2px 4px rgba(0,0,0,.15)}#mainmenu ul li div.submenu{border:1px solid #555;border-top:0;position:absolute;background-color:#fff;line-height:22.4px;line-height:1.4rem;margin-right:-1px;width:200px;width:12.5rem;display:none;z-index:10000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.15);box-shadow:0 2px 5px rgba(0,0,0,.15)}#mainmenu ul li.dropdown.hover div.submenu,#mainmenu ul li.dropdown:hover div.submenu{display:block}#mainmenu ul li.dropdown div.submenu span{display:block;background-color:#000;height:1px;width:67.2px;width:4.2rem;float:left}#mainmenu ul li.dropdown div.submenu .shadow1{background-color:#000;position:absolute;width:3px;margin-right:-4px;float:right}#mainmenu ul li.dropdown div.submenu .shadow2{background-color:#000;position:absolute;height:3px;margin-top:1px;margin-right:-1px}#mainmenu ul div.submenu a{display:block;padding:2px 25px 2px 5px;margin:0;border-bottom:1px solid #e4e4e4;text-decoration:none;color:#666;background-repeat:no-repeat;background-position:98% 50%;background-size:1rem}#mainmenu ul div.submenu.noicon a{padding:2px 10px}#mainmenu ul div.submenu a.separator{border-bottom:2px solid #999}#mainmenu ul div.submenu a:hover{background-color:#eee}#mainmenu ul div.submenu a.phones{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='365.449' height='365.449' fill='%23555'%3E%3Cpath d='M281.507 10.85C274.279 3.614 265.71 0 255.813 0H109.637Q94.788 0 83.94 10.85c-7.233 7.229-10.85 15.796-10.85 25.693v292.361q0 14.845 10.85 25.693 10.848 10.851 25.697 10.852h146.176c9.896 0 18.466-3.621 25.693-10.852q10.851-10.848 10.852-25.693V36.543c0-9.897-3.613-18.46-10.851-25.693M159.885 36.543h45.685q4.567 0 4.565 4.569.001 4.569-4.565 4.57h-45.685q-4.568-.001-4.568-4.57-.001-4.569 4.568-4.569m38.976 308.493q-6.712 6.705-16.135 6.707-9.42-.002-16.13-6.707-6.711-6.717-6.711-16.132c0-6.283 2.24-11.66 6.711-16.133 4.471-4.469 9.851-6.714 16.13-6.714 6.284 0 11.66 2.245 16.135 6.714q6.709 6.709 6.708 16.133c-.001 9.424-2.238 11.656-6.708 16.132m66.093-61.811c0 2.471-.903 4.62-2.714 6.424-1.813 1.807-3.949 2.707-6.42 2.707H109.637q-3.711 0-6.423-2.707c-2.712-2.707-2.712-3.953-2.712-6.424V82.229q0-3.713 2.712-6.423c1.809-1.805 3.949-2.714 6.423-2.714h146.176c2.478 0 4.616.905 6.427 2.714 1.811 1.807 2.71 3.949 2.71 6.423v200.995h.004z'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.watches{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23555' viewBox='0 0 448 448'%3E%3Cpath d='M367.191 208c-4.95-49.84-32.808-92.89-72.85-118.63L272 0H144l-22.36 89.443C77.387 117.905 48 167.474 48 224s29.386 106.093 73.64 134.556L144 448h128l22.342-89.371c40.041-25.742 67.899-68.791 72.849-118.629H400v-32zM208 352c-70.58 0-128-57.421-128-128S137.42 96 208 96s128 57.421 128 128-57.42 128-128 128'/%3E%3Cpath d='M224 225.231V144h-32v91.088l40.383 58.271 26.161-18.095z'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.tablets{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23555' viewBox='0 0 512 512'%3E%3Cpath d='M405.333 0H106.667c-29.44 0-53.333 23.893-53.333 53.333v405.333c0 29.44 23.893 53.333 53.333 53.333h298.667c29.44 0 53.333-23.893 53.333-53.333V53.333C458.667 23.893 434.773 0 405.333 0M256 490.667c-17.707 0-32-14.293-32-32s14.293-32 32-32 32 14.293 32 32-14.293 32-32 32m160-85.334H96V64h320z'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.compare{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='16' height='16' fill='%23555'%3E%3Cpath d='M6.5 1.5H2.9c-.8 0-1.5.7-1.5 1.5v10.2c0 .8.7 1.5 1.5 1.5h3.6V16H8V0H6.5zm0 10.9H2.9L6.5 8zM13.1 1.5H9.5V3h3.6v9.5L9.5 8v6.5h3.6c.8 0 1.5-.7 1.5-1.5V2.9c-.1-.8-.7-1.4-1.5-1.4'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.finder{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555' viewBox='0 0 515.558 515.558'%3E%3Cpath d='M378.344 332.78c25.37-34.645 40.545-77.2 40.545-123.333C418.889 93.963 324.928.002 209.444.002S0 93.963 0 209.447s93.961 209.445 209.445 209.445c46.133 0 88.692-15.177 123.337-40.547l137.212 137.212 45.564-45.564zm-168.899 21.667c-79.958 0-145-65.042-145-145s65.042-145 145-145 145 65.042 145 145-65.043 145-145 145'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.price{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555' viewBox='0 0 32 32'%3E%3Cpath d='M29 2H18.494c-.819 0-1.59.319-2.168.898L2.898 16.325c-.579.58-.898 1.35-.898 2.169s.319 1.589.898 2.168l8.44 8.44a3.06 3.06 0 0 0 2.167.896 3.06 3.06 0 0 0 2.168-.896l13.428-13.428c.58-.579.899-1.349.899-2.168V3a1 1 0 0 0-1-1M16.707 23.707a.997.997 0 0 1-1.414 0l-7-7a.999.999 0 1 1 1.414-1.414l7 7a1 1 0 0 1 0 1.414m4-4a.997.997 0 0 1-1.414 0l-7-7a.999.999 0 1 1 1.414-1.414l7 7a1 1 0 0 1 0 1.414M24 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.wallpapers{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555' viewBox='0 0 32 32'%3E%3Cpath d='M7 8.5A1.5 1.5 0 1 1 8.5 10 1.5 1.5 0 0 1 7 8.5m-5 12V5a3 3 0 0 1 3-3h22a3 3 0 0 1 3 3v12.59l-6.29-6.3a1 1 0 0 0-1.46.05l-6.36 7.27-5.25-4.38a1 1 0 0 0-1.29 0zm3-12A3.5 3.5 0 1 0 8.5 5 3.5 3.5 0 0 0 5 8.5m18.05 5-6.3 7.2a1 1 0 0 1-1.39.11L10 16.31l-8 6.86V27a3 3 0 0 0 3 3h22a3 3 0 0 0 3-3v-6.59z' data-name='Layer 47'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.brands{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23555' viewBox='0 0 538.261 538.261'%3E%3Cpath d='M479.337 147.181h-84.42V29.857c0-16.4-13.44-29.857-29.82-29.857H47.157c-16.38 0-29.82 13.457-29.82 29.857v478.548c0 16.4 13.44 29.857 29.82 29.857h432.18c23.1 0 41.58-18.923 41.58-41.631V189.653c.42-23.549-18.48-42.472-41.58-42.472m-92.4 25.231h37.38c4.62 0 8.4 3.785 8.4 8.41 0 4.626-3.78 8.41-8.4 8.41h-37.38c-4.62 0-8.4-3.785-8.4-8.41 0-4.626 3.78-8.41 8.4-8.41M176.517 33.641h59.64c4.62 0 8.4 3.785 8.4 8.41s-3.78 8.41-8.4 8.41h-59.64c-4.62 0-8.4-3.785-8.4-8.41s3.78-8.41 8.4-8.41m-31.08 2.523c3.36-3.364 8.82-3.364 11.76 0 1.68 1.682 2.52 3.785 2.52 5.887 0 2.103-.84 4.205-2.52 5.887-1.26 1.682-3.36 2.523-5.88 2.523-2.1 0-4.2-.841-5.88-2.523s-2.52-3.785-2.52-5.887 1.26-4.205 2.52-5.887m59.22 485.697c-13.86 0-25.2-11.354-25.2-25.231s11.34-25.231 25.2-25.231 25.2 11.354 25.2 25.231-11.34 25.231-25.2 25.231m85.68-332.629v264.925h-247.8V79.898h327.6v67.283h-38.22c-22.68 0-41.58 18.923-41.58 42.051m79.8-7.989c0 2.103-.84 4.205-2.52 5.887s-3.78 2.523-5.88 2.523-4.2-.841-5.88-2.523-2.52-3.785-2.52-5.887.84-4.205 2.52-5.887c2.94-3.364 8.82-3.364 11.76 0 1.68 1.681 2.52 3.784 2.52 5.887m35.7 344.823c-13.02 0-23.52-10.513-23.52-23.549s10.5-23.549 23.52-23.549 23.52 10.513 23.52 23.549-10.5 23.549-23.52 23.549m94.5-59.293h-189v-252.31h189z'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.buy{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' fill='%23555'%3E%3Cpath d='M155.327 57.142c-51.531 0-93.454 44.45-93.454 99.086s41.923 99.086 93.454 99.086 93.455-44.45 93.455-99.086-41.923-99.086-93.455-99.086M367.798 71.321l-.636.002c-21.626.179-41.826 9.31-56.878 25.713-14.788 16.113-22.829 37.37-22.644 59.854s8.577 43.605 23.628 59.473c15.17 15.991 35.265 24.773 56.651 24.773l.646-.002c21.626-.179 41.826-9.311 56.878-25.713 14.788-16.113 22.829-37.37 22.644-59.855-.385-46.594-36.34-84.245-80.289-84.245M371.74 257.358h-7.76c-36.14 0-69.12 13.74-94.02 36.26a181 181 0 0 1 17.78 15.61c16.58 16.58 29.6 35.9 38.7 57.42 8.2 19.38 12.88 39.8 13.97 60.83H512v-29.87c0-77.33-62.92-140.25-140.26-140.25M310.35 427.478c-2.83-45.59-25.94-85.69-60.43-111.39-25.09-18.7-56.21-29.77-89.92-29.77h-9.34C67.45 286.319 0 353.768 0 436.978v17.88h310.65v-17.88c0-3.19-.1-6.36-.3-9.5'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.sell{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555' viewBox='0 0 24 24'%3E%3Cpath d='M17.972 3.054 5.606 8H2.25C1.01 8 0 9.01 0 10.25V13c0 1.178.925 2 2.25 2h.85l.908 6.356A.75.75 0 0 0 4.75 22h3a.753.753 0 0 0 .746-.834l-.59-5.246 10.065 4.026a.76.76 0 0 0 .7-.075.75.75 0 0 0 .329-.621V3.75a.75.75 0 0 0-1.028-.696M21.219 9.336l2.5-2a.751.751 0 0 0-.938-1.172l-2.5 2a.751.751 0 0 0 .938 1.172M21.219 14.664a.751.751 0 0 0-.938 1.172l2.5 2a.753.753 0 0 0 1.055-.117.75.75 0 0 0-.117-1.055zM23.25 11.25h-2.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.reviews{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23555'%3E%3Cpath d='M16.52.606C7.697.606.606 7.821.606 16.644v419.371c0 42.132 34.062 75.824 75.824 75.824h359.461c44.081 0 75.949-35.808 75.949-75.824V272.26c0-8.872-7.166-16.038-16.038-16.038H392.019V16.645c0-8.424-6.773-16.038-16.413-16.038zm79.974 111.801h199.638c21.322 0 21.322 31.983 0 31.983H96.494c-21.322.001-21.322-31.983 0-31.983m0 79.974h199.638c21.374 0 21.374 31.952 0 31.952H96.494c-21.223 0-21.223-31.952 0-31.952m0 79.818h199.638c21.374 0 21.374 31.983 0 31.983H96.494c-21.223 0-21.223-31.983 0-31.983m295.525 15.976h87.868v147.841c0 24.604-19.819 43.872-43.997 43.872-24.177 0-43.872-19.268-43.872-43.872V288.175zM96.494 352.048h199.638c21.374 0 21.374 31.952 0 31.952H96.494c-21.223 0-21.223-31.952 0-31.952'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.ringtones{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23555' viewBox='0 0 415.963 415.963'%3E%3Cpath d='M328.712 264.539c12.928-21.632 21.504-48.992 23.168-76.064 1.056-17.376-2.816-35.616-11.2-52.768-13.152-26.944-35.744-42.08-57.568-56.704-16.288-10.912-31.68-21.216-42.56-35.936l-1.952-2.624c-6.432-8.64-13.696-18.432-14.848-26.656-1.152-8.32-8.704-14.24-16.96-13.76a15.957 15.957 0 0 0-14.88 15.936v285.12c-13.408-8.128-29.92-13.12-48-13.12-44.096 0-80 28.704-80 64s35.904 64 80 64 80-28.704 80-64V165.467c24.032 9.184 63.36 32.576 74.176 87.2-2.016 2.976-3.936 6.176-6.176 8.736-5.856 6.624-5.216 16.736 1.44 22.56 6.592 5.888 16.704 5.184 22.56-1.44 4.288-4.864 8.096-10.56 11.744-16.512.384-.448.737-.928 1.056-1.472'/%3E%3C/svg%3E")}#mainmenu ul div.submenu a.displays{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='376' height='376' fill='%23555'%3E%3Cpath d='M336 44V12H32v32L0 156v18.336c0 16.68 9.896 31.544 24 38.968V364h64V236h64v128h192V216.56c18.224-5.384 32-22.536 32-42.224V156zM44 202.336c-13.184 0-28-10.576-28-30.336h56c0 19.728-14.8 30.336-28 30.336M272 44l16 112h-56l-8-112zm16 128c0 19.6-14.688 30.336-28 30.336-13.608 0-28-10.984-28-30.336zm-172 30.336c-13.184 0-28-10.576-28-30.336h56c0 19.728-14.8 30.336-28 30.336M144 156H88l16-112h48zm16 16h56c0 19.728-14.8 30.336-28 30.336-13.184 0-28-10.576-28-30.336m152 160H184v-96h128zm20-129.664c-13.608 0-28-10.984-28-30.336h56c0 19.6-14.688 30.336-28 30.336'/%3E%3C/svg%3E")}#mainmenu ul li div.thirdmenu{background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -485px -476px}#mainmenu ul li div.thirdmenu_items{background:#fff;border:1px solid #999;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.3);box-shadow:0 2px 4px rgba(0,0,0,.3);margin-right:190px;margin-top:-25px;position:absolute;width:200px;width:12.5rem;z-index:9999;display:none;zoom:1}#mainmenu ul li div.thirdmenu_items a{width:72px;width:4.5rem;padding:0 10px}#mainmenu ul li div.thirdmenu_items td{border-right:1px solid #ccc}#mainmenu ul li div.thirdmenu_items td:first-child{border-right:none}#mainmenu ul li div.thirdmenu:hover div.thirdmenu_items{display:block}#topmenu{padding:6.4px;padding:.4rem;margin:0 160px 0 0;margin:0 10rem 0 0;height:64px;height:4rem;position:relative}#topmenu>ul{list-style:none;margin:1.6px;margin:.1rem;padding:0;height:25.6px;height:1.6rem;direction:rtl}#topmenu>ul li{float:left;margin-right:8px;margin-right:.5rem}#topmenu>ul li a{display:block;background:#fff;border:1px solid #ddd;border-radius:.3rem;line-height:24px;line-height:1.5rem;padding:0 8px;padding:0 .5rem;text-decoration:none;color:#666}#topmenu>ul li a:hover{color:#000;background-color:#e8e9ea}#topmenu>ul li.home{color:#00f}#topmenu div.search{direction:rtl;margin-right:13px;background:#eff3ff;border:2px solid #5a6698;border-radius:3px;margin-top:6.4px;margin-top:.4rem;width:230px;position:relative;-webkit-transition:all .2s;transition:all .2s}#topmenu div.search.focused{border-color:#096;background:#efc}#topmenu div.search form{margin:0;padding:0;height:25.6px;height:1.6rem}#topmenu div.search label{display:block}#topmenu div.search input.terms{border:none;background-color:transparent;margin:0;padding-right:4.8px;padding-right:.3rem;width:200px;float:right;line-height:25.6px;line-height:1.6rem;height:25.6px;height:1.6rem;color:#236;outline:0}#topmenu div.search input.loading{background-position:2px 5px}#topmenu div.search input.submit{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23333' viewBox='0 0 515.558 515.558'%3E%3Cpath d='M378.344 332.78c25.37-34.645 40.545-77.2 40.545-123.333C418.889 93.963 324.928.002 209.444.002S0 93.963 0 209.447s93.961 209.445 209.445 209.445c46.133 0 88.692-15.177 123.337-40.547l137.212 137.212 45.564-45.564zm-168.899 21.667c-79.958 0-145-65.042-145-145s65.042-145 145-145 145 65.042 145 145-65.043 145-145 145'/%3E%3C/svg%3E") no-repeat 50% 50%;background-size:1rem;height:25.6px;height:1.6rem;width:24px;width:1.5rem;border:none;cursor:pointer;position:absolute;left:0;top:0;opacity:.7;-webkit-transition:all .2s;transition:all .2s}#topmenu div.search input.submit:hover{opacity:1}#topmenu div.results{position:absolute;z-index:9999;background:#fff;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.2);box-shadow:2px 2px 2px rgba(0,0,0,.2);border:2px solid #666;border-top:none;margin-right:-2px}#topmenu div.results ul{list-style:none;margin:0;padding:0;direction:ltr;width:230px}#topmenu div.results li{border-top:1px solid #999;line-height:30px}#topmenu div.results a{display:block;padding:2px;text-decoration:none;color:#333;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#topmenu div.results a img{float:left;margin-right:10px;border:1px solid #999;padding:1px}#topmenu div.results .current a{background:#666;color:#fff}#topmenu .b{background:#eee;border:1px solid gray;width:484px;height:60px;position:absolute;right:48px;right:3rem;top:8px;top:.5rem}#topmenu .b .b-info{display:block;width:15px;height:60px;float:right;background:#eee url(/static/styles/v3.1/assets/images/allsprites.png) -313px -348px}#topmenu .b .b-info span{display:none}#topmenu .b .b-image{width:468px;height:60px;background:#888;float:left}#topmenu .b img{border:none}#topmenu ul li.alt{background-position:100% -69px}#topmenu ul li.alt a{background-position:0 -46px;color:#777;font-weight:600;letter-spacing:-1px}#sidecolumn #shops{line-height:1.4;background-color:#eaf4f7;border-color:#167987}#sidecolumn #shops h3{background:#167987 url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat 101% -404px;padding-right:20px;border-bottom:none;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.7)}#sidecolumn #shops h3 a{color:#fff}#sidecolumn #shops ul a{font-weight:700}#sidecolumn #shops li small{float:left;color:#555}#sidecolumn #latestreviews{line-height:1.4;background-color:#eaf3fd;border-color:#1e6486}#sidecolumn #latestreviews .content{padding-bottom:0}#sidecolumn #latestreviews h3{background:#1e6486 url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat 101% -404px;padding-right:20px;border-bottom:none;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.7)}#sidecolumn #latestreviews h3 a{color:#fff}#sidecolumn #latestreviews ul a{font-weight:700}#sidecolumn #latestreviews img{margin:0 4.8px 4.8px 0;margin:0 .3rem .3rem 0;padding:3.2px;padding:.2rem;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.2rem}#sidecolumn #shopdisplays{border-color:#0f4c5b}#sidecolumn #shopdisplays h3{background:#167087;border:none;border-radius:6px;line-height:30px;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.7)}#sidecolumn #shopdisplays h3 a{color:#fff}#sidecolumn #shopdisplays h3 a img{float:left;margin:1px 3px 0 0;border:1px solid #fff;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.6);box-shadow:0 1px 2px rgba(0,0,0,.6);border-radius:1px;-webkit-transition:opacity .5s;transition:opacity .5s}#sidecolumn #shopdisplays h3 a img:nth-child(2){opacity:.8}#sidecolumn #shopdisplays h3 a img:nth-child(3){opacity:.6}#sidecolumn #shopdisplays h3 a img:nth-child(4){opacity:.4}#sidecolumn #shopdisplays h3 a img:nth-child(5){opacity:.2}#sidecolumn #shopdisplays h3:hover{background:#1e8eaa}#sidecolumn #shopdisplays h3:hover a img{opacity:1}.user-comments h4{margin:0 0 5px 0;padding:5px;background-color:#778;border:1px solid #667;font-size:11.2px;font-size:.7rem;color:#fff;border-radius:3px}.user-comments #comment_text{line-height:19.2px;line-height:1.2rem}.user-comments .comment{border-top:2px solid #999}.user-comments .comment:after{content:"";display:table;clear:both}.user-comments .comment:first-child{border:none}.user-comments .comment h3{margin:0;padding:5px 0;border-bottom:1px solid #ccc;font-size:12.8px;font-size:.8rem}.user-comments .comment h3>span{font-weight:400;font-size:9.6px;font-size:.6rem;color:#777;width:110px;line-height:16px}.user-comments .comment h3>span:before{content:"-";display:inline-block;padding:0 5px}.user-comments .comment h3 a{display:inline-block;background:url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 100% -1777px;padding-right:21px;line-height:16px}.user-comments .comment .padd{line-height:24px;line-height:1.5rem}.user-comments .comment .footer{height:24px;height:1.5rem;padding:5px 5px 5px 0}.user-comments .comment .footer a,.user-comments .comment a.reply{line-height:24px;line-height:1.5rem;margin:0;display:block;float:left;font-weight:400;text-decoration:none}.user-comments .comment.official{background:#f4fbfb}.user-comments .comment.official>h3{background:#e0f5ff}.user-comments .comment.official>h3 i{display:inline-block;width:16px;height:16px;background-size:16px;vertical-align:middle;margin-right:4px}.user-comments .comment.official>h3 a{background:0 0;padding-right:2px;color:#0b3c63}.user-comments .comment a.reply{background:#f4f4f4 url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 100% -1474px;padding-left:5px;padding-right:20px;margin-right:5px;border:1px solid #aaa;border-top-color:#ccc;border-left-color:#ccc;border-radius:3px;-webkit-box-shadow:1px 1px 0 #fff inset;box-shadow:1px 1px 0 #fff inset}.user-comments .comment a.reply span{color:#666}.user-comments .comment a.reply:hover{background-color:#dfc}.user-comments .comment a.reply:hover span{color:#000}.user-comments .comment a.votedown,.user-comments .comment a.voteup{background:url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 100% -1354px;color:#090;padding-right:20px;padding-left:5px;direction:ltr}.user-comments .comment a.votedown small,.user-comments .comment a.voteup small{position:absolute;background:#fff;margin-left:-5px;display:none;padding:3px 5px;border:1px solid #ccc;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);box-shadow:1px 1px 2px rgba(0,0,0,.1)}.user-comments .comment a.votedown:hover small,.user-comments .comment a.voteup:hover small{display:block}.user-comments .comment a.votedown:hover,.user-comments .comment a.voteup:hover{background-color:#ddd;border-radius:0 0 2px 2px}.user-comments .comment a.votedown{background-position:100% -1384px;color:#c00}.user-comments .comment .inreplyto{margin-bottom:10px}.user-comments .comment .inreplyto a{cursor:pointer}.user-comments .comment .inreplyto small{color:#38c}.user-comments .comment .inreplyto div{background:#f3f3f3;border:1px solid #ddd;padding:5px;color:#666;margin-top:5px;border-radius:3px}.user-comments .comment a.replies{float:right}.user-comments .comment div.replies{padding:0 40px 8px 0;border-top:2px solid #ccc;color:#333}.user-comments .comment div.replies h3{font-size:11.2px;font-size:.7rem}.user-comments .ajax-comment-form{position:relative}.user-comments .ajax-comment-form::after{content:"";background:rgba(0,0,0,.1) url(/static/styles/v3.1/assets/images/loading2.gif) no-repeat 50% 40%;display:block;position:absolute;left:0;right:0;bottom:0;top:0;border-radius:3px;-webkit-transition:all .2s;transition:all .2s;opacity:0;visibility:hidden}.user-comments .ajax-comment-form.posting::after{visibility:visible;opacity:1}.user-comments .ajax-comment-form .ajaxmsg-fail,.user-comments .ajax-comment-form .ajaxmsg-success{position:absolute;left:50px;right:50px;top:65px;background:rgba(181,255,156,.9);padding:20px;border-radius:5px;color:#000;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 1px 2px rgba(0,0,0,.3);display:none}.user-comments .ajax-comment-form .ajaxmsg-fail{background:rgba(255,150,100,.9)}#replyto a{font-weight:700;margin:0 3px}#replyto a.show{border:none;color:#555;font-weight:400}.tooltip-content{display:none}#tooltip_container{position:absolute;display:none;background:#fff;border:1px solid #fff;border-left:1px solid #ccc;width:200px;-webkit-box-shadow:2px 3px 2px rgba(0,0,0,.2);box-shadow:2px 3px 2px rgba(0,0,0,.2);direction:rtl;font-size:10px;z-index:100}#tooltip_container h6{font-family:Vazirmatn,Tahoma,sans-serif;font-size:11px;font-weight:400;margin:0 0 5px 0;padding:5px 10px;background:#798faf;color:#fff}#tooltip_container p{margin:0;padding:5px 10px;color:#333;font-size:10px}#tooltip_container .footer{background:#eee;border-top:1px solid #ccc;text-align:center;padding:5px 10px;margin-top:5px}#tooltip_container .footer a{color:#004;text-decoration:none;font-size:10px}#tooltip_container .footer a:hover{color:#c03}#tooltip_container .bookmark{display:block;width:11px;height:11px;float:left;margin-left:5px;margin-top:-21px;background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -12px -328px}#tooltip_container .bookmark.on{background-position:-12px -339px}#tooltip_container dl.phoneinfo{margin:5px;width:96%}#user_menu{background:#ffb;background-image:-webkit-gradient(linear,left bottom,left top,from(#ffa),to(#ffd));background-image:linear-gradient(to top,#ffa,#ffd);border-bottom:1px solid #ccc;direction:rtl;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex}#user_menu ul{list-style:none;margin:0;padding:0}#user_menu li.bookmarks>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b30' viewBox='0 -28 512 512'%3E%3Cpath d='M471.383 44.578C444.879 15.832 408.512 0 368.973 0c-29.555 0-56.621 9.344-80.45 27.77C276.5 37.07 265.605 48.45 256 61.73c-9.602-13.277-20.5-24.66-32.527-33.96C199.648 9.344 172.582 0 143.027 0c-39.539 0-75.91 15.832-102.414 44.578C14.426 72.988 0 111.801 0 153.871c0 43.3 16.137 82.938 50.781 124.742 30.992 37.395 75.535 75.356 127.117 119.313 17.614 15.012 37.579 32.027 58.309 50.152A30.02 30.02 0 0 0 256 455.516c7.285 0 14.316-2.641 19.785-7.43 20.73-18.129 40.707-35.152 58.328-50.172 51.575-43.95 96.117-81.906 127.11-119.305C495.867 236.81 512 197.172 512 153.867c0-42.066-14.426-80.879-40.617-109.289m0 0'/%3E%3C/svg%3E")}#user_menu li.usedphones>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23333' viewBox='0 0 512 512'%3E%3Cpath d='M512 42.7v320c0 23.5-19.2 42.7-42.7 42.7H372c-7.7-54.2-54.2-96-110.7-96H256v-15.8c19.8-20.9 32-49.1 32-80.2v96h192V58.7C480 44 468.1 32 453.3 32H314.7C299.9 32 288 43.9 288 58.7v154.7c0-31.1-12.2-59.3-32-80.4V42.7C256 19.2 275.2 0 298.7 0h170.7C492.8 0 512 19.2 512 42.7M170.7 298.7c-47.1 0-85.3-38.3-85.3-85.3s38.3-85.3 85.3-85.3 85.3 38.3 85.3 85.3-38.3 85.3-85.3 85.3'/%3E%3Cpath d='M325.3 512H16c-8.8 0-16-7.2-16-16v-74.7c0-44.1 35.9-80 80-80h181.3c44.1 0 80 35.9 80 80V496c0 8.8-7.1 16-16 16'/%3E%3C/svg%3E")}#user_menu li.simcards>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='871.801' height='871.801' fill='%23333'%3E%3Cpath d='M735.301 821.9V204.8c0-19.9-7.9-39-22-53L583.6 22c-14.1-14.1-33.1-22-53-22H186.5c-27.6 0-50 22.4-50 50v771.801c0 27.6 22.4 50 50 50h498.801c27.599.099 50-22.301 50-49.901M614.699 354.1c27.602 0 50 22.399 50 50v62.3H550.4V354.1zm50 296.3H207.1v-134h457.599zM501.4 466.4h-131V354.1h131zm-294.3-62.3c0-27.601 22.4-50 50-50h64.3v112.3H207.1zm0 350.099V700.4h116.3v103.799h-66.3c-27.6 0-50-22.398-50-50M368.4 700.4h135v103.799h-135zm296.299 53.799c0 27.602-22.398 50-50 50H548.4V700.4h116.299z'/%3E%3C/svg%3E")}#user_menu li.phones>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23333' viewBox='0 0 538.261 538.261'%3E%3Cpath d='M479.337 147.181h-84.42V29.857c0-16.4-13.44-29.857-29.82-29.857H47.157c-16.38 0-29.82 13.457-29.82 29.857v478.548c0 16.4 13.44 29.857 29.82 29.857h432.18c23.1 0 41.58-18.923 41.58-41.631V189.653c.42-23.549-18.48-42.472-41.58-42.472m-92.4 25.231h37.38c4.62 0 8.4 3.785 8.4 8.41 0 4.626-3.78 8.41-8.4 8.41h-37.38c-4.62 0-8.4-3.785-8.4-8.41 0-4.626 3.78-8.41 8.4-8.41M176.517 33.641h59.64c4.62 0 8.4 3.785 8.4 8.41s-3.78 8.41-8.4 8.41h-59.64c-4.62 0-8.4-3.785-8.4-8.41s3.78-8.41 8.4-8.41m-31.08 2.523c3.36-3.364 8.82-3.364 11.76 0 1.68 1.682 2.52 3.785 2.52 5.887 0 2.103-.84 4.205-2.52 5.887-1.26 1.682-3.36 2.523-5.88 2.523-2.1 0-4.2-.841-5.88-2.523s-2.52-3.785-2.52-5.887 1.26-4.205 2.52-5.887m59.22 485.697c-13.86 0-25.2-11.354-25.2-25.231s11.34-25.231 25.2-25.231 25.2 11.354 25.2 25.231-11.34 25.231-25.2 25.231m85.68-332.629v264.925h-247.8V79.898h327.6v67.283h-38.22c-22.68 0-41.58 18.923-41.58 42.051m79.8-7.989c0 2.103-.84 4.205-2.52 5.887s-3.78 2.523-5.88 2.523-4.2-.841-5.88-2.523-2.52-3.785-2.52-5.887.84-4.205 2.52-5.887c2.94-3.364 8.82-3.364 11.76 0 1.68 1.681 2.52 3.784 2.52 5.887m35.7 344.823c-13.02 0-23.52-10.513-23.52-23.549s10.5-23.549 23.52-23.549 23.52 10.513 23.52 23.549-10.5 23.549-23.52 23.549m94.5-59.293h-189v-252.31h189z'/%3E%3C/svg%3E")}#user_menu li.comments>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23069' viewBox='0 0 32 32'%3E%3Cg data-name='Layer 2'%3E%3Cpath d='M2.88 30.13A1.88 1.88 0 0 1 1 28.25V12.09A3.09 3.09 0 0 1 4.09 9h19.82A3.09 3.09 0 0 1 27 12.09v11.82A3.09 3.09 0 0 1 23.91 27h-16a.82.82 0 0 0-.48.16L4 29.75a1.9 1.9 0 0 1-1.12.38M4.09 11A1.09 1.09 0 0 0 3 12.09V28l3.23-2.44A2.83 2.83 0 0 1 7.91 25h16A1.09 1.09 0 0 0 25 23.91V12.09A1.09 1.09 0 0 0 23.91 11Z'/%3E%3Cpath d='M29.12 22.13a1.88 1.88 0 0 1-1.12-.38l-3-2.27v-7.4A1.09 1.09 0 0 0 23.91 11H5V4.09A3.09 3.09 0 0 1 8.09 1h19.82A3.09 3.09 0 0 1 31 4.09v16.16a1.88 1.88 0 0 1-1.88 1.88M27 18.49 29 20V4.09A1.09 1.09 0 0 0 27.91 3H8.09A1.09 1.09 0 0 0 7 4.09V9h16.91A3.09 3.09 0 0 1 27 12.09Z'/%3E%3Ccircle cx='17.94' cy='18.09' r='1'/%3E%3Ccircle cx='14.06' cy='18.09' r='1'/%3E%3Ccircle cx='10.06' cy='18.09' r='1'/%3E%3Cpath d='M30 4.09v16.16a.88.88 0 0 1-1.4.7L26 19v-6.9a2.1 2.1 0 0 0-2.09-2.1H6V4.09A2.1 2.1 0 0 1 8.09 2h19.82A2.1 2.1 0 0 1 30 4.09'/%3E%3C/g%3E%3C/svg%3E")}#user_menu li.ads>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23906' viewBox='0 0 24 24'%3E%3Cpath d='M17.972 3.054 5.606 8H2.25C1.01 8 0 9.01 0 10.25V13c0 1.178.925 2 2.25 2h.85l.908 6.356A.75.75 0 0 0 4.75 22h3a.753.753 0 0 0 .746-.834l-.59-5.246 10.065 4.026a.76.76 0 0 0 .7-.075.75.75 0 0 0 .329-.621V3.75a.75.75 0 0 0-1.028-.696M21.219 9.336l2.5-2a.751.751 0 0 0-.938-1.172l-2.5 2a.751.751 0 0 0 .938 1.172M21.219 14.664a.751.751 0 0 0-.938 1.172l2.5 2a.753.753 0 0 0 1.055-.117.75.75 0 0 0-.117-1.055zM23.25 11.25h-2.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5'/%3E%3C/svg%3E")}#user_menu li.shops>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%2360c' viewBox='0 0 32 32'%3E%3Cpath d='M29 2H18.494c-.819 0-1.59.319-2.168.898L2.898 16.325c-.579.58-.898 1.35-.898 2.169s.319 1.589.898 2.168l8.44 8.44a3.06 3.06 0 0 0 2.167.896 3.06 3.06 0 0 0 2.168-.896l13.428-13.428c.58-.579.899-1.349.899-2.168V3a1 1 0 0 0-1-1M16.707 23.707a.997.997 0 0 1-1.414 0l-7-7a.999.999 0 1 1 1.414-1.414l7 7a1 1 0 0 1 0 1.414m4-4a.997.997 0 0 1-1.414 0l-7-7a.999.999 0 1 1 1.414-1.414l7 7a1 1 0 0 1 0 1.414M24 11c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3'/%3E%3C/svg%3E")}#user_menu li.shops-manage>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M21 0H3C1.35 0 0 1.35 0 3v16c0 1.65 1.35 3 3 3h6.96l.35-2H3c-.55 0-1-.45-1-1V5h20v4.76c.62.15 1.2.47 1.67.94l.33.33V3c0-1.65-1.35-3-3-3'/%3E%3Cpath d='M19.25 6.5H4.75c-.41 0-.75.34-.75.75v4.5c0 .41.34.75.75.75h12.17l1.5-1.5H5.5V8h13v2.92l.04-.04c.5-.5 1-.8 1.46-.98V7.25c0-.41-.34-.75-.75-.75M15.43 13.99l-1.51 1.5H4.8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75zM12.42 16.99l-1.31 1.31a1 1 0 0 0-.16.19H4.8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75zM23.487 13.351l-1.237-1.237c-.49-.491-1.386-.737-2.298.177l-7.425 7.424a.75.75 0 0 0-.208.4l-.53 3.005a.75.75 0 0 0 .868.87l3.005-.53a.75.75 0 0 0 .4-.208l7.425-7.425a1.75 1.75 0 0 0 0-2.476'/%3E%3Cpath d='M18.5 10.92V11h-.08z'/%3E%3C/svg%3E")}#user_menu li.products>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' fill='%23333'%3E%3Cpath d='M405.333 42.667h-44.632c-4.418-12.389-16.147-21.333-30.035-21.333h-32.219C288.427 8.042 272.677 0 256 0s-32.427 8.042-42.448 21.333h-32.219c-13.888 0-25.617 8.944-30.035 21.333h-44.631C83.135 42.667 64 61.802 64 85.333v384C64 492.865 83.135 512 106.667 512h298.667C428.865 512 448 492.865 448 469.333v-384c0-23.531-19.135-42.666-42.667-42.666M160 448c-17.646 0-32-14.354-32-32s14.354-32 32-32 32 14.354 32 32-14.354 32-32 32m0-106.667c-17.646 0-32-14.354-32-32s14.354-32 32-32 32 14.354 32 32-14.354 32-32 32m0-106.666c-17.646 0-32-14.354-32-32s14.354-32 32-32 32 14.354 32 32-14.354 32-32 32M170.667 64V53.333c0-5.885 4.781-10.667 10.667-10.667h37.917c3.792 0 7.302-2.021 9.219-5.302 5.844-10.042 16.135-16.031 27.531-16.031s21.688 5.99 27.531 16.031a10.69 10.69 0 0 0 9.219 5.302h37.917c5.885 0 10.667 4.781 10.667 10.667V64c0 11.76-9.573 21.333-21.333 21.333H192c-11.76 0-21.333-9.573-21.333-21.333m202.666 362.667h-128A10.66 10.66 0 0 1 234.666 416a10.66 10.66 0 0 1 10.667-10.667h128A10.66 10.66 0 0 1 384 416a10.66 10.66 0 0 1-10.667 10.667m0-106.667h-128a10.66 10.66 0 0 1-10.667-10.667 10.66 10.66 0 0 1 10.667-10.667h128A10.66 10.66 0 0 1 384 309.333 10.66 10.66 0 0 1 373.333 320m0-106.667h-128a10.66 10.66 0 0 1-10.667-10.667 10.66 10.66 0 0 1 10.667-10.667h128A10.66 10.66 0 0 1 384 202.666a10.66 10.66 0 0 1-10.667 10.667'/%3E%3C/svg%3E")}#user_menu li.displayboxes>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='376' height='376' fill='%23333'%3E%3Cpath d='M336 44V12H32v32L0 156v18.336c0 16.68 9.896 31.544 24 38.968V364h64V236h64v128h192V216.56c18.224-5.384 32-22.536 32-42.224V156zM44 202.336c-13.184 0-28-10.576-28-30.336h56c0 19.728-14.8 30.336-28 30.336M272 44l16 112h-56l-8-112zm16 128c0 19.6-14.688 30.336-28 30.336-13.608 0-28-10.984-28-30.336zm-172 30.336c-13.184 0-28-10.576-28-30.336h56c0 19.728-14.8 30.336-28 30.336M144 156H88l16-112h48zm16 16h56c0 19.728-14.8 30.336-28 30.336-13.184 0-28-10.576-28-30.336m152 160H184v-96h128zm20-129.664c-13.608 0-28-10.984-28-30.336h56c0 19.6-14.688 30.336-28 30.336'/%3E%3C/svg%3E")}#user_menu li.cart>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23390' viewBox='0 0 456.029 456.029'%3E%3Cpath d='M345.6 338.862c-29.184 0-53.248 23.552-53.248 53.248 0 29.184 23.552 53.248 53.248 53.248 29.184 0 53.248-23.552 53.248-53.248-.512-29.184-24.064-53.248-53.248-53.248M439.296 84.91c-1.024 0-2.56-.512-4.096-.512H112.64l-5.12-34.304C104.448 27.566 84.992 10.67 61.952 10.67H20.48C9.216 10.67 0 19.886 0 31.15s9.216 20.48 20.48 20.48h41.472c2.56 0 4.608 2.048 5.12 4.608l31.744 216.064c4.096 27.136 27.648 47.616 55.296 47.616h212.992c26.624 0 49.664-18.944 55.296-45.056l33.28-166.4c2.048-10.752-5.12-21.504-16.384-23.552M215.04 389.55c-1.024-28.16-24.576-50.688-52.736-50.688-29.696 1.536-52.224 26.112-51.2 55.296 1.024 28.16 24.064 50.688 52.224 50.688h1.024c29.184-1.536 52.224-26.112 50.688-55.296'/%3E%3C/svg%3E")}#user_menu li.inbox>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%2306c' viewBox='0 0 512 512'%3E%3Cpath d='m506.144 211.626-97.024-79.52 61.504-61.504-45.248-45.248-65.984 65.984-83.424-68.32c-11.744-9.408-28.16-9.376-40.096.128L5.856 211.626A16 16 0 0 0 0 224.01v240c0 17.664 14.368 32 32 32h448c17.664 0 32-14.336 32-32v-240c0-4.8-2.144-9.344-5.856-12.384M256.128 347.562 43.808 221.866 255.84 47.882l80.8 66.24-80.64 80.64-41.376-41.376-45.248 45.248L256 285.258l130.4-130.4 81.792 67.04z'/%3E%3C/svg%3E")}#user_menu li.banners>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512' fill='%23339'%3E%3Cpath d='M405.333 42.667h-44.632c-4.418-12.389-16.147-21.333-30.035-21.333h-32.219C288.427 8.042 272.677 0 256 0s-32.427 8.042-42.448 21.333h-32.219c-13.888 0-25.617 8.944-30.035 21.333h-44.631C83.135 42.667 64 61.802 64 85.333v384C64 492.865 83.135 512 106.667 512h298.667C428.865 512 448 492.865 448 469.333v-384c0-23.531-19.135-42.666-42.667-42.666M160 448c-17.646 0-32-14.354-32-32s14.354-32 32-32 32 14.354 32 32-14.354 32-32 32m0-106.667c-17.646 0-32-14.354-32-32s14.354-32 32-32 32 14.354 32 32-14.354 32-32 32m0-106.666c-17.646 0-32-14.354-32-32s14.354-32 32-32 32 14.354 32 32-14.354 32-32 32M170.667 64V53.333c0-5.885 4.781-10.667 10.667-10.667h37.917c3.792 0 7.302-2.021 9.219-5.302 5.844-10.042 16.135-16.031 27.531-16.031s21.688 5.99 27.531 16.031a10.69 10.69 0 0 0 9.219 5.302h37.917c5.885 0 10.667 4.781 10.667 10.667V64c0 11.76-9.573 21.333-21.333 21.333H192c-11.76 0-21.333-9.573-21.333-21.333m202.666 362.667h-128A10.66 10.66 0 0 1 234.666 416a10.66 10.66 0 0 1 10.667-10.667h128A10.66 10.66 0 0 1 384 416a10.66 10.66 0 0 1-10.667 10.667m0-106.667h-128a10.66 10.66 0 0 1-10.667-10.667 10.66 10.66 0 0 1 10.667-10.667h128A10.66 10.66 0 0 1 384 309.333 10.66 10.66 0 0 1 373.333 320m0-106.667h-128a10.66 10.66 0 0 1-10.667-10.667 10.66 10.66 0 0 1 10.667-10.667h128A10.66 10.66 0 0 1 384 202.666a10.66 10.66 0 0 1-10.667 10.667'/%3E%3C/svg%3E")}#user_menu li.logout>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23c60' viewBox='0 0 384 384'%3E%3Cpath d='M188.4 94.3 160 121.8l38.4 38.4 11 10.5H10.7v42.6h198.2l-11.4 11.3-37.7 37.6 28.8 27.3 97.5-97.5z'/%3E%3Cpath d='M138.7 0H96v85.3h42.7V42.7h192v298.6h-192v-42.6H96V384h277.3V0z'/%3E%3C/svg%3E")}#user_menu li.user>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23099' viewBox='0 0 512 512'%3E%3Cpath d='M365 196c0-59.9-49.1-109-109-109s-109 49.1-109 109 49.1 109 109 109 109-49.1 109-109'/%3E%3Cpath d='M45.5 379.9c6.1-3.3 8.1-10.6 5.3-16.7-17.5-32.4-26.4-69.8-26.4-107.2 0-127.6 104-231.6 231.6-231.6s231.6 104 231.6 231.6c0 56.5-20.3 108.5-54 148.7-11.4-11-24-20.7-37-29.3l-1.2-1.2c-37.4-24.4-80.1-38.2-124.7-40.6h-2.4c-4.1 0-8.1-.4-12.2-.4-70.3 0-138.6 29.7-186.9 80.9-1.6 2-2.8 4.1-3.3 6.5-.4 3.7.4 7.3 3.3 10.2C117.4 482.3 185.3 512 256 512c141 0 256-115 256-256S397 0 256 0 0 115 0 256c0 41.4 10.2 82.5 29.3 118.7 3.2 6 10.5 8.5 16.2 5.2'/%3E%3C/svg%3E")}#user_menu li.editinfo>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='31.999' height='32' fill='%23333'%3E%3Cpath d='M4.333 3.062A4.333 4.333 0 0 0 0 7.396v17.208a4.33 4.33 0 0 0 4.333 4.333h23.333a4.33 4.33 0 0 0 4.333-4.333V7.396a4.333 4.333 0 0 0-4.333-4.333zm14.903 20.491c0 .649-.525 1.174-1.174 1.174H5.652a1.174 1.174 0 0 1-1.174-1.174v-1.031a3.72 3.72 0 0 1 3.719-3.719h.96a.9.9 0 0 0 .902-.902.69.69 0 0 0-.207-.491c-.55-.535-1.014-1.252-1.352-2.025a.4.4 0 0 1-.186.052c-.539 0-1.172-1.191-1.172-2.003s.075-1.47.614-1.47c.046 0 .096.011.145.02.039-2.2.449-4.942 3.957-4.942 3.363 0 3.919 2.748 3.958 4.95a.8.8 0 0 1 .202-.028c.539 0 .613.658.613 1.47s-.633 2.003-1.172 2.003a.38.38 0 0 1-.227-.088c-.34.788-.809 1.519-1.368 2.062a.7.7 0 0 0-.207.491c0 .498.404.902.902.902h.96a3.72 3.72 0 0 1 3.719 3.719v1.031zm8.287-1.329c0 .48-.391.87-.871.87h-6.336v-.572c0-.937-.273-1.81-.739-2.549h7.075a.87.87 0 0 1 .871.87zm0-5.687a.87.87 0 0 1-.871.87H15.818v-.827c.025-.045.054-.086.079-.132.837-.26 1.445-1.232 1.69-2.162h9.065c.48 0 .869.39.869.87v1.381zm0-5.686a.87.87 0 0 1-.871.87h-9.277c-.137-.267-.303-.489-.525-.626-.09-1.012-.305-1.83-.604-2.495h10.407a.87.87 0 0 1 .871.87v1.381z'/%3E%3C/svg%3E")}#user_menu li.userhome>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23333' viewBox='0 0 24 24'%3E%3Cpath d='M23.25 8.5h-6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5M23.25 11.5h-6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5M23.25 14.5h-6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5M23.25 17.5h-6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5M23.25 20.5h-6.5a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5M12.25 8.5H1.75C.79 8.5 0 9.29 0 10.25v10C0 21.21.79 22 1.75 22h10.5c.96 0 1.75-.79 1.75-1.75v-10c0-.96-.79-1.75-1.75-1.75M7 12c.83 0 1.5.67 1.5 1.5S7.83 15 7 15s-1.5-.67-1.5-1.5S6.17 12 7 12m3 6.25c0 .41-.34.75-.75.75h-4.5c-.41 0-.75-.34-.75-.75v-.37C4 16.84 4.94 16 6.1 16h1.8c1.16 0 2.1.84 2.1 1.88zM22.25 0H1.75C.785 0 0 .785 0 1.75v2.5C0 5.215.785 6 1.75 6h20.5C23.215 6 24 5.215 24 4.25v-2.5C24 .785 23.215 0 22.25 0'/%3E%3C/svg%3E")}#user_menu li.credit>a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23333' viewBox='0 0 392 392'%3E%3Cpath d='M376.5 255.7c-3.3 4-7.2 7.6-11.5 10.5V311h5.6c11.8 0 21.3-9.5 21.4-21.2v-54.1zM282 160h57.7c1.7 0 3.5-.2 5.3-.6v-57.2c0-11.8-9.6-21.2-21.3-21.2H21.4C9.6 81 .1 90.5 0 102.2v229.3c.1 11.8 9.6 21.4 21.4 21.5h302.3c11.8-.1 21.3-9.7 21.3-21.5l-.1-58.1c-1.7.2-3.5.4-5.3.5H282c-31.4-.1-56.9-25.6-56.9-57S250.6 160 282 160'/%3E%3Cpath d='M370.6 39H68.3C56.5 39.1 47 48.7 47 60.5v.5h276.7c22.8 0 41.3 18.4 41.3 41.2V144l27-34.8V60.5c-.1-11.8-9.6-21.4-21.4-21.5M391.9 141.9l-15.5 20c-4.5 5.8-10.3 10.5-16.9 13.6-6.2 3-13 4.5-19.9 4.5H282c-20.4.1-36.9 16.6-36.9 37s16.5 36.9 36.9 37h57.7c8.2-.1 16-3.9 21-10.4L392 203zM304.4 227h-24c-5.5 0-10-4.5-10-10s4.5-10 10-10h24c5.5 0 10 4.5 10 10s-4.5 10-10 10'/%3E%3C/svg%3E")}#user_menu>ul{display:-webkit-box;display:-ms-flexbox;display:flex}#user_menu>ul:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1;border-left:1px solid rgba(0,0,0,.1)}#user_menu>ul li{line-height:36.8px;line-height:2.3rem;border-left:1px solid rgba(0,0,0,.1)}#user_menu>ul li a{color:#333;text-decoration:none;padding:0 11.2px;padding:0 .7rem;display:block;white-space:nowrap}#user_menu>ul li a:hover{color:#000}#user_menu>ul li a::before{display:inline-block;content:"";background-size:1rem;width:16px;width:1rem;height:16px;height:1rem;vertical-align:middle;margin-left:4.8px;margin-left:.3rem}#user_menu>ul>li{position:relative}#user_menu li>div{position:absolute;right:-1px;top:36.8px;top:2.3rem;background:#ffe;border:1px solid #ccc;border-top:none;width:185px;z-index:9999;visibility:hidden;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:translateY(-.2rem) scaleY(.7);transform:translateY(-.2rem) scaleY(.7);-webkit-transform-origin:0 0;transform-origin:0 0}#user_menu li>div li{float:none;margin:0;line-height:33.12px;line-height:2.07rem;border:none}#user_menu li>div li a{border-top:1px solid rgba(0,0,0,.1)}#user_menu li>div li:first-child a{border:none}#user_menu li>div li a:hover{background-color:#f5ffcb}#user_menu li:hover{background-color:rgba(248,228,12,.3)}#user_menu li:hover>div{visibility:visible;-webkit-transform:translateY(0) scaleY(1);transform:translateY(0) scaleY(1)}form{padding:0;margin:0;color:#333}form input[type=submit]:hover{cursor:pointer}form input.delete:hover{background-color:#f45}form .ltr{direction:ltr}form .forminfo{line-height:20px;padding:10px;border-bottom:1px solid #ddd;color:#229}form .formwarning{line-height:20px;padding:10px;border-bottom:1px solid #ddd;color:#f10}form .formtitle{line-height:20px;padding:4px 10px;border-bottom:1px solid #ddd;color:#fff;background-color:#668;margin:0 -1px}form .formrow{line-height:20px;padding:5px 10px;border-bottom:1px solid #ddd}form .formrow input{border:1px solid #999;padding:3px;border-radius:3px}form .formrow input:focus,form .formrow textarea:focus{-webkit-box-shadow:0 0 4px #00c8ff;box-shadow:0 0 4px #00c8ff}form .formrow textarea{border:1px solid #999;padding:3px;border-radius:3px}form .formrow label{display:block;float:right;width:150px}form .formrow label.simple{display:inline;float:none;width:auto;width:initial}form .formrow .column{margin-right:150px}form .formrow .column label.simple{display:block}form .formrow small{color:#66a;margin-right:10px}form .formrow .block{width:80px;display:block;float:right}form .buttonpanel{text-align:left;padding:10px;background-color:#eef;margin:1px 0;min-height:20px;border-radius:5px}form .buttonpanel input{padding:5px 10px;background-repeat:no-repeat;background-position:right;color:#333}form .buttonpanel button,form .buttonpanel input[type=button],form .buttonpanel input[type=reset],form .buttonpanel input[type=submit]{border-radius:4px;background-color:#fff;margin-top:-3px;margin-bottom:-3px;border-width:1px;outline:0}form .buttonpanel a{float:right;color:#448;text-decoration:none;padding:3px 5px}form .buttonpanel small{font-size:10px;float:left;margin-top:5px}form .buttonpanel .checkboxcommands{float:right;height:20px;background-image:url(/static/styles/v3.1/assets/images/checkboxbuttons.gif);background-repeat:no-repeat;background-position:right;padding-right:20px}form .buttonpanel .btn-cancel,form .buttonpanel .btn-ok,form .buttonpanel .btn-refresh{padding-right:20px;background-image:url(/static/styles/v3.1/assets/images/icons.sprite.png);background-repeat:no-repeat;cursor:pointer}form .buttonpanel .btn-ok{background-position:100% -1053px}form .buttonpanel .btn-ok:hover{background-color:#c6ffc2}form .buttonpanel .btn-cancel{background-position:100% -1023px}form .buttonpanel .btn-cancel:hover{background-color:#ddd}form .buttonpanel .btn-refresh{background-position:100% -1653px}form.loginform .formrow label{width:60px}form.loginform .buttonpanel{background-color:transparent;padding:5px;border-bottom:1px solid #ddd}form input.error,form input.invalid,form textarea.error,form textarea.invalid{border-color:#f90;background-image:url(/static/styles/v3.1/assets/images/form.invalidfields.gif);background-repeat:no-repeat;background-position:3px}form input.error.ltr,form input.invalid.ltr,form textarea.error.ltr,form textarea.invalid.ltr{background:0 0}form textarea.error{background-position:3px 3px}form .form-error{display:inline-block;padding:0 5px;line-height:20px;color:#c30;background:#fed;position:relative;margin-right:10px}form .form-error:before{content:"";display:block;position:absolute;right:-10px;top:0;width:0;height:0;border:10px solid transparent;border-left-color:#fed;border-right:none}form .noAlert .form-error{display:none}form.quickfilter{border:1px solid #ccc;background-color:#eee;padding:5px;margin-bottom:5px;height:25px;line-height:25px;border-radius:5px}form.quickfilter ul{margin:0;padding:0;list-style:none}form.quickfilter ul li{float:right;margin:0 5px;white-space:nowrap}form.quickfilter label{display:block;float:right;margin-left:10px;padding-left:10px;border-left:1px solid #fff}form.quickfilter input{border-width:1px;border-radius:5px;padding:2px 4px}form.quickfilter input[type=submit]{float:left;margin:2px 0}form .ajaxsubmit{float:left}.mandatory{color:red}div.clientvalidation{display:none}#loginmodal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.3);z-index:999;display:none}#loginmodal .modal{border:1px solid #999;background:#fff;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);position:absolute;width:300px;left:50%;top:50%;margin-left:-150px;margin-top:-100px;direction:rtl;display:block}#loginmodal h3{background:#666;margin:0;padding:0 10px;line-height:30px;color:#fff;font-size:12px}#loginmodal h3 a{float:left;display:block;background:#cdc;padding:0 10px;font-size:11px;line-height:18px;margin:5px 0;color:#090;text-decoration:none;border:1px solid #fff}#loginmodal h4{margin:1px;padding:10px;border-bottom:1px solid #999;font-weight:400;color:#888;font-size:11px;background:#f3f3f3}#loginmodal .content{height:72px}#loginmodal input[type=submit]{font-weight:700}#loginmodal form .formrow{border:none}#loginmodal form .formrow label{width:100px}@-webkit-keyframes modal-open{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes modal-open{0%{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}#modal_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:999;display:none}.modal{border:1px solid #999;background:#fff;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);position:fixed;left:50%;top:50%;direction:rtl;z-index:9999;border-radius:3px;padding:1px;display:none;-webkit-animation:modal-open .2s ease-out;animation:modal-open .2s ease-out}.modal h3{background:#444;margin:0;padding:0 10px;line-height:30px;color:#fff;font-size:14px;font-family:Nassim;border-radius:2px 2px 0 0}.modal h3 a{float:left;display:block;color:#ddd;text-decoration:none;cursor:pointer}.modal h3 a:hover{color:#fc6}.modal h3 a.fi{margin:8px 0}.modal h4{margin:1px;padding:10px;border-bottom:1px solid #999;font-weight:400;color:#888;font-size:11px;line-height:200%}.modal .content{padding:10px}.modal .buttonpanel{border-radius:0 0 2px 2px;padding:5px;background:#cde;text-align:left;margin:1px 0;min-height:20px}.modal .buttonpanel button{border-radius:4px;background-color:#fff;margin:0 5px 0 0;border-width:1px;outline:0;line-height:20px}.modal .buttonpanel a{float:right;color:#448;text-decoration:none;padding:3px 5px}.modal .buttonpanel small{font-size:10px;float:left;margin-top:5px}.modal .buttonpanel .btn-cancel,.modal .buttonpanel .btn-ok{padding-right:20px;background-image:url(/static/styles/v3.1/assets/images/icons.sprite.png);background-repeat:no-repeat;cursor:pointer}.modal .buttonpanel .btn-ok{background-position:100% -1053px}.modal .buttonpanel .btn-ok:hover{background-color:#c6ffc2}.modal .buttonpanel .btn-cancel{background-position:100% -1023px}.modal .buttonpanel .btn-cancel:hover{background-color:#ddd}@-webkit-keyframes top-strip{0%{height:0;opacity:0}100%{height:30px;opacity:1}}@keyframes top-strip{0%{height:0;opacity:0}100%{height:30px;opacity:1}}.top-strip{line-height:20px;padding:10px;background:#eee;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.7)),to(rgba(255,255,255,0)));background-image:linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,0));border-bottom:1px solid #999;direction:rtl;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative;overflow:hidden;-webkit-animation:top-strip .5s ease-out;animation:top-strip .5s ease-out}.top-strip.top-strip-warning{background:#f30;background-image:-webkit-gradient(linear,left top,left bottom,from(#f30),to(#c00));background-image:linear-gradient(to bottom,#f30,#c00);color:#fee;text-shadow:1px 1px 0 rgba(0,0,0,.3)}.top-strip.top-strip-warning a{color:#fff;font-weight:700}.top-strip.top-strip-info{background-color:#adf}@-webkit-keyframes tt-line{from{opacity:0}to{opacity:1}}@keyframes tt-line{from{opacity:0}to{opacity:1}}@-webkit-keyframes tt-dropdown{from{max-height:0}to{max-height:800px}}@keyframes tt-dropdown{from{max-height:0}to{max-height:800px}}.twitter-typeahead{vertical-align:middle}.tt-input{border:1px solid #999}.tt-menu{-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.1);box-shadow:2px 2px 2px rgba(0,0,0,.1);background:#fff;border:1px solid #aaa;min-width:100%;-webkit-animation:tt-dropdown .4s;animation:tt-dropdown .4s;overflow:hidden}.tt-menu .tt-suggestion{padding:5px;border-top:1px solid #ccc;display:block;color:#333;white-space:nowrap!important;text-decoration:none;direction:ltr}.tt-menu .tt-suggestion:first-child{border-top:none}.tt-menu .tt-suggestion.tt-cursor{background:#369;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.4)),to(rgba(255,255,255,0)));background-image:linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,0))}.tt-menu .tt-suggestion.tt-cursor,.tt-menu .tt-suggestion.tt-cursor a{color:#fff}.tt-menu .tt-suggestion p{-webkit-animation:tt-line .3s;animation:tt-line .3s;margin:0;padding:0;white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}.tt-menu .tt-suggestion img{vertical-align:middle;border:1px solid #aaa;margin:0 5px 0 0;border-radius:1px;width:20px;height:26px}@-webkit-keyframes textover-open{0%{max-height:0}100%{max-height:200px}}@keyframes textover-open{0%{max-height:0}100%{max-height:200px}}.textover{cursor:default;border:1px solid transparent;position:relative;z-index:0}.textover .moreinfo{display:none;position:absolute;width:100%;border:1px solid #666;border-top:none;right:-1px;-webkit-animation:textover-open .3s ease-out;animation:textover-open .3s ease-out;overflow:hidden}.textover:hover{border:1px solid #666;z-index:10;-webkit-box-shadow:1px 2px 5px rgba(0,0,0,.3);box-shadow:1px 2px 5px rgba(0,0,0,.3)}.textover:hover .moreinfo{display:block;-webkit-box-shadow:1px 2px 5px rgba(0,0,0,.3);box-shadow:1px 2px 5px rgba(0,0,0,.3)}.share-button{color:#333;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCI+PHBhdGggZD0iTTQ4IDM5LjI2YTguMyA4LjMgMCAwIDAtNi4wMzMgMi41OTZMMjQuMjMgMzMuMTcyYy4wNjEtLjQwOC4xMDMtLjgyMS4xMDMtMS4yNDYgMC0uNDE0LS4wNC0uODE4LS4wOTgtMS4yMTVsMTcuNzExLTguNTg5QTguMyA4LjMgMCAwIDAgNDggMjQuNzQxYTguMzMzIDguMzMzIDAgMSAwLTguMzMzLTguMzMzYzAgLjQxNC4wNC44MTcuMDk4IDEuMjE1bC0xNy43MTEgOC41ODlBOC4zIDguMyAwIDAgMCAxNiAyMy41OTNhOC4zMzMgOC4zMzMgMCAwIDAtOC4zMzMgOC4zMzNBOC4zMyA4LjMzIDAgMCAwIDE2IDQwLjI1OWE4LjMgOC4zIDAgMCAwIDYuMDMzLTIuNTk2bDE3LjczNyA4LjY4NGE4LjQgOC40IDAgMCAwLS4xMDMgMS4yNDZjMCA0LjYwMyAzLjczMSA4LjMzMyA4LjMzMyA4LjMzM3M4LjMzMy0zLjczIDguMzMzLTguMzMzQTguMzMzIDguMzMzIDAgMCAwIDQ4IDM5LjI2Ii8+PC9zdmc+);background-repeat:no-repeat;background-size:1.3rem;background-position:95% 50%;width:32px;width:2rem;line-height:28.8px;line-height:1.8rem;opacity:.7;cursor:pointer;padding:0 28.8px 0 22.4px;padding:0 1.8rem 0 1.4rem;border:1px solid #bbb;border-radius:5px;display:inline-block}.share-button:hover{opacity:1}@-webkit-keyframes share-popup{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes share-popup{from{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.share-popup{position:absolute;top:200px;left:50%;background:#fff;padding:8px;padding:.5rem;border-radius:3px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.15),0 2px 20px rgba(0,0,0,.05);box-shadow:0 2px 3px rgba(0,0,0,.15),0 2px 20px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.25);display:none;text-align:center;margin-top:33px;margin-left:-75px;-webkit-animation:share-popup .2s;animation:share-popup .2s}.share-popup::after,.share-popup::before{position:absolute;top:-16px;left:calc(50% - 8px);border:8px solid transparent;border-bottom-color:#aaa;display:block;content:""}.share-popup::after{border-bottom-color:#fff;top:-15px}.share-popup a{display:inline-block;margin:0 3.2px;margin:0 .2rem;width:32px;width:2rem;height:32px;height:2rem;border-radius:2px;background:#eee no-repeat 50% 50%;background-size:1.5rem;vertical-align:middle;-webkit-transition:all .2s;transition:all .2s}.share-popup a.share-email{background-color:#4caf50;background-image:url(/static/styles/v3.1/assets/images/share/email.svg)}.share-popup a.share-email:hover{-webkit-box-shadow:0 0 0 1px #4caf50;box-shadow:0 0 0 1px #4caf50;border-radius:0}.share-popup a.share-facebook{background-color:#3b5998;background-image:url(/static/styles/v3.1/assets/images/share/facebook.svg)}.share-popup a.share-facebook:hover{-webkit-box-shadow:0 0 0 1px #3b5998;box-shadow:0 0 0 1px #3b5998;border-radius:0}.share-popup a.share-googlePlus{background-color:#e34429;background-image:url(/static/styles/v3.1/assets/images/share/googlePlus.svg)}.share-popup a.share-googlePlus:hover{-webkit-box-shadow:0 0 0 1px #e34429;box-shadow:0 0 0 1px #e34429;border-radius:0}.share-popup a.share-linkedin{background-color:#4875b4;background-image:url(/static/styles/v3.1/assets/images/share/linkedin.svg)}.share-popup a.share-linkedin:hover{-webkit-box-shadow:0 0 0 1px #4875b4;box-shadow:0 0 0 1px #4875b4;border-radius:0}.share-popup a.share-telegram{background-color:#5682a3;background-image:url(/static/styles/v3.1/assets/images/share/telegram.svg)}.share-popup a.share-telegram:hover{-webkit-box-shadow:0 0 0 1px #5682a3;box-shadow:0 0 0 1px #5682a3;border-radius:0}.share-popup a.share-line{background-color:#00c200;background-image:url(/static/styles/v3.1/assets/images/share/line.svg)}.share-popup a.share-line:hover{-webkit-box-shadow:0 0 0 1px #00c200;box-shadow:0 0 0 1px #00c200;border-radius:0}.share-popup a.share-twitter{background-color:#03a9f4;background-image:url(/static/styles/v3.1/assets/images/share/twitter.svg)}.share-popup a.share-twitter:hover{-webkit-box-shadow:0 0 0 1px #03a9f4;box-shadow:0 0 0 1px #03a9f4;border-radius:0}.sponsored .news-title::before{content:"رپورتاژ آگهی";display:inline-block;vertical-align:middle;font-size:80%;color:#e91e63;border:1px solid rgba(230,30,100,.7);padding:2px 5px;border-radius:3px;margin-left:5px}.sponsored-article{display:block;margin-bottom:8px;margin-bottom:.5rem}.sponsored-article::before{content:"رپورتاژ آگهی";display:inline-block;color:#fff;padding:1.6px 11.2px;padding:.1rem .7rem;border-radius:5px;background:#e91e63}.aff-link{margin:16px 0;margin:1rem 0}.aff-link img{border:none!important;margin:0 0 3.2px 0!important;margin:0 0 .2rem 0!important}.aff-link a.aff-button,.aff-link a.aff-button-alt{text-decoration:none;background-color:#093;display:block;font-size:11px;font-family:Vazirmatn,Tahoma,sans-serif;padding:5px 8px;margin:0 3.2px;margin:0 .2rem;color:#fff!important;border-radius:3px;font-weight:400;text-align:center;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.7);box-shadow:0 1px 0 rgba(0,0,0,.7)}.aff-link a.aff-button-alt:hover,.aff-link a.aff-button:hover{background-color:#0a3}.aff-link a.aff-button em,.aff-link a.aff-button-alt em{display:block;font-size:9px;font-style:normal}.aff-link a.aff-button+a,.aff-link a.aff-button-alt+a{margin-top:6.4px;margin-top:.4rem}.aff-link a.aff-button-alt{background:0 0;border:1px solid #aaa;padding:3px 6px;color:#666!important;-webkit-box-shadow:none;box-shadow:none}.aff-link a.aff-button-alt:hover{background-color:#efe}.apnl{text-align:center}.shuffle-a{padding:1px}.shuffle-a>div+div{margin-top:1px}.shuffle-a>div img{margin:0}.simcard-tooltip .request{display:block;width:100px;border:1px solid #9d3312;color:#9d3312;text-decoration:none;padding:3px 5px;text-align:center;margin:5px auto 2px auto;border-radius:3px}.simcard-tooltip .request:hover{border-width:2px;margin:4px auto 1px auto}.db-product{border-radius:3px;border:1px solid #ccc;border-right-color:#aaa;border-bottom-color:#aaa;padding:3px;position:relative;background:#f5f5f5 -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(80%,#fff));background:#f5f5f5 linear-gradient(to right,rgba(255,255,255,0),#fff 80%);margin-bottom:10px;-webkit-box-shadow:1px 1px 0 rgba(255,255,255,.7) inset,0 1px 1px rgba(0,0,0,.1);box-shadow:1px 1px 0 rgba(255,255,255,.7) inset,0 1px 1px rgba(0,0,0,.1)}.db-product:after{content:"";display:table;clear:both}.db-product img{float:right;margin:5px}.lt-ie8 .db-product img{border:1px solid #666}.db-product h4,.db-product h5,.db-product h6,.db-product p{margin:0;padding:0;margin-right:120px}.db-product h5{font-family:Vazirmatn,Tahoma,sans-serif;font-size:12px;color:#366;line-height:25px;margin-top:5px}.db-product h4{font-family:Vazirmatn,Tahoma,sans-serif;font-size:16px;color:#036;line-height:35px;background:#9ff0ff -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(#fff));background:#9ff0ff linear-gradient(to right,rgba(255,255,255,0),#fff);border-top:1px solid rgba(255,255,255,.8);margin-left:-8px;border-radius:2px 0 0 0}.db-product h4:before{content:"";display:block;position:absolute;height:1px;background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.3)),to(rgba(0,0,0,0)));background:linear-gradient(to right,rgba(0,0,0,.3),rgba(0,0,0,0));width:300px;left:-5px}.db-product h4:after{content:"";display:block;position:absolute;left:-6px;border:3px solid rgba(0,0,0,.3);border-bottom-color:transparent;border-left-color:transparent}.lt-ie8 .db-product h4{border:none}.lt-ie8 .db-product h4:after,.lt-ie8 .db-product h4:before{display:none}.db-product h6{float:left;font-family:Vazirmatn,Tahoma,sans-serif;font-size:14px;margin-left:160px;margin-top:-30px}.db-product p{margin:10px 120px 10px 180px;color:#666}.db-product .price{position:absolute;left:20px;top:30px}.db-product .price .from{font-family:Vazirmatn,Tahoma,sans-serif;position:absolute;margin-right:-15px;margin-top:10px;font-weight:700}.db-product .price .price-label{font-size:22px;font-family:Arial;background:#0019ac;color:#fff;padding:3px 8px;-webkit-box-shadow:-3px 3px 0 rgba(0,0,0,.2);box-shadow:-3px 3px 0 rgba(0,0,0,.2);-webkit-transform:rotate(-2deg);transform:rotate(-2deg);letter-spacing:-1px}.db-product .price .unit{font-family:Vazirmatn,Tahoma,sans-serif;font-size:14px;text-align:left;font-weight:700;margin-top:5px}.db-product .shop-label{float:left;position:absolute;bottom:15px;left:20px;color:#000;text-decoration:none;font-family:Vazirmatn,Tahoma,sans-serif;font-size:14px}.db-product .shop-label:hover{text-decoration:underline}.db-product.s1{background-color:#fff8cb}.db-product.s1 h5{color:#444}.db-product.s1 h4{background-color:#ffd05d;color:#000}.lt-ie8 .db-product.s1 h4{color:#000}.db-product.s1 .price .price-label{background-color:#ff2128;color:#fff}.db-product.s2{background-color:#efffd4}.db-product.s2 h5{color:#444}.db-product.s2 h4{background-color:#a0ff66;color:#000}.lt-ie8 .db-product.s2 h4{color:#000}.db-product.s2 .price .price-label{background-color:#232323;color:#fff}.db-product.s3{background-color:#f5f5f5}.db-product.s3 h5{color:#444}.db-product.s3 h4{background-color:#c6cfff;color:#00072d}.lt-ie8 .db-product.s3 h4{color:#000}.db-product.s3 .price .price-label{background-color:#232333;color:#fff}.db-product.s4{background-color:#dadfe1}.db-product.s4 h5{color:#444}.db-product.s4 h4{background-color:#0b2c44;color:#000}.lt-ie8 .db-product.s4 h4{color:#fff}.db-product.s4 .price .price-label{background-color:#090;color:#fff}.db-product.s5{background-color:#e6e1d8}.db-product.s5 h5{color:#444}.db-product.s5 h4{background-color:#3b4044;color:#000}.lt-ie8 .db-product.s5 h4{color:#fff}.db-product.s5 .price .price-label{background-color:#ff8400;color:#000}.db-product.s6{background-color:#fff2f2}.db-product.s6 h5{color:#444}.db-product.s6 h4{background-color:#ffbebe;color:#250000}.lt-ie8 .db-product.s6 h4{color:#000}.db-product.s6 .price .price-label{background-color:#5c0011;color:#fff}.db-product.s7{background-color:#e1ffb1}.db-product.s7 h5{color:#444}.db-product.s7 h4{background-color:#b0c78a;color:#000}.lt-ie8 .db-product.s7 h4{color:#000}.db-product.s7 .price .price-label{background-color:#002f5c;color:#fff}.db-product.s8{background-color:#ededed}.db-product.s8 h5{color:#444}.db-product.s8 h4{background-color:#b9b9b9;color:#000}.lt-ie8 .db-product.s8 h4{color:#000}.db-product.s8 .price .price-label{background-color:#00519e;color:#fff}.db-product.s9{background-color:#9ededf}.db-product.s9 h5{color:#444}.db-product.s9 h4{background-color:#ff530d;color:#000}.lt-ie8 .db-product.s9 h4{color:#000}.db-product.s9 .price .price-label{background-color:#023550;color:#fff}.db-product.s10{background-color:#f0f0f0}.db-product.s10 h5{color:#444}.db-product.s10 h4{background-color:#b4e0ff;color:#00101b}.lt-ie8 .db-product.s10 h4{color:#000}.db-product.s10 .price .price-label{background-color:#ffd721;color:#000}.db-product.s11{background-color:#b9ccb8}.db-product.s11 h5{color:#444}.db-product.s11 h4{background-color:#0a2a3f;color:#000}.lt-ie8 .db-product.s11 h4{color:#fff}.db-product.s11 .price .price-label{background-color:#db1522;color:#fff}.db-product.s12{background-color:#ffe39f}.db-product.s12 h5{color:#444}.db-product.s12 h4{background-color:#ff0d2d;color:#000}.lt-ie8 .db-product.s12 h4{color:#000}.db-product.s12 .price .price-label{background-color:#1e272e;color:#fff}.db-product.s13{background-color:#c5e0ff}.db-product.s13 h5{color:#444}.db-product.s13 h4{background-color:#215276;color:#000}.lt-ie8 .db-product.s13 h4{color:#fff}.db-product.s13 .price .price-label{background-color:#f30;color:#fff}.db-product.s14{background-color:#fbf7e4}.db-product.s14 h5{color:#444}.db-product.s14 h4{background-color:#0e80a0;color:#020f13}.lt-ie8 .db-product.s14 h4{color:#fff}.db-product.s14 .price .price-label{background-color:#c6262f;color:#fff}.db-product.s15{background-color:#ffe4c5}.db-product.s15 h5{color:#444}.db-product.s15 h4{background-color:#644831;color:#000}.lt-ie8 .db-product.s15 h4{color:#fff}.db-product.s15 .price .price-label{background-color:#cb2128;color:#fff}.db-product.s16{background-color:#b7ede2}.db-product.s16 h5{color:#444}.db-product.s16 h4{background-color:#397a8d;color:#0d1c20}.lt-ie8 .db-product.s16 h4{color:#fff}.db-product.s16 .price .price-label{background-color:#fff;color:#000}.db-product.s17{background-color:#def294}.db-product.s17 h5{color:#444}.db-product.s17 h4{background-color:#88c425;color:#000}.lt-ie8 .db-product.s17 h4{color:#000}.db-product.s17 .price .price-label{background-color:#f30;color:#fff}.db-index .db-product{cursor:pointer}.db-index .db-product:hover{-webkit-box-shadow:1px 1px 0 rgba(255,255,255,.7) inset,0 2px 3px rgba(0,0,0,.3);box-shadow:1px 1px 0 rgba(255,255,255,.7) inset,0 2px 3px rgba(0,0,0,.3);border-color:#999}.color_radio{display:inline-block;width:18px;height:16px;margin:2px 2px 2px 5px;border:1px solid #666;border-radius:1px}.color_radio.current,.color_radio:hover{margin:0 0 0 3px;border:3px solid #000;-webkit-box-shadow:0 0 5px rgba(0,0,0,.4);box-shadow:0 0 5px rgba(0,0,0,.4)}.color_radio:hover{border-color:#666}.color_radio span{display:block;float:right;height:16px;width:6px}.color_radio.s1{background-color:#fff8cb}.color_radio.s1 .c1{background-color:#ff2128}.color_radio.s1 .c2{background-color:#ffd05d}.color_radio.s2{background-color:#efffd4}.color_radio.s2 .c1{background-color:#232323}.color_radio.s2 .c2{background-color:#a0ff66}.color_radio.s3{background-color:#f5f5f5}.color_radio.s3 .c1{background-color:#232333}.color_radio.s3 .c2{background-color:#c6cfff}.color_radio.s4{background-color:#dadfe1}.color_radio.s4 .c1{background-color:#090}.color_radio.s4 .c2{background-color:#0b2c44}.color_radio.s5{background-color:#e6e1d8}.color_radio.s5 .c1{background-color:#ff8400}.color_radio.s5 .c2{background-color:#3b4044}.color_radio.s6{background-color:#fff2f2}.color_radio.s6 .c1{background-color:#5c0011}.color_radio.s6 .c2{background-color:#ffbebe}.color_radio.s7{background-color:#e1ffb1}.color_radio.s7 .c1{background-color:#002f5c}.color_radio.s7 .c2{background-color:#b0c78a}.color_radio.s8{background-color:#ededed}.color_radio.s8 .c1{background-color:#00519e}.color_radio.s8 .c2{background-color:#b9b9b9}.color_radio.s9{background-color:#9ededf}.color_radio.s9 .c1{background-color:#023550}.color_radio.s9 .c2{background-color:#ff530d}.color_radio.s10{background-color:#f0f0f0}.color_radio.s10 .c1{background-color:#ffd721}.color_radio.s10 .c2{background-color:#b4e0ff}.color_radio.s11{background-color:#b9ccb8}.color_radio.s11 .c1{background-color:#db1522}.color_radio.s11 .c2{background-color:#0a2a3f}.color_radio.s12{background-color:#ffe39f}.color_radio.s12 .c1{background-color:#1e272e}.color_radio.s12 .c2{background-color:#ff0d2d}.color_radio.s13{background-color:#c5e0ff}.color_radio.s13 .c1{background-color:#f30}.color_radio.s13 .c2{background-color:#215276}.color_radio.s14{background-color:#fbf7e4}.color_radio.s14 .c1{background-color:#c6262f}.color_radio.s14 .c2{background-color:#0e80a0}.color_radio.s15{background-color:#ffe4c5}.color_radio.s15 .c1{background-color:#cb2128}.color_radio.s15 .c2{background-color:#644831}.color_radio.s16{background-color:#b7ede2}.color_radio.s16 .c1{background-color:#fff}.color_radio.s16 .c2{background-color:#397a8d}.color_radio.s17{background-color:#def294}.color_radio.s17 .c1{background-color:#f30}.color_radio.s17 .c2{background-color:#88c425}.shopphones .buyonline{text-decoration:none;background-color:#093;display:block;font-size:11px;font-family:Vazirmatn,Tahoma,sans-serif;padding:5px 8px;color:#fff!important;border-radius:3px;font-weight:400;text-align:center;width:75px;margin:0 5px 5px 0}.shopphones .buyonline:hover{background-color:#0a3}.phonetitlelinks{float:left;margin-top:-40px;margin-left:5px}.phonetitlelinks a{display:inline-block;vertical-align:middle;margin-right:5px}.phonecompare{padding:0 23px 0 10px;line-height:30px;border-radius:6px;border:1px solid #ccc;color:#666;text-decoration:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='16' height='16' fill='%23555'%3E%3Cpath d='M6.5 1.5H2.9c-.8 0-1.5.7-1.5 1.5v10.2c0 .8.7 1.5 1.5 1.5h3.6V16H8V0H6.5zm0 10.9H2.9L6.5 8zM13.1 1.5H9.5V3h3.6v9.5L9.5 8v6.5h3.6c.8 0 1.5-.7 1.5-1.5V2.9c-.1-.8-.7-1.4-1.5-1.4'/%3E%3C/svg%3E") no-repeat 98% 50%;background-size:16px}.phonecompare:hover{border-color:#f60;color:#333}.product-comment-link{padding:10px 40px 10px 10px;background:#ffc url(/static/styles/v3.1/assets/images/comments.png) no-repeat 98% 50%;height:36px;margin:5px 0;line-height:17px;border:1px solid #cc6;height:38px;margin-bottom:5px;border-radius:5px}.product-hints{background-color:#dcf9d9;border:1px solid #3c3;border-radius:5px;line-height:170%;padding:10px;margin:5px 0}.product-hints h4{margin:0}.product-hints ul{padding-right:20px;list-style-type:square}#finderbanner{display:block;background-image:url(/static/styles/v3.1/assets/images/phonefinderbanner.jpg);background-position:left top;background-repeat:no-repeat;border:1px solid #999;border-radius:5px;text-decoration:none;color:#333;padding:10px 20px;line-height:20px;margin:5px 0}.phoneprices table{margin:0 auto}.phoneprices th{font-weight:400;color:#666;border-bottom:1px solid #999;cursor:pointer;padding:4px 4px 4px 14px;border-radius:5px 5px 0 0}.phoneprices th:hover{background:#def}.phoneprices th a{display:block;text-decoration:none;color:#666}.phoneprices td{padding:4px;border-bottom:1px dotted #ccc}.phoneprices td a{color:#456}.phoneprices td a:hover{color:#f63}.phoneprices table .alt{background:#f5f8f9}.phoneprices th.sorted_asc,.phoneprices th.sorted_desc{background:#eee url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat 0 -484px}.phoneprices th.sorted_desc{background-position:0 -407px}.phoneprices .loadinglabel{margin:5px auto;padding:5px;color:#444;background:#fec;width:150px;font-size:10px;text-align:center;display:none;border-radius:5px}.phoneprices.loading .loadinglabel{display:block}.phoneprices .price a{font-size:13px;color:#000;text-decoration:none}.phoneprices .infoicon{width:16px;height:16px;background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -60px -344px;float:right;margin-left:5px;cursor:help}.phoneprices .price_range{display:block;border:none;text-decoration:none;background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -194px -346px;width:45px;height:8px;border:1px solid #999;margin:4px auto 0 auto}.phoneprices .price_range span{background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -194px -328px;display:block;height:12px;margin-top:-2px}.phoneprices .charticon{background:url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat -4px -1627px;width:12px;height:14px;border:1px solid #999;margin:1px;display:block;outline:0;border-radius:2px}.phoneprices .charticon:hover{border-color:#000}.phoneprices .charticon.on{border:2px solid #333;margin:0}.phoneprices .charticon span{display:none}.phoneprices #chartplaceholder{margin:10px auto;width:90%}a#addphonebox{width:122px;height:103px;background-color:#f9f9f9;background-image:url(/static/styles/v3.1/assets/images/addphone.button.gif);margin:10px auto;display:block;text-align:right}a#addphonebox:hover{background-color:#eef}a#addphonebox img{border:1px solid #ccc;margin:5px 12px 0 0;background-image:url(/static/styles/v3.1/assets/images/pattern1.gif)}#addtocompare h4{background-color:#dbe5f0;color:#58626c;padding:0;margin:0;font-size:11px;font-weight:400;height:20px}#addtocompare h4 span{padding:0 10px;background-color:#dbe5f0;height:22px;line-height:22px;margin:0 1px;position:relative;top:-1px;display:block}#addtocompare .select{float:right;width:35%}#addtocompare .select label{display:block;text-align:left;color:#777;padding:5px;border-bottom:1px solid #ccc;line-height:20px}#addtocompare .select label b{float:right}#addtocompare .select input{margin:2px;width:140px;direction:ltr}#addtocompare .select ul{list-style:none;margin:5px}#addtocompare .select li{margin:0;padding:0}#addtocompare #latestphones{list-style:none;margin:10px;padding:0;direction:ltr}#addtocompare #latestphones a{display:block;padding:5px 10px 5px 25px;border:1px solid #ccc;text-decoration:none;color:#556;background:#fbfbfb url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 0 -1082px;margin-bottom:2px}#addtocompare #latestphones a:hover{background:#eee url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 0 -1113px;border-color:#aab}#addtocompare .parea{float:left;width:63%;margin:0}#addtocompare .parea h4{background-color:#889;color:#fff}#addtocompare .parea h4 span{background-color:#889}#addtocompare .buttons{clear:both;background-color:#eee;padding:5px;text-align:left;border-radius:2px}#addtocompare .buttons input{border-width:1px}#addtocompare .instructions{border:1px solid #fc6;color:#963;border-radius:5px;padding:10px;line-height:150%}#selectedphones{padding:10px}#selectedphones .selectedphone{margin:5px;float:right;border:1px solid #ddd;padding:2px;text-align:center;width:110px}#selectedphones .selectedphone img{display:block;padding:5px;margin:0 auto}#selectedphones .selectedphone div{background-color:#eee;padding:2px;height:30px;overflow:hidden;line-height:15px}#selectedphones .selectedphone a{margin:0 auto;display:block;position:relative;left:-47px;top:3px;margin-bottom:-4px;width:10px;height:10px;background-image:url(/static/styles/v3.1/assets/images/deletesmall.gif)}#comparisiontbl{margin:0 auto}.comparision{overflow:auto}.comparision td{border-right:1px solid #aaa;border-bottom:1px solid #aaa;padding:5px;text-align:center}.comparision .alt td{background-color:#f9f9f9}.comparision th{white-space:nowrap;text-align:right;font-weight:400;color:#335;background-color:#eef;padding:5px 10px;border-bottom:1px solid #aaa}.comparision .alt th{background-color:#e4e4f4}.comparision .axis{border:none;border-bottom:3px solid #666}.comparision td.phone{border-color:#aaa;border-bottom:3px solid #666;padding:1px;text-align:center;vertical-align:top}.comparision td.phone a{display:block;background-color:#eee;padding:5px 10px;font-size:11px;color:#208;white-space:nowrap;font-weight:700}.comparision td.phone a.remove{padding:0;font-size:14px;width:20px;margin:0 auto;color:#f33;display:block;background:0 0}.comparision td.phone img{clear:both;display:block;margin:0 auto;padding:5px}.comparision .fth_container{border-left:1px solid #ccd}.directory-card{float:left;margin-bottom:16px;margin-bottom:1rem}.directory-card .contact-info{margin:5px;border:1px solid #ffe38c;padding:5px;background-color:#fff8e1;border-radius:6px;min-width:240px;min-width:15rem}.directory-card .contact-info>a{display:block;text-align:center}.directory-card .contact-info ul{margin:0;padding:0;list-style:none}.directory-card .contact-info li{padding:6.4px 16px;padding:.4rem 1rem;border-bottom:1px solid rgba(0,0,0,.15);background-repeat:no-repeat;background-position:100% 50%;background-size:1rem;color:gray;font-weight:700;direction:ltr;padding-right:22.4px;padding-right:1.4rem}.directory-card .contact-info li span{float:right;display:block;font-weight:400;direction:rtl;margin-left:4.8px;margin-left:.3rem}.directory-card .contact-info li a{color:#336}.directory-card .contact-info li.email{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 490.667 490.667'%3E%3Cpath d='M480.427 32.642 301.014 162.348l-29.44 21.333c-15.596 11.522-36.884 11.522-52.48 0l-29.44-21.333L10.027 32.855a53.04 53.04 0 0 1 43.307-22.187h384a53.33 53.33 0 0 1 43.093 21.974' style='fill:%23ffd54f'/%3E%3Cpath d='m10.027 32.855 179.627 129.493-174.08 174.08A53.33 53.33 0 0 1 0 298.668V64.002a52.7 52.7 0 0 1 10.027-31.147M490.667 64.002v234.667a53.33 53.33 0 0 1-15.573 37.76l-174.08-174.08L480.427 32.642a53.03 53.03 0 0 1 10.24 31.36' style='fill:%23ffc107'/%3E%3Cpath d='M320 394.668c-14.165 0-21.333-10.667-21.333-32 .349-29.807-23.531-54.252-53.338-54.601s-54.252 23.531-54.601 53.338 23.531 54.252 53.338 54.601a53.97 53.97 0 0 0 41.609-18.842A38.04 38.04 0 0 0 320 416.001c42.667 0 42.667-40.149 42.667-53.333.001-64.801-52.53-117.334-117.331-117.336S128.002 297.862 128 362.664 180.53 479.998 245.331 480a117.33 117.33 0 0 0 81.581-33c4.236-4.124 4.326-10.9.203-15.136-4.124-4.236-10.9-4.326-15.136-.203-38.161 36.807-98.935 35.709-135.742-2.452s-35.709-98.935 2.452-135.742 98.935-35.709 135.742 2.452a96 96 0 0 1 26.903 66.75c0 23.914-5.376 31.999-21.334 31.999m-74.666 0c-17.673 0-32-14.327-32-32s14.327-32 32-32 32 14.327 32 32-14.327 32-32 32' style='fill:%23455a64'/%3E%3Cpath d='m301.014 162.348-29.44 21.333c-15.596 11.522-36.884 11.522-52.48 0l-29.44-21.333-174.08 174.08a53.33 53.33 0 0 0 37.76 15.573H107.2c5.771-76.283 72.288-133.445 148.572-127.674 68.259 5.164 122.51 59.415 127.674 127.674h53.888a53.33 53.33 0 0 0 37.76-15.573z' style='fill:%23ffa000'/%3E%3C/svg%3E")}.directory-card .contact-info li.website{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath fill='%23fff' d='M256 30.2C131.5 30.2 30.2 131.5 30.2 256S131.5 481.8 256 481.8 481.8 380.5 481.8 256 380.5 30.2 256 30.2'/%3E%3Cpath fill='%23ffc10d' d='M256 453.6C147.1 453.6 58.4 365 58.4 256S147.1 58.4 256 58.4 453.6 147.1 453.6 256 364.9 453.6 256 453.6'/%3E%3Cpath fill='%23194f82' d='M256 2C115.9 2 2 115.9 2 256s113.9 254 254 254 254-113.9 254-254S396.1 2 256 2m-73 40.4c-15.5 19-28.7 44.1-38.7 73.6-17.9-4.9-34.4-11-49.2-18.1 24.3-24.8 54.3-44 87.9-55.5M76 119.9c17.8 9.3 38.1 17 60.2 23.1-7.6 29.9-12.3 63.3-13.2 98.9H30.7c2.8-45.6 19.3-87.6 45.3-122m0 272.2c-26-34.3-42.4-76.3-45.3-122h92.2c1 35.5 5.6 68.9 13.2 98.9-22 6-42.3 13.8-60.1 23.1m19 22c14.8-7.2 31.3-13.2 49.2-18.1 10.1 29.6 23.4 54.6 38.9 73.7-33.6-11.6-63.7-30.8-88.1-55.6m146.9 65.5c-28.3-8.6-53.4-42.3-70-90 22.1-4.3 45.7-6.9 70-7.6zm0-125.9c-27.1.8-53.4 3.7-78.2 8.7-7.2-28-11.6-59.3-12.6-92.3h90.8zm0-111.8h-90.8c1-33 5.5-64.4 12.6-92.3 24.7 5 51.1 7.9 78.2 8.7zm0-111.9c-24.3-.7-47.9-3.3-70-7.6 16.6-47.7 41.7-81.4 70-90zM436 119.9c26 34.4 42.5 76.4 45.3 122h-92.2c-1-35.6-5.6-69-13.2-98.9 22-6.1 42.3-13.8 60.1-23.1m-19-22c-14.8 7.2-31.3 13.2-49.2 18.1-10.1-29.5-23.2-54.6-38.7-73.6 33.5 11.5 63.5 30.7 87.9 55.5M270.1 32.4c28.3 8.6 53.4 42.3 70 90-22.1 4.3-45.7 6.8-70 7.6zm0 125.8c27.1-.8 53.4-3.7 78.2-8.7 7.2 28 11.6 59.3 12.6 92.3h-90.8zm0 111.9h90.8c-1 33-5.5 64.3-12.6 92.3-24.8-5-51.1-7.9-78.2-8.7zm0 209.5V382c24.3.7 47.9 3.3 70 7.6-16.6 47.7-41.7 81.4-70 90m58.8-10c15.6-19.1 28.8-44.1 38.9-73.7 17.9 4.9 34.4 11 49.2 18.1-24.4 24.9-54.5 44.1-88.1 55.6M436 392.1c-17.8-9.3-38.1-17-60.1-23.1 7.6-29.9 12.2-63.3 13.2-98.9h92.2c-2.8 45.6-19.2 87.6-45.3 122'/%3E%3C/svg%3E");border:none}.directory-card .contact-info li.contact{border:none;background-image:none;padding:0}.directory-card .contact-info li.contact a{display:block;background-color:#fff;border:1px solid #ccc;padding:8px;padding:.5rem;text-align:center;text-decoration:none;margin-top:5px;border-radius:4px}.directory-card .contact-info li.contact a:hover{border-color:#4caf50;color:#fff;background-color:#4caf50}.directory-card .contact-info img{border:1px solid #999;margin-bottom:5px;border-radius:2px}.directory-card .contact-info img:hover{border-color:#333}.directory-card .last-update{margin-top:8px;margin-top:.5rem;color:#999;text-align:center}.directory-desc{line-height:19.2px;line-height:1.2rem;padding:11.2px 16px;padding:.7rem 1rem;margin:16px 0;margin:1rem 0;background:#f1f1f1;border-radius:.3rem;clear:both}.directorypage{padding:10px;border-top:1px solid #ccc;margin-top:10px;width:690px;overflow:hidden}.directory-list>div{padding:16px;padding:1rem;border-bottom:1px solid #ddd;line-height:16px;line-height:1rem}.directory-list>div:nth-child(2n){background-color:#f9f9f9}.directory-list>div h4{margin:0;padding:0}.directory-list>div h4 a{color:#558;text-decoration:none;font-size:12px;font-size:.75rem}.directory-list>div h4 a:hover{color:#d00}.directory-list>div h5{padding:8px 0;padding:.5rem 0;margin:0;font-weight:400;font-size:12px;color:#966}.directory-list>div p{color:#777;padding:0;margin:0}.directory-details label{display:block;line-height:22.4px;line-height:1.4rem;color:#666}.directory-details div+label{margin-top:8px;margin-top:.5rem}.directory-details>div{line-height:20.8px;line-height:1.3rem;padding-right:8px;padding-right:.5rem}.acode{float:left;margin:15px 10px;background:#fff;padding:10px;text-align:center;color:#666;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.5);box-shadow:1px 1px 4px rgba(0,0,0,.5)}.acode strong{display:block;font-size:36px;color:#333;font-family:Nassim,Arial;letter-spacing:-1px;margin-bottom:-15px}.photowarning{color:orange;float:right;font-size:14px;margin:2px 2px 0 0}.photoslots{margin:10px}.photoslots:after{content:"";display:table;clear:both}.photoslots h3{clear:both}.photoslots h3 .mandatory{float:left;font-size:11px;font-weight:400;background:#900;color:#fff;padding:2px 5px;border-radius:5px;margin-left:-5px;cursor:help}.photoslots img.sample{float:left;border:1px solid #333;margin:5px 5px 10px 0;-webkit-box-shadow:2px 2px 0 rgba(0,0,0,.2);box-shadow:2px 2px 0 rgba(0,0,0,.2)}.photoslots div.uploadbox{-webkit-transition:background-color .3s;transition:background-color .3s;width:215px;height:190px;margin:5px 0 5px 5px;float:right;border:2px solid #666;background:#eee no-repeat 50% 50%;border-radius:7px;position:relative}.photoslots div.uploadbox.CodeAndFront{background-image:url(/static/styles/v3.1/assets/images/phonephotos-codeandfront2.png)}.photoslots div.uploadbox.CodeAndBack{background-image:url(/static/styles/v3.1/assets/images/phonephotos-codeandback2.png)}.photoslots div.uploadbox.CodeAndBox{background-image:url(/static/styles/v3.1/assets/images/phonephotos-codeandbox2.png)}.photoslots div.uploadbox.Optional1,.photoslots div.uploadbox.Optional2{margin-left:20px}.photoslots div.uploadbox.Optional3{margin-left:0}.photoslots div.uploadbox:hover{border-color:#000;background-color:#fff}.photoslots div.uploadbox:hover i.upload{color:#393}.photoslots div.uploadbox:focus{border-color:#f93;outline:0}.photoslots div.uploadbox input{height:100%;width:100%;font-size:14px}.photoslots div.uploadbox>i{-webkit-transition:color .5s;transition:color .5s;font-size:56px;color:rgba(50,50,50,.6);position:absolute;top:60px;left:0;width:100%;text-align:center;text-shadow:0 0 15px #fff;z-index:10}.photoslots div.uploadbox>i.uploading{color:rgba(0,0,0,.5);display:none}.photoslots div.uploadbox>i.uploaded{color:#6c6;width:40px;top:8px;font-size:26px;display:none;text-shadow:0 0 3px #fff}.photoslots div.uploadbox .controls{height:25px;line-height:18px;border-top:1px solid #aaa;bottom:0;right:0;left:0;position:absolute;background:#ddd;border-radius:0 0 7px 7px;-webkit-box-shadow:0 -1px 5px rgba(0,0,0,.1);box-shadow:0 -1px 5px rgba(0,0,0,.1);z-index:1000;text-align:center}.photoslots div.uploadbox .controls h5{font-weight:400;color:#333;margin:4px 0 0 0;padding:0 10px;font-size:11px}.photoslots div.uploadbox .controls a{display:inline-block;padding:0 3px 0 7px;margin:3px 0 0 3px;line-height:20px;border-radius:4px;text-decoration:none;color:#333}.photoslots div.uploadbox .controls a i{margin-left:3px}.photoslots div.uploadbox .controls a:hover{background:#333;color:#fff}.photoslots div.uploadbox .controls a.view{padding-left:0}.photoslots div.uploadbox .controls a.remove{color:#933}.photoslots div.uploadbox .controls a.remove:hover{background:#c33;color:#fff}.photoslots div.uploadbox .controls a.change{color:#060}.photoslots div.uploadbox .controls a.change:hover{background:#060;color:#fff}.photoslots div.uploadbox .controls a.remove,.photoslots div.uploadbox .controls a.view{display:none}.photoslots div.uploadbox .progress{position:absolute;bottom:26px;height:5px;border-top:1px solid #ccc;background:#fff;width:100%;display:none}.photoslots div.uploadbox .progress div{-webkit-transition:width .2s;transition:width .2s;height:5px;background:#6c6;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.3) inset;box-shadow:0 1px 1px rgba(0,0,0,.3) inset;border-radius:5px 0 0 5px}.photoslots div.uploadbox .preview{opacity:.8;text-align:center;position:relative;z-index:0}.photoslots div.uploadbox .preview canvas,.photoslots div.uploadbox .preview img{border:1px solid #888;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2);box-shadow:0 2px 3px rgba(0,0,0,.2);margin-top:15px}.photoslots div.uploadbox.dragover{background:#cfc;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1) inset;box-shadow:0 2px 5px rgba(0,0,0,.1) inset}.photoslots div.uploadbox.dragover>i{text-shadow:none;color:rgba(0,0,0,.3)}.photoslots div.uploadbox.uploading .progress{display:block}.photoslots div.uploadbox.uploading i.uploading{display:block}.photoslots div.uploadbox.uploading i.upload{display:none}.photoslots div.uploadbox.uploaded{border:2px solid #393;background-image:none}.photoslots div.uploadbox.uploaded i.uploaded{display:block}.photoslots div.uploadbox.uploaded .warning,.photoslots div.uploadbox.uploaded i.upload{display:none}.photoslots div.uploadbox.uploaded .controls a.change,.photoslots div.uploadbox.uploaded .controls a.remove,.photoslots div.uploadbox.uploaded .controls a.view{display:inline-block}.photoslots div.uploadbox.uploaded .preview{opacity:1}.photoslots .instructions{width:210px;margin-left:5px;float:left}.photoslots .instructions h4{font-size:10px;font-weight:400;margin:0;padding:10px 0;color:#930;white-space:nowrap}.photoslots .instructions ul li{border-top:1px solid #ccc;padding:5px;min-height:20px}.photoslots .instructions ul li span{display:inline-block;font-family:Nassim,Arial;font-size:14px;font-weight:700;line-height:18px;color:#fff;background:#00a29e;border-radius:100%;margin-left:5px;padding-top:2px;width:20px;text-align:center;text-shadow:1px 1px 0 rgba(0,0,0,.3);position:absolute}.photoslots .instructions ul li p{margin:0 25px 0 0;padding:0;color:#333}.photoslots .instructions ul li p strong{color:#000;border-bottom:1px dotted #000}.sponsored .news-title::before,.video .news-title::before{content:"رپورتاژ آگهی";display:inline-block;vertical-align:middle;font-size:80%;color:#e91e63;border:1px solid rgba(230,30,100,.7);padding:2px 5px;border-radius:3px;margin-left:5px}.video .news-title::before{content:"ویدیو";color:#009688;border:1px solid rgba(0,150,136,.5)}.sponsored-article,.video-article{display:block;margin-bottom:8px;margin-bottom:.5rem}.sponsored-article::before,.video-article::before{content:"رپورتاژ آگهی";display:inline-block;color:#fff;padding:1.6px 11.2px;padding:.1rem .7rem;border-radius:5px;background:#e91e63}.video-article::before{content:"ویدیو";background:#009688}.video-object iframe{border:none}.video-object .video{height:400px}.video-object .video.youtube .aparat-video{display:none}.video-object .links{text-align:center}.video-object .links a{display:inline-block;margin:16px 3.2px;margin:1rem .2rem;background:#f3f3f3 90% 50% no-repeat;background-size:1.2rem;border-radius:.3rem;padding:8px 40px 8px 16px;padding:.5rem 2.5rem .5rem 1rem;text-decoration:none;color:#333}.video-object .links a:hover{background-color:#ddd}.video-object .links a.youtube-link{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='%23ce1312' fill-rule='evenodd' d='M6.348 10.014V5.487l4.322 2.271zm9.492-5.312s-.157-1.11-.636-1.6c-.609-.641-1.29-.644-1.603-.682-2.239-.163-5.598-.163-5.598-.163h-.007s-3.358 0-5.597.163c-.313.038-.995.04-1.604.683C.316 3.592.16 4.702.16 4.702S0 6.006 0 7.31v1.223c0 1.304.16 2.607.16 2.607s.156 1.11.635 1.6c.61.642 1.409.622 1.765.689 1.28.123 5.44.162 5.44.162s3.362-.005 5.601-.169c.312-.037.994-.04 1.603-.682.48-.49.636-1.6.636-1.6S16 9.837 16 8.533V7.31c0-1.304-.16-2.608-.16-2.608'/%3E%3C/svg%3E")}.video-object .links a.aparat-link{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='16' height='16'%3E%3Cpath d='M29.5 2 23.2.3c-5.6-1.5-11.4 1.9-12.9 7.5l-1.6 5.9A33.2 33.2 0 0 1 29.5 2M1.9 39.3.4 45.1C-1.1 50.7 2.3 56.5 7.9 58l6 1.6c-6.4-5-10.7-12.2-12-20.3M60.5 10.2l-6.8-1.8c6.9 5.3 11.3 13.1 12.4 21.7l1.8-7c1.5-5.6-1.8-11.3-7.4-12.9M38.7 66.3l6.5 1.7c5.6 1.5 11.4-1.9 12.9-7.5l1.8-6.8C54.8 60.5 47.1 65 38.7 66.3' style='fill:%23231f20' transform='matrix(.23455 0 0 .23389 -.01 .013)'/%3E%3Cpath d='M34.2 4.5c-12 0-22.8 7.2-27.4 18.3s-2.1 23.8 6.4 32.3 21.2 11 32.3 6.4 18.3-15.4 18.3-27.4c0-16.3-13.3-29.6-29.6-29.6M17.4 19.3c.9-4.6 5.3-7.6 9.9-6.7s7.6 5.3 6.7 9.9-5.3 7.6-9.9 6.7c-2.2-.4-4.1-1.7-5.4-3.6-1.3-1.8-1.7-4.1-1.3-6.3m12.3 25.6c-.9 4.6-5.3 7.6-9.9 6.7s-7.6-5.3-6.7-9.9 5.3-7.6 9.9-6.7c2.2.4 4.1 1.7 5.4 3.6 1.2 1.8 1.7 4.1 1.3 6.3m3.6-6.8c-2-.4-3.4-2.4-3-4.4s2.4-3.4 4.4-3 3.4 2.3 3 4.4c-.4 2-2.4 3.4-4.4 3M50.9 49c-.9 4.6-5.3 7.6-9.9 6.7s-7.6-5.3-6.7-9.9 5.3-7.6 9.9-6.7c2.2.4 4.2 1.7 5.4 3.6s1.8 4.1 1.3 6.3m-5.6-15.7c-4.6-.9-7.6-5.3-6.7-9.9s5.3-7.6 9.9-6.7 7.6 5.3 6.7 9.9-5.3 7.6-9.9 6.7' style='fill:%23ed145b' transform='matrix(.23455 0 0 .23389 -.01 .013)'/%3E%3C/svg%3E")}.article figure{text-align:center;margin:0}.article figure figcaption{text-align:center;font-weight:700}.article figure img{max-width:100%;display:block;margin:8px auto;margin:.5rem auto}.article .gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.article .gallery figure{width:50%;text-align:center}.article .gallery .caption{width:100%;padding:.5em;text-align:center;font-weight:700}.article .pros-cons{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f7f7f7;border-radius:.5em}.article .pros-cons .cons,.article .pros-cons .pros{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1em}.article .pros-cons .cons>div,.article .pros-cons .pros>div{color:#09420b}.article .pros-cons .cons>div::before,.article .pros-cons .pros>div::before{display:inline-block;content:"";vertical-align:middle;margin-left:.7em;width:16px;width:1rem;height:16px;height:1rem;background:no-repeat;background-size:1rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%231b881f' viewBox='0 0 20 20'%3E%3Cpath d='M11 5H9v4H5v2h4v4h2v-4h4V9h-4zm-1-5C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0m0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8'/%3E%3C/svg%3E")}.article .pros-cons .cons>div{color:#5f100a}.article .pros-cons .cons>div::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23e53935' viewBox='0 0 20 20'%3E%3Cpath d='M5 9v2h10V9zm5-9C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0m0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8'/%3E%3C/svg%3E");background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill='%23e53935' viewBox='0 0 20 20'%3E%3Cpath d='M5 9v2h10V9zm5-9C4.5 0 0 4.5 0 10s4.5 10 10 10 10-4.5 10-10S15.5 0 10 0m0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8'/%3E%3C/svg%3E")}.article h3{font-family:Vazirmatn,Tahoma,sans-serif;font-size:110%;padding:4.8px 11.2px;padding:.3rem .7rem;background:#eee;border-radius:2px;border-right:2px solid #717f99;color:#2b384f;margin:8px -8px;margin:.5rem -.5rem}#sidecolumn .panel1,#sidecolumn .panel2,#sidecolumn .panel3,#sidecolumn .panel4{margin-top:3px;color:#000;border:1px solid #999;background:#f9f9f9;border-radius:7px}#sidecolumn .panel1 .content,#sidecolumn .panel2 .content,#sidecolumn .panel3 .content,#sidecolumn .panel4 .content{padding:7px;color:#444}#sidecolumn .panel1 h3,#sidecolumn .panel2 h3,#sidecolumn .panel3 h3,#sidecolumn .panel4 h3{margin:0;font-size:11px;font-family:Vazirmatn,Tahoma,sans-serif;font-weight:400;padding:5px 10px;border-bottom:1px solid #999;background:#dde0e3;border-radius:6px 6px 0 0}#sidecolumn .panel1 h3 a,#sidecolumn .panel2 h3 a,#sidecolumn .panel3 h3 a,#sidecolumn .panel4 h3 a{text-decoration:none;color:#fff;display:block;zoom:1}#sidecolumn .panel1 h3 a:hover,#sidecolumn .panel2 h3 a:hover,#sidecolumn .panel3 h3 a:hover,#sidecolumn .panel4 h3 a:hover{color:#ffd200}#sidecolumn .panel2{background:#cacaca}#sidecolumn .panel3{background-color:#f3f9fe;line-height:1.4;border-color:#366b85}#sidecolumn .panel3 h3{background-color:#366b85;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.7)}#sidecolumn .panel4{background:#efe;line-height:1.4}#sidecolumn .panel1 h4{margin:5px 0;padding:5px;background-color:#dddde3}#sidecolumn .panel1 h4.bookmarks{background-image:url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 5px -425px}#sidecolumn .panel4 h3{background-color:#a8daa8}#sidecolumn .panel1 .more,#sidecolumn .panel2 .more,#sidecolumn .panel3 .more{display:block;padding:3px 10px 8px 10px;text-decoration:none;color:#567;text-align:left}#sidecolumn .panel4 .more{display:block;padding:3px 10px 8px 10px;text-decoration:none;color:#567;text-align:left}#sidecolumn .panel4 .more:hover{color:#000}#sidecolumn .panel2 .more:hover,#sidecolumn .panel3 .more:hover,#sidecolumn .panel4 .more:hover{color:#000}#sidecolumn .content li.icons{margin:0;margin-right:-5px;margin-bottom:5px;padding:0;list-style:none}#sidecolumn .content li.icons a,#sidecolumn .content li.icons img{border:none}#sidecolumn .content .underlinedlink li.icons a{border:none}#maincolumn .panel1{border:1px solid #bbb;margin:0 5px 5px 5px;border-radius:7px 7px 0 0}#maincolumn .panel1 .head{background:#f7f7f7;line-height:29px;height:29px;color:#333;border-bottom:1px solid #bbb;border-radius:6px 6px 0 0}#maincolumn .panel1 .head h1,#maincolumn .panel1 .head h2{font-weight:700;font-size:12px;font-family:Vazirmatn,Tahoma,sans-serif;margin:0;padding:0 10px;margin-right:-1px;color:#555;text-shadow:-1px -1px 0 #fff}#maincolumn .panel1 .head h1 a,#maincolumn .panel1 .head h2 a{text-decoration:none;color:#555}#maincolumn .panel1 .head span{float:left;margin-top:-29px;width:100%;font-size:11px}#maincolumn .panel1 .head span a,#maincolumn .panel1 .head span form{display:block;border-right:1px solid #b9c1cb;color:#555;float:left;padding:0 4px 0 6px;text-decoration:none;white-space:nowrap}#maincolumn .panel1 .head span.standalone{margin-top:0;float:none}#maincolumn .panel1 .head span.standalone a{float:right;border-left:1px solid #b9c1cb;border-right:none}#maincolumn .panel1 .head span.standalone a:first-child{border-radius:0 6px 0 0}#maincolumn .panel1 .head span form{height:29px}#maincolumn .panel1 .head span label{line-height:16px}#maincolumn .panel1 .head span label b{vertical-align:middle;font-weight:400}#maincolumn .panel1 .head span label input{margin:4px 0 3px 0;border:1px solid #aaa;height:16px;line-height:16px;color:#777}#maincolumn .panel1 .head span label.search{background:url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 100% -455px;background-color:#fff;border:1px solid #aaa;padding-right:22px;display:block;margin-top:5px;border-radius:3px;height:18px}#maincolumn .panel1 .head span label.search input.terms{border:none;background-color:transparent;margin:0;width:100px;height:14px;line-height:14px;float:right;font-size:11px}#maincolumn .panel1 .head span label.search input.submit{margin:1px 1px 0 1px;height:16px;float:left;width:15px;border:none;background:#eee url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat -3px -486px;cursor:pointer}#maincolumn .panel1 .head span label.search input.submit:hover{background-color:#ccc}#maincolumn .panel1 .head span a.current{background-color:#fff;margin-bottom:-1px;color:#234;border-top:2px solid #778;margin-top:-2px;border-bottom:1px solid #fff}#maincolumn .panel1 .head span a:hover{color:#c00;text-decoration:underline}#maincolumn .panel1 .header{margin:10px 0;background-color:#eeeef3;padding:10px;border:1px solid #ddd;border-radius:5px}#maincolumn .panel1 .header label{display:block;float:right;margin-left:8px;padding-left:6px;line-height:20px}#maincolumn .panel1 .header input{border-width:1px;border-radius:5px;padding:2px 4px}#maincolumn .panel1 .header input[type=button],#maincolumn .panel1 .header input[type=reset],#maincolumn .panel1 .header input[type=submit]{background:#fff;padding:4px 8px;float:left}#maincolumn .panel1 .head span a .icon{background:url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 100% 0;display:block;border:none;padding-right:21px}#maincolumn .panel1 .head span a .specifications{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='16' height='16'%3E%3Cpath fill='%23147FFF' d='M15.5 2.2v1.3H.5V2.2c0-.6.4-1 1-1h12.9c.6 0 1.1.4 1.1 1'/%3E%3Cpath fill='%23ECEFF1' d='M15.6 3.4v10.4c0 .6-.4 1-1 1H1.5c-.6 0-1-.4-1-1V3.4z'/%3E%3Cpath fill='%230E3F54' d='M11.2 11.3h1.7c.3 0 .5.2.5.5s-.2.5-.5.5h-1.7c-.3 0-.5-.2-.5-.5 0-.2.2-.5.5-.5'/%3E%3Cpath fill='%23206C96' d='M3.2 11.3h5c.3 0 .5.2.5.5s-.2.5-.5.5h-5c-.3 0-.5-.2-.5-.5 0-.2.2-.5.5-.5'/%3E%3Cpath fill='%230E3F54' d='M11.2 8.7h1.7c.3 0 .5.2.5.5s-.2.5-.5.5h-1.7c-.3 0-.5-.2-.5-.5s.2-.5.5-.5'/%3E%3Cpath fill='%23206C96' d='M3.2 8.7h5c.3 0 .5.2.5.5s-.2.5-.5.5h-5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5'/%3E%3Cpath fill='%230E3F54' d='M11.2 6h1.7c.3 0 .5.2.5.5s-.2.5-.5.5h-1.7c-.3 0-.5-.2-.5-.5s.2-.5.5-.5'/%3E%3Cpath fill='%23206C96' d='M3.2 6h5c.3 0 .5.2.5.5s-.2.5-.5.5h-5c-.3 0-.5-.2-.5-.5s.2-.5.5-.5'/%3E%3Cpath fill='%23194C68' d='M14.3 15.3H1.8c-1 0-1.8-.8-1.8-1.8V2.4C0 1.4.8.6 1.8.6h12.4c1 0 1.8.8 1.8 1.8v11.1c.1 1-.7 1.8-1.7 1.8M1.8 1.6c-.4 0-.8.3-.8.8v11.1c0 .5.4.8.8.8h12.4c.5 0 .8-.4.8-.8V2.4c0-.5-.4-.8-.8-.8z'/%3E%3Cpath fill='%23194C68' d='M15.5 4H.5C.2 4 0 3.8 0 3.5S.2 3 .5 3h15c.3 0 .5.2.5.5s-.2.5-.5.5'/%3E%3C/svg%3E");background-size:16px;background-position:99% 50%}#maincolumn .panel1 .head span a .photos{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512'%3E%3Cpath fill='%23E1E6E9' d='M10 50v264.2l88.1-88.1c12.5-12.5 33-12.5 45.6 0l55.7 55.7 99.7-99.7c12.5-12.5 33-12.5 45.6 0l65.4 65.4V50c0-22-18-40-40-40H50c-22 0-40 18-40 40m200 84.5c-16.6 0-30-13.4-30-30s13.4-30 30-30 30 13.4 30 30-13.4 30-30 30'/%3E%3Ccircle cx='210' cy='104.5' r='30' fill='%23FFC36C'/%3E%3Cpath fill='%234AD194' d='m299.1 182.1-99.7 99.7-55.7-55.7c-12.5-12.5-33-12.5-45.6 0L10 314.2V370c0 22 18 40 40 40h320c22 0 40-18 40-40V247.5l-65.4-65.4c-12.5-12.5-33-12.5-45.5 0'/%3E%3Cpath fill='%23BCCBD3' d='M410 247.5V370c0 22-18 40-40 40H102v52c0 22 18 40 40 40h320c22 0 40-18 40-40V142c0-22-18-40-40-40h-52z'/%3E%3Cpath d='M462 92h-42V50c0-27.6-22.4-50-50-50H50C22.4 0 0 22.4 0 50v320c0 27.6 22.4 50 50 50h42v42c0 27.6 22.4 50 50 50h320c27.6 0 50-22.4 50-50V142c0-27.6-22.4-50-50-50M50 20h320c16.5 0 30 13.5 30 30v173.4l-48.3-48.3c-7.9-7.9-18.5-12.3-29.8-12.3s-21.9 4.4-29.8 12.3l-92.7 92.7-48.7-48.7c-7.9-7.9-18.5-12.3-29.8-12.3S99 211.1 91 219.1l-71 71V50c0-16.5 13.5-30 30-30M20 370v-51.6l85.2-85.2c4.2-4.2 9.7-6.5 15.7-6.5s11.5 2.3 15.7 6.5l55.7 55.7c3.9 3.9 10.2 3.9 14.1 0l99.7-99.7c4.2-4.2 9.7-6.5 15.7-6.5s11.5 2.3 15.7 6.5l62.4 62.4V370c0 16.5-13.5 30-30 30H50c-16.5 0-30-13.5-30-30m472 92c0 16.5-13.5 30-30 30H142c-16.5 0-30-13.5-30-30v-42h258c27.6 0 50-22.4 50-50V112h42c16.5 0 30 13.5 30 30z'/%3E%3Cpath d='M210 144.5c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40m0-60c11 0 20 9 20 20s-9 20-20 20-20-9-20-20 9-20 20-20'/%3E%3C/svg%3E");background-size:16px;background-position:99% 50%}#maincolumn .panel1 .head span a .videos{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512'%3E%3Cpath fill='%23DDE6ED' d='M471.6 216.7v239.7c0 25.1-20.5 45.7-45.7 45.7H105.6C80.5 502 60 481.5 60 456.3V216.7z'/%3E%3Cpath fill='%2353B7F4' d='M42.8 157.5 60 216.7l395.4-114.5L438.3 43c-7-24.1-32.4-38.1-56.6-31.1L74 100.9c-24.2 7-38.2 32.5-31.2 56.6M60 216.7h411.6v93.6H60z'/%3E%3Cpath fill='%23F90084' d='M324.9 405.1 281 379.8l-43.9-25.4v101.4l43.9-25.4z'/%3E%3Cpath d='M471.6 206.7H130.4l327.7-94.9c2.5-.7 4.7-2.5 6-4.8s1.6-5.1.8-7.6l-17.1-59.2C440.9 16.5 418.9 0 394.3 0c-5.2 0-10.4.7-15.4 2.2L71.2 91.3c-14.2 4.1-26 13.6-33.2 26.6-7.2 13.1-8.9 28.1-4.8 42.3L50 218.1v238.3c0 30.7 25 55.7 55.6 55.7h120.2c5.5 0 10-4.5 10-10s-4.5-10-10-10H105.6C86 492 70 476 70 456.3v-136h391.4v136.1c0 19.7-16 35.7-35.7 35.7H305.8c-5.5 0-10 4.5-10 10s4.5 10 10 10H426c30.7 0 55.7-25 55.7-55.7V216.7c-.1-5.5-4.6-10-10.1-10m-176.3 93.6 42.5-73.6H393l-42.5 73.6zm-78.4 0 42.5-73.6h55.3l-42.5 73.6zm-78.4 0 42.5-73.6h55.3l-42.5 73.6zm37.2-129.5-71.1-68.3L157.9 87c.4.5.8 1.1 1.3 1.5l71.1 68.3-53.3 15.5c-.3-.5-.8-1-1.3-1.5M309.7 45l71.1 68.3-53.3 15.4c-.4-.5-.8-1.1-1.3-1.5l-71.1-68.3 53.3-15.4c.4.5.8 1 1.3 1.5m-75.2 21.8 71.1 68.3-53.3 15.4c-.4-.5-.8-1.1-1.3-1.5l-71.1-68.3 53.3-15.4c.3.5.8 1 1.3 1.5m149.9-45.4c3.2-.9 6.5-1.4 9.8-1.4 15.8 0 29.9 10.6 34.3 25.7l14.4 49.6-40.1 11.6c-.4-.5-.8-1.1-1.3-1.5l-71.1-68.3zM55.5 127.6c4.6-8.4 12.2-14.4 21.3-17.1l5.9-1.7c.4.5.8 1.1 1.3 1.5l71.1 68.3-88.3 25.6-14.4-49.6c-2.6-9-1.5-18.6 3.1-27M70 226.7h88l-42.5 73.6H70zm303.6 73.6 42.5-73.6h45.5v73.6z'/%3E%3Cpath fill='%23A8005D' d='M334.9 405.1c0-3.6-1.9-6.9-5-8.7L242 345.7c-3.1-1.8-6.9-1.8-10 0s-5 5.1-5 8.7v101.4c0 3.6 1.9 6.9 5 8.7 1.5.9 3.3 1.3 5 1.3s3.5-.4 5-1.3l87.9-50.7c3.1-1.8 5-5.1 5-8.7m-87.8 33.4v-66.8l57.9 33.4z'/%3E%3Cpath d='M265.8 492c-5.5 0-10 4.5-10 10s4.5 10 10 10 10-4.5 10-10-4.5-10-10-10'/%3E%3C/svg%3E");background-size:16px;background-position:99% 50%}#maincolumn .panel1 .head span a .shops{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512'%3E%3Cpath fill='%231BAF25' d='M508.3 85.8c-3-3.6-7.6-5.8-12.3-5.8H107.5c-5 0-9.7 2.3-12.7 6.2-3 4-4 9.1-2.8 13.9l51.2 191.4c1.9 7 8.2 11.9 15.5 11.9h.8L464.8 288c7.4-.4 13.6-5.8 14.9-13.1l32-176c.9-4.7-.4-9.5-3.4-13.1'/%3E%3Cg fill='%23FAFAFA'%3E%3Cpath d='M400 240c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16M304 240c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16M208 240c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16'/%3E%3C/g%3E%3Cg fill='%23455A64'%3E%3Ccircle cx='208' cy='448' r='48'/%3E%3Ccircle cx='400' cy='448' r='48'/%3E%3Cpath d='M432 368H176c-7.3 0-13.6-4.9-15.5-11.9L78.3 48H16C7.2 48 0 40.8 0 32s7.2-16 16-16h74.6c7.3 0 13.6 4.9 15.5 11.9L188.3 336H432c8.8 0 16 7.2 16 16s-7.2 16-16 16'/%3E%3C/g%3E%3C/svg%3E");background-size:16px;background-position:99% 50%}#maincolumn .panel1 .head span a .comments{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512'%3E%3Cpath fill='%23C7EAFF' d='M286 184H70c-33.1 0-60 26.9-60 60v154c0 33.1 26.9 60 60 60h65l-.9.1L178 502v-44h108c33.1 0 60-26.9 60-60V244c0-33.1-26.9-60-60-60'/%3E%3Cpath d='M178 512c-2.6 0-5.2-1-7.1-2.9l-41-41.1H70c-38.6 0-70-31.4-70-70V244c0-38.6 31.4-70 70-70h101c5.5 0 10 4.5 10 10s-4.5 10-10 10H70c-27.6 0-50 22.4-50 50v154c0 27.6 22.4 50 50 50h65c4.1 0 7.6 2.5 9.2 6l23.9 23.9V458c0-5.5 4.5-10 10-10h108c27.6 0 50-22.4 50-50v-69c0-5.5 4.5-10 10-10s10 4.5 10 10v69c0 38.6-31.4 70-70 70h-98v34c0 4-2.4 7.7-6.2 9.2-1.3.6-2.6.8-3.9.8'/%3E%3Cpath fill='%23FFD255' d='M366.7 10h-25.3C266.6 10 206 70.6 206 145.3s60.6 135.3 135.3 135.3h25.3c13.9 0 27.2-2.1 39.8-6l41.5 41.5v-62.7c32.8-24.7 54-64 54-108.2C502 70.6 441.4 10 366.7 10'/%3E%3Cpath d='M448 326.3c-2.6 0-5.2-1-7.1-2.9L403.5 286c-12 3.1-24.4 4.7-36.9 4.7h-25.3c-80.1 0-145.3-65.2-145.3-145.3S261.2 0 341.3 0h25.3C446.8 0 512 65.2 512 145.3c0 23.2-5.3 45.4-15.8 66-9.2 18.1-22.4 34.3-38.2 47.1v57.9c0 4-2.4 7.7-6.2 9.2-1.2.5-2.5.8-3.8.8m-41.5-61.6c2.6 0 5.2 1 7.1 2.9l24.5 24.5v-38.6c0-3.1 1.5-6.1 4-8 31.8-23.9 50-60.5 50-100.2C492 76.2 435.8 20 366.7 20h-25.3C272.2 20 216 76.2 216 145.3s56.2 125.3 125.3 125.3h25.3c12.6 0 25-1.9 36.9-5.5 1-.2 2-.4 3-.4'/%3E%3Cpath d='M356.8 186.8c-5.5 0-10-4.5-10-10v-24c0-9 6.1-16.6 14.9-18.5 10.8-2.4 18.1-12.3 17.4-23.4-.8-11-9.6-19.9-20.7-20.7-6.3-.4-12.3 1.7-16.8 5.9-4.6 4.3-7.1 10.1-7.1 16.3 0 5.5-4.5 10-10 10s-10-4.5-10-10c0-11.7 4.9-23 13.5-31 8.7-8.1 20-12.1 31.9-11.3 20.9 1.4 37.8 18.3 39.3 39.3 1.4 20.8-12.1 39.3-32.2 44.1v23.2c-.2 5.6-4.7 10.1-10.2 10.1M356.8 226.3c-2.6 0-5.2-1.1-7.1-2.9-1.9-1.9-2.9-4.4-2.9-7.1 0-2.6 1.1-5.2 2.9-7.1s4.4-2.9 7.1-2.9 5.2 1.1 7.1 2.9c1.9 1.9 2.9 4.4 2.9 7.1 0 2.6-1.1 5.2-2.9 7.1-1.9 1.9-4.5 2.9-7.1 2.9M275 330H64c-5.5 0-10-4.5-10-10s4.5-10 10-10h211c5.5 0 10 4.5 10 10s-4.5 10-10 10M275 386c-2.6 0-5.2-1.1-7.1-2.9s-2.9-4.4-2.9-7.1 1.1-5.2 2.9-7.1c1.9-1.9 4.4-2.9 7.1-2.9s5.2 1.1 7.1 2.9c1.9 1.9 2.9 4.4 2.9 7.1 0 2.6-1.1 5.2-2.9 7.1-1.9 1.8-4.5 2.9-7.1 2.9M235.7 386H64c-5.5 0-10-4.5-10-10s4.5-10 10-10h171.7c5.5 0 10 4.5 10 10s-4.5 10-10 10M210 274H64c-5.5 0-10-4.5-10-10s4.5-10 10-10h146c5.5 0 10 4.5 10 10s-4.5 10-10 10'/%3E%3C/svg%3E");background-size:16px;background-position:99% 50%}#maincolumn .panel1 .head span a .intro{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='496pt' height='496pt' viewBox='0 -8 496.006 496'%3E%3Cpath fill='%23fff' d='M397.14 54.05v-.886c0-1.144.13-2.273.313-3.402 2.488-22.735 19.832-42.262 43.113-41.016.985-.48-362.343-.742-362.343-.742-14.121 0-26.024 11.512-26.024 26.121l-.879 352.871 229.375-.89c-3.527 72.609 20.29 85.011 52.934 85.011h4.41c32.64 0 59.102-26.57 59.102-59.328V116.035zm0 0'/%3E%3Cpath fill='%23173851' d='M338.031 479.117h-4.41c-13.566 0-30.773-1.715-43.496-15.074-12.766-13.398-18.453-35.727-17.727-69.902l-221.054.855h-.035a8.02 8.02 0 0 1-5.653-2.336 8 8 0 0 1-2.347-5.68l.882-352.875C44.2 15.316 59.461.004 78.223.004c0 0 90.566.062 181.136.191 45.286.063 90.582.145 124.559.23 17 .052 31.16.098 41.082.153 5.016.024 8.879.05 11.879.145a56 56 0 0 1 4.105.039l-.011.183c5.953.547 6.449 1.985 7.379 6a8 8 0 0 1-1.672 6.946c-1.618 1.93-4.059 3-6.555 2.84-20.07-1.11-32.84 16.656-34.727 33.898-.168 1.117-.265 1.812-.265 2.527v358.621c.008 37.137-30.102 67.34-67.102 67.34m-57.344-101.012c2.184 0 4.27.891 5.782 2.473a7.99 7.99 0 0 1 2.21 5.914c-1.648 33.832 2.614 55.582 13.024 66.512 6.664 6.992 16.504 10.113 31.91 10.113h4.41c28.184 0 51.11-23.027 51.11-51.328V53.164c0-1.578.16-3.137.418-4.687 1.375-12.602 6.488-23.68 14.031-31.993-71.559-.242-231.352-.41-325.367-.48-9.93 0-18.016 8.129-18.016 18.121l-.863 344.84 221.32-.86zm0 0'/%3E%3Cpath fill='%23d4dedd' d='M397.14 116.922V54.05c.665-25.305 19.891-48.168 45.876-45.16 24.703 0 44.992 20.367 44.992 45.16v62.87zm0 0'/%3E%3Cpath fill='%23173851' d='M488.008 124.922H397.14c-4.414 0-8-3.582-8-8V54.05c.425-16.375 7.562-32 19.082-41.992C418.109 3.484 430.629-.477 443.477.89c29.011.25 52.53 24 52.53 53.16v62.87c0 4.419-3.585 8-8 8m-82.867-8h.082zm0-8h74.867V54.05c0-20.489-16.594-37.16-36.992-37.16q-.468.002-.922-.055c-10.864-1.25-18.742 3.281-23.39 7.312-8.184 7.102-13.259 18.36-13.571 30.11zm0 0'/%3E%3Cpath fill='%23d4dedd' d='m280.688 386.105-219.672.891H8.086s-5.297 83.238 70.578 85.008h264.664c-4.41 0-9.265-.441-13.234-.887-30.88-.883-52.934-15.05-49.406-85.012m0 0'/%3E%3Cg fill='%23173851'%3E%3Cpath d='M343.328 480.004H78.664c-23.601-.543-42.344-8.328-55.906-23.121C-2.32 429.523-.008 388.227.102 386.484c.273-4.21 3.761-7.496 7.984-7.496h52.937l219.641-.89h.031c2.184 0 4.278.898 5.782 2.48a7.96 7.96 0 0 1 2.203 5.93c-1.688 33.512 2.453 55.176 12.664 66.23 6.27 6.785 15.207 9.985 28.984 10.38 5.68.612 9.711.886 13 .886 4.414 0 8 3.582 8 8 0 4.414-3.586 8-8 8M16.133 394.996c.578 11.824 3.691 35.07 18.48 51.152C45.117 457.555 60 463.57 78.855 464.012h211.118c-.125-.137-.254-.274-.375-.403-12.465-13.484-17.993-35.68-17.207-69.453zM106.488 219.098a8 8 0 0 1-5.074-1.813l-11.719-9.617a8 8 0 0 1-1.113-11.258c2.809-3.406 7.848-3.91 11.258-1.11l5.504 4.512 21.48-26.44c2.79-3.435 7.84-3.946 11.254-1.169a8.003 8.003 0 0 1 1.168 11.258l-26.55 32.68a8 8 0 0 1-6.208 2.957M357.14 202.754H179.185a8 8 0 0 1 0-16h177.949c4.418 0 8 3.586 8 8 0 4.418-3.574 8-7.992 8M359.2 269.043H98.487a8 8 0 0 1 0-16H359.2c4.414 0 8 3.586 8 8 0 4.418-3.586 8-8 8M359.2 335.332H98.487a8 8 0 0 1 0-16H359.2c4.414 0 8 3.582 8 8 0 4.414-3.586 8-8 8m0 0'/%3E%3C/g%3E%3Cpath fill='%23f86252' d='M94.766 60.973H357.14v68.054H94.766zm0 0'/%3E%3C/svg%3E");background-size:16px;background-position:99% 50%}#maincolumn .panel1 .head span a .mediareviews{background-position:100% -1590px}#maincolumn .panel1 .head span a .review{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='512'%3E%3Cpath fill='%23AAC4DA' d='M501.3 96.1h-64c-11.8 0-21.3-9.6-21.3-21.3v-64z'/%3E%3Cpath fill='%23D9EEF7' d='M501.3 96.1v384c0 11.8-9.6 21.3-21.3 21.3H138.7c-11.8 0-21.3-9.6-21.3-21.3v-448c0-11.8 9.6-21.3 21.3-21.3H416v64c0 11.8 9.6 21.3 21.3 21.3z'/%3E%3Cpath fill='%23F2F2F2' d='M277.3 170.7H448v106.7H277.3z'/%3E%3Cpath fill='%2395ADC0' d='M170.7 373.4v106.7c0 11.8-9.6 21.3-21.3 21.3s-21.3-9.6-21.3-21.3V373.4c0-11.8 9.6-21.3 21.3-21.3 11.7.1 21.2 9.6 21.3 21.3'/%3E%3Ccircle cx='149.3' cy='149.4' r='138.7' fill='%2332C3FF'/%3E%3Cpath fill='%23283944' d='M160 343.3v-45.2c82.3-5.9 144.2-77.4 138.3-159.6S220.9-5.6 138.7.3-5.5 77.6.4 159.9c5.3 74.1 64.2 133 138.3 138.3v45.2c-12.7 4.5-21.3 16.5-21.3 30v106.7c0 17.7 14.3 32 32 32s32-14.3 32-32V373.4c-.1-13.5-8.7-25.6-21.4-30.1M21.3 149.4c0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128c-70.6-.1-127.9-57.3-128-128M160 480.1c0 5.9-4.8 10.7-10.7 10.7s-10.7-4.8-10.7-10.7V373.4c0-5.9 4.8-10.7 10.7-10.7 2.9 0 5.6 1.2 7.6 3.3 2 1.9 3.1 4.6 3.1 7.4z'/%3E%3Cpath fill='%234C5B66' d='M508.9 88.5 423.5 3.2c-2-2-4.7-3.1-7.5-3.1H266.7v21.3h138.7v53.3c0 17.7 14.3 32 32 32h21.3V85.4h-21.3c-5.9 0-10.7-4.8-10.7-10.7V36.5l64 64v379.6c0 5.9-4.8 10.7-10.7 10.7H202.7v21.3H480c17.7 0 32-14.3 32-32v-384c0-2.9-1.1-5.6-3.1-7.6'/%3E%3Cpath fill='%23FFF' d='M138.7 138.7H160V160h-21.3zM192 138.7h21.3V160H192zM85.3 138.7h21.3V160H85.3z'/%3E%3Cpath fill='%234C5B66' d='M277.3 266.7V288H448c5.9 0 10.7-4.8 10.7-10.7V170.7c0-5.9-4.8-10.7-10.7-10.7H330.7v21.3h106.7v85.3zM245.3 320.1h213.3v21.3H245.3zM437.3 373.4h21.3v21.3h-21.3zM394.7 373.4H416v21.3h-21.3z'/%3E%3C/svg%3E");background-size:16px;background-position:99% 50%}#maincolumn .panel1 .head span a .cancelsearch{background-position:100% -600px}#maincolumn .panel1 .head span a .compare{background-position:100% -120px}#maincolumn .panel1 .head span a .find{background-position:100% -150px}#maincolumn .panel1 .head span a .return{background-position:100% -630px}#maincolumn .panel1 .head span a .print{background-position:100% -660px}#maincolumn .panel1 .head span a .add{background-position:100% -690px}#maincolumn .panel1 .head span a .manage{background-position:100% -510px}#maincolumn .panel1 .head span a .contact{background-position:100% -720px}#maincolumn .panel1 .head span a .edit{background-position:100% -360px}#maincolumn .panel1 .head span a .delete{background-position:100% -750px}#maincolumn .panel1 .head span a .rss{background-position:100% -780px}#maincolumn .panel1 .head span a .report{background-position:100% -1170px;font-weight:700}#maincolumn .panel1 .head span a .security{background-position:100% -1200px}#maincolumn .panel1 .head span a .sent{background-position:100% -1260px}#maincolumn .panel1 .head span a .received{background-position:100% -1230px}#maincolumn .panel1 .head span a .promotions{background-position:100% -180px}#maincolumn .panel1 .head span a.rss{background:url(/static/styles/v3.1/assets/images/allsprites.png) -4px -350px;padding:0;width:25px;height:29px}#footer{width:988px;margin:0 auto;padding-bottom:10px;text-align:center;direction:rtl;color:#777;line-height:15px;font-size:11px}#footer .menu{background:#ccc;margin:10px 0;text-align:center}#footer .menu ul{margin:0;padding:0 5px;list-style:none}#footer .menu ul li{display:inline-block}#footer .menu ul.l2{background:#777;clear:both}#footer .menu ul.l1 li{padding:5px 1px 5px 0;border-right:1px solid #eee;margin-right:1px}#footer .menu ul.l1 li:first-child{border-right:none}#footer .menu ul.l2 li{color:#aaa;padding:4px 1px;margin-right:1px}#footer .menu ul.l2 li.middle{border-right:1px solid #ccc;padding-bottom:6px;padding-right:5px;padding-left:5px}#footer .menu ul.l2 li.last{padding-left:2px;margin-right:40px}#footer .menu ul.l1 a{color:#444;padding-left:1px;padding-right:1px;font-weight:400;text-decoration:none;border:none}#footer .menu ul.l2 a{color:#eee;padding-left:1px;padding-right:1px;text-decoration:none}#footer .menu ul li .submenu a{color:#444;font-size:10px;padding-left:2px;padding-right:2px;font-weight:400;text-decoration:none;border:none}#footer .menu ul li .submenu a:hover,#footer .menu ul.l1 a:hover,#footer .menu ul.l2 a:hover{color:#fff}#adminlinks{background-color:#eee;position:absolute;top:30px;left:10px;width:130px;overflow:auto}#adminlinks a{display:block;padding:5px;color:#666;text-decoration:none}#adminlinks a:hover{background-color:#779;color:#fff}#desktop table{width:100%}#desktop table td{width:20%;text-align:center}#desktop table td a{display:block;margin:10px;padding:5px;text-decoration:none;border:1px solid #eee;border-radius:5px}#desktop table td a:hover{border:1px solid #369}#desktop table td a b{position:absolute;background-color:#ddd;color:#888;display:block;width:18px;height:18px;line-height:16px;font-weight:400;font-size:10px;border-radius:7px}#desktop table td a img{border:none}#desktop table td a span{color:#666;display:block;background-color:#eef;padding:5px;border-radius:3px}.twocolumns .col1{width:60%;float:left}.twocolumns .col1 .panel1{margin-right:0}.twocolumns .col2{width:40%;float:right}.photoslots .instructions ul{list-style:none;margin:0;padding:0}#replyto a,.user-comments .comment .inreplyto a,.user-comments .comment a.replies,.user-comments .comment h3 a{color:#15a;text-decoration:none}#replyto a:hover,.user-comments .comment .inreplyto a:hover,.user-comments .comment a.replies:hover,.user-comments .comment h3 a:hover{text-decoration:underline;color:#039}.inpagetitle,.photoslots h3{border-radius:5px;background:#d0d6ee;padding:5px 10px;margin:5px 0;font-size:14px}.clear{clear:both;height:0;overflow:hidden}.padd{padding:8px}.text{line-height:170%}.ltr{direction:ltr}acronym{cursor:help}.showonload{display:none}.highlight{background:#ff0}.box1{padding:10px;background-color:#eee;border:1px solid #999;margin-bottom:10px;border-radius:4px}.box2{margin-bottom:16px;margin-bottom:1rem}.box2 .message{margin:0;padding:8px 16px;padding:.5rem 1rem;background-color:#78c;color:#fff;border-radius:4px}.box2 .message a{color:#fff}.box3{padding:8px 10px;border-bottom:1px dotted #888;border-top:1px dotted #888;margin-bottom:5px}.msgerror,.msginfo,.msgsuccess,.msgwarning,.msgwarning2{border-radius:5px;line-height:170%;padding:10px;margin:5px 0}.msgerror ul,.msginfo ul,.msgsuccess ul,.msgwarning ul,.msgwarning2 ul{margin-top:5px;margin-bottom:5px}.msgwarning{border:1px solid #ecc218;background-color:#fffaec}#middlecolumn>.msginfo,#middlecolumn>.msgsuccess,#middlecolumn>.msgwarning{margin:15px 5px}.msginfo{border:1px solid #ccd;background-color:#f3f3ff}.msgwarning2{margin:30px 20px;padding:20px;border:2px solid #cf6d15;background-color:#ffebe3}.msgwarning2 img{float:right;margin-top:-10px;margin-right:-5px;margin-left:10px}.msgwarning.withicon{background-image:url(/static/styles/v3.1/assets/images/icon.warning2.png);background-repeat:no-repeat;background-position:98% center;padding-right:60px}.msgerror{background-color:#fcc;border:1px solid #f63;background-image:url(/static/styles/v3.1/assets/images/form.invalidfields.gif);background-repeat:no-repeat;background-position:10px 10px}.msgsuccess{background-color:#dcf9d9;border:1px solid #3c3}.categorylist{margin-top:-5px}.categorylist a,.categorylist strong{display:block;padding:6.4px 8px;padding:.4rem .5rem;color:#333;text-decoration:none;border-top:1px solid #ddd;margin:0 -9px}.categorylist a:first-child{border:none}.categorylist strong{display:block;background:#d7e4ff -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.7)),to(transparent));background:#d7e4ff linear-gradient(rgba(255,255,255,.7),transparent);border-left:2px solid #5c6bc0;font-weight:400;text-decoration:none}.categorylist strong:first-child{border:none}.categorylist a.current{display:block;background:#d7e4ff -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.7)),to(transparent));background:#d7e4ff linear-gradient(rgba(255,255,255,.7),transparent);border-left:2px solid #5c6bc0;font-weight:400;text-decoration:none}.categorylist a:hover{display:block;background-color:#eee;font-weight:400;text-decoration:none}.categorylist a.more{background-image:none;text-align:left;color:#777;padding-left:10px}.categorylist a.more:hover{background-color:transparent}.categorylist ul{list-style:none;margin:0;padding:0}.categorylist li{list-style:none;margin:0;padding:0;position:relative}.categorylist li input{position:absolute;left:0;top:4px}.categorylist li.hidden{display:none}.tool-tip{color:#444;width:200px}.tool-tip .wrapper{direction:rtl;background-color:#f3f3f3;border:2px solid #fff}.tool-title{background-color:#798faf;padding:4px 5px;color:#fff;font-size:10px}.tool-text{padding:5px 9px}.simple-tip{color:#444;width:300px}.simple-tip .wrapper{direction:rtl;background-color:#f3f3f3;border:2px solid #fff}.simple-title{background-color:#798faf;padding:4px 5px;color:#fff;font-size:10px;direction:ltr}.simple-text{padding:5px 9px}.related{padding:10px;background-color:#ff9;border:1px solid #fc0;margin-bottom:5px;border-radius:5px}.related a{text-decoration:none;color:#930}.rangeslider-touch>div{padding:20px 20px 30px 20px;overflow:hidden}.rangeslider-touch .noUi-value-horizontal{-webkit-transform:translate(-50%,15px);transform:translate(-50%,15px);display:none}.rangeslider-touch .noUi-marker-horizontal.noUi-marker-large{height:10px}.rangeslider-touch .noUi-connect{background-color:#56adde;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.5)),to(transparent));background-image:linear-gradient(rgba(255,255,255,.5),transparent)}.rangeslider-touch .noUi-handle{border-color:#999}.rangeslider-touch .noUi-handle:after,.rangeslider-touch .noUi-handle:before{-webkit-box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #737373,0 3px 6px -3px #bbb;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #737373,0 3px 6px -3px #bbb}.loadingbox{display:none;background-image:url(/static/styles/v3.1/assets/images/loading.gif);background-repeat:no-repeat;background-position:center;height:200px;line-height:150px;text-align:center}.loading .loadingbox{display:block}.loading .results{display:none}.resultsheader{border-bottom:1px solid #999;padding:5px;line-height:25px;margin:0}.resultsheader hr{height:0;clear:both;border:none;border-bottom:1px dotted #999;padding-top:5px}.resultsheader ul{list-style:none;margin:0;padding:0}.resultsheader ul li{float:right;padding:3px 5px}.resultsheader ul.left li{float:left;padding:3px 5px}.resultsheader ul li.separator{padding:0;margin:0 2px;border-left:1px solid #ccc;height:31px}.resultsheader ul li a{display:block;cursor:pointer}.resultsheader .viewtypes{float:left;padding:5px}.resultsheader .viewtypes a{display:block;width:21px;height:13px;float:left;background:url(/static/styles/v3.1/assets/images/icons.sprite.png) no-repeat 0 0;padding:2px;margin:3px}.resultsheader .viewtypes a.current,.resultsheader .viewtypes a:hover{background-color:#eee;border:1px solid #ddd;margin:2px}.resultsheader .viewtypes a.list{background-position:2px -816px}.resultsheader .viewtypes a.grid{background-position:2px -846px}.resultsheader .viewtypes a span{display:none}.ratestars{background-color:#fff;background-image:url(/static/styles/v3.1/assets/images/stars.png);background-position:right 2px;cursor:pointer}.ratestars a,.ratestars span{display:block;background-image:url(/static/styles/v3.1/assets/images/stars.png);background-position:right -21px;height:25px;text-decoration:none}.ratestars a.over,.ratestars a:hover{background-position:right -44px;background-image:url(/static/styles/v3.1/assets/images/stars.png)}input.loading{background-image:url(/static/styles/v3.1/assets/images/loadingsmall.gif);background-repeat:no-repeat;background-position:right center}dl.datatable{margin:20px;padding:10px;background-color:#f4f4f4}.datatable dd,.datatable dt{padding:5px;margin:0}.datatable dt{color:#888}.datatable dd{padding-right:150px;border-bottom:1px dotted gray}.contentmanage{padding:5px;margin:5px 0;background-color:#eee;height:22px}.contentmanage a,.contentmanage input{border:1px solid #333;padding:0 10px;line-height:20px;display:block;float:left;margin-right:5px;text-decoration:none;color:#333;background-color:#fff}.contentmanage a:hover,.contentmanage input:hover{background-color:Orange}.texts{line-height:170%;padding:10px 20px;text-align:justify}.captcha{vertical-align:middle;border:1px solid #ccc}.inlineimage1{margin:0 0 4.8px 4.8px;margin:0 0 .3rem .3rem;border:1px solid rgba(0,0,0,.15);padding:1.6px;padding:.1rem;background-color:#fff;border-radius:.2rem}.inlineimage2{margin:0 0 4.8px 9.6px;margin:0 0 .3rem .6rem;border:1px solid rgba(0,0,0,.15);padding:4.8px;padding:.3rem;border-radius:.2rem}.bookmark{background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -12px -328px;display:block;width:11px;height:11px}.bookmark.on{background-position:-12px -339px}.padd .keywords a{text-decoration:none;color:#337}.padd .keywords a:hover{color:#000;text-decoration:underline}#login_dialog{background:#eee;border:1px solid #fff;padding:0;position:absolute;width:230px;z-index:99;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5);direction:rtl;display:none;margin-right:-160px}#login_dialog h4{margin:0;padding:0 10px 0 0;line-height:25px;background:#ccc;font-size:10px;font-weight:400;text-shadow:-1px -1px 0 #eee}#login_dialog h4 a{display:block;width:16px;height:16px;background:url(/static/styles/v3.1/assets/images/allsprites.png) -9px -381px;float:left;margin:4px}#login_dialog h4 a:hover{background:url(/static/styles/v3.1/assets/images/allsprites.png) -25px -381px!important}#login_dialog .formrow label{width:65px;font-size:10px}#login_dialog .buttonpanel{padding:5px;background:#abc;margin-bottom:0;border-radius:0}#login_dialog .buttonpanel input{padding:3px 5px!important;margin:0!important}#login_dialog .buttonpanel a{font-size:10px;line-height:15px}#login_dialog .forminfo{font-size:10px;color:#555}#social-login{height:30px;line-height:30px;padding:2px 8px 5px 5px;color:#666}#login_dialog #social-login{background:#fff}#social-login a{display:inline-block;padding-right:4px;direction:ltr;text-decoration:none;color:#333;background:#fff}#social-login a img{border:none}#social-login a:hover{color:#000!important;text-decoration:none!important}#social-login a.info{padding:0;border-bottom:1px solid #666!important;display:inline}#social-login a.info:hover{padding:0;border-bottom:1px solid #666!important;display:inline}#social-login a img{vertical-align:middle;margin-right:5px}.forminfo #social-login a{border:1px solid #ccc;border-radius:3px;padding:0 10px 2px 4px;margin-right:10px;font-size:12px;font-weight:700}.forminfo #social-login a:hover{border-color:#666;background:#fee}.forminfo #social-login a img{margin-right:10px}.rightverticalapnl{width:130px;margin-top:10px}.apnl{border:1px solid #aaa;margin:5px auto 8px;background-color:#f9f9f9}.apnl h4{font-size:11px;font-weight:400;color:#444;background:#ddd;margin:0;padding:2px 5px}.apnl img{margin:1px;margin-top:4px;margin-bottom:3px}.underlogobox .apnl{width:130px;margin-top:10px}.panel1 .tabs{height:26px;border-bottom:1px solid #aaa;overflow:visible}.panel1 .tabs ul{margin:0;padding:0;list-style:none}.panel1 .tabs li{float:right;border:1px solid #aaa;border-bottom:0 none;margin-right:5px;background:#eee}.panel1 .tabs li a{display:block;padding:0 10px;line-height:25px;text-decoration:none;color:#555}.panel1 .tabs li.current{background:#fff;height:26px;position:relative}#maincolumn .relatednews h4{background:#ddd;color:#333;padding:0 16px;padding:0 1rem;line-height:32px;line-height:2rem;font-weight:400;font-size:9.6px;font-size:.6rem;margin:0;border:none;border-top:1px solid #ccc;border-radius:0}.relatednews table{border-collapse:collapse;border:none;border-spacing:0;background:#fafafa}.relatednews td{border:1px solid #ccc;text-align:center;vertical-align:top;width:25%;padding:5px}.relatednews img{display:block;margin:5px auto;border:1px solid #ccc;-webkit-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc}#maincolumn .relatednews h5{font-size:11px;padding:5px;margin:5px 0}#maincolumn .relatednews h5 a{color:#456;display:block}#simcardprices table{width:100%;border-bottom:1px solid #444;margin-bottom:5px;background-color:#666}#simcardprices td,#simcardprices th{border-top:1px solid #444;border-left:1px solid #444;text-align:center}#simcardprices tr:first-child td,#simcardprices tr:first-child th{border-top:none}#homeringtones a{padding-right:5px;background-image:none}#homeringtones a span{display:block;width:16px;height:16px;float:left;background:transparent url(/static/styles/v3.1/assets/images/playerbtn-home.png) no-repeat 0 0}#homeringtones a span:hover{background-position:-16px 0}#homeringtones a span.playing{background-position:-32px 0}.userphoneinfo a{display:block;width:80%;margin:4px auto 1px auto;border:1px solid #555;color:#555;padding:3px 5px;text-align:center;text-decoration:none;border-radius:4px}.userphoneinfo a:first-child{border:1px solid #9d3312;color:#9d3312}.userphoneinfo a:hover{background-color:#fff}.shopbrands{float:right;width:17%;border:1px solid #ccc;margin-bottom:5px!important}.shopbrands ul{margin:0;padding:0;list-style:none;background:#eee}.shopbrands .others div{margin-right:115px!important}.shopbrands a{background:#f5f5ff}.shopbrands a.current,.shopbrands a:hover{background:#eef}.shopbrands .others a{background:#eee}.shopphones{width:82%;margin-bottom:5px;float:left}.shopphones .phone{margin:5px;border:1px solid #999;width:48%;float:right}.shopphones .phone img{border:1px solid #888;margin:5px}.shopphones .phone a{color:#666;text-decoration:none}.shopphones .phone a *{cursor:hand}.shopphones .phone a span{float:left;text-align:left;margin:5px 0 5px 2px;display:block;height:32px}.shopphones .phone a span strong{display:block;font-size:14px;color:#222;direction:ltr}.shopphones .phone dl{clear:both;padding:5px;margin:-65px 80px 10px 0;line-height:15px;border-top:1px dotted #ccc}.shopphones .phone dt{color:#666}.shopphones .phone dd{font-weight:700;margin-top:-15px;padding-right:40px}.shopphones .phone dl.details{background-color:#eee;margin:0;font-size:10px}.shopphones .phone dl.details dd{padding-right:5px;font-weight:400}.shopphones .detailicon{width:16px;height:16px;background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -60px -344px;display:block;position:absolute;cursor:help;margin:2px 82px 0 180px}.hometicker{background:#ffc;border:1px solid #cc6;height:38px;line-height:38px;padding:0 10px;margin:4.8px 0;margin:.3rem 0;border-radius:7px}.hometicker table{width:100%;height:30px}.hometicker td{text-align:center;padding:0 2px}.hometicker td a{color:#444;border-bottom:1px solid #333;text-decoration:none}.hometicker td a:hover{text-decoration:none;border:none}#simcard_number{font-size:20px}#simcard_mobileprenum_id{font-size:20px;height:30px;width:80px}.rssnews h4{display:none}.rssnews ul{list-style:none;margin:0;padding:0}.rssnews li{padding-right:15px;padding-top:1px;background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat 100% -480px;margin-bottom:5px}.rssnews a{color:#555;text-decoration:none}.rssnews a:hover{text-decoration:underline;color:#069}.rssnews small{color:#999}.underlogobox .adsbutton1,.underlogobox .adsbutton2,.underlogobox .adsubmitbutton,.underlogobox .brandprices,.underlogobox .buyphonebutton,.underlogobox .buysimcard,.underlogobox .comparebutton,.underlogobox .finderbutton,.underlogobox .phonesbutton,.underlogobox .pricesbutton,.underlogobox .ringtonesbutton,.underlogobox .simcardsbutton,.underlogobox .usedphones,.underlogobox .wallpapersbutton{margin-bottom:5px;background:url(/static/styles/v3.1/assets/images/allsprites.png) -353px -563px;display:block;border:1px solid #f4cf1d;color:#333;line-height:22px;text-decoration:none;border-radius:7px}.underlogobox .brandprices{line-height:16px}.underlogobox .adsbutton1 span,.underlogobox .adsbutton2 span,.underlogobox .adsubmitbutton span,.underlogobox .brandprices span,.underlogobox .buyphonebutton span,.underlogobox .buysimcard span,.underlogobox .comparebutton span,.underlogobox .finderbutton span,.underlogobox .phonesbutton span,.underlogobox .pricesbutton span,.underlogobox .ringtonesbutton span,.underlogobox .simcardsbutton span,.underlogobox .usedphones span,.underlogobox .wallpapersbutton span{display:block;padding:0 17px 3px 0;text-align:right;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,.5);border-top:1px solid #fffcda;border-left:1px solid #fffcda;border-radius:7px;cursor:pointer}.underlogobox .brandprices span,.underlogobox .usedphones span{line-height:16px;height:auto;padding-top:5px;padding-bottom:5px}.firefox .underlogobox .finderbutton{position:relative}.underlogobox .finderbutton{background-color:#c5301b;border-color:#cd301c}.underlogobox .comparebutton{background-color:#c25b13;border-color:#a94906}.underlogobox .phonesbutton{background-color:#db9400;border-color:#bd8000}.underlogobox .adsbutton1{background-color:#beaa18;border-color:#b09e16}.underlogobox .adsbutton2{background-color:#61b416;border-color:#539d13}.underlogobox .wallpapersbutton{background-color:#0b9b70;border-color:#158585}.underlogobox .ringtonesbutton{background-color:#3a7baf;border-color:#2a5c8d}.underlogobox .brandprices,.underlogobox .pricesbutton{background-color:#45820f;border-color:#38680d}.underlogobox .usedphones{background-color:#db9400;border-color:#bd8000}.underlogobox .finderbutton:hover{background-color:#aa2917}.underlogobox .comparebutton:hover{background-color:#ad5211}.underlogobox .phonesbutton:hover{background-color:#be8200}.underlogobox .adsbutton1:hover{background-color:#9f8f14}.underlogobox .adsbutton2:hover{background-color:#539d13}.underlogobox .adsbutton:hover{background-color:#1b831a}.underlogobox .wallpapersbutton:hover{background-color:#197e7e}.underlogobox .ringtonesbutton:hover{background-color:#29527a}.underlogobox .brandprices:hover,.underlogobox .pricesbutton:hover{background-color:#40760e}.underlogobox .usedphones:hover{background-color:#be8200}.underlogobox .finderbutton span{border-color:#e75947}.underlogobox .comparebutton span{border-color:#e47d36}.underlogobox .phonesbutton span{border-color:#f7b221}.underlogobox .adsbutton1 span{border-color:#ddc61c}.underlogobox .adsbutton2 span{border-color:#6ccb19}.underlogobox .wallpapersbutton span{border-color:#0cb180}.underlogobox .ringtonesbutton span{border-color:#438dca}.underlogobox .brandprices span,.underlogobox .pricesbutton span{border-color:#5aa714}.underlogobox .usedphones span{border-color:#f7b221}.underlogobox .adsbutton1,.underlogobox .adsbutton2,.underlogobox .phonesbutton,.underlogobox .ringtonesbutton,.underlogobox .wallpapersbutton{margin:-1px -1px 2px -1px;border-radius:7px 7px 0 0}.underlogobox .adsbutton1 span,.underlogobox .adsbutton2 span,.underlogobox .phonesbutton span,.underlogobox .ringtonesbutton span,.underlogobox .wallpapersbutton span{border-radius:6px 6px 0 0}.underlogobox div.apnl1,.underlogobox div.apnl2,.underlogobox div.homebrandspanel,.underlogobox div.ringtonespanel,.underlogobox div.wallpaperspanel{border-bottom-width:4px;border-radius:7px 7px 0 0}.underlogobox div.apnl1{border-bottom-color:#beaa18;background-color:#fdfcf2}.underlogobox div.apnl2{border-bottom-color:#61b416;background-color:#f5fdee}.underlogobox div.homebrandspanel{border-bottom-color:#db9400;background-color:#fffbf2}.underlogobox div.wallpaperspanel{border-bottom-color:#0b9b70;background-color:#e3fdf5}.underlogobox div.ringtonespanel{border-bottom-color:#3a7baf;background-color:#ecf2f9}.underlogobox div.apnl1 .categorylist a,.underlogobox div.apnl1 .categorylist strong{background:0 0;display:block;padding-right:5px;border-color:#ccc}.underlogobox div.apnl2 .categorylist a,.underlogobox div.apnl2 .categorylist strong{background:0 0;display:block;padding-right:5px;border-color:#ccc}.underlogobox div.apnl1 .categorylist a.submenu{background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -485px -475px}.underlogobox div.apnl1 .categorylist a:hover{background-color:#fdf9d8}.underlogobox div.apnl2 .categorylist a:hover{background-color:#e6fdd1}.underlogobox div.ringtonespanel .categorylist a:hover{background-color:#d9e8f9}.underlogobox div.homebrandspanel .homebrands a:hover{background-color:#fdf9d8}.brandscol{margin:0 1px;padding:0;list-style:none}.brandscol li{padding:0;margin:0}.homebrands li{float:right;width:58px}.brandscol li.full{float:none;width:auto;clear:both}.brandscol li.left{width:90px;border-right:1px solid #ccc}.brandscol a{display:block;padding:4px 7px 3px 7px;text-decoration:none;border-top:1px solid #ccc;border-bottom:1px solid #fff;border-left:1px solid #fff;color:#444}.brandscol a:hover{background-color:#ddd}.brandscol .first{margin-top:-2px}.brandscol .first a{border-top:none}.brandscol .others ul{list-style:none;padding:0;margin:0}.brandscol .others li{float:none;width:auto}.brandscol li.others>a{background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -485px -475px;border-bottom:1px solid #ccc;border-left:none}.brandscol li.others>a:hover{background-color:transparent}.brandscol .others div{position:absolute;z-index:1000;margin-top:-75px;margin-right:85px;display:none;border:4px solid #999;border:4px solid rgba(0,0,0,.3);border-radius:5px;-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.1);box-shadow:3px 3px 3px rgba(0,0,0,.1)}.brandscol .others:hover div{display:block}.brandscol .others table{background-color:#eee}.brandscol .others div a{padding:5px 10px}.brandscol .others div a:hover{background-color:#ddd!important}.brandscol .others div td{border-right:1px solid #ddd;white-space:nowrap}.brandscol .others div td:first-child{border-right:1px solid #fff}.brandscol .others td li:first-child a{border-top:1px solid #fff}.brandscol .others div .column0 li a{background-color:#ddf}.brandscol .others div .column10 li a{background-color:#e2e2f4}.brandscol .others div .column20 li a{background-color:#e5e5ee}.brandscol .others div .column30 li a{background-color:#e9e9e9}.apnl1 .simcards>a{border-top-style:solid;border-top-width:1px}.apnl1 .simcards .prenums{position:absolute;z-index:1000;width:150px;background:#eee;margin-top:-55px;margin-right:135px;border:4px solid #999;border:4px solid rgba(0,0,0,.3);display:none;border-radius:5px;-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.1);box-shadow:3px 3px 3px rgba(0,0,0,.1)}.apnl1 .simcards:hover .prenums{display:block}.apnl1 .simcards .prenums a{margin:0}.brandpricespage{display:block;background-color:#ffc;border:1px solid #999;padding:3px 0;text-align:center;text-decoration:none;color:#333;margin-bottom:3px;width:149px}.sidemenu{list-style:none;margin:-3px -8px;padding:0}.sidemenu li{border-bottom:1px solid #ddd;border-top:1px solid #fff;position:relative}.sidemenu li.first{border-top:0 none}.sidemenu li.last{border-bottom:0 none}.sidemenu li.separator,.sidemenu li.separator1{background-color:#999;line-height:2px;height:2px;overflow:hidden}.sidemenu li.separator2{background-color:#ccc;line-height:2px;height:2px;overflow:hidden}.sidemenu li a{display:block;color:#556;text-decoration:none;padding:6px 3px 6px 1px;clear:both}.sidemenu li.more a{color:#777}.sidemenu li.less{color:#777;display:none}.sidemenu li a:hover{background-color:#e8e8ee}.sidemenu li a.current{background-color:#e3e3ff;font-weight:700}.sidemenu li.ltr a{background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat 0 -55px;padding:3px 10px 4px 25px;direction:ltr}.sidemenu li input{position:absolute;left:0;top:4px}.sidemenu li.hidden{display:none}.sidemenu .column{width:48%;float:right;border-right:1px solid #ccc;position:relative;padding-right:2px}.sidemenu .column:first-child{border:none;padding:0}.sidemenu .column.empty{padding:6px 0 6px 0}form.filters{border:1px solid #9ca;background-color:#efe;border-radius:5px;padding:5px;margin-bottom:5px}form.filters div:first-child{float:left}.phonesgrid .phone{border:1px solid #aaa;padding:1px;border-radius:3px;float:right;width:23%;margin:3px 3px 1px 1px;text-align:center;position:relative}.phonesgrid .phone:hover{border-color:#000}.phonesgrid .phone img{border:none;margin:5px;min-height:92px;min-width:70px}.phonesgrid .phone a.ajaxtips{display:block;height:100px}.phonesgrid .phone .info h4,.phonesgrid .phone .info h5{margin:0;padding:0}.phonesgrid .phone .info h4 a,.phonesgrid .phone .info h5 a{text-decoration:none;display:block}.phonesgrid .phone .info h4 a{background-color:#e3e3e7;direction:ltr;font-size:11px;color:#444;padding:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phonesgrid .phone .info h5 a{background-color:#f4f4f4;padding:3px;font-size:10px;font-weight:400;color:#666}.phonesgrid .phone .info h6{margin:0;padding:5px;font-weight:400;color:#666;font-size:10px}.phonesgrid .phone .ratestars{background-color:#fff;background-image:url(/static/styles/v3.1/assets/images/star.small.gray.gif);background-position:0 0;cursor:default;height:55px;width:10px;position:absolute;top:10px;margin-right:110px}.phonesgrid .phone .ratestars span{display:block;background-image:url(/static/styles/v3.1/assets/images/star.small.orange.gif);background-position:0 0;width:10px}.phonesgrid .phone span.infoicon{background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -60px -344px;width:16px;height:16px;display:block;position:absolute;margin-right:5px;top:10px;cursor:help}.phonesgrid .phone .bookmark{display:block;width:11px;height:11px;background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -12px -328px;position:absolute;top:35px;margin-right:7px}.phonesgrid .phone .bookmark.on{background-position:-12px -339px}.phonesgrid .phone .status{height:3px}.phonesgrid .phone.ComingSoon .status{background:#ff0}.phonesgrid .phone.Available .status{background:#3f3}.phonesgrid .phone.Canceled .status{background:#903}.phonesgrid .phone.Discontinued .status{background:#f33}.phonesgrid .phone.Other .status{background:#999}#sidecolumn .phoneview{display:block;width:auto;height:40px;float:none;padding:0;text-align:center;color:#fff;margin:3px;background-color:#47718c;background-image:url(/static/styles/v3.1/assets/images/whiteclipping.gif);background-repeat:no-repeat;background-position:bottom right}#sidecolumn .phoneview:hover{display:block;width:auto;height:40px;float:none;padding:0;text-align:center;color:#fff;margin:3px;background-color:#47718c;background-image:url(/static/styles/v3.1/assets/images/whiteclipping.gif);background-repeat:no-repeat;background-position:bottom right;border:1px solid #fff;background-color:#5284a3}#sidecolumn .phoneview img{float:left;margin:0;margin-right:10px}#sidecolumn .phoneview h4{float:left;line-height:27px;padding:0;cursor:pointer}#sidecolumn .phoneview h4 a{color:#fff;text-decoration:none}dl.phoneinfo{margin:-5px;padding:0;width:100%}dl.phoneinfo dt{font-size:10px;border-top:1px solid #ccc;padding:3px;color:#888}dl.phoneinfo dt:first-child{border:none}dl.phoneinfo dd{padding:0 5px 5px 5px;margin-right:70px;margin-top:-15px}div.ajaxphonelinks{border:1px solid #999;border-radius:2px;padding:5px;margin-top:5px;clear:both;background:#ddd;text-align:center}div.ajaxphonelinks a{color:#004;text-decoration:none;font-size:10px}div.ajaxphonelinks a:hover{color:#c03}.number h5{margin:0 0 10px 0;padding:5px 10px;background-color:#dde;direction:ltr;text-align:left;font-family:Arial,Helvetica,sans-serif;font-size:16px}.number h5 small{font-size:10px;color:#999;display:block;padding-top:2px;float:right}.number h5 span{color:#666;font-weight:400;letter-spacing:-1px}.simcardInfo{margin:1px}.simcardInfo .content{padding:10px}.simcardInfo .content h3{margin:0 0 10px 0;background-color:#d0d6ee;padding:5px 10px;font-size:14px;border-radius:3px}.simcardInfo .content h4{font-size:11px;margin:10px 0 5px 0;border-top:1px solid #cc9;border-bottom:1px solid #cc9;background-color:#ffc;color:#442;padding:5px 10px;font-weight:400}.simcardInfo .content dl{margin:5px 10px;line-height:20px}.simcardInfo .content dt{margin:5px 0 0 0;padding:3px 0 0 0;color:#666;border-top:1px dotted #ccc}.simcardInfo .content dt:first-child{border:none}.simcardInfo .content dd{padding:0 130px 0 5px;margin:-20px 0 0 0}.simcardInfo .textover{margin-top:6px;margin-bottom:6px;margin-right:3px;width:170px;float:right;cursor:pointer}.simcardInfo .info,.simcardInfo .moreinfo{background-color:#eee}.simcardInfo .number h5{margin:1px}.simcardInfo .number h5 small{font-size:10px;color:#999;display:block;padding-top:2px;float:right}.simcardInfo .number h5 img{margin:2px 5px 0 -2px;float:left}.simcardInfo .number h5 span{color:#666;font-weight:400;letter-spacing:-1px}.simcardInfo .number .info{padding:10px;background-color:#f5f5f5;margin:1px;margin-top:0}.simcardInfo .littleicons{padding-top:5px;text-align:left}.simcardInfo a{color:#000;text-decoration:none}.simcardInfo a img{border-style:none}.simcardInfo .bookmark{float:left;margin:4px}.usedphoneinfo{margin:1px}.usedphoneinfo .column{float:right;padding:10px 0;margin:10px;border:1px solid #ccc;width:140px;background-color:#fafafa}.usedphoneinfo .column img{margin:5px auto 10px auto;display:block;border:3px solid #ccc}.usedphoneinfo .column a{margin:2px auto;display:block;padding:5px;width:70%;border:1px solid #aaa;background-color:#fff;text-decoration:none;text-align:center;color:#555;border-radius:3px}.usedphoneinfo .column a:hover{color:#c63;border-color:#c63}.usedphoneinfo .content{margin-right:160px;padding:10px}.usedphoneinfo .content h3{margin:0 0 10px 0;background-color:#d0d6ee;padding:5px 10px;font-size:14px;border-radius:3px}.usedphoneinfo .content h4{font-size:11px;margin:10px 0 5px 0;border-top:1px solid #cc9;border-bottom:1px solid #cc9;background-color:#ffc;color:#333;padding:5px 10px;font-weight:400}.usedphoneinfo .content dl{margin:5px 10px;line-height:20px}.usedphoneinfo .content dt{margin:5px 0 0 0;padding:3px 0 0 0;color:#666;border-top:1px dotted #ccc}.usedphoneinfo .content dt:first-child{border:none}.usedphoneinfo .content dd{padding:0 130px 0 5px;margin:-20px 0 0 0}.usedphoneinfo .content ul a{text-decoration:none;color:#224;line-height:20px}.usedphoneinfo .content ul a:hover{text-decoration:underline}.usedphoneinfo .bookmark{float:left;margin:3px 0}.usedphoneinfo .photos a{text-decoration:none;display:inline-block;border:1px solid #666;margin-right:5px;margin-bottom:5px;position:relative}.usedphoneinfo .photos a i{background:rgba(255,255,255,.6);position:absolute;top:0;left:0;margin:3px;width:16px;line-height:16px;text-align:center;border-radius:2px;color:rgba(0,0,0,.8);opacity:.7;font-size:14px}.usedphoneinfo .photos a:hover i{opacity:1}.specpageprices{margin:0 auto}.specpageprices th{font-weight:400;font-size:10px;text-align:right;color:#444;text-align:center}.specpageprices .submit{text-align:left}.specpageprices input{border-width:1px;padding:3px;border-radius:3px}.specpageprices .submit input{padding-right:15px;background-image:url(/static/styles/v3.1/assets/images/icons.sprite.png);background-repeat:no-repeat;background-position:100% -1055px;cursor:pointer}.specpageprices .submit input:hover{background-color:#c6e2c2}.specpageprices .submit input.delete{background-position:100% -1023px}.specpageprices .submit input.delete:hover{background-color:#e2c6c2}.newslist{line-height:19.2px;line-height:1.2rem}.newslist .more{height:20px;margin-top:5px}.newslist .more a{display:block;float:left;padding:3px 7px;text-decoration:none;color:#555;border:1px solid #ddd;border-radius:5px}#bookmarkeditems .paginationbox{margin-bottom:10px}#bookmarkeditems .item{width:30%;height:70px;margin:4px;float:right;border:1px solid #999;border-radius:5px;padding:5px;background-color:#f9f9f9}#bookmarkeditems .item:hover{border:2px solid #f96;margin:3px}#bookmarkeditems .item div{text-align:left}#bookmarkeditems .item img{border:1px solid #999;float:right}#bookmarkeditems .item .infoicon{width:11px;height:11px;background:url(/static/styles/v3.1/assets/images/allsprites.png) no-repeat -63px -347px;background-repeat:no-repeat;background-position:center;float:right;margin-top:2px;margin-right:7px;cursor:help}#bookmarkeditems .item h4{margin:0;font-size:12px;padding:5px;direction:ltr}#bookmarkeditems .item h5{margin:0;padding:0 5px;font-weight:400;font-size:10px}#bookmarkeditems .item h6{margin:0;font-size:10px;float:right;font-weight:400;color:#888;padding:15px 10px 0 0}#bookmarkeditems .item a{color:#444;text-decoration:none}#bookmarkeditems .item a:hover{color:Maroon}#bookmarkeditems .item .phone h4 a{text-decoration:underline}#bookmarkeditems .item a.delete{font-size:10px;display:block;float:left;padding:2px 5px;margin:14px 0 0 5px;border-radius:4px;background-color:#fcc}#bookmarkeditems .item a.delete:hover{background-color:#c33;color:#fff}#bookmarkeditems .simcard h4{font-weight:400;font-size:14px}#bookmarkeditems .simcard h6{margin-top:-15px;text-align:right}.wallpapersgrid{padding:10px}.wallpapersgrid .wallpaper{display:block;margin:6px;float:right;padding:2px;border:2px solid #999;background-color:#eee;width:90px;border-radius:5px;text-decoration:none}.wallpapersgrid .wallpaper:hover{border:3px solid orange;margin:5px;background-color:#fee}.wallpapersgrid .wallpaper div{height:124px;background-repeat:no-repeat;background-position:center}.wallpapersgrid .wallpaper span{display:none}.wallpapersgrid .wallpaper.withcategory span{display:block;padding:0 3px;line-height:20px;height:20px;text-align:center;background-color:#666;color:#fff;font-size:10px;border-top:1px solid #fff}.wallpapersgrid .wallpaper img{border:none}.wallpaperdownload ul{list-style-type:disc;margin:0;padding:10px 20px;line-height:20px}.wallpaperdownload fieldset{border:1px solid #888;border-radius:5px;background-color:#eef;padding:8px 3px 10px 2px;clear:both;margin-right:-3px}.wallpaperdownload table{margin:0 auto;border:none}.wallpaperdownload fieldset input[type=submit]{margin:5px 0 0 5px;border:1px solid #444;width:67px;height:30px;background-color:#458;color:#fff;border-radius:4px;cursor:pointer}.wallpaperdownload fieldset input[type=submit]:hover{color:#000}.wallpaperdownload #dlcounter{font-size:16px;padding:5px;text-align:center}.panel .wallpapers a{display:block;text-align:center;width:54px;padding:2px;float:right;margin:0 3px 3px 0;border:1px solid #777;background-color:#fff;border-radius:3px}.panel .wallpapers a img{border:none}.panel .wallpapers .more{display:block;clear:both;padding:3px 5px 0 5px;border:none;border-top:1px solid #ccc;text-align:left;width:auto;float:none;background-color:transparent;text-decoration:none;color:#666}#detectphone{display:none;margin:10px 0;border:1px solid #888;background-color:#f5f5f5;border-radius:5px;padding:10px;clear:both}#detectphone .padd{border-radius:5px;background-color:#fff;border:1px solid #ccc;margin-top:10px;direction:ltr}#ringtones .ringtone{width:172px;border:1px solid #ddd;margin:10px;float:right;padding:1px;border-radius:5px}#ringtone h5{font-size:14px;color:#447;border-bottom:1px solid #ccc;padding:5px 0;margin:0}#ringtone h6{font-size:11px;border-bottom:1px solid #ccc;color:#777;padding:3px 0;margin:0 0 5px 0}#ringtones .ringtone.playing{border:2px solid #888;margin:9px}#ringtones .ringtone .progress{height:5px;border:1px solid #999;background-color:#eee;width:75px;margin:18px 10px 0 0}#ringtone .progress{height:5px;border:1px solid #999;background-color:#eee;width:75px;margin:18px 10px 0 0}#ringtone .player{border:3px solid #ddd;margin:10px;height:26px;padding:5px;border-radius:10px}#ringtone .progress{height:10px;width:320px;margin:7px}#ringtone .playing .progress,#ringtones .ringtone.playing .progress{background-image:url(/static/styles/v3.1/assets/images/loadingbar.gif);background-repeat:repeat-x;background-position:0 0}#ringtones .ringtone .progress div{height:5px;width:0;background-color:#999;float:left}#ringtone .progress div{height:5px;width:0;background-color:#999;float:left;height:10px}#ringtone .progress div div,#ringtones .ringtone .progress div div{background-color:orange}#ringtones .ringtone h5{margin:0 0 10px 0;padding:0 10px;line-height:20px;height:20px;font-size:10px;background-color:#ddf;border-radius:4px;overflow:hidden;white-space:nowrap}#ringtones .ringtone.playing h5{background-color:#ccf}#ringtones .ringtone h5 a{color:#335;text-decoration:none}#ringtones .ringtone a.download,#ringtones .ringtone a.play{width:31px;height:27px;display:block;float:left;margin:0 0 5px 5px;background-image:url(/static/styles/v3.1/assets/images/playerbtn.png);background-position:0 0}#ringtone a.download,#ringtone a.play{width:31px;height:27px;display:block;float:left;margin:0 0 5px 5px;background-image:url(/static/styles/v3.1/assets/images/playerbtn.png);background-position:0 0}.ie6 #ringtones .ringtone a.download,.ie6 #ringtones .ringtone a.play{margin:0 0 5px 0}.ie6 #ringtone a.download,.ie6 #ringtone a.play{margin:0 0 5px 0}#ringtone a.play:hover,#ringtones .ringtone a.play:hover{background-position:-31px 0}#ringtone .playing a.play,#ringtones .ringtone.playing a.play{background-position:-62px 0}#ringtones .ringtone a.download{background-position:-93px 0;margin:0 0 5px 0;width:34px}#ringtones .ringtone a.download:hover{background-position:-127px 0}#ringtone a.play{margin:0}#ringtone a.download{background:transparent url(/static/styles/v3.1/assets/images/player-download.png) no-repeat 0 0;width:103px;height:28px;margin:0;line-height:28px;text-align:center;text-decoration:none;color:#fff;text-shadow:-1px -1px 0 #709150}#ringtone a.download:hover{background-position:0 -28px;text-shadow:-1px -1px 0 #95ce5e}#ringtones .ringtone dl{clear:both;margin:0;padding:5px;border-top:1px solid #ccc;background-color:#eee;line-height:15px;height:15px;font-size:10px}#ringtones .ringtone.playing dl{background-color:#e5e5e5}#ringtones .ringtone dl dt{color:#777;margin:0;padding:0;float:right;width:50px}#ringtones .ringtone dl dt:first-child{width:30px}#ringtones .ringtone dl dd{text-align:right;margin:0;padding:0;float:right;width:35px}#ringtones .ringtone .category{background-color:#aaa;color:#eee;line-height:20px;text-align:center;border-radius:4px}#ringtones .ringtone .category a{color:#fff}#ringtone dl{border-top:1px solid #ccc;padding:10px 20px 10px 20px;margin:5px 0 0 0;color:#444;line-height:20px}#ringtone dl dd{text-align:right;padding-right:100px;font-weight:700;margin:0;margin-top:-20px}#ringtone .msginfo{margin:5px 10px}#ringtone .msgwarning{float:left;margin:10px;width:260px;text-align:justify;margin-bottom:0;text-align:center;font-weight:700;font-size:14px;color:#533}.categorylist .provider{background-image:none;padding-right:5px}.specialsimcardlayout{width:170px;height:30px;font-size:19px;font-family:arial;font-weight:700;text-align:center;float:right;margin:9px 4px;padding-top:8px;padding-bottom:14px;border:1px solid #888;cursor:pointer}.topitems .specialsimcardlayout{width:140px;margin:0;padding:2px 0 0 0;height:auto;font-size:16px}.off{background-color:#ccc;font-family:tahoma;font-size:13px;padding-top:16px;padding-bottom:6px}.topitems .off{background-color:#ccc;font-family:tahoma;padding-top:6px;padding-bottom:7px;font-size:11px;text-decoration:underline;margin-left:3px}.strip{height:14px;margin-top:7px;font-size:10px;font-family:tahoma;direction:rtl}.topitems .strip{height:5px;margin-top:0}.mci{background-color:#8ad5df;color:#000}.mci_text{background-color:#ffb340;color:#222}.irancell{background-color:#f9ca5b;color:#000}.irancell_text{background-color:#006c95;color:#fff}.taliya{background-color:#f42040;color:#fff}.taliya_text{background-color:#fff;color:#222}.rightel{background-color:#f4badf;color:#000}.rightel_text{background-color:#ac4687;color:#fff}#simcards .number .op1{background-color:#cdedf1}#simcards .number .op3{background-color:#fef2d6}#simcards .number .op2{background-color:#ffdfdf}#simcards .number .op4{background-color:#f4badf}.appitem{padding:5px 0;border-bottom:1px dotted #999;font-size:12px;line-height:18px}.appitem .image{width:100px;height:100px;display:block;float:right;margin-left:10px;background-position:50% 50%}.appitem .image div{width:100px;height:100px;background:url(/static/styles/v3.1/assets/images/appspage.sprite.png) 0 0}.appitem h6{font-size:14px;font-family:Serif;background-color:#777;border-radius:3px;margin:5px 0;line-height:25px;padding:0 5px;margin-right:110px}.appitem h6 a{color:#fff;text-decoration:none}.appitem h6 a:hover{color:#fc9}.appitem .buyinfo{height:40px;line-height:30px;text-align:left;color:#777}.appitem strong{color:#222;font-size:14px;font-family:Serif}.appitem .buy,.appitem .download{width:75px;height:30px;font-family:Serif;font-size:16px;font-weight:700;text-align:center;padding-right:10px;margin-right:20px;display:block;color:#464;text-decoration:none;float:left;background:url(/static/styles/v3.1/assets/images/appspage.sprite.png) -1px -104px}.appitem .buy:hover{color:#000;background-position:-1px -141px}.appitem .download{background-position:-1px -178px}.appitem .download:hover{color:#000;background-position:-1px -215px}.appitem .buyinfo span{display:block;float:left;margin-right:10px;padding:0 5px;color:red}.appitem .thumb{float:right;margin:5px 0 5px 10px}.appitem .screens{margin:10px;border:1px solid #ccc;border-radius:10px;padding:5px;text-align:center}.appitem .screens a{margin:0 5px}.appitem .screens a img{border:1px solid #ccc;vertical-align:middle;margin:5px 0}.profile ul.info{margin:10px 10px 20px 0;padding:0}.profile ul.info li{list-style:none;padding-right:25px;line-height:25px;color:#666;background:url(/static/styles/v3.1/assets/images/icons.sprite.png) 100% 0 no-repeat}.profile ul.info li strong{color:#000}.profile ul.info li.username{background-position:100% -2px}.profile ul.info li.date{background-position:100% -1292px}.profile ul.info li.commentscount{background-position:100% -1412px}.profile_comments .comment{border-top:1px solid #ccc;clear:both}.profile_comments .comment:first-child{border:none}.profile_comments .comment img{border:1px solid #999;padding:3px}.profile_comments .comment h3{width:80px;margin-left:10px;float:right;text-align:center}.profile_comments .comment h3 a{display:block;font-size:11px;font-weight:400;color:#345}.profile_comments .comment .padd{margin-right:80px}.profile_comments .comment .padd .date{color:#777;float:left;background:#eee;padding:3px 5px}.mediareview{clear:both;border-top:1px solid #ccc;margin:25px 5px 0 5px;padding:10px 90px 5px 5px;position:relative}.mediareview:first-child{border:none;margin-top:0}.mediareview .source-icon{width:55px;padding:5px 10px;text-align:center;position:absolute;right:0;top:15px;border-left:1px dotted #ccc}.mediareview h5{margin:0;padding:5px;font-family:Nassim;font-size:16px;text-decoration:none;color:#236}.mediareview h5 a{text-decoration:none;color:#236}.mediareview h5 a:hover{color:maroon}.mediareview h5 span{display:inline-block;margin-right:10px;color:#999}.mediareview p{margin:0;padding:0;color:#333}.mediareview .source-url{float:left;color:#666}#mainmenu ul li a,#topmenu>ul li a span,.breadcrumb ul li a{white-space:nowrap}#go-to-top{display:block;width:30px;height:30px;border-radius:5px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.3),0 1px 1px rgba(0,0,0,.6),0 8px 25px rgba(0,0,0,.2);box-shadow:0 4px 5px rgba(0,0,0,.3),0 1px 1px rgba(0,0,0,.6),0 8px 25px rgba(0,0,0,.2);background:#fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PGcgZmlsbD0iIzEyMTMxMyI+PHBhdGggZD0iTTkuNzE1IDE2LjY1MSAxNiAxMC40NTZsNi4yODUgNi4xOTZhMS4wMTYgMS4wMTYgMCAwIDAgMS40MjggMCAuOTk0Ljk5NCAwIDAgMCAwLTEuNDE0bC02Ljk5OS02Ljg5OWMtLjM3OS0uMzc1LTEuMDQ4LS4zNzctMS40MjkgMGwtNi45OTkgNi45YS45OTQuOTk0IDAgMCAwIDAgMS40MTQgMS4wMiAxLjAyIDAgMCAwIDEuNDI5LS4wMDIiLz48cGF0aCBkPSJNMTYuNzE0IDE1LjMzOGMtLjM3OS0uMzc1LTEuMDQ4LS4zNzctMS40MjkgMGwtNi45OTkgNi44OTlhLjk5NC45OTQgMCAwIDAgMCAxLjQxNCAxLjAxNiAxLjAxNiAwIDAgMCAxLjQyOCAwTDE2IDE3LjQ1Nmw2LjI4NSA2LjE5NmExLjAxNiAxLjAxNiAwIDAgMCAxLjQyOCAwIC45OTQuOTk0IDAgMCAwIDAtMS40MTR6Ii8+PC9nPjwvc3ZnPg==) no-repeat 50% 50%;background-size:20px;position:fixed;bottom:130px;left:50px;opacity:0;visibility:hidden;-webkit-transition:all .2s;transition:all .2s;cursor:pointer}.visible-go-to-top #go-to-top{opacity:.8;visibility:visible}.visible-go-to-top #go-to-top:hover{opacity:1}
table.datagrid td.commands ul{list-style:none;margin:0;padding:0}.inpagetitle{border-radius:5px;background:#d0d6ee;padding:5px 10px;margin:5px 0;font-size:14px}body,button,input,option,pre,select,td,textarea{font-size:11px;font-family:Vazirmatn,Tahoma,sans-serif}.clear{clear:both;height:0;overflow:hidden}table.datagrid{width:99.7%;border-collapse:collapse;border-style:solid;border-color:#666;border-width:1px;margin:0 1px}table.datagrid td,table.datagrid th{padding:3px}table.datagrid th{background-color:#666;color:#fff;padding:0;border:1px solid #fff;border-collapse:collapse;font-weight:400;line-height:25px}table.datagrid th a{color:#fff;text-decoration:none;display:block}table.datagrid th a:hover{background-color:#777}table.datagrid td{border:1px solid #ccc;border-collapse:collapse;color:#555}table.datagrid td a{text-decoration:none;border-bottom:1px solid #557;color:#557}table.datagrid td a:hover{border-bottom:2px solid #039;color:#036}table.datagrid td.unread span{font-weight:400}table.datagrid td.commands{white-space:nowrap}table.datagrid td.commands a,table.datagrid td.commands button{line-height:20px;display:inline-block;text-decoration:none;border:none;padding:0 8px;color:#fff;background-color:#69c;border-radius:2px;margin:0 1px;-webkit-box-shadow:1px 1px 0 #333;box-shadow:1px 1px 0 #333;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.3)));background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3));text-shadow:-1px -1px 0 rgba(0,0,0,.4);-webkit-transition:background-color .2s;transition:background-color .2s;cursor:pointer}table.datagrid td.commands a:hover,table.datagrid td.commands button:hover{background-color:#36f}table.datagrid td.commands a.alt,table.datagrid td.commands button.alt{background-color:#393}table.datagrid td.commands a.alt:hover,table.datagrid td.commands button.alt:hover{background-color:#0c0}table.datagrid td.commands a.danger,table.datagrid td.commands button.danger{background-color:#e33}table.datagrid td.commands a.danger:hover,table.datagrid td.commands button.danger:hover{background-color:red}table.datagrid td.commands a .fi,table.datagrid td.commands button .fi{margin:0 -3px 0 5px;vertical-align:middle}table.datagrid td.commands ul{font-size:10px}table.datagrid td.commands ul li{line-height:20px;float:left}table.datagrid td.commands .submenu{position:absolute;background:#fff;border:1px solid #333;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,.3);box-shadow:2px 2px 2px rgba(0,0,0,.3);display:none}table.datagrid td.commands .submenu a,table.datagrid td.commands .submenu button{float:none;display:block;background:#fff;border:none;color:#333;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;border-top:1px solid #999}table.datagrid td.commands .submenu a:first-child,table.datagrid td.commands .submenu button:first-child{border:none}table.datagrid td.commands .submenu a:hover,table.datagrid td.commands .submenu button:hover{background:#eee}table.datagrid tr.alt td{background-color:#f9f9f9}table.datagrid tr.highlight td{background-color:#fff4ce;color:#c30}table.datagrid tr.selected td{background-color:#f4efaa}table.datagrid tr.unread td{font-weight:700}table.datagrid .moreinfo td{padding:2px}table.datagrid .moreinfo div{padding:5px;border:1px solid #ccc}table.datagrid .moreinfo h4{border:1px solid #ccc;border-bottom:none;background-color:#eee;font-size:11px;margin:0;padding:5px 10px}table.datagrid .moreinfo h4 a{float:left;display:block;width:11px;height:12px;background-image:url(/static/styles/v3.1/assets/images/icon.close.png);text-decoration:none;border:none;margin-top:1px}
/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(//s.mobile.ir/static/css/images/shadow-grid.gif) repeat;
	z-index: 999;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(//s.mobile.ir/static/css/images/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}


@charset "UTF-8";
.userad-highlights .infoicon, .userad-highlights .detailicon, .simcardinfotip, div.phones ul li .infoicon, .product-highlights ul li .infoicon {
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fff' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-info'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") no-repeat;
  background-size: 1rem;
  display: block;
  cursor: help;
}

body,
input,
select,
option,
td,
textarea,
pre,
button {
  font-size: 0.7rem;
  font-family: Vazirmatn, Tahoma, sans-serif;
}

@media (min-width: 9999px) {
  :root {
    font-size: 120%;
  }
}

body {
  margin: 0;
  padding: 0;
  background-color: #eee;
}

body, html {
  scroll-behavior: smooth;
}

#container {
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  width: 62rem;
  padding-bottom: 10px;
  padding-left: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 9999px) {
  #container {
    width: 70.37rem;
  }
}

#header {
  height: 8rem;
}

#content {
  display: flex;
  direction: rtl;
  margin: 0 0.3rem;
}

#maincolumn {
  flex: 1;
}

#middlecolumn {
  width: 35.5rem;
  float: right;
}

.underlogobox {
  width: 10rem;
  float: right;
  margin-left: 0.3rem;
}

#sidecolumn {
  width: 15rem;
  min-width: 15rem;
  margin-right: 0.3rem;
}

.layout--columns {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: stretch;
}
.layout--columns > div.panel {
  margin: 0;
}
.layout--columns > div:first-child {
  margin-left: 0.3rem;
}
.layout--columns > div:first-child {
  flex: 1;
}

.layout--inner-section {
  display: flex;
}
.layout--inner-section > div:first-child {
  width: 10rem;
  margin-left: 0.3rem;
}
.layout--inner-section > div:first-child .panel {
  border: 1px solid #aaa;
  background: #f9f9f9;
}
.layout--inner-section > div:first-child h3 {
  margin: 1px;
  padding: 0.3rem 0.5rem;
  font-size: 11px;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  color: #555;
  background: #eee;
}
.layout--inner-section > div:first-child h3 span a {
  text-decoration: none;
  color: #444;
}
.layout--inner-section > div:first-child .content {
  padding: 5px 10px 0 10px;
}
.layout--inner-section > div:last-child {
  flex: 1;
}

#header {
  background-color: #ffffff;
  position: relative;
}
#header h1 {
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 339 241' style='enable-background:new 0 0 339 241;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%230F3370;%7D .st1%7Bopacity:0.35;%7D .st2%7Bfill:%23FFFFFF;%7D .st3%7Bopacity:0.8;%7D %3C/style%3E %3Cpath class='st0' d='M25,241h289c13.8,0,25-11.2,25-25V0H0v216C0,229.8,11.2,241,25,241z'/%3E %3Cg class='st1'%3E %3Cpath d='M93.4,113.3c-2.7,0-5.2,0.6-7.4,1.9c-2.2,1.3-3.9,3.1-5.2,5.3c-1.2-2.3-2.8-4.1-5-5.4c-2.1-1.3-4.6-1.9-7.3-1.9 c-5.1,0-8.9,2-11.2,5.9v-5.4h-9.1v35.9h9.1v-19.8c0-2.8,0.7-5,2.2-6.5c1.4-1.5,3.4-2.2,5.9-2.2c2.5,0,4.4,0.7,5.8,2.2 s2.1,3.6,2.1,6.5v19.8h9.1v-19.8c0-2.8,0.7-5,2.2-6.5c1.4-1.5,3.4-2.2,5.9-2.2s4.4,0.7,5.8,2.2s2.1,3.6,2.1,6.5v19.8h9.1v-21.1 c0-4.8-1.3-8.6-3.9-11.3C101.2,114.7,97.7,113.3,93.4,113.3z'/%3E %3Cpath d='M128.9,113.3c-5.3,0-9.7,1.7-13.2,5.1s-5.3,7.8-5.3,13.4c0,5.5,1.8,10,5.3,13.4s7.9,5.1,13.2,5.1c5.3,0,9.7-1.7,13.3-5.1 c3.6-3.4,5.4-7.9,5.4-13.4s-1.8-10-5.3-13.4C138.5,115,134.1,113.3,128.9,113.3z M135.4,139.8c-1.8,1.9-4,2.8-6.6,2.8 c-2.6,0-4.7-0.9-6.5-2.8c-1.8-1.9-2.7-4.5-2.7-8s0.9-6.1,2.7-8c1.8-1.9,3.9-2.8,6.5-2.8c2.6,0,4.8,0.9,6.6,2.8s2.7,4.5,2.7,7.9 S137.2,137.9,135.4,139.8z'/%3E %3Cpath d='M170.8,113.3c-4.9,0-8.7,2-11.2,6.1v-17.6h-9.1v48h9.1v-6c2.7,4.4,6.5,6.6,11.3,6.6c4.9,0,8.9-1.7,12.1-5.2 c3.2-3.5,4.8-7.9,4.8-13.3c0-5.4-1.6-9.9-4.8-13.3C179.7,115.1,175.7,113.3,170.8,113.3z M175.6,139.5c-1.9,1.9-4.1,2.9-6.6,2.9 s-4.8-0.9-6.6-2.8c-1.9-1.9-2.8-4.5-2.8-7.8s0.9-5.9,2.8-7.8c1.9-1.9,4.1-2.8,6.6-2.8s4.8,0.9,6.6,2.8s2.8,4.4,2.8,7.7 C178.5,135,177.5,137.6,175.6,139.5z'/%3E %3Cpath d='M195.2,99.1c-1.5,0-2.8,0.5-3.9,1.6c-1.1,1.1-1.6,2.4-1.6,4s0.5,2.9,1.6,4s2.4,1.6,3.9,1.6s2.8-0.5,3.9-1.6 c1.1-1.1,1.6-2.4,1.6-4s-0.5-2.9-1.6-4C198.1,99.7,196.8,99.1,195.2,99.1z'/%3E %3Crect x='190.7' y='113.9' width='9.1' height='35.9'/%3E %3Crect x='205.3' y='101.8' width='9.1' height='48'/%3E %3Cpath d='M235.1,113.3c-5.3,0-9.5,1.7-12.8,5c-3.3,3.4-5,7.8-5,13.4c0,5.6,1.6,10.1,4.9,13.5s7.5,5.1,12.8,5.1 c4.2,0,7.8-1.1,10.8-3.2s5-5,6-8.4H242c-1.5,2.6-3.8,3.9-7,3.9c-2.3,0-4.3-0.7-5.8-2.1c-1.5-1.4-2.4-3.3-2.6-5.6h26.2 c0.2-1.1,0.3-2.2,0.3-3.5c0-5.4-1.7-9.8-5.1-13.1C244.7,115,240.4,113.3,235.1,113.3z M226.7,128.9c0.3-2.4,1.2-4.3,2.8-5.7 c1.5-1.4,3.4-2.1,5.7-2.1s4.2,0.7,5.9,2.1c1.6,1.4,2.5,3.3,2.6,5.7H226.7z'/%3E %3Cpath d='M258.5,142.2c-1,0-1.9,0.4-2.7,1.1c-0.7,0.7-1.1,1.6-1.1,2.7s0.4,2,1.1,2.7c0.7,0.7,1.6,1.1,2.7,1.1c1,0,1.9-0.4,2.7-1.1 c0.7-0.7,1.1-1.6,1.1-2.7s-0.4-2-1.1-2.7C260.4,142.6,259.5,142.2,258.5,142.2z'/%3E %3Cpath d='M273.7,100.4c-1.1,0-2,0.4-2.8,1.2s-1.2,1.7-1.2,2.9c0,1.1,0.4,2.1,1.1,2.9c0.8,0.8,1.7,1.2,2.8,1.2c1.1,0,2.1-0.4,2.9-1.2 s1.2-1.7,1.2-2.9c0-1.1-0.4-2.1-1.2-2.9S274.8,100.4,273.7,100.4z'/%3E %3Crect x='270.7' y='114.2' width='5.9' height='35.6'/%3E %3Cpath d='M289.6,120.2v-6h-5.9v35.6h5.9v-19.5c0-3.9,0.8-6.6,2.4-8.2s3.9-2.4,6.9-2.4h1.6v-6.2C295.4,113.6,291.7,115.8,289.6,120.2 z'/%3E %3C/g%3E %3Cg%3E %3Cpath class='st2' d='M93.4,106.8c-2.7,0-5.2,0.6-7.4,1.9c-2.2,1.3-3.9,3.1-5.2,5.3c-1.2-2.3-2.8-4.1-5-5.4 c-2.1-1.3-4.6-1.9-7.3-1.9c-5.1,0-8.9,2-11.2,5.9v-5.4h-9.1v35.9h9.1v-19.8c0-2.8,0.7-5,2.2-6.5c1.4-1.5,3.4-2.2,5.9-2.2 c2.5,0,4.4,0.7,5.8,2.2s2.1,3.6,2.1,6.5v19.8h9.1v-19.8c0-2.8,0.7-5,2.2-6.5c1.4-1.5,3.4-2.2,5.9-2.2s4.4,0.7,5.8,2.2 s2.1,3.6,2.1,6.5v19.8h9.1V122c0-4.8-1.3-8.6-3.9-11.3C101.2,108.2,97.7,106.8,93.4,106.8z'/%3E %3Cpath class='st2' d='M128.9,106.8c-5.3,0-9.7,1.7-13.2,5.1s-5.3,7.8-5.3,13.4c0,5.5,1.8,10,5.3,13.4s7.9,5.1,13.2,5.1 c5.3,0,9.7-1.7,13.3-5.1c3.6-3.4,5.4-7.9,5.4-13.4c0-5.5-1.8-10-5.3-13.4C138.5,108.5,134.1,106.8,128.9,106.8z M135.4,133.3 c-1.8,1.9-4,2.8-6.6,2.8c-2.6,0-4.7-0.9-6.5-2.8c-1.8-1.9-2.7-4.5-2.7-8s0.9-6.1,2.7-8c1.8-1.9,3.9-2.8,6.5-2.8 c2.6,0,4.8,0.9,6.6,2.8s2.7,4.5,2.7,7.9S137.2,131.4,135.4,133.3z'/%3E %3Cpath class='st2' d='M170.8,106.8c-4.9,0-8.7,2-11.2,6.1V95.3h-9.1v48h9.1v-6c2.7,4.4,6.5,6.6,11.3,6.6c4.9,0,8.9-1.7,12.1-5.2 c3.2-3.5,4.8-7.9,4.8-13.3c0-5.4-1.6-9.9-4.8-13.3C179.7,108.6,175.7,106.8,170.8,106.8z M175.6,133c-1.9,1.9-4.1,2.9-6.6,2.9 s-4.8-0.9-6.6-2.8c-1.9-1.9-2.8-4.5-2.8-7.8s0.9-5.9,2.8-7.8c1.9-1.9,4.1-2.8,6.6-2.8s4.8,0.9,6.6,2.8s2.8,4.4,2.8,7.7 C178.5,128.5,177.5,131.1,175.6,133z'/%3E %3Cpath class='st2' d='M195.2,92.6c-1.5,0-2.8,0.5-3.9,1.6c-1.1,1.1-1.6,2.4-1.6,4s0.5,2.9,1.6,4s2.4,1.6,3.9,1.6s2.8-0.5,3.9-1.6 c1.1-1.1,1.6-2.4,1.6-4s-0.5-2.9-1.6-4C198.1,93.2,196.8,92.6,195.2,92.6z'/%3E %3Crect x='190.7' y='107.4' class='st2' width='9.1' height='35.9'/%3E %3Crect x='205.3' y='95.3' class='st2' width='9.1' height='48'/%3E %3Cpath class='st2' d='M235.1,106.8c-5.3,0-9.5,1.7-12.8,5c-3.3,3.4-5,7.8-5,13.4s1.6,10.1,4.9,13.5s7.5,5.1,12.8,5.1 c4.2,0,7.8-1.1,10.8-3.2s5-5,6-8.4H242c-1.5,2.6-3.8,3.9-7,3.9c-2.3,0-4.3-0.7-5.8-2.1c-1.5-1.4-2.4-3.3-2.6-5.6h26.2 c0.2-1.1,0.3-2.2,0.3-3.5c0-5.4-1.7-9.8-5.1-13.1C244.7,108.5,240.4,106.8,235.1,106.8z M226.7,122.4c0.3-2.4,1.2-4.3,2.8-5.7 c1.5-1.4,3.4-2.1,5.7-2.1s4.2,0.7,5.9,2.1c1.6,1.4,2.5,3.3,2.6,5.7H226.7z'/%3E %3Cpath class='st2' d='M258.5,135.7c-1,0-1.9,0.4-2.7,1.1c-0.7,0.7-1.1,1.6-1.1,2.7s0.4,2,1.1,2.7c0.7,0.7,1.6,1.1,2.7,1.1 c1,0,1.9-0.4,2.7-1.1c0.7-0.7,1.1-1.6,1.1-2.7s-0.4-2-1.1-2.7C260.4,136.1,259.5,135.7,258.5,135.7z'/%3E %3Cpath class='st2' d='M273.7,93.9c-1.1,0-2,0.4-2.8,1.2s-1.2,1.7-1.2,2.9c0,1.1,0.4,2.1,1.1,2.9c0.8,0.8,1.7,1.2,2.8,1.2 c1.1,0,2.1-0.4,2.9-1.2s1.2-1.7,1.2-2.9c0-1.1-0.4-2.1-1.2-2.9S274.8,93.9,273.7,93.9z'/%3E %3Crect x='270.7' y='107.7' class='st2' width='5.9' height='35.6'/%3E %3Cpath class='st2' d='M289.6,113.7v-6h-5.9v35.6h5.9v-19.5c0-3.9,0.8-6.6,2.4-8.2s3.9-2.4,6.9-2.4h1.6V107 C295.4,107.1,291.7,109.3,289.6,113.7z'/%3E %3C/g%3E %3Cg class='st3'%3E %3Cpolygon class='st2' points='60.9,168.4 58.2,165.8 55.5,168.3 58.2,171 '/%3E %3Cpath class='st2' d='M64.9,180.1c0,0.8-0.1,1.5-0.2,2.1c-0.2,0.6-0.4,1.2-0.9,1.6c-0.4,0.4-1,0.8-1.8,1s-1.8,0.4-3,0.4h-3.7 c-1.1,0-2.1-0.2-3-0.7c-0.9-0.4-1.6-1.1-2.2-1.9c-0.4-0.6-0.7-1.3-0.9-2c-0.1-0.7-0.2-1.3-0.2-1.9c0-0.3,0-0.6,0-0.9 c0.1-1,0.3-2,0.6-3c0.3-1.1,0.8-2.2,1.4-3.3l-2.7-1.2c-0.7,1.4-1.2,2.7-1.6,4s-0.6,2.3-0.7,3c0,0.7-0.1,1.2-0.1,1.5 c0,0.9,0.1,1.7,0.3,2.5c0.2,1,0.6,2,1.2,2.8c0.8,1.3,1.9,2.2,3.2,2.9c1.3,0.7,2.8,1,4.5,1h3.7c2.9,0,5.2-0.7,6.6-2 c1.5-1.3,2.2-3.3,2.2-5.9v-10.5h-3V180.1z'/%3E %3Crect x='73.1' y='158.3' class='st2' width='3' height='21.4'/%3E %3Cpath class='st2' d='M100,178.3c0.5-0.5,1-1,1.3-1.7c0.3-0.7,0.5-1.5,0.5-2.5c0-0.3,0-0.7-0.1-1.2c-0.1-0.4-0.1-0.9-0.2-1.4 c-0.1-0.5-0.2-0.9-0.3-1.4s-0.2-0.9-0.3-1.3c-0.1-0.4-0.2-0.7-0.2-1c-0.1-0.3-0.1-0.4-0.1-0.5l-2.8,0.8c0,0.1,0.1,0.3,0.2,0.6 s0.1,0.6,0.2,1c0.1,0.4,0.1,0.7,0.2,1.1c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.4,0.1,0.7,0.1,1.1c0,0.3,0.1,0.6,0.1,0.8 c0,0.6-0.1,1.1-0.3,1.5c-0.2,0.4-0.5,0.6-0.8,0.8c-0.3,0.2-0.6,0.3-0.9,0.3s-0.5,0.1-0.7,0.1h-5.9h-0.7h0c-0.1,0-0.3,0-0.6-0.1 c-0.3,0-0.6-0.1-0.9-0.3c-0.3-0.2-0.6-0.4-0.9-0.7c-0.2-0.3-0.4-0.8-0.4-1.3v-5h-3v9.4c0,1.1-0.1,2-0.4,2.8c-0.2,0.8-0.6,1.4-1.2,2 c-0.5,0.5-1.2,0.9-2,1.1c-0.8,0.2-1.7,0.4-2.8,0.4h-2.2v2.8h2.2c1.5,0,2.8-0.2,4-0.6c1.2-0.4,2.1-1,2.9-1.7s1.4-1.7,1.8-2.8 c0.4-1.1,0.6-2.3,0.6-3.8c0.9,0.4,1.8,0.6,2.8,0.6h0h0.7h5.9c0.7,0,1.3-0.1,2-0.3C98.8,179.1,99.4,178.8,100,178.3z'/%3E %3Cpolygon class='st2' points='96.9,185.4 99.4,187.8 102,185.4 99.5,183 '/%3E %3Cpolygon class='st2' points='90.9,185.4 93.4,187.8 95.9,185.4 93.4,183 '/%3E %3Crect x='107' y='158.3' class='st2' width='3' height='21.4'/%3E %3Cpolygon class='st2' points='153.4,185.4 155.8,187.8 158.4,185.4 155.9,183 '/%3E %3Cpolygon class='st2' points='147.3,185.4 149.8,187.8 152.3,185.4 149.8,183 '/%3E %3Cpath class='st2' d='M156.4,178.3c0.5-0.5,1-1,1.3-1.7c0.3-0.7,0.5-1.5,0.5-2.5c0-0.3,0-0.7-0.1-1.2c-0.1-0.4-0.1-0.9-0.2-1.4 c-0.1-0.5-0.2-0.9-0.3-1.4s-0.2-0.9-0.3-1.3c-0.1-0.4-0.2-0.7-0.2-1c-0.1-0.3-0.1-0.4-0.1-0.5l-2.8,0.8c0,0.1,0.1,0.3,0.2,0.6 s0.1,0.6,0.2,1c0.1,0.4,0.1,0.7,0.2,1.1c0.1,0.4,0.1,0.8,0.2,1.2c0.1,0.4,0.1,0.7,0.1,1.1c0,0.3,0.1,0.6,0.1,0.8 c0,0.6-0.1,1.1-0.3,1.5c-0.2,0.4-0.5,0.6-0.8,0.8c-0.3,0.2-0.6,0.3-0.9,0.3s-0.5,0.1-0.7,0.1h-5.9h-0.5c-0.4,0-0.8-0.1-1.1-0.2 s-0.6-0.3-0.9-0.5c-0.3-0.2-0.5-0.5-0.6-0.8s-0.2-0.7-0.2-1.1v-15.9h-2.9V180c0,0.8-0.1,1.5-0.2,2.1c-0.2,0.6-0.5,1.2-0.9,1.6 c-0.4,0.4-1,0.8-1.8,1s-1.7,0.4-3,0.4h-1.1c-0.9,0-1.7-0.2-2.4-0.5c-0.7-0.4-1.3-0.9-1.8-1.5c-0.3-0.5-0.6-1.1-0.7-1.6 c-0.1-0.5-0.2-1.1-0.2-1.5c0-0.3,0-0.5,0-0.8c0.1-0.8,0.2-1.6,0.5-2.5c0.3-0.9,0.7-1.8,1.2-2.8l-2.7-1.2c-0.8,1.6-1.3,3-1.6,4.2 s-0.4,2.2-0.4,3.1c0,0.2,0,0.3,0,0.5c0,1,0.2,1.8,0.5,2.5c0.3,0.7,0.5,1.3,0.8,1.7c0.7,1.1,1.7,1.9,2.8,2.5 c1.2,0.6,2.4,0.9,3.9,0.9h1.1c5.9,0,8.8-2.6,8.8-7.9v-1c0.8,0.4,1.7,0.6,2.7,0.7v0h0.1h0.5h5.9c0.7,0,1.3-0.1,2-0.3 C155.3,179.1,155.9,178.8,156.4,178.3z'/%3E %3Cpath class='st2' d='M179,171.6c-0.1-0.5-0.2-0.9-0.3-1.4c-0.1-0.5-0.2-0.9-0.3-1.3c-0.1-0.4-0.2-0.7-0.2-1 c-0.1-0.3-0.1-0.4-0.1-0.5l-2.8,0.8c0,0.1,0.1,0.3,0.2,0.6c0.1,0.3,0.1,0.6,0.2,1c0.1,0.4,0.1,0.7,0.2,1.1c0.1,0.4,0.1,0.8,0.2,1.2 c0.1,0.4,0.1,0.7,0.1,1.1c0,0.3,0.1,0.6,0.1,0.8c0,0.6-0.1,1.1-0.3,1.5c-0.2,0.4-0.5,0.6-0.8,0.8c-0.3,0.2-0.6,0.3-0.9,0.3 c-0.3,0-0.5,0.1-0.7,0.1h-3.4c-1,0-1.7-0.1-2.2-0.2c-0.5-0.1-0.9-0.3-1.1-0.6s-0.4-0.7-0.5-1.3s-0.1-1.2-0.1-2.1v-14.4h-3v14.4 c0,0.8,0,1.5,0.1,2.1s0.2,1.2,0.3,1.7s0.4,1,0.7,1.3c0.3,0.4,0.7,0.7,1.2,1c0.5,0.3,1.1,0.5,1.8,0.6c0.6,0.1,1.3,0.2,2.1,0.2v0h4 c0.7,0,1.3-0.1,2-0.3c0.7-0.2,1.3-0.6,1.8-1c0.5-0.5,1-1,1.3-1.7s0.5-1.5,0.5-2.5c0-0.3,0-0.7-0.1-1.2 C179.2,172.5,179.1,172.1,179,171.6z'/%3E %3Cpolygon class='st2' points='172.7,185.1 175.4,187.7 178.1,185.1 175.4,182.5 '/%3E %3Cpath class='st2' d='M212.4,169.2c-0.5-0.6-1.1-1.1-1.9-1.5c-0.8-0.4-1.7-0.6-2.7-0.6c-0.9,0-1.7,0.1-2.3,0.4 c-0.6,0.3-1.2,0.6-1.6,1.1s-0.8,1-1.1,1.5s-0.5,1.2-0.7,1.8c-0.2,0.6-0.4,1.2-0.5,1.8s-0.3,1.1-0.5,1.5c-0.2,0.4-0.4,0.8-0.7,1.1 s-0.6,0.4-1,0.4h-1.2h-0.6h-1.8V174c0-2.7-0.7-4.7-2.1-5.9c-0.5-0.4-1.1-0.8-1.8-1c-0.7-0.2-1.4-0.3-2.1-0.3 c-0.9,0-1.7,0.2-2.4,0.5s-1.4,0.7-2,1.3c-0.2,0.2-0.4,0.5-0.6,0.8c-0.2,0.3-0.4,0.7-0.6,1.1c-0.2,0.4-0.3,0.9-0.5,1.4 s-0.2,1.1-0.2,1.8c0,1.1,0.2,2.1,0.6,2.8s0.9,1.4,1.5,1.9c0.6,0.5,1.3,0.8,2.1,1s1.5,0.3,2.3,0.3h2.9c0,1-0.1,1.8-0.4,2.4 c-0.3,0.7-0.7,1.2-1.2,1.6c-0.6,0.5-1.5,0.8-2.6,1.1c-1.1,0.2-2.4,0.3-4,0.3v2.8c2,0,3.7-0.2,5-0.5s2.5-0.8,3.5-1.5 c0.9-0.7,1.6-1.5,2-2.6c0.4-1,0.7-2.2,0.7-3.7h1.8h0.6h1.2c1.4,0,2.5-0.5,3.3-1.5c0.7,0.3,1.3,0.6,1.8,0.9c0.5,0.3,1.1,0.5,1.6,0.7 c0.5,0.2,1,0.3,1.5,0.4c0.5,0.1,1,0.1,1.5,0.1c0.2,0,0.5,0,0.9-0.1c0.3,0,0.7-0.1,1.1-0.3c0.4-0.1,0.7-0.4,1.1-0.7 c0.4-0.3,0.7-0.7,1-1.1c0.3-0.5,0.5-1.1,0.7-1.8c0.2-0.7,0.3-1.5,0.3-2.5c0-0.9-0.1-1.7-0.4-2.5 C213.2,170.6,212.9,169.8,212.4,169.2z M192.6,176.8h-2.9c-0.1,0-0.2,0-0.4,0c-0.2,0-0.3,0-0.5-0.1c-0.2,0-0.4-0.1-0.6-0.2 c-0.2-0.1-0.4-0.2-0.6-0.3c-0.8-0.5-1.2-1.4-1.2-2.7c0-1.3,0.3-2.3,0.9-3c0.6-0.7,1.4-1,2.4-1c0.1,0,0.3,0,0.5,0 c0.2,0,0.4,0.1,0.6,0.1c0.2,0.1,0.4,0.2,0.7,0.4c0.2,0.2,0.4,0.4,0.6,0.8c0.2,0.3,0.3,0.7,0.4,1.3s0.2,1.1,0.2,1.9V176.8z M210.9,175.5c-0.1,0.4-0.2,0.8-0.3,1c-0.1,0.3-0.3,0.5-0.4,0.6c-0.2,0.1-0.3,0.3-0.5,0.3s-0.3,0.1-0.4,0.1s-0.2,0-0.3,0 c-0.3,0-0.7,0-1-0.1c-0.4-0.1-0.7-0.2-1.1-0.4s-0.8-0.4-1.3-0.6c-0.5-0.2-1-0.5-1.5-0.7c0.2-0.5,0.3-0.9,0.4-1.4s0.3-0.9,0.4-1.3 s0.3-0.8,0.4-1.2c0.1-0.4,0.3-0.7,0.6-1c0.2-0.3,0.5-0.5,0.8-0.6c0.3-0.2,0.7-0.2,1.2-0.2c0.5,0,0.9,0.1,1.3,0.2 c0.3,0.2,0.6,0.4,0.9,0.6c0.2,0.3,0.4,0.5,0.6,0.9s0.3,0.6,0.3,0.9c0.1,0.3,0.1,0.6,0.1,0.8c0,0.2,0,0.4,0,0.5 C211,174.5,210.9,175.1,210.9,175.5z'/%3E %3Cpolygon class='st2' points='256.5,185 259.2,187.7 261.9,185.1 259.2,182.5 '/%3E %3Cpath class='st2' d='M269.5,173.7l-0.4-2.5l-5.6-2c-1-0.4-1.9-0.7-2.7-1s-1.4-0.5-1.9-0.7c-0.5-0.2-1-0.3-1.3-0.4s-0.6-0.2-0.8-0.2 c-0.2,0-0.4-0.1-0.5-0.1s-0.2,0-0.3,0c-2.6,0-4.3,1.5-5.1,4.4l2.9,0.7c0.2-0.6,0.3-1,0.5-1.3c0.2-0.3,0.4-0.5,0.6-0.7 c0.2-0.2,0.4-0.2,0.6-0.3c0.2,0,0.4,0,0.6,0c0.2,0,0.6,0.1,1.2,0.3c0.6,0.2,1.3,0.4,2.2,0.7s1.8,0.6,2.8,1c1,0.4,2,0.8,3.1,1.1 c-0.7,0.4-1.6,0.8-2.6,1.3s-2,0.9-3.2,1.3c-1.1,0.4-2.3,0.7-3.5,1c-1.2,0.3-2.4,0.4-3.6,0.4h-3.7h-0.6h-5.3c0,0-0.1,0-0.2-0.1 s-0.2-0.1-0.4-0.2c-0.2-0.1-0.4-0.3-0.7-0.4c-0.3-0.2-0.6-0.4-1-0.8c0.8-0.4,1.5-0.9,2.1-1.4c0.7-0.5,1.3-1,1.8-1.6 c0.5-0.6,0.9-1.2,0.9-1.6s0.1-0.8,0.1-1c0-0.5-0.1-1-0.4-1.5c-0.3-0.7-0.9-1.2-1.5-1.6c-0.7-0.4-1.5-0.6-2.4-0.6h-5.2 c-0.9,0-1.7,0.1-2.3,0.3c-0.6,0.2-1.2,0.5-1.6,1c-0.2,0.2-0.4,0.5-0.5,0.7c-0.1,0.2-0.2,0.5-0.3,0.7s-0.1,0.5-0.1,0.7 c0,0.2,0,0.4,0,0.6l0.4,0.9c0,0,0.1,0.2,0.4,0.4c0.2,0.2,0.5,0.5,0.9,0.9c0.4,0.4,0.8,0.8,1.3,1.2s1,0.9,1.5,1.4 c-0.8,0.5-1.6,0.9-2.4,1.4c-0.8,0.5-1.5,1-2.1,1.6c-1,0.8-1.7,1.7-2.2,2.6c-0.5,0.9-0.7,1.8-0.7,2.7c0,1.4,0.3,2.7,0.9,3.7 c0.6,1.1,1.5,2,2.6,2.6c0.5,0.3,1.1,0.6,1.7,0.8c0.6,0.2,1.2,0.4,1.8,0.5s1.1,0.2,1.7,0.2c0.5,0,1,0.1,1.5,0.1h7.4v-2.8h-7.4 c-0.4,0-0.9,0-1.5-0.1s-1.1-0.1-1.6-0.3s-1-0.3-1.5-0.5c-0.5-0.2-0.9-0.5-1.3-0.9c-0.4-0.4-0.7-0.8-0.9-1.4 c-0.2-0.5-0.3-1.2-0.3-1.9c0-0.6,0.2-1.2,0.6-1.7s0.9-1.1,1.5-1.6c0.6-0.5,1.3-1,2.1-1.5c0.8-0.5,1.6-1,2.5-1.4 c0.7,0.6,1.3,1.1,1.9,1.4s1,0.6,1.4,0.8c0.4,0.2,0.7,0.3,1,0.4c0.3,0.1,0.5,0.1,0.7,0.1h5.3h0.6h3.7c1.4,0,2.7-0.1,4.1-0.4 c1.4-0.3,2.6-0.6,3.9-1.1s2.4-0.9,3.5-1.4s2-1,2.8-1.4c0.8-0.4,1.5-0.8,1.9-1.1C269.2,173.9,269.5,173.7,269.5,173.7z M238.3,173.4 l-0.5-0.4c-0.4-0.3-0.7-0.7-1.1-1s-0.7-0.7-1-1c-0.3-0.3-0.6-0.6-0.8-0.8s-0.5-0.5-0.6-0.6c0-0.1,0.1-0.3,0.1-0.4 c0,0,0.1,0,0.1-0.1c0.1,0,0.1-0.1,0.3-0.1c0.1,0,0.3-0.1,0.5-0.1c0.2,0,0.5,0,0.8,0h5.2c0.3,0,0.5,0,0.7,0.1 c0.2,0.1,0.4,0.3,0.5,0.5c0,0.1,0.1,0.2,0.1,0.3c0,0.3-0.1,0.5-0.4,0.8c-0.4,0.5-1,1-1.7,1.5C239.8,172.5,239.1,172.9,238.3,173.4z '/%3E %3Cpath class='st2' d='M298,171.4c-0.2-0.8-0.6-1.5-1.1-2.2c-0.5-0.6-1.1-1.1-1.9-1.5c-0.8-0.4-1.7-0.6-2.7-0.6 c-0.9,0-1.7,0.1-2.3,0.4c-0.6,0.3-1.2,0.6-1.6,1.1s-0.8,1-1.1,1.5s-0.5,1.2-0.7,1.8c-0.2,0.6-0.4,1.2-0.5,1.8s-0.3,1.1-0.5,1.5 c-0.2,0.4-0.4,0.8-0.7,1.1s-0.6,0.4-1,0.4h-1.2H282h-0.1c-0.1,0-0.3,0-0.6-0.1s-0.6-0.1-0.9-0.3s-0.6-0.4-0.9-0.7 c-0.2-0.3-0.4-0.8-0.4-1.3v-5h-3v9.4c0,1.1-0.1,2-0.4,2.8s-0.6,1.4-1.2,2s-1.2,0.9-2,1.1c-0.8,0.2-1.7,0.4-2.8,0.4h-2.2v2.8h2.2 c1.5,0,2.8-0.2,4-0.6c1.2-0.4,2.1-1,2.9-1.7c0.8-0.8,1.4-1.7,1.8-2.8c0.4-1.1,0.6-2.3,0.6-3.8c0.9,0.4,1.8,0.6,2.8,0.6h0.1h0.6h1.2 c1.4,0,2.5-0.5,3.3-1.5c0.7,0.3,1.3,0.6,1.8,0.9c0.5,0.3,1.1,0.5,1.6,0.7c0.5,0.2,1,0.3,1.5,0.4c0.5,0.1,1,0.1,1.5,0.1 c0.2,0,0.5,0,0.9-0.1c0.3,0,0.7-0.1,1.1-0.3c0.4-0.1,0.7-0.4,1.1-0.7c0.4-0.3,0.7-0.7,1-1.1c0.3-0.5,0.5-1.1,0.7-1.8 c0.2-0.7,0.3-1.5,0.3-2.5C298.4,173.1,298.3,172.2,298,171.4z M295.4,175.5c-0.1,0.4-0.2,0.8-0.3,1c-0.1,0.3-0.3,0.5-0.4,0.6 c-0.2,0.1-0.3,0.3-0.5,0.3s-0.3,0.1-0.4,0.1s-0.2,0-0.3,0c-0.3,0-0.7,0-1-0.1c-0.4-0.1-0.7-0.2-1.1-0.4s-0.8-0.4-1.3-0.6 c-0.5-0.2-1-0.5-1.5-0.7c0.2-0.5,0.3-0.9,0.4-1.4s0.3-0.9,0.4-1.3s0.3-0.8,0.4-1.2c0.1-0.4,0.3-0.7,0.6-1c0.2-0.3,0.5-0.5,0.8-0.6 c0.3-0.2,0.7-0.2,1.2-0.2c0.5,0,0.9,0.1,1.3,0.2c0.3,0.2,0.6,0.4,0.9,0.6c0.2,0.3,0.4,0.5,0.6,0.9s0.3,0.6,0.3,0.9 c0.1,0.3,0.1,0.6,0.1,0.8c0,0.2,0,0.4,0,0.5C295.5,174.5,295.5,175.1,295.4,175.5z'/%3E %3C/g%3E %3C/svg%3E") no-repeat 50% 0;
  background-size: contain;
  height: 6.8rem;
  width: 10rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 3px;
}
#header h1 a {
  height: 100px;
  width: 150px;
  margin-left: 5px;
  display: block;
  text-decoration: none;
}
#header h1 span {
  display: none;
}

.breadcrumb {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0.4rem 0.4rem 0.4rem;
  padding: 0 0.2rem;
  line-height: 1.8rem;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23bbb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E") no-repeat 0.3rem 50%;
  background-size: 1rem;
  padding-left: 1.5rem;
}
.breadcrumb ul li a {
  color: #777;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: #000;
}

#maincolumn h2.pagetitle,
#maincolumn h1.pagetitle {
  font-size: 0.9rem;
  font-family: Vazirmatn, Tahoma, sans-serif;
  font-weight: 500;
  padding: 0.5rem 0.3rem 0.8rem 0.3rem;
  margin: 0 0.5rem;
}

.panel {
  border: 1px solid #ddd;
  border-top: 3px solid #bbb;
  border-radius: 0.3rem;
}
.panel + .panel {
  margin-top: 0.3rem;
}
.panel--level1 {
  margin-bottom: 0.3rem;
}
.panel__header {
  background: #f7f7f7;
  line-height: 2rem;
  color: #555;
  border-bottom: 1px solid #ddd;
  border-radius: 0.3rem 0.3rem 0 0;
  display: flex;
}
.panel__header a {
  text-decoration: none;
  color: #555;
}
.panel__header h1, .panel__header h2, .panel__header h3 {
  font-size: 0.7rem;
  font-family: Vazirmatn, Tahoma, sans-serif;
  margin: 0;
  padding: 0 0.7rem;
  flex: 1;
}
.panel__items {
  display: flex;
}
.panel__items a,
.panel__items form {
  display: block;
  border-right: 1px solid #ddd;
  color: #555;
  padding: 0 0.6rem;
  text-decoration: none;
  white-space: nowrap;
}
.panel__items a:hover,
.panel__items form:hover {
  background: rgba(0, 0, 0, 0.02);
}
.panel__items .icon {
  padding-right: 1.3rem;
  background: no-repeat 100% 50%;
  background-size: 1rem;
}
.panel__items .icon.more {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23aaa' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
  padding-right: 0;
  padding-left: 1rem;
  background-position: -10% 50%;
}
.panel__items .icon.rss {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f57c00' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-rss'%3E%3Cpath d='M4 11a9 9 0 0 1 9 9'/%3E%3Cpath d='M4 4a16 16 0 0 1 16 16'/%3E%3Ccircle cx='5' cy='19' r='1'/%3E%3C/svg%3E");
}
.panel__items .icon.columns {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235284c4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-columns'%3E%3Cpath d='M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18'/%3E%3C/svg%3E");
}
.panel__items .icon.return {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23777' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-arrow-right'%3E%3Cline x1='5' y1='12' x2='19' y2='12'/%3E%3Cpolyline points='12 5 19 12 12 19'/%3E%3C/svg%3E");
}
.panel__items .icon.search {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23069185' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
}
.panel__items .icon.compare {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2306759a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-columns'%3E%3Cpath d='M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18'/%3E%3C/svg%3E");
}
.panel__items .icon.finder {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236f409b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-sliders'%3E%3Cline x1='4' y1='21' x2='4' y2='14'/%3E%3Cline x1='4' y1='10' x2='4' y2='3'/%3E%3Cline x1='12' y1='21' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12' y2='3'/%3E%3Cline x1='20' y1='21' x2='20' y2='16'/%3E%3Cline x1='20' y1='12' x2='20' y2='3'/%3E%3Cline x1='1' y1='14' x2='7' y2='14'/%3E%3Cline x1='9' y1='8' x2='15' y2='8'/%3E%3Cline x1='17' y1='16' x2='23' y2='16'/%3E%3C/svg%3E");
}
.panel__items .icon.new {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%234e9625' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus-square'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='12' y1='8' x2='12' y2='16'/%3E%3Cline x1='8' y1='12' x2='16' y2='12'/%3E%3C/svg%3E");
}
.panel__items .icon.contact {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23089eb2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-message-square'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}
.panel__items .icon.security {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e59c00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-triangle'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E");
}
.panel__items .icon.report {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e8602f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-flag'%3E%3Cpath d='M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z'/%3E%3Cline x1='4' y1='22' x2='4' y2='15'/%3E%3C/svg%3E");
}
.panel__items .icon.print {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231e4d7e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-printer'%3E%3Cpolyline points='6 9 6 2 18 2 18 9'/%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Crect x='6' y='14' width='12' height='8'/%3E%3C/svg%3E");
}
.panel__items form {
  display: flex;
  align-items: center;
}
.panel__items label {
  line-height: 1rem;
}
.panel__items label.search {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 0.2rem;
  display: flex;
}
.panel__items label.search:focus-within {
  outline: 1px solid #666;
}
.panel__items label.search input.terms {
  border: none;
  outline: none;
  background-color: transparent;
  width: 8rem;
  line-height: 1.5rem;
  padding: 0 0.5rem 0 0;
}
.panel__items label.search input.submit {
  margin: 1px;
  border-radius: 3px;
  width: 1.3rem;
  border: none;
  background: #78a884 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: 1rem;
  cursor: pointer;
  opacity: 0.8;
}
.panel__items label.search input.submit:hover {
  opacity: 1;
}
.panel.panel--has-tabs {
  border-top: 1px solid #ddd;
}
.panel__tabs {
  display: flex;
}
.panel__tabs a {
  display: block;
  padding: 0 0.5rem;
  border-left: 1px solid #ddd;
}
.panel__tabs a:first-child {
  border-radius: 0 0.3rem 0 0;
}
.panel__tabs a.current {
  background-color: white;
  margin-bottom: -1px;
  color: #234;
  border-top: 2px solid #778;
  margin-top: -2px;
  border-bottom: 1px solid #fff;
  border-left-color: #bbb;
}
.panel__tabs a:hover {
  color: #c00;
  text-decoration: underline;
}
.panel__tabs a .icon {
  display: block;
  padding-right: 1.2rem;
  background-size: 1rem;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.panel__tabs a .specifications {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' width='16' height='16' xml:space='preserve'%3E %3Cpath fill='%23147FFF' d='M15.5,2.2v1.3h-15V2.2c0-0.6,0.4-1,1-1h12.9C15,1.2,15.5,1.6,15.5,2.2z'/%3E %3Cpath fill='%23ECEFF1' d='M15.6,3.4v10.4c0,0.6-0.4,1-1,1H1.5c-0.6,0-1-0.4-1-1V3.4H15.6z'/%3E %3Cpath fill='%230E3F54' d='M11.2,11.3h1.7c0.3,0,0.5,0.2,0.5,0.5s-0.2,0.5-0.5,0.5h-1.7c-0.3,0-0.5-0.2-0.5-0.5 C10.7,11.6,10.9,11.3,11.2,11.3z'/%3E %3Cpath fill='%23206C96' d='M3.2,11.3h5c0.3,0,0.5,0.2,0.5,0.5s-0.2,0.5-0.5,0.5h-5c-0.3,0-0.5-0.2-0.5-0.5C2.7,11.6,2.9,11.3,3.2,11.3z '/%3E %3Cpath fill='%230E3F54' d='M11.2,8.7h1.7c0.3,0,0.5,0.2,0.5,0.5s-0.2,0.5-0.5,0.5h-1.7c-0.3,0-0.5-0.2-0.5-0.5S10.9,8.7,11.2,8.7z'/%3E %3Cpath fill='%23206C96' d='M3.2,8.7h5c0.3,0,0.5,0.2,0.5,0.5S8.5,9.7,8.2,9.7h-5c-0.3,0-0.5-0.2-0.5-0.5S2.9,8.7,3.2,8.7z'/%3E %3Cpath fill='%230E3F54' d='M11.2,6h1.7c0.3,0,0.5,0.2,0.5,0.5S13.2,7,12.9,7h-1.7c-0.3,0-0.5-0.2-0.5-0.5S10.9,6,11.2,6z'/%3E %3Cpath fill='%23206C96' d='M3.2,6h5c0.3,0,0.5,0.2,0.5,0.5S8.5,7,8.2,7h-5C2.9,7,2.7,6.8,2.7,6.5S2.9,6,3.2,6z'/%3E %3Cpath fill='%23194C68' d='M14.3,15.3H1.8c-1,0-1.8-0.8-1.8-1.8V2.4c0-1,0.8-1.8,1.8-1.8h12.4c1,0,1.8,0.8,1.8,1.8v11.1 C16.1,14.5,15.3,15.3,14.3,15.3z M1.8,1.6C1.4,1.6,1,1.9,1,2.4v11.1c0,0.5,0.4,0.8,0.8,0.8h12.4c0.5,0,0.8-0.4,0.8-0.8V2.4 c0-0.5-0.4-0.8-0.8-0.8H1.8z'/%3E %3Cpath fill='%23194C68' d='M15.5,4h-15C0.2,4,0,3.8,0,3.5S0.2,3,0.5,3h15C15.8,3,16,3.2,16,3.5S15.8,4,15.5,4z'/%3E %3C/svg%3E");
}
.panel__tabs a .photos {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' width='512' height='512' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23E1E6E9' d='M10,50v264.2l88.1-88.1c12.5-12.5,33-12.5,45.6,0l55.7,55.7l99.7-99.7c12.5-12.5,33-12.5,45.6,0l65.4,65.4 V102V50c0-22-18-40-40-40H50C28,10,10,28,10,50L10,50z M210,134.5c-16.6,0-30-13.4-30-30s13.4-30,30-30c16.6,0,30,13.4,30,30 S226.6,134.5,210,134.5z'/%3E %3Ccircle fill='%23FFC36C' cx='210' cy='104.5' r='30'/%3E %3Cpath fill='%234AD194' d='M299.1,182.1l-99.7,99.7l-55.7-55.7c-12.5-12.5-33-12.5-45.6,0L10,314.2V370c0,22,18,40,40,40h52h268 c22,0,40-18,40-40V247.5l-65.4-65.4C332.1,169.6,311.6,169.6,299.1,182.1z'/%3E %3Cpath fill='%23BCCBD3' d='M410,247.5V370c0,22-18,40-40,40H102v52c0,22,18,40,40,40h320c22,0,40-18,40-40V142c0-22-18-40-40-40h-52 V247.5z'/%3E %3C/g%3E %3Cpath d='M462,92h-42V50c0-27.6-22.4-50-50-50H50C22.4,0,0,22.4,0,50v320c0,0,0,0,0,0l0,0c0,27.6,22.4,50,50,50h42v42 c0,27.6,22.4,50,50,50h320c27.6,0,50-22.4,50-50V142C512,114.4,489.6,92,462,92z M50,20h320c16.5,0,30,13.5,30,30v173.4l-48.3-48.3 c-7.9-7.9-18.5-12.3-29.8-12.3s-21.9,4.4-29.8,12.3l-92.7,92.7l-48.7-48.7c-7.9-7.9-18.5-12.3-29.8-12.3S99,211.1,91,219.1l-71,71 V50C20,33.5,33.5,20,50,20z M20,370v-51.6l85.2-85.2c4.2-4.2,9.7-6.5,15.7-6.5c6,0,11.5,2.3,15.7,6.5l55.7,55.7 c3.9,3.9,10.2,3.9,14.1,0l99.7-99.7c4.2-4.2,9.7-6.5,15.7-6.5s11.5,2.3,15.7,6.5l62.4,62.4V370c0,16.5-13.5,30-30,30H50 C33.5,400,20,386.5,20,370z M492,462c0,16.5-13.5,30-30,30H142c-16.5,0-30-13.5-30-30v-42h258c27.6,0,50-22.4,50-50l0,0c0,0,0,0,0,0 V112h42c16.5,0,30,13.5,30,30L492,462L492,462z'/%3E %3Cpath d='M210,144.5c22.1,0,40-17.9,40-40s-17.9-40-40-40s-40,17.9-40,40S187.9,144.5,210,144.5z M210,84.5c11,0,20,9,20,20 s-9,20-20,20s-20-9-20-20S199,84.5,210,84.5z'/%3E %3C/svg%3E");
}
.panel__tabs a .videos {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' width='512' height='512' xml:space='preserve'%3E %3Cg%3E %3Cpath fill='%23DDE6ED' d='M471.6,216.7v239.7c0,25.1-20.5,45.7-45.7,45.7H105.6C80.5,502,60,481.5,60,456.3V216.7H471.6z'/%3E %3Cpath fill='%2353B7F4' d='M42.8,157.5L60,216.7l395.4-114.5L438.3,43c-7-24.1-32.4-38.1-56.6-31.1L74,100.9 C49.8,107.9,35.8,133.4,42.8,157.5z'/%3E %3Cpath fill='%2353B7F4' d='M60,216.7h411.6v93.6H60V216.7z'/%3E %3Cpath fill='%23F90084' d='M324.9,405.1L281,379.8l-43.9-25.4v101.4l43.9-25.4L324.9,405.1z'/%3E %3Cpath d='M471.6,206.7H130.4l327.7-94.9c2.5-0.7,4.7-2.5,6-4.8s1.6-5.1,0.8-7.6l-17.1-59.2C440.9,16.5,418.9,0,394.3,0 c-5.2,0-10.4,0.7-15.4,2.2L71.2,91.3c-14.2,4.1-26,13.6-33.2,26.6c-7.2,13.1-8.9,28.1-4.8,42.3L50,218.1v238.3 c0,30.7,25,55.7,55.6,55.7h120.2c5.5,0,10-4.5,10-10s-4.5-10-10-10H105.6C86,492,70,476,70,456.3v-136h51.2l0,0l0,0h78.3l0,0l0,0 h78.3l0,0l0,0h78.3l0,0l0,0h105.3v136.1c0,19.7-16,35.7-35.7,35.7H305.8c-5.5,0-10,4.5-10,10s4.5,10,10,10H426 c30.7,0,55.7-25,55.7-55.7V216.7C481.6,211.2,477.1,206.7,471.6,206.7z M295.3,300.3l42.5-73.6H393l-42.5,73.6H295.3z M216.9,300.3 l42.5-73.6h55.3l-42.5,73.6H216.9z M138.5,300.3l42.5-73.6h55.3l-42.5,73.6H138.5z M175.7,170.8l-71.1-68.3L157.9,87 c0.4,0.5,0.8,1.1,1.3,1.5l71.1,68.3L177,172.3C176.7,171.8,176.2,171.3,175.7,170.8z M309.7,45l71.1,68.3l-53.3,15.4 c-0.4-0.5-0.8-1.1-1.3-1.5l-71.1-68.3l53.3-15.4C308.8,44,309.2,44.5,309.7,45z M234.5,66.8l71.1,68.3l-53.3,15.4 c-0.4-0.5-0.8-1.1-1.3-1.5l-71.1-68.3l53.3-15.4C233.5,65.8,234,66.3,234.5,66.8z M384.4,21.4c3.2-0.9,6.5-1.4,9.8-1.4 c15.8,0,29.9,10.6,34.3,25.7l14.4,49.6l-40.1,11.6c-0.4-0.5-0.8-1.1-1.3-1.5l-71.1-68.3L384.4,21.4z M55.5,127.6 c4.6-8.4,12.2-14.4,21.3-17.1l5.9-1.7c0.4,0.5,0.8,1.1,1.3,1.5l71.1,68.3l-88.3,25.6l-14.4-49.6C49.8,145.6,50.9,136,55.5,127.6z M70,226.7h88l-42.5,73.6H70V226.7z M373.6,300.3l42.5-73.6h45.5v73.6H373.6z'/%3E %3Cpath fill='%23A8005D' d='M334.9,405.1c0-3.6-1.9-6.9-5-8.7L242,345.7c-3.1-1.8-6.9-1.8-10,0s-5,5.1-5,8.7v101.4c0,3.6,1.9,6.9,5,8.7 c1.5,0.9,3.3,1.3,5,1.3s3.5-0.4,5-1.3l87.9-50.7C333,412,334.9,408.7,334.9,405.1z M247.1,438.5v-66.8l57.9,33.4L247.1,438.5z'/%3E %3Cpath d='M265.8,492c-5.5,0-10,4.5-10,10s4.5,10,10,10s10-4.5,10-10S271.3,492,265.8,492z'/%3E %3C/g%3E %3C/svg%3E");
}
.panel__tabs a .shops {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' width='512' height='512' xml:space='preserve'%3E %3Cpath fill='%231BAF25' d='M508.3,85.8c-3-3.6-7.6-5.8-12.3-5.8H107.5c-5,0-9.7,2.3-12.7,6.2c-3,4-4,9.1-2.8,13.9l51.2,191.4 c1.9,7,8.2,11.9,15.5,11.9c0.3,0,0.5,0,0.8,0L464.8,288c7.4-0.4,13.6-5.8,14.9-13.1l32-176C512.6,94.2,511.3,89.4,508.3,85.8z'/%3E %3Cg%3E %3Cpath fill='%23FAFAFA' d='M400,240c-8.8,0-16-7.2-16-16v-64c0-8.8,7.2-16,16-16s16,7.2,16,16v64C416,232.8,408.8,240,400,240z'/%3E %3Cpath fill='%23FAFAFA' d='M304,240c-8.8,0-16-7.2-16-16v-64c0-8.8,7.2-16,16-16s16,7.2,16,16v64C320,232.8,312.8,240,304,240z'/%3E %3Cpath fill='%23FAFAFA' d='M208,240c-8.8,0-16-7.2-16-16v-64c0-8.8,7.2-16,16-16s16,7.2,16,16v64C224,232.8,216.8,240,208,240z'/%3E %3C/g%3E %3Cg%3E %3Ccircle fill='%23455A64' cx='208' cy='448' r='48'/%3E %3Ccircle fill='%23455A64' cx='400' cy='448' r='48'/%3E %3Cpath fill='%23455A64' d='M432,368H176c-7.3,0-13.6-4.9-15.5-11.9L78.3,48H16C7.2,48,0,40.8,0,32s7.2-16,16-16h74.6 c7.3,0,13.6,4.9,15.5,11.9L188.3,336H432c8.8,0,16,7.2,16,16S440.8,368,432,368z'/%3E %3C/g%3E %3C/svg%3E");
}
.panel__tabs a .comments {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' viewBox='0 0 512 512' width='512' height='512' xml:space='preserve'%3E %3Cpath fill='%23C7EAFF' d='M286,184H70c-33.1,0-60,26.9-60,60v154c0,33.1,26.9,60,60,60h65l-0.9,0.1L178,502l0-44h108 c33.1,0,60-26.9,60-60V244C346,210.9,319.1,184,286,184z'/%3E %3Cpath d='M178,512c-2.6,0-5.2-1-7.1-2.9L129.9,468H70c-38.6,0-70-31.4-70-70V244c0-38.6,31.4-70,70-70h101c5.5,0,10,4.5,10,10 s-4.5,10-10,10H70c-27.6,0-50,22.4-50,50v154c0,27.6,22.4,50,50,50h65c4.1,0,7.6,2.5,9.2,6l23.9,23.9l0-19.9c0-5.5,4.5-10,10-10h108 c27.6,0,50-22.4,50-50v-69c0-5.5,4.5-10,10-10s10,4.5,10,10v69c0,38.6-31.4,70-70,70h-98l0,34c0,4-2.4,7.7-6.2,9.2 C180.6,511.8,179.3,512,178,512z'/%3E %3Cpath fill='%23FFD255' d='M366.7,10h-25.3C266.6,10,206,70.6,206,145.3l0,0c0,74.7,60.6,135.3,135.3,135.3h25.3 c13.9,0,27.2-2.1,39.8-6l41.5,41.5v-62.7c32.8-24.7,54-64,54-108.2l0,0C502,70.6,441.4,10,366.7,10z'/%3E %3Cpath d='M448,326.3c-2.6,0-5.2-1-7.1-2.9L403.5,286c-12,3.1-24.4,4.7-36.9,4.7h-25.3c-80.1,0-145.3-65.2-145.3-145.3 S261.2,0,341.3,0h25.3C446.8,0,512,65.2,512,145.3c0,23.2-5.3,45.4-15.8,66c-9.2,18.1-22.4,34.3-38.2,47.1v57.9c0,4-2.4,7.7-6.2,9.2 C450.6,326,449.3,326.3,448,326.3z M406.5,264.7c2.6,0,5.2,1,7.1,2.9l24.5,24.5v-38.6c0-3.1,1.5-6.1,4-8c31.8-23.9,50-60.5,50-100.2 C492,76.2,435.8,20,366.7,20h-25.3C272.2,20,216,76.2,216,145.3s56.2,125.3,125.3,125.3h25.3c12.6,0,25-1.9,36.9-5.5 C404.5,264.9,405.5,264.7,406.5,264.7z'/%3E %3Cpath d='M356.8,186.8c-5.5,0-10-4.5-10-10v-24c0-9,6.1-16.6,14.9-18.5c10.8-2.4,18.1-12.3,17.4-23.4c-0.8-11-9.6-19.9-20.7-20.7 c-6.3-0.4-12.3,1.7-16.8,5.9c-4.6,4.3-7.1,10.1-7.1,16.3c0,5.5-4.5,10-10,10s-10-4.5-10-10c0-11.7,4.9-23,13.5-31 c8.7-8.1,20-12.1,31.9-11.3c20.9,1.4,37.8,18.3,39.3,39.3c1.4,20.8-12.1,39.3-32.2,44.1v23.2C366.8,182.3,362.3,186.8,356.8,186.8z'/%3E %3Cpath d='M356.8,226.3c-2.6,0-5.2-1.1-7.1-2.9c-1.9-1.9-2.9-4.4-2.9-7.1c0-2.6,1.1-5.2,2.9-7.1s4.4-2.9,7.1-2.9s5.2,1.1,7.1,2.9 c1.9,1.9,2.9,4.4,2.9,7.1c0,2.6-1.1,5.2-2.9,7.1C362,225.3,359.4,226.3,356.8,226.3z'/%3E %3Cpath d='M275,330H64c-5.5,0-10-4.5-10-10s4.5-10,10-10h211c5.5,0,10,4.5,10,10S280.5,330,275,330z'/%3E %3Cpath d='M275,386c-2.6,0-5.2-1.1-7.1-2.9s-2.9-4.4-2.9-7.1s1.1-5.2,2.9-7.1c1.9-1.9,4.4-2.9,7.1-2.9s5.2,1.1,7.1,2.9 c1.9,1.9,2.9,4.4,2.9,7.1c0,2.6-1.1,5.2-2.9,7.1C280.2,384.9,277.6,386,275,386z'/%3E %3Cpath d='M235.7,386H64c-5.5,0-10-4.5-10-10s4.5-10,10-10h171.7c5.5,0,10,4.5,10,10S241.2,386,235.7,386z'/%3E %3Cpath d='M210,274H64c-5.5,0-10-4.5-10-10s4.5-10,10-10h146c5.5,0,10,4.5,10,10S215.5,274,210,274z'/%3E %3C/svg%3E");
}
.panel__tabs a .intro {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='496pt' viewBox='0 -8 496.00648 496' width='496pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m397.140625 54.050781v-.886719c0-1.144531.128906-2.273437.3125-3.402343 2.488281-22.734375 19.832031-42.261719 43.113281-41.015625.984375-.480469-362.34375-.742188-362.34375-.742188-14.121094 0-26.023437 11.511719-26.023437 26.121094l-.878907 352.871094 229.375-.890625c-3.527343 72.609375 20.289063 85.011719 52.933594 85.011719h4.410156c32.640626 0 59.101563-26.570313 59.101563-59.328126v-295.753906zm0 0' fill='%23fff'/%3E%3Cpath d='m338.03125 479.117188h-4.410156c-13.566406 0-30.773438-1.714844-43.496094-15.074219-12.765625-13.398438-18.453125-35.726563-17.726562-69.902344l-221.054688.855469c-.007812 0-.015625 0-.035156 0-2.117188 0-4.148438-.839844-5.652344-2.335938-1.503906-1.503906-2.355469-3.554687-2.347656-5.679687l.882812-352.875c.007813-18.789063 15.269532-34.10156275 34.03125-34.10156275 0 0 90.566406.06249995 181.136719.19140575 45.285156.0625 90.582031.144532 124.558594.230469 17 .050781 31.160156.097657 41.082031.152344 5.015625.023437 8.878906.050781 11.878906.144531 1.34375-.039062 2.71875-.023437 4.105469.039063l-.011719.183593c5.953125.546876 6.449219 1.984376 7.378906 6 .566407 2.449219-.058593 5.027344-1.671874 6.945313-1.617188 1.929687-4.058594 3-6.554688 2.839844-20.070312-1.109375-32.839844 16.65625-34.726562 33.898437-.167969 1.117188-.265626 1.8125-.265626 2.527344v358.621094c.007813 37.136718-30.101562 67.339844-67.101562 67.339844zm-57.34375-101.011719c2.183594 0 4.269531.890625 5.78125 2.472656 1.515625 1.585937 2.320312 3.722656 2.210938 5.914063-1.648438 33.832031 2.613281 55.582031 13.023437 66.511718 6.664063 6.992188 16.503906 10.113282 31.910156 10.113282h4.410157c28.183593 0 51.109374-23.027344 51.109374-51.328126v-358.625c0-1.578124.160157-3.136718.417969-4.6875 1.375-12.601562 6.488281-23.679687 14.03125-31.992187-71.558593-.242187-231.351562-.410156-325.367187-.480469-9.929688 0-18.015625 8.128906-18.015625 18.121094l-.863281 344.839844 221.320312-.859375zm0 0' fill='%23173851'/%3E%3Cpath d='m397.140625 116.921875v-62.871094c.664063-25.304687 19.890625-48.167969 45.875-45.160156 24.703125 0 44.992187 20.367187 44.992187 45.160156v62.871094zm0 0' fill='%23d4dedd'/%3E%3Cpath d='m488.007812 124.921875h-90.867187c-4.414063 0-8-3.582031-8-8v-62.871094c.425781-16.375 7.5625-32 19.082031-41.992187 9.886719-8.574219 22.40625-12.535156 35.253906-11.167969 29.011719.25 52.53125 24 52.53125 53.160156v62.871094c0 4.417969-3.585937 8-8 8zm-82.867187-8h.082031zm0-8h74.867187v-54.871094c0-20.488281-16.59375-37.160156-36.992187-37.160156-.3125 0-.617187-.015625-.921875-.054687-10.863281-1.25-18.742188 3.28125-23.390625 7.3125-8.183594 7.101562-13.257813 18.359374-13.570313 30.109374zm0 0' fill='%23173851'/%3E%3Cpath d='m280.6875 386.105469-219.671875.890625h-52.929687s-5.296876 83.238281 70.578124 85.007812h264.664063c-4.410156 0-9.265625-.441406-13.234375-.886718-30.878906-.882813-52.933594-15.050782-49.40625-85.011719zm0 0' fill='%23d4dedd'/%3E%3Cg fill='%23173851'%3E%3Cpath d='m343.328125 480.003906h-264.664063c-23.601562-.542968-42.34375-8.328125-55.90625-23.121094-25.078124-27.359374-22.7656245-68.65625-22.65625-70.398437.273438-4.210937 3.761719-7.496094 7.984376-7.496094h52.9375l219.640624-.890625h.03125c2.183594 0 4.277344.898438 5.78125 2.480469 1.523438 1.59375 2.320313 3.730469 2.203126 5.929687-1.6875 33.511719 2.453124 55.175782 12.664062 66.230469 6.269531 6.785157 15.207031 9.984375 28.984375 10.378907 5.679687.613281 9.710937.886718 13 .886718 4.414063 0 8 3.582032 8 8 0 4.414063-3.585937 8-8 8zm-327.195313-85.007812c.578126 11.824218 3.691407 35.070312 18.480469 51.152344 10.503907 11.40625 25.386719 17.421874 44.242188 17.863281h211.117187c-.125-.136719-.253906-.273438-.375-.402344-12.464844-13.484375-17.992187-35.679687-17.207031-69.453125zm0 0'/%3E%3Cpath d='m106.488281 219.097656c-1.84375 0-3.640625-.636718-5.074219-1.8125l-11.71875-9.617187c-3.417968-2.800781-3.914062-7.839844-1.113281-11.257813 2.808594-3.40625 7.847657-3.910156 11.257813-1.109375l5.503906 4.511719 21.480469-26.441406c2.789062-3.433594 7.839843-3.945313 11.253906-1.167969 3.433594 2.792969 3.953125 7.824219 1.167969 11.257813l-26.550782 32.679687c-1.34375 1.65625-3.289062 2.703125-5.410156 2.917969-.269531.023437-.535156.039062-.796875.039062zm0 0'/%3E%3Cpath d='m357.140625 202.753906h-177.957031c-4.417969 0-8-3.582031-8-8 0-4.414062 3.582031-8 8-8h177.949218c4.417969 0 8 3.585938 8 8 0 4.417969-3.574218 8-7.992187 8zm0 0'/%3E%3Cpath d='m359.199219 269.042969h-260.710938c-4.417969 0-8-3.582031-8-8 0-4.414063 3.582031-8 8-8h260.710938c4.414062 0 8 3.585937 8 8 0 4.417969-3.585938 8-8 8zm0 0'/%3E%3Cpath d='m359.199219 335.332031h-260.710938c-4.417969 0-8-3.585937-8-8 0-4.417969 3.582031-8 8-8h260.710938c4.414062 0 8 3.582031 8 8 0 4.414063-3.585938 8-8 8zm0 0'/%3E%3C/g%3E%3Cpath d='m94.765625 60.972656h262.375v68.054688h-262.375zm0 0' fill='%23f86252'/%3E%3C/svg%3E");
}
.panel__tabs a .review {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' width='512' height='512' xml:space='preserve'%3E %3Cpath fill='%23AAC4DA' d='M501.3,96.1h-64c-11.8,0-21.3-9.6-21.3-21.3v-64L501.3,96.1z'/%3E %3Cpath fill='%23D9EEF7' d='M501.3,96.1v384c0,11.8-9.6,21.3-21.3,21.3H138.7c-11.8,0-21.3-9.6-21.3-21.3v-448 c0-11.8,9.6-21.3,21.3-21.3H416v64c0,11.8,9.6,21.3,21.3,21.3C437.3,96.1,501.3,96.1,501.3,96.1z'/%3E %3Cpath fill='%23F2F2F2' d='M277.3,170.7H448v106.7H277.3V170.7z'/%3E %3Cpath fill='%2395ADC0' d='M170.7,373.4v106.7c0,11.8-9.6,21.3-21.3,21.3s-21.3-9.6-21.3-21.3V373.4c0-11.8,9.6-21.3,21.3-21.3 C161.1,352.2,170.6,361.7,170.7,373.4z'/%3E %3Ccircle fill='%2332C3FF' cx='149.3' cy='149.4' r='138.7'/%3E %3Cg%3E %3Cpath fill='%23283944' d='M160,343.3v-45.2c82.3-5.9,144.2-77.4,138.3-159.6S220.9-5.6,138.7,0.3S-5.5,77.6,0.4,159.9 c5.3,74.1,64.2,133,138.3,138.3v45.2c-12.7,4.5-21.3,16.5-21.3,30v106.7c0,17.7,14.3,32,32,32s32-14.3,32-32V373.4 C181.3,359.9,172.7,347.8,160,343.3z M21.3,149.4c0-70.7,57.3-128,128-128s128,57.3,128,128s-57.3,128-128,128 C78.7,277.3,21.4,220.1,21.3,149.4z M160,480.1c0,5.9-4.8,10.7-10.7,10.7s-10.7-4.8-10.7-10.7V373.4c0-5.9,4.8-10.7,10.7-10.7 c2.9,0,5.6,1.2,7.6,3.3c2,1.9,3.1,4.6,3.1,7.4L160,480.1L160,480.1z'/%3E %3Cpath fill='%234C5B66' d='M508.9,88.5L423.5,3.2c-2-2-4.7-3.1-7.5-3.1H266.7v21.3h138.7v53.3c0,17.7,14.3,32,32,32h21.3V85.4h-21.3 c-5.9,0-10.7-4.8-10.7-10.7V36.5l64,64v379.6c0,5.9-4.8,10.7-10.7,10.7H202.7v21.3H480c17.7,0,32-14.3,32-32v-384 C512,93.2,510.9,90.5,508.9,88.5z'/%3E %3Cpath fill='%23FFFFFF' d='M138.7,138.7H160V160h-21.3V138.7z'/%3E %3Cpath fill='%23FFFFFF' d='M192,138.7h21.3V160H192V138.7L192,138.7z'/%3E %3Cpath fill='%23FFFFFF' d='M85.3,138.7h21.3V160H85.3V138.7z'/%3E %3Cpath fill='%234C5B66' d='M277.3,266.7V288H448c5.9,0,10.7-4.8,10.7-10.7V170.7c0-5.9-4.8-10.7-10.7-10.7H330.7v21.3h106.7v85.3 L277.3,266.7L277.3,266.7z'/%3E %3Cpath fill='%234C5B66' d='M245.3,320.1h213.3v21.3H245.3V320.1z'/%3E %3Cpath fill='%234C5B66' d='M437.3,373.4h21.3v21.3h-21.3V373.4z'/%3E %3Cpath fill='%234C5B66' d='M394.7,373.4H416v21.3h-21.3V373.4z'/%3E %3C/g%3E %3C/svg%3E");
}
.panel__footer_link {
  display: block;
  padding: 0.4rem 0.5rem;
  margin: 0 0.2rem;
  text-decoration: none;
  color: #666;
  text-align: left;
}
.panel--style1, .panel--style2, .panel--style3 {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  border: none;
}
.panel--style1 .panel__header, .panel--style2 .panel__header, .panel--style3 .panel__header {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.panel--style1 .panel__header h3, .panel--style2 .panel__header h3, .panel--style3 .panel__header h3 {
  font-weight: normal;
}
.panel--style1 .panel__header a, .panel--style2 .panel__header a, .panel--style3 .panel__header a {
  color: #fff;
}
.panel--style1 {
  background-color: #eaf3fd;
}
.panel--style1 .panel__header {
  background-color: #1e6486;
}
.panel--style2 {
  background-color: #eaf4f7;
}
.panel--style2 .panel__header {
  background-color: #167987;
}
.panel--style3 {
  background-color: #e0f2f1;
}
.panel--style3 .panel__header {
  background-color: #009688;
}
.panel--style3 h4 {
  background: #b2dfdb;
  margin: 0;
  padding: 0.3rem 0.6rem;
  color: #08300b;
}
.panel--style3 .content-link-list li a {
  font-weight: normal;
}
.panel .content-header {
  margin: 0.3rem 0;
  background-color: #f2f2f5;
  padding: 0.7rem;
  border-radius: 0.3rem;
}
.panel .content-header::after {
  content: "";
  clear: both;
  display: table;
}
.panel .content-header label {
  display: block;
  float: right;
  margin-left: 8px;
  padding-left: 6px;
  line-height: 20px;
}
.panel .content-header input {
  border-width: 1px;
  border-radius: 4px;
  padding: 2px 4px;
}
.panel .content-header input[type=button], .panel .content-header input[type=submit], .panel .content-header input[type=reset] {
  background: #fff;
  padding: 4px 8px;
  float: left;
  color: #333;
}

.content-link-list {
  margin: 0.1rem;
  padding: 0;
}
.content-link-list li {
  padding: 0.5rem;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content-link-list li:first-child {
  border: none;
}
.content-link-list li::after {
  content: "";
  clear: both;
  display: table;
}
.content-link-list li a {
  color: #333333;
  font-weight: bold;
  font-size: 105%;
  text-decoration: none;
}
.content-link-list li a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.content-link-list li img {
  float: left;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  margin-right: 0.5rem;
}
.content-link-list li small {
  float: left;
  color: #666;
}
.content-link-list li p {
  margin: 0.2rem 0 0 0;
  color: #666;
}

.content-menu {
  --header-color: #666;
  --header-background: #eee;
  --header-shadow: none;
  --content-background: transparent;
  --items-border-color: rgba(0 0 0 / 10%);
  --items-hover-background: rgba(0 0 0 / 5%);
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  line-height: 1.7rem;
  background: var(--content-background);
  margin-bottom: 0.4rem;
}
.content-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-menu a, .content-menu span:not(.direction-fix) {
  display: block;
  text-decoration: none;
  color: #333;
}
.content-menu__title {
  background: var(--header-background);
  border-bottom: 1px solid #ccc;
  border-radius: 0.3rem 0.3rem 0 0;
}
.content-menu__title a, .content-menu__title span {
  padding: 0 0.5rem;
  color: var(--header-color);
  text-shadow: var(--header-shadow);
}
.content-menu__title a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.content-menu__content a {
  padding: 0 0.5rem;
}
.content-menu__content a:hover {
  background: var(--items-hover-background);
}
.content-menu__content a.current {
  background: #eaf4ff;
}
.content-menu__content a .multi {
  display: flex;
}
.content-menu__content a .multi span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-menu__content a .multi span:not(:first-child) {
  flex: 1;
  direction: ltr;
  text-align: left;
}
.content-menu__content li {
  border-top: 1px solid var(--items-border-color);
}
.content-menu__content li:first-child {
  border-top: none;
}
.content-menu__content .separator {
  background: #ccc;
  height: 0.1rem;
}
.content-menu.scrollable .content-menu__content {
  overflow-y: auto;
  max-height: 15rem;
}
.content-menu__sub {
  position: relative;
}
.content-menu__sub > a, .content-menu__sub > span, .content-menu__sub li a {
  padding: 0 0.5rem;
  border-top: 1px solid var(--items-border-color);
}
.content-menu__sub > a:hover, .content-menu__sub > span:hover, .content-menu__sub li a:hover {
  background: var(--items-hover-background);
}
.content-menu__sub > a::after, .content-menu__sub > span::after {
  display: block;
  content: "";
  border: 0.3rem solid transparent;
  border-right-color: #999;
  position: absolute;
  left: 0;
  top: calc(50% - 0.3rem);
}
.content-menu__sub li:first-child a {
  border: none;
}
.content-menu__sub > div {
  position: absolute;
  min-width: 8rem;
  right: calc(100% - 0.5rem);
  top: -2rem;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.3rem;
  z-index: 10;
  display: none;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(0.5rem);
}
.content-menu__sub:hover > div {
  display: block;
  opacity: 1;
  transform: translateX(0);
}
.content-menu--grid {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-menu--grid .content-menu__content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.content-menu--grid .content-menu__content ul li:nth-child(2) {
  border-top: none;
}
.content-menu--grid .content-menu__content ul li:nth-child(2n) {
  border-right: 1px solid var(--items-border-color);
}
.content-menu--grid .content-menu__sub ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.content-menu--grid .content-menu__sub ul li:nth-child(2), .content-menu--grid .content-menu__sub ul li:nth-child(3), .content-menu--grid .content-menu__sub ul li:nth-child(4), .content-menu--grid .content-menu__sub ul li:nth-child(5), .content-menu--grid .content-menu__sub ul li:nth-child(6) {
  border-top: none;
}
.content-menu--grid .content-menu__sub ul li {
  border-right: 1px solid var(--items-border-color);
}
:is(.content-menu.style1, .content-menu.style2, .content-menu.style3) .content-menu__title {
  box-shadow: 0 0 0 1px var(--header-background);
  border: none;
}
.content-menu.style1 {
  --header-color: #fff;
  --header-background: #d2982a;
  --header-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  --content-background: #fefbf3;
}
.content-menu.style2 {
  --header-color: #fff;
  --header-background: #9f8f14;
  --header-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  --content-background: #fdf9d8;
}
.content-menu.style3 {
  --header-color: #fff;
  --header-background: #73b131;
  --header-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  --content-background: #f5fdee;
}
.content-menu.product-header {
  --header-color: #000;
  --header-background: #ddd;
  --content-background: #f7f7f7;
  text-align: right;
}

.hero-buttons a {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  line-height: 1rem;
  background: #0E80A0;
  color: #fff;
  text-decoration: none;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.hero-buttons a:hover {
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.1) inset;
}
.hero-buttons a:nth-child(1) {
  background: #388e3c;
}
.hero-buttons a:nth-child(2) {
  background: #d32f2f;
}
.hero-buttons a:nth-child(3) {
  background: #e64a19;
}
.hero-buttons a::after, .hero-buttons a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5rem;
  height: 1px;
  top: 0.5rem;
  left: 0.25rem;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}
.hero-buttons a::before {
  background: rgba(255, 255, 255, 0.3);
  left: 0.5rem;
  top: 0.4rem;
  width: 0.3rem;
}

.shop-displays-button {
  border-radius: 0.3rem;
  padding: 0.5rem;
  background: #155f72;
  margin: 0.4rem 0;
}
.shop-displays-button a {
  color: #fff;
  display: flex;
  text-decoration: none;
  align-items: center;
  font-size: 110%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.shop-displays-button a span {
  flex: 1;
}
.shop-displays-button a img {
  border: 1px solid #fff;
  margin-right: 0.2rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 1px;
  transition: opacity 0.5s;
}
.shop-displays-button a img:nth-child(2) {
  opacity: 0.2;
}
.shop-displays-button a img:nth-child(3) {
  opacity: 0.4;
}
.shop-displays-button a img:nth-child(4) {
  opacity: 0.6;
}
.shop-displays-button a img:nth-child(5) {
  opacity: 0.8;
}
.shop-displays-button:hover a img {
  opacity: 1;
}

.paginationbox {
  padding: 0.3rem;
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.paginationbox .info {
  color: #666;
  padding: 0.3rem;
  flex: 1;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 0.2rem 0.3rem;
  margin: 0.1rem;
  border-radius: 0.2rem;
  min-width: 0.6rem;
  text-align: center;
}
.pagination a #simcards, #phonesresult .pagination a, .pagination span #simcards, #phonesresult .pagination span {
  display: inline;
}
.pagination a {
  color: gray;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.pagination a:hover {
  background-color: #ffe86a;
}
.pagination .disabled {
  color: #999;
}
.pagination .current {
  color: #fff;
  background: #888;
}

.favorite-button {
  --size: 1.5rem;
  display: block;
  width: var(--size);
  height: var(--size);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M14.88 4.78a3.5 3.5 0 0 0-.37-.9 3.2 3.2 0 0 0-.6-.79 3.8 3.8 0 0 0-1.21-.81 3.74 3.74 0 0 0-2.84 0 4 4 0 0 0-1.16.75l-.05.06-.65.65-.65-.65-.05-.06a4 4 0 0 0-1.16-.75 3.74 3.74 0 0 0-2.84 0 3.8 3.8 0 0 0-1.21.81 3.55 3.55 0 0 0-.97 1.69 3.8 3.8 0 0 0-.12 1c0 .317.04.633.12.94a4 4 0 0 0 .36.89 3.8 3.8 0 0 0 .61.79L8 14.31l5.91-5.91c.237-.233.44-.5.6-.79A3.6 3.6 0 0 0 15 5.78a3.8 3.8 0 0 0-.12-1m-1 1.63a2.7 2.7 0 0 1-.69 1.21l-5.21 5.2-5.21-5.2a3 3 0 0 1-.44-.57 3 3 0 0 1-.27-.65 3.3 3.3 0 0 1-.08-.69A3.4 3.4 0 0 1 2.06 5a2.8 2.8 0 0 1 .27-.65q.181-.315.44-.57a2.9 2.9 0 0 1 .89-.6 2.8 2.8 0 0 1 2.08 0c.33.137.628.338.88.59l1.36 1.37 1.36-1.37a2.7 2.7 0 0 1 .88-.59 2.8 2.8 0 0 1 2.08 0c.331.143.633.347.89.6.174.165.32.357.43.57a2.7 2.7 0 0 1 .35 1.34 2.6 2.6 0 0 1-.06.72z'/%3E %3C/svg%3E");
  background-size: var(--size);
  opacity: 0.7;
}
.favorite-button:hover {
  opacity: 1;
}
.favorite-button.on {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7 3c-1.535 0-3.078.5-4.25 1.7-2.343 2.4-2.279 6.1 0 8.5L12 23l9.25-9.8c2.279-2.4 2.343-6.1 0-8.5-2.343-2.3-6.157-2.3-8.5 0l-.75.8-.75-.8C10.078 3.5 8.536 3 7 3' fill='%23e74c3c'/%3E %3C/svg%3E");
  opacity: 1;
}

#bottom_banner {
  margin: 0.5rem 0;
  padding: 0.5rem;
  text-align: center;
}

#bottom_banner_sticky {
  min-height: 5rem;
}
#bottom_banner_sticky > div {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1000;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1px);
}
#bottom_banner_sticky > div > a {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border-radius: 50%;
  border: 1px solid #666;
  background: rgba(255, 255, 255, 0.5) 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E %3Csvg width='24' height='24' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E %3Crect width='29.054018' height='4.8423367' x='2.4436042' y='-2.4805641' transform='matrix(0.70633551,0.70787721,-0.70633551,0.70787721,0,0)'/%3E %3Crect width='29.054018' height='4.8423367' x='-14.541614' y='-19.391781' transform='matrix(-0.70633551,0.70787721,-0.70633551,-0.70787721,0,0)'/%3E %3C/svg%3E");
  background-size: 50%;
}
#bottom_banner_sticky > div > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 1050px) {
  #bottom_banner_sticky {
    aspect-ratio: 7.1;
  }
  #bottom_banner_sticky > div > a {
    width: 3rem;
    height: 3rem;
  }
  #bottom_banner_sticky img {
    width: 95%;
  }
}
.phoneview {
  border: 1px solid #ddd;
  background-color: #f7f7f3;
  border-radius: 3px;
  width: 24%;
  margin: 0.1rem 0;
}
.phoneview:hover {
  border: 1px solid #d53;
}
.phoneview img {
  display: block;
  margin: 4px auto;
  border: 1px solid #ddd;
  max-height: 92px;
}
.phoneview h4 {
  font-size: 0.7rem;
  margin: 0;
  direction: ltr;
  border-bottom: 1px dotted #ddd;
}
.phoneview h4 a {
  color: #223;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phoneview h4 a:hover {
  color: #c44;
}
.phoneview a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #666;
  line-height: 1.3rem;
}
.phoneview a:hover {
  color: #c44;
}

div.phones, .product-highlights {
  display: flex;
  padding: 0.1rem;
}
div.phones > div, .product-highlights > div {
  margin: 0.1rem;
}
div.phones .thumbs, .product-highlights .thumbs {
  flex: 1;
}
div.phones .thumbs__content, .product-highlights .thumbs__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.phones .lists, .product-highlights .lists {
  width: 33%;
}
div.phones .listtabs, .product-highlights .listtabs {
  background: #f3f3f3;
  display: flex;
}
div.phones .listtabs a, .product-highlights .listtabs a {
  display: block;
  flex: 1;
  font-size: 0.6rem;
  text-decoration: none;
  line-height: 1rem;
  padding-top: 0.1rem;
  color: #999;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
div.phones .listtabs a.current, .product-highlights .listtabs a.current {
  background: #fff;
  color: #666;
  border-bottom-color: #fff;
  box-shadow: 0 -1px 1px #bbb;
}
div.phones ul, .product-highlights ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div.phones ul li, .product-highlights ul li {
  margin: 0;
  padding: 0;
  direction: ltr;
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
}
div.phones ul li:first-child, .product-highlights ul li:first-child {
  border: none;
}
div.phones ul li a, .product-highlights ul li a {
  padding: 0.3rem;
  vertical-align: top;
  display: block;
  text-decoration: none;
  color: #333333;
  float: left;
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
div.phones ul li.alt, .product-highlights ul li.alt {
  background-color: #f6f6f6;
}
div.phones ul li .infoicon, .product-highlights ul li .infoicon {
  float: right;
  margin-top: 2px;
}
div.phones .title, .product-highlights .title {
  background: #495672;
  text-align: center;
  color: #fff;
  line-height: 1.4rem;
  margin: 0 0 0.3rem 0;
  font-weight: normal;
  font-size: 0.7rem;
  border-radius: 0.2rem;
}
div.phones a:hover, .product-highlights a:hover {
  color: #cc0033;
}

.highlighted-product {
  padding: 5px 0px 10px 5px;
  direction: ltr;
  margin: 5px;
}
.highlighted-product img {
  float: right;
  border: none;
}
.highlighted-product h4 {
  font-size: 16px;
  margin: 0px;
}
.highlighted-product h4 a {
  color: #225;
}
.highlighted-product .ratestars {
  cursor: default;
  height: 23px;
  width: 120px;
  margin: -20px 0px 0px 260px;
  float: none;
}
.highlighted-product .ratestars span {
  display: block;
  background-position: left -21px;
  height: 23px;
  margin-top: 0;
}
.highlighted-product table {
  direction: rtl;
  margin-top: 0.5rem;
  border: none;
  width: calc(100% - 120px);
}
.highlighted-product td {
  font-weight: bold;
  border-top: 1px solid #e3e3e3;
  line-height: 1.5rem;
  color: #444;
}
.highlighted-product th {
  border-top: 1px solid #e3e3e3;
  font-weight: normal;
  color: #777;
  text-align: right;
}
.highlighted-product tr:first-child td, .highlighted-product tr:first-child th {
  border: none;
}
.highlighted-product td i {
  display: inline-block;
  margin-right: 0.1rem;
  padding: 0.2rem 0.5rem 0 0.5rem;
  border-radius: 0.5rem;
  background: #eee;
  font-style: normal;
}

.phoneheader .related-videos {
  margin: 0.5rem 0;
  border: 1px solid #d5d5d5;
  padding: 0.2rem;
  border-radius: 0.3rem;
}
.phoneheader .related-videos > a {
  margin-top: 0.3rem;
  border-radius: 0.3rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.phoneheader .related-videos > a img {
  display: block;
  margin: 0 auto;
}
.phoneheader .related-videos > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.14 100'%3E%3Ctitle%3Evideo-overlay%3C/title%3E%3Cg opacity='0.35'%3E%3Ccircle cx='50.14' cy='50' r='50'/%3E%3C/g%3E%3Cpath d='M50,3A47,47,0,1,1,3,50,47.05,47.05,0,0,1,50,3m0-3a50,50,0,1,0,50,50A50,50,0,0,0,50,0Z' fill='%23fff'/%3E%3Cpolygon points='41.15 27.86 72.02 50 41.15 72.14 41.15 27.86' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
  background-size: 2rem;
}
.phoneheader .related-videos h4 {
  text-align: center;
  line-height: 1.5rem;
  color: #666;
  background: transparent;
  font-weight: normal;
  font-size: 0.65rem;
}
.phoneheader .related-videos h4 a {
  color: #666;
}

.homepage-sponsored-products {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent), linear-gradient(to right, #e1fff2, #d4f3ff, rgb(231, 236, 255), #f9ebff);
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: stretch;
}
.homepage-sponsored-products::before {
  content: "ویژه";
  writing-mode: tb-rl;
  display: block;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  text-align: center;
}
.homepage-sponsored-products a {
  display: flex;
  flex-direction: row;
  flex: 1;
  text-decoration: none;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
  transition: all 0.1s;
}
.homepage-sponsored-products a:hover {
  background: rgba(121, 163, 255, 0.1);
}
.homepage-sponsored-products a span {
  display: block;
  padding: 0 0.5rem;
  color: #666;
}
.homepage-sponsored-products a strong {
  flex: 1;
  color: #333;
  font-size: 110%;
  direction: ltr;
  padding-left: 0.5rem;
  line-height: 1rem;
}
.homepage-sponsored-products a img {
  height: 3rem;
  margin: 0.2rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0.2rem;
}

/* Brand Links in Side Column Under Logo */
.content-menu.brand-models {
  --header-background: #eee5ff;
}
.content-menu.brand-models .content-menu__content {
  overflow: auto;
  height: 10rem;
  direction: ltr;
}

.product-rating {
  --rating-size: 1rem;
  height: var(--rating-size);
  width: calc(var(--rating-size) * 5);
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38.2' enable-background='new 0 0 38 38.2' xml:space='preserve'%3E %3Cpath d='M27.5,33.5c-0.3,0-0.6,0-1-0.2l-7.5-4l-7.5,4c-0.4,0.2-0.7,0.2-1,0.2c-0.3,0-0.6-0.1-1-0.5c-0.2-0.3-0.3-0.6-0.3-1 c0,0,0-0.2,0-0.4l1.4-8.5l-6.1-5.8C4.2,16.9,4,16.5,4,16c0-0.6,0.4-1.3,1.5-1.3l8.3-1.2l3.8-7.6c0.4-0.9,1-1.1,1.4-1.1 s0.9,0.2,1.4,1l3.8,7.6l8.3,1.2c1.1,0,1.5,0.7,1.5,1.3c0,0.5-0.2,0.9-0.6,1.3l-6.1,5.8l1.4,8.5l0,0c0,0.1,0,0.3,0,0.4 c0,0.4-0.1,0.7-0.3,1C28.1,33.4,27.7,33.5,27.5,33.5z M19,27.9l8.1,4.3c0.1,0.1,0.2,0.1,0.4,0.1c0,0,0,0,0.1-0.1 c0-0.1,0.1-0.1,0.1-0.2c0-0.1,0-0.1,0-0.1l0,0L26,22.7l6.5-6.3c0.2-0.2,0.3-0.3,0.3-0.4c0,0,0,0,0,0c0,0-0.1-0.1-0.4-0.1l-0.1,0 l-9-1.3l-4-8.2C19.1,6.1,19,6,19,6s-0.1,0.1-0.3,0.4l-4,8.2l-9.1,1.3c-0.3,0-0.4,0.1-0.4,0.1c0,0.2,0.1,0.4,0.3,0.5l6.5,6.3 l-1.5,9.1c0,0.1,0,0.2,0,0.2c0,0.1,0,0.1,0,0.2c0,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0c0.2,0,0.3,0,0.4-0.1L19,27.9z'/%3E %3C/svg%3E");
  background-size: var(--rating-size);
  direction: ltr;
}
.product-rating div, .product-rating a, .product-rating span {
  display: block;
  height: var(--rating-size);
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38.2' enable-background='new 0 0 38 38.2' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23E67E22' d='M33.8,16.7c0,0.3-0.2,0.6-0.5,0.9l-6.5,6.2l1.6,9c0,0,0,0.2,0,0.3c0,0.3-0.1,0.5-0.2,0.6 c-0.2,0.2-0.3,0.3-0.5,0.3c-0.2,0-0.5,0-0.7-0.2l-8-4.4l-8,4.3C10.7,34,10.5,34,10.3,34c-0.2,0-0.5-0.2-0.5-0.3 c-0.2-0.2-0.2-0.3-0.2-0.6c0,0,0-0.2,0-0.3l1.6-9l-6.5-6.2c-0.3-0.2-0.5-0.5-0.5-0.8c0-0.5,0.3-0.8,1-0.8l9-1.3l4-8.1 C18.4,6,18.7,5.8,19,5.8s0.6,0.3,0.9,0.7l4,8.1l9,1.3C33.5,15.9,33.8,16.2,33.8,16.7'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23F1C40F' d='M33.8,15.2c0,0.3-0.2,0.6-0.5,0.9l-6.5,6.2l1.6,9c0,0,0,0.2,0,0.3c0,0.3-0.1,0.5-0.2,0.6 c-0.2,0.2-0.3,0.3-0.5,0.3c-0.2,0-0.5,0-0.7-0.2l-8-4.4l-8,4.3c-0.2,0.2-0.5,0.2-0.7,0.2c-0.2,0-0.5-0.2-0.5-0.3 c-0.2-0.2-0.2-0.3-0.2-0.6c0,0,0-0.2,0-0.3l1.6-9L4.7,16c-0.3-0.2-0.5-0.5-0.5-0.8c0-0.5,0.3-0.7,1-0.7l9-1.3l4-8.1 c0.2-0.5,0.5-0.9,0.9-0.9s0.6,0.3,0.9,0.7l4,8.1l9,1.3C33.5,14.4,33.8,14.7,33.8,15.2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: var(--rating-size);
}
.product-rating a:hover, .product-rating a.over {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38.2' enable-background='new 0 0 38 38.2' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23363' d='M33.8,16.7c0,0.3-0.2,0.6-0.5,0.9l-6.5,6.2l1.6,9c0,0,0,0.2,0,0.3c0,0.3-0.1,0.5-0.2,0.6 c-0.2,0.2-0.3,0.3-0.5,0.3c-0.2,0-0.5,0-0.7-0.2l-8-4.4l-8,4.3C10.7,34,10.5,34,10.3,34c-0.2,0-0.5-0.2-0.5-0.3 c-0.2-0.2-0.2-0.3-0.2-0.6c0,0,0-0.2,0-0.3l1.6-9l-6.5-6.2c-0.3-0.2-0.5-0.5-0.5-0.8c0-0.5,0.3-0.8,1-0.8l9-1.3l4-8.1 C18.4,6,18.7,5.8,19,5.8s0.6,0.3,0.9,0.7l4,8.1l9,1.3C33.5,15.9,33.8,16.2,33.8,16.7'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%236c6' d='M33.8,15.2c0,0.3-0.2,0.6-0.5,0.9l-6.5,6.2l1.6,9c0,0,0,0.2,0,0.3c0,0.3-0.1,0.5-0.2,0.6 c-0.2,0.2-0.3,0.3-0.5,0.3c-0.2,0-0.5,0-0.7-0.2l-8-4.4l-8,4.3c-0.2,0.2-0.5,0.2-0.7,0.2c-0.2,0-0.5-0.2-0.5-0.3 c-0.2-0.2-0.2-0.3-0.2-0.6c0,0,0-0.2,0-0.3l1.6-9L4.7,16c-0.3-0.2-0.5-0.5-0.5-0.8c0-0.5,0.3-0.7,1-0.7l9-1.3l4-8.1 c0.2-0.5,0.5-0.9,0.9-0.9s0.6,0.3,0.9,0.7l4,8.1l9,1.3C33.5,14.4,33.8,14.7,33.8,15.2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.product-rating__status {
  position: absolute;
  z-index: 10;
  background: #eee;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0.4rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.3rem;
  display: none;
  right: 0;
}
.product-rating__status.success {
  background: #e5fee7;
}

/* Brands Logos */
.brands ul {
  list-style: none;
  margin: 1rem;
}
.brands li {
  margin: 0.2rem;
  padding: 0;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.brands li:hover {
  border-color: #ffc107;
}
.brands li a {
  display: block;
  width: 7rem;
  height: 3rem;
  border-bottom: none;
  background-repeat: no-repeat;
  background-position: center;
}
.brands li a:hover {
  border-bottom: none;
}
.brands li a span {
  display: none;
}

.statuslegend {
  padding: 0.4rem;
  margin: 0.1rem 0;
  list-style: none;
}
.products .statuslegend {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.statuslegend li {
  padding: 0;
  margin: 0 0 0 0.5rem;
  color: #888;
  display: inline-block;
}
.statuslegend li span {
  display: inline-block;
  margin-left: 0.4rem;
  width: 0.9rem;
  height: 0.9rem;
  vertical-align: middle;
  border-radius: 100%;
}
.statuslegend .ComingSoon {
  color: #01405d;
}
.statuslegend .ComingSoon span {
  background-color: #03a9f4;
}
.statuslegend .Available {
  color: #1e441f;
}
.statuslegend .Available span {
  background-color: #4caf50;
}
.statuslegend .Discontinued {
  color: #882100;
}
.statuslegend .Discontinued span {
  background-color: #ff5722;
}
.statuslegend .Canceled {
  color: #663d00;
}
.statuslegend .Canceled span {
  background-color: #ff9800;
}
.statuslegend .Other {
  color: #4d4d4d;
}
.statuslegend .Other span {
  background-color: #999;
}
.statuslegend label input {
  vertical-align: middle;
}
.statuslegend label span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border: 1px solid #666;
  vertical-align: middle;
  border-radius: 2px;
}

.product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  padding: 0.3rem;
}
.product-list .product {
  border: 1px solid #e3e3e3;
  margin: 0.2rem;
  width: 8.2rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.product-list .product::before {
  content: "";
  display: block;
  height: 2px;
  border-radius: 2px;
  margin: 3px;
  transform: scaleX(0.7);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-list .product.ComingSoon::before {
  background: #03a9f4;
}
.product-list .product.Available::before {
  background: #4caf50;
}
.product-list .product.Discontinued::before {
  background: #ff5722;
}
.product-list .product.Canceled::before {
  background: #ff9800;
}
.product-list .product.Other::before {
  background: #999;
}
.product-list .product__photo {
  display: block;
  padding: 0.5rem 0.5rem 0 0.5rem;
}
.product-list .product__photo img {
  max-height: 7rem;
}
.product-list .product__title {
  display: block;
  text-decoration: none;
  padding: 0 0.2rem;
}
.product-list .product__brand {
  color: #888;
}
.product-list .product__name {
  font-weight: bold;
  font-size: 110%;
  color: #024;
}
.product-list .product__rating {
  margin: 0.3rem auto;
  padding-right: 1.1rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38.2' enable-background='new 0 0 38 38.2' xml:space='preserve'%3E %3Cg%3E %3Cg%3E %3Cpath fill='%23E67E22' d='M33.8,16.7c0,0.3-0.2,0.6-0.5,0.9l-6.5,6.2l1.6,9c0,0,0,0.2,0,0.3c0,0.3-0.1,0.5-0.2,0.6 c-0.2,0.2-0.3,0.3-0.5,0.3c-0.2,0-0.5,0-0.7-0.2l-8-4.4l-8,4.3C10.7,34,10.5,34,10.3,34c-0.2,0-0.5-0.2-0.5-0.3 c-0.2-0.2-0.2-0.3-0.2-0.6c0,0,0-0.2,0-0.3l1.6-9l-6.5-6.2c-0.3-0.2-0.5-0.5-0.5-0.8c0-0.5,0.3-0.8,1-0.8l9-1.3l4-8.1 C18.4,6,18.7,5.8,19,5.8s0.6,0.3,0.9,0.7l4,8.1l9,1.3C33.5,15.9,33.8,16.2,33.8,16.7'/%3E %3C/g%3E %3Cg%3E %3Cpath fill='%23F1C40F' d='M33.8,15.2c0,0.3-0.2,0.6-0.5,0.9l-6.5,6.2l1.6,9c0,0,0,0.2,0,0.3c0,0.3-0.1,0.5-0.2,0.6 c-0.2,0.2-0.3,0.3-0.5,0.3c-0.2,0-0.5,0-0.7-0.2l-8-4.4l-8,4.3c-0.2,0.2-0.5,0.2-0.7,0.2c-0.2,0-0.5-0.2-0.5-0.3 c-0.2-0.2-0.2-0.3-0.2-0.6c0,0,0-0.2,0-0.3l1.6-9L4.7,16c-0.3-0.2-0.5-0.5-0.5-0.8c0-0.5,0.3-0.7,1-0.7l9-1.3l4-8.1 c0.2-0.5,0.5-0.9,0.9-0.9s0.6,0.3,0.9,0.7l4,8.1l9,1.3C33.5,14.4,33.8,14.7,33.8,15.2'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: right 0;
  display: inline-block;
  font-size: 105%;
  font-weight: bold;
  color: #666;
}
.product-list .product__rating span {
  font-weight: normal;
  color: #888;
}
.product-list .product__info {
  padding: 0.5rem;
  font-size: 85%;
  color: #666;
  background: rgba(0, 0, 0, 0.025) linear-gradient(rgba(0, 0, 0, 0.05), transparent 3px);
  border-top: 1px solid #ddd;
  align-content: center;
  flex: 1;
}
.product-list .product__info span::before {
  content: "،";
  color: #999;
}
.product-list .product__info span:first-child::before {
  content: "";
}
.product-list .product__price {
  padding-top: 0.2rem;
  font-weight: bold;
  font-size: 120%;
  color: #090;
  display: block;
}
.product-list .product:hover {
  border-color: #bbb;
}
.product-list .product:hover::before {
  transform: scaleX(0.8);
}

.product-page {
  --spacing: .5rem;
}
.product-page__header {
  margin-bottom: 0.5rem;
}
.product-page__header .photo {
  text-align: center;
  margin: 0.5rem 0;
}
.product-page__header .photo a {
  display: inline-block;
}
.product-page__header .photo img {
  width: 9rem;
  display: block;
}
.product-page__header .photo a.photo-360 {
  display: block;
  text-decoration: none;
  color: rgb(8, 158, 178);
  border: 1px solid rgba(8, 158, 178, 0.3);
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='UTF-8'?%3E %3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 24 24' width='512' height='512' fill='%23089eb2'%3E%3Cpath d='M12.122,0,1.622,6V18l10.5,6,10.5-6V6Zm7.513,6.6-7.623,4.252L4.673,6.56,12.122,2.3ZM3.622,8.262,11,12.574v8.482L3.622,16.839ZM13,21.194V12.587l7.622-4.251v8.5Z'/%3E%3C/svg%3E") no-repeat 80% 50%;
  background-size: 0.9rem;
  font-weight: bold;
  padding: 0.3rem;
  border-radius: 0.3rem;
  transition: background-color 0.1s;
}
.product-page__header .photo a.photo-360:hover {
  background-color: rgba(8, 158, 178, 0.1);
}
.product-page__header .title {
  margin: 0;
  font-size: 0.9rem;
  border-radius: 0.3rem;
  overflow: hidden;
  background: #dd7645;
  color: #fff;
}
.product-page__header .title .title-en, .product-page__header .title .title-fa {
  padding: calc(var(--spacing) * 0.7);
}
.product-page__header .title .title-en {
  direction: ltr;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.product-page__header .title .title-fa {
  font-weight: normal;
  font-size: 0.8rem;
  background: #ffeeb2;
  color: rgba(0, 0, 0, 0.7);
}
.product-page__header .title a {
  display: block;
  font-size: 80%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}
.product-page__header .info .price a {
  padding: var(--spacing) 1rem var(--spacing) 1.5rem;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  background: #50a93f no-repeat 0.2rem 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238fd782' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
  background-size: 1.3rem;
  border-radius: 0.3rem;
  text-decoration: none;
  font-size: 110%;
  text-align: right;
  transition: background-color 0.1s;
}
.product-page__header .info .price a:hover {
  color: #fff;
  background-color: #5dc749;
}
.product-page__header .info .price a strong {
  color: #fff;
}
.product-page__header .info .user-actions {
  display: flex;
  align-items: center;
  padding: var(--spacing);
  border-top: 1px solid #eee;
  margin-top: 0.5rem;
  position: relative;
}
.product-page__header .info .rating {
  color: #666;
  flex: 1;
  text-align: right;
}
.product-page__header .info .rating strong {
  color: #333;
}
.product-page__header .info .rating .product-rating {
  --rating-size: 1.3rem;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.product-page__header .misc {
  border-top: 1px solid #eee;
}
.product-page__header .misc > div {
  padding: var(--spacing);
}
.product-page__header .misc a {
  text-decoration: none;
  color: #333;
}
.product-page__header .misc .videos {
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
}
.product-page__header .misc .videos a {
  border-radius: 0.3rem;
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  margin: 0.2rem;
  flex: 1;
  max-width: 10rem;
}
.product-page__header .misc .videos a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-page__header .misc .videos a span {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.5rem;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  padding: 0 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  font-size: 95%;
}
.product-page__header .misc .videos a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.14 100'%3E%3Ctitle%3Evideo-overlay%3C/title%3E%3Cg opacity='0.35'%3E%3Ccircle cx='50.14' cy='50' r='50'/%3E%3C/g%3E%3Cpath d='M50,3A47,47,0,1,1,3,50,47.05,47.05,0,0,1,50,3m0-3a50,50,0,1,0,50,50A50,50,0,0,0,50,0Z' fill='%23fff'/%3E%3Cpolygon points='41.15 27.86 72.02 50 41.15 72.14 41.15 27.86' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 40%;
  background-size: 1.5rem;
}
.product-page__header .misc .videos a:hover::after {
  background-color: rgba(255, 255, 255, 0.1);
}
.product-page__main {
  display: flex;
}
.product-page__spec-overview {
  --icon-size: 1.7rem;
  border-radius: 0.3rem;
  border: 1px solid #ddd;
  border-top-width: 3px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.02), transparent 40%);
  padding: var(--spacing);
  margin: 1rem 0.3rem;
  display: flex;
  justify-content: space-between;
}
.product-page__spec-overview > div {
  color: #666;
  position: relative;
  padding-top: calc(var(--icon-size) - 1.2rem);
  margin: 0 0.5rem;
  text-align: center;
  flex: 1 1 auto;
}
.product-page__spec-overview > div::before {
  content: "";
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  position: absolute;
  background: #fff no-repeat 50% 50%;
  background-size: var(--icon-size);
  border-radius: 0.3rem;
  top: calc(0.3rem - var(--icon-size));
  right: calc(50% - var(--icon-size) * 0.5);
}
.product-page__spec-overview > div.size::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%238c54c0'%3E %3Cpath d='M79 50c0 12.9-.07 25.81 0 38.72a11 11 0 0 1-8.75 11 12.5 12.5 0 0 1-2.36.27Q50 100 32.06 100a11 11 0 0 1-10.85-8.62 10.7 10.7 0 0 1-.2-2.26Q21 50 21 10.91A10.93 10.93 0 0 1 30.81.11 18 18 0 0 1 32.75 0h34.76a11.45 11.45 0 0 1 6.7 2A10.41 10.41 0 0 1 79 11zm-4.39-.14v-31c0-1.41-.58-2-2-2H27.42c-1.45 0-2 .57-2 2v61.91c0 1.47.57 2 2 2H72.6c1.41 0 2-.6 2-2ZM50 96.34a5 5 0 1 0-5-5 5 5 0 0 0 5 5m0-88h7.64a1 1 0 0 0 1.1-.89 1 1 0 0 0-1-1H42.56a1.1 1.1 0 0 0-.67.12c-.25.22-.56.53-.56.81s.31.6.55.81a1.14 1.14 0 0 0 .68.11Z'/%3E %3C/svg%3E");
}
.product-page__spec-overview > div.battery::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%234e9625'%3E %3Cpath d='M43.383 9.477h13.234c1.215 0 2.203.988 2.203 2.203v3.328l-17.64-.004v-3.328c0-1.211.991-2.2 2.202-2.2zm9.773 24.855L49.074 49.28h12.582c.727 0 1.348.379 1.684 1.023a1.85 1.85 0 0 1-.137 1.965L48.191 73.523c-.215.304-.605.406-.941.25s-.504-.528-.406-.887l4.082-14.949-12.582-.004a1.86 1.86 0 0 1-1.684-1.023 1.85 1.85 0 0 1 .137-1.965l15.012-21.25a.756.756 0 0 1 1.348.637M28.07 21.266v64.688a4.583 4.583 0 0 0 4.575 4.574l34.715-.004a4.583 4.583 0 0 0 4.574-4.574l-.004-64.684a4.583 4.583 0 0 0-4.574-4.575l-34.715.004a4.58 4.58 0 0 0-4.57 4.57' fill-rule='evenodd'/%3E %3C/svg%3E");
}
.product-page__spec-overview > div.camera::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23089eb2'%3E %3Cpath d='M57.977 13.395v.004H42.016a12.77 12.77 0 0 0-11.418 7.059l-3.023 6.054H16.68l-.102-.004v.004h-.008c-5.035 0-9.117 4.086-9.117 9.125v41.766h.004-.004v.075a9.125 9.125 0 0 0 9.074 9.125h-.004v.003l66.797-.003h.102a9.126 9.126 0 0 0 9.125-9.125v-.012h-.004l.004-.004V35.689v.004-.055c0-5.043-4.086-9.129-9.125-9.129l-.117.004H72.43l-3.028-6.055a12.77 12.77 0 0 0-11.426-7.062v.004zm-1.844 11.434a2.015 2.015 0 1 1 0 4.031H43.867a2.015 2.015 0 1 1 0-4.031zM21.836 34.884a5.67 5.67 0 1 1-.004 11.34 5.67 5.67 0 0 1 .004-11.34M50 36.642c11.035 0 19.977 8.945 19.977 19.977 0 11.035-8.941 19.98-19.977 19.98s-19.977-8.945-19.977-19.98c0-11.031 8.942-19.977 19.977-19.977'/%3E %3C/svg%3E");
}
.product-page__spec-overview > div.chip::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='10 10 80 80' fill='%23d77d00'%3E %3Cpath d='M22.484 52.082a5.22 5.22 0 0 1-4.773 3.125 5.208 5.208 0 0 1 0-10.414 5.22 5.22 0 0 1 4.773 3.125H25V37.5h-8.332a2.084 2.084 0 0 1-2.082-2.082v-8.332c0-1.148.933-2.082 2.082-2.082s2.082.934 2.082 2.082v6.25H25a8.503 8.503 0 0 1 8.5-8.332h1.918v-8.332c0-1.148.933-2.082 2.082-2.082s2.082.934 2.082 2.082v8.332h8.332v-8.332c0-1.148.933-2.082 2.082-2.082s2.082.934 2.082 2.082v8.332h8.332v-8.332c0-1.148.933-2.082 2.082-2.082s2.082.934 2.082 2.082v8.332h1.918a8.503 8.503 0 0 1 8.5 8.332h6.25v-6.25c0-1.148.933-2.082 2.082-2.082s2.082.934 2.082 2.082v8.332a2.084 2.084 0 0 1-2.082 2.082h-8.332v10.418h2.515a5.22 5.22 0 0 1 4.774-3.125 5.208 5.208 0 0 1 0 10.414 5.22 5.22 0 0 1-4.774-3.125h-2.515v8.332h8.332c1.148 0 2.082.934 2.082 2.082v8.332a2.084 2.084 0 0 1-2.082 2.082 2.084 2.084 0 0 1-2.082-2.082v-6.25h-6.25v1.918c0 4.691-3.809 8.5-8.5 8.5h-1.918v8.332a2.084 2.084 0 0 1-2.082 2.082 2.084 2.084 0 0 1-2.082-2.082v-8.332h-8.332v8.332a2.084 2.084 0 0 1-2.082 2.082 2.084 2.084 0 0 1-2.082-2.082v-8.332h-8.332v8.332c0 1.148-.934 2.082-2.082 2.082s-2.082-.934-2.082-2.082v-8.332H33.5c-4.692 0-8.5-3.809-8.5-8.5v-1.918h-6.25v6.25a2.084 2.084 0 0 1-2.082 2.082 2.084 2.084 0 0 1-2.082-2.082v-8.332c0-1.148.933-2.082 2.082-2.082H25v-8.332zm42.102-8.332a8.335 8.335 0 0 0-8.332-8.332h-12.5a8.335 8.335 0 0 0-8.332 8.332v12.5a8.335 8.335 0 0 0 8.332 8.332h12.5a8.335 8.335 0 0 0 8.332-8.332zm-4.168 0v12.5a4.17 4.17 0 0 1-4.168 4.168h-12.5a4.17 4.17 0 0 1-4.168-4.168v-12.5a4.17 4.17 0 0 1 4.168-4.168h12.5a4.17 4.17 0 0 1 4.168 4.168' fill-rule='evenodd'/%3E %3C/svg%3E");
}
.product-page__spec-overview > div.os::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='20 20 60 60' fill='%235284c4'%3E %3Cpath d='m62.199 57-.8-.102q-.151-2.55-.9-4.8l.7-.399c1-.601 1.398-2 .7-3l-1.5-2.398c-.602-1-2-1.399-3-.7l-.602.301c-1.102-1.199-2.399-2.3-3.899-3.101l.2-.602c.398-1.199-.2-2.398-1.399-2.8l-2.7-1c-1.198-.399-2.398.199-2.8 1.398l-.2.601c-1.698-.199-3.398-.101-5 .2l-.3-.602c-.398-1.102-1.7-1.7-2.898-1.2l-2.7 1.102c-1.101.399-1.699 1.7-1.199 2.899l.301.699c-1.3.898-2.602 2-3.602 3.3l-.8-.398c-1.102-.601-2.399-.199-3 .899l-1.399 2.5c-.601 1.101-.199 2.398.899 3l.898.5c-.398 1.601-.601 3.101-.601 4.699l-1 .2a2.12 2.12 0 0 0-1.7 2.6l.602 2.802c.2 1.199 1.398 2 2.602 1.699l1.101-.2c.602 1.399 1.5 2.7 2.5 3.899l-.8 1c-.801 1-.602 2.3.398 3.102l2.199 1.8c1 .801 2.3.602 3.102-.398l.8-1c.7.3 1.399.7 2.2.898.699.2 1.398.399 2.199.602v1.3c0 1.2 1.101 2.2 2.3 2.102L46 78.301c1.2 0 2.2-1.102 2.102-2.301v-1.2c1.5-.398 3-.898 4.3-1.698l.801.898c.801.899 2.2 1 3.102.2l2.101-1.9c.899-.8 1-2.198.2-3.1l-.7-.801c.899-1.2 1.7-2.602 2.301-4.102l1 .101c1.2.2 2.301-.699 2.5-1.898l.399-2.8c.195-1.4-.707-2.5-1.907-2.7m-9.7 3.5c-1.5 4.7-6.6 7.2-11.198 5.602-4.7-1.5-7.2-6.602-5.602-11.2 1.5-4.699 6.602-7.199 11.2-5.601 4.6 1.5 7.1 6.5 5.6 11.199m22.603-28.699-.398-.102c0-.898-.2-1.699-.5-2.601l.398-.2c.602-.3.7-1.101.398-1.601l-.8-1.3c-.301-.602-1.102-.7-1.602-.4l-.3.2a12 12 0 0 0-2.102-1.7l.101-.3c.2-.602-.101-1.3-.699-1.5l-1.398-.5c-.602-.2-1.301.102-1.5.7l-.2.503c-.898-.101-1.8-.101-2.699.102L63.7 22.8c-.2-.602-.899-.899-1.5-.7l-1.399.602c-.601.2-.898.899-.699 1.5l.2.399c-.7.5-1.4 1.101-1.9 1.8l-.398-.199c-.601-.3-1.3-.101-1.601.5l-.7 1.301c-.3.602-.101 1.3.5 1.602l.5.199c-.199.8-.3 1.7-.3 2.5l-.602.101c-.601.102-1.101.801-.898 1.399l.3 1.5c.102.601.801 1 1.399.898L57 36c.301.801.801 1.5 1.301 2.102l-.398.5c-.399.5-.301 1.3.199 1.699l1.2.898c.5.399 1.3.301 1.698-.199l.399-.5c.398.2.8.399 1.199.5l1.2.301v.7c0 .698.6 1.198 1.198 1.1h1.5c.7 0 1.2-.6 1.102-1.198V41.3c.8-.2 1.602-.5 2.3-.898l.4.5c.398.5 1.198.5 1.698.101l1.102-1c.5-.398.5-1.199.102-1.699l-.399-.398c.5-.7.899-1.399 1.2-2.2l.5.102c.601.101 1.199-.399 1.3-1l.2-1.5c.199-.809-.2-1.41-.899-1.508m-5.203 1.898c-.8 2.5-3.5 3.801-6 3s-3.8-3.5-3-6 3.5-3.8 6-3 3.8 3.5 3 6'/%3E %3C/svg%3E");
}
.product-page__spec-overview > div + div {
  border-right: 1px solid #eee;
  padding-right: 1rem;
}
.product-page__spec-overview > div + div::before {
  right: calc(50% - 0.35rem);
}
.product-page__spec-overview .title {
  color: #999;
  font-size: 90%;
  padding-bottom: 0.1rem;
}
.product-page__spec-overview .primary {
  font-size: 0.9rem;
  font-weight: bold;
  color: #444;
  max-width: 10rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-page__side-column {
  width: 11rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
  text-align: center;
}
.product-page__content {
  flex: 1;
  margin: 0.5rem;
}
.product-page__content h4 {
  margin: 0 0 5px 0;
  padding: 5px;
  background-color: #778;
  border: 1px solid #667;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}
.product-page__content h4 a {
  float: left;
  text-decoration: none;
  color: #eef;
}
.product-page__content .related {
  background-color: transparent;
  padding: 0;
  border: none;
}
.product-page__content .related a {
  color: #447;
}
.product-page__content .related h5 {
  margin: 0 0 5px 0;
  font-size: 11px;
  padding: 5px;
  border-bottom: 1px dotted #555;
  color: #555;
}
.product-page__content .related .padd {
  padding: 0 5px 10px 5px;
}
.product-page__content .related .more {
  padding: 5px;
  height: 20px;
}
.product-page__content .related .more a {
  display: block;
  padding: 3px 5px;
  float: left;
  background-color: #eee;
  border-radius: 3px;
  font-size: 10px;
}
.product-page__content .related ul {
  margin: 5px;
  padding: 5px 0 0 5px;
  color: #777;
}
.product-page__content .related ul li {
  padding: 1px 20px 7px 0;
}
.product-page__content .userphones {
  margin: 5px auto;
}
.product-page__content .userphones th {
  padding: 5px;
  background-color: #ccc;
  font-size: 11px;
  font-weight: normal;
}
.product-page__content .userphones td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
.product-page__content .userphones .separator td {
  border: none;
  background-color: #bbb;
  height: 3px;
  padding: 0;
  overflow: hidden;
}
.product-page__content .userphones .hasphoto {
  color: #393;
  float: right;
  margin-top: 2px;
}
.product-page__content .shop {
  border-top: 2px solid #999;
  margin-top: 10px;
  clear: both;
}
.product-page__content .shop h3 {
  margin: 0px;
  padding: 8px 10px;
  font-size: 11px;
  background: #f4f4f4;
}
.product-page__content .shop h3 > a {
  float: left;
  font-weight: normal;
}
.product-page__content .shop h3 small {
  font-size: 11px;
  color: #666;
}
.product-page__content .price {
  border-top: 1px dotted #999;
  padding: 8px 10px 10px 8px;
}
.product-page__content .price strong {
  text-align: left;
  font-size: 16px;
  display: block;
  margin: 0 30px 10px 0;
  float: left;
}
.product-page__content .price strong small {
  font-size: 12px;
  color: #666;
}
.product-page__content .price strong a {
  text-decoration: none;
  background-color: #093;
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  border-radius: 3px;
  font-weight: normal;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.product-page__content .price strong a:hover {
  background-color: #0a3;
}
.product-page__content .price strong a em {
  display: block;
  font-size: 9px;
  font-style: normal;
  color: #ada;
}
.product-page__content .price .comments {
  line-height: 17px;
}
.product-page__content .price .date {
  color: #666;
}
.product-page__content .header-text {
  padding: 10px 20px;
  background: #E3F2FD;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #333;
  line-height: 200%;
}

/* Phone Specifications */
.product-spec {
  overflow: hidden;
}
.product-spec > div + div {
  margin-top: 0.3rem;
}
.product-spec ul {
  list-style: none;
  margin: 0 0.3rem;
  padding: 0;
  border: 1px solid #eee;
  border-radius: 0 0 0.3rem 0.3rem;
}
.product-spec ul li {
  border-bottom: 1px solid #eee;
  padding: 0.3rem 0.5rem;
  background-color: #f9f9f9;
  position: relative;
}
.product-spec ul li span {
  display: block;
  float: right;
}
.product-spec ul li strong {
  display: block;
  margin-right: 8rem;
}
.product-spec ul li strong strong {
  margin-right: 8rem;
  padding-right: 1rem;
}
.product-spec ul li li {
  border: none;
  background-color: #fff;
}
.product-spec h3 {
  background: #e5eeff url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 524 524' xmlns='http://www.w3.org/2000/svg' fill='%23a5b1c7'%3E %3Cpath d='m64 191 34-34 164 163 164-163 34 34-198 196z'/%3E %3C/svg%3E") no-repeat 1rem 50%;
  background-size: 1rem;
  border-bottom: 1px solid #bce;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  margin: 0;
  cursor: pointer;
}
.product-spec h3 span {
  font-size: 0.7rem;
  font-weight: normal;
  opacity: 0.8;
}
.product-spec h3.collapsed {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 524 524' xmlns='http://www.w3.org/2000/svg' fill='%23a5b1c7'%3E %3Cpath d='m460 321-34 34-164-163L98 355l-34-34 198-196z'/%3E %3C/svg%3E");
}
.product-spec h3:hover {
  background-color: #e2e2ff;
}
.product-spec pre {
  border-radius: 0.3rem;
  padding: 1rem;
  color: #666;
  direction: ltr;
  margin: 0;
  background-color: #fff;
  border: 1px solid #eee;
  white-space: pre-wrap;
  text-align: left;
}
.product-spec .hint {
  padding: 0.5rem 0;
  background: #ffc;
  text-align: center;
}

/* Phone Pictures Styles */
.phonepix {
  padding-bottom: 1rem;
  display: flex;
}
.phonepix .thumbs {
  width: 6rem;
  direction: ltr;
  background: #eee;
  padding: 0.3rem;
  border-radius: 0.3rem;
}
.phonepix .thumbs a {
  height: 6rem;
  display: block;
  clear: both;
  overflow: hidden;
  border: 1px solid #aaa;
  margin-bottom: 0.3rem;
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s;
}
.phonepix .thumbs a:hover {
  border-color: #666;
}
.phonepix .thumbs a.current {
  border-color: #ff5722;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 2px #ff5722;
}
.phonepix .thumbs a.p360 {
  position: relative;
}
.phonepix .thumbs a.p360::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.6em;
  bottom: 1.7em;
  left: 1.8em;
  right: 1.8em;
  border-radius: 100%;
  background: rgba(5, 141, 158, 0.5) no-repeat 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve' fill='%23fff'%3E %3Cpath d='M146.9,178.3c9,9.1,16.1,21.5,16.1,37.2c0,34.9-27.9,63.3-62.5,64.3c-1,0.2-2,0.3-3.1,0.3C75.2,280,54,267.9,42,248.5 c-5.8-9.4-2.9-21.7,6.5-27.5c9.4-5.8,21.7-2.9,27.5,6.5c4.4,7.1,12.4,12,20.2,12.4c0.8-0.1,1.6-0.2,2.5-0.2 c13.4,0,24.3-10.9,24.3-24.3c0-6.5-6.9-11.7-11.8-14.5c-2.1-1.2-4.4-2.2-6.7-2.9c-7.9-2.7-13.5-10.2-13.5-19 c0-8.4,5.1-15.5,12.4-18.5c3.4-1.4,6.7-3.1,9.5-5.3c5.1-4.1,10.1-9.6,10.1-14.8c0-13.2-11.2-24.3-24.5-24.3c-0.2,0-0.3,0-0.5,0 c-0.2,0-0.3,0-0.5,0c-9.2,0-17.4,4-21.4,10.5c-3.8,6.1-10.3,9.5-17,9.5c-3.6,0-7.3-1-10.7-3.1c-9.5-6-11.8-18.9-5.8-28.3 C54,86.7,74.5,76,97.4,76c0.2,0,0.3,0,0.5,0c0.2,0,0.3,0,0.5,0c35.6,0,64.5,28.9,64.5,64.3C163,156.5,155.5,169.1,146.9,178.3 L146.9,178.3z M355,219.5v-83c0-33.7,27.7-61,61.4-60.5c33.2,0.5,59.6,28.2,59.6,61.4v81.2c0,33.2-26.4,60.9-59.6,61.4 C382.7,280.5,355,253.2,355,219.5L355,219.5z M395,219.5c0,11.6,9.6,20.9,21.3,20.5c11.1-0.4,19.7-9.9,19.7-21v-82 c0-11.1-8.6-20.6-19.7-21c-11.7-0.4-21.3,8.9-21.3,20.5V219.5z M490,65.9c12.6,1.3,23.2-9.3,21.9-21.9C511,34.6,503.4,27,494,26.1 c-12.6-1.3-23.2,9.3-21.9,21.9C473,57.4,480.6,65,490,65.9z M492,305c-11.1,0-20,9-20,20c0,18.3-42.6,49.8-137.3,62.8 c-10.7,1.5-18.7,11.1-17.6,21.9c1,10.4,9.8,18,19.9,18c0.9,0,1.8-0.1,2.7-0.2c47.3-6.4,88.1-18.1,118-33.8 c44.1-23.1,54-49.4,54.3-67.8C512.2,314.7,503.2,305,492,305L492,305z M320,221c0,33.4-27.4,60.5-60.9,60 c-32.9-0.5-59.1-28-59.1-60.9v-83.6c0-32.8,26.8-60.3,59.6-60.5c23-0.1,43.5,10.7,55,28.9c5.9,9.3,3.3,22.2-6.1,28.1 c-9.4,5.9-21.8,3-27.6-6.5c-4.1-6.7-12.2-10.7-21.6-10.5c-10.8,0.2-19.4,9.2-19.4,20v28.4c6.3-2.2,13-3.4,20-3.4 C293.1,161,320,187.9,320,221L320,221z M279.9,223c1.3-12.6-9.3-23.2-21.9-21.9c-9.4,0.9-16.9,8.5-17.8,17.9 c-1.3,12.6,9.3,23.2,21.9,21.9C271.4,240,279,232.4,279.9,223z M227,344.7c-7.9-7.7-20.6-7.6-28.3,0.3c-7.7,7.9-7.6,20.6,0.3,28.3 l19,18.5c-46.2-2.9-88.5-10.9-121.9-23.4C54.7,353,40,335.4,40,325c0-11-8.9-20-19.9-20C8.9,305-0.2,314.6,0,325.7 c0.2,12.3,4.8,30.4,25.3,48.5C39,386.4,58.2,397,82.1,406c37.9,14.1,85.6,23.1,137.1,26L199,451.7c-7.9,7.7-8.1,20.4-0.3,28.3 c3.9,4,9.1,6,14.3,6c5,0,10.1-1.9,14-5.7l36.4-35.5c8.8-8.6,13.7-20.1,13.7-32.3s-4.8-23.7-13.7-32.3L227,344.7z'/%3E %3C/svg%3E");
  background-size: 2.5em;
  box-shadow: 0 0 2em #fff;
}
.phonepix .thumbs a img {
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  margin: 0.5rem;
  object-fit: contain;
}
.phonepix .view {
  text-align: center;
  background-color: #fff;
  flex: 1;
  padding: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  border-radius: 7px;
}
.phonepix .view > img {
  position: sticky;
  top: 1rem;
}
.phonepix .view .photo-360 {
  overflow: visible !important;
  direction: ltr;
}
.phonepix .view .photo-360::after, .phonepix .view .photo-360::before {
  content: "";
  display: block;
  position: absolute;
}
.phonepix .view .photo-360::before {
  left: 0;
  right: 0;
  bottom: -2em;
  height: 20em;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1052 156' style='enable-background:new 0 0 1052 156;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23B3B3B3;%7D %3C/style%3E %3Cpath id='Stroke-1_1_' class='st0' d='M409.9,145.6c-42.7-1.7-85.5-4.4-128.1-8.4c-21.3-2-42.6-4.3-63.8-7.1 c-21.2-2.8-42.4-5.9-63.4-9.7c-21.1-3.8-42-8.2-62.7-13.7c-10.3-2.8-20.6-5.8-30.7-9.4c-10.1-3.5-20.1-7.6-29.5-12.7 c-4.7-2.6-9.3-5.4-13.5-8.8c-2.1-1.7-4-3.6-5.8-5.6c-1.8-2-3.3-4.3-4.3-6.8c-1.1-2.5-1.6-5.3-1.4-8c0.2-2.7,1.1-5.4,2.4-7.7 c2.7-4.8,6.7-8.5,11-11.7c8.6-6.4,18.4-10.9,28.3-15c9.9-4,20.1-7.3,30.4-10.3c-10.2,3.1-20.4,6.5-30.3,10.5 c-9.8,4.1-19.6,8.7-28.1,15.1c-4.2,3.2-8.2,6.9-10.7,11.6c-1.2,2.3-2.1,4.8-2.3,7.5c-0.1,2.6,0.4,5.2,1.4,7.6 c2.1,4.8,5.9,8.7,10,12.1c4.1,3.3,8.7,6.1,13.4,8.6c9.4,5,19.4,8.9,29.4,12.4c10.1,3.5,20.4,6.4,30.7,9.1 c20.7,5.3,41.6,9.5,62.7,13.2c21,3.6,42.2,6.6,63.4,9.2c21.2,2.6,42.5,4.8,63.7,6.6c42.6,3.7,85.2,6,127.9,7.4L409.9,145.6z'/%3E %3Cpath id='Stroke-5_1_' class='st0' d='M977.1,11.6c13.8,4.1,27.4,8.8,40.4,15.2c6.4,3.2,12.7,6.9,18.3,11.5c2.7,2.4,5.3,5,7.3,8 c2,3,3.3,6.6,3.3,10.3c0,3.7-1.4,7.2-3.3,10.3c-2,3.1-4.5,5.7-7.3,8.1c-2.7,2.4-5.7,4.4-8.8,6.3c-1.6,0.9-3.1,1.9-4.7,2.7l-2.4,1.3 l-2.4,1.2C1004.5,93,990.8,97.8,977,102c-6.9,2.1-13.8,4-20.8,5.8c-7,1.8-14,3.5-21,5c-14.1,3.1-28.2,5.9-42.4,8.3 c-28.4,4.9-57,8.8-85.6,12c-57.3,6.4-114.8,10.2-172.4,12.2c-57.6,2-115.2,2.3-172.9,0.8l0.1-4c57.5,1.8,115.1,1.9,172.6,0.2 c57.5-1.7,115-5.2,172.3-11.2c28.6-3.1,57.2-6.7,85.6-11.5c14.2-2.4,28.3-5,42.4-8.1c7-1.5,14-3.1,21-4.9c7-1.7,13.9-3.6,20.8-5.7 c13.8-4.1,27.4-8.8,40.3-15.2l2.4-1.2l2.4-1.3c1.6-0.8,3.1-1.8,4.7-2.7c3-1.9,6-3.9,8.7-6.2c2.7-2.3,5.2-4.9,7.2-7.9 c1.9-3,3.2-6.4,3.3-10c0-3.6-1.2-7-3.1-10c-1.9-3-4.4-5.6-7.1-8c-5.5-4.7-11.7-8.3-18.1-11.6C1004.5,20.6,990.8,15.8,977.1,11.6z'/%3E %3Cg transform='translate(415.000000, 136.000000)'%3E %3Cpath id='Fill-1' class='st0' d='M18.1,11.2c-1.8,0-2.8-1.2-2.8-3V8c0.8-0.4,1.7-0.6,2.8-0.6c1.5,0,2.5,0.6,2.5,1.7 C20.6,10.2,19.8,11.2,18.1,11.2L18.1,11.2z M18.3,5.7c-1.1,0-2,0.3-2.8,0.7c0.3-1.6,1.5-2.6,3.7-2.6c1.1,0,2.3,0.3,3.1,0.5V2.6 c-0.8-0.3-1.9-0.5-3.1-0.5c-4.2,0-6.2,2.1-6.2,5.8c0,3.2,1.8,4.9,5.1,4.9c3.3,0,5-1.7,5-3.6C23,7,21.3,5.7,18.3,5.7L18.3,5.7z'/%3E %3Cpath id='Fill-2' class='st0' d='M39.3,1.8c0.9,0,1.6,0.7,1.6,1.5c0,0.8-0.7,1.6-1.6,1.6c-0.8,0-1.6-0.7-1.6-1.6 C37.8,2.5,38.5,1.8,39.3,1.8L39.3,1.8z M39.3,6.3c1.7,0,3.1-1.3,3.1-3c0-1.6-1.4-3-3.1-3c-1.7,0-3.1,1.3-3.1,3 C36.2,5,37.6,6.3,39.3,6.3L39.3,6.3z'/%3E %3Cpath id='Fill-4' class='st0' d='M30.3,3.8c2.1,0,2.9,1.4,2.9,3.6c0,2.2-0.8,3.6-2.9,3.6c-2.1,0-2.9-1.5-2.9-3.6 C27.4,5.3,28.1,3.8,30.3,3.8L30.3,3.8z M30.2,12.8c3.9,0,5.2-2.6,5.2-5.4c0-2.8-1.3-5.3-5.2-5.3c-3.9,0-5.3,2.6-5.3,5.4 C25,10.3,26.3,12.8,30.2,12.8L30.2,12.8z'/%3E %3Cpath id='Fill-5' class='st0' d='M10.9,9.7c0-1.1-0.8-2-2.5-2.5c1.3-0.5,1.9-1.3,1.9-2.3c0-1.7-1.7-2.8-4.6-2.8 c-1.5,0-2.7,0.3-3.6,0.8v1.7c0.9-0.4,2.3-0.7,3.4-0.7C7,3.9,8,4.4,8,5.1c0,0.8-0.7,1.3-2.4,1.3H4.3v1.6h1.3c2,0,2.9,0.8,2.9,1.6 c0,0.8-1,1.5-2.8,1.5c-1.5,0-2.8-0.3-3.7-0.6v1.7c0.9,0.3,2.1,0.6,3.8,0.6C9.2,12.8,10.9,11.4,10.9,9.7'/%3E %3C/g%3E %3C/svg%3E") no-repeat 50% 100%;
  background-size: 50em;
  z-index: 1;
}
.phonepix .view .photo-360 .photo-360-icon {
  background: rgba(255, 255, 255, 0.8) url("data:image/svg+xml;charset=utf-8,%3C?xml version='1.0' encoding='utf-8'?%3E %3C!-- Generator: Adobe Illustrator 21.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill: rgba(0,0,0,0.5);%7D %3C/style%3E %3Cg%3E %3Cg%3E %3Cpath class='st0' d='M99.9,95.6L92.6,94c2.2-7.3,7.6-11,15.5-11c4.7,0,8.2,0.9,10.7,3.2c2.5,2.2,4.1,5,4.1,8.8 c0,4.7-2.5,8.2-7.9,10.1c6.3,1.6,9.1,5,9.1,11c0,4.1-1.6,7.6-4.7,9.8c-3.2,2.5-6.9,3.5-11.7,3.5c-4.4,0-7.9-0.9-11-2.8 c-3.2-1.9-5-5-5.7-9.1l7.3-1.6c1.3,5,4.4,7.6,9.1,7.6c2.2,0,4.1-0.6,5.7-1.9c1.6-1.3,2.5-3.5,2.5-6c0-2.2-0.6-4.1-2.2-5.4 c-1.6-1.3-4.1-2.2-7.9-2.2h-3.2v-5.4h3.2c2.2,0,3.8-0.3,5-0.6c1.3-0.3,2.2-0.9,2.8-2.2c0.6-1.3,1.3-2.5,1.3-4.4 c0-2.2-0.6-3.8-1.9-5c-1.3-0.9-2.8-1.6-5-1.6C103.7,88.7,100.8,90.9,99.9,95.6z'/%3E %3Cpath class='st0' d='M164.5,94l-6.9,1.9c-1.3-4.7-3.8-7.3-7.6-7.3c-3.2,0-5.4,1.6-6.9,4.4c-1.6,2.8-2.2,7.3-2.5,13.2 c2.2-4.4,5.7-6.6,10.7-6.6c3.8,0,7.3,1.3,9.8,4.1s4.1,6.3,4.1,10.7c0,4.7-1.6,8.2-4.4,11s-6.6,4.1-11.4,4.1c-5,0-9.1-1.9-12-5.4 c-3.2-3.5-4.7-9.1-4.7-17s1.6-13.9,4.7-18.3c3.2-4.1,7.3-6.3,12.6-6.3c3.5,0,6.6,0.9,9.1,2.5C161.7,87.4,163.6,90.3,164.5,94z M157,114.8c0-3.2-0.6-5.4-1.9-6.9c-1.3-1.6-3.2-2.2-5.4-2.2c-2.5,0-4.7,0.9-6,2.5c-1.3,1.9-2.2,3.8-2.2,6.6 c0,2.5,0.6,4.7,2.2,6.6c1.6,1.6,3.5,2.5,6,2.5C154.5,124,157,120.8,157,114.8z'/%3E %3Cpath class='st0' d='M203.3,106c0,8.5-1.3,14.5-4.1,18.3c-2.8,3.8-6.9,5.7-12.3,5.7c-11,0-16.4-7.6-16.4-23 c0-8.5,1.3-14.5,4.1-18.3c2.8-3.8,6.9-5.7,12.3-5.7C197.7,83,203.3,90.6,203.3,106z M194.5,106.3c0-6.6-0.6-11.4-1.9-13.9 c-1.3-2.5-3.2-4.1-6-4.1c-2.5,0-4.4,1.3-6,3.8c-1.6,2.5-1.9,7.3-1.9,13.9c0,7.3,0.6,12,2.2,14.5c1.6,2.5,3.5,3.5,5.7,3.5 c2.5,0,4.7-1.3,6-4.1C193.9,117.7,194.5,113,194.5,106.3z'/%3E %3Cpath class='st0' d='M228.2,93.7c0,2.8-0.9,5.4-3.2,7.6c-2.2,2.2-4.4,3.2-7.3,3.2c-2.8,0-5.4-0.9-7.3-3.2 c-1.9-2.2-3.2-4.4-3.2-7.6c0-2.8,0.9-5.4,3.2-7.6c1.9-2.2,4.4-3.2,7.3-3.2c2.8,0,5.4,0.9,7.3,3.2C227,88.4,228.2,90.6,228.2,93.7z M222.9,93.7c0-1.9-0.6-3.2-1.6-4.4c-0.9-1.3-2.2-1.6-3.8-1.6c-1.6,0-2.5,0.6-3.8,1.9c-1.3,1.3-1.3,2.2-1.3,4.1 c0,1.6,0.6,3.2,1.6,4.4c0.9,1.3,2.2,1.9,3.8,1.9c1.3,0,2.5-0.6,3.8-1.9C222.9,96.9,222.9,95.3,222.9,93.7z'/%3E %3Cpath class='st0' d='M113.5,146.1h5.4l5,17.3l5-17.3h4.7l-7.6,24.3h-5L113.5,146.1z'/%3E %3Cpath class='st0' d='M142.5,142.9h-6v-5.4h6V142.9z M136.8,146.1h5.7v24.3h-5.7V146.1z'/%3E %3Cpath class='st0' d='M168.6,159h-15.5c0,3.2,0.6,5.4,1.6,6.6c0.9,0.9,2.2,1.6,3.8,1.6c2.5,0,4.1-1.6,4.7-4.4l5,0.6 c-1.3,5-4.7,7.6-10.1,7.6c-3.2,0-6-0.9-7.9-3.2s-2.8-5-2.8-9.1c0-4.1,0.9-7.3,2.8-9.8s4.7-3.5,7.9-3.5c2.2,0,4.1,0.6,5.7,1.6 c1.6,1.3,2.5,2.5,3.5,4.4C168,153.3,168.6,155.8,168.6,159z M163,155.5c0-4.4-1.6-6.3-4.7-6.3c-2.8,0-4.4,2.2-4.7,6.3H163z'/%3E %3Cpath class='st0' d='M169.9,146.1h5.4l4.1,16.7l3.8-16.7h5l3.8,16.7l4.4-16.7h4.4l-6.6,24.3h-4.7l-4.1-16.7l-3.8,16.7h-4.7 L169.9,146.1z'/%3E %3C/g%3E %3Cpath class='st0' d='M81.3,131.9v13.6c0,0-41,16.4,13.6,35.3c0,0,30,8.2,59.9,8.2v-11l41,19.2l-41,21.8v-13.6c0,0-106.3,0-106.3-41 C48.5,164.4,48.5,142.6,81.3,131.9z'/%3E %3Cpath class='st0' d='M201.1,178.2c2.8,0,32.8-8.2,32.8-21.8c0-13.6-11-16.4-11-16.4v-8.2c0,0,27.1,5.4,27.1,30c0,0,0,20.5-30,30 L201.1,178.2z'/%3E %3C/g%3E %3C/svg%3E") no-repeat 50% 50%;
}
.phonepix .view .photo-360-msg {
  color: #999;
  margin-top: 2.5em;
}
.phonepix .loading {
  background: resolve("loading.gif") no-repeat 50% 50%;
}

.product-review__toc {
  background: #eee;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  counter-reset: section;
}
.product-review__toc ol {
  column-count: 3;
  list-style: none;
}
.product-review__toc a {
  counter-increment: section;
  color: #0f477e;
  text-decoration: none;
  font-weight: bold;
}
.product-review__toc a::before {
  content: counter(section) ". ";
  font-weight: normal;
  opacity: 0.7;
}
.product-review__title {
  border-radius: 0.3rem;
  background: #f4f4f4;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  color: #333;
}
.product-review > p {
  margin: 0.5rem;
  line-height: 1.5rem;
}

.product-article .mt-image-center {
  border: 1px solid #777;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.product-video {
  margin-bottom: 0.5rem;
}
.product-video__other {
  margin: 0.5rem;
  background: #f3f3f3;
  border-radius: 0.3rem;
  overflow: hidden;
}
.product-video__other h4 {
  font-size: 0.8rem;
  margin: 0;
  padding: 0.5rem;
  background: #607d8b;
  font-weight: normal;
  color: #fff;
}
.product-video__other ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-video__other li {
  padding: 0.5rem;
  border-top: 1px solid #ccc;
  margin-top: 0.5rem;
}
.product-video__other li:after {
  content: "";
  display: table;
  clear: both;
}
.product-video__other li:first-child {
  border: none;
  margin: 0;
}
.product-video__other li a.title {
  font-size: 110%;
  font-weight: bold;
  margin-top: 0.5rem;
  display: inline-table;
}
.product-video__other li img {
  float: right;
  width: 5rem;
  margin-left: 0.5rem;
  border-radius: 0.3rem;
}

.video-highlights ul a, .short-video-highlights ul a, .news-highlights a {
  font-family: Vazirmatn, Tahoma, sans-serif;
  text-decoration: none;
  color: #445;
}
.video-highlights ul a:hover, .short-video-highlights ul a:hover, .news-highlights a:hover {
  text-decoration: underline;
}

.news-highlights {
  display: flex;
}
.news-highlights ul {
  margin: 0;
  padding: 0.3rem;
  list-style: none;
}
.news-highlights ul.main {
  padding: 0.3rem 0;
  width: 53%;
  border-left: 1px dotted #999;
}
.news-highlights ul.col {
  width: 45%;
}
.news-highlights ul.main li {
  padding: 0.3rem 0.5rem;
  border-top: 1px dotted #999;
}
.news-highlights ul.main li:first-child {
  border: none;
}
.news-highlights ul.col li {
  padding: 0.2rem 0.5rem;
}
.news-highlights h4 {
  margin: 0 0 0.3rem 0;
  font-size: 0.8rem;
}
.news-highlights ul.col li {
  padding: 0.2rem;
}
.news-highlights ul.col li h4 {
  color: #444;
}
.news-highlights ul.col li img {
  margin: 0 0 0.3rem 0.5rem;
}
.news-highlights a.more {
  display: block;
  margin: 5px;
}

.video-highlights ul, .short-video-highlights ul {
  list-style: none;
  margin: 0.5rem;
  padding: 0;
}
.video-highlights ul li, .short-video-highlights ul li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 0.2rem;
  text-align: center;
}
.video-highlights ul a, .short-video-highlights ul a {
  line-height: 1rem;
  display: block;
}
.video-highlights ul strong, .short-video-highlights ul strong {
  display: block;
  margin-top: 0.3rem;
}
.video-highlights ul .poster, .short-video-highlights ul .poster {
  position: relative;
  display: inline-block;
}
.video-highlights ul .poster::after, .short-video-highlights ul .poster::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% 50%;
  background-size: 2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100.14 100'%3E%3Ctitle%3Evideo-overlay%3C/title%3E%3Cg opacity='0.35'%3E%3Ccircle cx='50.14' cy='50' r='50'/%3E%3C/g%3E%3Cpath d='M50,3A47,47,0,1,1,3,50,47.05,47.05,0,0,1,50,3m0-3a50,50,0,1,0,50,50A50,50,0,0,0,50,0Z' fill='%23fff'/%3E%3Cpolygon points='41.15 27.86 72.02 50 41.15 72.14 41.15 27.86' fill='%23fff'/%3E%3C/svg%3E");
}
.video-highlights ul img, .short-video-highlights ul img {
  display: block;
  border: 1px solid #999;
  width: 8rem;
  height: auto;
}

.short-video-highlights h4 {
  font-size: 0.7rem;
  color: #666;
  line-height: 1rem;
  text-align: center;
  font-weight: normal;
  position: relative;
  margin: 0.5rem;
}
.short-video-highlights h4::before, .short-video-highlights h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 50%;
  border-bottom: 1px solid #ddd;
  top: 0;
}
.short-video-highlights h4::before {
  left: 0;
}
.short-video-highlights h4::after {
  right: 0;
}
.short-video-highlights ul li {
  width: 18%;
  text-align: center;
}
.short-video-highlights ul strong {
  font-weight: normal;
}
.short-video-highlights ul .poster img {
  object-fit: cover;
  object-position: center;
  width: 5.5rem;
  height: 10rem;
}

.videos-list {
  margin: 1rem;
}
.videos-list > div + div {
  margin-top: 1rem;
}
.videos-list > div p {
  padding: 0.5rem;
  line-height: 1.2rem;
}
.videos-list > div p img {
  border: 1px solid #aaa;
  float: left;
  margin: 0 1rem 0.4rem 0;
}
.videos-list > div p::after {
  display: table;
  content: "";
  clear: both;
}
.videos-list > div .more {
  text-align: left;
  margin-top: 0.5rem;
}
.videos-list > div .more a {
  display: inline-block;
  margin: 0 0.3rem;
  padding: 3px 7px;
  text-decoration: none;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.innertitle {
  font-size: 0.8rem;
  background-color: #eee;
  margin: 0.3rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}
.innertitle a {
  text-decoration: none;
  color: #000;
}
.innertitle span {
  float: left;
  font-size: 11px;
  font-weight: normal;
}
.innertitle span a {
  text-decoration: none;
  color: #666;
}
.innertitle span a:hover {
  text-decoration: underline;
}
.innertitle span label a {
  font-size: 10px;
}
.innertitle span input {
  border-width: 1px;
}
.innertitle span input[type=text] {
  border: 1px solid #999;
  color: #777;
  font-size: 10px;
  padding: 2px;
}
.innertitle.blue {
  background-color: #cce;
}

.longtext {
  line-height: 1.5rem;
}

.simcard-highlights {
  padding: 5px;
}
.simcard-highlights table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
.simcard-highlights table td {
  padding: 3px 1px;
}
.simcard-highlights .normal {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}
.simcard-highlights a {
  color: #333;
}
.simcard-highlights .normal a {
  color: #666;
}
.simcard-highlights a:hover {
  color: #69c;
  text-decoration: underline;
}
.simcard-highlights .topitems {
  background: #eee;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 4px;
  display: flex;
}
.simcard-highlights .topitems .title {
  text-decoration: none;
  display: flex;
}
.simcard-highlights .topitems .title::before {
  content: "ویژه";
  writing-mode: tb-rl;
  display: block;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  text-align: center;
}
.simcard-highlights .topitems #hometopsimcardsclip {
  direction: ltr;
  flex: 1;
  overflow: hidden;
  width: 20rem;
}
.simcard-highlights .topitems #hometopsimcardsclip a {
  display: block;
  width: 145px;
  padding-left: 5px;
  text-decoration: none;
}
.simcard-highlights .topitems tr {
  height: 40px;
}

.simcardinfotip {
  margin-left: 2px;
}

.userad-highlights {
  padding: 0.3rem;
}
.userad-highlights .phone {
  border: 1px solid #ccc;
  background: #f3f3f3;
  border-radius: 0.3rem;
  margin: 1px 1px 6px;
}
.userad-highlights .phone:hover {
  border-color: orange;
  background: #f9f1cd;
}
.userad-highlights .phone a {
  text-decoration: none;
  display: block;
}
.userad-highlights .phone a.box {
  padding: 3px 2px;
  display: flex;
}
.userad-highlights .phone img {
  display: block;
  margin: 2px;
  border: 1px solid #ccc;
  width: 3.5rem;
}
.userad-highlights .phone span.box {
  display: block;
  margin: 0.3rem 0.5rem;
  color: #555;
  cursor: pointer;
}
.userad-highlights .phone span strong {
  cursor: pointer;
  display: block;
  color: #000;
}
.userad-highlights .infoicon, .userad-highlights .detailicon {
  position: absolute;
  margin: 0.3rem 10.5rem 0 0;
}

#homephoneprices {
  overflow: auto;
  height: 14rem;
}
#homephoneprices table th {
  cursor: auto;
  background: none !important;
}
