.fa.fa-pull-left,.fa.pull-left {
  margin-right: .3em;
}

.fa-fw,.fa-li {
  text-align: center;
}

#redeem_all_point,[role=button] {
  cursor: pointer;
}

.fa,.glyphicon {
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-nav,.owl-controls,html {
  -webkit-tap-highlight-color: transparent;
}

.img-responsive,.img-thumbnail,.table,label {
  max-width: 100%;
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.pre-scrollable {
  max-height: 340px;
}

@font-face {
  font-family:FontAwesome;src:url(fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3);src:url(fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:400;font-style:normal;
}

#activate-shipping-plan-popup,#shipping-plan-popup,.district-id,.mobile-app-wrapper .breadcrumb-wrap,.mobile-app-wrapper .shipping-footer,.mobile-app-wrapper .shipping-top,.mobile-app-wrapper .wrap-footer,.mobile-app-wrapper .wrap-header,.mobile-app-wrapper .wrap-top-banner,.mobile-app-wrapper .wrap-top-banner-24h,.region-id {
  display: none;
}

.fa,.fa-stack {
  display: inline-block;
}

.g-preorder {
  font-size: 12px;
  color: #090;
  font-weight: 700;
}

.ans-content,.normal-support-ans,.tiki-support-ans {
  font-size: 14px;
  margin-top: 5px;
}

.tiki-support-ans {
  color: #090;
}

.normal-support-ans {
  color: #AAA;
}

.free_item {
  color: #090;
  font-weight: 700;
  font-size: 13px;
}

.miki-price {
  background: url(../img/logo-miki.png) 2px 5px no-repeat!important;
  background-size: 13px 10px!important;
  line-height: 20px!important;
  padding: 0 0 0 21px;
  margin-bottom: 10px;
  font-size: inherit;
}

#cancel-order-confirm-form,#cancel-order-form,#cancel-order-message {
  position: relative;
  display: none;
  width: 100%;
}

#cancel-order-confirm-form>.form-group,#cancel-order-form,#cancel-order-message {
  margin-bottom: 23px;
}

#cancel-order-confirm-form>.form-group.has-error,#cancel-order-form,#cancel-order-message {
  margin-bottom: 0;
}

#cancel-order-form>.form-group.has-error>.help-block {
  margin-left: 2px;
}

#cancel-order-form>.form-group>.help-block {
  font-size: 11px;
  margin-top: 4px;
  margin-bottom: 4px;
}

#cancel-order-form>.form-group>.help-block>a {
  color: #00aaf1;
}

.tiki-shipping-address .wrap {
  z-index: auto;
}

@font-face {
  font-family:FontAwesome;src:url(../font/fontawesome/fontawesome-webfont.eot?v=4.6.3);src:url(../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(../font/fontawesome/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(../font/fontawesome/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(../font/fontawesome/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(../font/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");font-weight:400;font-style:normal;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.reading-book-dialog>.inner .col1 .row1 p.type,dfn {
  font-style: italic;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.btn,.btn-group,.btn-group-vertical,.caret,.checkbox-inline,.fa-stack,.radio-inline,img {
  vertical-align: middle;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa.fa-pull-right,.fa.pull-right {
  margin-left: .3em;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

hr,img {
  border: 0;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

body,figure {
  margin: 0;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.label,sub,sup {
  vertical-align: baseline;
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,.fa-remove:before,.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,.fa-font-awesome:before {
  content: "\f2b4";
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

b,optgroup,strong {
  font-weight: 700;
}

h1 {
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre,textarea {
  overflow: auto;
}

code,kbd,pre,samp {
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.glyphicon,address {
  font-style: normal;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

@media print {
  blockquote,img,pre,tr {
    page-break-inside: avoid;
  }

  *,:after,:before {
    background: 0 0!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

  a,a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,a[href^="javascript:"]:after {
    content: "";
  }

  blockquote,pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100%!important;
  }

  h2,h3,p {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,.dropup>.btn>.caret {
    border-top-color: #000!important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table td,.table th {
    background-color: #fff!important;
  }

  .table-bordered td,.table-bordered th {
    border: 1px solid #ddd!important;
  }
}

.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.btn-danger.dropdown-toggle,.open>.btn-default.dropdown-toggle,.open>.btn-info.dropdown-toggle,.open>.btn-primary.dropdown-toggle,.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.img-thumbnail,body {
  background-color: #fff;
}

@font-face {
  font-family:'Glyphicons Halflings';src:url(../font/bootstrap/glyphicons-halflings-regular.eot);src:url(../font/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../font/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),url(../font/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(../font/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(../font/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-eur:before,.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-jpy:before,.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-rub:before,.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-size: 14px;
  color: #333;
}

button,input,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  height: auto;
}

.dropdown-menu .divider,.nav .nav-divider,.sr-only {
  height: 1px;
  overflow: hidden;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,.h2,.h3,h1,h2,h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
  font-size: 65%;
}

.h4,.h5,.h6,h4,h5,h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
  font-size: 75%;
}

.h1,h1 {
  font-size: 36px;
}

.h2,h2 {
  font-size: 30px;
}

.h3,h3 {
  font-size: 24px;
}

.h4,h4 {
  font-size: 18px;
}

.h5,h5 {
  font-size: 14px;
}

.h6,h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

dt,kbd kbd,label {
  font-weight: 700;
}

address,blockquote .small,blockquote footer,blockquote small,dd,dt,pre {
  line-height: 1.428571429;
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}

.small,small {
  font-size: 85%;
}

.mark,mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.list-inline,.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.initialism,.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,a.bg-danger:hover {
  background-color: #e4b9b9;
}

pre code,table {
  background-color: transparent;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

dl,ol,ul {
  margin-top: 0;
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child,ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0;
}

address,dl {
  margin-bottom: 20px;
}

ol,ul {
  margin-bottom: 10px;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .container {
    width: 750px;
  }
}

abbr[data-original-title],abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote .small,blockquote footer,blockquote small {
  display: block;
  font-size: 80%;
  color: #777;
}

legend,pre {
  color: #333;
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

code,kbd {
  padding: 2px 4px;
  font-size: 90%;
}

caption,th {
  text-align: left;
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

code,kbd,pre,samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before {
  display: table;
  content: " ";
}

.container,.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0;
}

.container,.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.pre-scrollable {
  overflow-y: scroll;
}

.container:after {
  clear: both;
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after {
  clear: both;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width:768px) {
  .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width:992px) {
  .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width:1200px) {
  .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group,.dropdown-menu {
  float: left;
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8;
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
  background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6;
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
  background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc;
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
  background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%;
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

fieldset,legend {
  padding: 0;
  border: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=checkbox],input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

.form-control,output {
  line-height: 1.428571429;
  color: #555;
  display: block;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],select[size] {
  height: auto;
}

input[type=checkbox]:focus,input[type=radio]:focus,input[type=file]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

output {
  padding-top: 7px;
  font-size: 14px;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
  color: #3c763d;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>input[type=date].form-control,.input-group-sm>input[type=date].input-group-addon,.input-group-sm>input[type=time].form-control,.input-group-sm>input[type=time].input-group-addon,.input-group-sm>input[type=datetime-local].form-control,.input-group-sm>input[type=datetime-local].input-group-addon,.input-group-sm>input[type=month].form-control,.input-group-sm>input[type=month].input-group-addon,input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>input[type=date].form-control,.input-group-lg>input[type=date].input-group-addon,.input-group-lg>input[type=time].form-control,.input-group-lg>input[type=time].input-group-addon,.input-group-lg>input[type=datetime-local].form-control,.input-group-lg>input[type=datetime-local].input-group-addon,.input-group-lg>input[type=month].form-control,.input-group-lg>input[type=month].input-group-addon,input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}

.checkbox+.checkbox,.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.btn-block+.btn-block,.help-block {
  margin-top: 5px;
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
  height: 30px;
  line-height: 30px;
}

.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
  height: 46px;
  line-height: 46px;
}

.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.collapsing,.dropdown,.dropup {
  position: relative;
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width:768px) {
  .form-inline .form-control-static,.form-inline .form-group {
    display: inline-block;
  }

  .form-inline .control-label,.form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .checkbox,.form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,.form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:after,.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-switch,.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.focus,.btn:focus,.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg>.btn,.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm>.btn,.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs>.btn,.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

.dropdown-menu-right,.dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.dropdown-header,.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  line-height: 1.428571429;
  white-space: nowrap;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.dropdown-menu .divider {
  margin: 9px 0;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  clear: both;
  font-weight: 400;
  color: #333;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  font-size: 12px;
  color: #777;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,.btn-group-vertical {
  position: relative;
  display: inline-block;
}

.btn-group-vertical>.btn,.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:after,.btn-toolbar:before {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn .caret,.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.input-group,.input-group-btn,.input-group-btn>.btn {
  position: relative;
}

.input-group {
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group .form-control,.input-group-addon,.input-group-btn {
  display: table-cell;
}

.input-group-addon,.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
  z-index: 2;
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after,.nav:before {
  content: " ";
  display: table;
}

.nav>li,.nav>li>a {
  display: block;
  position: relative;
}

.nav:after {
  clear: both;
}

.nav>li>a {
  padding: 10px 15px;
}

.nav>li>a:focus,.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  margin: 9px 0;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-justified>li,.nav-stacked>li,.nav-tabs.nav-justified>li {
  float: none;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs-justified,.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd;
}

@media (min-width:768px) {
  .nav-justified>li,.nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }

  .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before {
  display: table;
  content: " ";
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:after {
  clear: both;
}

.navbar-header:after {
  clear: both;
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }

  .navbar-header {
    float: left;
  }

  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.carousel-inner,.embed-responsive,.fancybox-inner,.media,.media-body,.modal,.modal-open,.progress {
  overflow: hidden;
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom,.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:focus,.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top {
    border-radius: 0;
  }

  .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

.progress-bar-striped,.progress-striped .progress-bar,.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  margin: 8px -15px;
}

@media (min-width:768px) {
  .navbar-form .form-control-static,.navbar-form .form-group {
    display: inline-block;
  }

  .navbar-form .control-label,.navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .checkbox,.navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,.navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.breadcrumb>li,.pagination {
  display: inline-block;
}

.btn .badge,.btn .label {
  top: -1px;
  position: relative;
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-left {
    float: left!important;
  }

  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #090909;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.list-group-item>.badge,.pager .next>a,.pager .next>span {
  float: right;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.badge,.label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:after,.pager:before {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .previous>a,.pager .previous>span {
  float: left;
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

a.label:focus,a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.media-object,.thumbnail {
  display: block;
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:focus,a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron,.jumbotron .h1,.jumbotron h1 {
  color: inherit;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.alert .alert-link,.close {
  font-weight: 700;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,.container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron .h1,.jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail a>img,.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
  border-color: #337ab7;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert>p,.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.modal,.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-bar-striped,.progress-striped .progress-bar {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 40px 40px;
}

.progress-bar.active,.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-striped .progress-bar-info,.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,.media-body {
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,.media>.pull-right {
  padding-left: 10px;
}

.media-left,.media>.pull-left {
  padding-right: 10px;
}

.media-body,.media-left,.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
  color: inherit;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-title,.panel>.list-group,.panel>.panel-collapse>.list-group,.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel-body {
  padding: 15px;
}

.panel-body:after,.panel-body:before {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  font-size: 16px;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel-group .panel-heading,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.popover,.tooltip {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-style: normal;
  text-decoration: none;
}

.close:focus,.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-content,.popover {
  background-clip: padding-box;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before {
  content: " ";
  display: table;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  text-align: left;
  text-align: start;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left,.tooltip.sticky-screen-banner.right {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow,.tooltip.sticky-screen-banner.right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  text-align: start;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.carousel-caption,.carousel-control {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left,.popover.sticky-screen-banner.right {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.carousel,.carousel-inner {
  position: relative;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.bottom>.arrow:after,.popover.right>.arrow:after,.popover.top>.arrow:after {
  content: " ";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
}

.popover.right>.arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow,.popover.sticky-screen-banner.right>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after,.popover.sticky-screen-banner.right>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel-inner {
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.active.right,.carousel-inner>.item.next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    left: 0;
  }

  .carousel-inner>.item.active.left,.carousel-inner>.item.active.sticky-screen-banner.right,.carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
  }

  .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.next.sticky-screen-banner.right,.carousel-inner>.item.prev.right {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
  }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.next.sticky-screen-banner.right,.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left,.carousel-inner>.active.sticky-screen-banner.right {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  background-color: transparent;
}

.carousel-control.left,.carousel-control.sticky-screen-banner.right {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.btn-adn.active,.btn-adn:active,.btn-bitbucket.active,.btn-bitbucket:active,.btn-dropbox.active,.btn-dropbox:active,.btn-facebook.active,.btn-facebook:active,.btn-flickr.active,.btn-flickr:active,.btn-foursquare.active,.btn-foursquare:active,.btn-github.active,.btn-github:active,.btn-google.active,.btn-google:active,.btn-instagram.active,.btn-instagram:active,.btn-microsoft.active,.btn-microsoft:active,.btn-odnoklassniki.active,.btn-odnoklassniki:active,.btn-openid.active,.btn-openid:active,.btn-pinterest.active,.btn-pinterest:active,.btn-reddit.active,.btn-reddit:active,.btn-soundcloud.active,.btn-soundcloud:active,.btn-tumblr.active,.btn-tumblr:active,.btn-twitter.active,.btn-twitter:active,.btn-vimeo.active,.btn-vimeo:active,.btn-vk.active,.btn-vk:active,.btn-yahoo.active,.btn-yahoo:active,.btn-zalo.active,.btn-zalo:active,.open>.btn-adn.dropdown-toggle,.open>.btn-bitbucket.dropdown-toggle,.open>.btn-dropbox.dropdown-toggle,.open>.btn-facebook.dropdown-toggle,.open>.btn-flickr.dropdown-toggle,.open>.btn-foursquare.dropdown-toggle,.open>.btn-github.dropdown-toggle,.open>.btn-google.dropdown-toggle,.open>.btn-instagram.dropdown-toggle,.open>.btn-microsoft.dropdown-toggle,.open>.btn-odnoklassniki.dropdown-toggle,.open>.btn-openid.dropdown-toggle,.open>.btn-pinterest.dropdown-toggle,.open>.btn-reddit.dropdown-toggle,.open>.btn-soundcloud.dropdown-toggle,.open>.btn-tumblr.dropdown-toggle,.open>.btn-twitter.dropdown-toggle,.open>.btn-vimeo.dropdown-toggle,.open>.btn-vk.dropdown-toggle,.open>.btn-yahoo.dropdown-toggle,.open>.btn-zalo.dropdown-toggle {
  background-image: none;
}

.carousel-control:focus,.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

.carousel-caption .btn,.fancybox-skin,.fancybox-title,.text-hide {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:after,.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
  display: none!important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width:device-width;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,th.visible-xs {
    display: table-cell!important;
  }

  .visible-xs-block {
    display: block!important;
  }

  .visible-xs-inline {
    display: inline!important;
  }

  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,th.visible-sm {
    display: table-cell!important;
  }

  .visible-sm-block {
    display: block!important;
  }

  .visible-sm-inline {
    display: inline!important;
  }

  .visible-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,th.visible-md {
    display: table-cell!important;
  }

  .visible-md-block {
    display: block!important;
  }

  .visible-md-inline {
    display: inline!important;
  }

  .visible-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,th.visible-lg {
    display: table-cell!important;
  }

  .visible-lg-block {
    display: block!important;
  }

  .visible-lg-inline {
    display: inline!important;
  }

  .visible-lg-inline-block {
    display: inline-block!important;
  }

  .hidden-lg {
    display: none!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,th.visible-print {
    display: table-cell!important;
  }
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }

  .hidden-print {
    display: none!important;
  }
}

.btn-social,.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-social-icon>:first-child,.btn-social>:first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,.2);
  height: 39px;
  padding-top: 3px;
}

.btn-social img,.btn-social-icon img {
  padding: 5px;
}

.btn-group-lg>.btn-social.btn,.btn-group-lg>.btn.btn-social-icon,.btn-lg.btn-social-icon,.btn-social.btn-lg {
  padding-left: 61px;
}

.btn-group-lg>.btn-social.btn>:first-child,.btn-group-lg>.btn.btn-social-icon>:first-child,.btn-lg.btn-social-icon>:first-child,.btn-social.btn-lg>:first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-group-sm>.btn-social.btn,.btn-group-sm>.btn.btn-social-icon,.btn-sm.btn-social-icon,.btn-social.btn-sm {
  padding-left: 38px;
}

.btn-group-sm>.btn-social.btn>:first-child,.btn-group-sm>.btn.btn-social-icon>:first-child,.btn-sm.btn-social-icon>:first-child,.btn-social.btn-sm>:first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-group-xs>.btn-social.btn,.btn-group-xs>.btn.btn-social-icon,.btn-social.btn-xs,.btn-xs.btn-social-icon {
  padding-left: 30px;
}

.btn-group-xs>.btn-social.btn>:first-child,.btn-group-xs>.btn.btn-social-icon>:first-child,.btn-social.btn-xs>:first-child,.btn-xs.btn-social-icon>:first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon>:first-child {
  border: none;
  text-align: center;
  width: 100%!important;
}

.btn-group-lg>.btn-social-icon.btn,.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-group-sm>.btn-social-icon.btn,.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-group-xs>.btn-social-icon.btn,.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0,0,0,.2);
}

.btn-adn.active,.btn-adn.focus,.btn-adn:active,.btn-adn:focus,.btn-adn:hover,.open>.btn-adn.dropdown-toggle {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0,0,0,.2);
}

.btn-adn.active.focus,.btn-adn.active:focus,.btn-adn.active:hover,.btn-adn:active.focus,.btn-adn:active:focus,.btn-adn:active:hover,.open>.btn-adn.dropdown-toggle.focus,.open>.btn-adn.dropdown-toggle:focus,.open>.btn-adn.dropdown-toggle:hover {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0,0,0,.2);
}

.btn-adn.disabled.focus,.btn-adn.disabled:focus,.btn-adn.disabled:hover,.btn-adn[disabled].focus,.btn-adn[disabled]:focus,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn.focus,fieldset[disabled] .btn-adn:focus,fieldset[disabled] .btn-adn:hover {
  background-color: #d87a68;
  border-color: rgba(0,0,0,.2);
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0,0,0,.2);
}

.btn-bitbucket.active,.btn-bitbucket.focus,.btn-bitbucket:active,.btn-bitbucket:focus,.btn-bitbucket:hover,.open>.btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0,0,0,.2);
}

.btn-bitbucket.active.focus,.btn-bitbucket.active:focus,.btn-bitbucket.active:hover,.btn-bitbucket:active.focus,.btn-bitbucket:active:focus,.btn-bitbucket:active:hover,.open>.btn-bitbucket.dropdown-toggle.focus,.open>.btn-bitbucket.dropdown-toggle:focus,.open>.btn-bitbucket.dropdown-toggle:hover {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0,0,0,.2);
}

.btn-bitbucket.disabled.focus,.btn-bitbucket.disabled:focus,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled].focus,.btn-bitbucket[disabled]:focus,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket.focus,fieldset[disabled] .btn-bitbucket:focus,fieldset[disabled] .btn-bitbucket:hover {
  background-color: #205081;
  border-color: rgba(0,0,0,.2);
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0,0,0,.2);
}

.btn-dropbox.active,.btn-dropbox.focus,.btn-dropbox:active,.btn-dropbox:focus,.btn-dropbox:hover,.open>.btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0,0,0,.2);
}

.btn-dropbox.active.focus,.btn-dropbox.active:focus,.btn-dropbox.active:hover,.btn-dropbox:active.focus,.btn-dropbox:active:focus,.btn-dropbox:active:hover,.open>.btn-dropbox.dropdown-toggle.focus,.open>.btn-dropbox.dropdown-toggle:focus,.open>.btn-dropbox.dropdown-toggle:hover {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0,0,0,.2);
}

.btn-dropbox.disabled.focus,.btn-dropbox.disabled:focus,.btn-dropbox.disabled:hover,.btn-dropbox[disabled].focus,.btn-dropbox[disabled]:focus,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox.focus,fieldset[disabled] .btn-dropbox:focus,fieldset[disabled] .btn-dropbox:hover {
  background-color: #1087dd;
  border-color: rgba(0,0,0,.2);
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0,0,0,.2);
}

.btn-facebook.active,.btn-facebook.focus,.btn-facebook:active,.btn-facebook:focus,.btn-facebook:hover,.open>.btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,.2);
}

.btn-facebook.active.focus,.btn-facebook.active:focus,.btn-facebook.active:hover,.btn-facebook:active.focus,.btn-facebook:active:focus,.btn-facebook:active:hover,.open>.btn-facebook.dropdown-toggle.focus,.open>.btn-facebook.dropdown-toggle:focus,.open>.btn-facebook.dropdown-toggle:hover {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0,0,0,.2);
}

.btn-facebook.disabled.focus,.btn-facebook.disabled:focus,.btn-facebook.disabled:hover,.btn-facebook[disabled].focus,.btn-facebook[disabled]:focus,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook.focus,fieldset[disabled] .btn-facebook:focus,fieldset[disabled] .btn-facebook:hover {
  background-color: #3b5998;
  border-color: rgba(0,0,0,.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0,0,0,.2);
}

.btn-flickr.active,.btn-flickr.focus,.btn-flickr:active,.btn-flickr:focus,.btn-flickr:hover,.open>.btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0,0,0,.2);
}

.btn-flickr.active.focus,.btn-flickr.active:focus,.btn-flickr.active:hover,.btn-flickr:active.focus,.btn-flickr:active:focus,.btn-flickr:active:hover,.open>.btn-flickr.dropdown-toggle.focus,.open>.btn-flickr.dropdown-toggle:focus,.open>.btn-flickr.dropdown-toggle:hover {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0,0,0,.2);
}

.btn-flickr.disabled.focus,.btn-flickr.disabled:focus,.btn-flickr.disabled:hover,.btn-flickr[disabled].focus,.btn-flickr[disabled]:focus,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr.focus,fieldset[disabled] .btn-flickr:focus,fieldset[disabled] .btn-flickr:hover {
  background-color: #ff0084;
  border-color: rgba(0,0,0,.2);
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0,0,0,.2);
}

.btn-foursquare.active,.btn-foursquare.focus,.btn-foursquare:active,.btn-foursquare:focus,.btn-foursquare:hover,.open>.btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0,0,0,.2);
}

.btn-foursquare.active.focus,.btn-foursquare.active:focus,.btn-foursquare.active:hover,.btn-foursquare:active.focus,.btn-foursquare:active:focus,.btn-foursquare:active:hover,.open>.btn-foursquare.dropdown-toggle.focus,.open>.btn-foursquare.dropdown-toggle:focus,.open>.btn-foursquare.dropdown-toggle:hover {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0,0,0,.2);
}

.btn-foursquare.disabled.focus,.btn-foursquare.disabled:focus,.btn-foursquare.disabled:hover,.btn-foursquare[disabled].focus,.btn-foursquare[disabled]:focus,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare.focus,fieldset[disabled] .btn-foursquare:focus,fieldset[disabled] .btn-foursquare:hover {
  background-color: #f94877;
  border-color: rgba(0,0,0,.2);
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0,0,0,.2);
}

.btn-github.active,.btn-github.focus,.btn-github:active,.btn-github:focus,.btn-github:hover,.open>.btn-github.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0,0,0,.2);
}

.btn-github.active.focus,.btn-github.active:focus,.btn-github.active:hover,.btn-github:active.focus,.btn-github:active:focus,.btn-github:active:hover,.open>.btn-github.dropdown-toggle.focus,.open>.btn-github.dropdown-toggle:focus,.open>.btn-github.dropdown-toggle:hover {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0,0,0,.2);
}

.btn-github.disabled.focus,.btn-github.disabled:focus,.btn-github.disabled:hover,.btn-github[disabled].focus,.btn-github[disabled]:focus,.btn-github[disabled]:hover,fieldset[disabled] .btn-github.focus,fieldset[disabled] .btn-github:focus,fieldset[disabled] .btn-github:hover {
  background-color: #444;
  border-color: rgba(0,0,0,.2);
}

.btn-github .badge {
  color: #444;
  background-color: #fff;
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0,0,0,.2);
}

.btn-google.active,.btn-google.focus,.btn-google:active,.btn-google:focus,.btn-google:hover,.open>.btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0,0,0,.2);
}

.btn-google.active.focus,.btn-google.active:focus,.btn-google.active:hover,.btn-google:active.focus,.btn-google:active:focus,.btn-google:active:hover,.open>.btn-google.dropdown-toggle.focus,.open>.btn-google.dropdown-toggle:focus,.open>.btn-google.dropdown-toggle:hover {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0,0,0,.2);
}

.btn-google.disabled.focus,.btn-google.disabled:focus,.btn-google.disabled:hover,.btn-google[disabled].focus,.btn-google[disabled]:focus,.btn-google[disabled]:hover,fieldset[disabled] .btn-google.focus,fieldset[disabled] .btn-google:focus,fieldset[disabled] .btn-google:hover {
  background-color: #dd4b39;
  border-color: rgba(0,0,0,.2);
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-zalo {
  color: #fff;
  background-color: #0f8edd;
  border-color: rgba(0,0,0,.2);
}

.btn-zalo.active,.btn-zalo.focus,.btn-zalo:active,.btn-zalo:focus,.btn-zalo:hover,.open>.btn-zalo.dropdown-toggle {
  color: #fff;
  background-color: #0c6fad;
  border-color: rgba(0,0,0,.2);
}

.btn-zalo.active.focus,.btn-zalo.active:focus,.btn-zalo.active:hover,.btn-zalo:active.focus,.btn-zalo:active:focus,.btn-zalo:active:hover,.open>.btn-zalo.dropdown-toggle.focus,.open>.btn-zalo.dropdown-toggle:focus,.open>.btn-zalo.dropdown-toggle:hover {
  color: #fff;
  background-color: #095a8c;
  border-color: rgba(0,0,0,.2);
}

.btn-zalo.disabled.focus,.btn-zalo.disabled:focus,.btn-zalo.disabled:hover,.btn-zalo[disabled].focus,.btn-zalo[disabled]:focus,.btn-zalo[disabled]:hover,fieldset[disabled] .btn-zalo.focus,fieldset[disabled] .btn-zalo:focus,fieldset[disabled] .btn-zalo:hover {
  background-color: #0f8edd;
  border-color: rgba(0,0,0,.2);
}

.btn-zalo .badge {
  color: #0f8edd;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0,0,0,.2);
}

.btn-instagram.active,.btn-instagram.focus,.btn-instagram:active,.btn-instagram:focus,.btn-instagram:hover,.open>.btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0,0,0,.2);
}

.btn-instagram.active.focus,.btn-instagram.active:focus,.btn-instagram.active:hover,.btn-instagram:active.focus,.btn-instagram:active:focus,.btn-instagram:active:hover,.open>.btn-instagram.dropdown-toggle.focus,.open>.btn-instagram.dropdown-toggle:focus,.open>.btn-instagram.dropdown-toggle:hover {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0,0,0,.2);
}

.btn-instagram.disabled.focus,.btn-instagram.disabled:focus,.btn-instagram.disabled:hover,.btn-instagram[disabled].focus,.btn-instagram[disabled]:focus,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram.focus,fieldset[disabled] .btn-instagram:focus,fieldset[disabled] .btn-instagram:hover {
  background-color: #3f729b;
  border-color: rgba(0,0,0,.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0,0,0,.2);
}

.btn-linkedin.active,.btn-linkedin.focus,.btn-linkedin:active,.btn-linkedin:focus,.btn-linkedin:hover,.open>.btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0,0,0,.2);
}

.btn-linkedin.active.focus,.btn-linkedin.active:focus,.btn-linkedin.active:hover,.btn-linkedin:active.focus,.btn-linkedin:active:focus,.btn-linkedin:active:hover,.open>.btn-linkedin.dropdown-toggle.focus,.open>.btn-linkedin.dropdown-toggle:focus,.open>.btn-linkedin.dropdown-toggle:hover {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0,0,0,.2);
}

.btn-linkedin.active,.btn-linkedin:active,.open>.btn-linkedin.dropdown-toggle {
  background-image: none;
}

.btn-linkedin.disabled.focus,.btn-linkedin.disabled:focus,.btn-linkedin.disabled:hover,.btn-linkedin[disabled].focus,.btn-linkedin[disabled]:focus,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin.focus,fieldset[disabled] .btn-linkedin:focus,fieldset[disabled] .btn-linkedin:hover {
  background-color: #007bb6;
  border-color: rgba(0,0,0,.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0,0,0,.2);
}

.btn-microsoft.active,.btn-microsoft.focus,.btn-microsoft:active,.btn-microsoft:focus,.btn-microsoft:hover,.open>.btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0,0,0,.2);
}

.btn-microsoft.active.focus,.btn-microsoft.active:focus,.btn-microsoft.active:hover,.btn-microsoft:active.focus,.btn-microsoft:active:focus,.btn-microsoft:active:hover,.open>.btn-microsoft.dropdown-toggle.focus,.open>.btn-microsoft.dropdown-toggle:focus,.open>.btn-microsoft.dropdown-toggle:hover {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0,0,0,.2);
}

.btn-microsoft.disabled.focus,.btn-microsoft.disabled:focus,.btn-microsoft.disabled:hover,.btn-microsoft[disabled].focus,.btn-microsoft[disabled]:focus,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft.focus,fieldset[disabled] .btn-microsoft:focus,fieldset[disabled] .btn-microsoft:hover {
  background-color: #2672ec;
  border-color: rgba(0,0,0,.2);
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-odnoklassniki {
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0,0,0,.2);
}

.btn-odnoklassniki.active,.btn-odnoklassniki.focus,.btn-odnoklassniki:active,.btn-odnoklassniki:focus,.btn-odnoklassniki:hover,.open>.btn-odnoklassniki.dropdown-toggle {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0,0,0,.2);
}

.btn-odnoklassniki.active.focus,.btn-odnoklassniki.active:focus,.btn-odnoklassniki.active:hover,.btn-odnoklassniki:active.focus,.btn-odnoklassniki:active:focus,.btn-odnoklassniki:active:hover,.open>.btn-odnoklassniki.dropdown-toggle.focus,.open>.btn-odnoklassniki.dropdown-toggle:focus,.open>.btn-odnoklassniki.dropdown-toggle:hover {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0,0,0,.2);
}

.btn-odnoklassniki.disabled.focus,.btn-odnoklassniki.disabled:focus,.btn-odnoklassniki.disabled:hover,.btn-odnoklassniki[disabled].focus,.btn-odnoklassniki[disabled]:focus,.btn-odnoklassniki[disabled]:hover,fieldset[disabled] .btn-odnoklassniki.focus,fieldset[disabled] .btn-odnoklassniki:focus,fieldset[disabled] .btn-odnoklassniki:hover {
  background-color: #f4731c;
  border-color: rgba(0,0,0,.2);
}

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0,0,0,.2);
}

.btn-openid.active,.btn-openid.focus,.btn-openid:active,.btn-openid:focus,.btn-openid:hover,.open>.btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0,0,0,.2);
}

.btn-openid.active.focus,.btn-openid.active:focus,.btn-openid.active:hover,.btn-openid:active.focus,.btn-openid:active:focus,.btn-openid:active:hover,.open>.btn-openid.dropdown-toggle.focus,.open>.btn-openid.dropdown-toggle:focus,.open>.btn-openid.dropdown-toggle:hover {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0,0,0,.2);
}

.btn-openid.disabled.focus,.btn-openid.disabled:focus,.btn-openid.disabled:hover,.btn-openid[disabled].focus,.btn-openid[disabled]:focus,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid.focus,fieldset[disabled] .btn-openid:focus,fieldset[disabled] .btn-openid:hover {
  background-color: #f7931e;
  border-color: rgba(0,0,0,.2);
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0,0,0,.2);
}

.btn-pinterest.active,.btn-pinterest.focus,.btn-pinterest:active,.btn-pinterest:focus,.btn-pinterest:hover,.open>.btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0,0,0,.2);
}

.btn-pinterest.active.focus,.btn-pinterest.active:focus,.btn-pinterest.active:hover,.btn-pinterest:active.focus,.btn-pinterest:active:focus,.btn-pinterest:active:hover,.open>.btn-pinterest.dropdown-toggle.focus,.open>.btn-pinterest.dropdown-toggle:focus,.open>.btn-pinterest.dropdown-toggle:hover {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0,0,0,.2);
}

.btn-pinterest.disabled.focus,.btn-pinterest.disabled:focus,.btn-pinterest.disabled:hover,.btn-pinterest[disabled].focus,.btn-pinterest[disabled]:focus,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest.focus,fieldset[disabled] .btn-pinterest:focus,fieldset[disabled] .btn-pinterest:hover {
  background-color: #cb2027;
  border-color: rgba(0,0,0,.2);
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0,0,0,.2);
}

.btn-reddit.active,.btn-reddit.focus,.btn-reddit:active,.btn-reddit:focus,.btn-reddit:hover,.open>.btn-reddit.dropdown-toggle {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0,0,0,.2);
}

.btn-reddit.active.focus,.btn-reddit.active:focus,.btn-reddit.active:hover,.btn-reddit:active.focus,.btn-reddit:active:focus,.btn-reddit:active:hover,.open>.btn-reddit.dropdown-toggle.focus,.open>.btn-reddit.dropdown-toggle:focus,.open>.btn-reddit.dropdown-toggle:hover {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0,0,0,.2);
}

.btn-reddit.disabled.focus,.btn-reddit.disabled:focus,.btn-reddit.disabled:hover,.btn-reddit[disabled].focus,.btn-reddit[disabled]:focus,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit.focus,fieldset[disabled] .btn-reddit:focus,fieldset[disabled] .btn-reddit:hover {
  background-color: #eff7ff;
  border-color: rgba(0,0,0,.2);
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0,0,0,.2);
}

.btn-soundcloud.active,.btn-soundcloud.focus,.btn-soundcloud:active,.btn-soundcloud:focus,.btn-soundcloud:hover,.open>.btn-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0,0,0,.2);
}

.btn-soundcloud.active.focus,.btn-soundcloud.active:focus,.btn-soundcloud.active:hover,.btn-soundcloud:active.focus,.btn-soundcloud:active:focus,.btn-soundcloud:active:hover,.open>.btn-soundcloud.dropdown-toggle.focus,.open>.btn-soundcloud.dropdown-toggle:focus,.open>.btn-soundcloud.dropdown-toggle:hover {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0,0,0,.2);
}

.btn-soundcloud.disabled.focus,.btn-soundcloud.disabled:focus,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled].focus,.btn-soundcloud[disabled]:focus,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud.focus,fieldset[disabled] .btn-soundcloud:focus,fieldset[disabled] .btn-soundcloud:hover {
  background-color: #f50;
  border-color: rgba(0,0,0,.2);
}

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0,0,0,.2);
}

.btn-tumblr.active,.btn-tumblr.focus,.btn-tumblr:active,.btn-tumblr:focus,.btn-tumblr:hover,.open>.btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0,0,0,.2);
}

.btn-tumblr.active.focus,.btn-tumblr.active:focus,.btn-tumblr.active:hover,.btn-tumblr:active.focus,.btn-tumblr:active:focus,.btn-tumblr:active:hover,.open>.btn-tumblr.dropdown-toggle.focus,.open>.btn-tumblr.dropdown-toggle:focus,.open>.btn-tumblr.dropdown-toggle:hover {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0,0,0,.2);
}

.btn-tumblr.disabled.focus,.btn-tumblr.disabled:focus,.btn-tumblr.disabled:hover,.btn-tumblr[disabled].focus,.btn-tumblr[disabled]:focus,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr.focus,fieldset[disabled] .btn-tumblr:focus,fieldset[disabled] .btn-tumblr:hover {
  background-color: #2c4762;
  border-color: rgba(0,0,0,.2);
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0,0,0,.2);
}

.btn-twitter.active,.btn-twitter.focus,.btn-twitter:active,.btn-twitter:focus,.btn-twitter:hover,.open>.btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0,0,0,.2);
}

.btn-twitter.active.focus,.btn-twitter.active:focus,.btn-twitter.active:hover,.btn-twitter:active.focus,.btn-twitter:active:focus,.btn-twitter:active:hover,.open>.btn-twitter.dropdown-toggle.focus,.open>.btn-twitter.dropdown-toggle:focus,.open>.btn-twitter.dropdown-toggle:hover {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0,0,0,.2);
}

.btn-twitter.disabled.focus,.btn-twitter.disabled:focus,.btn-twitter.disabled:hover,.btn-twitter[disabled].focus,.btn-twitter[disabled]:focus,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter.focus,fieldset[disabled] .btn-twitter:focus,fieldset[disabled] .btn-twitter:hover {
  background-color: #55acee;
  border-color: rgba(0,0,0,.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0,0,0,.2);
}

.btn-vimeo.active,.btn-vimeo.focus,.btn-vimeo:active,.btn-vimeo:focus,.btn-vimeo:hover,.open>.btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0,0,0,.2);
}

.btn-vimeo.active.focus,.btn-vimeo.active:focus,.btn-vimeo.active:hover,.btn-vimeo:active.focus,.btn-vimeo:active:focus,.btn-vimeo:active:hover,.open>.btn-vimeo.dropdown-toggle.focus,.open>.btn-vimeo.dropdown-toggle:focus,.open>.btn-vimeo.dropdown-toggle:hover {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0,0,0,.2);
}

.btn-vimeo.disabled.focus,.btn-vimeo.disabled:focus,.btn-vimeo.disabled:hover,.btn-vimeo[disabled].focus,.btn-vimeo[disabled]:focus,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo.focus,fieldset[disabled] .btn-vimeo:focus,fieldset[disabled] .btn-vimeo:hover {
  background-color: #1ab7ea;
  border-color: rgba(0,0,0,.2);
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0,0,0,.2);
}

.btn-vk.active,.btn-vk.focus,.btn-vk:active,.btn-vk:focus,.btn-vk:hover,.open>.btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0,0,0,.2);
}

.btn-vk.active.focus,.btn-vk.active:focus,.btn-vk.active:hover,.btn-vk:active.focus,.btn-vk:active:focus,.btn-vk:active:hover,.open>.btn-vk.dropdown-toggle.focus,.open>.btn-vk.dropdown-toggle:focus,.open>.btn-vk.dropdown-toggle:hover {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0,0,0,.2);
}

.btn-vk.disabled.focus,.btn-vk.disabled:focus,.btn-vk.disabled:hover,.btn-vk[disabled].focus,.btn-vk[disabled]:focus,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk.focus,fieldset[disabled] .btn-vk:focus,fieldset[disabled] .btn-vk:hover {
  background-color: #587ea3;
  border-color: rgba(0,0,0,.2);
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0,0,0,.2);
}

.btn-yahoo.active,.btn-yahoo.focus,.btn-yahoo:active,.btn-yahoo:focus,.btn-yahoo:hover,.open>.btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0,0,0,.2);
}

.btn-yahoo.active.focus,.btn-yahoo.active:focus,.btn-yahoo.active:hover,.btn-yahoo:active.focus,.btn-yahoo:active:focus,.btn-yahoo:active:hover,.open>.btn-yahoo.dropdown-toggle.focus,.open>.btn-yahoo.dropdown-toggle:focus,.open>.btn-yahoo.dropdown-toggle:hover {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0,0,0,.2);
}

.btn-yahoo.disabled.focus,.btn-yahoo.disabled:focus,.btn-yahoo.disabled:hover,.btn-yahoo[disabled].focus,.btn-yahoo[disabled]:focus,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo.focus,fieldset[disabled] .btn-yahoo:focus,fieldset[disabled] .btn-yahoo:hover {
  background-color: #720e9e;
  border-color: rgba(0,0,0,.2);
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

.icheck-wrap.is-small .icheckbox_square-blue,.icheck-wrap.is-small .iradio_square-blue {
  width: 18px;
  height: 18px;
  background: url(../img/icheck/blue-small.png) no-repeat;
}

.icheck-wrap.is-small .icheckbox_square-blue,.icheck-wrap.is-small .icheckbox_square-blue.hover {
  background-position: -18px 0;
}

.icheck-wrap.is-small .icheckbox_square-blue.checked {
  background-position: -36px 0;
}

.icheck-wrap.is-small .icheckbox_square-blue.disabled {
  background-position: -54px 0;
  cursor: default;
}

.icheck-wrap.is-small .icheckbox_square-blue.checked.disabled {
  background-position: -72px 0;
}

.icheckbox_square-blue,.iradio_square-blue {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icheck/blue.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-blue {
  background-position: 0 0;
}

.icheckbox_square-blue.hover {
  background-position: -24px 0;
}

.icheckbox_square-blue.checked {
  background-position: -48px 0;
}

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-blue {
  background-position: -120px 0;
}

.iradio_square-blue.hover {
  background-position: -144px 0;
}

.iradio_square-blue.checked {
  background-position: -240px 0;
}

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}

.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-inner,.fancybox-outer,.fancybox-skin {
  position: relative;
}

.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  box-shadow: 0 10px 25px rgba(0,0,0,.5);
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font-size: 14px/20px;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe,.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
  background-image: url(../img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close,.fancybox-nav,.fancybox-nav span {
  z-index: 8040;
  position: absolute;
  cursor: pointer;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  text-decoration: none;
  background: url(../img/fancybox/blank.gif);
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible!important;
}

.fancybox-lock,.fancybox-lock body {
  overflow: hidden!important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden!important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background: url(../img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font-size: 13px/20px;
  font-weight: 400;
  position: relative;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0,0,0,.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,.8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  #fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
    background-image: url(../img/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url(../img/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}

.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}

.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}

.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left .5s;
  transition: margin-left .5s;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: 0;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -50%;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-container {
  margin-left: -25%;
}

.bootstrap-switch.bootstrap-switch-disabled,.bootstrap-switch.bootstrap-switch-indeterminate,.bootstrap-switch.bootstrap-switch-readonly {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default!important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
  cursor: default!important;
}

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on,.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block!important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.bootstrap-switch .bootstrap-switch-handle-off,.bootstrap-switch .bootstrap-switch-handle-on {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #fff;
  background: #00b6f0;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #000;
  background: #eee;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333;
  background: #fff;
}

.bootstrap-switch input[type=radio],.bootstrap-switch input[type=checkbox] {
  position: absolute!important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.bootstrap-switch input[type=radio].form-control,.bootstrap-switch input[type=checkbox].form-control {
  height: auto;
}

.bv-form .help-block {
  margin-bottom: 0;
}

.bv-form .tooltip-inner {
  text-align: left;
}

.nav-tabs li.bv-tab-success>a {
  color: #3c763d;
}

.nav-tabs li.bv-tab-error>a {
  color: #a94442;
}

.bv-form .bv-icon-no-label {
  top: 0;
}

.bv-form .bv-icon-input-group {
  top: 0;
  z-index: 100;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider .hide,.slider input {
  display: none;
}

.slider-handle,.slider-selection,.slider-track {
  position: absolute;
  background-repeat: repeat-x;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);
  background-image: linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);
  background-image: linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  cursor: pointer;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);
  background-image: linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  border-radius: 4px;
}

.slider-selection {
  background-image: -webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);
  background-image: linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  width: 20px;
  height: 20px;
  background-color: #3a94a5;
  background-image: -webkit-linear-gradient(top,#149bdf 0,#0480be 100%);
  background-image: linear-gradient(to bottom,#149bdf 0,#0480be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
  opacity: .8;
  border: 0 solid transparent;
}

.swiper-slide,.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.custom,.slider-handle.triangle {
  background: 0 0;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #333;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate(0,-50%);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
  background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
  background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
  background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),transparent);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent);
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide,.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel,.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
}

.owl-carousel {
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-buttons div,.owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -khtml-user-select: none;
  user-select: none;
}

.grabbing {
  cursor: url(../img/grabbing.png) 8 8,move;
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../img/owl-carousel/AjaxLoader.gif) center center no-repeat;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%,100%,50% {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,100%,50% {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0%,100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0%,100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,40%,60%,80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    -ms-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0%,100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
}

@keyframes wobble {
  0%,100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY,.flipOutX {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible!important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0 0 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400;
}

#smartbanner {
  position: absolute;
  left: 0;
  top: -82px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  height: 78px;
  font-family: 'Helvetica Neue',sans-serif;
  background: -webkit-linear-gradient(top,#f4f4f4 0,#cdcdcd 100%);
  background-image: -ms-linear-gradient(top,#F4F4F4 0,#CDCDCD 100%);
  background-image: -moz-linear-gradient(top,#F4F4F4 0,#CDCDCD 100%);
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

#smartbanner,html.sb-animation {
  -webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
  margin: 0 auto;
}

#smartbanner .sb-close {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  border: 2px solid #fff;
  width: 17px;
  height: 17px;
  font-family: ArialRoundedMTBold,Arial;
  font-size: 15px;
  line-height: 13px;
  text-align: center;
  color: #fff;
  background: #070707;
  text-decoration: none;
  text-shadow: none;
  border-radius: 14px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
  -webkit-font-smoothing: subpixel-antialiased;
}

#smartbanner .sb-button,#smartbanner .sb-info {
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  position: absolute;
}

#smartbanner .sb-close:active {
  font-size: 13px;
  color: #aaa;
}

#smartbanner .sb-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background: rgba(0,0,0,.6);
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

#smartbanner.no-icon .sb-icon {
  display: none;
}

#smartbanner .sb-info {
  left: 98px;
  top: 10px;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  color: #6a6a6a;
}

#smartbanner #smartbanner.no-icon .sb-info {
  left: 34px;
}

#smartbanner .sb-info strong {
  display: block;
  font-size: 13px;
  color: #4d4d4d;
  line-height: 18px;
}

#smartbanner .sb-info>span {
  display: block;
}

#smartbanner .sb-info em {
  font-style: normal;
  text-transform: uppercase;
}

#smartbanner .sb-button {
  right: 20px;
  top: 24px;
  border: 1px solid #bfbfbf;
  padding: 0 10px;
  min-width: 10%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #6a6a6a;
  background: -webkit-linear-gradient(top,#efefef 0,#dcdcdc 100%);
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255,255,255,.6),0 1px 0 rgba(255,255,255,.7) inset;
}

#smartbanner .sb-button:active,#smartbanner .sb-button:hover {
  background: -webkit-linear-gradient(top,#dcdcdc 0,#efefef 100%);
}

#smartbanner .sb-icon.gloss:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  border-top: 1px solid rgba(255,255,255,.8);
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top,rgba(255,255,255,.7) 0,rgba(255,255,255,.2) 100%);
  border-radius: 10px 10px 12px 12px;
}

#smartbanner.android {
  border-color: #212228;
  background: url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7) #3d3d3d;
  border-top: 5px solid #88B131;
  box-shadow: none;
}

#smartbanner.android .sb-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0,0,0,.8) inset,0 1px 1px rgba(255,255,255,.3);
}

#smartbanner.android .sb-close:active {
  color: #eee;
}

#smartbanner.android .sb-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

#smartbanner.android .sb-info strong {
  color: #fff;
}

#smartbanner.android .sb-button {
  min-width: 12%;
  border: 1px solid #DDDCDC;
  padding: 1px;
  color: #d1d1d1;
  background: 0 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 28px;
}

#smartbanner.android .sb-button span {
  text-align: center;
  display: block;
  padding: 0 10px;
  background-color: #42B6C9;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB));
  background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}

#smartbanner.android .sb-button:active,#smartbanner.android .sb-button:hover {
  background: 0 0;
}

#smartbanner.android .sb-button:active span,#smartbanner.android .sb-button:hover span {
  background: #2AC7E1;
}

#smartbanner.windows .sb-icon {
  border-radius: 0;
}

.nav-pills,.nav-tabs {
  position: relative;
}

.reading-book-dialog {
  width: 100%;
  min-width: 300px;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}

.reading-book-dialog.is-collapse-lt>.inner .col1 {
  -webkit-transform: translate3d(-225px,0,0);
  transform: translate3d(-225px,0,0);
}

.reading-book-dialog.is-collapse-lt>.inner .col2 {
  padding-left: 0;
}

.reading-book-dialog.is-collapse-lt>.inner>a.left,.reading-book-dialog.is-collapse-lt>.inner>a.sticky-screen-banner.right {
  left: 0;
}

.reading-book-dialog.is-collapse-rt>.inner .col3 {
  -webkit-transform: translate3d(225px,0,0);
  transform: translate3d(225px,0,0);
}

.reading-book-dialog.is-collapse-rt>.inner .col2 {
  padding-right: 0;
}

.reading-book-dialog.is-collapse-rt>.inner>a.right {
  right: 0;
}

.reading-book-dialog a {
  cursor: pointer;
}

.reading-book-dialog>.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 3px solid #fff;
  text-shadow: 1px 1px #0077a3;
  display: block;
  background: #00c9e2;
  text-align: center;
  line-height: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  z-index: 999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reading-book-dialog>.close:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.reading-book-dialog>.inner {
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
  -webkit-box-shadow: 4px 7px 7px 0 #333;
  -moz-box-shadow: 4px 7px 7px 0 #333;
  box-shadow: 4px 7px 7px 0 #333;
}

.reading-book-dialog>.inner h2 {
  height: 35px;
  line-height: 35px;
}

.reading-book-dialog>.inner .shadow-bg {
  -moz-box-shadow: 1px 1px 7px 0 rgba(50,50,50,.35);
  -webkit-box-shadow: 1px 1px 7px 0 rgba(50,50,50,.35);
  box-shadow: 1px 1px 7px 0 rgba(50,50,50,.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 9;
  background: url(../img/xbook-review.png) 18px center no-repeat #f4f4f4;
}

.reading-book-dialog>.inner>a.left,.reading-book-dialog>.inner>a.right,.reading-book-dialog>.inner>a.sticky-screen-banner.right {
  display: block;
  color: #999;
  background: #e5e5e5;
  top: 300px;
  font-size: 18px;
  font-weight: bolder;
  padding: 3px 6px;
  z-index: 999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  position: absolute;
}

.reading-book-dialog>.inner>a.left,.reading-book-dialog>.inner>a.sticky-screen-banner.right {
  left: 202px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-user-select: none;
  user-select: none;
}

.reading-book-dialog>.inner>a.left:hover,.reading-book-dialog>.inner>a.sticky-screen-banner.right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.reading-book-dialog>.inner>a.right {
  right: 202px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-user-select: none;
  user-select: none;
}

.reading-book-dialog>.inner .col1 .row2 ul li a,.reading-book-dialog>.inner .control * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
}

.reading-book-dialog>.inner>a.right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.reading-book-dialog>.inner>.overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.reading-book-dialog>.inner .control {
  position: absolute;
  height: 40px;
  line-height: 40px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  width: 234px;
}

.reading-book-dialog>.inner .control * {
  user-select: none;
}

.reading-book-dialog>.inner .control .control-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .45;
  filter: alpha(opacity=45);
  background: #0ab8f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.reading-book-dialog>.inner .control .zoomreset {
  margin-right: 0;
}

.reading-book-dialog>.inner .control .zoomreset i.fa-expand {
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.reading-book-dialog>.inner .control .zoomreset i.fa-compress {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.reading-book-dialog>.inner .col1 .row1 a:hover,.reading-book-dialog>.inner .col1 .row1 button.add-to-cart-new:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.reading-book-dialog>.inner .col1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 225px;
  border-right: 1px solid #e5e5e5;
}

.reading-book-dialog>.inner .col1 h2 {
  margin: 0;
  font-size: 16px;
  color: #444;
  font-weight: 400;
  padding: 0 9px;
}

.reading-book-dialog>.inner .col1 .row1 {
  font-size: 13px;
  position: relative;
  line-height: 13px;
  padding: 15px 15px 0;
  height: 260px;
}

.reading-book-dialog>.inner .col1 .row1>p.image {
  width: 60px;
  float: left;
  margin: 0 5px 0 0;
  height: 160px;
}

.reading-book-dialog>.inner .col1 .row1>p.image>img {
  width: 100%;
}

.reading-book-dialog>.inner .col1 .row1>h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 10px;
}

.reading-book-dialog>.inner .col1 .row1>h3 a {
  color: #000;
}

.reading-book-dialog>.inner .col1 .row1>p.author>a {
  color: #57b1f1;
  font-weight: 700;
  display: inline;
}

.reading-book-dialog>.inner .col1 .row1 p.price1 span {
  text-decoration: line-through;
}

.reading-book-dialog>.inner .col1 .row1 p.price2 span:first-child {
  font-weight: 700;
  color: #090;
  font-size: 16px;
}

.reading-book-dialog>.inner .col1 .row1 p.price2 span:nth-child(2) {
  font-size: 10px;
  margin: 0 0 0 120px;
  display: block;
}

.reading-book-dialog>.inner .col1 .row1 button.add-to-cart-new {
  width: 92%;
  height: 28px;
  margin: 0 auto;
  background: url(../img/add-to-cart.png) no-repeat;
  display: none;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  clear: both;
}

.reading-book-dialog>.inner .col1 .row1 button.add-to-cart-new:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.reading-book-dialog>.inner .col1 .row1 .productalert-btt {
  width: 100%;
}

.reading-book-dialog>.inner .col1 .row1 a {
  display: block;
}

.reading-book-dialog>.inner .col1 .row1 a img {
  margin: 0;
  width: 60px;
}

.reading-book-dialog>.inner .col1 .row2 {
  padding: 15px 0 15px 15px;
  position: relative;
}

.reading-book-dialog>.inner .col1 .row2 h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 15px;
  border-top: 2px solid #e9e9e9;
  padding-top: 15px;
  width: 195px;
}

.reading-book-dialog>.inner .col1 .row2 ul {
  list-style: none;
  padding: 0;
}

.reading-book-dialog>.inner .col1 .row2 ul li {
  margin-bottom: 2px;
}

.reading-book-dialog>.inner .col1 .row2 ul li a {
  font-size: 12px;
  font-weight: 700;
  padding: 8px 15px;
  display: block;
  color: #000;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  user-select: none;
}

.reading-book-dialog>.inner .col1 .myfb {
  width: 215px;
  height: 62px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 12px;
  background: url(../img/xread-fb.png) no-repeat;
}

.reading-book-dialog>.inner .col1 .fb-like {
  padding-top: 15px!important;
  width: 195px;
  text-align: center;
}

.reading-book-dialog>.inner .col2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 225px;
  padding-right: 225px;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.reading-book-dialog>.inner .col2 h2 {
  margin: 0;
  font-size: 16px;
  color: #444;
  text-align: center;
  padding: 0 9px;
  font-weight: 700;
  z-index: 13;
  position: relative;
  visibility: hidden;
}

.reading-book-dialog>.inner .col2 h2 span {
  font-weight: 700;
}

.reading-book-dialog>.inner .col2 iframe {
  width: 100%;
  background: #fff;
}

.reading-book-dialog>.inner .col3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 225px;
  border-left: 1px solid #e5e5e5;
}

.reading-book-dialog>.inner .col3 h2 {
  margin: 0;
  font-size: 16px;
  color: #444;
  text-align: center;
  font-weight: 400;
  padding: 0 9px;
}

.reading-book-dialog>.inner .col3 .row1 .author span,.reading-book-dialog>.inner .col3 .row2 ul li .price,.reading-book-dialog>.inner .col3 h2 span {
  font-weight: 700;
}

.reading-book-dialog>.inner .col3 .row1 {
  line-height: 15px;
  padding: 15px;
  position: relative;
  height: 305px;
}

.reading-book-dialog>.inner .col3 .row1 h3 {
  font-size: 16px;
  margin: 0 0 15px;
}

.reading-book-dialog>.inner .col3 .row1 .overlay-c {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=40);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.reading-book-dialog>.inner .col3 .row1 .overlay-c .loader {
  border-top: 5px solid rgba(255,255,255,.2);
  border-right: 5px solid rgba(255,255,255,.2);
  border-bottom: 5px solid rgba(255,255,255,.2);
  border-left: 5px solid #fff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 0;
}

.reading-book-dialog>.inner .col3 .row1 .author,.reading-book-dialog>.inner .col3 .row1 .description {
  font-size: 12px;
}

.reading-book-dialog>.inner .col3 .row1 .rating-box {
  width: 69px;
  height: 13px;
  margin-right: 10px;
  float: left;
  background: url(../img/product_rating_blank_star.gif) repeat-x;
}

.reading-book-dialog>.inner .col3 .row1 .rating-box .rating {
  height: 13px;
  background: url(../img/product_rating_full_star.gif) repeat-x;
}

.reading-book-dialog>.inner .col3 .row1 .title {
  font-size: 12px;
  font-weight: 700;
  color: #00aaf1;
}

.reading-book-dialog>.inner .col3 .row1 .ccontrol {
  position: absolute;
  bottom: 0;
  right: 15px;
}

.reading-book-dialog>.inner .col3 .row2 {
  padding: 0 15px 15px;
  overflow: hidden;
}

.reading-book-dialog>.inner .col3 .row2 h3 {
  margin: 0 0 10px;
  border-top: 2px solid #e9e9e9;
  font-size: 16px;
  padding-top: 15px;
}

.reading-book-dialog>.inner .col3 .row2 ul {
  list-style: none;
  padding: 0;
}

.reading-book-dialog>.inner .col3 .row2 ul li {
  margin-top: 15px;
}

.reading-book-dialog>.inner .col3 .row2 ul li p {
  font-size: 11px;
  margin-bottom: 3px;
}

.reading-book-dialog>.inner .col3 .row2 ul li a {
  color: #000;
}

.reading-book-dialog>.inner .col3 .row2 ul li .author {
  font-size: 10px;
}

.reading-book-dialog>.inner .col3 .row2 ul li .price span {
  font-weight: 400;
  text-decoration: line-through;
  color: #000;
}

.reading-book-dialog>.inner .col3 .row2 ul li .image {
  float: left;
  width: 50px;
  margin: 0 15px 0 0;
}

.reading-book-dialog>.inner .col3 .row2 ul li .image img {
  width: 50px;
}

.reading-book-dialog>.inner .col3 .row2 ul li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.reading-book-dialog>.inner .col3 .row2 a {
  font-size: 13px;
  font-weight: 700;
  color: #00aaf1;
  display: block;
}

.reading-book-dialog>.inner .col3 .row2 .sameurl {
  text-align: left;
  margin-top: 15px;
}

.reading-book-dialog .popover {
  width: 230px!important;
  padding: 0;
}

.reading-book-dialog .popover .popover-content {
  padding: 0!important;
  overflow: hidden;
}

.reading-book-dialog .font-wrap {
  list-style: none;
  padding: 0;
}

.reading-book-dialog .font-wrap li {
  line-height: normal;
  padding: 0 12px;
}

.reading-book-dialog .font-wrap li a {
  font-size: 13px;
  display: block;
  padding: 8px 0;
  color: #000;
  border-bottom: 1px solid #F2F2F2;
  margin: -1px 0 0;
}

.reading-book-dialog .font-wrap li a:hover {
  text-decoration: none;
}

.reading-book-dialog>.inner .control .next,.reading-book-dialog>.inner .control .prev {
  color: #fff;
  font-size: 25px;
  display: block;
  float: left;
  width: 45px;
  text-align: center;
  position: relative;
  z-index: 99;
  opacity: .7;
  filter: alpha(opacity=70);
  vertical-align: top;
}

.reading-book-dialog>.inner .control .next:hover,.reading-book-dialog>.inner .control .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.reading-book-dialog>.inner .control .font,.reading-book-dialog>.inner .control .zoomin,.reading-book-dialog>.inner .control .zoomout,.reading-book-dialog>.inner .control .zoomreset {
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: center;
  position: relative;
  float: left;
  z-index: 99;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 31px;
  height: 31px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  line-height: 26px;
  border: 3px solid #fff;
  vertical-align: top;
  margin: 4px 5px 0 0;
}

.reading-book-dialog>.inner .control .font:hover,.reading-book-dialog>.inner .control .zoomin:hover,.reading-book-dialog>.inner .control .zoomout:hover,.reading-book-dialog>.inner .control .zoomreset:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}

.reading-book-dialog>.inner .col1 .row2 ul li a.active,.reading-book-dialog>.inner .col1 .row2 ul li a:hover {
  background: #e9e9e9;
  text-decoration: none;
}

.reading-book-dialog>.inner .col3 .row1 .overlay-c .loader,.reading-book-dialog>.inner .col3 .row1 .overlay-c .loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@-webkit-keyframes load8 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes load8 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.reading-book-dialog>.inner .col3 .row1 .ccontrol .cnext,.reading-book-dialog>.inner .col3 .row1 .ccontrol .cprev {
  display: inline-block;
  background: #e5e5e5;
  color: #919296;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 0 4px;
  margin-left: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-icons,.tiki-icons-2,i.ico {
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.reading-book-dialog>.inner .col3 .row1 .ccontrol .cnext:hover,.reading-book-dialog>.inner .col3 .row1 .ccontrol .cprev:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.reading-book-dialog .font-wrap li.active,.reading-book-dialog .font-wrap li:hover {
  background: #F2F2F2;
}

@media (min-width:992px) {
  .reading-book-dialog {
    width: 97%;
    height: 92%;
  }

  .reading-book-dialog .inner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  .reading-book-dialog .inner .col2 h2 {
    visibility: visible;
  }

  .reading-book-dialog>.close {
    top: -10px;
    right: -10px;
  }
}

@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes tada {
  from,to {
    -webkit-transform: rotate3d(0,0,1,0);
    transform: rotate3d(0,0,1,0);
  }

  10%,20%,40%,60%,80% {
    -webkit-transform: rotate3d(0,0,1,-9deg);
    transform: rotate3d(0,0,1,-9deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: rotate3d(0,0,1,9deg);
    transform: rotate3d(0,0,1,9deg);
  }
}

@keyframes tada {
  from,to {
    -webkit-transform: rotate3d(0,0,1,0);
    transform: rotate3d(0,0,1,0);
  }

  10%,20%,40%,60%,80% {
    -webkit-transform: rotate3d(0,0,1,-9deg);
    transform: rotate3d(0,0,1,-9deg);
  }

  30%,50%,70%,90% {
    -webkit-transform: rotate3d(0,0,1,9deg);
    transform: rotate3d(0,0,1,9deg);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,-150%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,-150%,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,-150%,0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0,-150%,0);
    transform: translate3d(0,-150%,0);
  }
}

@font-face {
  font-family:'Tiki Icons';src:url(../font/tiki-icons/Tiki-Icons.eot?v=8);src:url(../font/tiki-icons/Tiki-Icons.eot?v=8#iefix) format("embedded-opentype"),url(../font/tiki-icons/Tiki-Icons.woff?v=8) format("woff"),url(../font/tiki-icons/Tiki-Icons.ttf?v=8) format("truetype"),url(../font/tiki-icons/Tiki-Icons.svg?v=8#Tiki-Icons) format("svg");font-weight:400;font-style:normal;
}

.tiki-icons {
  display: inline-block;
  font-family: 'Tiki Icons';
}

.tiki-icons-accessories:before {
  content: '\0041';
}

.tiki-icons-baby:before {
  content: '\0042';
}

.tiki-icons-beautiful:before {
  content: '\0043';
}

.tiki-icons-book:before {
  content: '\0044';
}

.tiki-icons-camera:before {
  content: '\0045';
}

.tiki-icons-electric:before {
  content: '\0046';
}

.tiki-icons-house:before {
  content: '\0047';
}

.tiki-icons-mobile:before {
  content: '\0048';
}

.tiki-icons-sport:before {
  content: '\0049';
}

.tiki-icons-stationary:before {
  content: '\004A';
}

.tiki-icons-toy:before {
  content: '\004B';
}

.tiki-icons-close:before {
  content: '\004C';
}

.tiki-icons-tivi:before {
  content: '\004D';
}

.tiki-icons-grocery:before {
  content: '\004E';
}

.tiki-icons-fashion:before {
  content: '\004F';
}

.tiki-icons-deal:before {
  content: '\0050';
}

.tiki-icons-health:before {
  content: '\0051';
}

.tiki-icons-fridge:before {
  content: '\0052';
}

@font-face {
  font-family:tiki-icons-2;src:url(../font/tiki-icons/tiki-icons-2.eot?v=3);src:url(../font/tiki-icons/tiki-icons-2.eot?v=3#iefix) format("embedded-opentype"),url(../font/tiki-icons/tiki-icons-2.ttf?v=3) format("truetype"),url(../font/tiki-icons/tiki-icons-2.woff?v=3) format("woff"),url(../font/tiki-icons/tiki-icons-2.svg?v=2#tiki-icons-3) format("svg");font-weight:400;font-style:normal;
}

.tiki-icons-2 {
  font-family: tiki-icons-2!important;
  speak: none;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
}

body.mobile-app-wrapper>footer#footer,body.mobile-app-wrapper>header#header,nav.offcanvas {
  display: none;
}

.tiki-icons-2-logo:before {
  content: "\e900";
}

.tiki-icons-2-laptop:before {
  content: "\e911";
}

@font-face {
  font-family:icomoon;src:url(../font/icon-fonts/icomoon.ttf?e1dgso) format("truetype"),url(../font/icon-fonts/icomoon.woff?e1dgso) format("woff"),url(../font/icon-fonts/icomoon.svg?e1dgso#icomoon) format("svg");font-weight:400;font-style:normal;
}

i.ico {
  font-family: icomoon!important;
  speak: none;
  font-variant: normal;
  text-transform: none;
}

.ico-google:before {
  content: "";
}

.ico-facebook:before {
  content: "";
}

.ico-arrow-next:before {
  content: "";
}

.ico-arrow-back:before {
  content: "";
}

.ico-bottle:before {
  content: "";
}

.ico-sprayer:before {
  content: "";
}

.ico-electronic:before {
  content: "";
}

.ico-headphone:before {
  content: "";
}

.ico-tv:before {
  content: "";
}

.ico-lipsticks:before {
  content: "";
}

.ico-book:before {
  content: "";
}

.ico-camera:before {
  content: "";
}

.ico-half-star:before {
  content: "";
}

.ico-lamp:before {
  content: "";
}

.ico-laptop:before {
  content: "";
}

.ico-pan:before {
  content: "";
}

.ico-sport:before {
  content: "";
}

.ico-toy:before {
  content: "";
}

.ico-tshirt:before {
  content: "";
}

.ico-cellphone:before {
  content: "";
}

.ico-burger-menu:before {
  content: "";
}

.ico-check-off:before {
  content: "";
}

.ico-check-on:before {
  content: "";
}

.ico-arrow-down:before {
  content: "";
}

.ico-cart:before {
  content: "";
}

.ico-close:before {
  content: "";
}

.ico-close-circle:before {
  content: "";
}

.ico-fire:before {
  content: "";
}

.ico-info:before {
  content: "";
}

.ico-mobile:before {
  content: "";
}

.ico-search:before {
  content: "";
}

.ico-search-bold:before {
  content: "";
}

.ico-user:before {
  content: "";
}

.ico-logo:before {
  content: "";
}

.ico-order-tracking:before {
  content: "";
}

.ico-radio-off:before {
  content: "";
}

.ico-radio-on:before {
  content: "";
}

.ico-star:before {
  content: "";
}

body {
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
  font-family: Arial,Helvetica,sans-serif;
  line-height: normal;
}

input[placeholder] {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input {
  text-overflow: ellipsis;
}

.no-overflow {
  overflow: hidden!important;
}

.mobile-app-wrapper .icheck {
  opacity: 1!important;
  filter: alpha(opacity=100)!important;
}

.modal-header .close {
  padding: 10px;
}

.tiki-all-top-banner {
  position: relative;
  background: #fff;
}

.tiki-all-top-banner.has-z-index {
  z-index: 9999;
}

.alert-added-cart {
  margin-top: 20px!important;
  width: 300px;
}

.alert-added-cart .icon {
  float: left;
  background: #00b7f1;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  margin-bottom: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.alert-added-cart .text {
  margin-bottom: 0;
}

.alert-added-cart .text a {
  display: block;
  color: #00b7f1;
}

.alert-added-cart .popover-content::after {
  clear: both;
  content: "";
  display: table;
}

.global-overlay {
  position: fixed;
  opacity: .7;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: none;
}

.wrap {
  z-index: 1;
  position: relative;
}

.wrap.has-margin-top {
  margin-top: 104px;
}

.MagicThumb-expanded>div>div,.MagicThumb-expanded>div>span,.MagicZoomBigImageCont div {
  text-indent: 99999999999!important;
  font-size: 0!important;
}

.popover .popover-content {
  font-size: 13px;
}

.list-pager {
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.list-pager ul {
  list-style: none;
  margin: 0;
  text-align: center;
  padding: 0;
}

.list-pager ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
}

.list-pager ul li .current,.list-pager ul li a.normal {
  display: inline-block;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
}

.list-pager ul li .current {
  border: 1px solid #ccc;
  margin: 0 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
}

.list-pager ul li a.normal {
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #00aaf1;
  text-decoration: none;
}

.list-pager ul li a.normal i.fa {
  padding-left: 8px;
  font-size: 20px;
  color: #444;
}

.list-pager ul li a.next,.list-pager ul li a.prev {
  padding: 0 8px;
  height: 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  line-height: 22px;
}

.list-pager ul li a.normal:hover {
  border: 1px solid #ccc;
  background: #fff;
}

.list-pager ul li a.prev {
  color: #444;
  font-size: 15px;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.list-pager ul li a.prev i.fa {
  font-size: 22px;
  vertical-align: middle;
}

.list-pager ul li a.prev:hover {
  color: #00b7f1;
  border: 1px solid #ccc;
}

.list-pager ul li a.next {
  color: #444;
  font-size: 15px;
  border: 1px solid transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.list-pager ul li a.next i.fa {
  font-size: 22px;
  vertical-align: middle;
}

.list-pager ul li a.next:hover {
  color: #00b7f1;
  border: 1px solid #ccc;
}

.form-control {
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info {
  background: #00b6f0;
}

.birthday-picker select {
  display: inline-block;
  width: 30%;
}

.birthday-picker select[name="birth[month]"] {
  margin: 0 5%;
}

.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
}

.panel-collapse .list-group-item {
  border-radius: 0;
}

.panel-collapse .list-group-item li.list-group-item {
  margin: 0 -15px;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  padding-left: 30px;
}

.panel-collapse .list-group-item li.list-group-item:last-child {
  padding-bottom: 0;
}

.panel-collapse .list-group .list-group {
  margin: 10px 0 0;
}

.panel-collapse div.list-group div.list-group {
  margin: 0;
}

.product-item .image,.product-item>a {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.panel-collapse div.list-group .list-group a.list-group-item {
  border-top: 1px solid #ddd;
  border-bottom: 0;
  padding-left: 30px!important;
}

.loader {
  display: none;
}

.loader.is-child {
  width: 50px;
  overflow: hidden;
}

.loader.is-small,.loader.is-small .loader-circle:after {
  width: 15px;
  height: 15px;
}

.loader.is-child .loader-circle,.loader.is-child .loader-overlay {
  position: absolute;
}

.loader.is-small {
  display: block;
  overflow: hidden;
  margin: auto;
}

.loader.is-small .loader-overlay {
  display: none;
}

.loader.is-small .loader-circle {
  position: static;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #444;
  width: 15px;
  height: 15px;
}

.loader .loader-overlay {
  background: rgba(0,0,0,.1);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999998;
}

.loader .loader-circle,.loader .loader-circle:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.loader .loader-circle {
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #333;
  -webkit-animation: loader-animation 1.1s infinite linear;
  animation: loader-animation 1.1s infinite linear;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #baf0ff;
}

.tooltip.left .tooltip-arrow,.tooltip.sticky-screen-banner.right .tooltip-arrow {
  border-left-color: #baf0ff;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #baf0ff;
}

.tooltip .tooltip-inner {
  text-align: left;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.alert {
  padding: 8px;
  font-size: 13px;
  margin-bottom: 10px;
}

.vertical-align {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.product-item {
  display: block;
  padding: 8px 0;
  border: 1px solid transparent;
  position: relative;
}

.product-item.is-book .image {
  height: 260px;
}

.product-item.abc-testing-product-item .image {
  height: 175px;
}

.product-item>a {
  display: block;
  width: 100%;
}

.product-item>a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.product-item .tag-img img {
  max-width: 100%;
}

.product-item .image {
  display: block;
  position: relative;
  text-align: center;
  background: #fff;
  height: 175px;
  white-space: nowrap;
}

.product-item .image:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.product-item .image img {
  border: none;
  position: relative;
  width: 100%;
  max-width: 175px;
}

.product-item .image .bigSale,.product-item .image .img24h,.product-item .image .imgEbook {
  width: 42px!important;
  position: absolute;
  z-index: 1;
}

.product-item .image .img24h {
  top: 0;
  right: 0;
}

.product-item .image .img-tet {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-item .image .bigSale {
  top: 0;
  right: -3px;
}

.product-item .image .bigSale.is-24h {
  top: 30px;
}

.product-item .image .imgEbook {
  top: 10px;
  right: 0;
}

.product-item .image .img8-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 32px!important;
}

.product-item .image .img-tra-gop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 89px;
}

.product-item .image .img-1-6 {
  bottom: 0;
  right: 0;
  position: absolute;
}

.product-item .image .img-1-6 img {
  width: 30px;
}

.product-item .image .book-review {
  display: block;
  position: absolute;
  width: 61px;
  height: 29px;
  background: url(../img/book-review-small.png) no-repeat;
  bottom: 0;
  right: 0;
}

.product-item .image .gift {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: 0 0;
}

.product-item .image .gift:before {
  /*content: url(../img/icon-svg/icon-gift.svg?v=1);*/
  display: block;
}

.product-item .image .sale-tag {
  display: block;
  position: absolute;
  width: 44px;
  height: 35px;
  text-align: center;
  background: url(../img/sale-tag.png) no-repeat;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.product-item .image .promo {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .87rem;
  text-transform: uppercase;
  color: #e62446;
  text-align: right;
  border-top: 2px solid #e62446;
  border-bottom: 2px solid #e62446;
  line-height: 1.3;
  white-space: nowrap;
}

.product-item .image .promo span {
  display: block;
}

.product-item .image .promo span .impt {
  font-size: 1.2rem;
  vertical-align: bottom;
  font-weight: 700;
  font-style: normal;
}

.product-item .title {
  display: block;
  font-size: 13px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 8px auto 0;
  height: 36px;
  line-height: 18px;
}

.product-item .title img {
  max-height: 20px;
}

.product-item .hcm {
  display: block;
  margin-top: 10px;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
}

.product-item .hcm img {
  max-width: 135px;
}

.product-item p {
  padding: 5px 0 0;
  color: #777;
  font-size: 13px;
  text-align: left;
  margin: 0;
}

.product-item .notify {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: green;
  font-weight: 700;
  font-size: 12px;
}

.product-item .notify a {
  font-size: 11px;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 4px 2px;
  text-align: center;
  background: #44AC52;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.product-item .notify a:hover {
  opacity: .8;
  text-decoration: none;
}

.product-item .author {
  padding: 5px 0 0;
  color: #777;
  font-size: 11px;
  text-align: left;
}

.product-item .rating,.product-item .review {
  font-size: 12px;
  display: inline-block;
  padding: 5px 0 0;
}

.product-item .review {
  text-align: left;
}

.product-item .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.product-item .rating .rating-content .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product-item .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.product-item .rating .rating-content .star:before {
  content: "\f005";
}

.product-item .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.product-item .rating .rating-content span .star {
  color: #f0c808;
}

.product-item .price-sale {
  font-size: 14px;
  color: #444;
  font-weight: 700;
  padding: 5px 0 0;
  text-align: left;
}

.product-item .price-sale .price-regular {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
  display: inline-block;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-item .price-sale-box {
  border: 1px solid #0050a1;
  color: #000!important;
  font-weight: 700;
  margin-top: 5px;
  padding-bottom: 5px!important;
  padding-top: 0!important;
  text-align: center!important;
}

.product-item .price-sale-box label {
  background-color: #0050a1;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 5px 7px;
  position: relative;
}

.product-item .price-sale-box label:before {
  content: ' ';
  border-top: 5px solid transparent;
  border-left: 5px solid #0050A1;
  border-bottom: 5px solid transparent;
  display: none;
  margin-top: -5px;
  right: -5px;
  position: absolute;
  top: 50%;
}

.product-item .price-tag-sale-box .tag-label,.product-item .price-tag-sale-box .tag-price {
  display: inherit;
  font-weight: 400;
  font-style: italic;
}

.product-item .price-tag-sale-box {
  margin-top: 3px;
}

.product-item .price-tag-sale-box .tag-label {
  margin-bottom: 2px;
}

.product-item .price-tag-sale-box .tag-price span {
  color: #444;
  font-weight: 700;
}

.product-item .price-tag-sale-box .red {
  color: #e82b2b!important;
}

.product-item .sale-tag-square {
  background-color: #ff9601;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  margin-top: -2px;
  padding: 5px;
  vertical-align: middle;
}

.product-item .other {
  padding: 5px 0 0;
  text-align: left;
  font-size: 12px;
  color: #00b7f1;
  font-weight: 700;
}

.product-item .other.green {
  color: green;
}

.product-item .other.red {
  color: red;
}

.product-item .add-to-cart {
  font-size: 11px;
  padding: 5px;
  outline-color: #ccc;
  margin: 5px auto 0;
  width: 100%;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.product-item .add-to-cart img {
  display: inline-block;
  margin-right: 4px;
}

.product-item .miki-add-to-cart {
  background-color: #e7e7e7;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: -8px;
}

.product-item .miki-add-to-cart:hover {
  background-color: #dcdcdc;
}

.product-item .miki-add-to-cart .icon {
  display: inline-block;
  margin-right: 5px;
  max-width: 7px;
}

.product-item .miki-add-to-cart .text {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.product-item .remove-product {
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #ccc;
  padding-left: 6px;
  padding-right: 6px;
  outline-color: #ccc;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  z-index: 99;
}

.product-item .stock-warning {
  color: #ee2347;
  font-size: 11px;
  text-align: left;
  width: 175px;
  margin: 0 auto;
}

.swiper-carousel-wrapper {
  overflow: hidden;
}

.swiper-carousel-wrapper .swiper-button-next,.swiper-carousel-wrapper .swiper-button-prev {
  opacity: .2;
  width: 40px;
  height: 60px;
  pointer-events: auto!important;
  display: none;
  z-index: 1;
}

.swiper-carousel-wrapper .swiper-button-next:hover,.swiper-carousel-wrapper .swiper-button-prev:hover {
  background-color: rgba(0,0,0,.5);
}

.swiper-carousel-wrapper .swiper-button-next {
  right: 0;
  top: 95px;
  margin-top: 0;
}

.swiper-carousel-wrapper .swiper-button-prev {
  left: 0;
  top: 95px;
  margin-top: 0;
}

.swiper-carousel-wrapper .swiper-container {
  position: relative;
}

.swiper-carousel-wrapper .swiper-slide {
  position: relative;
  padding: 0 2px;
  width: 50%;
}

.banner-swiper-wrapper {
  width: 100%;
  height: 100%;
  max-height: 260px;
  margin-bottom: 25px;
  overflow: hidden;
}

.banner-swiper-wrapper .swiper-button-next,.banner-swiper-wrapper .swiper-button-prev {
  display: none;
}

.banner-swiper-wrapper .swiper-button-next {
  right: 0;
}

.banner-swiper-wrapper .swiper-button-prev {
  left: 0;
}

.banner-swiper-wrapper .swiper-pagination {
  display: block;
  position: relative;
  bottom: auto;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.banner-swiper-wrapper .loader-circle,.banner-swiper-wrapper .loader-circle:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.banner-swiper-wrapper .swiper-slide {
  overflow: hidden;
}

.banner-swiper-wrapper .swiper-slide a {
  display: block;
}

.banner-swiper-wrapper .loader-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  overflow: hidden;
  display: none;
  border-top: 4px solid rgba(255,255,255,.6);
  border-right: 4px solid rgba(255,255,255,.6);
  border-bottom: 4px solid rgba(255,255,255,.6);
  border-left: 4px solid rgba(117,115,115,.44);
  -webkit-animation: loader-animation 1.1s infinite linear;
  animation: loader-animation 1.1s infinite linear;
}

.btn-gradiant {
  border: 1px solid #ccc;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  height: 28px;
  outline-color: #ccc;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  color: #444;
}

.btn-gradiant:focus,.btn-gradiant:hover {
  text-decoration: none;
  opacity: .8;
  color: #000;
}

.btn-gradiant .fa {
  margin-left: 5px;
}

.grayscale-effect {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.grayscale-effect image:hover {
  opacity: 0;
}

.sticky-screen-banner {
  position: fixed;
  z-index: 999;
  display: none;
  opacity: 0;
}

.sticky-screen-banner.left,.sticky-screen-banner.right {
  bottom: 220px;
  left: 0;
  display: none;
}

.sticky-screen-banner.right {
  left: auto;
  right: 0;
}

.sticky-screen-banner.bottom {
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.sticky-screen-banner.bottom .sticky-screen-banner-inner {
  box-shadow: 0 -1px 4px 0 rgba(0,0,0,.3);
}

.sticky-screen-banner.left .sticky-screen-banner-inner .close,.sticky-screen-banner.right .sticky-screen-banner-inner .close {
  background-color: transparent;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: normal;
  padding: 5px 0 5px 5px;
  top: -24px;
  width: auto;
}

.sticky-screen-banner.left .sticky-screen-banner-inner .close:hover,.sticky-screen-banner.right .sticky-screen-banner-inner .close:hover {
  color: #000;
}

.sticky-screen-banner:hover {
  z-index: 1000;
}

.sticky-screen-banner-inner {
  position: relative;
  min-height: 25px;
}

.sticky-screen-banner-inner>a {
  display: block;
}

.sticky-screen-banner-inner .close-icon,.zalo-banner span {
  display: inline-block;
}

.sticky-screen-banner-inner img {
  margin: 0 auto;
}

.sticky-screen-banner-inner .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  background-color: #000;
  opacity: 1;
}

.tiki-friends-remind-banner .sticky-screen-banner-inner {
  background-color: #00b7f1;
  font-size: 24px;
}

.tiki-friends-remind-banner .sticky-screen-banner-inner.sm {
  font-size: 19px;
}

.tiki-friends-remind-banner .sticky-screen-banner-inner .holder {
  color: #fff;
  padding: 20px 20px 20px 220px;
  position: relative;
}

.tiki-friends-remind-banner .sticky-screen-banner-inner .holder:focus,.tiki-friends-remind-banner .sticky-screen-banner-inner .holder:hover {
  text-decoration: none;
}

.tiki-friends-remind-banner .sticky-screen-banner-inner .girls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 222px;
}

.tiki-friends-remind-banner .sticky-screen-banner-inner .go-now-btn {
  display: inline-block;
  background-color: #f05e5f;
  color: #fff;
  padding: 6px 12px 6px 18px;
  border-radius: 6px;
  border: 0;
  border-bottom: 3px solid #983c3d;
  text-align: center;
  font-size: 12px;
  position: relative;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: -4px;
}

.tiki-friends-remind-banner .sticky-screen-banner-inner .go-now-btn:focus,.tiki-friends-remind-banner .sticky-screen-banner-inner .go-now-btn:hover {
  text-decoration: none;
}

.tiki-friends-remind-banner .sticky-screen-banner-inner .go-now-btn .fa-chevron-right {
  font-size: 9px;
  margin-left: 8px;
}

.fancybox-overlay {
  z-index: 8029;
}

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}

.zalo-banner {
  text-align: center;
  background: #77C04B;
  font-size: 0;
}

.zalo-banner span {
  margin: 15px 10px;
}

.banner-chirstmas-sticky {
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 10;
  display: none;
}

.ces-banner,.tet-2016-banner {
  z-index: 999;
  position: fixed;
  display: none;
}

.ces-banner {
  bottom: 110px;
  left: 0;
}

.tet-2016-banner {
  bottom: 210px;
  right: 0;
}

.pho-sach-he-icon {
  position: fixed;
  right: 0;
  top: 15px;
  z-index: 100;
}

.box-related-product-footer {
  margin-bottom: 15px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.box-related-product-footer.is-home {
  margin-bottom: 0;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
}

.box-related-product-footer.is-home .js-list-product {
  display: none;
}

.box-related-product-footer.is-home .product-author-title {
  height: 38px;
  margin-top: 15px;
  margin-bottom: 18px;
  position: relative;
  border-radius: 3px;
}

.box-related-product-footer.is-home .product-author-title h4 {
  height: 100%;
  position: relative;
  display: inline-block;
  border-radius: 3px 0 0 3px;
  line-height: 36px;
  padding: 0;
  margin: 0;
  color: #00b7f1;
  font-size: 24px;
  text-shadow: none;
}

.box-related-product-footer.is-home .product-author-title h4:after {
  content: " ";
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 18px solid transparent;
  border-left: 13px solid #00b7f1;
  border-right: 0 solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  right: -13px;
  display: none;
}

.box-related-product-footer.is-home .box-related-product-loader {
  margin: 0 auto;
  font-size: 10px;
  overflow: hidden;
  border-top: 4px solid rgba(255,247,247,.6);
  border-right: 4px solid rgba(255,247,247,.6);
  border-bottom: 4px solid rgba(255,247,247,.6);
  border-left: 4px solid rgba(117,115,115,.44);
  -webkit-animation: loader-animation 1.1s infinite linear;
  animation: loader-animation 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.box-related-product-footer.is-home .box-related-product-loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.notie {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0,-150%,0);
  transform: translate3d(0,-150%,0);
  -webkit-animation: slideInDown 1s ease 0s forwards,slideInUp 1s ease 4s forwards;
  animation: slideInDown 1s ease 0s forwards,slideInUp 1s ease 4s forwards;
}

.notie .alert {
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px 15px;
}

.box-list {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px 15px 5px!important;
}

.box-list>ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.box-list>ul>li {
  display: inline-block;
  padding-bottom: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}

.box-list>ul>li>a {
  color: #000!important;
  font-size: 13px;
}

.box-list-title {
  border-bottom: 0!important;
}

.customer-effort-score {
  border: 1px solid #ccc;
  padding: 15px 15px 0;
  border-radius: 3px;
}

.customer-effort-score .question0,.customer-effort-score .question1,.customer-effort-score .question2,.customer-effort-score .question3 {
  margin-bottom: 15px;
}

.customer-effort-score .question0 .fa {
  color: #19C91E;
}

.customer-effort-score .question0 .btn {
  margin-bottom: 5px;
}

.customer-effort-score .question0>span,.customer-effort-score .question1>span,.customer-effort-score .question2>span,.customer-effort-score .question3>span {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.customer-effort-score select {
  width: 50%;
}

.customer-effort-score .btn-primary {
  margin-top: 15px;
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  padding: 6px 12px;
  font-size: 14px;
  display: block;
}

.customer-effort-score .yes-no>.btn {
  width: 100px;
}

@media (min-width:480px) {
  .product-item .add-to-cart,.product-item .miki-add-to-cart,.product-item .notify,.product-item>a {
    width: 175px;
  }

  .product-item .miki-add-to-cart {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-carousel-wrapper .swiper-slide {
    width: 50%;
  }
}

@media (min-width:640px) {
  .swiper-carousel-wrapper .swiper-slide {
    width: 33.33%;
  }
}

@media (min-width:768px) {
  .notie .alert {
    font-size: 18px;
    margin-bottom: 0;
    padding: 18px 15px;
  }

  .box-list>ul>li {
    width: 33.3333333%;
  }

  .product-item .price-sale-box {
    height: 28px;
    margin-top: 5px;
    padding-top: 6px!important;
  }

  .product-item .price-sale-box label {
    float: left;
    font-size: 1.1rem;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: -6px;
    padding: 1px 7px;
    position: relative;
  }

  .product-item .price-sale-box label:before {
    display: block;
  }
}

@media (min-width:992px) {
  .box-related-product-footer.is-home .product-author-title h4:after,.ces-banner,.sticky-screen-banner,.tet-2016-banner {
    display: block;
  }

  body.chirstmas .wrap-header {
    max-height: none;
  }

  body.chirstmas .wrap-header .header-logo>a {
    height: 47px;
  }

  body.chirstmas .wrap-header .header-logo>a .chirstmas-logo {
    width: 150px;
    margin-top: -7px;
  }

  body.chirstmas>.wrap {
    background: url(../img/chirstmas/chirstmas-footer.png) bottom center no-repeat,url(../img/chirstmas/chirstmas-body.jpg);
    background-size: contain,contain;
    padding-bottom: 150px;
    margin-bottom: 0;
    min-height: 600px;
  }

  body.chirstmas>.wrap>.container {
    position: relative;
  }

  body.chirstmas>.wrap>.container:after,body.chirstmas>.wrap>.container:before {
    content: '';
    position: absolute;
    top: 0;
    left: -322px;
    background: url(../img/chirstmas/chirstmas-left.png) top center no-repeat;
    width: 343px;
    height: 509px;
  }

  body.chirstmas>.wrap>.container:after {
    left: auto;
    right: -355px;
    background: url(../img/chirstmas/chirstmas-right.png) top center no-repeat;
    width: 354px;
    height: 370px;
  }

  body.tet-nguyen-dan .wrap-header .header-logo>a .tet-nguyen-dan-logo {
    margin-top: -10px;
    width: 145px;
    height: 58px;
  }

  .product-item:hover {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
  }

  .product-item .add-to-cart {
    visibility: hidden;
  }

  .product-item .miki-add-to-cart {
    border-radius: 0;
    visibility: hidden;
    width: 100%;
  }

  .banner-swiper-wrapper {
    background: #f3f3f3;
  }

  .banner-swiper-wrapper .swiper-button-next,.banner-swiper-wrapper .swiper-button-prev {
    width: 40px;
    height: 60px;
    pointer-events: auto!important;
    display: block;
    margin-top: -30px;
    opacity: .2;
  }

  .banner-swiper-wrapper .swiper-button-next:hover,.banner-swiper-wrapper .swiper-button-prev:hover {
    background-color: rgba(0,0,0,.5);
  }

  .banner-swiper-wrapper .swiper-pagination-bullet-active {
    background: #fff;
  }

  .banner-swiper-wrapper .swiper-pagination {
    bottom: 0;
    padding: 5px 0;
    position: absolute;
    height: auto;
  }

  .banner-swiper-wrapper .swiper-pagination:hover {
    background-color: rgba(0,0,0,.1);
  }

  .banner-swiper-wrapper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .banner-swiper-wrapper .swiper-pagination-bullet:hover {
    background: #fff;
    opacity: 1;
  }

  .box-related-product-footer.is-home .product-author-title {
    background: #fafafa;
    border: 1px solid #e5e5e5;
  }

  .box-related-product-footer.is-home .product-author-title h4 {
    background-color: #00b7f1;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px 0 15px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  }

  .box-list>ul>li {
    width: 25%;
  }
}

@media (min-width:1200px) {
  .banner-chirstmas-sticky,.customer-effort-score.is-style-2,.swiper-carousel-wrapper .swiper-button-next,.swiper-carousel-wrapper .swiper-button-prev {
    display: block;
  }

  body.chirstmas>.wrap {
    background-size: auto,contain;
    padding-bottom: 250px;
    min-height: 700px;
  }

  body.tet-nguyen-dan .wrap-header .header-logo>a .tet-nguyen-dan-logo {
    margin-top: -18px;
    width: 178px;
    height: 71px;
  }

  body.tet-nguyen-dan.tiki-home .wrap-header.affix-top {
    box-shadow: none;
  }

  body.tet-nguyen-dan.tiki-home .wrap-header.affix {
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
  }

  body.tet-nguyen-dan.tiki-home>.wrap {
    background: url(../img/tet-nguyen-dan/line.png) center top repeat-x #fff;
  }

  body.tet-nguyen-dan.tiki-home>.wrap>.container:nth-child(1) {
    position: relative;
  }

  body.tet-nguyen-dan.tiki-home>.wrap>.container:nth-child(1):after,body.tet-nguyen-dan.tiki-home>.wrap>.container:nth-child(1):before {
    background: url(../img/tet-nguyen-dan/left-bg.png) top left no-repeat;
    content: '';
    height: 277px;
    position: absolute;
    top: 0;
    width: 369px;
  }

  body.tet-nguyen-dan.tiki-home>.wrap>.container:nth-child(1):before {
    left: -352px;
  }

  body.tet-nguyen-dan.tiki-home>.wrap>.container:nth-child(1):after {
    background: url(../img/tet-nguyen-dan/right-bg.png) top right no-repeat;
    right: -352px;
  }

  .customer-effort-score .question0 .btn {
    width: 100%;
    text-align: left;
  }

  .customer-effort-score select {
    width: 100%;
  }

  .customer-effort-score.is-style-2 .question0 .btn {
    width: auto;
    text-align: center;
  }

  .customer-effort-score.is-style-2 select {
    width: auto;
  }

  .swiper-carousel-wrapper {
    padding: 0 40px;
    position: relative;
  }

  .swiper-carousel-wrapper .swiper-slide {
    width: 25%;
  }

  .product-item .remove-product {
    display: none;
  }

  .product-item .remove-product:hover {
    opacity: .8;
  }

  .product-item:hover>.remove-product,.sticky-screen-banner.bottom,.sticky-screen-banner.left,.sticky-screen-banner.right {
    display: block;
  }

  .sticky-screen-banner.tiki-friends-remind-banner {
    display: none;
  }

  .box-list>ul>li {
    width: 20%;
  }
}

.modal-backdrop.dark-style,.show-fanpage:hover {
  opacity: .9;
}

#tikiFriendBanner16k img,.size-chart-modal .btn-group {
  width: 100%;
}

#tikiFriendBanner16k .modal-body {
  padding: 0;
}

#tikiFriendBanner16k .close {
  position: absolute;
  top: 5px;
  right: 1px;
  font-size: 16px;
}

@media (max-width:767px) {
  .breadcrumb-wrap .breadcrumb {
    overflow: scroll;
    white-space: nowrap;
  }

  .breadcrumb-wrap .breadcrumb li {
    float: none;
    display: inline-block;
    font-size: 12px;
  }

  .breadcrumb-wrap .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  body.tiki-cart .breadcrumb-wrap,body.tiki-product .breadcrumb-wrap .breadcrumb li:last-child {
    display: none;
  }
}

a.size-chart-handle {
  color: #00B7F1;
  font-size: 12px;
  margin: 0 0 6px;
  display: inline-block;
  outline: 0;
}

a.size-chart-handle .fa {
  color: #00AAF1;
  font-size: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

.size-chart-modal .panel-heading {
  font-size: 24px;
  text-align: center;
}

.size-chart-modal .btn-close {
  margin: 0 15px 15px;
  float: right;
}

.size-chart-modal h4 {
  margin-top: 30px;
}

.size-chart-modal p {
  margin-top: 15px;
}

.size-chart-modal .nav-tabs>li {
  width: 25%;
  text-align: center;
}

.size-chart-modal .nav-tabs>li a {
  font-weight: 700;
  font-size: 16px;
}

.size-chart-modal table {
  border: 1px solid #DDD;
  padding: 15px 15px 0;
  font-size: 15px;
  text-align: center;
}

.size-chart-modal table:last-child {
  margin-bottom: 0;
}

.size-chart-modal table tr:nth-child(even) {
  background-color: #f6f6f6;
}

.size-chart-modal .table>thead>tr>th {
  border-bottom: 1px solid #ddd;
  background: linear-gradient(to bottom,#f8f8f8,#eee);
  text-align: center;
}

.size-chart-modal .table tr td,.size-chart-modal .table tr th {
  width: 20%;
  border-right: 1px solid #ddd;
}

.size-chart-modal .table tr td:last-child,.size-chart-modal .table tr th:last-child {
  border-right: 0;
}

.size-chart-modal .table.no-fix-width tr td,.size-chart-modal .table.no-fix-width tr th {
  width: auto;
}

.size-chart-modal .close {
  line-height: .8;
}

.fb-loaded .show-fanpage {
  display: none;
}

.footer-facebook.loading .fb-like {
  display: inline-block;
  width: 254px;
  height: 64px;
  background-image: url(../img/fb_loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.show-fanpage {
  background-image: url(../img/facebook.png);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 3px 2px;
  border: 0;
  color: #fff;
  line-height: 32px;
  background-color: #3B5998;
  padding: 0 9px 0 16px;
  border-radius: 3px;
  font-size: 17px;
  width: 180px;
  text-align: center;
}

.show-fanpage span {
  display: inline-block;
  border-left: 1px solid #5172B7;
  border-right: 1px solid #243E75;
  height: 32px;
  vertical-align: middle;
  margin-left: 18px;
  float: left;
}

img.lazy-common {
  background-image: url(../img/lazy-loading-2.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#gioi-thieu h3 {
  border-bottom: none;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
}

span.logo-text-swipe {
  color: #05b2e9;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: auto;
  display: block;
}

.static-banner-block {
  padding-right: 22px;
  padding-left: 22px;
  margin-bottom: 15px;
}

.static-banner-block .block-link {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}

.static-banner-block .block-link img {
  width: auto!important;
  max-width: 100%;
  margin-bottom: 5px!important;
}

.static-banner-block .title {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.static-banner-block .col-sm-2-10 {
  width: 20%!important;
}

.static-banner-block [class^=col] {
  margin-bottom: 10px;
  margin-top: 10px;
}

.static-banner-block .content {
  padding: 0 15px;
  color: #000;
  text-align: left;
}

.gender-select-wrap .gender-select {
  padding-left: 0!important;
  margin-top: 7px;
  font-weight: 700!important;
}

.gender-select-wrap .gender-select>div {
  margin-right: 5px;
  margin-top: -1px;
}

.gender-select-wrap .gender-select .form-control-feedback {
  display: none!important;
}

.gender-select-wrap .help-block {
  display: none;
}

.gender-select-wrap .has-error .help-block {
  display: block;
}

p.ad-restricted-text {
  padding: 0 22px;
  font-size: 10px;
  margin-top: 5px;
}

.top-bar {
  background: #fd6740;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width:991px) {
  .top-bar {
    display: none;
  }
}

.top-bar a {
  text-decoration: none;
}

.top-bar .label {
  font-size: 14px;
  color: #fd6740;
  background: #fff;
}

.top-bar .fa {
  font-size: 28px;
  vertical-align: bottom;
  margin-right: 1px;
  line-height: 14px;
}

.nonproduct-list {
  overflow: hidden;
  padding: 5px;
  clear: both;
  margin: 0;
}

.nonproduct-list li:hover {
  background-color: #EEE;
  -webkit-box-shadow: -1px 2px 5px 2px #d9d9d9;
  -moz-box-shadow: -1px 2px 5px 2px #d9d9d9;
  box-shadow: -1px 2px 5px 2px #d9d9d9;
}

.nonproduct-list li {
  float: left;
  display: block;
  margin: 5px;
  text-align: center;
  text-overflow: ellipsis;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.nonproduct-list li a,.nonproduct-list li em {
  display: block;
}

.nonproduct-list li a:hover {
  text-decoration: none;
}

.nonproduct-list li .thumbnail {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #DDD;
  background-color: #FFF;
  display: inline-block;
  overflow: hidden;
}

.nonproduct-list li .thumbnail img {
  min-width: 96px;
  margin-top: -12px;
  margin-left: -12px;
}

.nonproduct-list li .thumbnail:hover {
  -webkit-box-shadow: -1px 2px 5px 2px #d9d9d9;
  -moz-box-shadow: -1px 2px 5px 2px #d9d9d9;
  box-shadow: -1px 2px 5px 2px #d9d9d9;
}

.nonproduct-list li .name {
  color: #333;
  text-align: center;
  padding: 7px 5px;
}

.nonproduct-list li .type {
  color: #CCC;
  text-transform: uppercase;
}

.nonproduct-attr-list {
  padding: 0;
  margin: 0;
}

.nonproduct-attr-list li {
  display: inline-block;
  background-color: #EEE;
  color: #666;
  font-weight: 700;
  margin-left: 5px;
  border: 1px solid #DDD;
  padding: 3px;
}

.nonproduct-campaign-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.nonproduct-campaign-list li img.banner {
  max-width: 100%;
}

.nonproduct-wrapper {
  padding: 15px;
}

.nonproduct-wrapper h3 {
  font-size: 1.6em;
}

.tiki-categories .fancybox-wrap .fancybox-skin-2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tiki-categories .fancybox-wrap .fancybox-outer .mobile-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  z-index: 999;
}

.tiki-categories .fancybox-wrap .fancybox-outer .mobile-button .btn-default {
  height: 40px;
  background: #fff;
  width: 50%;
  border-left: none;
  border-bottom: none;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tiki-categories .fancybox-wrap .fancybox-outer .mobile-button .btn-default.full {
  width: 100%;
}

.tiki-categories .fancybox-wrap .box-left-wrap .box-left {
  padding: 10px 10px 40px;
}

.tiki-categories .search-alternative-keyword .filter-list-box ul.suggest-list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tiki-categories .search-alternative-keyword .filter-list-box ul.suggest-list li {
  display: inline-block;
  padding: 3px 0 3px 22px;
}

.tiki-categories .search-alternative-keyword .filter-list-box ul.suggest-list li a {
  font-size: 13px;
}

.tiki-categories .search-alternative-keyword .filter-list-box ul.suggest-list li a:hover {
  color: #00b7f1;
}

.tiki-categories .search-alternative-keyword .filter-list-box h3 {
  display: inline-block;
  padding-top: 7px;
  font-size: 13px;
  padding-bottom: 4px;
}

.tiki-categories .advisory-posts-box {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 13px;
}

.tiki-categories .advisory-posts-box>h2 {
  font-size: 19px;
  font-weight: 400;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
}

.tiki-categories .advisory-posts-box ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 15px;
  font-size: 0;
}

.tiki-categories .advisory-posts-box ul li {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px;
  vertical-align: top;
  position: relative;
  padding: 0 20px;
}

.tiki-categories .advisory-posts-box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 9px;
  padding-top: 3px;
  color: #F5A623;
}

.tiki-categories .advisory-posts-box ul a {
  display: block;
  font-size: 15px;
  color: #00aaf1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.tiki-categories .advisory-posts-box ul p {
  font-size: 13px;
}

.tiki-categories .top-banner-cat img {
  width: 100%;
  height: auto;
}

.tiki-categories .box-left-wrap {
  position: relative;
  height: 100%;
  margin-bottom: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.tiki-categories .box-left-wrap .left-banner {
  text-align: center;
}

.tiki-categories .box-left-wrap .left-banner img {
  margin-top: 15px;
}

.tiki-categories .box-left-wrap .box-left {
  margin-bottom: 0;
  overflow-x: hidden;
}

.tiki-categories .box-left-wrap .box-left .panel {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-categories .box-left-wrap .box-left .panel .panel-heading {
  padding: 0;
  background: 0 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item ul li a:hover,.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item>a.active,.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item>a:hover {
  background: #F5F5F5;
  text-decoration: none;
}

.tiki-categories .box-left-wrap .box-left .panel .panel-heading .panel-title a {
  display: block;
  color: #000;
  font-size: 12px;
  padding: 12px 15px;
  font-weight: 700;
}

.tiki-categories .box-left-wrap .box-left .panel .panel-heading .panel-title a:focus,.tiki-categories .box-left-wrap .box-left .panel .panel-heading .panel-title a:hover {
  text-decoration: none;
}

.tiki-categories .box-left-wrap .box-left .panel .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f106";
  float: right;
  color: #161616;
  font-size: 19px;
  font-weight: 400;
  line-height: 14px;
}

.tiki-categories .box-left-wrap .box-left .panel .panel-heading .accordion-toggle.collapsed:after {
  content: "\f107";
}

.tiki-categories .box-left-wrap .box-left .panel .panel-collapse {
  padding-bottom: 5px;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item {
  border: none;
  margin-bottom: 0;
  border-top: 1px solid #f5f6f7;
  padding: 0;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item>a {
  font-size: 13px;
  color: #000;
  padding: 5px 20px;
  display: block;
  position: relative;
  border-radius: 0;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item>a.custom {
  padding: 0 20px;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item>a.custom .list-group-item-text {
  color: #000;
  font-size: 13px;
  display: inline-block;
  padding: 6px 0;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item>a.has-child {
  padding: 0 25px 0 20px;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item>a.has-child:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
  color: #161616;
  font-size: 14px;
  font-weight: 400;
  width: 10px;
  text-align: center;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item>a.has-child.toggled:after {
  content: '-';
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item i.fa {
  font-size: 11px;
  margin-left: 5px;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item span {
  color: grey;
  font-size: 12px;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item ul {
  list-style: none;
  padding: 0;
  display: none;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item ul li {
  border-top: 1px solid #f5f6f7;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item ul li a {
  padding: 5px 40px;
  font-size: 13px;
  color: #000;
  display: block;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item ul li a.all,.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item.book-home-catlink a.all {
  color: #00B7F1!important;
  padding: 7px 20px!important;
  font-size: 12px!important;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item.book-home-catlink {
  margin-bottom: 10px!important;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item.book-home-catlink a:nth-child(n+2) {
  text-indent: 5px!important;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-item.book-home-catlink a .list-group-item-text {
  text-indent: 0;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-more {
  display: block;
}

.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-hide,.tiki-categories .box-left-wrap .box-left .panel .list-group .list-group-show {
  display: none;
}

.tiki-categories .box-left-wrap .box-left .sub-category-list {
  list-style: none;
  padding: 0;
  display: none;
  width: 210px;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  border-top: solid 1px #e9e9e9;
  border-right: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  z-index: 1;
  border-shadow: 1px,1px,0,#b9b9b9;
  border-radius: 5px,;
}

.tiki-categories .box-left-wrap .box-left .sub-category-list .sub-category-item {
  position: relative;
}

.tiki-categories .box-left-wrap .box-left .sub-category-list .sub-category-item:first-child>a {
  border: none;
}

.tiki-categories .box-left-wrap .box-left .sub-category-list .sub-category-item a {
  display: block;
  color: #444;
  font-size: 13px;
  padding: 8px;
  border-top: 1px solid #F4F4F4;
}

.tiki-categories .box-left-wrap .box-left .sub-category-list .sub-category-item a .active,.tiki-categories .box-left-wrap .box-left .sub-category-list .sub-category-item a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list {
  padding: 10px;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list a.see-all {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list a.see-all:first-child {
  margin-top: 0;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
  margin-top: 18px;
  position: relative;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .image {
  display: block;
  float: left;
  position: relative;
  margin: 0;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .image img {
  width: 70px;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .rank {
  display: block;
  width: 19px;
  height: 19px;
  background: #d8d8d8;
  color: #555;
  top: -3px;
  left: -3px;
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 19px;
  text-shadow: 1px 1px 1px #fff;
  font-weight: 700;
  border-radius: 2px,;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .rank.rank3 {
  background: #00b7f1;
  color: #fff;
  text-shadow: 1px 1px 1px #777;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .name {
  margin-left: 90px;
  font-size: 12px;
  margin-bottom: 5px;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .name img {
  max-height: 20px;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .name a {
  color: #000;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .name a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .author,.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .cover {
  margin-left: 90px;
  font-size: 11px;
  color: #777;
  margin-bottom: 5px;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .saleoff {
  margin-left: 81px;
  height: 18px;
  margin-bottom: 5px;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .saleoff span {
  background: #F7941D;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  width: 35px;
  text-shadow: 1px 1px 1px #444;
  text-align: center;
  text-indent: -5px;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .saleoff:before {
  border-right: 9px solid #F7941D;
  border-left: 9px solid transparent;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  height: 0;
  content: " ";
  display: inline-block;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item:after,.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item:before,.tiki-categories .box-left-wrap .box-left .slider-wrap .slider-title:after,.tiki-categories .box-left-wrap .box-left .slider-wrap .slider-title:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .box-left-wrap .box-left .bestseller-list .bestseller-item .price {
  margin-left: 90px;
  font-size: 14px;
  color: #444;
  font-weight: 700;
  margin-bottom: 0;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap {
  padding: 0 20px 5px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider-title {
  margin-bottom: 0;
  font-size: 12px;
  padding: 8px 0 0;
  text-align: left;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider-title span {
  font-size: 11px;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider-title span:first-child {
  float: left;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider-title span:first-child+span {
  float: right;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider.slider-horizontal {
  width: 92%;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider.slider-horizontal .slider-handle {
  margin-top: -6px;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider .slider-selection {
  background: #595959;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider .slider-track {
  height: 5px;
  background: #e0e0e0;
  margin-top: 0;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .slider .slider-handle {
  width: 18px;
  height: 18px;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: #666 0 0 6px;
  -moz-box-shadow: #666 0 0 6px;
  box-shadow: #666 0 0 6px;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap input {
  width: 100%;
  height: 5px;
  padding: 0;
  background: #666;
  border: none;
  margin-top: 11px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .btn-default {
  background: #f6f7f8;
  border: 1px solid #dfdfdf;
  font-size: 12px;
  color: #000;
  padding: 5px 15px;
  max-width: 60px;
  margin-top: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-categories .box-left-wrap .box-left .slider-wrap .btn-default:hover {
  background: #ccc;
}

.tiki-categories .box-left-wrap .filter-list-box {
  background: #f5f6f7;
  border-top: none;
  padding: 10px 10px 0;
}

.tiki-categories .box-left-wrap .filter-list-box h6 {
  margin: 0;
  padding: 12px 0;
}

.tiki-categories .box-left-wrap .filter-list-box .filter-items {
  padding-top: 5px;
}

.tiki-categories .box-left-wrap .filter-list-box .filter-items p {
  float: left;
  border: 1px solid #dfdfdf;
  background: #fff;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  padding: 0 12px;
  position: relative;
  margin-right: 12px;
  white-space: nowrap;
}

.tiki-categories .box-left-wrap .filter-list-box .filter-items p span {
  cursor: pointer;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #b5b5b6;
  position: absolute;
  right: -7px;
  top: -7px;
  text-align: center;
  line-height: 15px;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.tiki-categories .box-left-wrap .filter-list-box .filter-items p span:hover {
  background: #ccc;
}

.tiki-categories .box-left-wrap .filter-list-box .filter-items:after,.tiki-categories .box-left-wrap .filter-list-box .filter-items:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .box-left-wrap .filter-list-box h5 {
  font-size: 15px;
  margin-top: 0;
}

.tiki-categories .box-left-wrap .mobile-button {
  display: none;
}

.tiki-categories .wrap {
  margin-bottom: 40px;
}

.tiki-categories .wrap .alert {
  margin-top: 15px;
}

.tiki-categories .wrap .banner-swiper-wrapper {
  max-height: 288px;
}

.tiki-categories .wrap .banner-swiper-wrapper img {
  margin: 0 auto;
}

.tiki-categories .wrap .slider-brands {
  position: relative;
}

.tiki-categories .wrap .slider-brands.category-brand {
  padding-top: 15px;
  margin-bottom: 15px;
  background: #fff;
}

.tiki-categories .wrap .slider-brands .swiper-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.tiki-categories .wrap .slider-brands .swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.tiki-categories .wrap .slider-brands img {
  margin: 0 auto;
}

.tiki-categories .wrap .slider-brands .swiper-button-next,.tiki-categories .wrap .slider-brands .swiper-button-prev {
  opacity: .2;
  width: 40px;
  height: 60px;
  pointer-events: auto!important;
  display: none;
  z-index: 1;
}

.tiki-categories .wrap .slider-brands .swiper-button-next:hover,.tiki-categories .wrap .slider-brands .swiper-button-prev:hover {
  background-color: rgba(0,0,0,.5);
}

.tiki-categories .wrap .sub-category-box {
  margin-top: 20px;
  font-size: 0;
}

.tiki-categories .wrap .sub-category-box .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 3%;
  width: 47%;
}

.tiki-categories .wrap .sub-category-box .item h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  height: 39px;
  overflow: hidden;
}

.tiki-categories .wrap .sub-category-box .item .image {
  overflow: hidden;
  margin: 0 auto 10px;
  -webkit-transition: all linear .5s;
  -o-transition: all linear .5s;
  transition: all linear .5s;
}

.tiki-categories .wrap .sub-category-box .item .image a {
  display: block;
  text-align: center;
}

.tiki-categories .wrap .sub-category-box .item .image a img {
  margin-left: auto;
  margin-right: auto;
}

.tiki-categories .wrap .sub-category-box .item .image:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-categories .wrap .sub-category-box .item .detail {
  font-size: 13px;
  font-weight: 500;
}

.tiki-categories .wrap .sub-category-box .item .detail a {
  color: #444;
}

.tiki-categories .wrap .sub-category-box .item .detail a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-categories .wrap .sub-category-box .item .detail i.fa {
  color: #444;
  font-weight: 700;
  margin-right: 5px;
}

.tiki-categories .wrap .book-type {
  position: relative;
  margin-top: 10px;
}

.tiki-categories .wrap .book-type .book-type-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 10px;
  margin: 0 0 40px;
}

.tiki-categories .wrap .book-type .book-type-title h2 {
  margin: 0;
  line-height: 37px;
  font-weight: 700;
  padding: 0;
}

.tiki-categories .wrap .book-type .book-type-title h2 a {
  font-size: 16px;
  color: #444;
  font-weight: 700;
}

.tiki-categories .wrap .book-type .book-type-title h2 i.fa {
  display: none;
}

.tiki-categories .wrap .book-type .book-type-title .see-all {
  position: absolute;
  right: 11px;
  top: 12px;
  font-size: 12px;
  color: #00b7f1;
}

.tiki-categories .wrap .book-type .book-type-list {
  font-size: 0;
}

.tiki-categories .wrap .book-type .book-type-list .book-type-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
}

.tiki-categories .wrap .book-type .book-type-list .book-type-item .image {
  margin: 0 auto;
  width: 154px;
  height: 210px;
  position: relative;
}

.tiki-categories .wrap .book-type .book-type-list .book-type-item .image a {
  display: block;
  padding: 0;
}

.tiki-categories .wrap .book-type .book-type-list .book-type-item .image a:hover {
  -webkit-box-shadow: 0 0 3px 0 #ddd;
  -moz-box-shadow: 0 0 3px 0 #ddd;
  box-shadow: 0 0 3px 0 #ddd;
}

.tiki-categories .wrap .book-type .book-type-list .book-type-item .name {
  margin: 0 auto;
  width: 154px;
  position: relative;
  text-align: center;
  padding: 8px 0 0;
}

.tiki-categories .wrap .book-type .book-type-list .book-type-item .name a {
  color: #444;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.tiki-categories .wrap .book-type .book-type-list .book-type-item .name a:hover {
  color: #00b7f1;
}

.tiki-categories .wrap .book-type .book-type-list:after,.tiki-categories .wrap .book-type .book-type-list:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .wrap .bestseller-cat {
  margin-bottom: 60px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 10px;
  margin: 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-title h1 {
  margin: 0;
  line-height: 34px;
  font-weight: 700;
  padding: 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-title h1 a {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav {
  background: #fafafa;
  background: -moz-linear-gradient(top,#fafafa 1%,#f2f2f2 40%,#e7e7e7 98%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fafafa),color-stop(40%,#f2f2f2),color-stop(98%,#e7e7e7));
  background: -webkit-linear-gradient(top,#fafafa 1%,#f2f2f2 40%,#e7e7e7 98%);
  background: -o-linear-gradient(top,#fafafa 1%,#f2f2f2 40%,#e7e7e7 98%);
  background: -ms-linear-gradient(top,#fafafa 1%,#f2f2f2 40%,#e7e7e7 98%);
  background: linear-gradient(to bottom,#fafafa 1%,#f2f2f2 40%,#e7e7e7 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e7e7e7', GradientType=0 );
  width: 100%;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul {
  float: left;
  width: 88%;
  height: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li {
  float: left;
  position: relative;
  z-index: 1;
  height: 100%;
  border-bottom: 2px solid transparent;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li:first-child a {
  background: 0 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li.active,.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li:hover {
  font-weight: 700;
  color: #00b7f1;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li.best {
  background: url(../img/bestseller_bg.png) 17px -27px no-repeat;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li.best a {
  padding: 0 19px 0 45px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li a {
  background: url(../img/bestseller_bg.png) 0 -67px no-repeat;
  color: #444;
  float: left;
  margin: 8px 0;
  padding: 0 16px;
  font-weight: 400;
  font-size: 12px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li a:hover {
  color: #009ddf;
  text-shadow: 1px 1px 1px rgba(255,255,255,.8);
  text-decoration: none;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul li a.active {
  color: #009ddf;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(255,255,255,.8);
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul:after,.tiki-categories .wrap .bestseller-cat .bestseller-nav>ul:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav>.btn-group {
  margin-top: 2px;
  margin-right: 2px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav .bestseller-pager {
  display: block;
  float: right;
  padding-top: 8px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav .bestseller-pager a {
  display: block;
  float: left;
  font-size: 12px;
  margin: 0 6px 0 0;
  padding: 1px 5px;
  border-radius: 3px;
  background: #CCC;
  font-weight: 500;
  color: #fff;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav .bestseller-pager a.active,.tiki-categories .wrap .bestseller-cat .bestseller-nav .bestseller-pager a:hover {
  background: #0099db;
  text-decoration: none;
}

.tiki-categories .wrap .bestseller-cat .bestseller-nav .bestseller-pager:after,.tiki-categories .wrap .bestseller-cat .bestseller-nav .bestseller-pager:before,.tiki-categories .wrap .bestseller-cat .bestseller-nav:after,.tiki-categories .wrap .bestseller-cat .bestseller-nav:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .wrap .bestseller-cat .bestseller-pager-xs {
  float: right;
  padding-top: 5px;
  width: 100%;
  padding-left: 6px;
  padding-bottom: 5px;
  position: relative;
}

.tiki-categories .wrap .bestseller-cat .bestseller-pager-xs a {
  display: block;
  float: left;
  width: 23%;
  font-size: 12px;
  text-align: center;
  margin: 2px 5px 2px 0;
  padding: 5px;
  border-radius: 3px;
  background: #CCC;
  font-weight: 500;
  color: #fff;
}

.tiki-categories .wrap .bestseller-cat .bestseller-pager-xs a.active,.tiki-categories .wrap .bestseller-cat .bestseller-pager-xs a:hover {
  background: #0099db;
  text-decoration: none;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list {
  margin-top: 20px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  padding: 15px 0;
  position: relative;
  @incldue clearfix();
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item:first-child {
  border-top: none;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .product-col-0 {
  display: table-cell;
  width: 120px;
  vertical-align: top;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .product-col-1 .image {
  position: relative;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .product-col-1 .image .book-review {
  display: block;
  position: absolute;
  width: 61px;
  height: 29px;
  background: url(../img/book-review-small.png) no-repeat;
  bottom: 0;
  right: 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .product-col-1 .image .img8-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 32px!important;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .logo {
  position: relative;
  width: 120px;
  margin-top: 30px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .logo .number {
  color: #0a5776;
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 60px;
  width: 80px;
  height: 80px;
  background: url(../img/badge.jpg) center no-repeat;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .logo .number.style-2 {
  background: 0 0;
  color: #16ace7;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .logo .status {
  color: #777;
  width: 100%;
  text-align: center;
  font-size: 11px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .logo .status.down:before {
  background-position: 0 -66px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .logo .status:before {
  content: " ";
  background: url(../img/bestseller_rank.png) no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: top;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .btn-addtocart {
  display: inline-block;
  color: #fff;
  padding: 5px 21px;
  border: 1px solid #cd1233;
  margin-top: 15px;
  outline-color: #ccc;
  width: 100%;
  background: #fd4040;
  background: -moz-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fd4040),color-stop(100%,#d71a1a));
  background: -webkit-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -o-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -ms-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: linear-gradient(to bottom,#fd4040 0,#d71a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0);
  -webkit-transistion: all .5s linear;
  -moz-transistion: all .5s linear;
  -ms-transistion: all .5s linear;
  -o-transistion: all .5s linear;
  transistion: all .5s linear;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .btn-addtocart:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .miki-add-to-cart {
  background: #fd4040;
  background: -moz-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fd4040),color-stop(100%,#d71a1a));
  background: -webkit-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -o-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -ms-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: linear-gradient(to bottom,#fd4040 0,#d71a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0);
  border: none;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  vertical-align: top;
  font-size: 15px;
  padding: 0;
  line-height: 32px;
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .btn-preorder:hover,.tiki-categories .wrap .brands-box .brands-box-content .item .image:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .miki-add-to-cart:hover {
  opacity: .8;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .miki-add-to-cart .icon {
  font-size: 23px;
  float: left;
  padding: 0 12px;
  border-right: 1px solid rgba(0,0,0,.15);
  line-height: 28px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .miki-add-to-cart .text {
  display: block;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .btn-preorder {
  color: #fff;
  padding: 5px 21px;
  border: 1px solid #0A8B1B;
  width: auto;
  margin-top: 15px;
  outline-color: #ccc;
  background: #2EAF3F;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#2EAF3F),to(#0A8B1B));
  background: -webkit-linear-gradient(#2EAF3F,#0A8B1B);
  background: -moz-linear-gradient(#2EAF3F,#0A8B1B);
  background: -ms-linear-gradient(#2EAF3F,#0A8B1B);
  background: -o-linear-gradient(#2EAF3F,#0A8B1B);
  background: linear-gradient(#2EAF3F,#0A8B1B);
  -webkit-transistion: all .5s linear;
  -moz-transistion: all .5s linear;
  -ms-transistion: all .5s linear;
  -o-transistion: all .5s linear;
  transistion: all .5s linear;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .btn-preorder .fa {
  margin-right: 5px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .image {
  position: relative;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .image a {
  display: block;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .image a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .image img {
  margin: 0 auto;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .image .sale-tag {
  display: block;
  position: absolute;
  width: 44px;
  height: 35px;
  text-align: center;
  background: url(../img/sale-tag.png) no-repeat;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .image .gift {
  display: block;
  position: absolute;
  width: 43px;
  height: 42px;
  bottom: 0;
  left: 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .image .gift:before {
  /*content: url(../img/icon-svg/icon-gift.svg?v=1);*/
  display: block;
  width: 43px;
  height: 42px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .number2 {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  background: #00aaf1;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  top: 15px;
  left: 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .title {
  display: block;
  margin: 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .title a {
  font-size: 13px;
  color: #000;
  font-weight: 700;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .title a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .img24h {
  width: 40px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .author {
  padding: 2px 0 0;
  margin: 0;
  font-size: 12px;
  color: #444;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .cover-books {
  margin: 5px 0 0;
  color: #777;
  font-size: 11px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .review {
  margin: 8px auto 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .rating {
  margin: 8px 5px 0 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .rating .rating-content .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale {
  font-size: 14px;
  color: #444;
  font-weight: 700;
  margin: 18px auto 0;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale span.old-price {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
  padding-top: 5px;
  display: block;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .partnership-price-item {
  font-size: 14px;
  margin-left: 20px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .partnership-price-item>span:nth-child(1) {
  display: inline-block;
  color: #666;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .partnership-price-item>span:nth-child(1) img {
  vertical-align: middle;
  height: 11px;
  top: -2px;
  position: relative;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .partnership-price-item>span:nth-child(2) {
  color: #1c2779;
  font-weight: 700;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .partnership-price-item:hover,.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .partnership-price-item:link {
  text-decoration: none;
  color: #1c2779;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .exceeded {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: .1;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .exceeded:hover,.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .price-sale .exceeded:link {
  text-decoration: none;
  opacity: .1;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .sale-tag-square {
  background-color: #ff9601;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  margin-top: -2px;
  padding: 5px;
  vertical-align: middle;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .out-of-stock {
  font-weight: 700;
  color: red;
  font-size: 12px;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .description {
  text-align: justify;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .infomation .description a {
  color: #00aaf1;
}

.tiki-categories .wrap .product-box {
  position: relative;
  margin-top: 20px;
}

.tiki-categories .wrap .product-box.no-mg {
  margin-top: 0;
}

.tiki-categories .wrap .product-box.no-mg .filter-list-box {
  border-top: none;
  padding: 9px 15px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dfdfdf;
}

.tiki-categories .wrap .product-box.no-mg .filter-list-box.visible-lg-block {
  padding-left: 0;
  padding-bottom: 0;
}

.tiki-categories .wrap .product-box.no-mg .filter-list-box h1 {
  font-size: 18px!important;
  display: inline;
}

.tiki-categories .wrap .product-box.no-mg .filter-list-box h4 {
  display: inline;
}

.tiki-categories .wrap .product-box .product-box-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 10px;
  margin: 0 0 40px;
}

.tiki-categories .wrap .product-box .product-box-title h2 {
  margin: 0;
  line-height: 27px;
  font-weight: 700;
  padding: 5px 0;
}

.tiki-categories .wrap .product-box .product-box-title h2 a {
  font-size: 16px;
  color: #444;
  font-weight: 700;
}

.tiki-categories .wrap .product-box .product-box-title h2 i.fa {
  display: none;
}

.tiki-categories .wrap .product-box .product-box-title .see-all {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
}

.tiki-categories .wrap .product-box .product-box-tab {
  margin: -25px 0 15px 10px;
  text-align: center;
}

.tiki-categories .wrap .product-box .product-box-tab [class^=col] {
  border-right: 1px solid #e7e7e7;
}

.tiki-categories .wrap .product-box .product-box-tab [class^=col]:last-child {
  border-right: none;
}

.tiki-categories .wrap .product-box .product-box-tab a {
  text-decoration: none;
}

.tiki-categories .wrap .product-box .product-box-tab a:hover .label {
  color: #fff;
  border-radius: 0;
  width: 100%;
  border: 1px solid #05b2e9;
  background: #05b2e9;
}

.tiki-categories .wrap .product-box .product-box-tab .label {
  margin-right: 5px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  line-height: 30px;
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 0;
}

.tiki-categories .wrap .product-box .product-box-sub {
  float: right;
  margin-bottom: 10px;
  margin-top: -5px;
}

@media (min-width:640px) {
  .tiki-categories .wrap .product-box .product-box-sub {
    margin-right: 105px;
    margin-top: -25px;
    margin-bottom: 0;
  }
}

.tiki-categories .wrap .product-box .product-box-sub ul {
  padding: 0;
  margin: 0;
}

.tiki-categories .wrap .product-box .product-box-sub ul li {
  list-style-type: none;
  display: inline-block;
}

.tiki-categories .wrap .product-box .product-box-sub ul li a {
  margin-right: 5px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.tiki-categories .wrap .product-box .product-box-sub ul li:before {
  content: "/";
  color: #ccc;
  font-weight: 400;
  margin-right: 7px;
}

.tiki-categories .wrap .product-box .product-box-sub ul li:first-child:before {
  display: none;
}

.tiki-categories .wrap .product-box .product-box-title2 {
  border-top: 1px solid #dfdfdf;
  background: #f1f1f1;
  padding: 0 10px;
}

.tiki-categories .wrap .product-box .product-box-title2 h2 {
  margin: 0;
  line-height: 31px;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  color: #444;
}

.tiki-categories .wrap .product-box .product-box-title2 h2 i.fa {
  margin-right: 10px;
  vertical-align: middle;
}

.tiki-categories .wrap .product-box .product-box-list-alert {
  margin-top: -5px;
  padding-left: 15px;
  padding-right: 15px;
}

.tiki-categories .wrap .product-box .product-box-list {
  font-size: 0;
}

.tiki-categories .wrap .product-box .product-box-list>.product-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 30px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  padding: 15px 0;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full:first-child {
  border-top: none;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .ship-label {
  margin-top: 5px;
  width: 100%!important;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image {
  position: relative;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image a {
  display: block;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image img {
  margin: 0 auto;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image .sale-tag {
  display: block;
  position: absolute;
  width: 44px;
  height: 35px;
  text-align: center;
  background: url(../img/sale-tag.png) no-repeat;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image .gift {
  display: block;
  position: absolute;
  width: 43px;
  height: 42px;
  bottom: 0;
  left: 0;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image .gift:before {
  /*content: url(../img/icon-svg/icon-gift.svg?v=1);*/
  display: block;
  width: 43px;
  height: 42px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image .img8-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 32px!important;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image .img-tra-gop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 89px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image .img-1-6 {
  bottom: 0;
  right: 0;
  position: absolute;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image .img-1-6 img {
  width: 30px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation p {
  font-size: 12px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .title {
  display: block;
  margin: 0;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .title a {
  font-size: 13px;
  color: #000;
  font-weight: 700;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .title a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .img24h,.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .imgEbook {
  width: 40px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .author {
  padding: 2px 0 0;
  margin: 0;
  font-size: 12px;
  color: #444;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .cover-books {
  margin: 5px 0 0;
  color: #777;
  font-size: 11px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .review {
  margin: 8px auto 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .order {
  font-weight: 700;
  color: #090;
  font-size: 12px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .rating {
  margin: 8px 5px 0 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .rating .rating-content .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale {
  font-size: 14px;
  color: #444;
  font-weight: 700;
  margin: 18px auto 0;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale span.old-price {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .partnership-price-item {
  font-size: 14px;
  margin-left: 20px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .partnership-price-item>span:nth-child(1) {
  display: inline-block;
  color: #666;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .partnership-price-item>span:nth-child(1) img {
  vertical-align: middle;
  height: 11px;
  top: -2px;
  position: relative;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .partnership-price-item>span:nth-child(2) {
  color: #1c2779;
  font-weight: 700;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .partnership-price-item:hover,.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .partnership-price-item:link {
  text-decoration: none;
  color: #1c2779;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .exceeded {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: .1;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .exceeded:hover,.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale .exceeded:link {
  text-decoration: none;
  opacity: .1;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-tag-sale-box {
  margin-top: 8px;
  color: #999;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-tag-sale-box .tag-label {
  display: inherit;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 2px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-tag-sale-box .tag-price {
  display: inherit;
  font-weight: 400;
  font-style: italic;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-tag-sale-box .tag-price span {
  color: #444;
  font-weight: 700;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-tag-sale-box .red {
  color: #e82b2b!important;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale-box {
  border: 1px solid #0050a1;
  color: #000;
  display: inline-block;
  font-weight: 700;
  margin-right: 15px;
  margin-top: 5px;
  min-width: 200px;
  padding-top: 6px;
  text-align: center;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale-box.lg {
  min-width: 240px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale-box .price-sale-app-only {
  width: 100%;
  display: block;
  float: left;
  margin: -3px 0 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid #0050a1;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale-box .price-sale-app-label {
  background-color: #0050a1;
  color: #fff;
  display: block;
  font-size: 12px;
  float: left;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: -6px;
  padding: 5px 7px;
  position: relative;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .price-sale-box .price-sale-app-label:before {
  content: ' ';
  border-top: 5px solid transparent;
  border-left: 5px solid #0050A1;
  border-bottom: 5px solid transparent;
  display: block;
  margin-top: -5px;
  right: -5px;
  position: absolute;
  top: 50%;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .sale-tag-square {
  background-color: #ff9601;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
  margin-top: -2px;
  padding: 5px;
  vertical-align: middle;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .out-of-stock {
  font-weight: 700;
  color: red;
  font-size: 12px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .notify {
  font-size: 12px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .notify a {
  font-size: 12px;
  color: #00b7f1;
  display: block;
  font-weight: 700;
}

.tiki-categories .wrap .option-box .view-box button.active i,.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .description a {
  color: #00aaf1;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .description {
  text-align: justify;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .add-to-cart,.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .miki-add-to-cart {
  font-size: 11px;
  padding: 7px;
  outline-color: #ccc;
  margin: 15px auto 0;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .add-to-cart img,.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .miki-add-to-cart img {
  display: inline-block;
  margin-right: 4px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .miki-add-to-cart .icon {
  display: inline-block;
  margin-right: 5px;
  max-width: 7px;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .miki-add-to-cart .text {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.tiki-categories .wrap .product-box .product-box-list .product-box-item-full:after,.tiki-categories .wrap .product-box .product-box-list .product-box-item-full:before,.tiki-categories .wrap .product-box .product-box-list:after,.tiki-categories .wrap .product-box .product-box-list:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .wrap .option-box {
  padding-top: 15px;
  padding-right: 22px;
  padding-left: 22px;
  margin-top: -2px;
  margin-bottom: 20px;
  text-align: right;
  border-top: 1px solid #dfdfdf;
}

.tiki-categories .wrap .option-box .sort-box-holder {
  margin-top: 5px;
}

.tiki-categories .wrap .option-box.option-box-grid {
  margin-bottom: 15px;
}

.tiki-categories .wrap .option-box .view-box {
  float: left;
}

.tiki-categories .wrap .option-box .view-box button {
  background: #fff;
  z-index: 0;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-categories .wrap .option-box .view-box button.active {
  background: #f4f4f4;
}

.tiki-categories .wrap .option-box .btn-filter {
  padding-top: 6px;
  padding-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tiki-categories .wrap .option-box .btn-filter i.fa {
  font-size: 13px;
  margin-left: 5px;
}

.tiki-categories .wrap .option-box .btn-group .btn,.tiki-categories .wrap .option-box .btn-group .dropdown-menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tiki-categories .wrap .option-box .btn-group .dropdown-menu li a {
  font-size: 13px;
}

.tiki-categories .wrap .option-box .btn-group .dropdown-menu li a.active {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.tiki-categories .wrap .option-box .btn-group .dropdown-menu li a .label {
  padding: 3px 5px;
}

.tiki-categories .wrap .option-box .btn-group.sort-box {
  margin-bottom: 5px;
  margin-right: 5px;
}

.tiki-categories .wrap .option-box .btn-group.sort-box.has-separator {
  border-right: 1px solid #acacac;
  padding-right: 5px;
}

.tiki-categories .wrap .option-box .btn-group .title {
  margin-right: 8px;
  display: inline-block;
  max-width: 95px;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.tiki-categories .wrap .option-box:after,.tiki-categories .wrap .option-box:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .wrap .filter-list-box {
  border-top: 1px solid #dfdfdf;
}

.tiki-categories .wrap .filter-list-box h6 {
  margin: 0;
  padding: 12px 0;
}

.tiki-categories .wrap .filter-list-box .filter-items {
  padding-top: 5px;
}

.tiki-categories .wrap .filter-list-box .filter-items p {
  float: left;
  border: 1px solid #dfdfdf;
  background: #fff;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  padding: 0 12px;
  position: relative;
  margin-right: 12px;
  white-space: nowrap;
}

.tiki-categories .wrap .filter-list-box .filter-items p span {
  cursor: pointer;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #b5b5b6;
  position: absolute;
  right: -7px;
  top: -7px;
  text-align: center;
  line-height: 15px;
  display: block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.tiki-categories .wrap .filter-list-box .filter-items:after,.tiki-categories .wrap .filter-list-box .filter-items:before,.tiki-categories .wrap .search-notfound-box .title ul li:after,.tiki-categories .wrap .search-notfound-box .title ul li:before,.tiki-categories .wrap .search-notfound-box .title:after,.tiki-categories .wrap .search-notfound-box .title:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .wrap .filter-list-box .filter-items p span:hover {
  background: #ccc;
}

.tiki-categories .wrap .btn-category {
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tiki-categories .wrap .btn-category i.fa {
  font-size: 13px;
  margin-left: 5px;
}

.tiki-categories .wrap .search-notfound-box {
  margin-bottom: 20px;
}

.tiki-categories .wrap .search-notfound-box .title {
  margin-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
}

.tiki-categories .wrap .search-notfound-box .title h4 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  text-transform: none;
  float: left;
  line-height: 37px;
}

.tiki-categories .wrap .search-notfound-box .title ul {
  float: right;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  height: 25px;
}

.tiki-categories .wrap .search-notfound-box .title ul li {
  position: relative;
  z-index: 1;
  cursor: pointer;
  float: left;
  margin: 0 25px 0 0;
}

.tiki-categories .wrap .search-notfound-box .title ul li a {
  color: #444;
  font-size: 12px;
  cursor: pointer;
  float: left;
  text-decoration: none;
}

.tiki-categories .wrap .search-notfound-box .title ul li a:hover,.tiki-categories .wrap .search-notfound-box ul.suggest-list li a:hover {
  color: #00b7f1;
}

.tiki-categories .wrap .search-notfound-box .title ul li.active {
  font-weight: 700;
}

.tiki-categories .wrap .search-notfound-box .title ul li.active:after {
  background: url(../img/home-sprite.png) no-repeat;
  border-bottom: 1px solid #fff;
  bottom: -9px;
  height: 10px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  width: 18px;
  z-index: 9;
}

.tiki-categories .wrap #collapse-category,.tiki-categories .wrap #collapse-category .list-group .list-group-item>a {
  background: #fafafa;
}

.tiki-categories .wrap .search-notfound-box ul.suggest-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tiki-categories .wrap .search-notfound-box ul.suggest-list li {
  display: block;
  padding: 3px 0 3px 22px;
}

.tiki-categories .wrap .introduce-box .introduce-content:after,.tiki-categories .wrap .introduce-box .introduce-content:before,.tiki-categories .wrap .publisher-box:after,.tiki-categories .wrap .publisher-box:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .wrap .search-notfound-box ul.suggest-list li a {
  font-size: 13px;
}

.tiki-categories .wrap .search-notfound-box h3 {
  padding-top: 7px;
  font-size: 13px;
  padding-bottom: 4px;
}

.tiki-categories .wrap .publisher-box {
  border: 1px solid #E9E9E9;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

.tiki-categories .wrap .publisher-box .image {
  float: left;
  margin: 0 15px 15px 0;
}

.tiki-categories .wrap .publisher-box .text {
  font-size: 13px;
}

.tiki-categories .wrap .publisher-box .text a {
  font-size: 13px;
  color: #00b7f1;
}

.tiki-categories .wrap .introduce-box {
  margin-top: 30px;
}

.tiki-categories .wrap .introduce-box .introduce-title h2 {
  margin: 0;
  line-height: 27px;
  font-size: 16px;
  color: #444;
  font-weight: 700;
  padding: 5px 0;
}

.tiki-categories .wrap .introduce-box .introduce-title .see-all {
  position: absolute;
  right: 11px;
  top: 12px;
  font-size: 12px;
  color: #00b7f1;
  white-space: nowrap;
}

.tiki-categories .wrap .introduce-box .introduce-content {
  font-size: 13px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.tiki-categories .wrap .introduce-box .introduce-content p {
  font-size: 13px;
}

.tiki-categories .wrap .introduce-box .introduce-content p:last-child {
  margin-bottom: 0;
}

.tiki-categories .wrap .introduce-box .introduce-content a {
  color: #00b7f1;
}

.tiki-categories .wrap .introduce-box .introduce-content ul {
  list-style: none;
  padding: 0;
}

.tiki-categories .wrap .introduce-box .introduce-content video {
  margin: 5px;
  max-width: 320px!important;
  width: 100%!important;
}

.tiki-categories .wrap .introduce-box .introduce-content table {
  width: 100%!important;
  max-width: 600px!important;
}

.tiki-categories .wrap .brands-box .brands-box-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 0 10px;
  margin: 0 0 30px;
}

.tiki-categories .wrap .brands-box .brands-box-title h2 {
  margin: 0;
  line-height: 37px;
  font-weight: 700;
  padding: 0;
}

.tiki-categories .wrap .brands-box .brands-box-title h2 a {
  font-size: 16px;
  color: #444;
  font-weight: 500;
}

.tiki-categories .wrap .brands-box .brands-box-title h2 i.fa {
  display: none;
}

.tiki-categories .wrap .brands-box .brands-box-content {
  font-size: 0;
}

.tiki-categories .wrap .brands-box .brands-box-content .item {
  display: inline-block;
  margin: 12px;
  vertical-align: top;
}

.tiki-categories .wrap .author-box:after,.tiki-categories .wrap .author-box:before,.tiki-categories .wrap .brands-box .brands-box-content:after,.tiki-categories .wrap .brands-box .brands-box-content:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .wrap .brands-box .brands-box-content .item .image {
  width: 120px;
  height: 150px;
  overflow: hidden;
}

.tiki-categories .wrap .brands-box .brands-box-content .item .title {
  text-align: center;
  width: 120px;
}

.tiki-categories .wrap .brands-box .brands-box-content .item .title a {
  color: #444;
  font-size: 12px;
}

.tiki-categories .wrap .brands-box .brands-box-content .item .title a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-categories .wrap .author-box {
  margin-top: 37px;
}

.tiki-categories .wrap .author-box .image {
  text-align: center;
  margin-bottom: 15px;
  margin-right: 15px;
  float: left;
}

.tiki-categories .wrap .author-box .text {
  font-size: 13px;
}

.tiki-categories .wrap .author-box-title h1 {
  padding: 10px 0;
  font-size: 16px;
  margin: 0;
}

.tiki-categories .wrap .author-other-box .list-group .list-group-item {
  padding: 6px 15px;
}

.tiki-categories .wrap .author-other-box .list-group .list-group-item a {
  color: #333;
  font-size: 13px;
}

.tiki-categories .wrap .author-other-box .list-group .list-group-item a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-categories .wrap #collapse-category .list-group .list-group-item.is-top>a {
  text-transform: uppercase;
  font-weight: 700;
}

.tiki-categories .wrap #collapse-category .list-group .list-group-item.has-arrow>a:before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 5px;
  width: 5px;
}

.tiki-categories .wrap #collapse-category .list-group .list-group-item.has-arrow>a {
  font-weight: 700;
}

.tiki-categories .wrap #collapse-category .list-group .list-group-item>a:focus,.tiki-categories .wrap #collapse-category .list-group .list-group-item>a:hover {
  background: #eaeaea;
}

.tiki-categories .wrap #collapse-category .list-group .list-group-item.is-child>a {
  padding-left: 55px;
}

.tiki-categories .wrap #collapse-category .list-group .list-group-item.is-current>a,.tiki-categories .wrap #collapse-category .list-group .list-group-item.is-same-current>a {
  padding-left: 34px;
}

.tiki-categories .wrap .list-group-hide>a,.tiki-categories .wrap .list-group-show>a {
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}

.tiki-categories .category-grid-banner-item-wrap {
  border-right: 1px solid #ddd;
}

.tiki-categories .category-grid-banner-item-wrap.last,.tiki-categories .category-grid-banner-item-wrap:nth-child(2n) {
  border-right: 0;
}

.tiki-categories .category-grid-banner-item-wrap:nth-child(1),.tiki-categories .category-grid-banner-item-wrap:nth-child(2) {
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
  padding-bottom: 30px;
}

.tiki-categories .category-grid-banner-item-wrap:nth-child(3),.tiki-categories .category-grid-banner-item-wrap:nth-child(4) {
  padding-top: 30px;
}

.tiki-categories .category-grid-banner-item {
  color: #000;
  display: block;
  text-align: center;
}

.tiki-categories .category-grid-banner-item:focus,.tiki-categories .category-grid-banner-item:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-categories .category-grid-banner-item:focus .buy-now-link,.tiki-categories .category-grid-banner-item:hover .buy-now-link {
  color: #00b7f1;
}

.tiki-categories .category-grid-banner-item .buy-now-link {
  color: #000;
}

.tiki-categories .category-grid-banner-item .buy-now-link span {
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

.tiki-categories .category-grid-banner-item-title {
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.tiki-categories .category-grid-banner-item-img {
  height: 130px;
}

.tiki-categories .category-grid-banner-item-img img {
  margin: 0 auto;
}

.tiki-categories .all-new .rating .star {
  font-size: 14px;
}

.tiki-categories .book-banner-block img {
  margin-bottom: 20px;
  width: 100%;
}

.tiki-categories .camera-catagory .title-cat {
  color: #212121;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin: 30px 0 15px;
  width: 100%;
  clear: both;
}

.tiki-categories .camera-catagory .service-commitment {
  padding-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.tiki-categories .camera-catagory .service-commitment .each-block {
  text-align: center;
}

.tiki-categories .camera-catagory .service-commitment .each-block .icon-for {
  display: inline-block;
  width: 82px;
  height: 82px;
  background: #00b7f0;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 10px rgba(0,183,240,.3),-1px -1px 10px rgba(0,183,240,.3);
  -moz-box-shadow: 1px 1px 10px rgba(0,183,240,.3),-1px -1px 10px rgba(0,183,240,.3);
  box-shadow: 1px 1px 10px rgba(0,183,240,.3),-1px -1px 10px rgba(0,183,240,.3);
}

.tiki-categories .camera-catagory .service-commitment .each-block h4 {
  text-transform: capitalize;
  color: #212121;
  font-size: 20px;
  font-weight: 500;
}

.tiki-categories .camera-catagory .service-commitment .each-block .txt-des {
  color: #757575;
  font-size: 14px;
}

.tiki-categories .camera-catagory .box-banner {
  padding-left: 15px;
}

.tiki-categories .camera-catagory .contact-info {
  background: #f4f8fc;
  padding: 30px 10px;
  text-align: center;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #2b2b2c;
  font-size: 20px;
  font-weight: 300;
}

.tiki-categories .camera-catagory .contact-info span {
  color: #fd820a;
}

.tiki-categories .camera-catagory .date-start-delivery {
  overflow: hidden;
  padding: 20px 0;
  margin: 20px 0 10px;
  color: #fff;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  background: #00d2ff;
  background: -moz-linear-gradient(left,#00d2ff 0,#3a7bd5 100%);
  background: -webkit-linear-gradient(left,#00d2ff 0,#3a7bd5 100%);
  background: linear-gradient(to right,#00d2ff 0,#3a7bd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2ff', endColorstr='#3a7bd5', GradientType=1 );
}

.tiki-categories .camera-catagory .date-start-delivery .date {
  font-size: 40px;
  font-weight: 400;
}

.tiki-categories .camera-catagory .date-start-delivery .txt {
  font-size: 22px;
  font-weight: 300;
}

.tiki-categories .camera-catagory .date-start-delivery .view-detail {
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffb500;
  padding: 12px 20px;
  margin-left: 10px;
  color: #fff;
  box-shadow: 0 0 20px 0 rgba(254,203,0,.4);
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tiki-categories .camera-catagory .date-start-delivery .view-detail:hover,.tiki-categories .camera-catagory .date-start-delivery .view-detail:link {
  text-decoration: none;
}

.tiki-categories .camera-catagory .commitment {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding-left: 15px;
}

.tiki-categories .camera-catagory .commitment .new-review {
  margin-top: 15px;
}

.tiki-categories .camera-catagory .commitment .new-review h3 {
  margin: 0 0 10px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

.tiki-categories .camera-catagory .commitment .new-review .main-content {
  border: 1px solid #ccc;
  height: 300px;
  width: 100%;
  padding: 0 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.tiki-categories .camera-catagory .commitment .new-review .list-news {
  list-style: none;
  padding: 0 0 0 15px;
}

.tiki-categories .camera-catagory .commitment .new-review .list-news li {
  position: relative;
  margin-top: 10px;
}

.tiki-categories .camera-catagory .commitment .new-review .list-news li:before {
  position: absolute;
  left: -15px;
  top: 2px;
  border-style: solid;
  content: "";
  border-width: 7px 0 7px 7px;
  border-color: transparent #00a2d5;
}

.tiki-categories .camera-catagory .commitment .new-review .list-news li a {
  display: inline-block;
}

.tiki-categories .camera-catagory .commitment .new-review .list-news li a span.title {
  color: #23527c;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.tiki-categories .camera-catagory .commitment .new-review .list-news li a span.desc {
  color: #999;
}

.tiki-categories .camera-catagory .commitment .new-review .list-news li a:hover,.tiki-categories .camera-catagory .commitment .new-review .list-news li a:link {
  text-decoration: none;
}

.tiki-categories .camera-catagory .list-categories {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  border-bottom: none;
}

.tiki-categories .camera-catagory .list-categories li {
  display: inline-block;
  width: 120px;
  margin: 0 15px 15px;
  float: none;
  vertical-align: top;
}

.tiki-categories .camera-catagory .list-categories a {
  display: block;
  width: 100%;
  padding: 10px;
}

.tiki-categories .camera-catagory .list-categories a:hover,.tiki-categories .camera-catagory .list-categories a:link {
  text-decoration: none;
}

.tiki-categories .camera-catagory .list-categories a img {
  max-width: 100%;
  max-height: 100%;
  width: 80px;
}

.tiki-categories .camera-catagory .list-categories a span {
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 7px;
}

.tiki-categories .camera-catagory .tab-content .product-box-title {
  display: none;
}

.tiki-categories .camera-catagory .tab-content .product-box-title.bottom {
  display: block;
  text-align: center;
}

.tiki-categories .camera-catagory .list-thuong-hieu {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.tiki-categories .camera-catagory .list-thuong-hieu a {
  display: inline-block;
  margin: 0 7px 15px;
  width: 130px;
}

.tiki-categories .camera-catagory .list-thuong-hieu a:hover,.tiki-categories .camera-catagory .list-thuong-hieu a:link {
  text-decoration: none;
}

.tiki-categories .camera-catagory .list-thuong-hieu a img {
  max-width: 100%;
  max-height: 100%;
}

.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  border: none;
  background: #fff;
}

.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs li {
  float: left;
  margin-bottom: 12px;
  width: 100%;
}

.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs li.active a,.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs li:hover a {
  border-bottom: 2px solid #2db6ea!important;
  color: #3398c4;
}

.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs li.active a:after,.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs li:hover a:after {
  display: block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 0;
  border-bottom: 8px solid #2db6ea;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 45%;
}

.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs li a {
  color: #888;
  font-size: 19px;
  font-weight: 400;
  padding: 0 20px 12px;
  margin: 0;
  position: relative;
  display: block;
  white-space: nowrap;
  border-color: transparent;
  border-bottom: 2px solid #ddd;
}

.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs li a:hover {
  text-decoration: none;
  border-color: transparent;
  background: 0 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box ul.product-review-tabs:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  padding: 0 0 15px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item:first-child {
  border-top: none;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .product-col-1 {
  vertical-align: top;
  padding: 0 10px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .product-col-2 {
  vertical-align: top;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .image {
  width: 65px;
  height: 65px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .image a {
  display: block;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .image a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-product .freegift-popup .item .image:hover,.tiki-product .wrap .image-box .magiczoom a.book-review-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .image .sale-tag {
  display: block;
  position: absolute;
  width: 44px;
  height: 35px;
  text-align: center;
  background: url(../img/sale-tag.png) no-repeat;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .name {
  font-size: 14px;
  margin: 15px 0 5px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .from {
  font-size: 12px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .from span {
  color: #888;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .days {
  font-size: 12px;
  color: #999;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .review {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  color: #00b7f1;
  margin: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .buy-already {
  font-size: 13px;
  padding: 0 0 0 19px;
  background: url(../img/tick.png) 2px 5px no-repeat;
  margin: 10px 0;
  color: #090;
  font-weight: 700;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .rating {
  margin: 3px 10px 0 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .rating .rating-content .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .description {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  margin: 10px 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .description a {
  color: #00aaf1;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-edit {
  display: none;
  margin: 10px 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-edit textarea {
  margin-bottom: 5px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-edit .btn {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  float: right;
  margin-left: 5px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-edit .btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-edit:after,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-edit:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link span {
  font-size: 13px;
  margin-right: 10px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link button {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 6px 12px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  margin-top: 8px;
  display: block;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link button:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link button i.fa {
  margin-right: 5px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link p {
  display: block;
  color: #ccc;
  font-weight: 100;
  margin-top: 10px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link:after,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link:before,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item:after,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item:before,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item:after,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link p a {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  padding: 0 5px;
  text-decoration: none;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link p a.is-spam,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link p a.is-spam:hover {
  color: red;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .link p a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-reply {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: none;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-reply textarea {
  display: block;
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-reply .btn-primary {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 6px 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-reply .btn-default:hover,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-reply .btn-primary:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .infomation .quick-reply .btn-default {
  background: #fff;
  padding: 5px 8px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 5px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies {
  margin-top: 10px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  background: 0 0;
  border-top: solid 1px #e7e7e7;
  margin: 5px 0 0;
  border-bottom: none;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item .replies-image {
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item .replies-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item .replies-name span {
  font-weight: 400;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item .replies-text {
  font-size: 13px;
  margin-bottom: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item .replies-report {
  text-align: right;
  margin-bottom: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item .replies-report a {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  padding: 0 5px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .replies>.replies-item .replies-report a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .product-col-1 {
  display: block;
  width: 100%;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .image {
  float: left;
  margin-right: 15px;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .days,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .from,.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .name {
  text-align: left;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .from {
  margin-bottom: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .days {
  margin: 0;
}

.tiki-categories .camera-catagory .box-comment .product-review-box .product-review-content .item .product-col-2 {
  display: block;
  width: 100%;
  border-left: 0;
  padding-left: 15px;
}

.tiki-categories .box-recentlyviewed-product .product-author-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0;
  margin: 0 0 20px;
}

.tiki-categories .box-recentlyviewed-product .product-author-title h2 {
  font-size: 19px;
  color: #444;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

@media (min-width:480px) {
  .tiki-categories .wrap .book-type .book-type-list .book-type-item .image a {
    padding: 6px;
    border: 1px solid #ddd;
  }

  .tiki-categories .wrap .product-box .product-box-list>.product-item {
    width: 50%;
  }

  .tiki-categories .wrap .product-box .advisory-posts-box>ul li {
    width: 48%;
    margin: 0 2% 10px 0;
  }
}

@media (min-width:640px) {
  .tiki-categories .wrap .product-box .product-box-title .see-all {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 12px;
    white-space: nowrap;
    width: auto;
  }

  .tiki-categories .wrap .product-box .product-box-list>.product-item {
    width: 33.33%;
  }
}

@media (min-width:768px) {
  .tiki-categories .advisory-posts-box ul li {
    width: 50%;
  }

  .tiki-categories .wrap .book-type .book-type-list .book-type-item {
    width: 25%;
  }

  .tiki-categories .wrap .sub-category-box .item {
    width: 30%;
    margin-right: 1.66%;
    margin-bottom: 3.22%;
    margin-left: 1.66%;
  }

  .tiki-categories .wrap .sub-category-box .item h5 {
    font-size: 14px;
    font-weight: 500;
  }

  .tiki-categories .wrap .sub-category-box .item.end {
    margin-right: 1.66%;
  }

  .tiki-categories .wrap .option-box .btn-group .title {
    max-width: none;
  }

  .tiki-categories .wrap .btn-category {
    max-width: 25%;
  }

  .tiki-categories .wrap .product-box .product-box-list .product-box-item-full .product-col-1 {
    display: table-cell;
    width: 130px;
    vertical-align: top;
  }

  .tiki-categories .wrap .product-box .product-box-list .product-box-item-full .image {
    width: 130px;
    height: 182px;
    overflow: hidden;
    margin-right: 35px;
  }

  .tiki-categories .wrap .product-box .product-box-list .product-box-item-full .product-col-2 {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .add-to-cart,.tiki-categories .wrap .product-box .product-box-list .product-box-item-full .infomation .miki-add-to-cart {
    margin: 15px 0 0;
    width: auto;
  }

  .tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .product-col-1 {
    display: table-cell;
    width: 130px;
    vertical-align: top;
  }

  .tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .image {
    width: 130px;
    height: 182px;
    overflow: hidden;
    margin-right: 35px;
  }

  .tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .product-col-2 {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }

  .tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .btn-addtocart {
    width: auto;
  }

  .tiki-categories .wrap .bestseller-cat .bestseller-cat-list .bestseller-cat-item .miki-add-to-cart {
    width: 164px;
  }
}

@media (min-width:992px) {
  .tiki-categories .wrap .slider-brands {
    padding-left: 55px;
    padding-right: 55px;
  }

  .tiki-categories .wrap .slider-brands .swiper-button-next,.tiki-categories .wrap .slider-brands .swiper-button-prev {
    display: block;
    margin-top: -30px;
  }

  .tiki-categories .wrap .sub-category-box .item {
    margin-left: 0;
    margin-right: 26px;
    margin-bottom: 26px;
    width: 215px;
  }

  .tiki-categories .wrap .sub-category-box .item.end {
    margin-right: 0;
  }

  .tiki-categories .wrap .bestseller-cat .bestseller-nav ul {
    width: 76%;
  }

  .tiki-categories .wrap .brands-box .brands-box-content .item {
    margin: 20px;
  }

  .tiki-categories .wrap .introduce-box {
    padding-left: 15px;
  }

  .tiki-categories .wrap .option-box .sort-box-holder {
    margin-top: 0;
  }

  .tiki-categories .wrap .option-box .btn-group.sort-box {
    margin-bottom: 0;
  }

  .tiki-categories .category-grid-banner-item-wrap:nth-child(1),.tiki-categories .category-grid-banner-item-wrap:nth-child(2) {
    border-bottom: 0;
    margin-top: 15px;
    padding-bottom: 0;
  }

  .tiki-categories .category-grid-banner-item-wrap:nth-child(2) {
    border-right: 1px solid #ddd;
  }

  .tiki-categories .category-grid-banner-item-wrap:nth-child(3),.tiki-categories .category-grid-banner-item-wrap:nth-child(4) {
    margin-top: 15px;
    padding-top: 0;
  }

  .tiki-categories .camera-catagory .title-cat {
    font-size: 22px;
  }

  .tiki-categories .camera-catagory .date-start-delivery {
    text-align: left;
  }

  .tiki-categories .camera-catagory .commitment .new-review {
    margin-top: 0;
  }

  .tiki-categories .camera-catagory .commitment .new-review .main-content {
    height: 116px;
  }

  .tiki-categories .camera-catagory .commitment .new-review:last-child {
    margin-top: 15px;
  }

  .tiki-categories .camera-catagory .list-thuong-hieu a {
    margin: 0 15px 15px;
    width: 140px;
  }
}

@media (min-width:1200px) {
  .tiki-categories .wrap .box-left-wrap .box-left .list-group .list-group-item,.tiki-categories .wrap .box-left-wrap .box-left .panel .list-group .list-group-item ul li {
    border-top: none;
  }

  .tiki-categories .wrap .box-left-wrap .box-left {
    overflow-x: visible;
  }

  .tiki-categories .wrap .box-left-wrap .box-left .panel .panel-heading .accordion-toggle:after {
    display: none;
  }

  .tiki-categories .wrap .box-left-wrap .box-left .panel .list-group {
    padding-top: 10px;
  }

  .tiki-categories .wrap .box-left-wrap .box-left .panel .list-group .list-group-item ul {
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: -100%;
    margin-right: 1px;
    list-style: none;
    padding: 0;
    width: 250px;
    z-index: 9;
    display: none;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
  }

  .tiki-categories .wrap .box-left-wrap .box-left .panel .list-group .list-group-item ul li a {
    padding: 7px 20px;
    font-size: 13px;
    color: #000;
    display: block;
  }

  .tiki-categories .wrap .box-left-wrap .box-left .list-group .list-group-more,.tiki-categories .wrap .box-left-wrap .box-left .panel .list-group .list-group-item>a.has-child:after {
    display: none;
  }

  .tiki-categories .wrap .box-left-wrap .box-left .panel .list-group .list-group-item ul li a:hover {
    text-decoration: none;
    background: #E4E4E4;
  }

  .tiki-categories .wrap .box-left-wrap .box-left .list-group .list-group-show {
    display: block;
  }

  .tiki-categories .wrap .box-left-wrap .box-left .list-group .list-group-hide {
    display: none;
  }

  .tiki-categories .wrap .sub-category-box .item {
    margin-left: 0;
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .tiki-categories .wrap .author-box .image {
    float: none;
    margin-right: 0;
  }

  .tiki-categories .wrap .col-lg-3 {
    width: 23%;
    padding-right: 0;
  }

  .tiki-categories .wrap .col-lg-9 {
    width: 77%;
    padding-left: 0;
  }

  .tiki-categories .wrap .col-lg-4 {
    padding-left: 0;
    width: 26%;
  }

  .tiki-categories .wrap .col-lg-8 {
    width: 74%;
  }

  .tiki-categories .wrap .product-box .product-box-list>.product-item {
    width: 25%;
  }

  .tiki-categories .wrap .product-box .product-box-list .product-box-item-full {
    padding-left: 15px;
  }

  .tiki-categories .wrap .product-box.no-sidebar .product-box-list>.product-item {
    width: 20%;
  }

  .tiki-categories .category-grid-banner-item-wrap {
    margin-top: 15px;
  }

  .tiki-categories .camera-catagory .commitment .new-review .main-content {
    height: 108px;
  }
}

.tiki-product .one-click-bar {
  margin-top: 10px;
}

.tiki-product .one-click-bar .btn-one-click {
  border-radius: 4px;
  color: #00b7f1;
}

.tiki-product .one-click-bar .btn-one-click .badge {
  font-size: 10px;
  top: 0;
}

.tiki-product .one-click-bar .btn-one-click:hover {
  border-color: #00b7f1;
  text-decoration: none;
}

.tiki-product .product-gallery-box {
  font-size: 0;
  margin-top: 15px;
}

.tiki-product .product-gallery-box h3 {
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  color: #444;
  margin-top: 0;
}

.tiki-product .product-gallery-box .swiper-gallery-top {
  width: 100%;
  display: block;
  font-size: 13px;
  vertical-align: top;
}

.tiki-product .product-gallery-box .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 60px;
  background-color: rgba(0,0,0,.8);
  pointer-events: visible!important;
}

.tiki-product .product-gallery-box .swiper-button-next {
  right: 0;
  width: 40px;
  height: 60px;
  background-color: rgba(0,0,0,.8);
  pointer-events: visible!important;
}

.box-social .popup-social:before,.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot,.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.tiki-product .product-gallery-box .swiper-gallery-thumbs {
  width: 100%;
  display: none;
  font-size: 13px;
  vertical-align: top;
  margin-top: 15px;
}

.tiki-product .product-gallery-box .swiper-gallery-thumbs:after,.tiki-product .product-gallery-box .swiper-gallery-thumbs:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .product-gallery-box .swiper-slide {
  min-height: 500px;
}

.tiki-product .product-gallery-box .swiper-gallery-thumbs div {
  display: block;
  float: left;
  width: 120px;
  overflow: hidden;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  height: 81px;
}

.tiki-product .product-gallery-box .swiper-gallery-thumbs div.active,.tiki-product .product-gallery-box .swiper-gallery-thumbs div:hover {
  border: 2px solid #f89406;
}

.tiki-product .product-lifestyle .table-striped>tbody>tr:nth-of-type(odd) {
  background: 0 0;
}

.tiki-product .row-no-padding {
  padding: 0;
}

.tiki-product .wap-info-lifestyle.col-lg-12,.tiki-product .wap-info-lifestyle.col-lg-6 {
  padding-left: 0;
}

.tiki-product .wrap .box-product-lifestyle .product-table-box {
  margin-top: 0;
}

.tiki-product .product-lifestyle .table-striped td.first {
  background: #f7f7f7;
  width: 30%;
}

.tiki-product .product-discount-label {
  background-color: #0050a1;
  bottom: 0;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
  color: #fff;
  font-size: 18px;
  font-style: italic;
  padding: 5px 15px;
  position: absolute;
  right: 15px;
  width: 220px;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.tiki-product .product-discount-label>div {
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

.tiki-product .product-discount-label-code {
  font-style: normal;
  font-weight: 700;
}

.tiki-product .miki-ebook-price {
  border-radius: 5px;
  border: 1px solid #4a90e2;
  display: block;
  text-align: center;
  color: #1998cb;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 10px;
  margin-top: 10px;
  background-color: #fff;
  width: 100%;
  line-height: 1.5;
}

.tiki-product .miki-ebook-price:hover {
  background-image: linear-gradient(to bottom,#60c7ff,#1897ca);
  color: #fff;
  text-decoration: none;
}

.tiki-product .miki-ebook-price:focus {
  box-shadow: none;
  outline: 0;
}

.tiki-product .zoomContainer {
  position: relative;
  z-index: 999;
}

.tiki-product.is-review-book {
  overflow: hidden!important;
}

@media (max-width:1199px) {
  .tiki-product.is-review-book .breadcrumb-wrap,.tiki-product.is-review-book .tiki-all-top-banner,.tiki-product.is-review-book .wrap,.tiki-product.is-review-book .wrap-footer,.tiki-product.is-review-book .wrap-header,.tiki-product.is-review-book .wrap-top-banner-24h {
    -webkit-transform: translate3d(0,0,0);
  }
}

.tiki-product .freegift-popup {
  display: none;
}

.tiki-product .freegift-popup .item {
  display: inline-block;
  vertical-align: top;
}

.tiki-product .freegift-popup .item .title {
  text-align: center;
}

.tiki-product .freegift-popup .item .title a {
  color: #333;
  font-size: 13px;
}

.tiki-product .freegift-popup .item .title a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-product .super-product .table.table-striped>tbody>tr:nth-of-type(odd) {
  background: #f8f7f5;
}

.tiki-product .super-product .table.table-striped>tbody>tr:nth-of-type(even) {
  background: #eeeded;
}

.tiki-product .super-product .table thead th {
  padding: 6px 8px;
  font-size: 12px;
  border-bottom-width: 1px;
}

.tiki-product .super-product .table tbody td {
  font-size: 12px;
  padding: 3px 8px;
  vertical-align: middle;
}

.tiki-product .super-product .table tbody td .price {
  vertical-align: middle;
  text-align: right;
}

.tiki-product .super-product .table tbody td .price span:nth-child(1) {
  font-size: 14px;
  color: #444;
  font-weight: 700;
  display: block;
}

.tiki-product .super-product .table tbody td .price span:nth-child(2) {
  font-size: 11px;
  color: #999;
  display: block;
  text-decoration: line-through;
}

.tiki-product .super-product .table tbody td .quantity {
  width: 54px;
}

.tiki-product .video {
  width: 100%;
  max-width: 560px;
  max-height: 315px;
  margin-left: auto;
  margin-right: auto;
}

.tiki-product .video iframe {
  max-height: 315px;
  width: 100%;
}

.tiki-product .wrap {
  margin-bottom: 30px;
  margin-top: 15px;
}

.tiki-product .wrap .alert {
  padding: 8px;
  font-size: 13px;
  margin-bottom: 10px;
}

.tiki-product .wrap .image-box {
  margin-bottom: 15px;
  text-align: left;
  font-size: 0;
  position: relative;
}

.tiki-product .wrap .image-box>.thumb {
  padding: 30px 0;
  position: relative;
}

.tiki-product .wrap .image-box .thumb {
  float: none;
  padding: 30px 0;
}

.tiki-product .wrap .image-box .thumb .swiper-button-next,.tiki-product .wrap .image-box .thumb .swiper-button-prev {
  display: none;
}

.tiki-product .wrap .image-box .thumb .swiper-pagination {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.tiki-product .wrap .image-box .thumb .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.tiki-product .wrap .image-box .thumb a {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.tiki-product .wrap .image-box .thumb a img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.tiki-product .wrap .image-box .magiczoom {
  overflow: hidden;
  text-align: center;
  display: none;
}

.tiki-product .wrap .image-box .magiczoom .watermark {
  text-align: right;
  position: relative;
  z-index: 1;
}

.tiki-product .wrap .image-box .magiczoom a {
  display: block;
  position: relative;
}

.tiki-product .wrap .image-box .magiczoom a.book-review-btn {
  text-align: right;
}

.tiki-product .wrap .image-box .magiczoom a img {
  position: static!important;
  width: auto!important;
  height: auto!important;
  max-width: 100%;
  max-height: 100%;
}

.tiki-product .wrap .image-box .magiczoom a img:nth-child(2) {
  display: none!important;
}

.tiki-product .wrap .image-box .magiczoom a .zoomWrapper {
  width: auto!important;
  height: auto!important;
  max-height: 390px;
  overflow: hidden;
}

.tiki-product .wrap .image-box .magiczoom a .img-1-6 {
  bottom: 0;
  right: 0;
  position: absolute;
}

.tiki-product .wrap .image-box .magiczoom .MagicZoomPlus {
  position: relative;
}

.tiki-product .wrap .image-box .magiczoom .promo {
  display: block!important;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #e62446;
  text-align: right;
  line-height: 1.3;
  white-space: nowrap;
  background: -moz-linear-gradient(left,rgba(255,255,255,.1) 0,rgba(255,255,255,.8) 50%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.1)),color-stop(50%,rgba(255,255,255,.8)));
  background: -webkit-linear-gradient(left,rgba(255,255,255,.1) 0,rgba(255,255,255,.8) 50%);
  background: -o-linear-gradient(left,rgba(255,255,255,.1) 0,rgba(255,255,255,.8) 50%);
  background: -ms-linear-gradient(left,rgba(255,255,255,.1) 0,rgba(255,255,255,.8) 50%);
  background: linear-gradient(to right,rgba(255,255,255,.1) 0,rgba(255,255,255,.8) 50%);
}

.tiki-product .wrap .image-box .magiczoom .promo:after,.tiki-product .wrap .image-box .magiczoom .promo:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 3px;
  background: linear-gradient(to right,rgba(243,32,32,.09) 0,#f16f5c 50%,rgba(246,41,12,.61) 51%,#f02f17 71%,#e62446 100%);
}

.tiki-product .wrap .image-box .magiczoom .promo:before {
  top: 0;
}

.tiki-product .wrap .image-box .magiczoom .promo:after {
  bottom: 0;
}

.tiki-product .wrap .image-box .magiczoom .promo span {
  display: block!important;
  margin-top: 2px;
  margin-bottom: 2px;
}

.tiki-product .wrap .image-box .magiczoom .promo span .impt {
  font-size: 2.3rem;
  vertical-align: bottom;
  font-weight: 700;
  font-style: normal;
}

.tiki-product .wrap .image-box.no-left {
  text-align: center;
}

.tiki-product .wrap .image-box.no-left .thumb {
  display: none;
}

.tiki-product .wrap .image-box.no-left .magiczoom {
  float: none;
  width: 100%;
  height: auto;
}

.tiki-product .wrap .image-box.no-left .zoomWrapper {
  margin-left: auto;
  margin-right: auto;
}

.tiki-product .wrap .image-box:after,.tiki-product .wrap .image-box:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .item-box .item-name {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  margin: 10px 0;
}

.tiki-product .wrap .item-box .item-bestseller {
  margin: 5px 0 10px;
  background: url(../img/beseller-product.png) center left no-repeat;
  height: 17px;
  padding: 0 0 0 23px;
  line-height: 17px;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-bestseller img {
  margin-right: 4px;
}

.tiki-product .wrap .item-box .item-bestseller a {
  color: #00b7f1;
}

.tiki-product .wrap .item-box .item-row1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: box;
  -webkit-box-orient: inline-axis;
  -moz-box-orient: inline-axis;
  box-orient: inline-axis;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -ms-flex-align: stretch;
}

.tiki-product .wrap .item-box .item-row1 .item-price {
  width: 50%;
  border-right: 1px solid #eee;
}

.tiki-product .wrap .item-box .item-row1 .item-price .item-brand {
  margin-bottom: 8px;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-row1 .item-price .item-brand h6 {
  margin: 0 5px 0 0;
  line-height: 20px;
  display: inline-block;
}

.tiki-product .wrap .item-box .item-row1 .item-price .item-brand p {
  line-height: 20px;
  margin-bottom: 0;
  display: inline-block;
}

.tiki-product .wrap .item-box .item-row1 .item-price .item-brand p a {
  color: #00aaf1;
  font-weight: 700;
}

.tiki-product .wrap .item-box .item-row1 .item-price .old-price-item {
  line-height: 18px;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-row1 .item-price .old-price-item span:nth-child(1) {
  display: inline-block;
  color: #666;
  min-width: 60px;
}

.tiki-product .wrap .item-box .item-row1 .item-price .old-price-item span:nth-child(2) {
  color: #666;
  font-size: 14px;
  text-decoration: line-through;
}

.tiki-product .wrap .item-box .item-row1 .item-price .special-price-item {
  margin: 7px 0;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-row1 .item-price .special-price-item span:nth-child(1) {
  color: #666;
  display: inline-block;
  min-width: 60px;
}

.tiki-product .wrap .item-box .item-row1 .item-price .special-price-item span:nth-child(2) {
  color: #090;
  font-size: 18px;
  font-weight: 700;
}

.tiki-product .wrap .item-box .item-row1 .item-price .special-price-item span:nth-child(3) {
  font-weight: 700;
  font-size: 11px;
  color: #444;
  margin-left: 2px;
  display: block;
}

.tiki-product .wrap .item-box .item-row1 .item-price .saleoff-price-item {
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-row1 .item-price .saleoff-price-item span:nth-child(1) {
  display: inline-block;
  min-width: 60px;
  color: #666;
}

.tiki-product .wrap .item-box .item-row1 .item-price .saleoff-price-item span:nth-child(2) {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.tiki-product .wrap .item-box .item-row1 .item-price .partnership-price-item {
  font-size: 14px;
}

.tiki-product .wrap .item-box .item-row1 .item-price .partnership-price-item span:nth-child(1) {
  display: inline-block;
  min-width: 60px;
  color: #666;
}

.tiki-product .wrap .item-box .item-row1 .item-price .partnership-price-item span:nth-child(1) img {
  vertical-align: middle;
  height: 12px;
  top: -2px;
  position: relative;
}

.tiki-product .wrap .item-box .item-row1 .item-price .partnership-price-item span:nth-child(2) {
  color: #1c2779;
  font-size: 13px;
  font-weight: 700;
}

.tiki-product .wrap .item-box .item-row1 .item-price .partnership-price-item:hover,.tiki-product .wrap .item-box .item-row1 .item-price .partnership-price-item:link {
  text-decoration: none;
}

.tiki-product .wrap .item-box .item-row1 .item-price .exceeded {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: .1;
}

.tiki-product .wrap .item-box .item-row1 .item-price .exceeded:hover,.tiki-product .wrap .item-box .item-row1 .item-price .exceeded:link {
  text-decoration: none;
  opacity: .1;
}

.tiki-product .wrap .item-box .item-row1 .item-price .top-feature-item {
  margin-top: 10px;
  padding-top: 10px;
  margin-right: 10px;
  border-top: 1px solid #eee;
}

.tiki-product .wrap .item-box .item-row1 .item-price .top-feature-item p {
  background: url(../img/ico-product-page.png) left -348px no-repeat;
  padding: 0 0 0 14px;
  margin: 0 0 8px;
  font-size: 13px;
}

.tiki-product .wrap .item-box .item-row1 .item-other {
  width: 50%;
  padding-left: 25px;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating {
  display: block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 10px;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating .rating-box .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating .rating-box .star:nth-child(1) {
  margin-left: 0;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating .rating-box .star:before {
  content: "\f005";
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating .rating-box span .star {
  color: #f0c808;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating>a {
  color: #333;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-rating>a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-review-now {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  padding: 7px 5px;
  position: relative;
  width: 70%;
  text-align: center;
  font-size: 12px;
  display: block;
  vertical-align: top;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-review-now a {
  background: url(../img/ico-product-page.png) left -2px no-repeat!important;
  padding-left: 20px;
  color: #00b7f1;
  font-size: inherit;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-benefit {
  margin-top: 15px;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-benefit p {
  background: url(../img/ico-product-page.png) left -348px no-repeat;
  padding: 0 0 0 14px;
  margin: 0 0 8px;
  font-size: 13px;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-benefit a {
  color: #00b7f1;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-benefit a.has-icon {
  padding-left: 10px;
  margin-left: 5px;
  background: url(../img/xico.png) left -388px no-repeat!important;
}

.tiki-product .wrap .item-box .item-row1 .item-other .item-benefit a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

.tiki-product .wrap .item-box .item-row1:after,.tiki-product .wrap .item-box .item-row1:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .item-box .item-promotion,.tiki-product .wrap .item-box .item-shipping {
  margin-top: 10px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-title,.tiki-product .wrap .item-box .item-shipping .item-promotion-title {
  border-bottom: 1px solid #e7e7e7;
  height: 18px;
  margin-bottom: 22px;
  white-space: nowrap;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-title h2,.tiki-product .wrap .item-box .item-shipping .item-promotion-title h2 {
  display: inline-block;
  background: #fff;
  margin-top: 6px;
  font-size: 15px;
  padding-right: 3px;
  font-weight: 700;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item {
  margin-bottom: 10px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .image,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .image {
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .image:hover,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .image:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .label,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .label {
  position: relative;
  background: #6fba54;
  border: 1px solid #6fba54;
  color: #fff;
  font-size: 11px;
  padding-left: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .label:before,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .label:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(111,186,84,0);
  border-right-color: #6fba54;
  border-width: 7px;
  top: 50%;
  margin-top: -7px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .label.label-fi,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .label.label-fi {
  background: #ee2247;
  border: 1px solid #ee2247;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .label.label-fi:before,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .label.label-fi:before {
  border-color: transparent #ee2247 transparent transparent;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .title,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .title {
  margin-top: 5px;
  margin-bottom: 0;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .title a,.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .title span,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .title a,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .title span {
  font-size: 12px;
  color: #333;
  line-height: 15px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .title a:hover,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .title a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .price,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .price {
  color: #777;
  padding-right: 5px;
  font-size: 12px;
  margin-bottom: 0;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item .price span,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item .price span {
  color: #090;
  font-weight: 700;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item:after,.tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item:before,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item:after,.tiki-product .wrap .item-box .item-shipping .item-promotion-content .free-gift-item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul {
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul li {
  padding: 0 0 0 21px;
  margin-bottom: 10px;
  background: url(../img/tick.png) left center no-repeat;
  line-height: 20px;
  font-size: inherit;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li.style-2,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul li.style-2 {
  background: 0 0;
  padding: 0;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li.style-2 img,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul li.style-2 img {
  width: auto;
  height: 20px;
  margin-right: 5px;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li select,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul li select {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li p,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul li p {
  margin-bottom: 0;
  display: inline-block;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li a,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul li a {
  color: #00b7f1;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li a.has-icon,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul li a.has-icon {
  padding-left: 10px;
  margin-left: 5px;
  background: url(../img/xico.png) left -388px no-repeat!important;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li a:hover,.tiki-product .wrap .item-box .item-shipping .item-promotion-content ul li a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

.tiki-product .wrap .item-box .item-promotion .item-promotion-content:after,.tiki-product .wrap .item-box .item-promotion .item-promotion-content:before,.tiki-product .wrap .item-box .item-shipping .item-promotion-content:after,.tiki-product .wrap .item-box .item-shipping .item-promotion-content:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .item-box .item-product-options .color-box {
  padding: 10px 0 10px 10px;
  border-top: 1px solid #e7e7e7;
}

.tiki-product .wrap .item-box .item-product-options .color-box a.notify-btn {
  margin-left: 0;
  margin-right: 0;
}

.tiki-product .wrap .item-box .item-product-options .color-box .color-number {
  width: 35px;
  float: left;
  font-size: 23px;
  font-weight: 700;
  color: #ccc;
  line-height: 23px;
}

.tiki-product .wrap .item-box .item-product-options .color-box .color-label {
  line-height: 18px;
  margin: 0;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-product-options .color-box .color-label label {
  font-weight: 400;
  color: #444;
  display: inline-block;
  margin-bottom: 5px;
}

.tiki-product .wrap .item-box .item-product-options .color-box .color-label:after,.tiki-product .wrap .item-box .item-product-options .color-box .color-label:before,.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items:after,.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .item-box .item-product-options .color-box .color-label span {
  padding: 0 0 0 7px;
  font-weight: 700;
  color: #222;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items {
  list-style: none;
  padding: 0;
  margin: 0 0 0 35px;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li {
  float: left;
  display: block;
  text-align: center;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a {
  display: block;
  padding: 4px 10px;
  background: #e7e7e7;
  margin-right: 15px;
  border: 1px solid #ddd;
  font-weight: 700;
  color: #666;
  cursor: pointer;
  font-size: 13px;
  box-shadow: none;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a.disabled,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-cart.disabled,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.pre-order.disabled {
  cursor: not-allowed;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a span {
  display: block;
  margin: 4px -11px -5px;
  background: #fff;
  padding: 5px;
  border: 1px solid #e7e7e7;
  border-radius: 0 0 2px 2px;
  color: #333;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a.disabled:hover {
  background: #e7e7e7;
  color: #666;
  border: 1px solid #ddd;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a.active,.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a:hover {
  color: #fff;
  background: #04b1e3;
  border: 1px solid #04b1e3;
  text-decoration: none;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a.active span,.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a:hover span {
  border: 1px solid #04b1e3;
}

.tiki-product .wrap .item-box .item-product-options .color-box ul.color-items li a:focus {
  text-decoration: none;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box {
  padding: 10px;
  border-top: 1px solid #e7e7e7;
  background-color: #fafafa;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-number {
  width: 35px;
  float: left;
  font-size: 23px;
  font-weight: 700;
  color: #ccc;
  line-height: 23px;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-label {
  line-height: 18px;
  font-size: 12px;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 {
  clear: both;
  float: left;
  width: 70px;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>input {
  width: 50px;
  display: block;
  float: left;
  height: 100%;
  font-size: 14px;
  margin: 0;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ededed;
  background: -moz-linear-gradient(top,#ededed 0,#f6f6f6 14%,#fff 52%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ededed),color-stop(14%,#f6f6f6),color-stop(52%,#fff));
  background: -webkit-linear-gradient(top,#ededed 0,#f6f6f6 14%,#fff 52%);
  background: -o-linear-gradient(top,#ededed 0,#f6f6f6 14%,#fff 52%);
  background: -ms-linear-gradient(top,#ededed 0,#f6f6f6 14%,#fff 52%);
  background: linear-gradient(top,#ededed 0,#f6f6f6 14%,#fff 52%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
  opacity: 0;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input .bootstrap-touchspin-down:hover,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input .bootstrap-touchspin-up:hover {
  background-color: #00b7f1;
  color: #fff;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>span {
  height: 100%;
  margin-left: -2px;
  display: block;
  float: left;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>span>a {
  height: 16px;
  width: 18px;
  display: block;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>span>a:nth-child(1) {
  background: url(../img/ico-product-page.png) left -220px no-repeat;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>span>a:nth-child(1).active,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>span>a:nth-child(1):hover {
  background: url(../img/ico-product-page.png) left -280px no-repeat;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>span>a:nth-child(2) {
  background: url(../img/ico-product-page.png) left -236px no-repeat;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>span>a:nth-child(2).active,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input>span>a:nth-child(2):hover {
  background: url(../img/ico-product-page.png) left -296px no-repeat;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input:after,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 .tiki-number-input:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-cart.is-css .text,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css .text,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.pre-order.is-css .text {
  display: block;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 {
  float: left;
  width: 100%;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-cart {
  width: 229px;
  height: 37px;
  background: url(../img/add-to-cart.png) no-repeat;
  border: 0;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-cart:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.pre-order {
  width: 170px;
  height: 37px;
  background: url(../img/preorder.png) no-repeat;
  border: 0;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.pre-order:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-cart.is-css,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.pre-order.is-css {
  background: #fd4040;
  background: -moz-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fd4040),color-stop(100%,#d71a1a));
  background: -webkit-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -o-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -ms-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: linear-gradient(to bottom,#fd4040 0,#d71a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0);
  border: none;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  vertical-align: top;
  font-size: 15px;
  padding: 0;
  line-height: 37px;
  box-shadow: 0 -2px 0 #a80000 inset;
  border-radius: 5px;
  width: 100%;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-cart.is-css:hover,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.pre-order.is-css:hover {
  opacity: .8;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-cart.is-css .icon,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.pre-order.is-css .icon {
  font-size: 23px;
  float: left;
  padding: 0 12px;
  border-right: 1px solid rgba(0,0,0,.15);
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist {
  width: 172px;
  height: 32px;
  background: url(../img/add-to-wishlist.png) no-repeat;
  border: 0;
  margin: 10px 0 2px;
  display: block;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.added {
  background-position: 0 -64px;
  width: 185px;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.added:hover {
  background-position: 0 -64px;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist:hover {
  background-position: 0 -32px;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css {
  background: #efefef;
  background: -moz-linear-gradient(top,#efefef 0,#dedede 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#efefef),color-stop(100%,#dedede));
  background: -webkit-linear-gradient(top,#efefef 0,#dedede 100%);
  background: -o-linear-gradient(top,#efefef 0,#dedede 100%);
  background: -ms-linear-gradient(top,#efefef 0,#dedede 100%);
  background: linear-gradient(to bottom,#efefef 0,#dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dedede', GradientType=0);
  border: none;
  color: #000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  vertical-align: top;
  font-size: 15px;
  padding: 0;
  box-shadow: 0 -2px 0 #b5b4b4 inset;
  border-radius: 5px;
  width: 100%;
  height: 37px;
  line-height: 37px;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css.disabled,.tiki-product .wrap .product-action-repeat button.add-to-cart.disabled {
  cursor: not-allowed;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css .icon {
  font-size: 19px;
  float: left;
  padding: 0 12px;
  border-right: 1px solid rgba(0,0,0,.15);
  color: #858585;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css.added .icon,.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css:hover .icon {
  color: #f2665d;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .feature-box .feature-total button.add-all-to-cart,.tiki-product .wrap .item-box .miki-add-to-cart {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0);
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.tiki-product .wrap .item-box .item-product-options .quantity-box:after,.tiki-product .wrap .item-box .item-product-options .quantity-box:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .item-box .miki-add-to-cart {
  background: #fd4040;
  background: -moz-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fd4040),color-stop(100%,#d71a1a));
  background: -webkit-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -o-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -ms-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: linear-gradient(to bottom,#fd4040 0,#d71a1a 100%);
  border: none;
  color: #fff;
  font-weight: 400;
  vertical-align: top;
  font-size: 15px;
  padding: 0;
  line-height: 37px;
  box-shadow: 0 -2px 0 #a80000 inset;
  border-radius: 5px;
  width: 100%;
}

.tiki-product .wrap .item-box .miki-add-to-cart:hover {
  opacity: .8;
}

.tiki-product .wrap .item-box .miki-add-to-cart .icon {
  font-size: 23px;
  float: left;
  border-right: 1px solid rgba(0,0,0,.15);
  padding: 0 15px;
}

.tiki-product .wrap .item-box .miki-add-to-cart .text {
  display: block;
}

.tiki-product .wrap .feature-box .feature-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0;
  margin: 0 0 20px;
}

.tiki-product .wrap .feature-box .feature-title h2 {
  font-size: 19px;
  color: #444;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.tiki-product .wrap .feature-box .feature-image {
  display: block;
  margin-right: 40px;
  float: left;
}

.tiki-product .wrap .feature-box .feature-image .feature-image-item {
  display: block;
  float: left;
  font-size: 0;
}

.tiki-product .wrap .feature-box .feature-image .feature-image-item a {
  padding: 3px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  vertical-align: middle;
}

.tiki-product .wrap .feature-box .feature-image .feature-image-item span.plus {
  font-size: 25px;
  font-weight: 700;
  color: #cbcbcb;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.tiki-product .wrap .feature-box .feature-image:after,.tiki-product .wrap .feature-box .feature-image:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .feature-box ul.feature-name {
  display: block;
  float: left;
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
}

.tiki-product .wrap .feature-box ul.feature-name li {
  margin-bottom: 8px;
  line-height: 19px;
  font-size: 12px;
}

.tiki-product .wrap .feature-box ul.feature-name li input {
  margin-right: 3px;
  margin-top: 2px;
  vertical-align: text-top;
}

.tiki-product .wrap .feature-box ul.feature-name li a {
  color: #00b7f1;
}

.tiki-product .wrap .feature-box ul.feature-name li p.price {
  font-size: 14px;
  font-weight: 700;
  margin-left: 7px;
  display: inline;
  color: #090;
}

.tiki-product .wrap .feature-box .feature-total {
  display: block;
  background: url(../img/seprate-price.png) left 2px no-repeat;
  min-height: 83px;
  clear: both;
  padding-top: 20px;
}

.tiki-product .wrap .feature-box .feature-total .price {
  font-size: 13px;
  margin: 0 0 13px;
}

.tiki-product .wrap .feature-box .feature-total .price span {
  color: #090;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.tiki-product .wrap .feature-box .feature-total button.add-all-to-cart {
  background: #fd4040;
  background: -moz-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fd4040),color-stop(100%,#d71a1a));
  background: -webkit-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -o-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -ms-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: linear-gradient(to bottom,#fd4040 0,#d71a1a 100%);
  -webkit-box-shadow: 0 -2px 0 #a80000 inset;
  box-shadow: 0 -2px 0 #a80000 inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 6px 14px;
  color: #fff;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.tiki-product .wrap .feature-box:after,.tiki-product .wrap .feature-box:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-content-box {
  margin-top: 30px;
}

.tiki-product .wrap .product-content-box .product-content-tabs-wrap.is-hidden {
  visibility: hidden!important;
}

.tiki-product .wrap .product-content-box ul.product-content-tabs {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  background: #fff;
  border: none;
}

.tiki-product .wrap .product-content-box ul.product-content-tabs li {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.tiki-product .wrap .product-content-box ul.product-content-tabs li.active a {
  border-bottom: 2px solid #2db6ea;
  border-right: none;
  border-left: none;
  border-top: none;
  color: #3398c4;
}

.tiki-product .wrap .product-content-box ul.product-content-tabs li.active a:after {
  display: block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 0;
  border-bottom: 8px solid #2db6ea;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 45%;
}

.tiki-product .wrap .product-content-box ul.product-content-tabs li.active a:hover {
  text-decoration: none;
}

.tiki-product .wrap .product-content-box ul.product-content-tabs li a {
  border-bottom: 2px solid #ddd;
  color: #888;
  font-size: 19px;
  font-weight: 400;
  padding: 20px 12px;
  margin: 0;
  position: relative;
  display: block;
  white-space: nowrap;
}

.tiki-product .wrap .product-content-box ul.product-content-tabs:after,.tiki-product .wrap .product-content-box ul.product-content-tabs:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-content-box .product-content-detail h3 {
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  color: #444;
  margin-top: 0;
}

.tiki-product .wrap .product-content-box .product-content-detail>.content {
  overflow: hidden;
  margin-bottom: 15px;
  max-height: 500px;
  line-height: 21px;
}

.tiki-product .wrap .product-content-box .product-content-detail>.content.expand {
  max-height: none;
}

.tiki-product .wrap .product-content-box .product-content-detail>.content.expand+.show-more:before {
  display: none;
}

.tiki-product .wrap .product-content-box .product-content-detail>.content+.show-more:before {
  display: block;
}

.tiki-product .wrap .product-content-box .product-content-detail>.content table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tiki-product .wrap .product-content-box .product-content-detail>.content table tbody td {
  padding: 8px;
}

.tiki-product .wrap .product-content-box .product-content-detail>.content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.tiki-product .wrap .product-content-box .product-content-detail>.show-more:before {
  content: '';
  height: 55px;
  margin-top: -45px;
  position: relative;
  background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(rgba(255,255,255,0)),color-stop(.5,#fff));
  display: none;
}

.tiki-product .wrap .product-content-box .product-content-detail>.show-more a {
  font-weight: 700;
  display: block;
  width: 240px;
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  background: #f0f0f0;
  background: -moz-linear-gradient(top,#f0f0f0 0,#e5e5e5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top,#f0f0f0 0,#e5e5e5 100%);
  background: -o-linear-gradient(top,#f0f0f0 0,#e5e5e5 100%);
  background: -ms-linear-gradient(top,#f0f0f0 0,#e5e5e5 100%);
  background: linear-gradient(to bottom,#f0f0f0 0,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e5e5e5', GradientType=0);
  -webkit-box-shadow: 0 -2px 0 #cacaca inset;
  box-shadow: 0 -2px 0 #cacaca inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tiki-product .wrap .product-content-box .product-content-detail>.show-more a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .image-base-box {
  float: right;
  width: 60%;
}

.tiki-product .wrap .image-base-box figure {
  display: block;
  max-width: 536px;
  float: right;
}

.tiki-product .wrap .image-base-box:after,.tiki-product .wrap .image-base-box:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .advisory-posts-box {
  margin-top: 45px;
  margin-bottom: 45px;
}

.tiki-product .wrap .advisory-posts-box>h2 {
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7e7e7;
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
}

.tiki-product .wrap .advisory-posts-box ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
  font-size: 0;
}

.tiki-product .wrap .advisory-posts-box ul li {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
}

.tiki-product .wrap .advisory-posts-box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 9px;
  padding-top: 3px;
  color: #F5A623;
}

.tiki-product .wrap .advisory-posts-box ul a {
  display: block;
  font-size: 14px;
  color: #00aaf1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tiki-product .wrap .product-table-title {
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  color: #444;
  margin-top: 0;
}

.tiki-product .wrap .box-same-brand-product,.tiki-product .wrap .box-up-sell-product,.tiki-product .wrap .product-table-box {
  margin-top: 30px;
}

.tiki-product .wrap .product-table-box .table {
  margin-bottom: 0;
}

.tiki-product .wrap .product-table-box.is-left {
  margin-top: 0;
  margin-bottom: 30px;
}

.tiki-product .wrap .product-table-box .show-more {
  margin-bottom: 0;
  display: none;
}

.tiki-product .wrap .product-table-box .show-more:before {
  content: "";
  height: 45px;
  margin-top: -45px;
  position: relative;
  display: block;
  background: -webkit-gradient(linear,0 100%,0 0,from(#fff),color-stop(.3,#fff),to(rgba(255,255,255,0)));
}

.tiki-product .wrap .product-table-box .show-more.expand {
  margin-top: 15px;
}

.tiki-product .wrap .product-table-box .show-more.expand:before {
  display: none;
}

.tiki-product .wrap .product-table-box .js-content-2 {
  height: 450px;
  overflow: hidden;
}

.tiki-product .wrap .product-table-box .js-content-2.expand {
  height: auto;
}

.tiki-product .wrap .product-table-box .show-more a {
  font-weight: 700;
  display: block;
  width: 240px;
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  background: #f0f0f0;
  background: -moz-linear-gradient(top,#f0f0f0 0,#e5e5e5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top,#f0f0f0 0,#e5e5e5 100%);
  background: -o-linear-gradient(top,#f0f0f0 0,#e5e5e5 100%);
  background: -ms-linear-gradient(top,#f0f0f0 0,#e5e5e5 100%);
  background: linear-gradient(to bottom,#f0f0f0 0,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e5e5e5', GradientType=0);
  -webkit-box-shadow: 0 -2px 0 #cacaca inset;
  box-shadow: 0 -2px 0 #cacaca inset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-1:after,.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-1:before,.tiki-product .wrap .question-answer-box .question-answer-content .item:after,.tiki-product .wrap .question-answer-box .question-answer-content .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-table-box .show-more a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .8;
}

.tiki-product .wrap .product-action-repeat {
  padding: 25px 0 20px;
  text-align: center;
}

.tiki-product .wrap .product-action-repeat button.add-to-cart {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  padding: 9px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  -webkit-box-shadow: 0 -2px 0 #a80000 inset;
  box-shadow: 0 -2px 0 #a80000 inset;
  background: #fd4040;
  background: -moz-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fd4040),color-stop(100%,#d71a1a));
  background: -webkit-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -o-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: -ms-linear-gradient(top,#fd4040 0,#d71a1a 100%);
  background: linear-gradient(to bottom,#fd4040 0,#d71a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd4040', endColorstr='#d71a1a', GradientType=0);
}

.tiki-product .wrap .product-action-repeat button.add-to-cart:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-product .wrap .question-answer-box {
  margin-top: 30px;
}

.tiki-product .wrap .question-answer-box .question-answer-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0;
  margin: 0 0 5px;
}

.tiki-product .wrap .question-answer-box .question-answer-title h2 {
  font-size: 19px;
  color: #444;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item {
  border-bottom: 1px dashed #ececec;
  padding: 8px 0;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-1 {
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100px;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-1 .group {
  width: 50%;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-1 .group .number {
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 0;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-1 .group .text {
  font-size: 12px;
  color: #1c1c1c;
  margin-bottom: 0;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 {
  float: left;
  width: 100%;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group {
  margin-left: 100px;
  padding: 0 0 0 10px;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .name {
  color: #00b7f1;
  font-size: 14px;
  margin-bottom: 0;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .text {
  color: #2a2a26;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action span {
  color: #888;
  padding: 0 10px;
  border-left: 1px solid #ddd;
  font-size: 12px;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action span:first-child {
  border-left: none;
  padding-left: 0;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action a {
  color: #888;
  padding: 0 10px;
  border-left: 1px solid #ddd;
  font-size: 12px;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action a:first-child {
  border-left: none;
  padding-left: 0;
}

.tiki-product .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-product .wrap .question-answer-box .question-answer-form {
  margin-top: 15px;
}

.tiki-product .wrap .question-answer-box .question-answer-form .all a {
  color: #00b7f1;
  font-size: 13px;
}

.tiki-product .wrap .question-answer-box .question-answer-form .form {
  position: relative;
  padding-right: 99px;
}

.tiki-product .wrap .question-answer-box .question-answer-form .form .btn {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  padding: 6px 12px;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.tiki-product .wrap .question-answer-box .question-answer-form .form .btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .question-answer-box .question-answer-form .form input[type=text] {
  width: 98.5%;
}

.tiki-product .wrap .question-answer-box .question-answer-form .help p {
  font-size: 12px;
}

.tiki-product .wrap .question-answer-box .question-answer-form .help p span {
  color: #888;
}

.tiki-product .wrap .question-answer-box .question-answer-form .help p a {
  color: #00b7f1;
}

.tiki-product .wrap .product-review-box {
  position: relative;
}

.tiki-product .wrap .product-review-box ul.product-review-tabs {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
  border: none;
  background: #fff;
}

.tiki-product .wrap .product-review-box ul.product-review-tabs li {
  float: left;
  margin-bottom: 12px;
  width: 100%;
}

.tiki-product .wrap .product-review-box ul.product-review-tabs li.active a,.tiki-product .wrap .product-review-box ul.product-review-tabs li:hover a {
  border-bottom: 2px solid #2db6ea!important;
  color: #3398c4;
}

.tiki-product .wrap .product-review-box ul.product-review-tabs li.active a:after,.tiki-product .wrap .product-review-box ul.product-review-tabs li:hover a:after {
  display: block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 0;
  border-bottom: 8px solid #2db6ea;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 45%;
}

.tiki-product .wrap .product-review-box ul.product-review-tabs li a {
  color: #888;
  font-size: 19px;
  font-weight: 400;
  padding: 0 20px 12px;
  margin: 0;
  position: relative;
  display: block;
  white-space: nowrap;
  border-color: transparent;
  border-bottom: 2px solid #ddd;
}

.tiki-product .wrap .product-review-box ul.product-review-tabs li a:hover {
  text-decoration: none;
  border-color: transparent;
  background: 0 0;
}

.tiki-product .wrap .product-review-box ul.product-review-tabs:after,.tiki-product .wrap .product-review-box ul.product-review-tabs:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-review-box .product-review-content .item {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  padding: 15px 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item:first-child {
  border-top: none;
}

.tiki-product .wrap .product-review-box .product-review-content .item .product-col-1 {
  display: table-cell;
  width: 130px;
  vertical-align: top;
  padding: 0 10px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .product-col-2 {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  border-left: 1px solid #e7e7e7;
  padding-left: 24px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .image {
  width: 65px;
  height: 65;
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.tiki-product .wrap .product-review-box .product-review-content .item .image a {
  display: block;
}

.tiki-product .wrap .product-review-box .product-review-content .item .image a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-product .wrap .product-review-box .product-review-content .item .image .sale-tag {
  display: block;
  position: absolute;
  width: 44px;
  height: 35px;
  text-align: center;
  background: url(../img/sale-tag.png) no-repeat;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.tiki-product .wrap .product-review-box .product-review-content .item .name {
  font-size: 14px;
  margin: 15px 0 5px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}

.tiki-product .wrap .product-review-box .product-review-content .item .from {
  font-size: 12px;
  text-align: center;
}

.tiki-product .wrap .product-review-box .product-review-content .item .from span {
  color: #888;
}

.tiki-product .wrap .product-review-box .product-review-content .item .days {
  font-size: 12px;
  color: #999;
  margin: 4px 0 0;
  text-align: center;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .review {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  color: #00b7f1;
  margin: 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .buy-already {
  font-size: 13px;
  padding: 0 0 0 19px;
  background: url(../img/tick.png) 2px 5px no-repeat;
  margin: 10px 0;
  color: #090;
  font-weight: 700;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .rating {
  margin: 3px 10px 0 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .rating .rating-content .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .description {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  margin: 10px 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .description a {
  color: #00aaf1;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link button,.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-edit .btn {
  background: #32befb;
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-edit {
  display: none;
  margin: 10px 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-edit textarea {
  margin-bottom: 5px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-edit .btn {
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  padding: 8px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  float: right;
  margin-left: 5px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-edit .btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-edit:after,.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-edit:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link span {
  font-size: 13px;
  margin-right: 10px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link button {
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  padding: 6px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 8px;
  display: block;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link button:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-3 button,.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .pending-review button,.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply .btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  box-shadow: 0 -2px 0 #0788bf inset;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link button i.fa {
  margin-right: 5px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link p {
  display: block;
  color: #ccc;
  font-weight: 100;
  margin-top: 10px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link p a {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  padding: 0 5px;
  text-decoration: none;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link p a.is-spam,.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link p a.is-spam:hover {
  color: red;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link p a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link:after,.tiki-product .wrap .product-review-box .product-review-content .item .infomation .link:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: none;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply textarea {
  display: block;
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply .btn-primary {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  border: none!important;
  padding: 6px 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply .btn-default:hover,.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply .btn-primary:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply .btn-default {
  background: #fff;
  padding: 5px 8px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 5px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies {
  margin-top: 10px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  background: 0 0;
  border-top: solid 1px #e7e7e7;
  margin: 5px 0 0;
  border-bottom: none;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item .replies-image {
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item .replies-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item .replies-name span {
  font-weight: 400;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item .replies-text {
  font-size: 13px;
  margin-bottom: 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item .replies-report {
  text-align: right;
  margin-bottom: 0;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item .replies-report a {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  padding: 0 5px;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item .replies-report a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item:after,.tiki-product .wrap .product-review-box .product-review-content .item .replies>.replies-item:before,.tiki-product .wrap .product-review-box .product-review-content .item:after,.tiki-product .wrap .product-review-box .product-review-content .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-author-box .product-author-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 5px 0;
  margin: 0 0 20px;
}

.tiki-product .wrap .product-author-box .product-author-title h2 {
  font-size: 19px;
  color: #444;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.tiki-product .wrap .product-author-box .product-author-content {
  position: relative;
}

.tiki-product .wrap .product-customer-box {
  margin-top: 30px;
}

.tiki-product .wrap .product-customer-box .product-customer-title {
  padding: 5px 0;
  margin: 0 0 5px;
}

.tiki-product .wrap .product-customer-box .product-customer-title h2 {
  font-size: 19px;
  color: #444;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.tiki-product .wrap .product-customer-box .product-customer-content {
  padding: 20px;
  border: 1px solid #e7e7e7;
  margin: 0 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 {
  min-height: 120px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 h4 {
  font-weight: 700;
  font-size: 14px;
  color: #444;
  margin: 0;
  text-align: center;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .total-review-point {
  margin: 10px 0 0;
  text-align: center;
  font-size: 35px;
  color: #f63;
  font-weight: 700;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .rating-box .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .rating-box .star:nth-child(1) {
  margin-left: 0;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .rating-box .star:before {
  content: "\f005";
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .rating-box span .star {
  color: #f0c808;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .comments-count {
  text-align: center;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .comments-count a {
  font-size: 12px;
  color: #444;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 .comments-count a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 {
  min-height: 120px;
  width: 100%;
  margin-top: 5px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item {
  margin-bottom: 8px;
  text-align: center;
  font-size: 0;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item .rating-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  width: 40px;
  line-height: 15px;
  vertical-align: middle;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item .rating-num-total {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-left: 10px;
  color: #999;
  line-height: 15px;
  vertical-align: middle;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item .progress {
  display: inline-block;
  width: 65%;
  height: 17px;
  margin: 0;
  vertical-align: middle;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item:after,.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-3 {
  width: 100%;
  margin-top: 5px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-3 h4 {
  font-weight: 700;
  font-size: 14px;
  color: #444;
  margin: 0;
  text-align: center;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-3 button {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  border: none!important;
  color: #fff;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  margin-top: 10px;
  padding: 6px 20px;
  font-size: 14px;
  min-width: 211px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.tiki-product .wrap .product-customer-box .product-customer-content>h3 {
  font-size: 19px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  color: #444;
  margin-top: 30px;
  display: none;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 {
  width: 100%;
  display: none;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate {
  margin: 0 0 15px;
  font-size: 13px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate label {
  margin-bottom: 0;
  display: inline-block;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-left: 15px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .glyphicon {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .glyphicon:nth-child(1) {
  margin-left: 0;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .glyphicon.glyphicon-star {
  color: #f0c808;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .glyphicon.glyphicon-star-empty:before,.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .glyphicon.glyphicon-star:before {
  content: "\f005";
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .rating-clear {
  background: url(../img/delete.gif) no-repeat;
  width: 16px;
  height: 16px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .rating-clear:hover {
  background: url(../img/delete.gif) 0 -16px no-repeat;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .rating-clear .glyphicon {
  font-size: 0;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .rate .rating-input .rating-clear .glyphicon:before {
  content: "";
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .title {
  margin: 0 0 15px;
  font-size: 13px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .title label {
  margin-bottom: 10px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .text {
  margin: 0 0 15px;
  font-size: 13px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .text label {
  margin-bottom: 10px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .text textarea {
  height: 160px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .pending-review {
  padding-top: 30%;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .pending-review button {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  border: none!important;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .pending-review button:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .action .word-counter {
  width: 60%;
  float: left;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .action .checkbox {
  font-size: 11px;
  line-height: 20px;
  float: left;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .action .checkbox label {
  font-weight: 700;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .action button {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  float: right;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .action button:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .action:after,.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 .action:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-5 {
  width: 100%;
  min-height: 316px;
  margin-top: 10px;
  display: none;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-5 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-5 ul>li {
  display: block;
  padding: 5px 0 0;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-5 ul>li a {
  color: #00b7f1;
  font-size: 11px;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-5 ul>li .price {
  color: #090;
}

.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-5 ul>li>ul>li {
  padding: 5px 0 5px 10px;
  list-style-position: inside;
}

.tiki-product .wrap .product-customer-box .product-customer-content:after,.tiki-product .wrap .product-customer-box .product-customer-content:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-product .wrap .social-wrapper {
  position: relative;
  z-index: 9;
}

@media (min-width:480px) {
  .tiki-product .wrap .social-wrapper {
    padding-left: 56px;
  }

  .tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col1 {
    margin-left: 35px;
  }

  .tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 {
    width: auto;
    margin-left: 35px;
  }

  .tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-cart.is-css {
    width: 229px;
  }

  .tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.pre-order.is-css {
    width: 170px;
  }

  .tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css {
    width: 200px;
    height: 32px;
    font-size: 13px;
    line-height: 32px;
  }

  .tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css .icon {
    font-size: 13px;
  }

  .tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist.is-css.added {
    width: 215px;
  }

  .tiki-product .wrap .item-box .miki-add-to-cart {
    width: 184px;
  }

  .tiki-product .wrap .product-action-repeat button.add-to-cart {
    width: 440px;
  }

  .tiki-product .wrap .product-review-box .product-review-content .item .infomation .link button {
    margin-top: 0;
    display: inline-block;
  }

  .tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply .btn-default,.tiki-product .wrap .product-review-box .product-review-content .item .infomation .quick-reply .btn-primary {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width:640px) {
  .tiki-product .wrap .item-box .item-product-options .quantity-box .quantity-col2 button.add-to-wishlist {
    margin: 0 0 2px 10px;
    display: inline-block;
  }

  .tiki-product .wrap .item-box .item-row1 .item-other .item-rating {
    margin-bottom: 0;
    display: inline-block;
  }

  .tiki-product .wrap .item-box .item-row1 .item-other .item-review-now {
    display: inline-block;
  }

  .tiki-product .wrap .feature-box ul.feature-name {
    padding: 0;
  }

  .tiki-product .wrap .product-review-box .product-review-content .item .infomation .link p {
    display: inline-block;
    color: #ccc;
    font-weight: 100;
    float: right;
    margin: 0;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1,.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 {
    margin-right: 15px;
    padding-right: 15px;
    background: url(../img/seprate-review.png) right 0 no-repeat;
    float: left;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1 h4 {
    text-align: left;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 {
    width: 30%;
    margin-top: 0;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item .progress {
    width: 80px;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-3 {
    width: 35%;
    float: left;
    min-height: 120px;
  }
}

@media (min-width:768px) {
  .tiki-product .wrap .product-content-box ul.product-content-tabs,.tiki-product .wrap .product-review-box ul.product-review-tabs {
    border-bottom: 2px solid #ddd;
  }

  .tiki-product .wrap .miki-ebook-price {
    width: 160px;
  }

  .tiki-product .wrap .product-content-box ul.product-content-tabs li,.tiki-product .wrap .product-review-box ul.product-review-tabs li {
    width: auto;
    margin-bottom: -2px;
  }

  .tiki-product .wrap .product-content-box ul.product-content-tabs li:first-child a {
    background: 0 0;
  }

  .tiki-product .wrap .product-content-box ul.product-content-tabs li a {
    background: url(../img/seprate-rating.png) left center no-repeat;
  }

  .tiki-product .wrap .product-review-box ul.product-review-tabs li:first-child a {
    background: 0 0;
  }

  .tiki-product .wrap .product-review-box ul.product-review-tabs li a {
    background: url(../img/seprate-rating.png) left 4px no-repeat;
  }

  .tiki-product .wrap .product-review-box .product-review-content .item .name {
    width: 178px;
  }

  .tiki-product .wrap .item-box .item-row1 .item-price .special-price-item span:nth-child(3) {
    display: inline-block;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-4 {
    width: 50%;
    padding: 0 30px 0 0;
    float: left;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-5 {
    width: 50%;
    float: left;
    padding: 0 0 0 30px;
    border-left: solid 1px #e2e2e2;
    margin-top: 0;
  }
}

@media (min-width:992px) {
  .tiki-product .wrap .image-box .bx-wrapper .bx-next,.tiki-product .wrap .image-box .bx-wrapper .bx-prev,.tiki-product .wrap .item-box .magiczoom {
    display: block;
  }

  .tiki-product .wrap .advisory-posts-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .tiki-product .wrap .advisory-posts-box>ul li {
    width: 100%;
    margin: 0 0 15px;
  }

  .tiki-product .wrap .advisory-posts-box ul a {
    text-overflow: unset;
    white-space: normal;
  }

  .tiki-product .wrap .alert {
    margin-bottom: 20px;
  }

  .tiki-product .wrap .container>.row .col-md-5 {
    padding-right: 0;
  }

  .tiki-product .wrap .item-box .item-name {
    margin-top: 0;
  }

  .tiki-product .wrap .item-box .item-promotion .item-promotion-content .free-gift-item-wrap {
    float: left;
    width: 35%;
  }

  .tiki-product .wrap .item-box .item-promotion .item-promotion-content ul {
    float: right;
    width: 60%;
  }

  .tiki-product .wrap .item-box .item-promotion .item-promotion-content ul.no-left {
    width: 100%;
  }

  .tiki-product .wrap .item-box .item-promotion .item-promotion-content ul.no-left li {
    background: url(../img/tick.png) left center no-repeat;
  }

  .tiki-product .wrap .item-box .item-promotion .item-promotion-content ul.no-left li.style-2 {
    background: 0 0;
  }

  .tiki-product .wrap .item-box .item-promotion .item-promotion-content ul li {
    background: url(../img/tick.png) left 11px no-repeat;
  }

  .tiki-product .wrap .feature-box .feature-total {
    float: right;
    padding-left: 28px;
    padding-top: 0;
    clear: none;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item .progress {
    width: 120px;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-3 button {
    white-space: nowrap;
  }

  .tiki-product .wrap .product-content-box .product-content-tabs-wrap.affix {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
  }

  .tiki-product .wrap .product-content-box .product-content-tabs-wrap.affix .product-content-tabs {
    margin: 0 auto;
  }

  .tiki-product .wrap .product-content-box .product-content-tabs-wrap.affix-bottom {
    position: absolute!important;
  }

  .tiki-product .wrap .image-base-box figure {
    max-width: 653px;
  }

  .tiki-product .wrap .product-table-box.is-left {
    float: left;
    width: 40%;
  }

  .tiki-product .wrap .image-box .bx-wrapper {
    width: 56px;
  }

  .tiki-product .wrap .image-box .magiczoom {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    margin-left: -56px;
    padding-left: 56px;
  }

  .tiki-product .wrap .image-box .magiczoom .txt-desc-for-img {
    height: 20px;
    margin-top: 20px;
  }

  .tiki-product .wrap .image-box .magiczoom .txt-desc-for-img p {
    font-size: 14px;
    display: none;
    margin-bottom: 0;
  }

  .tiki-product .wrap .image-box .magiczoom .txt-desc-for-img p.txt-static {
    display: block;
  }

  .tiki-product .wrap .image-box .magiczoom .watermark {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .tiki-product .wrap .image-box .thumb {
    width: 56px;
    display: inline-block;
    vertical-align: middle;
  }

  .tiki-product .wrap .image-box .thumb .swiper-button-next {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: auto;
    margin-top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 60%;
    bottom: -8px;
    display: block;
  }

  .tiki-product .wrap .image-box .thumb .swiper-button-prev {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    margin-top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 60%;
    top: -8px;
    display: block;
  }

  .tiki-product .wrap .image-box .thumb .swiper-button-disabled,.tiki-product .wrap .image-box .thumb .swiper-pagination {
    display: none;
  }

  .tiki-product .wrap .image-box .thumb .swiper-container {
    height: 365px;
  }

  .tiki-product .wrap .image-box .thumb a {
    display: inline-block;
    width: 100%;
    width: 55px!important;
    height: 69px;
    line-height: 69px;
    text-align: center;
    border: 1px solid #e7e7e7;
    cursor: pointer;
  }

  .tiki-product .wrap .image-box .thumb a:hover {
    border: 1px solid #04c5fa;
  }

  .tiki-product .wrap .image-box .thumb a img {
    width: 42px;
    height: 42px;
    display: inline;
  }
}

@media (min-width:1200px) {
  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-1,.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2,.tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-3 {
    margin-right: 30px;
    padding-right: 30px;
  }

  .tiki-product .wrap .product-gallery-box .swiper-gallery-top {
    width: 750px;
    display: inline-block;
  }

  .tiki-product .wrap .product-gallery-box .swiper-gallery-thumbs {
    margin-top: 0;
    width: 390px;
    display: inline-block;
  }

  .tiki-product .wrap .product-customer-box .product-customer-content .product-customer-col-2 .item .progress {
    width: 180px;
  }
}

.product-action-repeat a.notify-btn {
  font-size: 14px;
  line-height: 30px;
}

a.notify-btn {
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #fff;
  width: 232px;
  height: 33px;
  display: inline-block;
  background: #2eaf3f;
  background: -moz-linear-gradient(top,#2eaf3f 0,#088a19 57%,#088a19 57%,#088a19 100%);
  background: -webkit-linear-gradient(top,#2eaf3f 0,#088a19 57%,#088a19 57%,#088a19 100%);
  background: linear-gradient(to bottom,#2eaf3f 0,#088a19 57%,#088a19 57%,#088a19 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eaf3f', endColorstr='#088a19', GradientType=0 );
  font-size: 0;
}

a.notify-btn .icon {
  border-right: 1px solid #066B13;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  float: left;
}

a.notify-btn .icon img {
  width: 18px;
  margin: 6px 10px;
}

a.notify-btn .text {
  font-size: 12px;
  line-height: 33px;
  border-left: 1px solid #26A837;
  height: 100%;
  display: block;
  text-align: center;
}

a.notify-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

#register-form .content .input-wrap .icheck-wrap input[type=checkbox],#register-form .content .input-wrap-left input[type=checkbox],.register-form .content .input-wrap .icheck-wrap input[type=checkbox],.register-form .content .input-wrap-left input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
}

a.notify-btn.disabled {
  cursor: not-allowed;
}

p.ship-label {
  color: #333;
  font-size: 12px;
  width: 100%;
  margin: auto;
}

@media (min-width:480px) {
  p.ship-label {
    width: 175px;
  }
}

p.ship-label .fa {
  color: #0050A1;
  font-size: 14px;
}

.tiki-register {
  background: url(../img/bg-form-repeat.jpg) repeat-x #fff;
}

.tiki-register .wrap {
  background: url(../img/bg-form.png) center bottom no-repeat #ddf3fe;
}

.tiki-register .wrap #register-box {
  margin: 50px auto 80px;
  width: 780px;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.tiki-register .wrap #register-box #register-form {
  display: block;
}

#register-form,.register-form {
  display: none;
}

#register-form .col-xs-12,.register-form .col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}

#register-form .form-group,.register-form .form-group {
  margin-bottom: 15px;
}

#register-form .form-group.has-error .control-label,.register-form .form-group.has-error .control-label {
  color: #333;
}

#register-form .form-group .help-block,.register-form .form-group .help-block {
  font-size: 11px;
}

#register-form .form-group .help-block a,.register-form .form-group .help-block a {
  color: #00b7f1;
}

#register-form .form-group .control-label,.register-form .form-group .control-label {
  font-weight: 400;
  line-height: 34px;
  width: 100px;
  float: left;
  margin-bottom: 0;
}

#register-form .form-group .control-label span,.register-form .form-group .control-label span {
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

#register-form .form-group .control-label span i,.register-form .form-group .control-label span i {
  color: red;
  font-style: normal;
}

#register-form .form-group:after,#register-form .form-group:before,.register-form .form-group:after,.register-form .form-group:before {
  display: table;
  content: "";
  clear: both;
}

#register-form .head,.register-form .head {
  background: url(../img/icon2.png) no-repeat;
  min-height: 36px;
  padding: 0 0 0 50px;
}

#register-form .head h2,.register-form .head h2 {
  font-size: 19px;
  font-weight: 300;
  margin: 1px;
}

#register-form .head p,.register-form .head p {
  margin-bottom: 0;
  font-size: 13px;
  white-space: nowrap;
}

#register-form .head p span,.register-form .head p span {
  display: inline-block;
  float: left;
  margin-right: 3px;
}

#register-form .head p a,.register-form .head p a {
  color: #00b7f1;
  display: inline-block;
  float: left;
}

#register-form .head p:after,#register-form .head p:before,.register-form .head p:after,.register-form .head p:before {
  display: table;
  content: "";
  clear: both;
}

#register-form>.head,.register-form>.head {
  margin-bottom: 25px;
}

#register-form .alert,.register-form .alert {
  font-size: 12px;
  padding: 5px;
}

#register-form .content .policy-group .form-control-feedback,.register-form .content .policy-group .form-control-feedback {
  display: none!important;
}

#register-form .content .policy-group .help-block,.register-form .content .policy-group .help-block {
  padding-left: 30px;
}

#register-form .content .policy-group label,.register-form .content .policy-group label {
  display: block;
}

#register-form .content .last,#register-form .content label,.register-form .content .last,.register-form .content label {
  margin-bottom: 0;
}

#register-form .content .policy,.register-form .content .policy {
  margin-bottom: 0;
  font-size: 12px;
  display: inline-block;
  line-height: 22px;
}

#register-form .content .policy a,.register-form .content .policy a {
  color: #00b7f1;
}

#register-form .content .input-wrap-left,.register-form .content .input-wrap-left {
  width: 100px;
  float: left;
  margin-bottom: 0;
}

#register-form .content .input-wrap,.register-form .content .input-wrap {
  float: right;
  width: 375px;
  margin: 0;
}

#register-form .content .input-wrap>label,.register-form .content .input-wrap>label {
  margin-bottom: 0;
}

#register-form .content .input-wrap .icheck-wrap,.register-form .content .input-wrap .icheck-wrap {
  font-weight: 400;
  padding-left: 22px;
  position: relative;
  font-size: 12px!important;
  width: 100%!important;
}

#register-form .content .input-wrap .icheck-wrap .icheckbox_square-blue,.register-form .content .input-wrap .icheck-wrap .icheckbox_square-blue {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#register-form .content .birthday-picker .form-control,.register-form .content .birthday-picker .form-control {
  width: 30%!important;
}

#register-form .content .text,.register-form .content .text {
  font-size: 13px;
  text-align: left;
}

#register-form .content .left-col,.register-form .content .left-col {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

#register-form .content .right-col,.register-form .content .right-col {
  float: right;
  width: 240px;
  border-top: none;
  padding-top: 0;
}

#register-form .content:after,#register-form .content:before,.register-form .content:after,.register-form .content:before {
  display: table;
  content: "";
  clear: both;
}

#register-form .modal-dialog,.register-form .modal-dialog {
  width: 740px;
}

#register-form .modal-content {
  background: #f8f8f8;
}

#register-form .btn-info {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4a4a4a;
  background: #fdd835;
  border-color: #fdd835;
}

#register-form .btn-info:hover {
  background: #f7d749;
  border-color: #f7d749;
}

#register-form .content .reset a {
  color: #1ba8ff;
}

#register-form .modal-dialog {
  width: 900px;
}

#register-form .modal-dialog .close {
  position: absolute;
  z-index: 2;
  right: -17px;
  top: -17px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 1;
  background-color: #e2e2e2;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
  border: 1px solid #fff;
}

#register-form .modal-dialog .close .tiki-icons {
  line-height: 15px;
}

#register-form .modal-dialog .close .tiki-icons:before {
  font-size: 13px;
  font-weight: 700;
  color: #a7a7a7;
}

#register-form .modal-dialog .modal-body {
  overflow: hidden;
  padding: 0;
}

#register-form .modal-dialog .modal-body .content-left {
  width: 360px;
  float: left;
  padding: 30px;
  background: #fff;
  border-radius: 6px 0 0 6px;
}

#register-form .modal-dialog .modal-body .content-left img {
  margin-top: 70px;
  margin-bottom: 20px;
}

#register-form .modal-dialog .modal-body .content-left h2 {
  font-size: 32px;
  font-weight: 300;
  color: #242424;
  margin-top: 0;
}

#register-form .modal-dialog .modal-body .content-left p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  color: #787878;
}

#register-form .modal-dialog .modal-body .content-right {
  width: 508px;
  float: left;
  height: 570px;
  margin: 15px;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}

#register-form .modal-dialog .modal-body .content-right .tab {
  width: 100%;
  border-bottom: solid 1px #f4f4f4;
  overflow: hidden;
}

#register-form .modal-dialog .modal-body .content-right .tab .tab-item {
  float: left;
  font-size: 16px;
  width: 150px;
  text-align: center;
  border-bottom: solid 3px #fff;
  padding: 15px 5px 7px;
  color: #787878;
  margin-left: 20px;
  font-weight: 300;
  display: block;
  text-decoration: none;
}

#register-form .modal-dialog .modal-body .content-right .tab .tab-item.active,#register-form .modal-dialog .modal-body .content-right .tab .tab-item:hover {
  border-bottom: solid 3px #1ba8ff;
  color: #1ba8ff;
  cursor: pointer;
}

#register-form .modal-dialog .modal-body .content-right form {
  margin: 40px 30px;
}

#register-form .modal-dialog .modal-body .content-right form label {
  font-size: 13px;
  color: #333;
  width: 72px;
  font-weight: 400!important;
}

#register-form .modal-dialog .modal-body .content-right form .form-group {
  width: 100%;
  float: right;
}

#register-form .modal-dialog .modal-body .content-right form .popup_email,#register-form .modal-dialog .modal-body .content-right form .popup_password {
  float: none;
  width: 100%;
}

#register-form .modal-dialog .modal-body .content-right form .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
}

#register-form .modal-dialog .modal-body .content-right form .form-control::-webkit-input-placeholder {
  color: #c8c8c8;
  font-weight: 300;
}

#register-form .modal-dialog .modal-body .content-right form .form-control::-moz-placeholder {
  color: #c8c8c8;
  font-weight: 300;
}

#register-form .modal-dialog .modal-body .content-right form .form-control:-ms-input-placeholder {
  color: #c8c8c8;
  font-weight: 300;
}

#register-form .modal-dialog .modal-body .content-right form .form-control:-moz-placeholder {
  color: #c8c8c8;
  font-weight: 300;
}

#register-form .modal-dialog .modal-body .content-right form .form-control-feedback {
  display: none!important;
}

.tiki-login,.tiki-reset-password {
  background: url(../img/bg-form-repeat.jpg) repeat-x #ddf3fe;
}

.tiki-login .wrap,.tiki-reset-password .wrap {
  background: url(../img/bg-form.png) center bottom no-repeat;
}

.tiki-login .wrap #login-box,.tiki-reset-password .wrap #login-box {
  margin: 50px auto 80px;
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.tiki-login .wrap #login-box #login-form,.tiki-reset-password .wrap #login-box #login-form {
  display: block;
}

#login-form .form-group .help-block,.login-form .form-group .help-block {
  font-size: 11px;
}

#login-form .form-group .help-block a,.login-form .form-group .help-block a {
  color: #00b7f1;
}

#login-form .has-feedback label~.form-control-feedback,.login-form .has-feedback label~.form-control-feedback {
  top: 21px;
}

#login-form .col-lg-12,.login-form .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

#login-form .btn-info,.login-form .btn-info {
  margin-bottom: 10px;
}

#login-form .btn-social,#login-form .btn-social-icon,.login-form .btn-social,.login-form .btn-social-icon {
  text-align: center;
}

#login-form .user-name-login-google,.login-form .user-name-login-google {
  display: block;
  text-align: center;
  background: #df4a32;
  overflow: hidden;
  border: 1px solid #c63923;
  padding: 5px;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#login-form .user-name-login-google:hover,.login-form .user-name-login-google:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80);
}

#login-form .user-name-login-google span,.login-form .user-name-login-google span {
  display: block;
  padding-left: 32px;
  text-align: center;
  color: #fff!important;
  font-weight: 300;
  line-height: 28px;
}

#login-form>.head,.login-form>.head {
  margin-bottom: 25px;
}

#login-form .head,.login-form .head {
  background: url(../img/icon1.png) no-repeat;
  min-height: 36px;
  padding: 0 0 0 50px;
}

#login-form .head h2,.login-form .head h2 {
  font-size: 19px;
  font-weight: 300;
  margin: 1px;
}

#login-form .head p,.login-form .head p {
  margin-bottom: 0;
  font-size: 13px;
}

#login-form .head p span,.login-form .head p span {
  display: block;
  float: left;
  margin-right: 3px;
}

#login-form .head p a,.login-form .head p a {
  color: #00b7f1;
  display: block;
  float: left;
}

#login-form .head p:after,#login-form .head p:before,.login-form .head p:after,.login-form .head p:before {
  display: table;
  content: "";
  clear: both;
}

#login-form .content .reset,.login-form .content .reset {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
}

#login-form .content .reset a,.login-form .content .reset a {
  color: #00b7f1;
}

#reset-password-form {
  display: none;
}

#reset-password-form .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

#reset-password-form .form-group {
  margin-bottom: 23px;
}

#reset-password-form .form-group .help-block {
  font-size: 11px;
  margin-top: 4px;
  margin-bottom: 4px;
}

#reset-password-form .form-group .help-block a {
  color: #00b7f1;
}

#reset-password-form .head {
  min-height: 36px;
}

#reset-password-form .head h2 {
  font-size: 19px;
  font-weight: 300;
  margin: 0 0 5px;
  line-height: 25px;
}

#reset-password-form .head p {
  margin-bottom: 0;
  font-size: 13px;
}

#reset-password-form .head p span {
  display: block;
  float: left;
  margin-right: 3px;
}

#reset-password-form .head p a {
  color: #00b7f1;
  display: block;
  float: left;
}

#reset-password-form .head p:after,#reset-password-form .head p:before {
  display: table;
  content: "";
  clear: both;
}

#reset-password-form .content .last {
  margin-bottom: 0;
  font-size: 0;
}

#reset-password-form .content .last .btn-default {
  width: 49%;
  margin-right: 1%;
  background: #efefef;
}

#reset-password-form .content .last .btn-info {
  width: 49%;
  margin-left: 1%;
}

@media (min-width:768px) {
  .tiki-login .wrap #login-box,.tiki-reset-password .wrap #login-box {
    width: 360px;
  }

  #reset-password-form .modal-dialog {
    width: 320px;
  }

  #login-form .modal-content {
    background: #f8f8f8;
  }

  #login-form .btn-info {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4a4a4a;
    background: #fdd835;
    border-color: #fdd835;
  }

  #login-form .btn-info:hover {
    background: #f7d749;
    border-color: #f7d749;
  }

  #login-form .content .reset a {
    color: #1ba8ff;
  }

  #login-form .modal-dialog {
    width: 900px;
  }

  #login-form .modal-dialog .close {
    position: absolute;
    z-index: 2;
    right: -17px;
    top: -17px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    background-color: #e2e2e2;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
    border: 1px solid #fff;
  }

  #login-form .modal-dialog .close .tiki-icons {
    line-height: 15px;
  }

  #login-form .modal-dialog .close .tiki-icons:before {
    font-size: 13px;
    font-weight: 700;
    color: #a7a7a7;
  }

  #login-form .modal-dialog .modal-body {
    overflow: hidden;
    padding: 0;
  }

  #login-form .modal-dialog .modal-body .content-left {
    width: 360px;
    float: left;
    padding: 30px;
    background: #fff;
    border-radius: 6px 0 0 6px;
  }

  #login-form .modal-dialog .modal-body .content-left img {
    margin-top: 70px;
    margin-bottom: 20px;
  }

  #login-form .modal-dialog .modal-body .content-left h2 {
    font-size: 32px;
    font-weight: 300;
    color: #242424;
    margin-top: 0;
  }

  #login-form .modal-dialog .modal-body .content-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    color: #787878;
  }

  #login-form .modal-dialog .modal-body .content-right {
    width: 508px;
    float: left;
    height: 570px;
    margin: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 6px;
  }

  #login-form .modal-dialog .modal-body .content-right .tab {
    width: 100%;
    border-bottom: solid 1px #f4f4f4;
    overflow: hidden;
  }

  #login-form .modal-dialog .modal-body .content-right .tab .tab-item {
    float: left;
    font-size: 16px;
    width: 150px;
    text-align: center;
    border-bottom: solid 3px #fff;
    padding: 15px 5px 7px;
    color: #787878;
    margin-left: 20px;
    font-weight: 300;
    display: block;
    text-decoration: none;
  }

  #login-form .modal-dialog .modal-body .content-right .tab .tab-item.active,#login-form .modal-dialog .modal-body .content-right .tab .tab-item:hover {
    border-bottom: solid 3px #1ba8ff;
    color: #1ba8ff;
    cursor: pointer;
  }

  #login-form .modal-dialog .modal-body .content-right form {
    margin: 35px;
  }

  #login-form .modal-dialog .modal-body .content-right form label {
    font-size: 13px;
    color: #333;
    font-weight: 300;
    width: 70px;
  }

  #login-form .modal-dialog .modal-body .content-right form .form-group {
    width: 83%;
    float: right;
  }

  #login-form .modal-dialog .modal-body .content-right form .popup_email,#login-form .modal-dialog .modal-body .content-right form .popup_password {
    float: none;
    width: 100%;
  }

  #login-form .modal-dialog .modal-body .content-right form .form-control {
    display: inline-block;
    width: 83%;
  }

  #login-form .modal-dialog .modal-body .content-right form .form-control::-webkit-input-placeholder {
    color: #c8c8c8;
    font-weight: 300;
  }

  #login-form .modal-dialog .modal-body .content-right form .form-control::-moz-placeholder {
    color: #c8c8c8;
    font-weight: 300;
  }

  #login-form .modal-dialog .modal-body .content-right form .form-control:-ms-input-placeholder {
    color: #c8c8c8;
    font-weight: 300;
  }

  #login-form .modal-dialog .modal-body .content-right form .form-control:-moz-placeholder {
    color: #c8c8c8;
    font-weight: 300;
  }

  #login-form .modal-dialog .modal-body .content-right form .form-control-feedback {
    display: none!important;
  }
}

.tiki-cart .stock-success {
  color: #348f24;
  font-size: 13px;
}

.tiki-cart .stock-error {
  color: red;
  font-size: 13px;
}

.tiki-cart .stock-warning {
  color: #eb9316;
  font-size: 12px;
  font-style: italic;
}

.tiki-cart .stock-notice {
  color: #5bc0de;
  font-size: 13px;
}

.tiki-cart .price-sale-box {
  margin-top: 0;
  margin-bottom: 8px;
  max-width: 215px;
}

.tiki-cart .notify {
  margin-left: 6px;
}

.tiki-cart .author,.tiki-cart .cover-books {
  margin: 0 0 7px;
  padding: 0;
  font-size: 12px;
}

.tiki-cart .txt-center {
  text-align: center;
}

.tiki-cart .box-wishlist-product .product-author-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin-left: -16px;
}

.tiki-cart .gift-title {
  margin-top: 25px;
}

.tiki-cart .gift-title h5 {
  font-size: 20px;
  margin: 0;
  line-height: 25px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  color: #4a4a4a;
  position: relative;
  padding-left: 35px;
}

.tiki-cart .gift-title h5 span,.tiki-cart .save-for-later-view-all a b {
  font-weight: 500;
}

.tiki-cart .gift-title h5:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 24px;
  background: url(../img/gift2.png) center no-repeat #66bc27;
  top: -1px;
  left: -1px;
  z-index: 1;
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tiki-cart .save-for-later-view-all {
  width: 100%;
}

.tiki-cart .save-for-later-view-all a {
  display: block;
  width: 100%;
  padding: 8px 10px;
  color: #31708f;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 13px;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-cart .save-for-later-view-all a:hover,.tiki-cart .save-for-later-view-all a:link {
  text-decoration: none;
}

.tiki-cart .list-endow {
  margin: 0 0 7px;
  overflow: hidden;
}

.tiki-cart .list-endow .gift {
  display: inline-block;
  width: 23px;
  height: 22px;
  float: left;
  margin-right: 10px;
}

.tiki-cart .list-endow .gift:before {
  content: "";
  /*background: url(../img/icon-svg/icon-gift.svg?v=1) no-repeat;*/
  display: block;
  width: 23px;
  height: 22px;
  -webkit-background-size: cover;
  background-size: cover;
}

.tiki-cart .list-endow .img24h {
  width: 36px!important;
  float: left;
  margin-right: 10px;
}

.tiki-cart .list-endow .img-tra-gop {
  float: left;
  margin-top: 2px;
}

.tiki-cart .list-endow .img-tra-gop img {
  height: 18px;
}

.tiki-cart .save-for-later-product-wrap {
  margin-top: 15px;
}

.tiki-cart .save-for-later-product-wrap .box-rating {
  margin-bottom: 7px;
}

.tiki-cart .save-for-later-product-wrap .rating {
  padding: 5px 0 0;
  font-size: 12px;
  display: inline-block;
}

.tiki-cart .save-for-later-product-wrap .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-cart .save-for-later-product-wrap .rating .rating-content .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-cart .save-for-later-product-wrap .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-cart .save-for-later-product-wrap .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-cart .save-for-later-product-wrap .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-cart .save-for-later-product-wrap .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-cart .save-for-later-product-wrap .review {
  padding: 5px 0 0;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  color: #888;
}

.tiki-cart .save-for-later-product-wrap .ship-label {
  margin: 0 0 7px;
}

.tiki-cart .save-for-later-product-wrap .row.visible-xs-block {
  padding-top: 0!important;
}

.tiki-cart .save-for-later-product-wrap .row.visible-xs-block>div {
  padding-left: 0!important;
}

.tiki-cart .percent-mark-red {
  font-size: 24px;
  color: #ED2548;
  float: left;
  line-height: 15px;
  margin: 0 6px 0 10px;
}

.tiki-cart .alert {
  /*margin-top: 10px;*/
}

.tiki-cart .alert.alert-info {
/*  margin-top: 15px;
  margin-bottom: 0;*/
}

.tiki-cart .alert.bookcare {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.tiki-cart .alert.bookcare a {
  color: #337ab7;
}

.tiki-cart .gift-popup {
  display: none;
}

.tiki-cart .gift-popup .image {
  width: 110px;
  height: 110px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.tiki-cart .gift-popup .name {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.tiki-cart .gift-popup .price1 {
  color: #58b712;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}

.tiki-cart .gift-popup .price2 {
  font-size: 11px;
  text-decoration: line-through;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.tiki-cart .wrap {
  padding-bottom: 45px;
}

.tiki-cart .wrap .colo-b96926 {
  color: #b96926!important;
}

.tiki-cart .wrap .info-discount-mobile {
  width: 100%;
  clear: both;
  background: #e1f5fe;
  padding: 10px!important;
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tiki-cart .wrap .info-discount-mobile .each-sub {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.tiki-cart .wrap .info-discount-mobile .each-sub:first-child {
  border-top: 0;
  padding-top: 0;
}

.tiki-cart .wrap .info-discount-mobile .each-sub:first-child .img-des {
  top: 0;
}

.tiki-cart .wrap .info-discount-mobile .each-sub:last-child {
  margin-bottom: 0;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .caption-coupon,.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .time-amount {
  color: #01579b;
  margin-bottom: 10px;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .img-des {
  position: absolute;
  left: 0;
  top: 10px;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .img-des img {
  width: 32px;
  height: 32px;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .caption-coupon .code-disc {
  text-transform: uppercase;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .time-amount span {
  display: block;
  margin-bottom: 5px;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .time-amount span.space-vertical {
  display: none;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .btn-apply {
  border-radius: 2px;
  background-color: #00b6f0;
  display: inline-block;
  height: 32px;
  line-height: 22px;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .btn-apply:hover,.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .btn-apply:link {
  color: #fff;
  text-decoration: none;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .btn-apply:hover {
  opacity: .8;
  cursor: pointer;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .is-apply {
  border-radius: 2px;
  display: inline-block;
  height: 32px;
  line-height: 22px;
  color: #fff;
  padding: 5px 15px;
  text-transform: uppercase;
  background: #aaa;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .is-apply:hover,.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .is-apply:link {
  cursor: default;
  text-decoration: none;
}

.tiki-cart .wrap .brand a:hover,.tiki-cart .wrap .color a:hover,.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .btn-cancel:hover,.tiki-cart .wrap .note a:hover,.tiki-cart .wrap .type a:hover {
  cursor: pointer;
}

.tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .action-coupon .btn-cancel {
  color: #fff;
  font-size: 12px;
}

.tiki-cart .wrap .slider-gift .image {
  border: none;
}

.tiki-cart .wrap .slider-gift .image+a {
  color: #3f3f3f;
}

.tiki-cart .wrap .slider.slider-horizontal {
  width: 100%;
}

.tiki-cart .wrap .js-btn-accept {
  display: none;
}

.tiki-cart .wrap .popover {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0;
  max-width: 100%;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-cart .wrap .popover.popover-small {
  background: #f7f7f7;
  border-color: #ebebeb;
  font-size: 12px;
  color: #ee2347;
  text-align: center;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-cart .wrap .popover.popover-small .popover-content {
  padding: 7px 5px;
}

.tiki-cart .wrap .popover.popover-small>.arrow {
  border-width: 6px;
  margin-left: -30px;
  top: -12px;
  border-bottom-color: #ebebeb;
}

.tiki-cart .wrap .popover.popover-small>.arrow:after {
  border-width: 0 5px 5px;
  margin-left: -5px;
  border-bottom-color: #f7f7f7;
}

.tiki-cart .wrap .panel-group {
  margin-bottom: 15px;
}

.tiki-cart .wrap .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-cart .wrap .panel .panel-body {
  font-size: 12px;
}

.tiki-cart .wrap .panel .panel-body a {
  color: #00b7f1;
}

.tiki-cart .wrap .image {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.tiki-cart .wrap .image img {
  margin: 0 auto;
  width: 100%;
}

.tiki-cart .wrap .image .sale {
  background: url(../img/sale-tag.png) no-repeat;
  width: 44px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
}

.tiki-cart .wrap .image .img8-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 32px;
}

.tiki-cart .wrap .title {
  margin: 20px 0 0!important;
}

.tiki-cart .wrap .title .col-md-8 {
  padding-left: 0;
}

.tiki-cart .wrap .title h5 {
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
  color: #4a4a4a;
  margin: 0;
}

.tiki-cart .wrap .title h5 span {
  font-weight: 500;
}

.tiki-cart .wrap .title h6 {
  line-height: 20px;
  font-size: 12px;
  color: #888;
  margin: 10px 0 0;
}

.tiki-cart .wrap h5.title-cart-abc-test {
  font-size: 15px;
  margin: 0 5px 0 0;
  line-height: 25px;
  display: block;
  white-space: nowrap;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 8px;
}

.tiki-cart .wrap .box-recommendation-related-product-cart {
  padding-top: 13px;
}

.tiki-cart .wrap .name {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}

.tiki-cart .wrap .name img {
  max-height: 20px;
}

.tiki-cart .wrap .name a {
  color: #000;
}

.tiki-cart .wrap .name a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-cart .wrap .brand,.tiki-cart .wrap .color,.tiki-cart .wrap .note,.tiki-cart .wrap .type {
  color: #777;
  font-size: 12px;
  margin-bottom: 10px;
}

.tiki-cart .wrap .brand span,.tiki-cart .wrap .color span,.tiki-cart .wrap .note span,.tiki-cart .wrap .type span {
  color: #676767;
  display: inline-block;
}

.tiki-cart .wrap .brand a,.tiki-cart .wrap .color a,.tiki-cart .wrap .note a,.tiki-cart .wrap .type a {
  color: #2c6fb0;
}

.tiki-cart .wrap .get-id {
  margin: 0 0 7px;
}

.tiki-cart .wrap .out-stock {
  color: #D00;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 700;
}

.tiki-cart .wrap .order-book {
  color: orange;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 700;
}

.tiki-cart .wrap .brand {
  font-weight: 700;
}

.tiki-cart .wrap .price {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
  padding-top: 0;
}

.tiki-cart .wrap .price2 {
  font-size: 12px;
  margin-bottom: 8px;
  text-decoration: line-through;
  color: #cacaca;
}

.tiki-cart .wrap .price3 {
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 700;
}

.tiki-cart .wrap .sale {
  background: #ff9601;
  font-size: 12px;
  color: #fff;
  padding: 2px 20px 2px 5px;
  position: relative;
  display: inline-block;
  height: 18px;
  width: 85px;
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
  margin: 0;
  text-transform: uppercase;
}

.tiki-cart .wrap .sale:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 9px 10px 9px 0;
  border-color: transparent #fff;
  width: 0;
}

.tiki-cart .wrap .seller-by {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.tiki-cart .wrap .seller-by .firm {
  color: #3172b0;
}

.tiki-cart .wrap .action {
  position: relative;
  padding: 0!important;
  margin-bottom: 10px!important;
  margin-top: 7px;
}

.tiki-cart .wrap .action .remove-product {
  display: inline!important;
  background: 0 0;
  top: 0;
  left: 0;
}

.tiki-cart .wrap .action .remove-product:after {
  content: '';
  border-right: 1px solid #bfbfbf;
  position: absolute;
  z-index: 5;
  height: 75%;
  right: -8px;
  top: 2px;
}

.tiki-cart .wrap .action .btn-link {
  border: 0;
  color: #2c6fb0;
  font-size: 12px;
  margin-right: 12px;
  position: relative;
  padding: 0;
}

.tiki-cart .wrap .action .btn-link.btn-item-delete:after {
  content: '';
  border-right: 1px solid #bfbfbf;
  position: absolute;
  z-index: 5;
  height: 60%;
  right: -8px;
  top: 2px;
}

.tiki-cart .wrap .action .btn-link.add-to-cart {
  visibility: visible!important;
  display: inline!important;
  background: 0 0;
  border: 0;
  color: #2c6fb0;
  font-size: 12px;
  margin-right: 12px;
  padding-left: 7px;
  padding-right: 0;
  position: relative;
  margin-top: 10px;
}

.tiki-account .wrap .account-address-form .form-group .icheck-wrap input,.tiki-account .wrap .account-header .icheck-wrap input {
  visibility: hidden;
}

.tiki-cart .wrap .action .panel {
  margin-bottom: 0;
}

.tiki-cart .wrap .action .panel-body {
  padding: 0;
  font-size: 14px;
}

.tiki-cart .wrap .action .panel-body:after,.tiki-cart .wrap .action .panel-body:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-cart .wrap .action .continue {
  float: left;
  background: url(../img/ico4.png) 10px center no-repeat;
  padding: 0 10px 0 28px;
  height: 40px;
  font-size: 12px;
  color: #000;
  display: block;
  line-height: 40px;
  border: none;
}

.tiki-cart .wrap .coupon .panel-heading .panel-title a span,.tiki-cart .wrap .fee .discount span,.tiki-cart .wrap .fee .shipping span,.tiki-cart .wrap .fee .total span,.tiki-cart .wrap .fee p span,.tiki-cart .wrap .tikixu2 .have a,.tiki-cart .wrap .tikixu2 .panel-heading .panel-title a span {
  float: right;
}

.tiki-cart .wrap .fee .discount:after,.tiki-cart .wrap .fee .discount:before,.tiki-cart .wrap .fee .shipping:after,.tiki-cart .wrap .fee .shipping:before,.tiki-cart .wrap .fee .total:after,.tiki-cart .wrap .fee .total:before,.tiki-cart .wrap .fee p:after,.tiki-cart .wrap .fee p:before,.tiki-cart .wrap .tikixu .gift:after,.tiki-cart .wrap .tikixu .gift:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-cart .wrap .action .continue:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-cart .wrap .fee {
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 0;
}

.tiki-cart .wrap .fee .list-info-price {
  margin-bottom: 10px;
}

.tiki-cart .wrap .fee .list-info-price b {
  font-weight: 400;
}

.tiki-cart .wrap .fee .discount,.tiki-cart .wrap .fee .shipping,.tiki-cart .wrap .fee .total,.tiki-cart .wrap .fee p {
  margin-bottom: 13px;
}

.tiki-cart .wrap .fee .total2 {
  border-top: 2px solid #e54d42;
  padding-top: 12px;
  margin-bottom: 0;
  line-height: 19px;
}

.tiki-cart .wrap .fee .total2 span {
  color: #ee2347;
  font-size: 19px;
}

.tiki-cart .wrap .btn-checkout {
  color: #fff;
  padding: 12px;
  border: 1px solid #cd1233;
  outline-color: #ccc;
  background: #e54d42;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#e54d42),to(#e54d42));
  background: -webkit-linear-gradient(#e54d42,#d72041);
  background: -moz-linear-gradient(#e54d42,#d72041);
  background: -ms-linear-gradient(#e54d42,#d72041);
  background: -o-linear-gradient(#e54d42,#d72041);
  background: linear-gradient(#e54d42,#d72041);
  -webkit-transistion: all .5s linear;
  -moz-transistion: all .5s linear;
  -ms-transistion: all .5s linear;
  -o-transistion: all .5s linear;
  transistion: all .5s linear;
}

.tiki-cart .wrap .btn-checkout:hover {
  background: #e54d42;
}

.tiki-cart .wrap .btn-checkout.disabled {
  cursor: not-allowed;
}

.tiki-cart .wrap #right-affix .tikixu {
  background: 0 0;
}

.tiki-cart .wrap .tikixu {
  background: #d9edf7;
  font-size: 12px;
  border-color: #bce8f1;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-cart .wrap .tikixu.popover {
  border-color: #ddd;
}

.tiki-cart .wrap .tikixu>.arrow {
  border-width: 6px;
  margin-left: -6px;
  top: -12px;
  border-bottom-color: #ddd;
}

.tiki-cart .wrap .tikixu>.arrow:after {
  border-width: 0 5px 5px;
  margin-left: -5px;
  border-bottom-color: #f7f7f7;
}

.tiki-cart .wrap .tikixu .gift {
  padding: 0 0 34px 45px;
  background: url(../img/ico1.png) left center no-repeat;
  height: 45px;
  line-height: 45px;
}

.tiki-cart .wrap .tikixu .gift span {
  font-weight: 700;
  float: right;
}

.tiki-cart .wrap .tikixu .ship {
  border-top: #c3c3c3 1px solid;
  margin-top: 10px;
  margin-bottom: 0;
  background: url(../img/ico2.png) left center no-repeat;
  padding: 10px 0 0 45px;
}

.tiki-cart .wrap .tikixu .p24h {
  border-top: #c3c3c3 1px solid;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
}

.tiki-cart .wrap .tikixu .p24h.no-border {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.tiki-cart .wrap .tikixu .p24h a {
  color: #00b7f1;
}

.tiki-cart .wrap .tikixu .p24h img {
  margin-right: 9px;
  margin-bottom: 5px;
}

.tiki-cart .wrap .tikixu span {
  color: #31708f;
}

.tiki-cart .wrap .tikixu span a {
  color: #3b849d!important;
  font-weight: 700;
}

.tiki-cart .wrap .coupon .input-group .form-control {
  font-size: 12px;
  border-right: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.tiki-cart .wrap .coupon .input-group .btn {
  background: #00b7f1;
  font-size: 12px;
  color: #fff;
  border: none;
  padding-top: 9px;
  padding-bottom: 8px;
  outline: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.tiki-cart .wrap .coupon .input-group .btn:hover {
  border: none;
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 0;
}

.tiki-cart .wrap .coupon .panel-heading {
  padding: 0;
  background: #f7f7f7;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
}

.tiki-cart .wrap .coupon .panel-heading .panel-title {
  font-size: 12px;
}

.tiki-cart .wrap .coupon .panel-heading .panel-title a {
  display: block;
  line-height: 13px;
  padding: 13px 15px 12px;
}

.tiki-cart .wrap .coupon .panel-heading .panel-title a:active,.tiki-cart .wrap .coupon .panel-heading .panel-title a:focus,.tiki-cart .wrap .coupon .panel-heading .panel-title a:hover {
  text-decoration: none;
}

.tiki-cart .wrap .coupon .panel-heading .panel-title a span img {
  vertical-align: middle;
}

.tiki-cart .wrap .coupon .panel-heading .panel-title a:after,.tiki-cart .wrap .coupon .panel-heading .panel-title a:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-cart .wrap .tikixu2 {
  margin-top: 15px;
}

.tiki-cart .wrap .tikixu2 .panel-heading {
  padding: 0;
  background: #f7f7f7;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
}

.tiki-cart .wrap .tikixu2 .panel-heading .panel-title {
  font-size: 12px;
}

.tiki-cart .wrap .tikixu2 .panel-heading .panel-title a {
  display: block;
  line-height: 13px;
  padding: 13px 15px 12px;
}

.tiki-cart .wrap .tikixu2 .have:after,.tiki-cart .wrap .tikixu2 .have:before,.tiki-cart .wrap .tikixu2 .maxmin:after,.tiki-cart .wrap .tikixu2 .maxmin:before,.tiki-cart .wrap .tikixu2 .panel-heading .panel-title a:after,.tiki-cart .wrap .tikixu2 .panel-heading .panel-title a:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-cart .wrap .tikixu2 .panel-heading .panel-title a:active,.tiki-cart .wrap .tikixu2 .panel-heading .panel-title a:focus,.tiki-cart .wrap .tikixu2 .panel-heading .panel-title a:hover {
  text-decoration: none;
}

.tiki-cart .wrap .tikixu2 .panel-heading .panel-title a span img {
  vertical-align: middle;
}

.tiki-cart .wrap .tikixu2 .btn {
  background: #00b7f1;
  font-size: 12px;
  color: #fff;
  border: none;
  padding-top: 8px;
  padding-bottom: 7px;
  outline: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-cart .wrap .tikixu2 .btn:hover {
  border: none;
  opacity: .8;
  filter: alpha(opacity=80);
  z-index: 0;
}

.tiki-cart .wrap .tikixu2 .have {
  font-size: 12px;
}

.tiki-cart .wrap .tikixu2 .have span {
  font-size: 14px;
}

.tiki-cart .wrap .tikixu2 .have a {
  font-size: 13px;
  color: #00b7f1;
}

.tiki-cart .wrap .tikixu2 .slider .slider-selection {
  background: #58b712;
}

.tiki-cart .wrap .tikixu2 .slider .slider-track {
  height: 8px;
  background: #000;
}

.tiki-cart .wrap .tikixu2 .slider .slider-handle {
  width: 18px;
  height: 18px;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: #666 0 0 6px;
  -moz-box-shadow: #666 0 0 6px;
  box-shadow: #666 0 0 6px;
}

.tiki-cart .wrap .tikixu2 .maxmin {
  font-size: 11px;
  margin-bottom: 18px;
}

.tiki-cart .wrap .tikixu2 .maxmin span:first-child {
  float: left;
}

.tiki-cart .wrap .tikixu2 .maxmin span:first-child+span {
  float: right;
}

.tiki-cart .wrap .btn-custom1 {
  border: 1px solid #ccc;
  font-size: 11px;
  padding-left: 15px;
  padding-right: 15px;
  outline-color: #ccc;
  height: 30px;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tiki-cart .wrap .btn-custom1:first-child {
  margin-right: 5px;
}

.tiki-cart .wrap .btn-custom1:hover {
  background: #fff;
}

.tiki-cart .wrap .bootstrap-touchspin {
  max-width: 60px;
}

.tiki-cart .wrap .bootstrap-touchspin .bootstrap-touchspin-down:hover,.tiki-cart .wrap .bootstrap-touchspin .bootstrap-touchspin-up:hover {
  background: #00b7f1;
  color: #fff;
}

.tiki-cart .wrap .quantity {
  padding-right: 10px;
  padding-left: 10px;
  max-width: 60px;
  text-align: center;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  -ms-border-radius: 3px!important;
  -o-border-radius: 3px!important;
  border-radius: 3px!important;
}

.tiki-cart .wrap .empty-cart {
  text-align: center;
  margin-bottom: 30px;
}

.tiki-cart .wrap .gift-head {
  background: #fff;
  margin-top: -5px;
  font-style: italic;
  color: #525252;
}

.tiki-cart .wrap .gift2-wrap+.shopping-cart-item {
  border-top: 1px solid #e1e1e1;
}

.tiki-cart .wrap .gift-wrap {
  margin-top: 10px!important;
  padding: 10px!important;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px!important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-cart .wrap .gift-wrap h6 {
  margin-top: 0;
  font-weight: 400;
  font-size: 14px;
}

.tiki-cart .wrap .gift-wrap h6 span {
  color: #1aa704;
}

.tiki-cart .wrap .gift-wrap .item {
  width: 131px;
  position: relative;
  text-align: center;
  padding: 7px;
  margin: 0 auto;
}

.tiki-cart .wrap .gift-wrap .item .image {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.tiki-cart .wrap .gift-wrap .item .image img {
  max-width: 100px;
  height: auto;
}

.tiki-cart .wrap .gift-wrap .item .icon-24h {
  position: absolute;
  right: 0;
  top: 0;
}

.tiki-cart .wrap .gift-wrap .item .title {
  font-size: 11px;
  margin-bottom: 5px;
  max-height: 36px;
  line-height: 12px;
  overflow: hidden;
}

.tiki-cart .wrap .gift-wrap .item .item-round {
  border: 1px solid #efefef;
  padding: 7px;
  position: relative;
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tiki-cart .wrap .gift-wrap .item .btn-default,.tiki-shipping-address .wrap .btn-custom2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.tiki-cart .wrap .gift-wrap .item .item-round .img24h {
  position: absolute;
  left: -20px;
  top: -10px;
  width: 40px;
}

.tiki-cart .wrap .gift-wrap .item .price-free {
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 14px;
  margin-top: 8px;
  color: #4a4a4a;
}

.tiki-cart .wrap .gift-wrap .item .price {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #9b9b9b;
  text-decoration: line-through;
}

.tiki-cart .wrap .gift-wrap .item .btn-default {
  font-size: 11px;
  padding: 5px 10px;
  background: #FFF;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
  border-radius: 2px;
}

.tiki-cart .wrap .gift-wrap .item .btn-default.select-free-gift {
  background: #00b6f0;
  border-color: #00b6f0;
  color: #fff;
}

.tiki-cart .wrap .gift-wrap .item .btn-default:hover {
  opacity: .8;
}

.tiki-cart .wrap .gift-wrap .slider-gift-list {
  padding: 0 35px;
}

.tiki-cart .wrap .gift-wrap .owl-controls {
  margin-top: 0;
}

.tiki-cart .wrap .gift-wrap .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 999;
  width: 100%;
}

.tiki-cart .wrap .gift-wrap .owl-controls .owl-pagination .owl-page span {
  background: #FFF;
}

.tiki-cart .wrap .gift-wrap .owl-controls .owl-buttons .owl-prev {
  font-size: 25px!important;
  margin: -20px 0 0!important;
  position: absolute;
  top: 50%;
  left: 10px;
  background: 0 0!important;
  color: #ccc!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  padding: 3px 10px 3px 7px;
}

.tiki-cart .wrap .gift-wrap .owl-controls .owl-buttons .owl-prev:hover {
  background: #f4f4f4!important;
  color: #777!important;
  opacity: .8!important;
  filter: alpha(opacity=80)!important;
}

.tiki-cart .wrap .gift-wrap .owl-controls .owl-buttons .owl-next {
  font-size: 25px!important;
  margin: -20px 0 0!important;
  position: absolute;
  top: 50%;
  right: 10px;
  background: 0 0!important;
  color: #ccc!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  padding: 3px 7px 3px 10px;
}

.tiki-cart .wrap .gift-wrap .owl-controls .owl-buttons .owl-next:hover {
  background: #f4f4f4!important;
  color: #777!important;
  opacity: .8!important;
  filter: alpha(opacity=80)!important;
}

.tiki-shipping-address .wrap .address-form .form-group .icheck-wrap input[type=checkbox],.tiki-shipping-address .wrap .payment .form-group-row .icheck-wrap input[type=checkbox],.tiki-shipping-address .wrap .payment .form-group-row .icheck-wrap input[type=radio] {
  filter: alpha(opacity=0);
  opacity: 0;
}

.tiki-cart .wrap .gift-wrap:after,.tiki-cart .wrap .gift-wrap:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-cart .wrap .gift-card-item {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0 0 0 4px;
  line-height: normal;
  overflow: hidden;
  margin-bottom: 3px;
}

.tiki-cart .wrap .gift-card-item span {
  padding: 4px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}

.tiki-cart .wrap .gift-card-item .btn {
  border: none;
  padding: 7px 11px;
  background: #3E883E;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #fff;
}

.tiki-cart .wrap .gift-card-item .btn:hover {
  opacity: .8;
}

.tiki-cart .wrap .note-coupon {
  color: #7f7f7f;
  font-style: italic;
  margin-bottom: 0;
}

.tiki-cart .wrap .gift-service-title {
  color: #525252;
  font-style: italic;
  font-size: 13px;
}

.tiki-cart .wrap .gift2-wrap {
  border: 1px solid #d3d3d3;
  background: #f7f7f7;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  min-height: 125px;
  margin-bottom: 20px!important;
}

.tiki-cart .wrap .gift2-wrap h6 {
  background: #f5f6f7;
  padding: 8px;
  margin-top: 0;
  font-weight: 400;
}

.tiki-cart .wrap .gift2-wrap .item {
  position: relative;
  overflow: hidden;
  padding-left: 100px;
  min-height: 90px;
}

.tiki-cart .wrap .gift2-wrap .item .price-amount {
  overflow: hidden;
  margin-bottom: 5px;
}

.tiki-cart .wrap .gift2-wrap .item .price-amount .price1 {
  color: #5d5d5d;
  font-weight: 700;
  float: left;
  margin-right: 30px;
}

.tiki-cart .wrap .gift2-wrap .item .price-amount .is-free {
  float: left;
  color: #2b770a;
  font-weight: 700;
  margin: 5px 20px 0 0;
}

.tiki-cart .wrap .gift2-wrap .item .price-amount .quantity {
  float: left;
  background: #fff;
  border: 1px solid #ccc;
}

.tiki-cart .wrap .gift2-wrap .item .each-row {
  clear: both;
  overflow: hidden;
  padding-top: 3px;
}

.tiki-cart .wrap .gift2-wrap .item .each-row .img24h {
  width: 35px;
  float: left;
  margin: -3px 5px 0 0;
}

.tiki-cart .wrap .gift2-wrap .item .btn-block {
  display: inline-block;
  width: auto;
  padding: 0;
  color: #337ab7;
  border: none;
  background: 0 0;
}

.tiki-cart .wrap .gift2-wrap .item .gift-title-show {
  margin-bottom: 5px;
}

.tiki-cart .wrap .gift2-wrap .item .gift-title-show b {
  font-size: 16px;
}

.tiki-cart .wrap .gift2-wrap .item .gift-title-show span {
  font-size: 12px;
  color: #333;
}

.tiki-cart .wrap .gift2-wrap .item .icon24h {
  position: absolute;
  top: 1px;
  margin: auto;
  left: 0;
  right: 0;
}

.tiki-cart .wrap .gift2-wrap .item .quantity {
  background: #ddd;
  width: 30px;
  height: 25px;
  margin-bottom: 0;
  line-height: 25px;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 12px;
  padding: 0;
}

.tiki-cart .wrap .gift2-wrap .item .image {
  border: 1px solid #ccc;
  width: 90px;
  position: absolute;
  text-align: center;
  padding: 7px;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-border-radius: 2px 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.tiki-cart .wrap .cart-col-1>.row>.end,.tiki-cart .wrap .cart-col-1>.row>div,.tiki-cart .wrap .cart-col-1>form>.row>.end,.tiki-cart .wrap .cart-col-1>form>.row>div {
  padding-right: 0;
}

.tiki-cart .wrap .gift2-wrap .item .image img {
  max-width: 70px;
  height: auto;
}

.tiki-cart .wrap .gift2-wrap .item-not-gift::before {
  background: 0 0;
}

.tiki-cart .wrap .cart-col-1 .save-for-later-product-wrap .row.have-color,.tiki-cart .wrap .cart-col-1>.row.have-color,.tiki-cart .wrap .cart-col-1>form>.row.have-color {
  background: rgba(242,222,222,.52);
}

.tiki-cart .wrap .gift2-wrap:after,.tiki-cart .wrap .gift2-wrap:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-cart .wrap .cart-col-1 {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.tiki-cart .wrap .cart-col-1.no-cart>.row {
  border-bottom: none;
}

.tiki-cart .wrap .cart-col-1 .save-for-later-product-wrap .row {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.tiki-cart .wrap .cart-col-1 .save-for-later-product-wrap .row:last-child {
  border-bottom: none;
}

.tiki-cart .wrap .cart-col-1>.row,.tiki-cart .wrap .cart-col-1>form>.row {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.tiki-cart .wrap .cart-col-1>.row .col-xs-3,.tiki-cart .wrap .cart-col-1>form>.row .col-xs-3 {
  padding-left: 0;
}

.tiki-cart .wrap .cart-col-1>.row.last,.tiki-cart .wrap .cart-col-1>form>.row.last {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
}

.tiki-cart .wrap .cart-col-1>.row.title,.tiki-cart .wrap .cart-col-1>form>.row.title {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: none;
}

.tiki-cart .wrap .cart-col-1>.alert {
  padding: 7px;
  margin: 15px 0;
  font-size: 13px;
}

.tiki-cart .wrap .cart-col-1 .panel-added-to-cart {
  background-color: #fafafa;
  font-size: 14px;
  padding: 7px 10px;
}

.tiki-cart .wrap .cart-col-1 .panel-added-to-cart .media-object-wrap {
  background-color: #fff;
  border: 1px solid #3c763d;
  border-radius: 3px;
  display: block;
  padding: 3px 7px;
}

.tiki-cart .wrap .cart-col-2 .is-no-pl,.tiki-cart .wrap .cart-col-3 {
  padding-left: 0;
}

.tiki-cart .wrap .cart-col-1 .panel-added-to-cart .fa-check {
  color: #3c763d;
  font-size: 2.5rem;
}

.tiki-cart .wrap .cart-col-2 #right-affix.no-affix {
  position: relative!important;
  top: auto!important;
  right: auto!important;
  left: auto!important;
  bottom: auto!important;
}

.tiki-cart .wrap .recommend-product-title,.tiki-cart .wrap .save-for-later-title {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 0 0 8px;
}

.tiki-cart .wrap .recommend-product-title a,.tiki-cart .wrap .save-for-later-title a {
  font-size: 15px;
  margin: 0;
  line-height: 25px;
  display: block;
  color: #333;
  font-weight: 700;
  position: relative;
}

.tiki-cart .wrap .recommend-product-title a .view-more,.tiki-cart .wrap .save-for-later-title a .view-more {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 5px;
  margin-top: 3px;
  color: #00b7f1;
  font-weight: 400;
  font-size: 13px;
}

.tiki-cart .wrap .recommend-product-title a:hover,.tiki-cart .wrap .save-for-later-title a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-cart .wrap .recommend-product-title .badge,.tiki-cart .wrap .save-for-later-title .badge {
  padding: 5px 14px;
  background: #ff9500;
  font-size: 15px;
  border-radius: 12px;
  font-weight: 400;
  margin-left: 8px;
}

.tiki-cart .wrap .recommend-product-wrap,.tiki-cart .wrap .save-for-later-product-wrap {
  position: relative;
}

.tiki-cart .sticky-screen-banner {
  display: none;
}

.tiki-cart .col-right .product-item {
  padding: 0;
}

.tiki-cart .shopping-cart-item .col-xs-3 {
  padding-left: 0;
}

@media (min-width:480px) {
  .tiki-cart .wrap .ship-label {
    padding-top: 0;
    clear: both;
    width: 100%;
  }

  .tiki-cart .wrap .recommend-product-title .ship-label {
    width: 175px;
  }
}

@media (min-width:640px) {
  .tiki-cart .wrap .info-discount-mobile {
    margin-top: 10px;
    float: left;
  }

  .tiki-cart .wrap .info-discount-mobile .each-sub .info-coupon-action .time-amount span {
    display: inline!important;
  }
}

@media (min-width:768px) {
  .tiki-cart .wrap .price-sale-box {
    max-width: 260px;
  }

  .tiki-cart .wrap .price-sale-box .price-sale-app-label {
    width: 100px;
  }
}

@media (min-width:992px) {
  .tiki-cart .wrap .title h5 {
    font-size: 20px;
  }

  .tiki-cart .wrap .bootstrap-touchspin {
    float: right;
  }

  .tiki-cart .wrap .img-thumnail-custom {
    width: 125px;
  }

  .tiki-cart .wrap .action,.tiki-cart .wrap .coupon {
    margin-top: 0;
  }

  .tiki-cart .wrap .image {
    padding-right: 5px;
  }

  .tiki-cart .wrap .product-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
  }

  .tiki-cart .wrap .gift-wrap .item {
    width: 132px;
  }

  .tiki-cart .wrap .gift-wrap .item .btn-default {
    padding: 3px 10px;
    max-width: 70px;
    margin: 0 auto;
  }

  .tiki-cart .wrap .gift-card-item {
    padding: 0 0 0 4px;
  }

  .tiki-cart .wrap .gift-card-item span {
    padding: 2px;
  }

  .tiki-cart .wrap .gift-card-item .btn {
    padding: 0 3px;
  }

  .tiki-cart .wrap .gift2-wrap .col-md-10 {
    padding-left: 15px!important;
  }

  .tiki-cart .wrap .gift2-wrap .item {
    padding-left: 120px;
  }

  .tiki-cart .wrap .gift2-wrap .item .gift-title-show {
    float: left;
    width: 490px;
  }

  .tiki-cart .wrap .gift2-wrap .item .price-amount {
    width: 215px;
    padding-left: 25px;
  }

  .tiki-cart .wrap .gift2-wrap .item .price-amount .is-free {
    margin: 0;
  }

  .tiki-cart .wrap .gift2-wrap .item .price-amount .quantity {
    float: right;
  }

  .tiki-cart .wrap .cart-col-1.no-cart .row.title {
    border-bottom: 1px solid #e1e1e1;
  }

  .tiki-cart .wrap .cart-col-1 .col-md-6.c2 {
    width: 323px;
  }

  .tiki-cart .wrap .cart-col-1 .col-md-8 {
    width: 520px;
  }

  .tiki-cart .wrap .cart-col-1 .col-md-1 {
    width: 120px;
  }

  .tiki-cart .wrap .cart-col-1 .col-md-1.pad-left-0 {
    padding-left: 0;
  }

  .tiki-cart .wrap .cart-col-1 .save-for-later-product-wrap .row {
    padding-top: 15px;
  }

  .tiki-cart .wrap .col-right {
    float: left;
    width: 780px;
  }

  .tiki-cart .wrap .col-right .box-info-discount {
    clear: both;
    margin-left: 15px;
    padding-top: 10px;
  }

  .tiki-cart .wrap .col-right .box-info-discount.bor-top {
    border-top: 1px solid #e3e3e3;
  }

  .tiki-cart .wrap .col-right .quantity-block {
    text-align: right;
  }

  .tiki-cart .wrap .col-right .quantity-block .form-control {
    display: inline-block;
  }

  .tiki-cart .wrap .info-discount.is-apply {
    display: inline-block;
    height: 34px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .tiki-cart .wrap .info-discount label {
    font-weight: 500;
    font-size: 13px;
    color: #505050;
  }

  .tiki-cart .wrap .info-discount .get-code-discount {
    display: inline-block;
    position: relative;
  }

  .tiki-cart .wrap .info-discount .get-code-discount:hover .sub-get-discount {
    display: block;
  }

  .tiki-cart .wrap .info-discount .sub-get-discount {
    position: absolute;
    display: none;
    left: 0;
    z-index: 5;
    top: 28px;
    background: #fff;
    min-width: 460px;
    padding: 2px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
  }

  .tiki-cart .wrap .info-discount .each-sub {
    border-bottom: 1px solid #d8d8d8;
    padding: 7px 10px;
    overflow: hidden;
    position: relative;
  }

  .tiki-cart .wrap .info-discount .each-sub:last-child {
    border-bottom: none;
  }

  .tiki-cart .wrap .info-discount .each-sub .code-disc {
    background-color: #fff;
    border: 1px dotted #979797;
    color: #417505;
    padding: 5px;
    display: inline-block;
    font-weight: 700;
    -webkit-border-radius: 2px 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 115px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail {
    padding-left: 125px;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .title-disc {
    font-size: 13px;
    text-align: left;
    color: #393939;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .time-amount {
    font-size: 12px;
    text-align: left;
    color: #5f5f5f;
    margin-top: 8px;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply {
    margin-top: 8px;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .btn-apply {
    border-radius: 2px;
    background-color: #00b6f0;
    display: inline-block;
    height: 32px;
    line-height: 22px;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .btn-apply:hover,.tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .btn-apply:link {
    color: #fff;
    text-decoration: none;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .btn-apply:hover {
    opacity: .8;
    cursor: pointer;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .is-apply {
    border-radius: 2px;
    display: inline-block;
    height: 32px;
    line-height: 22px;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    background: #aaa;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .is-apply:hover,.tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .is-apply:link {
    cursor: default;
    text-decoration: none;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .btn-cancel {
    color: #fff;
    font-size: 12px;
  }

  .tiki-cart .wrap .info-discount .each-sub .info-disc-detail .box-apply .btn-cancel:hover {
    cursor: pointer;
  }

  .tiki-cart .wrap .info-discount .action-get-code {
    display: inline-block;
    height: 28px;
    border-radius: 3px;
    background-color: #f0f7ff;
    border: 1px dotted #74a5de;
    color: #537cab;
    padding: 5px 30px 5px 10px;
    font-size: 12px;
    position: relative;
  }

  .tiki-cart .wrap .info-discount .action-get-code:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #79aae2 transparent;
  }

  .tiki-cart .wrap .info-discount .action-get-code:hover,.tiki-cart .wrap .info-discount .action-get-code:link {
    text-decoration: none;
  }

  .tiki-cart .wrap .info-discount .is-discount {
    position: relative;
    padding: 0 0 7px;
    height: 100%;
  }

  .tiki-cart .wrap .info-discount .is-discount:hover .sub-get-discount {
    display: block;
  }

  .tiki-cart .wrap .info-discount .is-discount label {
    font-size: 13px;
    color: #215821;
    font-weight: 500;
    padding-right: 15px;
    margin-bottom: 0;
    position: relative;
  }

  .tiki-cart .wrap .info-discount .is-discount label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #575757 transparent;
  }

  .tiki-cart .wrap .info-discount .discount-more {
    display: inline-block;
  }

  .tiki-cart .wrap .info-discount .discount-more .get-disc-more {
    display: inline-block;
    color: #505050;
    padding: 5px 30px 5px 10px;
    font-size: 12px;
    position: relative;
  }

  .tiki-cart .wrap .info-discount .discount-more .get-disc-more:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 9px;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #6d6d6d transparent;
  }

  .tiki-cart .wrap .info-discount .discount-more .get-disc-more:hover,.tiki-cart .wrap .info-discount .discount-more .get-disc-more:link {
    text-decoration: none;
  }
}

@media (min-width:1200px) {
  .tiki-cart .wrap .img-thumnail-custom {
    width: 125px!important;
  }

  .tiki-cart .wrap .coupon {
    margin-top: 15px;
  }

  .tiki-cart .wrap .container.have-height {
    min-height: 850px;
  }

  .tiki-cart .wrap .gift2-wrap .col-lg-offset-3 {
    margin-left: 150px;
  }

  .tiki-cart .wrap .gift2-wrap .col-lg-9 {
    width: 705px!important;
  }

  .tiki-cart .wrap .gift2-wrap .item .price-amount {
    width: 200px;
  }

  .tiki-cart .wrap .gift2-wrap .item .gift-title-show {
    width: 420px;
  }

  .tiki-cart .wrap .cart-col-1 {
    width: 885px;
  }

  .tiki-cart .wrap .cart-col-1.no-cart {
    margin: 0 auto;
  }

  .tiki-cart .wrap .action,.tiki-cart .wrap .tikixu {
    margin-bottom: 0;
  }

  .tiki-cart .wrap .cart-col-1 .col-lg-9 {
    width: 510px;
  }

  .tiki-cart .wrap .cart-col-1 .col-lg-8 {
    width: 450px;
  }

  .tiki-cart .wrap .cart-col-1 .col-lg-3 {
    width: 150px;
  }

  .tiki-cart .wrap .cart-col-1 .col-lg-6 {
    width: 360px;
  }

  .tiki-cart .wrap .cart-col-1 .col-lg-5.c2 {
    width: 245px;
  }

  .tiki-cart .wrap .cart-col-1>.row.last>div,.tiki-cart .wrap .cart-col-1>form>.row.last>div {
    padding-right: 0;
  }

  .tiki-cart .wrap .cart-col-2 {
    width: 285px;
    padding-left: 0;
  }

  .tiki-cart .wrap .cart-col-2 #right-affix.affix {
    width: 270px;
    top: 74px;
  }

  .tiki-cart .wrap .cart-col-2 #right-affix.affix .fee {
    margin-top: 0;
  }

  .tiki-cart .wrap .cart-col-2 #right-affix.affix-bottom,.tiki-cart .wrap .cart-col-2 #right-affix.affix-top {
    position: absolute;
    width: 270px;
  }

  .tiki-cart .wrap .fee {
    margin-top: 15px;
  }

  .tiki-cart .wrap .col-right {
    width: 700px;
  }
}

.tiki-shipping-address .pad-right-10 {
  padding-right: 10px!important;
}

.tiki-shipping-address .action-back {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0 0 10px;
}

.tiki-shipping-address .action-back:hover,.tiki-shipping-address .action-back:link {
  text-decoration: none;
}

.tiki-shipping-address .bootbox .modal-header {
  padding: 15px 0 5px 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.tiki-shipping-address .bootbox .modal-header .close {
  margin-top: -15px;
}

.tiki-shipping-address .bootbox .content-installment .chk-camket label {
  overflow: hidden;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

.tiki-shipping-address .bootbox .content-installment .chk-camket label input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  -moz-appearance: button;
  -o-appearance: button;
  -ms-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  border: 1px solid #00acea;
  background-color: #fff;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 22px;
  height: 22px;
}

.tiki-shipping-address .bootbox .content-installment .chk-camket label input[type=checkbox]:checked {
  background: url(../img/icheck/blue.png) -48px 0 no-repeat;
}

.tiki-shipping-address .bootbox .content-installment .chk-camket label span {
  font-weight: 500;
  font-size: 16px;
}

.tiki-shipping-address .bootbox .content-installment .chk-camket.require label span {
  color: red;
}

.tiki-shipping-address .bootbox .modal-footer {
  text-align: center;
}

.tiki-shipping-address .bootbox .btn-success {
  width: 100%;
}

.tiki-shipping-address .shipping-top {
  background: #00b6f6;
  border: none;
  min-height: 70px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tiki-shipping-address .shipping-top .navbar-toggle {
  float: left;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-right: 0;
  border: none;
}

.tiki-shipping-address .shipping-top .navbar-toggle:hover {
  background: 0 0;
}

.tiki-shipping-address .shipping-top .navbar-toggle .icon-bar {
  background: #fff;
  height: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tiki-shipping-address .shipping-top .navbar-header:after,.tiki-shipping-address .shipping-top .navbar-header:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-shipping-address .shipping-top .navbar-brand {
  line-height: 28px;
  height: 70px;
}

.tiki-shipping-address .shipping-top .hotline {
  height: 70px;
  line-height: 70px;
  float: right;
  margin: 0 15px 0 0;
  width: 155px;
}

.tiki-shipping-address .shipping-top .hotline img {
  display: inline-block;
}

.tiki-shipping-address .shipping-header {
  padding-top: 25px;
  padding-bottom: 15px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 14px;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
  top: 41px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  text-align: center;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step>.bs-wizard-dot:hover {
  cursor: default;
  text-decoration: none;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0;
  box-shadow: none;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0;
  box-shadow: none;
  background: #00b6f0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-stepnum {
  color: #a3a3a3;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
  background-color: #fff;
  color: #000;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  opacity: 0;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  background: #fff;
  font-size: 14px;
  color: #000;
  border: 2px solid #35c4f6;
  line-height: 23px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step>.progress {
  height: 3px;
  margin: 22px 0;
  background: #b9b9b9;
}

.tiki-shipping-address .shipping-footer {
  font-size: 11px;
  margin-top: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f7f7f7;
}

.tiki-shipping-address .shipping-footer .terms {
  float: none;
}

.tiki-shipping-address .shipping-footer .terms a {
  color: #000;
}

.tiki-shipping-address .shipping-footer .terms a:first-child {
  padding-right: 10px;
}

.tiki-shipping-address .shipping-footer .terms a:first-child+a {
  padding-right: 10px;
  padding-left: 10px;
}

.tiki-shipping-address .shipping-footer .terms a:first-child+a+a {
  padding-left: 10px;
}

.tiki-shipping-address .shipping-footer .copyright {
  float: none;
  margin-left: 0;
  margin-bottom: 0;
}

.tiki-shipping-address .wrap {
  padding-bottom: 30px;
  padding-top: 5px;
}

.tiki-shipping-address .wrap .list-info-price {
  margin-bottom: 10px;
}

.tiki-shipping-address .wrap .list-info-price b {
  font-weight: 400;
}

.tiki-shipping-address .wrap .box-login-register-arround {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f1f1f1;
  overflow: hidden;
  min-height: 120px;
  position: relative;
}

.tiki-shipping-address .wrap .register-content {
  width: 484px;
  float: right;
  background: #fff;
  border-left: 1px solid #ccc;
  padding: 15px 25px 5px;
}

.tiki-shipping-address .wrap .register-content .buy-no-login {
  margin-bottom: 40px;
}

.tiki-shipping-address .wrap .register-content .form-group .input-wrap {
  width: 100%!important;
  float: none!important;
  clear: both;
}

.tiki-shipping-address .wrap .register-content .form-group.has-error .form-control-feedback {
  top: 21px;
  line-height: 30px;
}

.tiki-shipping-address .wrap .register-content .form-group.has-error .form-control-feedback:hover {
  cursor: pointer;
}

.tiki-shipping-address .wrap .register-content .has-feedback .form-control-feedback,.tiki-shipping-address .wrap .register-content .has-success .form-control-feedback {
  line-height: 34px;
}

.tiki-shipping-address .wrap .nav-register {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  z-index: 4;
  border: none;
}

.tiki-shipping-address .wrap .nav-register li {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
  float: none;
}

.tiki-shipping-address .wrap .nav-register li:first-child.active:before,.tiki-shipping-address .wrap .nav-register li:first-child:hover:before {
  border-top-left-radius: 2px;
}

.tiki-shipping-address .wrap .nav-register li:first-child a {
  border-right: none;
}

.tiki-shipping-address .wrap .nav-register li.active a:after {
  border-bottom: 3px solid #14b6f6;
}

.tiki-shipping-address .wrap .nav-register li.active,.tiki-shipping-address .wrap .nav-register li:hover {
  background: #fff;
}

.tiki-shipping-address .wrap .nav-register li.active a,.tiki-shipping-address .wrap .nav-register li:hover a {
  border-bottom: none;
}

.tiki-shipping-address .wrap .nav-register li.active:before,.tiki-shipping-address .wrap .nav-register li:hover:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  border: 2px solid #00b6f0;
}

.tiki-shipping-address .wrap .nav-register li a {
  text-align: center;
  position: relative;
  padding: 10px 10px 10px 20px;
  display: inline-block;
  color: #4a4a4a;
  width: 100%;
}

.tiki-shipping-address .wrap .nav-register li a:hover {
  text-decoration: none;
}

.tiki-shipping-address .wrap .nav-register li a:hover:after {
  border-bottom: 3px solid #14b6f6;
}

.tiki-shipping-address .wrap .nav-register li a:link {
  text-decoration: none;
}

.tiki-shipping-address .wrap .nav-register li a span {
  display: block;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
}

.tiki-shipping-address .wrap .nav-register li a i {
  color: #818181;
  font-size: 11px;
  font-style: normal;
}

.tiki-shipping-address .wrap .address-form .form-control-feedback {
  line-height: 30px;
}

.tiki-shipping-address .wrap .address-form .radio i {
  display: none!important;
}

.tiki-shipping-address .wrap .info-user h4 {
  margin-top: 15px!important;
  margin-bottom: 5px!important;
}

.tiki-shipping-address .wrap .info-user h5 {
  font-weight: 700;
  font-size: 13px;
  color: #505050;
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .info-user .around-info {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .info-user .around-info p {
  font-style: italic;
  color: #505050;
}

.tiki-shipping-address .wrap .info-user .around-info p:last-child {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .colo-417505 {
  color: #417505;
}

.tiki-shipping-address .wrap .txt-capitalize {
  text-transform: capitalize;
}

.tiki-shipping-address .wrap .panel.panel-default .panel-body {
  padding: 10px 15px 0;
}

.tiki-shipping-address .wrap .campain-mess {
  margin-top: 15px;
}

.tiki-shipping-address .wrap .campain-mess .box-mess {
  background: #1cc0f8;
  overflow: hidden;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 5px 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tiki-shipping-address .wrap .campain-mess .box-mess img {
  float: left;
  margin: -5px 10px 0 0;
}

.tiki-shipping-address .wrap .campain-mess .box-mess .content p:last-child {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .campain-mess .fb-share {
  margin-top: 15px;
  text-align: center;
}

.tiki-shipping-address .wrap .campain-mess .fb-share .title {
  color: #606060;
  font-size: 13px;
}

.tiki-shipping-address .wrap .alert {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  margin-bottom: 5px;
}

.tiki-shipping-address .wrap .alert .close {
  right: 0;
}

.tiki-shipping-address .wrap .alert.alert-danger {
  margin-top: 7px;
}

.tiki-shipping-address .wrap h3 {
  font-size: 15px;
  font-weight: 700;
}

.tiki-shipping-address .wrap h3.step-title {
  margin-top: 0;
  font-size: 18px;
  color: #5f5f5f;
}

.tiki-shipping-address .wrap h3.lg-m-top-15 {
  margin-top: 15px;
}

.tiki-shipping-address .wrap .other {
  font-size: 13px;
  margin-top: 10px;
}

.tiki-shipping-address .wrap .other a {
  color: #00b7f1;
}

.tiki-shipping-address .wrap .btn-custom1 {
  border: 1px solid #ccc;
  font-size: 12px;
  padding-left: 14px;
  padding-right: 14px;
  height: 31px;
  outline-color: #ccc;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tiki-shipping-address .wrap .btn-custom1.is-blue {
  background: #00b6f0;
  color: #fff;
  border: #029fd1;
}

.tiki-shipping-address .wrap .btn-custom1.is-blue:hover {
  background: #029fd1;
}

.tiki-shipping-address .wrap .btn-custom1.is-black {
  background: #626455;
  color: #fff;
  border: #555649;
}

.tiki-shipping-address .wrap .btn-custom1.is-black:hover {
  background: #555649;
}

.tiki-shipping-address .wrap .btn-custom1:first-child,.tiki-shipping-address .wrap .btn-custom1:first-child+button {
  margin-right: 7px;
}

.tiki-shipping-address .wrap .btn-custom1:hover {
  background: #fff;
}

.tiki-shipping-address .wrap .btn-custom2 {
  width: 49%;
  background: #f7f7f7;
  border-color: #e1e1e1;
  outline-color: #ccc;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 2px;
  margin-right: 1%;
}

.tiki-home .wrap .home-header>.btn-group,.tiki-shipping-address .wrap .btn-custom3 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.tiki-shipping-address .wrap .btn-custom2:hover {
  background: #fff;
}

.tiki-shipping-address .wrap .btn-custom3 {
  width: 100%;
  background: #00b6f0;
  border-color: transparent;
  outline-color: #ccc;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 2px;
  color: #fff;
}

.tiki-shipping-address .wrap .btn-custom3.btn-block {
  width: 100%;
}

.tiki-shipping-address .wrap .btn-custom3:hover {
  background: #029fd1;
}

.tiki-shipping-address .wrap .address-list {
  margin-bottom: 0;
  margin-top: 10px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.tiki-shipping-address .wrap .address-list h5 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  padding-left: 10px;
}

.tiki-shipping-address .wrap .address-list>.panel-body {
  padding: 0;
}

.tiki-shipping-address .wrap .address-item {
  position: relative;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .address-item .default {
  display: none;
}

.tiki-shipping-address .wrap .address-item .name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.tiki-shipping-address .wrap .address-item .address {
  font-size: 13px;
  margin-bottom: 3px;
}

.tiki-shipping-address .wrap .address-item .phone {
  font-size: 13px;
  margin-bottom: 10px;
}

.tiki-shipping-address .wrap .address-item.is-default {
  border: 1px dashed #090;
}

.tiki-shipping-address .wrap .address-item.is-default .default {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  font-size: 11px;
  color: #090;
}

.tiki-shipping-address .wrap .address-item.is-default .default:hover {
  text-decoration: underline;
  cursor: pointer;
}

.tiki-shipping-address .wrap .address-form {
  background: #f7f7f7;
  max-width: 590px;
  border: none;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  margin: 10px auto 0;
}

.tiki-shipping-address .wrap .address-form.is-show {
  margin-top: 20px;
  display: block;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .address-form.is-show>.panel-body {
  padding: 0 15px;
}

.tiki-shipping-address .wrap .address-form.is-edit .btn-custom2 {
  display: inline-block!important;
  width: 47%;
  margin-right: 1%;
}

.tiki-shipping-address .wrap .address-form.is-edit .btn-custom3 {
  display: inline-block;
  width: 50%;
}

.tiki-shipping-address .wrap .address-form>.panel-heading {
  background: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  border: none;
}

.tiki-shipping-address .wrap .address-form>.panel-body {
  padding: 15px;
}

.tiki-shipping-address .wrap .address-form form {
  max-width: 100%;
  margin: 0 auto;
}

.tiki-shipping-address .wrap .address-form .form-group {
  margin-bottom: 7px;
}

.tiki-shipping-address .wrap .address-form .form-group.form-group-radio .fa-times {
  display: none!important;
}

.tiki-shipping-address .wrap .address-form .form-group.group-radio-k-address label,.tiki-shipping-address .wrap .address-form .form-group.group-radio-k-time label {
  color: #333;
}

.tiki-shipping-address .wrap .address-form .form-group label {
  font-size: 12px;
  text-align: left;
}

.tiki-shipping-address .wrap .address-form .form-group textarea {
  height: 110px;
}

.tiki-shipping-address .wrap .address-form .form-group .form-control {
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .address-form .form-group .help-block {
  font-size: 12px;
}

.tiki-shipping-address .wrap .address-form .form-group .icheck-wrap {
  font-weight: 400;
}

.tiki-shipping-address .wrap .address-form .form-group .icheck-wrap>div {
  margin-right: 5px;
}

.tiki-shipping-address .wrap .cart {
  font-size: 12px;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
}

.tiki-shipping-address .wrap .cart .type {
  display: inline-block;
  float: right;
}

.tiki-shipping-address .wrap .cart .type span {
  display: block;
  float: none;
}

.tiki-shipping-address .wrap .cart .type .price {
  font-size: 12px;
  margin-top: 7px;
}

.tiki-shipping-address .wrap .cart.ebook .product {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .cart.ebook .product .item {
  font-size: 12px;
}

.tiki-shipping-address .wrap .cart.ebook .product .item .title {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

.tiki-shipping-address .wrap .cart.ebook .product .item .ebook-price {
  color: #090;
}

.tiki-shipping-address .wrap .cart.ebook .product .item .table {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .cart.ebook .product .item .table>tbody>tr>td {
  border-top: 0;
  padding: 0;
}

.tiki-shipping-address .wrap .cart.ebook .total2 {
  border-top: 0;
}

.tiki-shipping-address .wrap .cart .information {
  margin-bottom: 15px;
}

.tiki-shipping-address .wrap .cart .information h6 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}

.tiki-shipping-address .wrap .cart .information p {
  font-size: 13px;
  margin-bottom: 5px;
}

.tiki-shipping-address .wrap .cart .information p.end {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .cart .order {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 10px;
}

.tiki-shipping-address .wrap .cart .order .title {
  font-size: 13px;
  line-height: 31px;
}

.tiki-shipping-address .wrap .cart .order .badge {
  padding: 5px 14px;
  background: #ff9500;
  font-size: 15px;
  border-radius: 12px;
  font-weight: 400;
  color: #fff;
  margin-left: 5px;
}

.tiki-shipping-address .wrap .cart .order .btn-custom1 {
  float: right;
}

.tiki-shipping-address .wrap .cart .order:after,.tiki-shipping-address .wrap .cart .order:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-shipping-address .wrap .cart .product {
  margin-bottom: 15px;
}

.tiki-shipping-address .wrap .cart .product .item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 11px;
}

.tiki-shipping-address .wrap .cart .product .item .title {
  color: #000;
  float: left;
  width: 170px;
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .cart .product .item .title strong {
  padding-right: 10px;
}

.tiki-shipping-address .wrap .cart .product .item .price {
  float: right;
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .cart .product .item .price span {
  display: block;
  float: none;
}

.tiki-shipping-address .wrap .cart .product .item .price:after,.tiki-shipping-address .wrap .cart .product .item .price:before,.tiki-shipping-address .wrap .cart .product .item:after,.tiki-shipping-address .wrap .cart .product .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-shipping-address .wrap .cart .shipping,.tiki-shipping-address .wrap .cart .total,.tiki-shipping-address .wrap .cart p {
  margin-bottom: 13px;
}

.tiki-shipping-address .wrap .cart .shipping span,.tiki-shipping-address .wrap .cart .total span,.tiki-shipping-address .wrap .cart p span {
  float: right;
}

.tiki-shipping-address .wrap .cart .shipping .seller-by,.tiki-shipping-address .wrap .cart .total .seller-by,.tiki-shipping-address .wrap .cart p .seller-by {
  display: block;
  float: none;
  margin-top: 5px;
}

.tiki-shipping-address .wrap .no-address .cart,.tiki-shipping-address .wrap .no-address .cart .row-style-3.js-payment-sub {
  margin-top: 0;
}

.tiki-shipping-address .wrap .cart .shipping:after,.tiki-shipping-address .wrap .cart .shipping:before,.tiki-shipping-address .wrap .cart .total:after,.tiki-shipping-address .wrap .cart .total:before,.tiki-shipping-address .wrap .cart p:after,.tiki-shipping-address .wrap .cart p:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-shipping-address .wrap .cart .total2 {
  border-top: 2px solid #c9c9c9;
  padding-top: 12px;
  margin-bottom: 0;
  line-height: 19px;
  font-weight: 700;
}

.tiki-shipping-address .wrap .cart .total2 span {
  color: #ee2347;
  font-size: 19px;
  font-weight: 400;
}

.tiki-shipping-address .wrap .no-address .cart .address-item .name+.address {
  height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tiki-shipping-address .wrap .no-address .cart .campain-mess .box-mess .content p {
  font-size: 15px;
  font-family: arial;
}

.tiki-shipping-address .wrap .no-address .cart .row-style-3.is-no-hover:hover {
  background: 0 0;
}

.tiki-shipping-address .wrap .no-address .cart .row-style-3:hover {
  background: #ebebeb;
}

.tiki-shipping-address .wrap .no-address .cart .row-style-3.js-payment-sub:hover {
  background: 0 0;
}

.tiki-shipping-address .wrap .no-address .cart .row-style-3>.col-md-1 {
  width: 6%;
}

.tiki-shipping-address .wrap .no-address .cart .row-style-3>.col-md-11 {
  width: 94%;
}

.tiki-shipping-address .wrap .no-address .cart .row-style-5 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.tiki-shipping-address .wrap .no-address .cart .cybersource-form .new-group {
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
}

.tiki-shipping-address .wrap .no-address .cart .cybersource-form .new-group-sub input.form-control {
  margin-top: 0;
  display: inline-block;
}

.tiki-shipping-address .wrap .no-address .cart .cybersource-form .new-group-sub label {
  width: 100px;
}

.tiki-shipping-address .wrap .no-address .cart .cybersource-form .new-group-sub .end-date-cvc {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
}

.tiki-shipping-address .wrap .no-address .cart .cybersource-form .new-group-sub .help-block {
  margin-left: 110px;
}

.tiki-shipping-address .wrap .no-address .cart .cybersource-form .new-group-sub .help-block.is-modified {
  margin-left: 5px;
  margin-top: 15px;
}

.tiki-shipping-address .wrap .no-address .cart #select-card-type .select-card-type-title {
  display: inline-block;
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .no-address .cart #select-card-type .select-card-type-item {
  margin-right: 5px;
  width: auto;
}

.tiki-shipping-address .wrap .no-address .cart #select-card-date .help-block {
  margin-left: 110px;
}

.tiki-shipping-address .wrap .no-address .cart .product .item .title {
  width: 170px!important;
}

.tiki-shipping-address .wrap .tikixu {
  position: relative;
  display: block;
  width: 100%;
  max-width: 365px;
  margin: 20px auto 0;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7;
  font-size: 12px;
  border-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-shipping-address .wrap .tikixu>.arrow {
  border-width: 6px;
  margin-left: -6px;
  top: -12px;
  border-bottom-color: #ebebeb;
}

.tiki-shipping-address .wrap .tikixu>.arrow:after {
  border-width: 0 5px 5px;
  margin-left: -5px;
  border-bottom-color: #f7f7f7;
}

.tiki-shipping-address .wrap .tikixu .gift {
  padding: 0 0 0 45px;
  background: url(../img/ico1.png) left center no-repeat;
  height: 25px;
  line-height: 25px;
}

.tiki-shipping-address .wrap .tikixu .gift span {
  font-weight: 700;
  float: right;
}

.tiki-shipping-address .wrap .tikixu .gift:after,.tiki-shipping-address .wrap .tikixu .gift:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-shipping-address .wrap .tikixu .ship {
  margin-bottom: 0;
  background: url(../img/ico2.png) left center no-repeat;
  padding: 0 0 0 45px;
}

.tiki-shipping-address .wrap .time {
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}

.tiki-shipping-address .wrap .time .icon-24h {
  max-height: 20px;
  width: auto;
}

.tiki-shipping-address .wrap .time span {
  color: #ee2347;
}

.tiki-shipping-address .wrap .note {
  text-align: center;
  margin-top: 10px;
  color: #505050;
  font-size: 13px;
}

.tiki-shipping-address .wrap .payment {
  margin-bottom: 0;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .payment>.panel-body {
  padding: 0;
}

.tiki-shipping-address .wrap .payment h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
}

.tiki-shipping-address .wrap .payment h4.is-mt {
  margin: 0;
  color: #5f5f5f;
}

.tiki-shipping-address .wrap .payment .control-label {
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
  padding-top: 0;
}

.tiki-shipping-address .wrap .payment .control-label .favorable {
  background: #f57b23;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
  padding: 2px 7px;
}

.tiki-shipping-address .wrap .payment .control-label.is-large {
  display: block;
  width: 100%;
  padding: 9px 0;
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .payment .note-order-red {
  color: #787878;
  font-size: 12px;
}

.tiki-shipping-address .wrap .payment .m-top-8 {
  margin-top: 8px!important;
}

.tiki-shipping-address .wrap .payment .row.end {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .payment .form-group-row {
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0;
}

.tiki-shipping-address .wrap .payment .form-group-row.is-modified {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .payment .form-group-row.bg-warning a {
  color: #00b7f1;
}

.tiki-shipping-address .wrap .payment .form-group-row.disable label {
  color: #ccc;
}

.tiki-shipping-address .wrap .payment .form-group-row .form-control {
  margin-right: auto;
  margin-left: auto;
  max-width: 545px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .payment .form-group-row .help-block {
  margin-right: auto;
  margin-left: auto;
  max-width: 545px;
  font-size: 11px;
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .payment .form-group-row .icheck-wrap {
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  display: block;
}

.tiki-shipping-address .wrap .payment-top {
  width: 100%;
  margin: 5px 0 15px 305px;
  max-width: 460px;
}

.tiki-shipping-address .wrap .payment-top .text {
  text-align: center;
  color: #3d3b37;
}

.tiki-shipping-address .wrap .payment-top .text .address-item .name+.address {
  height: 30px;
  overflow: hidden;
}

.tiki-shipping-address .wrap .payment-top .text .payment-sub {
  margin-top: 0;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .payment-top .text .payment-sub.panel-default {
  border-color: #bfbfbf;
}

.tiki-shipping-address .wrap .payment-top .text .payment-sub .bank>li a {
  width: 96px;
}

.tiki-shipping-address .wrap .payment-top .text .success .well {
  max-width: 220px;
}

.tiki-shipping-address .wrap .payment-top .text .row-style-3>.col-md-12,.tiki-shipping-address .wrap .payment-top .text .row-style-3>.col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.tiki-shipping-address .wrap .payment-top .text .miki-panel .btn {
  height: 40px;
  margin-right: 15px;
  width: 240px;
}

.tiki-shipping-address .wrap .payment-top .form-group {
  overflow: hidden;
}

.tiki-shipping-address .wrap .payment-top .or {
  text-align: center;
  color: #797979;
  float: left;
  margin: 8px 10px 0;
}

.tiki-shipping-address .wrap .payment-top .btn-social,.tiki-shipping-address .wrap .payment-top .btn-social-icon {
  width: 203px;
  font-size: 12px;
  float: left;
  text-align: center;
  padding-left: 35px;
  padding-right: 5px;
}

.tiki-shipping-address .wrap .payment-top .btn-social .icon-img-firm,.tiki-shipping-address .wrap .payment-top .btn-social-icon .icon-img-firm {
  line-height: 26px;
}

.tiki-shipping-address .wrap .payment-top .btn-google {
  background: #df4a32;
  color: #fff;
  border: 1px solid #c63923;
}

.tiki-account .wrap .menu button,.tiki-shipping-address .wrap .payment-sub {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.tiki-shipping-address .wrap .payment-top .btn-google:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-shipping-address .wrap .payment-top .btn-google .icon {
  top: 2px;
}

.tiki-shipping-address .wrap .payment-left {
  width: 100%;
}

.tiki-shipping-address .wrap .payment-right {
  width: 371px;
  padding-left: 45px;
  float: left;
}

.tiki-shipping-address .wrap .payment-right .text {
  font-size: 13px;
}

.tiki-shipping-address .wrap .payment-sub {
  margin-top: 0;
  margin-bottom: 0;
  background: #fff;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-shipping-address .wrap .payment-sub #login-form {
  display: block;
  width: 100%;
}

.tiki-shipping-address .wrap .payment-sub #login-form .btn-info {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .payment-sub #register-form {
  display: none;
  width: 100%;
}

.tiki-shipping-address .wrap .payment-sub .bank {
  padding: 0;
  list-style: none;
}

.tiki-shipping-address .wrap .payment-sub .bank>li {
  float: left;
  border: 1px dashed #ccc;
  margin: 3px;
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .payment-sub .bank>li:hover {
  border-color: #00b7f1;
}

.tiki-shipping-address .wrap .payment-sub .bank>li.active {
  border: 2px solid red;
  position: relative;
}

.tiki-shipping-address .wrap .payment-sub .bank>li.active:after {
  content: "\e013";
  position: absolute;
  background: #fc0303;
  width: 25px;
  height: 25px;
  right: -12px;
  top: -12px;
  color: #fff;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 300;
  text-align: center;
  line-height: 25px;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-shipping-address .wrap .payment-sub .bank>li.active a {
  height: 56px;
  width: 89px;
}

.tiki-shipping-address .wrap .payment-sub .bank>li a {
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: center;
  width: 95px;
}

.tiki-shipping-address .wrap .payment-sub .bank>li a img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.tiki-shipping-address .wrap .payment-sub .bank:after,.tiki-shipping-address .wrap .payment-sub .bank:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-shipping-address .wrap .payment-sub h5 {
  margin: 0 auto 20px;
  font-size: 13px;
  max-width: 545px;
  width: 100%;
}

.tiki-shipping-address .wrap .payment-sub .panel-body {
  padding: 15px;
}

.tiki-shipping-address .wrap .payment-sub .control-label {
  font-size: 12px;
  line-height: 34px;
  padding-top: 0;
}

.tiki-shipping-address .wrap .payment-sub .form-group .control-label {
  font-size: 13px;
  font-weight: 700!important;
  line-height: normal!important;
  margin-bottom: 5px!important;
}

.tiki-shipping-address .wrap .txt-center {
  text-align: center;
}

.tiki-shipping-address .wrap .txt-or {
  color: #616161;
  font-size: 13px;
  margin: 15px 0 20px;
}

.tiki-shipping-address .wrap .tiki-care {
  color: #434343;
  font-size: 12px!important;
  margin: 15px 0 20px;
}

.tiki-shipping-address .wrap .success {
  margin-top: 15px;
  margin-bottom: 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .success .box-code-err {
  margin: 10px 5px 20px;
  padding: 15px;
  background: #fffff6;
  text-align: center;
  border: 1px solid #e5d2b2;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .success .box-code-err .error-reason {
  color: #51504e;
}

.tiki-shipping-address .wrap .success h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  color: #b70017;
}

.tiki-shipping-address .wrap .success h3 a {
  color: #2e70ae;
}

.tiki-shipping-address .wrap .success .icon-24h {
  max-height: 20px;
  width: auto;
}

.tiki-shipping-address .wrap .success p {
  font-size: 13px;
}

.tiki-shipping-address .wrap .success p.have-top {
  margin-top: 15px;
}

.tiki-shipping-address .wrap .success p.have-border {
  border-top: #c4c3c4 2px solid;
  padding-top: 10px;
}

.tiki-shipping-address .wrap .success a {
  color: #00b7f1;
}

.tiki-shipping-address .wrap .success span {
  color: #58b712;
}

.tiki-shipping-address .wrap .success .well {
  background: #58b712;
  font-size: 19px;
  color: #fff;
  border: none;
  text-align: center;
  font-weight: 400;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tiki-shipping-address .wrap .success .well.have-top {
  margin-top: 35px;
}

.tiki-shipping-address .wrap .success .well.style-2 {
  max-width: none;
}

.tiki-shipping-address .wrap .success .btn-checkout,.tiki-shipping-address .wrap .success .btn-repayment {
  margin-top: 0;
  max-width: 360px;
  text-transform: uppercase;
}

.tiki-shipping-address .wrap .success .well a {
  display: block;
  background: #61c914;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  text-align: center;
}

.tiki-shipping-address .wrap .success .alert-success:after,.tiki-shipping-address .wrap .success .alert-success:before,.tiki-shipping-address .wrap .success .order-item:after,.tiki-shipping-address .wrap .success .order-item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-shipping-address .wrap .success .well a:hover {
  opacity: .8;
}

.tiki-shipping-address .wrap .success .well i.fa {
  font-size: 30px;
  font-weight: 100;
  line-height: 45px;
}

.tiki-shipping-address .wrap .success .order-item {
  font-size: 12px;
}

.tiki-shipping-address .wrap .success .order-item span {
  color: #000;
}

.tiki-shipping-address .wrap .success .order-item span:nth-child(2) {
  float: right;
}

.tiki-shipping-address .wrap .success .alert-success {
  background: #f7f7f7;
  border-color: #ebebeb;
  color: #000;
}

.tiki-shipping-address .wrap .success .alert-success p {
  background: url(../img/ico13.png) left center no-repeat;
  padding-left: 40px;
  float: left;
  min-height: 30px;
  padding-top: 5px;
}

.tiki-shipping-address .wrap .success h4 {
  font-size: 15px;
  font-weight: 400;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.tiki-shipping-address .wrap .success ul {
  list-style: none;
  padding: 0;
}

.tiki-shipping-address .wrap .success ul li a {
  color: #00b7f1;
  font-size: 13px;
}

.tiki-shipping-address .wrap .success .btn-repayment {
  display: inline-block;
  width: 100%;
  color: #1ba0ca;
  font-size: 12px;
  border: 1px solid #add8e6;
  background: #e1f8ff;
  padding: 8px 10px;
}

.tiki-shipping-address .wrap .success .error-code {
  color: #ab2c2c;
  margin: 0;
}

.tiki-shipping-address .wrap .newsletter {
  position: relative;
  display: block;
  width: 100%;
  margin: 5px 0 0;
  max-width: 100%;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f7f7f7;
  font-size: 12px;
  border-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-shipping-address .wrap .newsletter>.arrow {
  border-width: 6px;
  margin-left: -124px;
  top: -12px;
  border-bottom-color: #ebebeb;
}

.tiki-shipping-address .wrap .newsletter>.arrow:after {
  border-width: 0 5px 5px;
  margin-left: -5px;
  border-bottom-color: #f7f7f7;
}

.tiki-shipping-address .wrap .newsletter .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.tiki-home .wrap .home-slideshow,.tiki-shipping-address .wrap .newsletter .btn-primary {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.tiki-shipping-address .wrap .newsletter .txt-desc {
  color: #333;
}

.tiki-shipping-address .wrap .newsletter .txt-desc a {
  color: #00b6f0;
}

.tiki-shipping-address .wrap .newsletter .txt-desc a:link {
  text-decoration: none;
}

.tiki-shipping-address .wrap .newsletter .btn-primary {
  line-height: 1.7;
  font-size: 12px;
  color: #fff;
  background: #05b2e9;
  border-color: transparent;
}

.tiki-shipping-address .wrap .newsletter .btn-primary:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-shipping-address .wrap h3.news {
  margin: 0;
}

.tiki-shipping-address .wrap .email-current {
  font-size: 13px;
  color: #333;
}

.tiki-shipping-address .wrap .email-current .email-show {
  color: #62bf10;
}

.tiki-shipping-address .wrap div.news {
  margin-bottom: 5px;
  overflow: hidden;
}

.tiki-shipping-address .wrap div.news img {
  float: left;
}

.tiki-shipping-address .wrap div.news .txt-for {
  float: left;
  margin-left: 10px;
  color: #00b6f0;
  text-transform: uppercase;
}

.tiki-shipping-address .wrap div.news .txt-for h4 {
  margin: 0;
}

.tiki-shipping-address .wrap div.news .txt-for h5 {
  font-size: 12px;
  margin-top: 5px;
}

.tiki-shipping-address .wrap .btn-checkout {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 4px 12px;
  max-width: 540px;
  line-height: 2;
  color: #fff;
  border: none;
  outline-color: #ccc;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ef3959),to(#d72041));
  background: -webkit-linear-gradient(#ef3959,#d72041);
  background: -moz-linear-gradient(#ef3959,#d72041);
  background: -ms-linear-gradient(#ef3959,#d72041);
  background: -o-linear-gradient(#ef3959,#d72041);
  background: linear-gradient(#ef3959,#d72041);
  -webkit-transistion: all .5s linear;
  -moz-transistion: all .5s linear;
  -ms-transistion: all .5s linear;
  -o-transistion: all .5s linear;
  transistion: all .5s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-shipping-address .wrap .btn-checkout:hover {
  background: #ef3959;
}

.tiki-shipping-address .wrap .btn-checkout:disabled {
  background: #bebebe;
  border-color: #a9a9a9;
  opacity: .9;
}

.tiki-shipping-address .wrap .row-address-list {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.tiki-shipping-address .wrap .row-address-list .col-lg-6 {
  padding: 10px 15px;
}

.tiki-shipping-address .wrap .row-style-2>.col-lg-8 {
  padding: 0;
}

.tiki-shipping-address .wrap .row-style-2>.col-lg-4,.tiki-shipping-address .wrap .row-style-2>.col-lg-8.has-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.tiki-shipping-address .wrap .row-style-3 .payment-warning {
  color: #FFAE00;
  font-size: 11px;
  line-height: 10px;
}

.tiki-shipping-address .wrap .row-style-3 .shipping-fee-description {
  color: #333;
  font-size: 11px;
}

.tiki-shipping-address .wrap .row-style-3.exceeded,.tiki-shipping-address .wrap .row-style-3.exceeded:hover {
  cursor: not-allowed!important;
}

.tiki-shipping-address .wrap .row-style-3.js-payment-sub {
  display: none;
  margin-top: 10px;
}

.tiki-shipping-address .wrap .row-style-3>.col-md-1,.tiki-shipping-address .wrap .row-style-3>.col-sm-1 {
  padding-right: 0;
}

.tiki-shipping-address .wrap .row-style-3>.col-xs-2 {
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px!important;
  height: 22px;
  margin: auto auto auto 15px;
  bottom: 0;
  z-index: 1;
}

.tiki-home .wrap .home-bestseller .bestseller-item .image img,.tiki-shipping-address .wrap .cybersource-form .form-group .is-small-1 {
  width: 70px;
}

.tiki-shipping-address .wrap .row-style-3>.col-xs-2 label {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .row-style-3>.col-md-11,.tiki-shipping-address .wrap .row-style-3>.col-sm-11 {
  padding-left: 52px!important;
}

.tiki-shipping-address .wrap .row-style-3>.col-xs-12 {
  padding: 0;
}

.tiki-shipping-address .wrap .row-style-5 {
  margin-bottom: 15px;
}

.tiki-shipping-address .wrap .cybersource-form {
  padding: 0 20px;
}

.tiki-shipping-address .wrap .cybersource-form input[type=number]::-webkit-inner-spin-button,.tiki-shipping-address .wrap .cybersource-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tiki-shipping-address .wrap .cybersource-form input[name=bill_to_name] {
  text-transform: uppercase;
}

.tiki-shipping-address .wrap .cybersource-form input[type=number] {
  -moz-appearance: textfield;
}

.tiki-shipping-address .wrap .cybersource-form .form-group .form-control {
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
}

.tiki-shipping-address .wrap .cybersource-form .form-group.has-margin {
  margin-top: 10px;
}

.tiki-shipping-address .wrap .cybersource-form .form-group .icheck-wrap {
  display: inline-block;
  max-width: none;
  padding: 0;
  margin-right: 10px;
}

.tiki-shipping-address .wrap .cybersource-form .form-group img {
  display: inline-block;
}

.tiki-shipping-address .wrap .cybersource-form .form-group .is-small-2 {
  width: 90px;
}

.tiki-shipping-address .wrap .cybersource-form .form-group label {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .cybersource-form .form-group label img {
  margin-right: 10px;
}

.tiki-shipping-address .wrap .cybersource-form .form-group label.is-style-2 {
  display: inline-block;
  margin-top: 0;
}

.tiki-shipping-address .wrap .cybersource-form .form-group label.is-style-3 {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
}

.tiki-shipping-address .wrap .cybersource-form .form-group .card-credit {
  display: inline-block;
  padding-left: 48px;
  height: 25px;
  background: url(../img/card-credits.png) no-repeat;
  vertical-align: middle;
  padding-top: 5px;
  opacity: .1;
}

.tiki-shipping-address .wrap .cybersource-form .form-group .card-credit.is-active {
  opacity: 1;
}

.tiki-shipping-address .wrap .cybersource-form .form-group .card-mastercard {
  background-position: 0 -25px;
}

.tiki-shipping-address .wrap .cybersource-form .form-group .card-visa {
  background-position: 0 -50px;
}

.tiki-shipping-address .wrap .cybersource-form .form-group .card-jcb {
  background-position: 0 -75px;
}

.tiki-shipping-address .wrap .cybersource-form .new-group {
  margin-top: 5px;
  display: block;
}

.tiki-shipping-address .wrap .cybersource-form .new-group-sub {
  margin-top: 15px;
  display: none;
  position: relative;
}

.tiki-shipping-address .wrap .cybersource-form .new-group-sub .form-group {
  margin: 0 0 15px;
}

.tiki-shipping-address .wrap .cybersource-form .new-group-sub input.form-control {
  margin-top: 5px;
}

.tiki-shipping-address .wrap .cybersource-form .new-group-sub .form-group:last-child {
  margin-bottom: 0;
}

.tiki-shipping-address .wrap .cybersource-form .new-group-sub .end-date-cvc input.form-control {
  display: inline-block;
}

.tiki-shipping-address .wrap .cybersource-form .new-group-sub .help-block {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  width: auto;
  max-width: none;
  margin-left: 5px;
  color: #B7071E;
}

.tiki-shipping-address .wrap .cybersource-form .new-group-sub .help-block.is-modified {
  margin-top: 15px;
}

.tiki-shipping-address .wrap .cybersource-form .new-group-sub i.cvc-hint-icon {
  background: url(../img/cvv-hint.png) no-repeat;
  background-size: 100%;
  width: 83px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}

.tiki-shipping-address .wrap .cybersource-form .card-credit-list {
  margin-bottom: 0!important;
  margin-top: 0!important;
  vertical-align: middle;
}

.tiki-shipping-address .wrap .cybersource-form .credit-card-guide-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 225px;
}

.tiki-shipping-address .wrap .cybersource-form .credit-card-guide-wrap .credit-card-guide {
  display: block;
  background: url(../img/card-guide.png) no-repeat;
  background-size: 100%;
  width: 225px;
  height: 152px;
}

.tiki-shipping-address .wrap .cybersource-form .credit-card-guide-wrap .name {
  text-transform: uppercase;
  color: #3793FA;
  font-size: 13px;
}

.tiki-shipping-address .wrap .cybersource-form .credit-card-guide-wrap .number {
  text-transform: uppercase;
  color: #4186DE;
  margin-bottom: 15px;
  font-size: 13px;
}

.tiki-shipping-address .wrap .cybersource-form .credit-card-guide-wrap .date {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0;
  font-size: 13px;
}

.tiki-shipping-address .wrap .cybersource-form .credit-card-guide-wrap .date span {
  color: #4186DE;
}

.tiki-shipping-address .wrap .cybersource-form .credit-card-guide-wrap .note {
  color: #333;
  font-size: 12px;
}

.tiki-shipping-address .wrap .fingerprint {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tiki-shipping-address .wrap #select-card-type {
  display: none;
}

.tiki-shipping-address .wrap #select-card-type .select-card-type-title {
  display: block;
  margin-bottom: 10px;
}

.tiki-shipping-address .wrap #select-card-type .select-card-type-item {
  margin-right: 5px;
  width: auto;
}

.tiki-shipping-address .wrap #select-card-type .select-card-type-item span:before {
  background: url(../img/card-credits.png) no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  width: 40px;
  vertical-align: middle;
  margin-right: 5px;
}

.tiki-shipping-address .wrap #select-card-type .select-card-type-item input {
  margin-right: 5px;
}

.tiki-shipping-address .wrap #select-card-type .select-card-type-item.is-visa span:before {
  background-position: 0 -50px;
}

.tiki-shipping-address .wrap #select-card-type .select-card-type-item.is-master span:before {
  background-position: 0 -25px;
}

.tiki-shipping-address .wrap #select-card-type .select-card-type-item.is-jcb span:before {
  background-position: 0 -75px;
}

.tiki-shipping-address .wrap #select-card-date .help-block {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  width: auto;
  max-width: none;
  margin-left: 5px;
  color: #B7071E;
}

.tiki-shipping-address .wrap #form-payment.hide-block:after {
  display: none;
}

.tiki-shipping-address .wrap #form-payment:after {
  display: block;
  z-index: 99999;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.tiki-shipping-address .wrap .row-style-3,header#header .header-link {
  position: relative;
}

.tiki-shipping-address .miki-panel .btn {
  background-image: linear-gradient(to bottom,#6be80d,#5bad1e);
  border-color: #6be80d;
  border-radius: 5px;
  color: #fff!important;
  font-size: 16px;
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
}

.tiki-shipping-address .miki-panel .btn:hover {
  opacity: .8;
}

.tiki-shipping-address .miki-thanks {
  font-size: 16px!important;
}

.tiki-shipping-address .pad-right-0 {
  padding-right: 0;
}

@media (min-width:480px) {
  .tiki-shipping-address .bootbox .btn-success,.tiki-shipping-address .shipping-top .hotline {
    width: auto;
  }

  .tiki-shipping-address .wrap .payment-sub #login-form,.tiki-shipping-address .wrap .payment-sub #register-form {
    max-width: 320px;
  }

  .tiki-shipping-address .wrap .row-style-3>.col-xs-2 {
    width: 12%;
  }

  .tiki-shipping-address .wrap .row-style-3>.col-xs-10 {
    width: 88%;
  }

  .tiki-shipping-address .wrap .cybersource-form {
    padding: 0 30px;
  }

  .tiki-shipping-address .wrap .cybersource-form .form-group label.is-style-3,.tiki-shipping-address .wrap .cybersource-form .new-group-sub .label.icheck-wrap {
    width: auto;
  }
}

@media (min-width:640px) {
  .tiki-shipping-address .wrap .cart .product .item .title {
    width: 450px;
  }

  .tiki-shipping-address .wrap .address-form.is-show>.panel-body {
    padding: 10px 25px;
  }

  .tiki-shipping-address .wrap .address-form>.panel-body {
    padding: 25px;
  }

  .tiki-shipping-address .wrap .row-style-3>.col-xs-2 {
    width: 9%;
  }

  .tiki-shipping-address .wrap .row-style-3>.col-xs-10 {
    width: 91%;
  }
}

@media (min-width:768px) {
  .tiki-shipping-address .action-back {
    margin: 15px 0 0;
  }

  .tiki-shipping-address .shipping-top .navbar-toggle {
    display: block;
  }

  .tiki-shipping-address .shipping-top .navbar-header {
    float: none;
  }

  .tiki-shipping-address .wrap .cart .product .item .title {
    width: 550px;
  }

  .tiki-shipping-address .wrap .address-item .name+.address {
    height: 30px;
    overflow: hidden;
  }

  .tiki-shipping-address .wrap #register-form .has-error .form-control-feedback {
    top: 0;
    line-height: 30px;
  }

  .tiki-shipping-address .wrap #register-form .has-error .form-control-feedback:hover {
    cursor: pointer;
  }
}

@media (min-width:1200px) {
  .tiki-shipping-address .shipping-header {
    background: #fff;
  }

  .tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    background: #00b6f0;
    font-size: 15px;
    color: #fff;
    border: none;
    line-height: 26px;
    -webkit-box-shadow: #666 0 0 2px;
    -moz-box-shadow: #666 0 0 2px;
    box-shadow: #666 0 0 2px;
  }

  .tiki-shipping-address .shipping-header .bs-wizard>.bs-wizard-step>.progress {
    height: 6px;
    margin: 20px 0;
    background: #ebebeb;
  }

  .tiki-shipping-address .shipping-header .row-style-1 .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .tiki-shipping-address .shipping-header .row-style-1 .hotline {
    padding-left: 0;
    line-height: 66px;
  }

  .tiki-shipping-address .wrap .address-item .name+.address {
    height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tiki-shipping-address .wrap .app-stores {
    border: 1px solid #00b6f0;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 3px;
  }

  .tiki-shipping-address .wrap .app-stores h4 {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
  }

  .tiki-shipping-address .wrap .app-stores a {
    display: inline-block;
    margin-right: 12px;
  }

  .tiki-shipping-address .wrap .app-stores a:last-child {
    margin-right: 0;
  }

  .tiki-shipping-address .wrap .app-stores a:hover,.tiki-shipping-address .wrap .app-stores a:link {
    text-decoration: none;
  }

  .tiki-shipping-address .wrap .app-stores img {
    height: 35px;
  }

  .tiki-shipping-address .wrap .campain-mess .box-mess {
    padding: 13px 10px 7px;
  }

  .tiki-shipping-address .wrap .campain-mess .box-mess .content p {
    font-size: 15px;
    font-family: arial;
    margin-bottom: 8px;
  }

  .tiki-shipping-address .wrap .campain-mess .box-mess .content p:last-child {
    margin-bottom: 0;
  }

  .tiki-shipping-address .wrap .success {
    margin-top: 0;
  }

  .tiki-shipping-address .wrap .address-form {
    max-width: 100%;
    border: 1px solid #ddd;
    display: none;
    margin-top: 0;
  }

  .tiki-shipping-address .wrap .address-form.is-show {
    border-top: 1px #ddd solid;
    margin-top: inherit;
  }

  .tiki-shipping-address .wrap .address-form.is-show>.panel-body {
    padding: 20px;
  }

  .tiki-shipping-address .wrap .address-form>.panel-body {
    padding: 20px 15px;
  }

  .tiki-shipping-address .wrap .address-form .radio label,.tiki-shipping-address .wrap .address-form form .col-lg-8 {
    padding-left: 0;
  }

  .tiki-shipping-address .wrap .address-form form {
    max-width: 550px;
  }

  .tiki-shipping-address .wrap .address-form form .col-lg-8 .form-control {
    padding-right: 12px;
  }

  .tiki-shipping-address .wrap .address-form .radio-float {
    float: left;
  }

  .tiki-shipping-address .wrap .address-form .radio-float+.radio-float {
    margin-left: 30px;
  }

  .tiki-shipping-address .wrap .address-form .form-group textarea {
    height: 100%;
  }

  .tiki-shipping-address .wrap .address-form .form-group .form-control {
    max-width: 320px;
  }

  .tiki-shipping-address .wrap .address-list {
    border: 1px solid #ddd;
    margin-top: 0;
  }

  .tiki-shipping-address .wrap .address-list>.panel-body {
    padding: 15px 30px;
  }

  .tiki-shipping-address .wrap .btn-custom3 {
    width: 50%;
  }

  .tiki-shipping-address .wrap .btn-checkout {
    width: 360px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    border: 1px solid #ac2227;
  }

  .tiki-shipping-address .wrap .btn-repayment {
    font-size: 16px!important;
    padding: 12px 10px;
    font-weight: 500;
    height: 50px;
    line-height: 34px;
  }

  .tiki-shipping-address .wrap .cart {
    margin-top: 0;
  }

  .tiki-shipping-address .wrap .cart .product .item .title {
    width: 170px;
  }

  .tiki-shipping-address .wrap .note,.tiki-shipping-address .wrap .time {
    text-align: left;
  }

  .tiki-shipping-address .wrap .payment-left {
    width: 402px;
    float: left;
  }

  .tiki-shipping-address .wrap .payment-sub {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .tiki-shipping-address .wrap .payment-sub h5 {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }

  .tiki-shipping-address .wrap .payment-sub .bank>li a {
    width: 91px;
  }

  .tiki-shipping-address .wrap .payment .control-label.is-large.hover,.tiki-shipping-address .wrap .payment .control-label.is-large:hover {
    cursor: pointer;
  }

  .tiki-shipping-address .wrap .payment .control-label.is-large.exceeded,.tiki-shipping-address .wrap .payment .control-label.is-large.exceeded:hover {
    cursor: not-allowed!important;
    pointer-events: none;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: .3;
  }

  .tiki-shipping-address .wrap .payment .form-group-row {
    margin-bottom: 10px;
  }

  .tiki-shipping-address .wrap .payment .form-group-row .icheck-wrap.exceeded,.tiki-shipping-address .wrap .payment .form-group-row .icheck-wrap.exceeded:hover {
    cursor: not-allowed!important;
    pointer-events: none;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: .5;
  }

  .tiki-shipping-address .wrap .row-style-2>.col-lg-8 {
    width: 855px;
    padding-right: 0;
    padding-left: 15px;
  }

  .tiki-shipping-address .wrap .row-style-2>.col-lg-8.has-padding {
    padding-right: 0;
  }

  .tiki-shipping-address .wrap .row-style-2>.col-lg-4 {
    width: 315px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .tiki-shipping-address .wrap .row-style-2>.col-lg-4>.cart {
    margin-top: 39px;
  }

  .tiki-shipping-address .wrap .row-style-3>.control-label {
    padding-top: 3px;
  }

  .tiki-shipping-address .wrap .row-style-3>.col-lg-1 {
    width: 52px;
    padding-left: 0;
    padding-right: 0;
  }

  .tiki-shipping-address .wrap .row-style-3>.col-lg-11 {
    width: 741px;
    padding-left: 0;
    padding-right: 0;
  }

  .tiki-shipping-address .wrap .row-style-3>.col-lg-5 {
    width: 350px;
    padding-left: 0;
    padding-right: 0;
  }

  .tiki-shipping-address .wrap .row-style-3>.col-lg-offset-1 {
    margin-left: 52px;
  }

  .tiki-shipping-address .wrap .row-style-5 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .tiki-shipping-address .wrap .row-style-5>.col-lg-8 {
    width: 855px;
  }

  .tiki-shipping-address .wrap .row-style-5>.col-lg-4 {
    width: 315px;
  }

  .tiki-shipping-address .wrap .row-style-6>.col-lg-4 {
    width: 230px;
  }

  .tiki-shipping-address .wrap .row-style-6>.col-lg-8 {
    width: 593px;
    padding-left: 0;
  }

  .tiki-shipping-address .wrap .row-address-list .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tiki-shipping-address .shipping-footer {
    background: 0 0;
  }

  .tiki-shipping-address .shipping-footer .terms {
    float: left;
    margin-bottom: 0;
  }

  .tiki-shipping-address .shipping-footer .copyright {
    float: left;
    margin-left: 150px;
  }
}

.box-social {
  background: 0 0;
  z-index: 10;
  display: none;
}

.box-social .popup-social {
  border: 1px solid #efefef;
  background: #fff;
  min-width: 190px;
  z-index: 15;
  list-style: none;
  margin: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.18);
  padding: 15px 20px;
  position: absolute;
  top: 45px;
  right: 85px;
  font-size: 13px;
  color: #242424;
  width: 300px;
}

.box-social .popup-social span {
  width: 90%;
  display: block;
  line-height: 1.3;
}

.box-social .popup-social img {
  float: none!important;
  position: relative!important;
  border-radius: 0!important;
  margin-right: 5px;
  margin-top: 10px;
  left: 0!important;
  margin-bottom: 10px;
}

.box-social .popup-social .btn-link-now {
  width: 140px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #fdd835;
  color: #4a4a4a;
  display: block;
  position: absolute;
  bottom: 17px;
  right: 25px;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
}

.box-social .popup-social .close {
  position: absolute;
  right: 2px;
  top: 7px;
  width: 13px;
  height: 13px;
  opacity: 1;
}

.box-social .popup-social .close:after,.box-social .popup-social .close:before {
  position: absolute;
  left: 0;
  content: ' ';
  height: 13px;
  width: 2px;
  background-color: #a7a7a7;
}

.box-social .popup-social .close:before {
  transform: rotate(45deg);
}

.box-social .popup-social .close:after {
  transform: rotate(-45deg);
}

.box-social .popup-social:before {
  border: 9px solid transparent;
  border-bottom: 9px solid #fff;
  margin-left: -9px;
  bottom: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
}

.tiki-home .wrap {
  margin-bottom: 30px;
}

.tiki-home .wrap .home-slideshow-root {
  padding-left: 0;
  padding-right: 0;
}

.tiki-home .wrap .home-slideshow {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  margin-top: 1px;
  border-radius: 3px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content {
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .swiper-pagination {
  display: block;
  position: relative;
  bottom: auto;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .loader-circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  overflow: hidden;
  display: none;
  border-top: 4px solid rgba(255,255,255,.6);
  border-right: 4px solid rgba(255,255,255,.6);
  border-bottom: 4px solid rgba(255,255,255,.6);
  border-left: 4px solid rgba(117,115,115,.44);
  -webkit-animation: loader-animation 1.1s infinite linear;
  animation: loader-animation 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .loader-circle:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}

.tiki-home .wrap .home-slideshow .home-slideshow-content .swiper-slide>a {
  display: block;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 250px;
  overflow: visible;
  display: none;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-wrapper {
  position: relative;
  width: 100%!important;
  display: block;
  -webkit-transform: none!important;
  -ms-transform: none!important;
  -o-transform: none!important;
  transform: none!important;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide {
  float: none;
  padding: 4px 10px 6px;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(255,255,255,.5);
  position: relative;
  background-image: -webkit-linear-gradient(top,#f4f4f4 0,#eee 100%);
  background-image: linear-gradient(to bottom,#f4f4f4 0,#eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffeeeeee', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-top: 1px solid #ccc;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #ccc;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide.active-nav,.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:hover {
  background: #fff;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide.active-nav:before,.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:hover:before {
  right: 100%;
  top: 49%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent #ccc transparent transparent;
  border-width: 10px;
  margin-top: -8px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide.active-nav:after,.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide:hover:after {
  right: 100%;
  top: 49%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent #fff transparent transparent;
  border-width: 9px;
  margin-top: -7px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide>.image {
  float: left;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  margin: 0 8px 0 0;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide>.image>img {
  width: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide>a {
  color: #666;
  font-weight: 700;
  display: block;
  font-size: 11px;
  width: 184px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide>span {
  font-size: 11px;
  display: block;
  margin-top: 5px;
  color: #666;
  width: 184px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tiki-home .wrap .home-slideshow .home-slideshow-nav .swiper-slide .clearboth {
  height: 0;
  display: block;
  clear: both;
  border: none;
  padding: 0;
  margin: 0;
}

.tiki-home .wrap .home-header {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  height: 38px;
  margin-top: 15px;
  margin-bottom: 18px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-home .wrap .home-header h2 {
  background: #00b7f1;
  padding: 0 3px 0 9px;
  height: 100%;
  position: relative;
  margin: 0;
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.tiki-home .wrap .home-header h2:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 18px solid transparent;
  border-left: 13px solid #00b7f1;
  border-right: 0 solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  right: -13px;
}

.tiki-home .wrap .home-header h2 a {
  font-size: 13px;
  line-height: 36px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  display: block;
  color: #fff;
  padding: 0;
  margin: 0;
}

.tiki-home .wrap .home-header h2 a:hover {
  text-decoration: none;
}

.tiki-home .wrap .home-header>.btn-group {
  margin-top: 4px;
  margin-right: 4px;
  border-radius: 2px;
}

.tiki-home .wrap .home-header>.btn-group .dropdown-menu li a {
  font-size: 13px;
}

.tiki-home .wrap .home-header>.btn-group .dropdown-menu li a.active {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.tiki-home .wrap .home-header>.btn-group button {
  background: #fff;
  z-index: 0;
  font-size: 12px;
  padding: 4px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-home .wrap .home-header>.btn-group button .caret {
  margin-left: 5px;
}

.tiki-home .wrap .home-header>.btn-group button.active {
  background: #f4f4f4;
}

.tiki-home .wrap .home-header>.btn-group button.active i {
  color: #00aaf1;
}

.tiki-home .wrap .home-header>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

.tiki-home .wrap .home-header>ul li {
  display: block;
  float: left;
}

.tiki-home .wrap .home-header>ul li.last a {
  margin: 0;
  border: none;
}

.tiki-home .wrap .home-header>ul li a {
  display: block;
  height: 36px;
  line-height: 22px;
  color: #444;
  font-size: 12px;
  white-space: nowrap;
  padding: 7px 9px;
}

.tiki-home .wrap .home-header>ul li a i.fa {
  color: #9d9d9d;
  font-size: 15px;
  margin-left: 5px;
}

.tiki-home .wrap .home-header>ul li a:hover {
  color: #00b7f1;
  background: #eee;
  text-decoration: none;
}

.tiki-home .wrap .home-header:after,.tiki-home .wrap .home-header:before,.tiki-home .wrap .home-header>ul:after,.tiki-home .wrap .home-header>ul:before {
  display: table;
  content: "";
  clear: both;
}

@media (max-width:991px) {
  .tiki-home .wrap .home-header {
    background-color: transparent;
    border-color: transparent;
  }

  .tiki-home .wrap .home-header h2 {
    background-color: transparent;
    padding: 0;
  }

  .tiki-home .wrap .home-header h2:after {
    display: none;
  }

  .tiki-home .wrap .home-header h2 a {
    color: #00b7f1;
    font-size: 24px;
    text-shadow: none;
  }

  .tiki-home .wrap .home-header>.btn-group {
    margin-right: 0;
  }

  .tiki-home .wrap .home-header>.btn-group button {
    border: 0;
    font-size: 16px;
    padding-right: 0;
  }

  .tiki-home .wrap .home-header>.btn-group button .caret {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

  .tiki-home .wrap .home-header>.btn-group .dropdown-menu li a {
    font-size: 16px;
  }
}

.tiki-error404 .error404-category-item a,.tiki-home .wrap .home-see-all {
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
}

.tiki-home .wrap .home-see-all {
  border: 1px solid #ccc;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  height: 28px;
  outline-color: #ccc;
  background: linear-gradient(#fff,#f7f7f7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  color: #444;
}

.tiki-home .wrap .home-see-all i.fa {
  padding-left: 6px;
}

.tiki-home .wrap .home-see-all:hover {
  text-decoration: none;
  opacity: .8;
  color: #000;
}

.tiki-home .wrap .home-bestseller {
  margin-top: 20px;
  display: none;
}

.tiki-home .wrap .home-bestseller .panel-heading {
  padding: 9px 10px;
}

.tiki-home .wrap .home-bestseller .panel-heading h3 {
  color: #444;
  font-size: 13px;
  font-weight: 700;
}

.tiki-home .wrap .home-bestseller .panel-body {
  padding: 12px;
}

.tiki-home .wrap .home-bestseller a.see-all {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 11px;
  text-align: center;
  margin-top: 15px;
}

.tiki-home .wrap .home-bestseller a.see-all:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-home .wrap .home-bestseller a.see-all:first-child {
  margin-top: 0;
}

.tiki-home .wrap .home-bestseller .bestseller-item {
  padding-bottom: 0;
  margin-top: 16px;
  position: relative;
}

.tiki-home .wrap .home-bestseller .bestseller-item.no-mg {
  margin-top: 0;
}

.tiki-home .wrap .home-bestseller .bestseller-item .image {
  display: block;
  float: left;
  position: relative;
  margin: 0;
}

.tiki-home .wrap .home-bestseller .bestseller-item .name {
  margin-left: 90px;
  font-size: 12px;
  margin-bottom: 5px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .name a {
  color: #000;
}

.tiki-home .wrap .home-bestseller .bestseller-item .name a img {
  max-height: 20px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .name a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-home .wrap .home-bestseller .bestseller-item .rank {
  display: block;
  width: 19px;
  height: 19px;
  background: #d8d8d8;
  color: #555;
  top: -3px;
  left: -3px;
  position: absolute;
  z-index: 2;
  text-align: center;
  line-height: 19px;
  text-shadow: 1px 1px 1px #fff;
  font-weight: 700;
  border-radius: 2px;
}

.tiki-home .wrap .home-bestseller .bestseller-item .rank.rank3 {
  background: #00b7f1;
  color: #fff;
  text-shadow: 1px 1px 1px #777;
}

.tiki-home .wrap .home-bestseller .bestseller-item .price {
  margin-left: 90px;
  font-size: 14px;
  color: #444;
  font-weight: 700;
  margin-bottom: 0;
}

.tiki-home .wrap .home-bestseller .bestseller-item .price2 {
  margin-left: 90px;
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
  display: block;
}

.tiki-home .wrap .home-bestseller .bestseller-item .author {
  margin-left: 90px;
  color: #777;
  font-size: 11px;
  text-align: left;
}

.tiki-home .wrap .home-bestseller .bestseller-item:after,.tiki-home .wrap .home-bestseller .bestseller-item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-home .wrap .home-brand {
  margin: 20px auto 25px;
  width: 100%;
  display: none;
}

.tiki-home .wrap .home-brand .home-brand-item {
  display: block;
  border: 1px solid #ddd;
  margin: 0 auto;
  height: 66px;
  width: 125px;
}

.tiki-home .wrap .home-brand .home-brand-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
  text-align: left;
}

.tiki-home .wrap .home-brand .home-brand-item a.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px;
  border-radius: 0 0 3px;
}

.tiki-home .wrap .home-brand .home-brand-item a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-home .wrap .home-brand .home-brand-item a span {
  display: block;
  padding: 23px 0;
  width: 123px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}

.tiki-home .wrap .home-brand .home-brand-item a span i.fa {
  font-size: 13px;
  margin-left: 3px;
}

.tiki-home .wrap .home-brand:after,.tiki-home .wrap .home-brand:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-home .wrap .home-banner-2 {
  overflow: hidden;
  border: 1px solid #ddd;
  width: 249px;
  margin-right: auto;
  margin-left: auto;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-home .wrap .home-banner-2 a {
  display: block;
}

.tiki-home .wrap .home-banner-2 a img {
  width: 100%;
}

.tiki-home .wrap .home-tabs .panel-group .panel-heading {
  padding: 10px;
}

.tiki-home .wrap .home-tabs .panel-group .panel-heading h4 {
  font-size: 13px;
  font-weight: 700;
}

.tiki-home .wrap .home-tabs .nav-tabs li.active a {
  font-weight: 700;
}

.tiki-home .wrap .home-tabs .nav-tabs li a {
  padding: 10px 15px;
  font-size: 13px;
  color: #00b7f1;
  text-transform: uppercase;
  display: block;
  text-align: center;
  white-space: nowrap;
}

@media (max-width:991px) {
  .tiki-home .wrap .home-tabs .nav-tabs .dropdown-menu a:after,.tiki-home .wrap .home-tabs .nav-tabs .dropdown-menu a:before,.tiki-home .wrap .home-tabs .nav-tabs .tabdrop {
    display: none;
  }

  .tiki-home .wrap .home-tabs .nav-tabs li.active a:not(.dropdown-toggle) {
    font-weight: 400;
    position: relative;
  }

  .tiki-home .wrap .home-tabs .nav-tabs li.active a:not(.dropdown-toggle):before {
    content: ' ';
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -3px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #00b7f1;
  }

  .tiki-home .wrap .home-tabs .nav-tabs li.active a:not(.dropdown-toggle):after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 3px solid #00b7f1;
  }

  .tiki-home .wrap .home-tabs .nav-tabs li a {
    border: 0;
    color: #000;
    font-size: 15px;
  }

  .tiki-home .wrap .home-tabs .nav-tabs .dropdown-toggle .caret {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }

  .tiki-home .wrap .home-tabs .nav-tabs .dropdown-menu .active a {
    background-color: #dcdcdc;
  }
}

.tiki-home .wrap .home-tabs .tab-pane {
  padding: 25px 0 0 5px;
  overflow: hidden;
}

.tiki-home .wrap .home-article {
  border: 1px solid #ddd;
  padding: 13px 14px 8px;
  margin-top: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.tiki-home .wrap .home-article h1 {
  margin: 0 0 15px;
  border-bottom: 1px solid #eee;
  font-size: 18px!important;
  padding-bottom: 10px!important;
  color: #777!important;
  font-weight: 700;
}

.tiki-home .wrap .home-article .content {
  font-size: 13px!important;
  line-height: 22px;
  color: #444;
  letter-spacing: 0;
}

.tiki-home .wrap .home-article .content>img {
  float: left;
  margin: 0 10px 0 0;
  width: 150px;
  height: auto;
}

.tiki-home .wrap .home-article .content>.text {
  margin: 0;
  padding: 0;
  color: #777;
  text-align: justify;
}

.tiki-home .wrap .home-article .content>.text a {
  color: #00b7f1;
}

.tiki-home .wrap .home-article .content:after,.tiki-home .wrap .home-article .content:before {
  display: table;
  content: "";
  clear: both;
}

@media (min-width:480px) {
  .tiki-home .wrap .home-bestseller .bestseller-item {
    width: 50%;
    display: inline-block;
  }
}

@media (min-width:992px) {
  .tiki-home header.wrap-header .header-navigation>ul {
    display: none;
  }

  .tiki-home header.wrap-header .header-navigation.active>ul {
    display: block;
  }

  .tiki-home .wrap .home-slideshow-root {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tiki-home .wrap .home-slideshow {
    height: 390px;
    margin-top: 15px;
  }

  .tiki-home .wrap .home-slideshow .home-slideshow-content .swiper-pagination {
    display: none;
  }

  .tiki-home .wrap .home-slideshow .home-slideshow-content .swiper-slide img {
    margin-left: -110px;
    display: inline-block;
    width: auto;
  }

  .tiki-home .wrap .home-slideshow .home-slideshow-nav {
    display: block;
  }

  .tiki-home .wrap .home-header h2 {
    padding: 0 20px 0 15px;
  }

  .tiki-home .wrap .home-header h2 a {
    font-size: 18px;
    font-weight: 700;
  }

  .tiki-home .wrap .home-tabs .tab-pane {
    padding: 25px 0 0;
  }

  .tiki-home .wrap .home-tabs .nav-tabs li a {
    padding: 10px 35px;
  }

  .tiki-home .wrap .home-bestseller {
    margin-top: 0;
    display: block;
  }

  .tiki-home .wrap .home-bestseller .bestseller-item {
    width: auto;
    display: block;
  }

  .tiki-home .wrap .home-banner-2 {
    width: auto;
    display: block;
    margin-left: 0;
    margin-top: 0;
  }

  .tiki-home .wrap .home-brand {
    margin: 0 0 25px;
    display: block;
    width: 249px;
  }

  .tiki-home .wrap .home-brand .home-brand-item {
    margin: 0 -1px -1px 0;
    float: left;
  }

  .tiki-home .wrap .home-see-all {
    text-align: left;
  }

  .tiki-home .wrap .row-1 .col-md-9 {
    width: 72%;
  }

  .tiki-home .wrap .row-1 .col-md-3 {
    width: 28%;
    padding-left: 5px;
  }
}

@media (min-width:1200px) {
  .tiki-home header.wrap-header .header-navigation>ul {
    display: block;
  }

  .tiki-home .wrap .home-slideshow {
    width: 905px;
    margin-top: 32px;
    float: right;
  }

  .tiki-home .wrap .home-slideshow .home-slideshow-content .swiper-slide img {
    margin-left: -150px;
  }

  .tiki-home .wrap .row-1 .col-lg-9 {
    width: 77%;
  }

  .tiki-home .wrap .row-1 .col-lg-3 {
    width: 23%;
  }
}

.tiki-error404 .error404-banner {
  background: #fdba13;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.tiki-error404 .error404-banner-top {
  height: 140px;
  background-color: #3fc6f5;
  background-image: url(../img/404/city-cloud.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: contain;
}

.tiki-error404 .error404-banner-bottom {
  height: 130px;
}

.tiki-error404 .error404-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  padding-top: 50px;
  white-space: nowrap;
}

.tiki-error404 .error404-banner-content:before {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  width: 0;
}

.tiki-error404 .error404-banner-content-item {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  white-space: normal;
}

.tiki-error404 .error404-tiki {
  position: relative;
  width: 110px;
}

.tiki-error404 .error404-tiki:after,.tiki-error404 .error404-tiki:before {
  content: '';
  position: absolute;
  top: 0;
  background-image: url(../img/404/question-2.png);
  background-position: top center;
  background-size: 15px 23px;
  background-repeat: no-repeat;
  width: 19px;
  height: 27px;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tiki-error404 .error404-tiki:before {
  left: 10px;
  top: -20px;
}

.tiki-error404 .error404-tiki:after {
  background-image: url(../img/404/question-1.png);
  right: -20px;
  top: 10px;
}

.tiki-error404 .error404-img {
  width: 106px;
}

.tiki-error404 .error404-said {
  color: #fff;
  display: block;
  margin-top: 15px;
}

.tiki-error404 .error404-said h1 {
  font-size: 16px;
  letter-spacing: .2rem;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.tiki-error404 .error404-category {
  margin-bottom: 50px;
  font-size: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.tiki-error404 .error404-category-title {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}

.tiki-error404 .error404-category-list {
  font-size: 0;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.tiki-error404 .error404-category-item {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.tiki-error404 .error404-category-item a {
  display: block;
  color: #000;
  font-size: 14px;
  border: 1px solid #ccc;
  background: linear-gradient(#fff,#f7f7f7);
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.tiki-error404 .error404-category-item a:focus,.tiki-error404 .error404-category-item a:hover {
  border-color: #ccc;
  opacity: .8;
  text-decoration: none;
}

.tiki-error404 .error404-category-item:focus,.tiki-error404 .error404-category-item:hover {
  text-decoration: none;
}

.tiki-error404 .error404-category-item-icon {
  color: #000;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  line-height: 0;
}

.tiki-error404 .error404-category-item-icon .tiki-icons {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.tiki-error404 .error404-category-item-name {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.tiki-error404 .error404-nav {
  text-align: center;
  margin-bottom: 50px;
}

.tiki-error404 .error404-nav-item {
  color: #000;
  display: block;
  position: relative;
  border-color: #ccc;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
  font-size: 12px;
}

.tiki-error404 .error404-nav-item:focus,.tiki-error404 .error404-nav-item:hover {
  border-color: #ccc;
  opacity: .8;
}

.tiki-error404 .error404-nav-item .fa {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.tiki-error404 .error404-nav-item.left .fa,.tiki-error404 .error404-nav-item.sticky-screen-banner.right .fa {
  margin-right: 7px;
}

.tiki-error404 .error404-nav-item.right .fa {
  margin-left: 7px;
}

.tiki-error404 .error404-nav-center-col {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width:480px) {
  .tiki-error404 .error404-banner-top {
    height: 160px;
  }

  .tiki-error404 .error404-banner-bottom {
    height: 120px;
  }

  .tiki-error404 .error404-said {
    font-size: 22px;
  }
}

@media (min-width:550px) {
  .error404-category-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
}

@media (min-width:768px) {
  .tiki-error404 .text-left-sm {
    text-align: left;
  }

  .tiki-error404 .text-right-sm {
    text-align: right;
  }

  .tiki-error404 .error404-banner-top {
    height: 230px;
  }

  .tiki-error404 .error404-banner-bottom {
    height: 200px;
  }

  .tiki-error404 .error404-tiki {
    width: 219px;
  }

  .tiki-error404 .error404-tiki:after,.tiki-error404 .error404-tiki:before {
    width: 37px;
    height: 55px;
    background-size: 37px 55px;
  }

  .tiki-error404 .error404-tiki:before {
    left: 25px;
    top: -35px;
  }

  .tiki-error404 .error404-tiki:after {
    right: -35px;
    top: 5px;
  }

  .tiki-error404 .error404-img {
    width: 212px;
  }

  .tiki-error404 .error404-said h1 {
    font-size: 22px;
  }

  .tiki-error404 .error404-category {
    text-align: center;
  }

  .tiki-error404 .error404-category-item {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    width: 87px;
  }

  .tiki-error404 .error404-category-item a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background: 0 0;
    border: 0;
    color: #00b7f1;
  }

  .tiki-error404 .error404-category-item a:focus .error404-category-item-icon,.tiki-error404 .error404-category-item a:hover .error404-category-item-icon {
    background-color: #fdba13;
  }

  .tiki-error404 .error404-category-item a:focus .error404-category-item-name,.tiki-error404 .error404-category-item a:hover .error404-category-item-name {
    color: #fdba13;
  }

  .tiki-error404 .error404-category-item-icon {
    background-color: #00b7f1;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    width: 100%;
    height: 67px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
  }

  .tiki-error404 .error404-category-item-name {
    display: block;
  }

  .tiki-error404 .error404-nav-center-col {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tiki-error404 .error404-nav-item {
    display: inline-block;
  }
}

@media (min-width:992px) {
  .tiki-error404 .error404-banner-bottom {
    height: 120px;
  }

  .tiki-error404 .error404-banner-content {
    padding-top: 0;
  }

  .tiki-error404 .error404-banner-content:before {
    content: '';
  }

  .tiki-error404 .error404-said {
    display: inline-block;
    margin-top: 0;
    margin-left: 50px;
    text-align: left;
  }

  .tiki-error404 .error404-said h1 {
    margin-bottom: 27px;
  }
}

.tiki-account .submit {
  height: 38px;
  border-radius: 4px;
  background-image: linear-gradient(to bottom,#e7514d,#c60501);
}

.tiki-account .submit.disabled {
  background-image: linear-gradient(to bottom,#eee,#eee);
  color: rgba(0,0,0,.26);
  border-color: #eee;
}

.tiki-account .wrap {
  min-height: 500px;
  background: #f8f8f8;
}

.tiki-account .wrap i.ico {
  display: none;
}

.tiki-account .wrap .profiles {
  background: #00b7f1;
  color: #fff;
  padding: 5px;
  margin-top: 15px;
}

.tiki-account .wrap .profiles .image {
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.tiki-account .wrap .profiles .name {
  font-size: 12px;
  margin-bottom: 5px;
}

.tiki-account .wrap .profiles h6 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

.tiki-account .wrap .profiles:after,.tiki-account .wrap .profiles:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap .menu {
  margin-top: 15px;
}

.tiki-account .wrap .menu button {
  border-radius: 0;
}

.tiki-account .wrap .account-tikixu,.tiki-account .wrap .menu ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.tiki-account .wrap .menu button .caret {
  margin-left: 5px;
}

.tiki-account .wrap .menu ul {
  width: 100%;
  border-radius: 0;
}

.tiki-account .wrap h1 {
  font-size: 15px;
  margin: 15px 0 0;
  font-weight: 600;
}

.tiki-account .wrap h1.have-margin {
  margin-bottom: 15px;
}

.tiki-account .wrap h1 a {
  display: block;
  background: url(../img/add.png) left center no-repeat;
  padding-left: 25px;
  height: 18px;
  color: #444;
  font-size: 11px;
  float: right;
  line-height: 18px;
}

.tiki-account .wrap h1 a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-account .wrap h1:after,.tiki-account .wrap h1:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap .alert {
  padding: 7px;
  margin: 15px 0 0;
  font-size: 13px;
}

.tiki-account .wrap .dashboard-header {
  margin-top: 20px;
}

.tiki-account .wrap .dashboard-header h2 {
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: 500;
  float: left;
}

.tiki-account .wrap .dashboard-header a {
  float: right;
  font-size: 11px;
  color: #000;
}

.tiki-account .wrap .dashboard-header a:after {
  content: "\f105";
  margin: 0 0 0 10px;
  color: #000;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .rating .rating-content .star,.tiki-account .wrap .list-item .item .infomation .rating .rating-content .star,.tiki-review .wrap .product-list .item .rating .rating-content .star,.tiki-review .wrap .review-list .item .infomation .rating .rating-content .star,body.tiki-book-profile .book-profile .rating .rating-content .star {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiki-account .wrap .dashboard-header a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-account .wrap .dashboard-header:after,.tiki-account .wrap .dashboard-header:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap .dashboard-account {
  margin-right: 0;
  margin-left: 0;
}

.tiki-account .wrap .dashboard-account .dashboard-account-left {
  border: 1px solid #eaeaea;
  font-size: 12px;
  width: 100%;
}

.tiki-account .wrap .dashboard-account .dashboard-account-left tr:first-child td {
  padding-top: 10px;
}

.tiki-account .wrap .dashboard-account .dashboard-account-left tr td {
  padding: 0 0 10px;
}

.tiki-account .wrap .dashboard-account .dashboard-account-left tr td:first-child {
  padding-right: 15px;
  padding-left: 15px;
}

.tiki-account .wrap .dashboard-account .dashboard-account-left tr td:first-child+td {
  padding-right: 15px;
}

.tiki-account .wrap .dashboard-account .dashboard-account-right {
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  font-size: 12px;
  width: 100%;
}

.tiki-account .wrap .dashboard-account .dashboard-account-right p {
  margin-bottom: 0;
  margin-top: 10px;
}

.tiki-account .wrap .dashboard-account .dashboard-account-right p:first-child {
  margin-top: 0;
}

.tiki-account .wrap .dashboard-account .dashboard-account-right p a {
  color: #00b7f1;
  font-weight: 700;
  display: inline-block;
}

.tiki-account .wrap .dashboard-account .dashboard-account-right p a img {
  margin-bottom: 3px;
}

.tiki-account .wrap .dashboard-account .col-lg-6 {
  padding-right: 10px;
  padding-left: 10px;
}

.tiki-account .wrap .dashboard-account .col-lg-6.left,.tiki-account .wrap .dashboard-account .col-lg-6.sticky-screen-banner.right {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

.tiki-account .wrap .dashboard-account .col-lg-6.right {
  padding-right: 0;
  padding-left: 0;
}

.tiki-account .wrap .dashboard-order {
  border: 1px solid #dfdfdf;
  font-size: 13px;
}

.tiki-account .wrap .dashboard-order.have-margin {
  margin-bottom: 20px;
}

.tiki-account .wrap .dashboard-order .color-1 {
  color: #39ca74;
}

.tiki-account .wrap .dashboard-order .color-2 {
  color: #000;
}

.tiki-account .wrap .dashboard-order .color-3 {
  color: #e54d42;
}

.tiki-account .wrap .dashboard-order .plus {
  color: #41d67e;
}

.tiki-account .wrap .dashboard-order .minus {
  color: #e54d42;
}

.tiki-account .wrap .dashboard-order table {
  margin-bottom: 0;
}

.tiki-account .wrap .dashboard-order table th {
  background: #f8f8f8;
  border-width: 1px;
  font-weight: 500;
}

.tiki-account .wrap .dashboard-order table td,.tiki-account .wrap .dashboard-order table tr {
  padding: 10px;
}

.tiki-account .wrap .dashboard-order table td a,.tiki-account .wrap .dashboard-order table tr a {
  color: #00b7f1;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 {
  display: block;
  width: 100%;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 thead {
  display: none;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 thead tr {
  display: block;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 thead tr th {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  padding: 5px;
  background: 0 0;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 thead tr th:first-child {
  border-top: none;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr:first-child {
  border-top: 1px solid #ccc!important;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 tbody,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot {
  display: block;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr {
  display: block;
  border-top: 1px solid #ccc;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr:first-child,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr:first-child {
  border-top: none;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr td,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr td {
  display: block;
  border: none;
  border-top: 1px solid #eee;
  position: relative;
  padding: 5px;
}

.tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr td:first-child,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr td:first-child {
  border-top: none;
}

.tiki-account .wrap .dashboard-address {
  margin-bottom: 20px;
}

.tiki-account .wrap .dashboard-address .item {
  position: relative;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.tiki-account .wrap .dashboard-address .item.full-width {
  width: 100%;
}

.tiki-account .wrap .dashboard-address .item:first-child {
  margin-top: 0;
}

.tiki-account .wrap .dashboard-address .item .default {
  display: none;
}

.tiki-account .wrap .dashboard-address .item .name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.tiki-account .wrap .dashboard-address .item .address {
  font-size: 13px;
  margin-bottom: 3px;
}

.tiki-account .wrap .dashboard-address .item .phone {
  font-size: 13px;
  margin-bottom: 10px;
}

.tiki-account .wrap .dashboard-address .item .action {
  margin-bottom: 0;
  font-size: 0;
}

.tiki-account .wrap .dashboard-address .item.is-default {
  border: 1px dashed #090;
}

.tiki-account .wrap .dashboard-address .item.is-default .default {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  font-size: 11px;
  color: #090;
}

.tiki-account .wrap .dashboard-address:after,.tiki-account .wrap .dashboard-address:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap .btn-custom1 {
  border: 1px solid #ccc;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
  height: 31px;
  outline-color: #ccc;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.tiki-account .wrap .btn-custom1.is-blue {
  background: #00b6f0;
  color: #fff;
  border: #029fd1;
}

.tiki-account .wrap .btn-custom1.is-blue:hover {
  background: #029fd1;
}

.tiki-account .wrap .btn-custom1.is-black {
  background: #626455;
  color: #fff;
  border: #555649;
}

.tiki-account .wrap .btn-custom1.is-black:hover {
  background: #555649;
}

.tiki-account .wrap .btn-custom1:first-child,.tiki-account .wrap .btn-custom1:first-child+button {
  margin-right: 7px;
}

.tiki-account .wrap .btn-custom1:hover {
  background: #fff;
}

.tiki-account .wrap .account-profile {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.tiki-account .wrap .account-profile .alert {
  padding: 10px;
  margin-bottom: 15px;
}

.tiki-account .wrap .account-profile .password-group {
  display: none;
}

.tiki-account .wrap .account-profile .form-group {
  margin-bottom: 10px;
}

.tiki-account .wrap .account-profile .form-group .control-label {
  float: left;
  width: 30%;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.tiki-account .wrap .account-profile .form-group .control-label span {
  display: block;
  margin-top: 5px;
}

.tiki-account .wrap .account-profile .form-group .input-wrap {
  float: right;
  width: 70%;
}

.tiki-account .wrap .account-profile .form-group .input-wrap input[type=checkbox] {
  opacity: 0;
  filter: alpha(opacity=0);
}

.tiki-account .wrap .account-profile .form-group .btn-update {
  width: 50%;
}

.tiki-account .wrap .account-profile .form-group .icheck-wrap {
  margin: 10px 0;
  min-height: 18px;
}

.tiki-account .wrap .account-profile .form-group:after,.tiki-account .wrap .account-profile .form-group:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap .account-review .item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0 0;
}

.tiki-account .wrap .account-review .item.skeleton-item {
  border-bottom: 0;
}

.tiki-account .wrap .account-review .item.skeleton-item .skeleton {
  border-radius: 5px;
  background: rgba(237,238,241,.62);
}

.tiki-account .wrap .account-review .item.skeleton-item .image {
  display: block;
  width: 70px;
  height: 75px!important;
}

.tiki-account .wrap .account-review .item.skeleton-item .line {
  width: 100%;
  height: 10px;
  margin-bottom: 7px;
}

.tiki-account .wrap .account-review .item.skeleton-item .description {
  width: 100%;
  height: 40px;
}

.tiki-account .wrap .account-review .item .item-col-1 {
  float: left;
  margin-right: -100%;
  position: relative;
}

.tiki-account .wrap .account-review .item .item-col-1 .image {
  width: 70px;
  height: 95px;
  overflow: hidden;
  margin-bottom: 15px;
}

.tiki-account .wrap .account-review .item .item-col-2 {
  float: left;
  width: 100%;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation {
  margin-left: 82px;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation:first-child {
  border-top: none;
  padding-top: 0;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 {
  margin-bottom: 6px;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .date {
  color: grey;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .title {
  color: #1c1c1c;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .rating {
  margin: 2px 10px 0 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .rating .rating-content .star {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .line-1 .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .review {
  font-size: 14px;
  color: #1c1c1c;
  margin-bottom: 3px;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .review span {
  color: #e54d42;
  font-size: 12px;
  padding: 0 5px 0 0;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .description {
  color: #1c1c1c;
  font-size: 13px;
}

.tiki-account .wrap .account-review .item .item-col-2 .infomation .description .detail {
  color: #00b7f1;
  font-size: 12px;
  padding: 0 0 0 20px;
}

.tiki-account .wrap .account-review .item:after,.tiki-account .wrap .account-review .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap .account-address-form {
  border: none;
  display: block;
  margin-bottom: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.tiki-account .wrap .account-question-answer .item .item-col-1:after,.tiki-account .wrap .account-question-answer .item .item-col-1:before,.tiki-account .wrap .account-question-answer .item:after,.tiki-account .wrap .account-question-answer .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap .account-address-form form {
  max-width: 100%;
  margin: 0 auto;
}

.tiki-account .wrap .account-address-form .btn-custom3 {
  width: 50%;
  background: #00b6f0;
  border-color: transparent;
  outline-color: #ccc;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
}

.tiki-account .wrap .account-address-form .btn-custom3.btn-block {
  width: 100%;
}

.tiki-account .wrap .account-address-form .btn-custom3:hover {
  background: #029fd1;
}

.tiki-account .wrap .account-address-form .form-group.end {
  margin-bottom: 0;
}

.tiki-account .wrap .account-address-form .form-group label {
  font-size: 12px;
  text-align: left;
}

.tiki-account .wrap .account-address-form .form-group textarea {
  height: 110px;
}

.tiki-account .wrap .account-address-form .form-group .form-control {
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-account .wrap .account-address-form .form-group .icheck-wrap {
  font-weight: 400;
  min-height: 22px;
  margin-bottom: 0;
}

.tiki-account .wrap .account-address-form .form-group .icheck-wrap>div {
  margin-right: 5px;
}

.tiki-account .wrap .account-question-answer .nav-tabs {
  border: none;
  margin-bottom: 5px;
}

.tiki-account .wrap .account-question-answer .nav-tabs li.active a,.tiki-account .wrap .account-question-answer .nav-tabs li:hover a {
  border: none;
  border-bottom: 4px solid #00b7f1;
  color: #00b7f1;
}

.tiki-account .wrap .account-question-answer .nav-tabs li a {
  border: none;
  border-bottom: 4px solid #e7e7e7;
  padding: 4px 40px;
}

.tiki-account .wrap .account-question-answer .nav-tabs li a:hover {
  background: 0 0;
}

.tiki-account .wrap .account-question-answer .item {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

.tiki-account .wrap .account-question-answer .item.style-2 .item-col-1 {
  width: 50px;
}

.tiki-account .wrap .account-question-answer .item.style-2 .item-col-1 .group {
  width: 100%;
}

.tiki-account .wrap .account-question-answer .item.style-2 .item-col-1 .group:first-child {
  border-right: none;
}

.tiki-account .wrap .account-question-answer .item.style-2 .item-col-2 .group {
  margin-left: 50px;
}

.tiki-account .wrap .account-question-answer .item .item-col-1 {
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100px;
}

.tiki-account .wrap .account-question-answer .item .item-col-1 .group {
  width: 50%;
  overflow: hidden;
  margin-bottom: 0;
  float: left;
  text-align: center;
  padding: 10px 0;
}

.tiki-account .wrap .account-question-answer .item .item-col-1 .group:first-child {
  border-right: 1px solid #ccc;
}

.tiki-account .wrap .account-question-answer .item .item-col-1 .group .number {
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 0;
}

.tiki-account .wrap .account-question-answer .item .item-col-1 .group .text {
  font-size: 12px;
  color: #1c1c1c;
  margin-bottom: 0;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 {
  float: left;
  width: 100%;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group {
  margin-left: 100px;
  padding: 0 0 0 10px;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group .date {
  color: grey;
  font-size: 13px;
  margin-bottom: 5px;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group .name {
  color: #00b7f1;
  font-size: 15px;
  margin-bottom: 0;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group .name span {
  font-size: 12px;
  padding: 0 5px 0 0;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group .name span.color-1 {
  color: #e54d42;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group .name span.color-2 {
  color: #41d67e;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group .name span.color-3 {
  color: #00b7f1;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group .text {
  color: #2a2a26;
  font-size: 13px;
  margin-bottom: 0;
}

.tiki-account .wrap .account-question-answer .item .item-col-2 .group .text a {
  color: #00b7f1;
  padding: 0 0 0 10px;
}

.tiki-account .wrap .account-order-detail {
  font-size: 0;
}

.tiki-account .wrap .account-order-detail .date {
  color: #444;
  font-size: 13px;
  margin-bottom: 0;
}

.tiki-account .wrap .account-order-detail .address-1,.tiki-account .wrap .account-order-detail .address-2,.tiki-account .wrap .account-order-detail .other-1,.tiki-account .wrap .account-order-detail .other-2,.tiki-account .wrap .account-order-detail .payment-1,.tiki-account .wrap .account-order-detail .payment-2 {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-top: 40px;
}

.tiki-account .wrap .account-header:after,.tiki-account .wrap .account-header:before,.tiki-account .wrap .account-notify .item:after,.tiki-account .wrap .account-notify .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap .account-order-detail .address-1 h3,.tiki-account .wrap .account-order-detail .address-2 h3,.tiki-account .wrap .account-order-detail .other-1 h3,.tiki-account .wrap .account-order-detail .other-2 h3,.tiki-account .wrap .account-order-detail .payment-1 h3,.tiki-account .wrap .account-order-detail .payment-2 h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.tiki-account .wrap .account-order-detail .address-1 p,.tiki-account .wrap .account-order-detail .address-2 p,.tiki-account .wrap .account-order-detail .other-1 p,.tiki-account .wrap .account-order-detail .other-2 p,.tiki-account .wrap .account-order-detail .payment-1 p,.tiki-account .wrap .account-order-detail .payment-2 p {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
}

.tiki-account .wrap .account-order-detail .address-1 .icon-24h,.tiki-account .wrap .account-order-detail .address-2 .icon-24h,.tiki-account .wrap .account-order-detail .other-1 .icon-24h,.tiki-account .wrap .account-order-detail .other-2 .icon-24h,.tiki-account .wrap .account-order-detail .payment-1 .icon-24h,.tiki-account .wrap .account-order-detail .payment-2 .icon-24h {
  max-height: 20px;
  width: auto;
}

.tiki-account .wrap .account-order-detail .address-1 .failure_reason,.tiki-account .wrap .account-order-detail .address-2 .failure_reason,.tiki-account .wrap .account-order-detail .other-1 .failure_reason,.tiki-account .wrap .account-order-detail .other-2 .failure_reason,.tiki-account .wrap .account-order-detail .payment-1 .failure_reason,.tiki-account .wrap .account-order-detail .payment-2 .failure_reason {
  color: #FDA223;
  font-style: italic;
}

.tiki-account .wrap .account-order-detail .address-1 .btn-checkout,.tiki-account .wrap .account-order-detail .address-2 .btn-checkout,.tiki-account .wrap .account-order-detail .other-1 .btn-checkout,.tiki-account .wrap .account-order-detail .other-2 .btn-checkout,.tiki-account .wrap .account-order-detail .payment-1 .btn-checkout,.tiki-account .wrap .account-order-detail .payment-2 .btn-checkout {
  margin: 10px auto;
  width: 100%;
  padding: 4px 12px;
  max-width: 540px;
  line-height: 2;
  color: #fff;
  border: none;
  outline-color: #ccc;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#ef3959),to(#d72041));
  background: -webkit-linear-gradient(#ef3959,#d72041);
  background: -moz-linear-gradient(#ef3959,#d72041);
  background: -ms-linear-gradient(#ef3959,#d72041);
  background: -o-linear-gradient(#ef3959,#d72041);
  background: linear-gradient(#ef3959,#d72041);
  -webkit-transistion: all .5s linear;
  -moz-transistion: all .5s linear;
  -ms-transistion: all .5s linear;
  -o-transistion: all .5s linear;
  transistion: all .5s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-account .wrap .account-order-detail .address-1 .btn-checkout:hover,.tiki-account .wrap .account-order-detail .address-2 .btn-checkout:hover,.tiki-account .wrap .account-order-detail .other-1 .btn-checkout:hover,.tiki-account .wrap .account-order-detail .other-2 .btn-checkout:hover,.tiki-account .wrap .account-order-detail .payment-1 .btn-checkout:hover,.tiki-account .wrap .account-order-detail .payment-2 .btn-checkout:hover {
  background: #ef3959;
}

.tiki-account .wrap .account-tikixu {
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.tiki-account .wrap .account-tikixu span {
  color: #41d67e;
  font-weight: 700;
}

.tiki-account .wrap .account-bookcare {
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tiki-account .wrap .account-bookcare span {
  color: #41d67e;
  font-weight: 700;
  font-size: 15px;
  margin-left: 4px;
}

.tiki-account .wrap .account-bookcare img {
  vertical-align: top;
  margin-top: 2px;
}

.tiki-account .wrap .account-notify-tabs {
  border-bottom: 0;
}

.tiki-account .wrap .account-notify-tabs>li {
  width: 100%;
  margin-bottom: 0;
}

.tiki-account .wrap .account-notify-tabs>li>a {
  border-radius: 4px;
}

.tiki-account .wrap .account-notify-tabs>li>a:hover {
  border-bottom-color: transparent;
}

.tiki-account .wrap .account-notify-tabs>li.active>a {
  border-bottom-color: #ddd;
}

.tiki-account .wrap .account-notify .item {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
}

.tiki-account .wrap .account-notify .item.unread {
  background-color: #eaf9ff;
}

.tiki-account .wrap .account-notify .item.unread .account-notify-content {
  padding-bottom: 42px;
}

.tiki-account .wrap .account-notify .item div {
  font-size: 13px;
  margin-bottom: 0;
}

.tiki-account .wrap .account-notify .item div a {
  color: #00b7f1;
}

.tiki-account .wrap .account-notify-content {
  position: relative;
}

.tiki-account .wrap .account-notify-content p {
  margin-bottom: 0;
}

.tiki-account .wrap .account-unread-notify-status-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  background: linear-gradient(#fff,#f7f7f7);
  border: 1px solid #dcdcdc;
  font-size: 12px;
  height: 28px;
  margin: auto;
  border-radius: 4px;
}

.tiki-account .wrap .account-unread-notify-status-icon:hover {
  background-color: #fff;
  background: linear-gradient(#fff,#e3e3e3);
}

.tiki-account .wrap .account-header {
  margin-top: 30px;
  margin-bottom: 15px;
}

.tiki-account .wrap .account-header h3 {
  float: left;
  margin: 0;
  line-height: 20px;
}

.tiki-account .wrap .account-header .icheck-wrap {
  float: right;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

.tiki-account .wrap .account-header .icheck-wrap .icheckbox_square-blue {
  margin-right: 5px;
}

.tiki-account .wrap .list-item .item {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  padding: 15px 0;
  position: relative;
}

.tiki-account .wrap .list-item .item:first-child {
  border-top: none;
}

.tiki-account .wrap .list-item .item .item-col-1 {
  display: table-cell;
  width: 130px;
  vertical-align: top;
}

.tiki-account .wrap .list-item .item .item-col-2 {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.tiki-account .wrap .list-item .item .action {
  margin-bottom: 0;
  margin-top: 15px;
  position: relative;
}

.tiki-account .wrap .list-item .item .action .btn-addtocart {
  font-size: 13px;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #cd1233;
  width: auto;
  outline-color: #ccc;
  background: #e54d42;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#e54d42),to(#d72041));
  background: -webkit-linear-gradient(#e54d42,#d72041);
  background: -moz-linear-gradient(#e54d42,#d72041);
  background: -ms-linear-gradient(#e54d42,#d72041);
  background: -o-linear-gradient(#e54d42,#d72041);
  background: linear-gradient(#e54d42,#d72041);
  -webkit-transistion: all .5s linear;
  -moz-transistion: all .5s linear;
  -ms-transistion: all .5s linear;
  -o-transistion: all .5s linear;
  transistion: all .5s linear;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tiki-account .wrap .list-item .item .action .btn-addtocart.is-out-stock {
  background: #5cb85c;
  border: 1px solid #5cb85c;
}

.tiki-account .wrap .list-item .item .action .btn-addtocart .fa {
  font-size: 17px;
}

.tiki-account .wrap .list-item .item .image {
  width: 130px;
  height: 182px;
  overflow: hidden;
  position: relative;
  margin-right: 25px;
}

.tiki-account .wrap .list-item .item .image a {
  display: block;
}

.tiki-account .wrap .list-item .item .image a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-account .wrap .list-item .item .image .sale-tag {
  display: block;
  position: absolute;
  width: 44px;
  height: 35px;
  text-align: center;
  background: url(../img/sale-tag.png) no-repeat;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.tiki-account .wrap .list-item .item .infomation .title {
  display: block;
  margin: 0;
}

.tiki-account .wrap .list-item .item .infomation .title a {
  font-size: 13px;
  color: #000;
  font-weight: 700;
}

.tiki-account .wrap .list-item .item .infomation .title a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-account .wrap .list-item .item .infomation .seller-name {
  font-size: 12px;
  margin: 5px 0;
}

.tiki-account .wrap .list-item .item .infomation .seller-name a {
  color: #00aaf1;
}

.tiki-account .wrap .list-item .item .infomation .author {
  padding: 2px 0 0;
  margin: 0;
  font-size: 12px;
  color: #444;
}

.tiki-account .wrap .list-item .item .infomation .cover-books {
  margin: 5px 0 0;
  color: #777;
  font-size: 11px;
}

.tiki-account .wrap .list-item .item .infomation .rating,.tiki-account .wrap .list-item .item .infomation .review {
  margin: 8px auto 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-account .wrap .list-item .item .infomation .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-account .wrap .list-item .item .infomation .rating .rating-content .star {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
}

.tiki-account .wrap .list-item .item .infomation .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-account .wrap .list-item .item .infomation .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-account .wrap .list-item .item .infomation .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-account .wrap .list-item .item .infomation .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-account .wrap .list-item .item .infomation .price-sale {
  font-size: 14px;
  color: #444;
  font-weight: 700;
  margin: 18px auto 0;
}

.tiki-account .wrap .list-item .item .infomation .price-sale span {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
  padding: 0 0 0 5px;
}

.tiki-account .wrap .list-item .item .infomation .out-of-stock {
  font-weight: 700;
  color: red;
  font-size: 12px;
}

.tiki-account .wrap .list-item .item .infomation .description {
  text-align: justify;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.tiki-account .wrap .list-item .item .infomation .description a {
  color: #00aaf1;
  display: block;
  max-width: 75px;
}

.tiki-account .wrap .list-item .item .infomation .description .popover-content {
  display: none;
}

.tiki-account .wrap .list-item .item:after,.tiki-account .wrap .list-item .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-account .wrap h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 15px;
}

.tiki-account .wrap .btn-back {
  margin-bottom: 30px;
}

.tiki-account .wrap .row-style-1 {
  background: #fff;
}

.tiki-account .popover-content {
  max-height: 300px;
  overflow: auto;
}

.tiki-account .popover-content span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  padding-top: 8px;
  border-top: 1px dotted #E7E7E7;
}

.tiki-account .popover-content span:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.tiki-account .payment-type {
  display: inline-block;
  width: 40px;
  height: 25px;
  font-size: 0;
  float: left;
  margin-right: 15px;
  background: url(../img/card-credits.png) no-repeat;
}

.tiki-account .payment-type.visa {
  background-position: 0 -50px;
}

.tiki-account .payment-type.master {
  background-position: 0 -25px;
}

.tiki-account .payment-type.jcb {
  background-position: 0 -75px;
}

.tiki-account .remove-card-payment {
  float: right;
  outline-color: #ccc;
  background: linear-gradient(#fff,#f7f7f7);
  border: 1px solid #ccc;
  padding: 4px 8px;
}

.tiki-account .payment-number {
  float: left;
  margin-top: 8px;
  letter-spacing: 2px;
}

.tiki-account .alert-rm-payment {
  margin-bottom: 10px!important;
}

.tiki-account .default-payment-card {
  top: 1px!important;
}

@media (min-width:480px) {
  .tiki-account .wrap .account-notify-tabs {
    border-bottom: 1px solid #ddd;
  }

  .tiki-account .wrap .account-notify-tabs>li {
    width: auto;
    margin-bottom: -1px;
  }

  .tiki-account .wrap .account-notify-tabs>li>a {
    border-radius: 4px 4px 0 0;
  }

  .tiki-account .wrap .account-notify-tabs>li.active>a {
    border-bottom-color: transparent;
  }

  .tiki-account .wrap .account-notify .item.unread .account-notify-content {
    padding-bottom: 0;
    padding-right: 130px;
  }

  .tiki-account .wrap .account-unread-notify-status-icon {
    top: -6px;
    bottom: auto;
  }
}

@media (min-width:768px) {
  .tiki-account .wrap .account-notify .item div {
    float: left;
  }

  .tiki-account .wrap .account-notify .item div:first-child {
    width: 13%;
  }

  .tiki-account .wrap .account-notify .item div:first-child+div {
    width: 87%;
  }
}

@media (min-width:992px) {
  .tiki-account .wrap {
    padding-bottom: 30px;
  }

  .tiki-account .wrap .menu,.tiki-account .wrap .profiles {
    margin-top: 0;
  }

  .tiki-account .wrap .menu button {
    display: none;
  }

  .tiki-account .wrap .menu ul {
    list-style: none;
    padding: 10px;
    display: block;
    background: 0 0;
    border: none;
    width: 100%;
    position: relative;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .tiki-account .wrap .menu ul li {
    margin: 10px 0;
  }

  .tiki-account .wrap .menu ul li.active a {
    color: #1c1c1c;
    text-decoration: none;
    background: #F5F5F5;
    font-weight: 700;
  }

  .tiki-account .wrap .menu ul li a {
    color: #747474;
    font-size: 13px;
  }

  .tiki-account .wrap .menu ul li a:hover {
    color: #1c1c1c;
    text-decoration: none;
  }

  .tiki-account .wrap .account-address-form {
    max-width: 70%;
    padding: 0 0 0 30px;
  }

  .tiki-account .wrap .account-address-form .col-lg-4 {
    width: 25%;
  }

  .tiki-account .wrap .account-address-form .col-lg-8 {
    width: 75%;
  }

  .tiki-account .wrap .account-address-form .col-lg-offset-4 {
    margin-left: 25%;
  }

  .tiki-account .wrap .dashboard-header.small {
    width: 50%;
    padding-right: 10px;
  }

  .tiki-account .wrap .dashboard-account .col-lg-6.left,.tiki-account .wrap .dashboard-account .col-lg-6.sticky-screen-banner.right {
    padding-right: 10px;
    margin-bottom: 0;
  }

  .tiki-account .wrap .dashboard-account .col-lg-6.right {
    padding-left: 10px;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 {
    display: table;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 thead {
    display: table-header-group;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 thead tr {
    display: table-row;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 thead tr th {
    display: table-cell;
    padding: 8px;
    background: #f8f8f8;
    border-top: none;
    border-left: 1px solid #ddd;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 thead tr th:first-child {
    border-left: none;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tbody,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot {
    display: table-row-group;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr {
    display: table-row;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr td,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr td {
    display: table-cell;
    padding: 10px;
    border-top: 1px solid #ddd;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr td:first-child,.tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr td:first-child {
    border-top: 1px solid #ddd;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr:first-child {
    border-top: 1px solid #ccc!important;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr td {
    border-left: 1px solid #ddd;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr td:first-child {
    border-left: none;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tbody tr td>.order-status>.btn-checkout {
    color: #fff;
    border: none;
    outline-color: #ccc;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#ef3959),to(#d72041));
    background: -webkit-linear-gradient(#ef3959,#d72041);
    background: -moz-linear-gradient(#ef3959,#d72041);
    background: -ms-linear-gradient(#ef3959,#d72041);
    background: -o-linear-gradient(#ef3959,#d72041);
    background: linear-gradient(#ef3959,#d72041);
    -webkit-transistion: all .5s linear;
    -moz-transistion: all .5s linear;
    -ms-transistion: all .5s linear;
    -o-transistion: all .5s linear;
    transistion: all .5s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-size: 11px;
    padding: 4px;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr {
    border-top: none;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr td {
    text-align: left;
    border-top: none;
  }

  .tiki-account .wrap .dashboard-order table.table-responsive-2 tfoot tr td:first-child {
    text-align: right;
    border-top: none;
  }

  .tiki-account .wrap .account-order-detail .address-1,.tiki-account .wrap .account-order-detail .address-2,.tiki-account .wrap .account-order-detail .other-1,.tiki-account .wrap .account-order-detail .other-2,.tiki-account .wrap .account-order-detail .payment-1,.tiki-account .wrap .account-order-detail .payment-2 {
    width: 50%;
    display: inline-block;
  }

  .tiki-account .wrap .account-order-detail .address-1.has-padding,.tiki-account .wrap .account-order-detail .address-2.has-padding,.tiki-account .wrap .account-order-detail .other-1.has-padding,.tiki-account .wrap .account-order-detail .other-2.has-padding,.tiki-account .wrap .account-order-detail .payment-1.has-padding,.tiki-account .wrap .account-order-detail .payment-2.has-padding {
    padding-left: 15px;
  }

  .tiki-account .wrap .dashboard-address .item {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
  }

  .tiki-account .wrap .dashboard-address .item:first-child,.tiki-account .wrap .dashboard-address .item:first-child+div {
    margin-top: 0;
  }

  .tiki-account .wrap .dashboard-address .item:nth-child(2n) {
    margin-right: 0;
  }

  .tiki-account .wrap .account-profile {
    width: 65%;
    padding: 0 0 0 30px;
  }

  .tiki-account .wrap .list-item .item .action {
    position: absolute;
    top: 52px;
    right: 0;
    margin-top: 0;
  }

  .tiki-account .wrap .row-style-1 {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(124,124,124,.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(124,124,124,.2);
    box-shadow: 0 2px 2px 0 rgba(124,124,124,.2);
  }

  .tiki-account .wrap .row-style-1 .col-md-2 {
    width: 200px;
    padding-right: 0;
    padding-left: 0;
  }

  .tiki-account .wrap .row-style-1 .col-md-10 {
    width: 740px;
    padding-left: 10px;
    border-left: 1px solid #f6f6f6;
  }
}

@media (min-width:1200px) {
  .tiki-account .wrap .account-profile {
    width: 50%;
    padding: 0 0 0 30px;
  }

  .tiki-account .wrap .account-address-form {
    max-width: 60%;
  }

  .tiki-account .wrap .account-address-form .form-control-feedback {
    right: -20px;
  }

  .tiki-account .wrap .account-address-form .form-control {
    padding-right: 12px;
  }

  .tiki-account .wrap .row-style-1 {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(124,124,124,.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(124,124,124,.2);
    box-shadow: 0 2px 2px 0 rgba(124,124,124,.2);
  }

  .tiki-account .wrap .row-style-1 .col-lg-3 {
    width: 240px;
    padding-right: 0;
    padding-left: 0;
  }

  .tiki-account .wrap .row-style-1 .col-lg-9 {
    width: 900px;
    padding-left: 10px;
    border-left: 1px solid #f6f6f6;
  }
}

.tiki-review .wrap {
  padding-bottom: 30px;
}

.tiki-review .wrap h1 {
  font-size: 15px;
  margin: 15px 0 0;
  font-weight: 500;
  border-bottom: solid 1px #e7e7e7;
  padding: 0 0 15px;
}

.tiki-review .wrap .review-list {
  border-bottom: 1px solid #e9e9e9;
}

.tiki-review .wrap .review-list .item {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  padding: 15px 0;
}

.tiki-review .wrap .review-list .item:first-child {
  border-top: none;
}

.tiki-review .wrap .review-list .item .product-col-1 {
  display: table-cell;
  width: 130px;
  vertical-align: top;
  padding: 0 10px;
}

.tiki-review .wrap .review-list .item .product-col-2 {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  border-left: 1px solid #e7e7e7;
  padding-left: 24px;
}

.tiki-review .wrap .review-list .item .image {
  width: 65px;
  height: 65;
  overflow: hidden;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.tiki-review .wrap .review-list .item .image a {
  display: block;
}

.tiki-review .wrap .review-list .item .image a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-review .wrap .review-list .item .image .sale-tag {
  display: block;
  position: absolute;
  width: 44px;
  height: 35px;
  text-align: center;
  background: url(../img/sale-tag.png) no-repeat;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.tiki-review .wrap .review-list .item .name {
  font-size: 14px;
  margin: 15px 0 5px;
  font-weight: 700;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}

.tiki-review .wrap .review-list .item .from {
  font-size: 12px;
  text-align: center;
}

.tiki-review .wrap .review-list .item .from span {
  color: #888;
}

.tiki-review .wrap .review-list .item .days {
  font-size: 12px;
  color: #999;
  margin: 4px 0 0;
  text-align: center;
}

.tiki-review .wrap .review-list .item .fb-share {
  margin-top: 10px;
}

.tiki-review .wrap .review-list .item .infomation .review {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
  color: #00b7f1;
  margin: 0;
}

.tiki-review .wrap .review-list .item .infomation .buy-already {
  font-size: 13px;
  padding: 0 0 0 19px;
  background: url(../img/tick.png) 2px 5px no-repeat;
  margin: 10px 0;
  color: #090;
  font-weight: 700;
}

.tiki-review .wrap .review-list .item .infomation .link button,.tiki-review .wrap .review-list .item .infomation .quick-edit .btn {
  background: #32befb;
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  cursor: pointer;
  white-space: nowrap;
}

.tiki-review .wrap .review-list .item .infomation .quick-edit {
  display: none;
  margin: 10px 0;
}

.tiki-review .wrap .review-list .item .infomation .quick-edit textarea {
  margin-bottom: 5px;
}

.tiki-review .wrap .review-list .item .infomation .quick-edit .btn {
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}

.tiki-review .wrap .review-list .item .infomation .quick-edit .btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-review .wrap .review-list .item .infomation .quick-edit:after,.tiki-review .wrap .review-list .item .infomation .quick-edit:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-review .wrap .review-list .item .infomation .rating {
  margin: 3px 10px 0 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.tiki-review .wrap .review-list .item .infomation .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-review .wrap .review-list .item .infomation .rating .rating-content .star {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
}

.tiki-review .wrap .review-list .item .infomation .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-review .wrap .review-list .item .infomation .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-review .wrap .review-list .item .infomation .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-review .wrap .review-list .item .infomation .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-review .wrap .review-list .item .infomation .description {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  margin: 10px 0;
}

.tiki-review .wrap .review-list .item .infomation .description a {
  color: #00aaf1;
}

.tiki-review .wrap .review-list .item .infomation .link span {
  font-size: 13px;
  margin-right: 10px;
}

.tiki-review .wrap .review-list .item .infomation .link button {
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  padding: 6px 12px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 8px;
  display: block;
}

.tiki-review .wrap .review-list .item .infomation .link button:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-review .wrap .review-list .item .infomation .link button i.fa {
  margin-right: 5px;
}

.tiki-review .wrap .review-list .item .infomation .link p {
  display: block;
  color: #ccc;
  font-weight: 100;
  margin-top: 10px;
}

.tiki-review .wrap .review-list .item .infomation .link p a {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  padding: 0 5px;
}

.tiki-review .wrap .review-list .item .infomation .link p a.is-spam,.tiki-review .wrap .review-list .item .infomation .link p a.is-spam:hover {
  color: red;
}

.tiki-review .wrap .review-list .item .infomation .link p a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-review .wrap .review-list .item .infomation .link:after,.tiki-review .wrap .review-list .item .infomation .link:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-review .wrap .review-list .item .infomation .quick-reply {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: none;
}

.tiki-review .wrap .review-list .item .infomation .quick-reply textarea {
  display: block;
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
}

.tiki-review .wrap .review-list .item .infomation .quick-reply .btn-primary {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none!important;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 6px 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
}

.tiki-review .wrap .review-list .item .infomation .quick-reply .btn-default:hover,.tiki-review .wrap .review-list .item .infomation .quick-reply .btn-primary:hover {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-review .wrap .review-list .item .infomation .quick-reply .btn-default {
  background: #fff;
  padding: 5px 8px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-left: 5px;
}

.tiki-review .wrap .review-list .item .replies {
  margin-top: 10px;
}

.tiki-review .wrap .review-list .item .replies>.replies-item {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  background: 0 0;
  border-top: solid 1px #e7e7e7;
  margin: 5px 0 0;
  border-bottom: none;
}

.tiki-review .wrap .review-list .item .replies>.replies-item .replies-image {
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.tiki-review .wrap .review-list .item .replies>.replies-item .replies-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
}

.tiki-review .wrap .review-list .item .replies>.replies-item .replies-name span {
  font-weight: 400;
}

.tiki-review .wrap .review-list .item .replies>.replies-item .replies-text {
  font-size: 13px;
  margin-bottom: 0;
}

.tiki-review .wrap .review-list .item .replies>.replies-item .replies-report {
  text-align: right;
  margin-bottom: 0;
}

.tiki-review .wrap .review-list .item .replies>.replies-item .replies-report a {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  padding: 0 5px;
}

.tiki-review .wrap .review-list .item .replies>.replies-item .replies-report a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-review .wrap .review-list .item .replies>.replies-item:after,.tiki-review .wrap .review-list .item .replies>.replies-item:before,.tiki-review .wrap .review-list .item:after,.tiki-review .wrap .review-list .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-review .wrap .product-list {
  margin-top: 47px;
  text-align: center;
}

.tiki-review .wrap .product-list .item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.tiki-review .wrap .product-list .item>a {
  display: block;
}

.tiki-review .wrap .product-list .item>a .image {
  width: 135px;
  min-height: 135px;
  overflow: hidden;
  display: block;
  position: relative;
}

.tiki-review .wrap .product-list .item>a .image img {
  background: #fff;
  color: #fff;
  outline-color: #fff;
  border-color: #fff;
}

.tiki-review .wrap .product-list .item>a .image .sale-tag {
  display: block;
  position: absolute;
  width: 44px;
  height: 35px;
  text-align: center;
  background: url(../img/sale-tag.png) no-repeat;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 23px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.tiki-review .wrap .product-list .item>a .title {
  width: 130px;
  padding: 8px 0 0;
  display: block;
  font-size: 13px;
  color: #000;
  height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.tiki-review .wrap .product-list .item>a .title:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-review .wrap .product-list .item>a:hover {
  color: #00b7f1;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.tiki-review .wrap .product-list .item .author {
  margin: 5px 0 0;
  color: #777;
  font-size: 11px;
  width: 130px;
  text-align: left;
}

.tiki-review .wrap .product-list .item .review {
  margin: 5px 0 0;
  font-size: 12px;
  display: inline-block;
  text-align: left;
}

.tiki-review .wrap .product-list .item .note {
  max-width: 130px;
  font-size: 12px;
  margin: 5px 0 0;
}

.tiki-review .wrap .product-list .item .note span {
  font-weight: 700;
  color: #090;
}

.tiki-review .wrap .product-list .item .rating {
  margin: 5px 0 0;
  font-size: 12px;
  display: inline-block;
}

.tiki-review .wrap .product-list .item .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.tiki-review .wrap .product-list .item .rating .rating-content .star {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
}

.tiki-review .wrap .product-list .item .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

.tiki-review .wrap .product-list .item .rating .rating-content .star:before {
  content: "\f005";
}

.tiki-review .wrap .product-list .item .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.tiki-review .wrap .product-list .item .rating .rating-content span .star {
  color: #f0c808;
}

.tiki-review .wrap .product-list .item .price-sale {
  font-size: 14px;
  color: #444;
  font-weight: 700;
  margin: 5px 0 0;
  width: 130px;
  text-align: left;
}

.tiki-review .wrap .product-list .item .price-regular {
  font-size: 11px;
  color: #999;
  text-decoration: line-through;
  display: block;
  margin: 5px 0 0;
  width: 130px;
  text-align: left;
}

.tiki-review .wrap .btn-back,.tiki-review .wrap .question-answer-form .form .btn {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  font-weight: 700;
  margin-right: auto;
  margin-left: auto;
  display: block;
  box-shadow: 0 -2px 0 #0788bf inset;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  white-space: nowrap;
}

.tiki-review .wrap .btn-back {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  border: none!important;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 30px;
}

.tiki-review .wrap .question-answer-form {
  margin-top: 15px;
}

.tiki-review .wrap .question-answer-form .all a {
  color: #00b7f1;
  font-size: 13px;
}

.tiki-review .wrap .question-answer-form .form {
  position: relative;
  padding-right: 99px;
}

.tiki-review .wrap .question-answer-form .form .btn {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  border: none!important;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-1:after,.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-1:before,.tiki-review .wrap .question-answer-box .question-answer-content .item:after,.tiki-review .wrap .question-answer-box .question-answer-content .item:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-review .wrap .question-answer-form .form .btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-review .wrap .question-answer-form .form input[type=text] {
  width: 98%;
}

.tiki-review .wrap .question-answer-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tiki-review .wrap .question-answer-box .question-answer-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0;
  margin: 0 0 5px;
}

.tiki-review .wrap .question-answer-box .question-answer-title h2 {
  font-size: 15px;
  color: #444;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item {
  border-bottom: 1px dashed #ececec;
  padding: 8px 0;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-1 {
  float: left;
  margin-right: -100%;
  position: relative;
  width: 100px;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-1 .group {
  width: 50%;
  overflow: hidden;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-1 .group .number {
  font-size: 20px;
  color: #1c1c1c;
  margin-bottom: 0;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-1 .group .text {
  font-size: 12px;
  color: #1c1c1c;
  margin-bottom: 0;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 {
  float: left;
  width: 100%;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group {
  margin-left: 100px;
  padding: 0 0 0 10px;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .name {
  color: #2a2a26;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 700;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .text {
  color: #2a2a26;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 0;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action span {
  color: #888;
  padding: 0 10px;
  border-left: 1px solid #ddd;
  font-size: 12px;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action span:first-child {
  border-left: none;
  padding-left: 0;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action a {
  color: #888;
  padding: 0 10px;
  border-left: 1px solid #ddd;
  font-size: 12px;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action a:first-child {
  border-left: none;
  padding-left: 0;
}

.tiki-review .wrap .question-answer-box .question-answer-content .item .item-col-2 .group .action a:hover {
  text-decoration: none;
  color: #00b7f1;
}

.tiki-review .wrap .question-other-box .question-other-title {
  border-bottom: 1px solid #e7e7e7;
  padding: 7px 0;
  margin: 0 0 5px;
}

.tiki-review .wrap .question-other-box .question-other-title h2 {
  font-size: 15px;
  color: #444;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.tiki-review .wrap .question-other-box .question-other-content .item {
  border-bottom: 1px dashed #ececec;
  padding: 8px 0;
  margin-bottom: 0;
}

.tiki-review .wrap .question-other-box .question-other-content .item a {
  color: #2a2a26;
  font-size: 13px;
}

.tiki-review .wrap .question-other-box .question-other-content .item a:hover {
  color: #00b7f1;
  text-decoration: none;
}

@media (min-width:480px) {
  .tiki-review .wrap .review-list .item .infomation .link button {
    margin-top: 0;
    display: inline-block;
  }

  .tiki-review .wrap .review-list .item .infomation .quick-reply .btn-default,.tiki-review .wrap .review-list .item .infomation .quick-reply .btn-primary {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width:640px) {
  .tiki-review .wrap .review-list .item .infomation .link p {
    display: inline-block;
    color: #ccc;
    font-weight: 100;
    float: right;
    margin: 0;
  }
}

@media (min-width:768px) {
  .tiki-review .wrap .review-list .item .name {
    width: 178px;
  }
}

@media (min-width:992px) {
  .tiki-review .wrap .btn-back {
    margin-left: 0;
    margin-right: 0;
  }

  .tiki-review .wrap .product-list {
    padding-top: 35px;
  }
}

.tiki-tracking-order .distance-top {
  margin-top: 40px;
}

.tiki-tracking-order .wrap {
  min-height: 160px;
  background-color: #fff;
}

.tiki-tracking-order .wrap h1,.tiki-tracking-order .wrap h2 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 400;
  padding: 0;
  color: #00b7f1;
}

.tiki-tracking-order .wrap .tracking-order-form {
  min-height: 222px;
  padding-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tiki-tracking-order .wrap .tracking-order-form h4 {
  font-size: 24px;
  text-align: center;
  padding: 0 15px;
  color: #00b7f1;
}

.tiki-tracking-order .wrap .tracking-order-form .description {
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.tiki-tracking-order .wrap .tracking-order-form .form-inline {
  text-align: center;
}

.tiki-tracking-order .wrap .tracking-order-form .form-inline .form-group {
  margin-left: 15px;
  margin-right: 15px;
}

.tiki-tracking-order .wrap .tracking-order-form .form-inline .form-group label {
  display: block;
  text-align: left;
  font-size: 12px;
}

.tiki-tracking-order .wrap .tracking-order-form .form-inline .form-group input {
  display: block;
}

.tiki-tracking-order .wrap .tracking-order-form .form-inline .btn-default {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none;
  box-shadow: 0 -2px 0 #0788bf inset;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0,0,0,.3);
  padding: 8px 40px;
  font-size: 14px;
  line-height: 20px;
}

.tiki-tracking-order .wrap .tracking-order-form .form-inline .btn-default:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-tracking-order .wrap .tracking-order-form .form-inline .help-block {
  font-size: 11px;
  text-align: left;
  margin-bottom: 0;
  min-height: 17px;
}

.tiki-tracking-order .wrap .tracking-order-process {
  border: 1px solid #ddd;
  padding: 15px 15px 0;
  background: url(../img/top-bg-5.png) repeat-x #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.tiki-tracking-order .wrap .tracking-order-process .order-id {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tiki-tracking-order .wrap .tracking-order-process .status {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
}

.tiki-tracking-order .wrap .tracking-order-process .status span {
  color: #7bc828;
}

.tiki-tracking-order .wrap .tracking-order-process .link {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.tiki-tracking-order .wrap .tracking-order-process .link a {
  color: #00b7f1;
}

.tiki-tracking-order .wrap .tracking-order-process .message {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard {
  margin-top: 60px;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  font-size: 11px;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step .bs-wizard-stepnum p {
  margin-bottom: 0;
  font-weight: 700;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step .bs-wizard-stepnum span {
  display: block;
  height: 15px;
  white-space: nowrap;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
  top: 55px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  color: #000;
  border: 2px solid #35c4f6;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
  background: url(../img/check.png) 5px 7px no-repeat #00b6f0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step>.bs-wizard-dot:hover {
  cursor: default;
  text-decoration: none;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step>.progress {
  height: 3px;
  margin: 22px 0;
  background: #b9b9b9;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  visibility: hidden;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0;
  box-shadow: none;
  background: #00b6f0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-stepnum {
  color: #a3a3a3;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
  background-color: #fff;
  color: #000;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  opacity: 0;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.tiki-tracking-order .wrap .tracking-order-detail {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 300px;
  margin-top: 15px;
}

.tiki-tracking-order .wrap .tracking-order-detail .top {
  margin: 0;
  padding: 15px 0;
  position: relative;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50,50,50,.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(50,50,50,.1);
  box-shadow: 0 3px 3px 0 rgba(50,50,50,.1);
}

.tiki-tracking-order .wrap .tracking-order-detail .top h4 {
  font-size: 15px;
  margin-top: 0;
  font-weight: 700;
}

.tiki-tracking-order .wrap .tracking-order-detail .top p {
  margin-bottom: 0;
  font-size: 13px;
}

.tiki-tracking-order .wrap .tracking-order-detail .top .icon-24h {
  width: auto;
  height: 20px;
}

.tiki-tracking-order .wrap .tracking-order-detail .top .item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.tiki-tracking-order .wrap .tracking-order-detail .top .item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom {
  padding-top: 45px;
  padding-bottom: 30px;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom h4 {
  font-size: 15px;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 {
  display: block;
  width: 100%;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 thead {
  display: none;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 thead tr {
  display: block;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 thead tr th {
  display: block;
  border-top: 1px solid #eee;
  position: relative;
  padding: 5px;
  background: 0 0;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 thead tr th:first-child {
  border-top: none;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr:first-child {
  border-top: 1px solid #ccc!important;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot {
  display: block;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr {
  display: block;
  border-top: 1px solid #ccc;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr:first-child,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr:first-child {
  border-top: none;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr td,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr td {
  display: block;
  border: none;
  border-top: 1px solid #eee;
  position: relative;
  padding: 5px;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr td:first-child,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr td:first-child {
  border-top: none;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table {
  width: auto;
  margin: 0 auto;
  font-size: 13px;
  max-width: 90%;
  border: 1px solid #ddd;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table th {
  background: #f8f8f8;
  border-width: 1px;
  font-weight: 500;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table td,.tiki-tracking-order .wrap .tracking-order-detail .bottom table tr {
  padding: 10px;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table a {
  color: #444;
}

.tiki-tracking-order .wrap .tracking-order-detail .bottom table a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-tracking-order .wrap .btn-reorder,.tiki-tracking-order .wrap .btn-retrack {
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  display: block;
  white-space: nowrap;
}

.tiki-tracking-order .wrap .btn-reorder {
  background: #C10000;
  background: -moz-linear-gradient(top,#E80000 0,#C10000 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#E80000),color-stop(100%,#C10000));
  background: -webkit-linear-gradient(top,#E80000 0,#C10000 100%);
  background: -o-linear-gradient(top,#E80000 0,#C10000 100%);
  background: -ms-linear-gradient(top,#E80000 0,#C10000 100%);
  background: linear-gradient(to bottom,#E80000 0,#C10000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E80000', endColorstr='#C10000', GradientType=0);
  border: none;
  box-shadow: 0 -2px 0 #A60000 inset;
  padding: 6px 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  max-width: 105px;
}

.tiki-tracking-order .wrap .btn-reorder:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-tracking-order .wrap .btn-retrack {
  background: #32befb;
  background: -moz-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#32befb),color-stop(100%,#19a5e1));
  background: -webkit-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -o-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: -ms-linear-gradient(top,#32befb 0,#19a5e1 100%);
  background: linear-gradient(to bottom,#32befb 0,#19a5e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32befb', endColorstr='#19a5e1', GradientType=0);
  border: none;
  box-shadow: 0 -2px 0 #0788bf inset;
  padding: 6px 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 15px auto 0;
  max-width: 156px;
}

.tiki-tracking-order .wrap .detail-toggle-hide p,.tiki-tracking-order .wrap .detail-toggle-show p {
  margin-bottom: 0;
}

.tiki-tracking-order .wrap .btn-retrack:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.tiki-tracking-order .wrap .hide-detail,.tiki-tracking-order .wrap .show-detail {
  display: block;
}

.tiki-tracking-order .wrap .hide-detail,.tiki-tracking-order .wrap .order-history-link,.tiki-tracking-order .wrap .show-detail {
  color: #00b7f1;
}

.tiki-tracking-order .wrap .hide-detail:focus,.tiki-tracking-order .wrap .hide-detail:hover,.tiki-tracking-order .wrap .order-history-link:focus,.tiki-tracking-order .wrap .order-history-link:hover,.tiki-tracking-order .wrap .show-detail:focus,.tiki-tracking-order .wrap .show-detail:hover {
  text-decoration: none;
  color: #569cb9;
}

.tiki-tracking-order .wrap .detail-toggle-show {
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
  padding-bottom: 0;
}

.tiki-tracking-order .wrap .detail-toggle-hide {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}

@media (min-width:768px) {
  .tiki-tracking-order .wrap .tracking-order-form .form-inline .form-group:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width:992px) {
  .tiki-tracking-order .wrap .tracking-order-process .bs-wizard>.bs-wizard-step>.progress {
    visibility: visible;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .top .item {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 {
    display: table;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 thead {
    display: table-header-group;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 thead tr {
    display: table-row;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 thead tr th {
    display: table-cell;
    padding: 8px;
    background: #f8f8f8;
    border-top: none;
    border-left: 1px solid #ddd;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 thead tr th:first-child {
    border-left: none;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot {
    display: table-row-group;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr {
    display: table-row;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr td,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr td {
    display: table-cell;
    padding: 10px;
    border-top: 1px solid #ddd;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr td:first-child,.tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr td:first-child {
    border-top: 1px solid #ddd;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr:first-child {
    border-top: 1px solid #ccc!important;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr td {
    border-left: 1px solid #ddd;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tbody tr td:first-child {
    border-left: none;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr {
    border-top: none;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr td {
    text-align: left;
    border-top: none;
  }

  .tiki-tracking-order .wrap .tracking-order-detail .bottom table.table-responsive-2 tfoot tr td:first-child {
    text-align: right;
    border-top: none;
  }

  .tiki-tracking-order .wrap .btn-reorder {
    margin: 0 0 0 30px;
  }
}

.tiki-author-profile .wrap .author-group-1 {
  background: url(../img/author-profile/bg-1.png) bottom no-repeat;
  margin-top: 30px;
  padding-bottom: 75px;
  position: relative;
}

.tiki-author-profile .wrap .author-group-1 .photo-group {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}

.tiki-author-profile .wrap .author-group-1 .photo-group a {
  color: #00b7f1;
  display: block;
  background: url(../img/author-profile/icon-1.png) left center no-repeat;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}

.tiki-author-profile .wrap .author-group-1 .photo-group .image {
  width: 210px;
  height: 210px;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
}

.tiki-author-profile .wrap .author-group-1 .photo-group .view {
  font-size: 15px;
  margin-top: 15px;
}

.tiki-author-profile .wrap .author-group-1 .profile-group {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  margin-left: 15px;
}

.tiki-author-profile .wrap .author-group-1 .profile-group h4 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.tiki-author-profile .wrap .author-group-1 .profile-group p:nth-child(2) {
  font-size: 20px;
  background: url(../img/author-profile/icon-2.png) left center no-repeat;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.tiki-author-profile .wrap .author-group-1 .profile-group p:nth-child(3) {
  font-size: 20px;
  background: url(../img/author-profile/icon-3.png) left center no-repeat;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 0;
}

.tiki-author-profile .wrap .author-group-1 .icon-group {
  display: inline-block;
  vertical-align: top;
  width: 440px;
}

.tiki-author-profile .wrap .author-group-1 .icon-group img:nth-child(1),.tiki-author-profile .wrap .author-group-1 .icon-group img:nth-child(2) {
  margin-right: 12px;
}

.tiki-author-profile .wrap .author-group-1 .icon-group img:nth-child(3) {
  margin-right: 42px;
}

.tiki-author-profile .wrap .author-group-1 .text-group {
  position: absolute;
  top: 180px;
  right: 0;
}

.tiki-author-profile .wrap .author-group-1 .text-group p:nth-child(1) {
  text-align: right;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.tiki-author-profile .wrap .author-group-1 .text-group p:nth-child(2) {
  text-align: right;
  font-size: 15px;
  color: #006d92;
  margin-bottom: 0;
  margin-top: 5px;
}

.tiki-author-profile .wrap .list-group-wrap .tabs-nav-group {
  position: relative;
  margin-bottom: 50px;
}

.tiki-author-profile .wrap .list-group-wrap .tabs-nav-group:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ebebeb;
  z-index: 1;
}

.tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul {
  font-size: 0;
  padding: 0;
  margin-bottom: 0;
  float: right;
  position: relative;
  z-index: 2;
}

.tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul li {
  display: inline-block;
  vertical-align: top;
}

.tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul li.active a,.tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul li:hover a {
  background: #00b1ec;
  color: #fff;
  text-decoration: none;
}

.tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul li a {
  border: 2px solid #00b1ec;
  padding: 10px 25px;
  font-size: 16px;
  display: block;
  background: #fff;
}

.tiki-author-profile .wrap .list-group-wrap .list-group {
  margin-top: 60px;
  margin-bottom: 0;
}

.tiki-author-profile .wrap .list-group-wrap .list-group.has-mb {
  margin-bottom: 30px;
}

.tiki-author-profile .wrap .list-group-wrap .list-group h2 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list {
  margin-top: 25px;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product {
  padding: 0 40px;
  position: relative;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product .owl-item .item,.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product .owl-item .item-2,.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product-2 .owl-item .item,.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product-2 .owl-item .item-2 {
  visibility: visible;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls {
  margin-top: 0;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls .owl-next,.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls .owl-prev {
  position: absolute;
  width: 30px;
  height: 35px;
  border-radius: 3px;
  margin: auto;
  padding: 0;
  background: 0 0;
  display: block;
  line-height: 40px;
  top: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls .owl-next {
  right: 0;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls .owl-prev {
  left: 0;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls i.fa {
  font-size: 30px;
  color: #03b0ec;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .item {
  margin-bottom: 0;
  width: 230px;
  height: 366px;
  overflow: hidden;
  float: left;
  visibility: hidden;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .item a {
  display: block;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .item-2 {
  margin-bottom: 0;
  float: left;
  visibility: hidden;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .item-2 .image {
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .item-2 .title {
  font-size: 20px;
  display: block;
  color: #000;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list .item-2 .title:hover {
  color: #00b7f1;
  text-decoration: none;
}

.tiki-author-profile .wrap .list-group-wrap .list-group .list:after,.tiki-author-profile .wrap .list-group-wrap .list-group .list:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-author-profile .wrap .list-group-wrap-2 {
  background: url(../img/author-profile/bg-2.png);
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group {
  margin-top: 60px;
  margin-bottom: 0;
  padding: 40px;
  background: #fff;
}

.all-new .banner.has-pagination,.tiki-author-profile .wrap .list-group-wrap-2 .list-group.has-mb {
  margin-bottom: 30px;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group h2 {
  font-size: 25px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group h2.has-icon-1 {
  background: url(../img/author-profile/icon-10.png) left center no-repeat;
  padding-left: 35px;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group h2.has-icon-2 {
  background: url(../img/author-profile/icon-11.png) left center no-repeat;
  padding-left: 35px;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list {
  margin-top: 25px;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-product {
  padding: 0 40px;
  position: relative;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-product .owl-item .item {
  visibility: visible;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-controls {
  margin-top: 0;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-controls .owl-next {
  position: absolute;
  display: block;
  width: 30px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  line-height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0;
  background: 0 0;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-controls .owl-prev {
  position: absolute;
  display: block;
  width: 30px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  line-height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  background: 0 0;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-controls i.fa {
  font-size: 30px;
  color: #03b0ec;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .item {
  margin-bottom: 0;
  width: 230px;
  height: 366px;
  overflow: hidden;
  float: left;
  visibility: hidden;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .item a {
  display: block;
}

.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list:after,.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-author-profile .wrap .tooltip-content {
  display: none;
}

.tiki-author-profile .popover {
  max-width: 360px;
}

.tiki-author-profile .popover.style-2 {
  background: #f3fcff;
}

.tiki-author-profile .tooltip-content-inner h4 {
  font-size: 25px;
  color: #696969;
}

.tiki-author-profile .tooltip-content-inner p:nth-child(2) {
  color: #696969;
  font-size: 20px;
}

.tiki-author-profile .tooltip-content-inner p:nth-child(3) {
  color: #00b1ec;
  font-size: 19px;
  background: url(../img/author-profile/icon-9.png) left center no-repeat;
  padding-left: 35px;
}

.tiki-author-profile .tooltip-content-inner p:nth-child(4) {
  color: #000;
  font-size: 18px;
}

.tiki-author-profile .tooltip-content-inner p:nth-child(4) img {
  display: block;
  margin: 40px auto 0;
}

.tiki-author-profile .tooltip-content-inner p:nth-child(5) {
  color: #c3c3c3;
  font-size: 19px;
  text-align: center;
}

@media (min-width:992px) {
  .tiki-author-profile .wrap .author-group-1 {
    background: url(../img/author-profile/bg-1.png) bottom no-repeat;
    margin-top: 30px;
    padding-bottom: 75px;
    position: relative;
  }

  .tiki-author-profile .wrap .author-group-1 .photo-group {
    display: inline-block;
    vertical-align: top;
    width: 210px;
  }

  .tiki-author-profile .wrap .author-group-1 .photo-group a {
    color: #00b7f1;
    display: block;
    background: url(../img/author-profile/icon-1.png) left center no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .tiki-author-profile .wrap .author-group-1 .photo-group .image {
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
  }

  .tiki-author-profile .wrap .author-group-1 .photo-group .view {
    font-size: 15px;
    margin-top: 15px;
  }

  .tiki-author-profile .wrap .author-group-1 .profile-group {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin-left: 15px;
  }

  .tiki-author-profile .wrap .author-group-1 .profile-group h4 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tiki-author-profile .wrap .author-group-1 .profile-group p:nth-child(2) {
    font-size: 20px;
    background: url(../img/author-profile/icon-2.png) left center no-repeat;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .tiki-author-profile .wrap .author-group-1 .profile-group p:nth-child(3) {
    font-size: 20px;
    background: url(../img/author-profile/icon-3.png) left center no-repeat;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .tiki-author-profile .wrap .author-group-1 .icon-group {
    display: inline-block;
    vertical-align: top;
    width: 440px;
  }

  .tiki-author-profile .wrap .author-group-1 .icon-group img:nth-child(1),.tiki-author-profile .wrap .author-group-1 .icon-group img:nth-child(2) {
    margin-right: 12px;
  }

  .tiki-author-profile .wrap .author-group-1 .icon-group img:nth-child(3) {
    margin-right: 42px;
  }

  .tiki-author-profile .wrap .author-group-1 .text-group {
    position: absolute;
    top: 180px;
    right: 0;
  }

  .tiki-author-profile .wrap .author-group-1 .text-group p:nth-child(1) {
    text-align: right;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tiki-author-profile .wrap .author-group-1 .text-group p:nth-child(2) {
    text-align: right;
    font-size: 15px;
    color: #006d92;
    margin-bottom: 0;
    margin-top: 5px;
  }

  .tiki-author-profile .wrap .list-group-wrap .tabs-nav-group {
    position: relative;
    margin-bottom: 50px;
  }

  .tiki-author-profile .wrap .list-group-wrap .tabs-nav-group:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #ebebeb;
    z-index: 1;
  }

  .tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul {
    font-size: 0;
    padding: 0;
    margin-bottom: 0;
    float: right;
    position: relative;
    z-index: 2;
  }

  .tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul li {
    display: inline-block;
    vertical-align: top;
  }

  .tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul li.active a,.tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul li:hover a {
    background: #00b1ec;
    color: #fff;
    text-decoration: none;
  }

  .tiki-author-profile .wrap .list-group-wrap .tabs-nav-group ul li a {
    border: 2px solid #00b1ec;
    padding: 10px 25px;
    font-size: 16px;
    display: block;
    background: #fff;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group.has-mb {
    margin-bottom: 30px;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group h2 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list {
    margin-top: 25px;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product {
    padding: 0 40px;
    position: relative;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product .owl-item .item,.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product .owl-item .item-2,.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product-2 .owl-item .item,.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-product-2 .owl-item .item-2 {
    visibility: visible;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls {
    margin-top: 0;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls .owl-next,.tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls .owl-prev {
    position: absolute;
    width: 30px;
    height: 35px;
    border-radius: 3px;
    margin: auto;
    padding: 0;
    background: 0 0;
    display: block;
    cursor: pointer;
    line-height: 40px;
    top: 0;
    bottom: 0;
    text-align: center;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls .owl-next {
    right: 0;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls .owl-prev {
    left: 0;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .owl-controls i.fa {
    font-size: 30px;
    color: #03b0ec;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .item {
    margin-bottom: 0;
    width: 230px;
    height: 366px;
    overflow: hidden;
    float: left;
    visibility: hidden;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .item a {
    display: block;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .item-2 {
    margin-bottom: 0;
    float: left;
    visibility: hidden;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .item-2 .image {
    display: block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 25px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .item-2 .title {
    font-size: 20px;
    display: block;
    color: #000;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list .item-2 .title:hover {
    color: #00b7f1;
    text-decoration: none;
  }

  .tiki-author-profile .wrap .list-group-wrap .list-group .list:after,.tiki-author-profile .wrap .list-group-wrap .list-group .list:before {
    display: table;
    content: "";
    clear: both;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 {
    background: url(../img/author-profile/bg-2.png);
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 40px;
    background: #fff;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group.has-mb {
    margin-bottom: 30px;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group h2 {
    font-size: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group h2.has-icon-1 {
    background: url(../img/author-profile/icon-10.png) left center no-repeat;
    padding-left: 35px;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group h2.has-icon-2 {
    background: url(../img/author-profile/icon-11.png) left center no-repeat;
    padding-left: 35px;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list {
    margin-top: 25px;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-product {
    padding: 0 40px;
    position: relative;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-product .owl-item .item {
    visibility: visible;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-controls {
    margin-top: 0;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-controls .owl-next {
    position: absolute;
    display: block;
    width: 30px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    line-height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: 0 0;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-controls .owl-prev {
    position: absolute;
    display: block;
    width: 30px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    line-height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    background: 0 0;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .owl-controls i.fa {
    font-size: 30px;
    color: #03b0ec;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .item {
    margin-bottom: 0;
    width: 230px;
    height: 366px;
    overflow: hidden;
    float: left;
    visibility: hidden;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list .item a {
    display: block;
  }

  .tiki-author-profile .wrap .list-group-wrap-2 .list-group .list:after,.tiki-author-profile .wrap .list-group-wrap-2 .list-group .list:before {
    display: table;
    content: "";
    clear: both;
  }

  .tiki-author-profile .wrap .tooltip-content {
    display: none;
  }

  .tiki-author-profile .popover {
    max-width: 360px;
  }

  .tiki-author-profile .popover.style-2 {
    background: #f3fcff;
  }

  .tiki-author-profile .tooltip-content-inner h4 {
    font-size: 25px;
    color: #696969;
  }

  .tiki-author-profile .tooltip-content-inner p:nth-child(2) {
    color: #696969;
    font-size: 20px;
  }

  .tiki-author-profile .tooltip-content-inner p:nth-child(3) {
    color: #00b1ec;
    font-size: 19px;
    background: url(../img/author-profile/icon-9.png) left center no-repeat;
    padding-left: 35px;
  }

  .tiki-author-profile .tooltip-content-inner p:nth-child(4) {
    color: #000;
    font-size: 18px;
  }

  .tiki-author-profile .tooltip-content-inner p:nth-child(4) img {
    display: block;
    margin: 40px auto 0;
  }

  .tiki-author-profile .tooltip-content-inner p:nth-child(5) {
    color: #c3c3c3;
    font-size: 19px;
    text-align: center;
  }
}

.tiki-affiliate .wrap {
  min-height: 500px;
  background: #f8f8f8;
}

.tiki-affiliate .box-related-product-footer {
  display: none;
}

.tiki-affiliate .account:after,.tiki-affiliate .account:before,.tiki-affiliate .profiles:after,.tiki-affiliate .profiles:before {
  display: table;
  content: "";
  clear: both;
}

.tiki-affiliate .profiles {
  background: #00b7f1;
  color: #fff;
  padding: 5px;
  margin-top: 15px;
}

.tiki-affiliate .profiles .image {
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.tiki-affiliate .profiles .name {
  font-size: 12px;
  margin-bottom: 5px;
}

.tiki-affiliate .profiles h6 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
}

.tiki-affiliate .account-panel-right,.tiki-affiliate .menu {
  margin-top: 15px;
}

.tiki-affiliate .menu button {
  border-radius: 0;
}

.tiki-affiliate .menu button .caret {
  margin-left: 5px;
}

.tiki-affiliate .menu ul {
  width: 100%;
  border-radius: 0;
}

.tiki-affiliate .account {
  background-color: #fff;
  font-size: 13px;
  padding-bottom: 15px;
}

.tiki-affiliate .content {
  margin-bottom: 15px;
}

.tiki-affiliate .account-nav-tabs {
  border-bottom-color: #ccc;
  overflow: hidden;
}

.tiki-affiliate .account-nav-tabs>li {
  width: 100%;
}

.tiki-affiliate .account-nav-tabs>li>a {
  background-color: #e4e4e4;
  border-color: #a1a1a1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  font-size: 14px;
  margin-right: 0;
  min-width: 165px;
  padding: 10px 30px;
  text-align: center;
}

.tiki-affiliate .account-nav-tabs>li>a:focus,.tiki-affiliate .account-nav-tabs>li>a:hover {
  border-color: #a1a1a1;
  opacity: .8;
}

.tiki-affiliate .account-nav-tabs>li.active>a {
  background-color: #09f;
  color: #fff;
  font-weight: 700;
}

.tiki-affiliate .account-nav-tabs>li.active>a:focus,.tiki-affiliate .account-nav-tabs>li.active>a:hover {
  opacity: 1;
}

.tiki-affiliate .account-tab-content {
  border-top: 0;
}

.tiki-affiliate .account-tab-content .content-title:nth-child(1) {
  margin-top: 0;
}

.tiki-affiliate .content-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
}

.tiki-affiliate .content-title-icon {
  margin-right: 5px;
  vertical-align: bottom;
}

.tiki-affiliate .content-description.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.tiki-affiliate .step-2-content {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: left;
}

.tiki-affiliate .step-2-content-title {
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.tiki-affiliate .content-description.step-2 {
  text-align: center;
}

.tiki-affiliate .content-description .note {
  border-top: 1px solid #ccc;
  font-style: italic;
  font-size: 13px;
  margin-top: 15px;
}

.tiki-affiliate .content-description .note p {
  padding-top: 5px;
}

.tiki-affiliate .content-description .note-title {
  font-style: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.tiki-affiliate .content-description .note-title span {
  border-bottom: 1px solid #000;
}

.tiki-affiliate .content-description .note-icon {
  float: left;
  margin-right: 10px;
  margin-top: -3px;
  min-height: 45px;
}

.tiki-affiliate .tiki-friends-join-btn {
  background-color: #00b7f1;
  color: #fff;
  font-size: 16px;
  min-width: 290px;
  text-transform: uppercase;
}

.tiki-affiliate .tiki-friends-join-btn:hover {
  color: #fff;
  opacity: .8;
}

.tiki-affiliate .step-3 {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.tiki-affiliate .step-3 .content-title {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.tiki-affiliate .step-3-number {
  margin-bottom: 15px;
}

.tiki-affiliate .step-3-content {
  font-size: 13px;
  margin-bottom: 15px;
  vertical-align: middle;
}

.tiki-affiliate .step-3-content-2-text {
  margin-right: 15px;
}

.tiki-affiliate .step-3-arrow img {
  margin-left: auto;
  margin-right: auto;
}

.tiki-affiliate .step-3-holder {
  display: inline-block;
}

.tiki-affiliate .tiki-friends-input {
  box-shadow: 0 0 1px 1px #00b7f1;
  border-color: #00b7f1;
  display: inline-block;
  width: 170px;
  vertical-align: middle;
  padding: 3px 12px;
  height: 28px;
}

.tiki-affiliate .fb-share-button,.tiki-affiliate .tiki-friends-input+.fb-share-button {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.tiki-affiliate .dashboard-order {
  border: 1px solid #dfdfdf;
  font-size: 13px;
}

.tiki-affiliate .dashboard-order.have-margin {
  margin-bottom: 20px;
}

.tiki-affiliate .dashboard-order .color-1 {
  color: #39ca74;
}

.tiki-affiliate .dashboard-order .color-2 {
  color: #000;
}

.tiki-affiliate .dashboard-order .color-3 {
  color: #e54d42;
}

.tiki-affiliate .dashboard-order .plus {
  color: #41d67e;
}

.tiki-affiliate .dashboard-order .minus {
  color: #e54d42;
}

.tiki-affiliate .dashboard-order table {
  margin-bottom: 0;
}

.tiki-affiliate .dashboard-order table th {
  background: #f8f8f8;
  border-width: 1px;
  font-weight: 500;
}

.tiki-affiliate .dashboard-order table td,.tiki-affiliate .dashboard-order table tr {
  padding: 10px;
}

.tiki-affiliate .dashboard-order table td a,.tiki-affiliate .dashboard-order table tr a {
  color: #00b7f1;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 {
  display: block;
  width: 100%;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 thead {
  display: none;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 thead tr {
  display: block;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 thead tr th {
  display: block;
  border-top: 2px solid #A3A3A3;
  position: relative;
  padding: 5px;
  background: 0 0;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 thead tr th:first-child {
  border-top: none;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 tbody,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot {
  display: block;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr {
  display: block;
  border-top: 2px solid #ccc;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr:first-child,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr:first-child {
  border-top: none;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr td,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr td {
  display: block;
  border: none;
  border-top: 2px solid #ccc;
  position: relative;
  padding: 5px;
}

.tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr td:first-child,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr td:first-child {
  border-top: none;
}

.tiki-affiliate .inline-block {
  display: inline-block;
}

.tiki-affiliate .vertical-middle {
  vertical-align: middle;
}

@media (min-width:768px) {
  .tiki-affiliate .banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tiki-affiliate .account-nav-tabs>li {
    width: auto;
  }

  .tiki-affiliate .account-nav-tabs>li>a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 30px 15px;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
  }

  .tiki-affiliate .account-nav-tabs>li.active>a {
    padding: 13px 30px 12px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .tiki-affiliate .content-description.step-2 {
    text-align: left;
  }

  .tiki-affiliate .step-2-content-title {
    margin-top: 0;
    text-align: left;
  }

  .tiki-affiliate .step-2-content {
    margin-bottom: 0;
    margin-top: 0;
  }

  .tiki-affiliate .step-2-icon {
    float: left;
    margin-right: 15px;
  }

  .tiki-affiliate .step-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .tiki-affiliate .step-3-number {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
  }

  .tiki-affiliate .step-3-content {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: left;
  }

  .tiki-affiliate .step-3-arrow img {
    margin-left: 0;
    margin-right: 0;
  }

  .tiki-affiliate .tiki-friends-input {
    width: 200px;
  }
}

@media (min-width:992px) {
  .tiki-affiliate .menu,.tiki-affiliate .profiles {
    margin-top: 0;
  }

  .tiki-affiliate .menu button {
    display: none;
  }

  .tiki-affiliate .menu ul {
    list-style: none;
    padding: 10px;
    display: block;
    background: 0 0;
    border: none;
    width: 100%;
    position: relative;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .tiki-affiliate .menu ul li {
    margin: 10px 0;
  }

  .tiki-affiliate .menu ul li.active a {
    color: #1c1c1c;
    text-decoration: none;
    background: #F5F5F5;
    font-weight: 700;
  }

  .tiki-affiliate .menu ul li a {
    color: #747474;
    font-size: 13px;
  }

  .tiki-affiliate .menu ul li a:hover {
    color: #1c1c1c;
    text-decoration: none;
  }

  .tiki-affiliate .account-panel-left {
    float: left;
    width: 200px;
  }

  .tiki-affiliate .account-panel-right {
    margin-top: 0;
    border-left: 1px solid #f6f6f6;
    float: left;
    width: 740px;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 {
    display: table;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 thead {
    display: table-header-group;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 thead tr {
    display: table-row;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 thead tr th {
    display: table-cell;
    padding: 8px;
    background: #f8f8f8;
    border-top: none;
    border-left: 2px solid #ccc;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 thead tr th:first-child {
    border-left: none;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tbody,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot {
    display: table-row-group;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr {
    display: table-row;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr td,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr td {
    display: table-cell;
    padding: 10px;
    border-top: 2px solid #ccc;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr td:first-child,.tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr td:first-child {
    border-top: 2px solid #ccc;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr:first-child {
    border-top: 1px solid #ccc!important;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr td {
    border-left: 2px solid #ccc;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr td:first-child {
    border-left: none;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tbody tr td>.order-status>.btn-checkout {
    color: #fff;
    border: none;
    outline-color: #ccc;
    background: -webkit-gradient(linear,0 0,0 bottom,from(#ef3959),to(#d72041));
    background: -webkit-linear-gradient(#ef3959,#d72041);
    background: -moz-linear-gradient(#ef3959,#d72041);
    background: -ms-linear-gradient(#ef3959,#d72041);
    background: -o-linear-gradient(#ef3959,#d72041);
    background: linear-gradient(#ef3959,#d72041);
    -webkit-transistion: all .5s linear;
    -moz-transistion: all .5s linear;
    -ms-transistion: all .5s linear;
    -o-transistion: all .5s linear;
    transistion: all .5s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    float: left;
    font-size: 11px;
    padding: 4px;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr {
    border-top: none;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr td {
    text-align: left;
    border-top: none;
  }

  .tiki-affiliate .dashboard-order table.table-responsive-2 tfoot tr td:first-child {
    text-align: right;
    border-top: none;
  }
}

@media (min-width:1200px) {
  .tiki-affiliate .account {
    box-shadow: 0 2px 2px 0 rgba(124,124,124,.2);
  }

  .tiki-affiliate .account-panel-left {
    width: 240px;
  }

  .tiki-affiliate .account-panel-right {
    width: 900px;
  }

  .tiki-affiliate .step-3 {
    text-align: left;
  }

  .tiki-affiliate .step-3-holder {
    display: block;
  }
}

.tiki-affiliate .tiki-friend {
  color: #4D4D4D;
}

.tiki-affiliate .tiki-friend .banner {
  background: #EAEAEA;
  display: inline-block;
  width: 100%;
  padding-bottom: 32px;
}

.tiki-affiliate .tiki-friend .banner img {
  margin: 20px auto auto;
  width: 160px;
}

.tiki-affiliate .tiki-friend .banner p.big-text {
  text-align: center;
  color: #F28598;
  margin-top: 20px;
  font-size: 8px;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.tiki-affiliate .tiki-friend .banner p.small-text {
  font-style: italic;
  text-align: center;
  margin-top: 4px;
  font-size: 16px;
  letter-spacing: .6px;
}

@media (min-width:768px) {
  .tiki-affiliate .tiki-friend .friend-item-wrap {
    padding: 0 100px;
  }
}

.tiki-affiliate .tiki-friend .friend-item .img,.tiki-affiliate .tiki-friend .friend-item .img img {
  width: 100px;
  float: left;
}

.tiki-affiliate .tiki-friend .friend-item .img .percen {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #8FC452;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 33px;
  line-height: 100px;
}

.tiki-affiliate .tiki-friend .friend-item .content {
  margin-left: 121px;
}

.tiki-affiliate .tiki-friend .friend-item .content .title {
  font-weight: 700;
  font-size: 24px;
  margin-top: 8px;
  color: #4D4D4D;
}

.tiki-affiliate .tiki-friend .friend-item .content .desc {
  font-size: 16px;
  margin-top: 7px;
  margin-bottom: 6px;
  color: #5D5D5D;
}

.tiki-affiliate .tiki-friend .friend-item .content .red {
  color: #DC283D;
}

.tiki-affiliate .tiki-friend .friend-item .content p.small-desc {
  color: #A1A1A1;
}

.tiki-affiliate .tiki-friend .friend-item.column {
  margin-top: 20px;
}

.tiki-affiliate .tiki-friend .friend-item.column .wrap {
  min-height: 0;
  background: 0 0;
  border-radius: 4px;
  padding: 0 20px 5px;
}

.tiki-affiliate .tiki-friend .friend-item.column .img {
  width: 100%;
  text-align: center;
  float: none;
  display: inline-block;
}

.tiki-affiliate .tiki-friend .friend-item.column .img img {
  float: none;
}

.tiki-affiliate .tiki-friend .friend-item.column .content {
  margin-left: 0;
  text-align: center;
}

.tiki-affiliate .tiki-friend .friend-item.column .content .title {
  margin-top: 25px;
  font-size: 20px;
}

@media (min-width:768px) {
  .tiki-affiliate .tiki-friend .friend-item.column .wrap {
    border: 1px solid rgba(77,77,77,.71);
    padding: 20px 20px 5px;
  }

  .tiki-affiliate .tiki-friend .friend-item.column .content .title {
    margin-top: 10px;
  }
}

.tiki-affiliate .tiki-friend .friend-item.column .content .desc {
  margin-top: 18px;
}

.tiki-affiliate .tiki-friend .friend-item.column .content .small-desc {
  margin-top: 16px;
}

@media (min-width:768px) {
  .tiki-affiliate .tiki-friend .friend-item.column .content .small-desc {
    margin-top: 45px;
  }
}

.tiki-affiliate .tiki-friend .friend-item.column .percen {
  font-size: 60px;
}

.tiki-affiliate .tiki-friend .friend-item.column .percen sup {
  top: -23px;
  font-size: 32px;
}

.tiki-affiliate .tiki-friend .notice {
  color: #9B9B9B;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  padding: 0 20px;
}

.tiki-affiliate .tiki-friend .notice a {
  color: #00B7F1;
}

.tiki-affiliate .tiki-friend h4.content-title {
  background: #00B7F1;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-weight: 100!important;
}

.tiki-affiliate .tiki-friend .how-to-share {
  padding: 0 20px 25px;
  font-size: 14px;
}

.tiki-affiliate .tiki-friend .how-to-share .title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 34px;
}

.tiki-affiliate .tiki-friend .how-to-share .small {
  font-size: 13px;
  margin-top: 11px;
}

.tiki-affiliate .tiki-friend .share-code-form {
  text-align: center;
  margin-top: 10px;
}

.tiki-affiliate .tiki-friend .share-code-form .notice {
  width: 522px;
  max-width: 100%;
}

.tiki-affiliate .tiki-friend .share-code-form input.code {
  border: 2px solid #CDCDCD;
  border-radius: 4px;
  font-size: 26px;
  font-weight: 700;
  padding: 2px;
  width: 148px;
  text-align: center;
  background: rgba(205,205,205,.27);
  text-transform: uppercase;
}

@media (min-width:478px) {
  .tiki-affiliate .tiki-friend .share-code-form input.code {
    width: 200px;
  }
}

.tiki-affiliate .tiki-friend .share-code-form input.link {
  border: 2px solid #CDCDCD;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  width: 188px;
  background: rgba(205,205,205,.27);
}

@media (min-width:478px) {
  .tiki-affiliate .tiki-friend .share-code-form input.link {
    width: 253px;
  }
}

.tiki-affiliate .tiki-friend .share-code-form img.button {
  vertical-align: top;
  margin-left: 8px;
}

.tiki-affiliate .tiki-friend .share-code-form button {
  margin-left: 8px;
  background: #E04D5F;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 12px;
  min-width: 80px;
  vertical-align: top;
}

.tiki-affiliate .tiki-friend .share-code-form button.copy {
  background: #e2354a;
  background: -moz-linear-gradient(top,#e2354a 0,#d1051e 100%);
  background: -webkit-linear-gradient(top,#e2354a 0,#d1051e 100%);
  background: linear-gradient(to bottom,#e2354a 0,#d1051e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2354a', endColorstr='#d1051e', GradientType=0 );
}

.tiki-affiliate .tiki-friend .share-code-form button.facebook {
  background: #1862B8;
}

@media (max-width:524px) {
  .tiki-affiliate .tiki-friend .share-code-form button.facebook {
    margin-top: 10px;
    margin-right: 10px;
  }
}

.tiki-affiliate .tiki-friend .share-code-form .get-link-icon {
  color: #5D5D5D;
  font-size: 17px;
  vertical-align: middle;
  text-decoration: none;
  margin-left: 5px;
  display: block;
  margin-top: 15px;
}

.tiki-affiliate .tiki-friend .line {
  max-width: 450px;
  height: 1px;
  background: #979797;
  margin: 20px auto;
}

.tiki-affiliate .tiki-friend span.get-link-icon-text {
  width: 173px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width:478px) {
  .tiki-affiliate .tiki-friend span.get-link-icon-text {
    width: 249px;
  }
}

.tiki-affiliate .tiki-friend .xu-table-container {
  padding: 0 15px;
}

.tiki-affiliate .tiki-friend .xu-status {
  font-size: 16px;
  color: #5D5D5D;
  margin-top: 25px;
}

.tiki-affiliate .tiki-friend .xu-status span.total-xu {
  color: #D0021B;
}

.tiki-affiliate .tiki-friend .xu-table-wrap {
  border: 2px solid #A3A3A3;
  border-radius: 5px;
}

.tiki-affiliate .tiki-friend .xu-table-wrap .xu-table th {
  background: #E8E8E8!important;
  font-size: 18px;
  text-align: center;
  color: #5D5D5D;
  font-weight: 700;
  padding: 13px 0;
}

.tiki-affiliate .tiki-friend .xu-table-wrap .xu-table td {
  text-align: center;
  color: #747474;
  font-size: 12px;
}

.tiki-affiliate .tiki-friend .xu-table-wrap .xu-table .plus {
  color: #41d67e;
}

.tiki-affiliate .tiki-friend .xu-table-wrap .xu-table .minus {
  color: #e54d42;
}

.tiki-affiliate .tiki-friend sup {
  top: -2px;
}

body.tiki-book-profile .book-profile .rating {
  padding: 5px 0 0;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

body.tiki-book-profile .book-profile .rating .rating-content {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

body.tiki-book-profile .book-profile .rating .rating-content .star {
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin: .1rem;
  color: #dedddc;
  font-size: 13px;
}

body.tiki-book-profile .book-profile .rating .rating-content .star:nth-child(1) {
  margin-left: 0;
}

body.tiki-book-profile .book-profile .rating .rating-content .star:before {
  content: "\f005";
}

body.tiki-book-profile .book-profile .rating .rating-content span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

body.tiki-book-profile .book-profile .rating .rating-content span .star {
  color: #f0c808;
}

body.tiki-book-profile .bp-user-avatar {
  background-color: #effbff;
  padding: 5px 15px;
  overflow: hidden;
  float: left;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 15px;
}

body.tiki-book-profile .bp-user-avatar img {
  float: left;
  border-radius: 8px;
  width: 40px;
}

body.tiki-book-profile .bp-user-avatar .user-name {
  float: left;
  width: auto;
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}

body.tiki-book-profile .bp-user-avatar .user-name a,body.tiki-book-profile .bp-user-avatar .user-name span {
  display: block;
  text-indent: 10px;
  clear: both;
}

body.tiki-book-profile .bp-user-avatar .user-name a {
  font-style: italic;
  font-weight: 700;
}

body.tiki-book-profile .bp-user-avatar .book-count {
  float: left;
  background: url(../img/book.png) 15px 50% no-repeat;
  height: 40px;
  text-indent: 50px;
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 15px;
  padding-left: 15px;
  line-height: 40px;
  border-left: 1px solid #17bbf1;
  color: #17bbf1;
}

body.tiki-book-profile .grid {
  margin: 0 auto;
  opacity: 0;
  transition: all .5s linear;
}

body.tiki-book-profile .grid.active {
  opacity: 1;
}

body.tiki-book-profile .grid-item {
  width: 220px;
  text-align: center;
  margin-bottom: 20px;
}

body.tiki-book-profile .grid-item .btn-hide {
  display: block;
}

body.tiki-book-profile .grid-item .btn-show,body.tiki-book-profile .grid-item.is-hide .btn-hide {
  display: none;
}

body.tiki-book-profile .grid-item.is-hide {
  opacity: .6;
}

body.tiki-book-profile .grid-item.is-hide .btn-show {
  display: block;
}

body.tiki-book-profile .product-item-2-overlay {
  line-height: 0;
}

body.tiki-book-profile .product-item-img {
  text-align: center;
  border: 1px solid #fff;
  border-bottom: 1px solid #fafafa;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

body.tiki-book-profile .product-item-img:hover {
  border: 1px solid #eaeaea;
}

body.tiki-book-profile .product-item-img .btn-action {
  position: absolute;
  top: -10px;
  right: -5px;
}

body.tiki-book-profile .product-item-img span {
  line-height: 1.5;
}

body.tiki-book-profile .product-item-img .img {
  display: inline-block;
  width: 100%;
}

body.tiki-book-profile .product-item-img img {
  display: inline-block;
  padding-bottom: 8px;
}

body.tiki-book-profile .product-item-img span.title {
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  text-align: left;
  width: 100%;
}

body.tiki-book-profile .product-item-img span.rating {
  position: relative;
  display: inline-block;
  bottom: 0;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.social-component {
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
}

.social-component-btn {
  background: #4c69ba;
  background: -webkit-linear-gradient(#4c69ba,#3b55a0);
  background: linear-gradient(#4c69ba,#3b55a0);
  border: none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  min-width: 52px;
  padding: 0 5px 0 4px;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
}

.social-component-btn:focus,.social-component-btn:hover {
  background: #5b7bd5;
  background: -webkit-linear-gradient(#5b7bd5,#4864b1);
  background: linear-gradient(#5b7bd5,#4864b1);
  border-color: #5874c3 #4961a8 #41599f;
  box-shadow: inset 0 0 1px #607fd6;
}

.social-component-btn-like {
  background: 0 0;
}

.social-component-btn-like:focus,.social-component-btn-like:hover {
  background: 0 0;
  border-color: transparent;
  box-shadow: none;
}

.social-component-btn-like .fb-like {
  margin-bottom: 0!important;
  top: 0!important;
}

.social-component-btn-icon {
  display: inline-block;
  font-size: 1.49em;
  padding-right: 1px;
  vertical-align: middle;
}

.social-component-btn-text {
  display: inline-block;
  vertical-align: middle;
}

.social-component-btn-counter {
  background: #fff;
  border: 1px solid #9197a3;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  font-size: 11px;
  height: auto;
  line-height: 18px;
  margin-left: 3px;
  min-width: 15px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.social-component-btn-counter-arrow {
  height: 0;
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 5px;
  z-index: 2;
}

.social-component-btn-counter-arrow i,.social-component-btn-counter-arrow s {
  border-color: transparent #9197a3;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: block;
  position: relative;
  top: 1px;
}

.social-component-btn-counter-arrow i {
  border-right-color: #fff;
  left: 2px;
  top: -7px;
}

#tikiFriendBannerPopupCenter .modal-body {
  padding: 0;
}

#tikiFriendBannerPopupCenter .modal-content {
  border: none;
  border-radius: 0;
}

#tikiFriendBannerPopupCenter img {
  max-width: 100%;
}

#tikiFriendBannerPopupCenter .close {
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #000;
  opacity: 1;
}

@media (min-width:768px) {
  #tikiFriendBannerPopupCenter .modal-dialog {
    width: 640px;
  }
}

.all-new .badge {
  border-radius: 3px;
  font-weight: 400;
  padding: 4px 6px;
}

.all-new .banner {
  background-color: #f9f9f9;
  position: relative;
}

.all-new .banner .btn-swiper {
  background-color: rgba(192,192,192,.5);
}

.all-new .banner .btn-swiper:hover {
  background-color: rgba(153,153,153,.5);
}

.all-new .banner-full-width img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:992px) {
  .all-new .banner {
    margin-bottom: 0;
  }
}

@media (min-width:1200px) {
  .all-new .banner.has-pagination {
    margin-bottom: 0;
  }

  .all-new .banner .btn-swiper {
    display: block;
  }

  .all-new .banner-h-300 {
    height: 300px;
  }
}

.all-new .btn-gradient {
  background: -webkit-gradient(linear,0 0,0 bottom,from(#fff),to(#f7f7f7));
  background: -webkit-linear-gradient(#fff,#f7f7f7);
  background: -moz-linear-gradient(#fff,#f7f7f7);
  background: -ms-linear-gradient(#fff,#f7f7f7);
  background: -o-linear-gradient(#fff,#f7f7f7);
  background: linear-gradient(#fff,#f7f7f7);
  font-size: 12px;
}

.all-new .btn-gradient:hover {
  text-decoration: none;
  opacity: .8;
  color: #000;
}

.all-new .btn-gradient .fa {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.all-new .btn-gradient .fa-angle-left {
  margin-right: 5px;
}

.all-new .btn-gradient .fa-angle-right {
  margin-left: 5px;
}

.all-new .btn-add-to-cart {
  background-color: transparent;
  border-color: #00b7f1;
  border-radius: 3px;
  color: #00b7f1;
  display: block;
  font-size: 14px;
  padding: 4px 12px;
  text-transform: uppercase;
  width: 100%;
}

.all-new .btn-add-to-cart .fa-shopping-cart {
  font-size: 17px;
  margin-right: 5px;
}

.all-new .btn-add-to-cart:hover {
  background-color: #00b7f1;
  color: #fff;
}

.all-new .btn-flash-buy {
  border-color: #dcdcdc;
  color: #333;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 12px 6px;
}

.all-new .btn-flash-buy:hover {
  background-color: #dcdcdc;
  color: #333;
}

.all-new .btn-flash-buy .icon {
  display: inline-block;
  margin-right: 5px;
  max-width: 7px;
}

.all-new .btn-flash-buy .text {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.all-new .btn-buy-now {
  background-color: #f05e5f;
  border-color: #f05e5f;
  border-bottom: 3px solid #983d3c;
  border-radius: 6px;
  color: #fff;
}

.all-new .btn-buy-now .fa-angle-right {
  font-size: 16px;
  margin-left: 6px;
}

.all-new .btn-buy-now:hover {
  opacity: .8;
}

.all-new .btn-notify {
  border-color: green;
  font-size: 11px;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 400;
  text-align: center;
  background-color: green;
  border-radius: 3px;
  padding: 6px 2px;
}

.all-new .btn-notify:hover {
  opacity: .8;
  text-decoration: none;
}

.all-new .card-item.active:after,.all-new .card.has-border .card-item:hover:after {
  opacity: 1;
}

.all-new .btn-swiper {
  border-radius: 0;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 26px;
  height: 60px;
  margin: auto;
  padding: 10px 9px;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1;
}

.all-new .btn-swiper.prev {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  left: 0;
}

.all-new .btn-swiper.next {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  right: 0;
}

.all-new .btn-swiper:hover {
  background-color: #999;
  color: #fff;
}

.all-new .card-item.active a,.all-new .card.has-border .card-item:hover .card-name {
  color: #00b7f1;
}

.all-new .btn-swiper.circle {
  border-radius: 50%;
  line-height: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}

.all-new .swiper-button-disabled {
  cursor: not-allowed;
  visibility: hidden;
}

.all-new .btn-icon {
  line-height: 0;
}

.all-new .card {
  margin-bottom: 20px;
}

.all-new .card.has-border {
  border-bottom: 1px solid #f0f0f0;
}

.all-new .card.has-border .nav-tabs {
  border-bottom: 0;
}

.all-new .card.has-border .nav-tabs>li {
  margin-bottom: 0;
}

.all-new .card.has-border .nav-tabs>li>a {
  border: 0;
}

.all-new .card.has-border .nav-tabs>li>a:focus,.all-new .card.has-border .nav-tabs>li>a:hover {
  background-color: transparent;
}

.all-new .card.has-border .card-item {
  margin-top: 15px;
  padding-bottom: 25px;
}

.all-new .card-grid-4 .card-item {
  width: 50%;
}

.all-new .card-flex-5 .card-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.all-new .card-flex-5 .card-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.all-new .card-item {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.all-new .card-item.swiper-slide {
  float: none;
  height: auto;
}

.all-new .card-item:after {
  border-bottom: 3px solid #00b7f1;
  bottom: 0;
  content: ' ';
  opacity: 0;
  left: 0;
  margin-bottom: 0;
  right: 0;
  position: absolute;
}

.all-new .card-item:hover {
  opacity: .8;
}

.all-new .card-item a {
  border-radius: 6px;
  color: #333;
}

.all-new .card-name {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width:544px) {
  .all-new .card-grid-4 .card-item {
    width: 33.3333333333%;
  }

  .all-new .card-flex-5 .card-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}

@media (min-width:768px) {
  .all-new .card-flex-5 .card-item {
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
  }
}

@media (min-width:992px) {
  .all-new .card-grid-4 .card-item {
    width: 25%;
  }

  .all-new .card-grid-4 .media-left {
    height: 100px;
  }

  .all-new .card-grid-4 .media-object {
    max-width: 100px!important;
  }

  .all-new .card-flex-5 {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .all-new .card-flex-5 .card-item {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
  }
}

@media (min-width:1200px) {
  .all-new .card:hover .btn-swiper {
    display: block;
  }
}

.all-new .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all-new .flexbox-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.all-new .heading {
  border-bottom: 1px solid;
  color: #00b7f1;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
  padding-bottom: 3px;
  position: relative;
}

.all-new .heading-text {
  color: #00b7f1;
}

.all-new .heading-text:hover {
  text-decoration: none;
}

.all-new .heading-view-all {
  bottom: 7px;
  color: #333;
  font-size: 12px;
  right: 0;
  position: absolute;
}

.all-new .icon-24h {
  height: 25px;
  width: 42px;
}

.all-new .icon-pre-reading {
  height: 29px;
  width: 61px;
}

.all-new .icon-gift {
  height: 42px;
  width: 43px;
}

.all-new .icon-hcm {
  height: 28px;
  width: 135px;
}

.all-new .icon-hcm-hn {
  height: 28px;
  width: 164px;
}

.all-new .icon-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.all-new .icon-close:after,.all-new .icon-close:before {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #333;
}

.all-new .icon-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.all-new .icon-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.all-new .label-box {
  border: 1px solid #0050a1;
  color: #000;
  display: block;
  font-weight: 700;
  padding-bottom: 5px;
  padding-top: 0;
  text-align: center;
}

.all-new .label-box label {
  background-color: #0050a1;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 5px 7px;
  position: relative;
}

.all-new .label-box label:before {
  content: ' ';
  border-top: 5px solid transparent;
  border-left: 5px solid #0050a1;
  border-bottom: 5px solid transparent;
  display: none;
  margin-top: -5px;
  right: -5px;
  position: absolute;
  top: 50%;
}

@media (min-width:768px) {
  .all-new .label-box {
    height: 28px;
    padding-top: 6px;
  }

  .all-new .label-box label {
    float: left;
    font-size: 1.1rem;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: -6px;
    padding: 1px 7px;
    position: relative;
  }

  .all-new .label-box label:before {
    display: block;
  }
}

.all-new .media-md .media-body,.all-new .media-sm .media-body {
  margin-top: 15px;
  text-align: center;
  width: auto;
}

.all-new .media-md .media-body,.all-new .media-md .media-left,.all-new .media-md .media-right,.all-new .media-sm .media-body,.all-new .media-sm .media-left,.all-new .media-sm .media-right {
  display: block;
}

.all-new .media-md .media-left,.all-new .media-sm .media-left {
  padding-right: 0;
}

.all-new .media-md .media-object,.all-new .media-sm .media-object {
  margin: 0 auto;
  max-width: 100%;
}

.all-new .media-md .media-right,.all-new .media-sm .media-right {
  padding-left: 0;
}

@media (min-width:768px) {
  .all-new .media-sm .media-body {
    margin-top: 0;
    text-align: inherit;
    width: 10000px;
  }

  .all-new .media-sm .media-body,.all-new .media-sm .media-left,.all-new .media-sm .media-right {
    display: table-cell;
  }

  .all-new .media-sm .media-left {
    padding-right: 15px;
  }

  .all-new .media-sm .media-object {
    max-width: none;
  }

  .all-new .media-sm .media-right {
    padding-left: 15px;
  }
}

@media (min-width:992px) {
  .all-new .media-md .media-body {
    margin-top: 0;
    text-align: inherit;
    width: 10000px;
  }

  .all-new .media-md .media-body,.all-new .media-md .media-left,.all-new .media-md .media-right {
    display: table-cell;
  }

  .all-new .media-md .media-left {
    padding-right: 15px;
  }

  .all-new .media-md .media-object {
    max-width: none;
  }

  .all-new .media-md .media-right {
    padding-left: 15px;
  }
}

.all-new .rating {
  font-size: 0;
  line-height: 1;
  padding: 0;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.all-new .rating .star {
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin-left: .17rem;
  margin-right: .17rem;
  color: #ccc;
  font-size: .9rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.all-new .rating .star:nth-child(1) {
  margin-left: 0;
}

.all-new .rating .star:before {
  content: "\f005";
}

.all-new .rating-score {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
}

.all-new .rating-score .star {
  color: #ffcd27;
}

.all-new .pagination-dots {
  background-color: #f9f9f9;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 7px;
  position: absolute;
}

.all-new .pagination-dots .swiper-pagination-bullet {
  background: #000;
  margin: 0 3px;
  height: 10px;
  width: 10px;
}

.all-new .pagination-dots .swiper-pagination-bullet-active {
  background: #666;
}

@media (min-width:1200px) {
  .all-new .pagination-dots {
    background-color: transparent;
    bottom: 10px;
    padding: 0;
  }
}

.all-new .product-grid {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  margin-top: 20px;
}

.all-new .product-item {
  border: 1px solid transparent;
  font-size: 13px;
  height: auto;
  padding: 7px 7px 36px;
  width: 50%;
}

.all-new .product-item:hover {
  border-color: #f0f0f0;
  box-shadow: none;
}

.all-new .product-item:hover .product-name {
  color: #00b7f1;
}

.all-new .product-item:hover .product-button,.all-new .product-item:hover .product-button .btn-add-to-cart,.all-new .product-item:hover .product-button .btn-flash-buy {
  visibility: visible;
}

.all-new .product-item:hover .btn-trash {
  display: block;
}

.all-new .product-item>a {
  width: auto;
}

.all-new .product-item>a:focus,.all-new .product-item>a:hover {
  text-decoration: none;
}

.all-new .product-item p {
  margin-bottom: 5px;
  padding: 0;
}

.all-new .product-item p:last-child {
  margin-bottom: 0;
}

.all-new .product-item .icon-24h {
  right: 0;
  position: absolute;
  top: 0;
}

.all-new .product-item .icon-pre-reading {
  bottom: 0;
  right: 0;
  position: absolute;
}

.all-new .product-item .icon-gift {
  bottom: 0;
  left: 0;
  position: absolute;
}

.all-new .product-item .icon-installment {
  left: 0;
  position: absolute;
  top: 0;
}

.all-new .product-item .btn-trash {
  display: none;
  left: 15px;
  padding: 10px;
  position: absolute;
  top: 15px;
  z-index: 1;
}

.all-new .product-image {
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

.all-new .product-image img {
  border: 0;
  font-size: 14px;
  margin: 0 auto;
  max-height: 100%;
  position: absolute;
  text-align: left;
}

.all-new .product-name {
  color: #333;
  line-height: 1.5;
  height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
}

.all-new .product-author {
  color: #999;
  font-size: 12px;
}

.all-new .product-price {
  color: #f6871f;
  font-weight: 700;
}

.all-new .product-price .badge {
  font-size: 11px;
  margin-left: 3px;
}

.all-new .product-price-strike {
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.all-new .product-rating {
  display: block;
  margin-top: 10px;
}

.all-new .product-review {
  color: #999;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.all-new .product-stock {
  color: #ee2347;
  font-size: 11px;
}

.all-new .product-notify {
  color: green;
  font-size: 12px;
  font-weight: 700;
}

.all-new .product-button {
  bottom: 7px;
  left: 7px;
  right: 7px;
  position: absolute;
}

.all-new .product-button .btn-add-to-cart {
  font-size: 12px;
  margin-top: 0;
  visibility: visible;
}

.all-new .product-button .btn-add-to-cart .fa-shopping-cart {
  font-size: 15px;
}

@media (min-width:544px) {
  .all-new .product-item {
    width: 33.3333333333%;
  }
}

@media (min-width:768px) {
  .all-new .product-item {
    width: 25%;
  }

  .all-new .product-item .product-review {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
  }

  .all-new .product-price .btn-add-to-cart {
    font-size: 14px;
  }

  .all-new .product-price .btn-add-to-cart .fa-shopping-cart {
    font-size: 17px;
  }
}

@media (min-width:992px) {
  .all-new .product-item {
    padding: 15px 15px 58px;
  }

  .all-new .product-price {
    font-size: 15px;
  }

  .all-new .product-price .badge {
    font-size: 12px;
    margin-left: 5px;
  }

  .all-new .product-button {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

@media (min-width:1200px) {
  .all-new .product-grid:hover .btn-swiper {
    display: block;
  }

  .all-new .product-item {
    width: 16.6666666667%;
  }

  .all-new .product-button,.all-new .product-button .btn-add-to-cart,.all-new .product-button .btn-flash-buy {
    visibility: hidden;
  }
}

.all-new .thumbnail-60 {
  max-width: 60px;
}

.all-new .thumbnail-100 {
  max-width: 100px;
}

.all-new .bg-green-light {
  background-color: #a8e6ce;
}

.all-new .bg-green-lighter {
  background-color: #dcedc2;
}

.all-new .bg-orange {
  background-color: #f6871f;
}

.all-new .bg-orange-lighter {
  background-color: #ffd3b5;
}

.all-new .bg-purple-lighter {
  background-color: #cad9ec;
}

.all-new .bg-yellow-brown {
  background-color: #e2ce9f;
}

.all-new .bg-red-dark {
  background-color: #a44461;
}

.all-new .bg-yellow-green {
  background-color: #9ca278;
}

.all-new .bg-blue-dark {
  background-color: #415984;
}

.all-new .bg-blue {
  background-color: #00c1f0;
}

.all-new .block {
  display: block;
}

.all-new .inline-block {
  display: inline-block;
}

.all-new .no-text-transform {
  text-transform: none!important;
}

.all-new .margin-b-40 {
  margin-bottom: 40px;
}

.all-new .margin-lr-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.all-new .margin-lr-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.all-new .divider {
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .all-new .padding-b-r-20-sm {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .all-new .text-left-sm {
    text-align: left;
  }

  .all-new .text-right-sm {
    text-align: right;
  }
}

@media (min-width:992px) {
  .all-new .padding-b-r-20-md {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .all-new .text-left-md {
    text-align: left;
  }

  .all-new .text-right-md {
    text-align: right;
  }
}

@media (min-width:1200px) {
  .all-new .padding-b-r-20-lg {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .all-new .text-left-lg {
    text-align: left;
  }

  .all-new .text-right-lg {
    text-align: right;
  }

  .all-new .scroll-header-gutter {
    height: 49px;
    margin-top: -49px;
  }
}

.breadcrumb-wrap {
  background-color: #efefef;
}

.breadcrumb-wrap .breadcrumb {
  margin-bottom: 0;
  list-style: none;
  background-color: #efefef;
  padding: 0;
  border-radius: 0;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb-wrap .breadcrumb li {
  display: inline-block;
  background-color: #e1e1e1;
}

.breadcrumb-wrap .breadcrumb li:nth-child(even) a,.breadcrumb-wrap .breadcrumb li:nth-child(even) span {
  background-color: #efefef;
}

.breadcrumb-wrap .breadcrumb li:nth-child(even) a:before,.breadcrumb-wrap .breadcrumb li:nth-child(even) span:before {
  border-color: #efefef #efefef #efefef transparent;
}

.breadcrumb-wrap .breadcrumb li:nth-child(even) a:after,.breadcrumb-wrap .breadcrumb li:nth-child(even) span:after {
  border-left-color: #efefef;
}

.breadcrumb-wrap .breadcrumb li:first-child a:before,.breadcrumb-wrap .breadcrumb li:first-child span:before,.breadcrumb-wrap .breadcrumb li:last-child a:after,.breadcrumb-wrap .breadcrumb li:last-child span:after {
  border: none;
}

.breadcrumb-wrap .breadcrumb li:first-child a,.breadcrumb-wrap .breadcrumb li:first-child span {
  padding-left: 15px;
}

.breadcrumb-wrap .breadcrumb li:last-child {
  background-color: transparent;
}

.breadcrumb-wrap .breadcrumb li:last-child a,.breadcrumb-wrap .breadcrumb li:last-child span {
  padding-right: 0;
  margin-right: 0;
  color: #333;
}

.breadcrumb-wrap .breadcrumb li:last-child a span,.breadcrumb-wrap .breadcrumb li:last-child span span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.breadcrumb-wrap .breadcrumb li:before {
  display: none;
}

.breadcrumb-wrap .breadcrumb li span {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.breadcrumb-wrap .breadcrumb li a,.breadcrumb-wrap .breadcrumb li>span {
  color: #999;
  display: block;
  background: #efefef;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: left;
  margin-right: 23px;
  font-size: 13px;
  font-weight: 300;
}

.breadcrumb-wrap .breadcrumb li a:after,.breadcrumb-wrap .breadcrumb li a:before,.breadcrumb-wrap .breadcrumb li>span:after,.breadcrumb-wrap .breadcrumb li>span:before {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #efefef;
  border-width: 20px 7px 20px 17px;
  width: 0;
  height: 0;
}

.breadcrumb-wrap .breadcrumb li a:before,.breadcrumb-wrap .breadcrumb li>span:before {
  left: -22px;
  border-left-color: transparent;
}

.breadcrumb-wrap .breadcrumb li a:after,.breadcrumb-wrap .breadcrumb li>span:after {
  right: -23px;
  border-color: transparent transparent transparent #efefef;
}

.leadtime-form {
  font-size: 13px;
}

.leadtime-form .control-label {
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.leadtime-form .control-label.with-badge {
  padding-top: 6px;
}

.leadtime-form .control-label.with-24h {
  padding-top: 2px;
}

.leadtime-form .spinner-holder {
  position: relative;
  width: 100%;
}

.leadtime-form .spinner-holder .fa-spinner {
  display: none;
  margin-right: 24px;
  margin-top: -6px;
  right: 0;
  position: absolute;
  top: 50%;
}

.leadtime-form .spinner-holder.show-spinner .location,.leadtime-form-control.location.last {
  margin-right: 0;
}

.leadtime-form .spinner-holder.show-spinner .fa-spinner {
  display: inline-block;
}

.leadtime-24h .control-label,.leadtime-standard .control-label {
  display: block;
  width: 100%;
}

.leadtime-24h .free-badge,.leadtime-standard .free-badge {
  font-weight: 400;
}

.leadtime-form-control.location {
  margin-bottom: 10px;
  width: 100%;
}

.leadtime-form-free-badge {
  background-color: #6fba54;
  font-size: 1.1rem;
  padding: 6px 10px;
}

@media (min-width:768px) {
  .leadtime-form .spinner-holder {
    display: inline-block;
    margin-right: 11px;
    width: auto;
  }

  .leadtime-form .spinner-holder .fa-spinner {
    margin-right: 0;
    position: static;
  }

  .leadtime-form .spinner-holder.show-spinner {
    margin-right: 0;
  }

  .leadtime-form-control.location {
    display: inline-block;
    margin-bottom: 0;
    min-width: 200px;
    width: auto;
  }

  .leadtime-24h,.leadtime-standard {
    margin-bottom: 5px;
  }

  .leadtime-24h .control-label,.leadtime-standard .control-label {
    float: left;
    height: 30px;
    width: 135px;
  }
}

.tooltip.top .tooltip-arrow {
  border-top-color: #848589;
}

.tooltip .tooltip-inner {
  background-color: #848589;
  color: #fff;
  text-shadow: none;
}

.tiki-first .panel-default.custom {
  margin-bottom: 8px;
}

.tiki-first .panel-default.custom .panel-body {
  padding: 10px;
}

.tiki-first-title {
  margin-bottom: 15px!important;
}

.tiki-first-title .sub-text {
  border-left: 1px solid;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: bottom;
}

.tiki-first-content .nav-tabs {
  border-bottom: 0;
  margin-bottom: 10px;
}

.tiki-first-content .nav-tabs>li {
  margin-bottom: 0;
  width: 100%;
}

.tiki-first-content .nav-tabs>li>a {
  background-color: #e9e9e9;
  border-color: #ccc;
  border-radius: 0;
  color: #000;
  margin-right: 0;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}

.tiki-first-content .nav-tabs>li>a:hover {
  background-color: #fafafa;
}

.tiki-first-content .nav-tabs>li.active>a {
  background-color: #fff;
  font-weight: 700;
}

.tiki-first-content .nav-tabs>li.active>a:focus,.tiki-first-content .nav-tabs>li.active>a:hover {
  border-bottom-color: #ccc;
}

.tiki-first-content .tab-content {
  background-color: #e9e9e9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 20px;
  padding: 0 10px 20px;
}

.tiki-first-content .tab-content .btn-buy-now {
  font-size: 18px;
}

.tiki-first-content .tab-content .btn-buy-now .fa-angle-right {
  font-size: 20px;
}

.tiki-first-content .card {
  font-size: 0;
  margin-top: 20px;
}

.tiki-first-content .card-item {
  display: inline-block;
  font-size: 14px;
  margin-top: 0!important;
  margin-bottom: 20px;
  vertical-align: top;
  width: 100%;
}

.tiki-first-content .card-item:last-child {
  margin-bottom: 0;
}

.tiki-first-content .card-item .media {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
}

.tiki-first-content .card-item .media-left {
  padding-right: 20px;
}

.tiki-first-content .card-item:hover {
  opacity: 1!important;
}

.tiki-first-content .card-name {
  color: #6a6a6c;
  font-size: 13px!important;
  font-weight: 700;
  text-align: left!important;
  text-transform: none!important;
}

.tiki-first-content .card-content {
  color: #6b6a70;
}

.tiki-first-content .panel-title {
  color: #6a6a6c;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.tiki-first-content .panel-body {
  color: #6b6a70;
  padding: 20px;
}

.tiki-first-chart {
  margin-top: 25px;
  position: relative;
}

.tiki-first-chart-img {
  left: 0;
  position: absolute;
  top: 0;
}

.tiki-first-chart-item {
  font-size: 0;
  position: relative;
}

.tiki-first-chart-item>a {
  color: #838488;
  display: inline-block;
  font-size: 26px;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
}

.tiki-first-chart-item>a:last-child {
  margin-right: 0;
}

.tiki-first-chart-item>a .icon-title {
  font-size: 12px;
}

.tiki-first-chart-item .diagram-line {
  border-bottom: 1px solid #ffdb00;
  bottom: 8px;
  left: -10px;
  position: absolute;
  right: 0;
}

.tiki-first-chart-item .diagram-line:before {
  background-color: #ffdb00;
  border-radius: 50%;
  content: ' ';
  left: 0;
  height: 15px;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.tiki-first-chart-item .diagram-line.green {
  border-bottom-color: #79dea7;
}

.tiki-first-chart-item .diagram-line.green:before {
  background-color: #79dea7;
}

.tiki-first-chart-item .diagram-line.blue {
  border-bottom-color: #00b6f0;
}

.tiki-first-chart-item .diagram-line.blue:before {
  background-color: #00b6f0;
}

.tiki-first-chart-item-title {
  color: #fff;
  font-size: 14px;
}

.tiki-first-chart-item-title span {
  background-color: #ffdb00;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
}

.tiki-first-chart-item-title.green span {
  background-color: #79dea7;
}

.tiki-first-chart-item-title.blue span {
  background-color: #00b6f0;
}

@media (min-width:544px) {
  .tiki-first {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tiki-first-content .nav-tabs {
    margin-bottom: 0;
  }

  .tiki-first-content .nav-tabs>li {
    width: auto;
  }

  .tiki-first-content .nav-tabs>li>a {
    -webkit-transform: translate3d(0,16px,0);
    transform: translate3d(0,16px,0);
    border-radius: 4px;
    margin-right: 5px;
  }

  .tiki-first-content .nav-tabs>li>a:hover {
    -webkit-transform: translate3d(0,14px,0);
    transform: translate3d(0,14px,0);
  }

  .tiki-first-content .nav-tabs>li.active>a {
    -webkit-transform: translate3d(0,8px,0);
    transform: translate3d(0,8px,0);
  }

  .tiki-first-content .tab-content {
    padding: 16px 20px;
  }
}

@media (min-width:992px) {
  .tiki-first-content .card-item {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width:1200px) {
  .tiki-first-content .nav-tabs>li {
    width: 230px;
  }

  .tiki-first-chart {
    padding-left: 238px;
  }

  .tiki-first-chart-item {
    padding-bottom: 12px;
    padding-left: 48px;
  }

  .tiki-first-chart-item>a {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

#one-click-modal {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}

.one-click {
  font-size: 13px;
  line-height: 1.3;
}

.one-click p {
  margin-bottom: 5px;
}

.one-click .modal-header {
  border-bottom: 2px solid #00b7f1;
  position: relative;
}

.one-click .modal-header .close {
  display: block;
  height: 20px;
  margin-top: -10px;
  opacity: .7;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 20px;
  z-index: 1;
}

.one-click .modal-header .close:hover {
  opacity: 1;
}

.one-click .modal-title {
  border-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.one-click .modal-title .badge {
  font-size: 10px;
  margin-top: -2px;
  text-transform: none;
}

.one-click .modal-footer {
  text-align: left;
}

.one-click-product {
  margin-bottom: 30px;
  margin-top: 10px;
}

.one-click-product .media-left>a {
  display: block;
}

.one-click-product .media-object {
  max-width: 80px;
}

.one-click-product .media-body :last-child {
  margin-bottom: 0;
}

.one-click-product-name a {
  color: #000;
  display: block;
  font-weight: 700;
}

.one-click-product-name a:hover {
  color: #00b7f1;
  text-decoration: none;
}

.one-click-product-name a:focus {
  outline: 0;
  text-decoration: none;
}

.one-click-gift {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.one-click-gift-item {
  border: 1px solid #ccc;
  margin-bottom: 7px;
  margin-right: 7px;
  width: 30.3333333333%;
  padding: 10px 7px 7px;
  position: relative;
  text-align: center;
}

.one-click-gift-item .icon-gift-white-wrap {
  background-color: #66bc27;
  display: inline-block;
  left: 0;
  padding: 2px 8px 4px;
  position: absolute;
  top: 0;
}

.one-click-gift-item .icon-gift-white {
  max-width: 12px;
}

.one-click-gift-item .media-object {
  margin-left: auto;
  margin-right: auto;
  max-width: 60px;
}

.one-click-gift-item-quantity {
  background-color: #ddd;
  width: 30px;
  height: 25px;
  top: -1px;
  right: -1px;
  position: absolute;
  line-height: 25px;
  text-align: center;
  color: #333;
  font-weight: 700;
  font-size: 12px;
  padding: 0;
}

.one-click-gift-item-name {
  height: 32px;
  overflow: hidden;
}

.one-click-heading {
  font-weight: 700;
}

.one-click-user-name {
  font-size: 16px;
  font-weight: 700;
}

.one-click-method {
  margin-top: 15px;
  margin-bottom: 20px;
}

.one-click-sumary table {
  width: 100%;
}

.one-click-sumary td {
  padding-bottom: 2px;
}

.one-click-sumary-details {
  border-bottom: 2px solid #ee2347;
  margin-bottom: 15px;
}

.one-click-sumary-price {
  color: #ee2347;
  font-size: 18px;
  font-weight: 700;
}

.one-click-gift-cart {
  margin-bottom: 20px;
  margin-top: 20px;
}

.one-click-gift-cart .dropdown.open .dropdown-toggle {
  background-color: #fff;
  border-color: #666;
}

.one-click-gift-cart .dropdown-toggle {
  border-color: #666;
  font-size: 13px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 25px 10px 15px;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  width: 100%;
}

.one-click-gift-cart .dropdown-toggle .fa-angle-down {
  font-size: 16px;
  margin-top: -8px;
  position: absolute;
  right: 15px;
  top: 50%;
}

.one-click-gift-cart .dropdown-menu {
  border-color: #666;
  font-size: 12px;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

.one-click-gift-cart .dropdown-menu>li.active {
  background-color: #dcdcdc;
}

.one-click-gift-cart .dropdown-menu>li:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.one-click-gift-cart .dropdown-menu>li>a {
  padding: 5px 15px;
}

.one-click-gift-cart .dropdown-menu>li>a.disable {
  cursor: not-allowed;
  opacity: .3;
}

.one-click-gift-cart .dropdown-menu .media-object {
  max-width: 40px;
}

.one-click-gift-cart-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
}

.one-click-gift-cart-price {
  color: #66bc27;
}

.one-click-action-input {
  margin-top: 30px;
}

.one-click-bookcare-option {
  margin-bottom: 15px;
}

.one-click-bookcare-option label[for=one-click-bookcare-option] {
  cursor: pointer;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 5px;
  margin-top: 1px;
  vertical-align: middle;
}

.one-click-bookcare-option .icheckbox_square-blue {
  margin-right: 5px;
}

.one-click-submit-btn {
  background-color: #00b7f1;
  border-color: #00b7f1;
  color: #fff;
  padding: 12px 24px;
  text-transform: uppercase;
  width: 100%;
}

.one-click-submit-btn:focus,.one-click-submit-btn:hover {
  background-color: #0d8db5;
  border-color: #0d8db5;
  color: #fff;
}

.one-click-sumary-coin {
  margin-top: 15px;
  width: 100%;
}

.one-click-gift-item-price {
  color: #666;
  font-size: 12px;
}

@media (min-width:768px) {
  .one-click {
    width: 650px;
  }

  .one-click-product .media-object {
    max-width: 100px;
  }

  .one-click-gift-cart {
    margin-bottom: 0;
  }
}