/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
@font-face {
  font-family: 'tziconcustom';
  src: url('../../../libraries/custom_icon/tziconcustom.eot?dx3bik');
  src: url('../../../libraries/custom_icon/tziconcustom.eot?#iefixdx3bik') format('embedded-opentype'), url('../../../libraries/custom_icon/tziconcustom.ttf?dx3bik') format('truetype'), url('../../../libraries/custom_icon/tziconcustom.woff?dx3bik') format('woff'), url('../../../libraries/custom_icon/tziconcustom.svg?dx3bik#tziconcustom') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="tz_icon_custom"],
[class*=" tz_icon_custom"] {
  font-family: 'tziconcustom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tz_icon_customicon_cart:before {
  content: "\e600";
}
.tz_icon_customheart:before {
  content: "\e04a";
}
.tz_icon_customsearch:before {
  content: "\e036";
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-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-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #e0e0e0;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 384px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 192px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 16px;
}
.readmore > .btn {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
.counter {
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 384px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/**
* Table of Contents:
* 1.0 - Typography
* 2.0 - Header
* 3.0 - Content
*   3.1 - Custom content
*   3.2 - Shortcode tabs
*   3.3 - Product event
*   3.4 - Get In Touch
*   3.5 - News Blog
*   3.6 - Partners
*   3.7 - Shop
*     3.7.1 - Shop sidebar
*     3.7.2 - Shop Single
*     3.7.4 - Shop Cart
*     3.7.5 - Shop Checkout
*     3.7.6 - Shop Register
*   3.8 - Blog
*     3.8.1 - Single blog
*   3.9 - Contact
*   3.10 - Off canvas
*   3.11 - Revolution
* 4.0 - Footer
* 5.0 - Responsive
* -----------------------------------------------------------------------------
*/
/**
 * 1.0 - Typography
 * -----------------------------------------------------------------------------
 */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  background: #ffffff;
}
.font-size-14 {
  font-size: 14px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}
.module .module-title {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.module .module-title span {
  text-transform: uppercase;
  color: #212121;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 0 0 16px;
  display: block;
}
.large_title .module-title {
  color: #212121;
  font-family: "loveloblack";
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin: 38px 0;
  padding: 0;
  text-transform: uppercase;
}
.large_title .module-title span {
  font-size: 30px;
  font-weight: 900;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
p {
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: #212121;
  word-break: break-all;
}
a {
  color: #212121;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #f44336;
  outline: none !important;
  outline-color: transparent !important;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
select:focus,
input:focus,
button:focus {
  outline-color: transparent;
  outline: none;
}
.main-content-right-sidebar > .container > .row {
  background: #ffffff;
  margin: 0;
}
.aside_right > div {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 38px;
}
.aside_right > div:first-child {
  padding-top: 40px;
}
.aside_right > div:last-child {
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
input {
  height: 40px;
}
.button_class {
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button_class:hover,
.button_class:focus {
  background: #f44336;
}
.light-blue {
  background: #2196f3;
  color: #2196f3;
}
.orange {
  background: #ff9800;
  color: #ff9800;
}
.blueviolet {
  background: #673ab7;
  color: #673ab7;
}
.orange-dark {
  background: #ff5722;
  color: #ff5722;
}
.steelblue {
  color: #607d8b;
  background: #607d8b;
}
.red-light {
  background: #fd4339;
}
.cyan-dark {
  background: #00bcd4;
}
.border-left {
  border-left: 1px solid #e0e0e0;
}
.section-large-top {
  padding-top: 100px;
  background: #ffffff;
}
.section-large-top .module-title {
  color: black;
}
.section-large-top .module-title span {
  font-size: 30px;
  font-weight: 900;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.section-medium {
  padding: 90px 0;
}
.section-large {
  background: #ffffff;
}
.bk-white {
  background: #ffffff;
}
.section-small {
  padding: 31px 0;
}
.section-small2 {
  padding: 60px 0 85px;
}
.bk-gray {
  background: #f5f5f5;
}
.parallax {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.parallax:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.parallax > * {
  z-index: 2;
  position: relative;
}
.latestnews.box-shadow {
  padding-bottom: 85px;
}
.box-shadow {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.box-shadow:before {
  background-image: url("../../../images/shadow.png");
  background-position: center bottom;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 20px;
  content: '';
  left: 0;
  top: 100%;
}
.tz-title-black {
  font-size: 30px;
  font-family: 'loveloblack';
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #212121;
  margin: 38px 0;
  padding: 0;
}
.tz-title-black span {
  font-weight: 300;
  font-size: 19px;
  font-family: 'Lato', sans-serif;
  color: #212121;
  line-height: 21px;
  display: inline-block;
  text-transform: none;
  padding-left: 32px;
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.tz-title {
  font-size: 19px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.3px;
}
.style-boxed {
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
.style-boxed .hikashop_product_carousel .hikashop_next_button {
  right: 0;
}
.style-boxed .hikashop_product_carousel .hikashop_previous_button {
  left: 0;
}
.style-boxed .tz_slide > div {
  padding: 0;
}
/**
 * * 2.0 - Header
 * -----------------------------------------------------------------------------
 */
.tz-top-bar div.chzn-container-single {
  width: auto !important;
}
.tz-top-bar div.chzn-container-single.chzn-with-drop .chzn-single {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: #f44336;
}
.tz-top-bar div.chzn-container-single.chzn-with-drop .chzn-drop {
  visibility: visible;
  left: 0;
}
.tz-top-bar div.chzn-container-single .chzn-single {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  min-width: 0;
}
.tz-top-bar div.chzn-container-single .chzn-single:hover {
  color: #f44336;
}
.tz-top-bar div.chzn-container-single .chzn-single span {
  float: left;
  margin-right: 20px;
}
.tz-top-bar div.chzn-container-single .chzn-single div {
  float: left;
}
.tz-top-bar div.chzn-container-single .chzn-single div > b {
  background: transparent;
}
.tz-top-bar div.chzn-container-single .chzn-single div > b:before {
  padding-left: 7px;
  content: '\f107';
  display: block;
  position: absolute;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
}
.tz-top-bar div.chzn-container-single .chzn-drop {
  border: 2px solid #e0e0e0;
  border-radius: 0;
  padding: 10px 14px 8px;
  min-width: 110px;
  margin: 0;
  top: 180%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 70%;
  visibility: hidden;
}
.tz-top-bar div.chzn-container-single .chzn-drop:before {
  border-bottom: 5px solid #e0e0e0;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  content: "";
  left: 8px;
  position: absolute;
  top: -7px;
}
.tz-top-bar div.chzn-container-single .chzn-drop:after {
  border-bottom: 4px solid #ffffff;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  content: "";
  left: 10px;
  position: absolute;
  top: -4px;
}
.tz-top-bar div.chzn-container-single .chzn-drop .chzn-results {
  margin: 0;
  max-height: none;
  overflow: hidden;
  padding: 0;
}
.tz-top-bar div.chzn-container-single .chzn-drop .chzn-results li {
  padding: 0;
  line-height: 31px;
  -webkit-transition: padding-left 0.4s ease 0s;
  -o-transition: padding-left 0.4s ease 0s;
  transition: padding-left 0.4s ease 0s;
}
.tz-top-bar div.chzn-container-single .chzn-drop .chzn-results li:hover {
  padding-left: 10px !important;
  background: transparent !important;
  color: #f44336;
}
.tz-top-bar div.chzn-container-single .chzn-drop .chzn-results li.result-selected {
  background: transparent !important;
  color: #f44336;
}
.hikashop_filter_module .filter_values_container input {
  border: 1px solid #e0e0e0;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
}
.hikashop_filter_module .chzn-container {
  font-size: 14px;
  width: auto !important;
}
.hikashop_filter_module .chzn-container .chzn-single {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-radius: 2px;
  height: auto;
  padding: 0 12px;
  line-height: 38px;
  border-color: #e0e0e0;
  text-align: left;
  min-width: 155px;
  color: #212121;
}
.hikashop_filter_module .chzn-container .chzn-single:before {
  content: '\f0d7 ';
  font-family: FontAwesome;
  right: 15px;
  top: 0;
  position: absolute;
}
.hikashop_filter_module .chzn-container .chzn-single div > b {
  display: none;
}
.hikashop_filter_module .chzn-container .chzn-drop {
  border-color: #e0e0e0;
  border-radius: 0;
}
.hikashop_filter_module .chzn-container .chzn-drop .chzn-results {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hikashop_filter_module .chzn-container .chzn-drop .chzn-results li {
  text-align: left;
  padding: 0 5px 0 13px;
  line-height: 31px;
}
.hikashop_filter_module .chzn-container .chzn-drop .chzn-results li.highlighted {
  background: transparent;
  color: #f44336;
}
.hikashop_filter_module .chzn-container.chzn-with-drop .chzn-single:before {
  content: '\f0d8 ';
}
.hikashop_filter_module .chzn-container.chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #e0e0e0;
  background: transparent;
}
.width_auto .hikashop_filter_module .hikashop_filter_button_outside {
  position: absolute;
  right: 15px;
  top: 0;
  margin: 0 !important;
}
.width_auto .hikashop_filter_module .hikashop_filter_button_outside:before {
  content: '\e036 ';
  font-family: tziconcustom;
  position: absolute;
  top: 7px;
  left: 7px;
}
.width_auto .hikashop_filter_module .hikashop_filter_button_outside input {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: transparent;
}
.width_auto .hikashop_filter_module form > div {
  margin-left: 11px;
  width: 71% !important;
  padding: 0;
}
.width_auto .hikashop_filter_module form > div .filter_values_container input {
  width: 100% !important;
  height: 40px;
}
.width_auto .hikashop_filter_module form > div:first-child {
  margin-left: 0;
  width: 27% !important;
}
#tz-header {
  position: relative;
  z-index: 999;
}
.top-right > div,
.top-left > div {
  display: inline-block;
  line-height: 18px;
}
.top-right > div {
  float: right;
  border-right: 1px solid #e0e0e0;
}
.top-right > div:first-child {
  padding-right: 0;
  border-right: none;
}
.top-left > div {
  float: left;
  padding: 0 18px;
  border-left: 1px solid #e0e0e0;
}
.top-left > div:first-child {
  padding-left: 0;
  border-left: none;
}
.menu-topbar-right .nav li {
  float: left;
  margin: 0;
}
.menu-topbar-right .nav li:first-child a {
  border-left: none;
  padding-left: 0;
}
.menu-topbar-right .nav li a {
  border-left: 1px solid #e0e0e0;
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 0 18px;
  border-radius: 0;
}
.menu-topbar-right .nav li.open a,
.menu-topbar-right .nav li:hover a,
.menu-topbar-right .nav li.active a {
  background: transparent;
  border-color: #e0e0e0;
}
.header-top {
  position: relative;
  margin: 18px 0;
}
.header-top:after {
  clear: both;
  display: table;
  content: '';
}
.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top ul:after {
  clear: both;
  display: table;
  content: '';
}
.header-top ul li {
  position: relative;
  float: left;
  padding: 0 0 12px;
  z-index: 99;
}
.header-top ul li > a {
  display: block;
  padding: 0 18px;
  border-left: 1px solid #e0e0e0;
  line-height: 16px;
  font-size: 14px;
}
.header-top ul li:first-child a {
  border-left: 0;
}
.header-top ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 70%;
  top: 100%;
  min-width: 100px;
  padding: 10px 14px 8px;
  border: 2px solid #e0e0e0;
  background: #ffffff;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-top ul li ul li {
  float: none;
  padding: 0;
}
.header-top ul li ul li a {
  -webkit-transition: padding-left 0.4s ease 0s;
  -o-transition: padding-left 0.4s ease 0s;
  transition: padding-left 0.4s ease 0s;
  line-height: 31px;
  padding: 0;
  display: block;
}
.header-top ul li ul li a:hover {
  padding-left: 10px !important;
}
.header-top ul li ul:before {
  position: absolute;
  left: 8px;
  top: -7px;
  border-bottom: 5px solid #e0e0e0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
}
.header-top ul li ul:after {
  position: absolute;
  left: 10px;
  top: -4px;
  border-bottom: 4px solid #ffffff;
  border-left: 3px solid transparent;
  border-right: 4px solid transparent;
  content: '';
}
.header-top ul li:hover > ul.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  left: 0;
  visibility: visible;
}
.header-top ul.pull-left li:first-child a {
  padding-left: 0;
}
.header-top ul.pull-right li:last-child a {
  padding-right: 0;
}
#login-form:hover .userdata {
  visibility: visible;
  top: 190%;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.login_hidden .pretext p {
  line-height: 16px;
  padding: 0;
}
.login_hidden .pretext p a {
  font-size: 14px;
}
#login-form {
  padding-left: 18px;
  position: relative;
}
#login-form .userdata {
  z-index: 999;
  position: absolute;
  top: 80px;
  min-width: 310px;
  border: 2px solid #e0e0e0;
  background: #ffffff;
  padding: 2px 18px 30px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
}
#login-form .userdata.logout-button {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
#login-form .userdata:before {
  position: absolute;
  right: 8px;
  top: -7px;
  border-bottom: 5px solid #e0e0e0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
}
#login-form .userdata:after {
  position: absolute;
  right: 10px;
  top: -4px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: '';
}
#login-form .userdata #form-login-username,
#login-form .userdata #form-login-password {
  margin: 15px 0;
  padding: 0;
}
#login-form .userdata #form-login-username label,
#login-form .userdata #form-login-password label {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #212121;
  font-weight: 300;
  margin: 0;
}
#login-form .userdata #form-login-username input,
#login-form .userdata #form-login-password input {
  width: 100%;
  display: block;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
}
#login-form .userdata .check_submit:after {
  display: block;
  content: '';
  clear: both;
}
#login-form .userdata .check_submit #form-login-remember {
  float: left;
  margin-top: 8px;
}
#login-form .userdata .check_submit #form-login-remember input {
  height: auto;
  top: 2px;
  margin-top: 0;
  margin-left: 5px;
}
#login-form .userdata .check_submit #form-login-submit {
  float: right;
}
#login-form .userdata .form-footer {
  padding: 4px 0;
}
#login-form .userdata .form-footer:after {
  clear: both;
  display: table;
  content: '';
}
#login-form .userdata .form-footer a {
  display: inline-block;
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  -o-transform: translate(0, 6px);
  transform: translate(0, 6px);
  color: #f44336;
}
#login-form .userdata .form-text {
  padding: 21px 0 30px;
}
#login-form .userdata .unstyled {
  padding: 25px 0 0;
  list-style: none;
  margin: 0;
}
#login-form .userdata .unstyled a {
  color: #f44336;
    line-height: 24px;
}
.tz-down {
  padding-left: 7px;
}
.header-content {
  padding: 17px 0 50px;
}
.header-content:after {
  clear: both;
  display: table;
  content: '';
}
.tz-logo {
  padding: 0;
  margin: 0;
}
.tz-search {
  position: relative;
  z-index: 7;
}
.tz-search:after {
  clear: both;
  display: table;
  content: '';
}
.tz-search form {
  display: block;
}
.tz-search form:after {
  clear: both;
  display: table;
  content: '';
}
.tz-search .select-arrow {
  display: block;
  float: left;
  position: relative;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.tz-search .select-arrow:after {
  font-family: 'FontAwesome';
  width: 28px;
  content: '\f0d7';
  position: absolute;
  right: 0;
  top: 1px;
  pointer-events: none;
  background: #ffffff;
  line-height: 38px;
  margin-right: 11px;
}
.tz-search select {
  padding: 0 12px;
  min-width: 155px;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 10px;
  height: 40px;
  font-size: 14px;
  -webkit-appearance: none;
}
.tz-search select option {
  padding: 8px;
  font-size: 14px;
  display: block;
}
.tz-search #tz-query {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  height: 40px;
  width: 385px;
  padding: 0 15px;
  line-height: 40px;
  float: left;
}
.tz-search #tz-query::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.tz-search #tz-query:-ms-input-placeholder {
  color: #bdbdbd;
}
.tz-search #tz-query::-webkit-input-placeholder {
  color: #bdbdbd;
}
.tz-search #tz-query::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.tz-search #tz-query:-ms-input-placeholder {
  color: #bdbdbd;
}
.tz-search #tz-query::-webkit-input-placeholder {
  color: #bdbdbd;
}
.tz-search button[type='submit'] {
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/searchicon.png");
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -11px;
}
.tz-search .live-search {
  display: none;
  position: absolute;
  right: 0;
  width: 385px;
  border: 2px solid #e0e0e0;
  top: 100%;
  padding: 8px 18px 17px;
  margin: 10px 0 0 0;
  background: #ffffff;
}
.tz-search .live-search:before {
  position: absolute;
  left: 40px;
  top: -7px;
  border-bottom: 5px solid #e0e0e0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
}
.tz-search .live-search:after {
  position: absolute;
  left: 40px;
  top: -4px;
  border-bottom: 4px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 4px solid transparent;
  content: '';
}
.tz-search .live-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-search .live-search ul li {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 15px;
}
.tz-search .live-search ul li:after {
  clear: both;
  display: table;
  content: '';
}
.tz-search .live-search ul li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.tz-search .live-search ul li .live-img {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #e0e0e0;
  text-align: center;
  position: relative;
}
.tz-search .live-search ul li .live-img img {
  max-width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tz-search .live-search ul li .live-search-content {
  padding-left: 80px;
}
.tz-search .live-search ul li .live-search-content h6 {
  font-size: 16px;
  font-weight: 300;
}
.tz-search .live-search ul li .live-search-content .live-meta a {
  color: #f44336;
}
.tz-search .live-search ul li .live-search-content .product-color {
  padding-left: 30px;
}
.tz-search .live-search ul li .live-search-content .product-color i {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.list_categories li {
  width: 50%;
  float: left;
}
.best_seller_menu .hikashop_product_desc {
  display: none;
}
.best_seller_menu .hikashop_products {
  margin: 0 !important;
}
.best_seller_menu .hikashop_products:hover .hikashop_product_image img {
  opacity: 1;
}
.best_seller_menu .hikashop_container {
  padding: 0 !important;
}
.best_seller_menu .hikashop_container .hikashop_product_name {
  margin: 10px 0;
}
.best_seller_menu .hikashop_subcontainer:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.best_seller_menu a:hover {
  padding: 0 !important;
}
.best_seller_menu .hikashop_product_price_full .hikashop_product_price {
  color: #f44336;
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
}
.best_seller_menu .hikashop_product_name a {
  margin: 10px 0 !important;
  font-size: 19px !important;
  font-weight: 300;
  line-height: 21px !important;
}
.tz-menu-primary {
  background: #212121;
  position: relative;
}
.tz-menu-primary .container {
  position: relative;
}
.tz-main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-main-menu:after {
  clear: both;
  display: table;
  content: '';
}
.tz-main-menu > li {
  float: left;
  position: relative;
}
.tz-main-menu > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 24px;
  line-height: 60px;
  position: relative;
}
.tz-main-menu > li > a:hover,
.tz-main-menu > li > a:focus {
  color: #f44336;
}
.tz-main-menu > li > a span {
  display: block;
  text-transform: uppercase;
  position: absolute;
  left: 32%;
  top: -10px;
  font-size: 11px;
  font-weight: 400;
  min-width: 70px;
  text-align: center;
  line-height: 21px;
  color: #ffffff;
  z-index: 888;
}
.tz-main-menu > li > a span:before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: -3px;
  border-top: 3px solid #fd4339;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.tz-main-menu > li > a span.cyan-dark:before {
  border-top: 3px solid #00bcd4;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.tz-main-menu > li:first-child a {
  padding-left: 0;
}
.tz-main-menu > li .sub-menu {
  position: absolute;
  left: 0;
  top: 180%;
  background: #ffffff;
  min-width: 200px;
  padding: 10px 20px;
  list-style: none;
  margin: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 888;
}
.tz-main-menu > li .sub-menu:before {
  position: absolute;
  left: 90%;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-main-menu > li .sub-menu li a {
  display: block;
  color: #212121;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-main-menu > li .sub-menu li a:hover,
.tz-main-menu > li .sub-menu li a:focus {
  color: #f44336;
  -webkit-transform: translate(12px, 0);
  -ms-transform: translate(12px, 0);
  -o-transform: translate(12px, 0);
  transform: translate(12px, 0);
}
.tz-main-menu > li:hover > .sub-menu,
.tz-main-menu > li:hover .dropdown-mega {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tz-main-menu > li:hover > .sub-menu:before {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 20px;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.tz-main-menu > li.no-position {
  position: static;
}
.dropdown-mega {
  position: absolute;
  left: 85px;
  top: 180%;
  width: 1050px;
  padding: 38px 0 46px;
  background: #ffffff;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dropdown-mega:before {
  position: absolute;
  left: 60px;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
}
.dropdown-mega .menu-title {
  font-size: 16px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding: 0 0 8px 0;
}
.dropdown-mega .row {
  margin: 0;
}
.dropdown-mega .megamenu-item {
  border-left: 1px solid #e0e0e0;
  padding: 0 40px;
}
.dropdown-mega .megamenu-item:first-child {
  border-left: 0;
}
.dropdown-mega .megamenu-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-mega .megamenu-item ul li a {
  display: block;
  color: #212121;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.dropdown-mega .megamenu-item ul li a:hover,
.dropdown-mega .megamenu-item ul li a:focus {
  color: #f44336;
  -webkit-transform: translate(12px, 0);
  -ms-transform: translate(12px, 0);
  -o-transform: translate(12px, 0);
  transform: translate(12px, 0);
}
.widget-single-product {
  text-align: center;
  margin-top: 13px;
  padding-bottom: 20px;
}
.widget-single-product h4 {
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
}
.widget-single-product span {
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
  display: block;
  color: #f44336;
}
.width50 {
  width: 50%;
}
.hikashop_wishlist_module,
.hikashop_cart_module {
  cursor: pointer;
}
.hikashop_wishlist_module .icon_wishlist_cart,
.hikashop_cart_module .icon_wishlist_cart {
  display: inline-block;
  color: #ffffff;
  padding-right: 20px;
  position: relative;
}
.hikashop_wishlist_module .icon_wishlist_cart .tz_count,
.hikashop_cart_module .icon_wishlist_cart .tz_count {
  background: #f44336;
  border-radius: 50%;
  font-size: 10px;
  height: 18px;
  left: -12px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 18px;
}
.hikashop_wishlist_module .icon_wishlist_cart div,
.hikashop_cart_module .icon_wishlist_cart div {
  display: inline-block;
}
.hikashop_wishlist_module .icon_wishlist_cart:before,
.hikashop_cart_module .icon_wishlist_cart:before {
  font-family: tziconcustom;
  color: #ffffff;
}
.hikashop_cart_module .icon_wishlist_cart:before {
  content: '\e600';
  font-size: 20px;
}
.hikashop_wishlist_module .icon_wishlist_cart:before {
  content: '\e04a';
  font-size: 18px;
}
.tz-ecommerce-meta:after {
  clear: both;
  display: table;
  content: '';
}
.tz-ecommerce-meta > div {
  display: inline-block;
  float: right;
}
.tz-ecommerce-meta .hikashop_cart_module,
.tz-ecommerce-meta .hikashop_wishlist_module {
  padding-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.tz-ecommerce-meta .tz-mini-cart > strong {
  top: 18px;
}
.tz-ecommerce-meta .tz-mini-cart:hover .cart-inner {
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
.tz-ecommerce-meta .tz-mini-cart:hover .cart-inner:before {
  right: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.tz-ecommerce-meta .tz-menu-wishlist {
  background-image: url("../images/wishlisticon.png");
  background-position: 14px 24px;
}
.tz-ecommerce-meta > a {
  line-height: 60px;
  min-height: 60px;
  position: relative;
  display: block;
  padding: 0 15px 0 42px;
  color: #ffffff;
  font-size: 16px;
}
.tz-ecommerce-meta > a > strong {
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fd4339;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  padding-left: 1px;
}
.tz-ecommerce-meta:last-child a {
  padding-right: 0;
}
.cart-inner {
  position: absolute;
  right: 0;
  top: 180%;
  background: #ffffff;
  width: 360px;
  padding: 30px;
  list-style: none;
  margin: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 888;
  line-height: 24px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.cart-inner:before {
  position: absolute;
  right: 90%;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cart-inner .mini-cart-content {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
}
.cart-inner .mini-cart-content:after {
  clear: both;
  display: table;
  content: '';
}
.cart-inner .mini-cart-content:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.cart-inner .mini-cart-content:last-child .hikashop_cart_value {
  padding-bottom: 0;
}
.cart-inner .mini-cart-content .hikashop_cart_value {
  padding: 15px 0;
}
.cart-inner .mini-cart-content .tz_info {
  display: table-cell;
  padding-left: 20px;
}
.cart-inner .mini-cart-content .tz_info .hikashop_cart_module_product_delete_value {
  position: absolute;
  right: 0;
  top: 40%;
}
.cart-inner .mini-cart-content .tz_info .hikashop_cart_module_product_quantity_value input {
  border: none;
  padding: 0;
  height: auto;
}
.cart-inner .mini-cart-content .tz_info .hikashop_cart_module_product_price_value .hikashop_product_price_full {
  color: #f44336;
}
.cart-inner .mini-cart-content .mini-cart-img {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #e0e0e0;
  text-align: center;
  position: relative;
}
.cart-inner .mini-cart-content .mini-cart-img img {
  max-width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-inner .mini-cart-content .mini-cart-ds h6 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 6px 0;
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta a {
  color: #f44336;
  display: block;
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta {
  display: block;
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta:after {
  clear: both;
  display: table;
  content: '';
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta .mini-color i {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 2px;
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-qty {
  padding-left: 30px;
}
.cart-inner .mini-cart-content .mini-cart-delete {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 13px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  display: block;
}
.cart-inner .mini-cart-content .mini-cart-delete img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.cart-inner .mini-cart-content .mini-cart-delete:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.cart-inner .mini-subtotal {
  margin: 5px 0 0 5px;
  padding: 35px 0 0 0;
}
.cart-inner .mini-subtotal .subtotal-content {
  display: block;
  border: 1px solid #eeeeee;
  background: #fafafa;
  position: relative;
  padding: 20px 20px 25px 15px;
  -o-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  -ms-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  -webkit-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  font-size: 19px;
}
.cart-inner .mini-subtotal .subtotal-content:after {
  clear: both;
  display: table;
  content: '';
}
.cart-inner .mini-subtotal .subtotal-content .hikashop_cart_module_product_total_value .hikashop_product_price_full {
  font-weight: 700;
  color: #212121;
}
.cart-inner .mini-footer {
  margin: 24px 0 0;
}
.cart-inner .mini-footer:after {
  clear: both;
  display: table;
  content: '';
}
.cart-inner .mini-footer .view-cart {
  background: #bdbdbd;
  color: #ffffff;
  text-transform: none;
  padding: 2px 36px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cart-inner .mini-footer .view-cart:hover,
.cart-inner .mini-footer .view-cart:focus {
  background: #f44336;
}
.cart-inner .mini-footer .check-out {
  background: #f44336;
  color: #ffffff;
  text-transform: none;
  padding: 2px 36px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: right;
  border-radius: 0;
}
.cart-inner .mini-footer .check-out:hover,
.cart-inner .mini-footer .check-out:focus {
  background: #212121;
}
.tz_icon_menu {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #fff;
  display: none;
  padding: 0 20px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.tz_icon_menu i {
  color: #fff;
  font-size: 20px;
}
/**
 * 3.0 - Content
 * -----------------------------------------------------------------------------
 */
.style-1 .tz-breadcrumbs {
  padding-bottom: 10px;
}
/**
* 3.1 - Custom content
* -----------------------------------------------------------------------------
*/
.custom-content {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-content h3 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
}
.custom-content p {
  padding: 9px 0 0 0;
}
.tz-tabs-header:after {
  clear: both;
  display: table;
  content: '';
}
/**
 * 3.2 - Shortcode tabs
 * -----------------------------------------------------------------------------
 */
.tz-tabs-title {
  font-size: 30px;
  line-height: 21px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.tz-nav-tabs {
  border: 0;
}
.tz-nav-tabs li a {
  border: 0;
  display: inline-block !important;
  font-size: 19px;
  line-height: 21px;
  position: relative;
  padding: 0 20px;
  margin: 0;
}
.tz-nav-tabs li a i {
  font-size: 5px;
  color: #bdbdbd;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.tz-nav-tabs li:focus a,
.tz-nav-tabs li:active a,
.tz-nav-tabs li:hover a,
.tz-nav-tabs li.active a {
  border: 0;
  color: #f44336;
  background: transparent;
}
.tz-nav-tabs li:focus a:focus,
.tz-nav-tabs li:active a:focus,
.tz-nav-tabs li:hover a:focus,
.tz-nav-tabs li.active a:focus,
.tz-nav-tabs li:focus a:hover,
.tz-nav-tabs li:active a:hover,
.tz-nav-tabs li:hover a:hover,
.tz-nav-tabs li.active a:hover {
  border: 0;
  color: #f44336;
  background: transparent;
}
.tz-nav-tabs li:last-child a {
  padding-right: 0;
}
.tz-nav-tabs li:last-child a i {
  display: none;
}
.mrg-bottom .hikashop_product {
  margin-bottom: 55px;
}
.tab-content {
  padding: 57px 0 36px;
}
.tz-tabs-header {
  position: relative;
  top: -22px;
}
.tab-pane .row-item {
  margin-top: 55px;
}
.tab-pane .row-item:first-child {
  margin-top: 0;
}
.tab-pane .hikashop_product_desc {
  display: none;
}
.hikashop_container {
  text-align: center;
  position: relative;
}
.hikashop_container:hover .hikashop_product_image img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.hikashop_container:hover .tz-btn-add .hikashop_add_wishlist .hikashop_cart_input_button,
.hikashop_container:hover .tz-btn-add .btn,
.hikashop_container:hover .tz-btn-add .quick-view a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.hikashop_container:hover .product-attr i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.hikashop_container:hover .product-attr :nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.hikashop_container:hover .product-attr :nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hikashop_container:hover .product-attr :nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  color: #ffff00 !important;
}
.hikashop_container:hover .product-attr :nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.hikashop_container:hover .product-attr :nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.hikashop_container:hover .product-attr :nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.hikashop_container:hover .product-attr :nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.hikashop_container:hover .product-attr :nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.hikashop_container:hover .product-attr :nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.hikashop_container:hover .product-attr :nth-child(10) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.hikashop_container:hover .product-attr :nth-child(11) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.hikashop_container:hover .product-attr :nth-child(12) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.hikashop_container:hover .product-attr :nth-child(13) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.hikashop_container:hover .product-attr :nth-child(14) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.hikashop_container:hover .product-attr :nth-child(15) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.hikashop_container:hover .product-attr :nth-child(16) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.hikashop_container .hikashop_product_image {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hikashop_container .hikashop_product_image img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.hikashop_container .tz-btn-add {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  margin-top: -50px;
}
.hikashop_container .tz-btn-add .btn {
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: 0;
  min-width: 162px;
}
.hikashop_container .tz-btn-add .btn:hover,
.hikashop_container .tz-btn-add .btn:focus {
  background: #f44336;
}
.hikashop_container .tz-btn-add span {
  display: block;
}
.hikashop_container .tz-btn-add .hikashop_add_wishlist .hikashop_cart_input_button {
  -webkit-transform: translate(-80px, 0);
  -ms-transform: translate(-80px, 0);
  -o-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
.hikashop_container .tz-btn-add .hikashop_cart_input_button {
  -webkit-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  -o-transform: translate(80px, 0);
  transform: translate(80px, 0);
}
.hikashop_container .tz-btn-add .quick-view a {
  -webkit-transform: translate(-80px, 0);
  -ms-transform: translate(-80px, 0);
  -o-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
.hikashop_container .hikashop_product_name {
  font-size: 19px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.hikashop_container .hikashop_product_price {
  display: block;
  color: #f44336;
  font-size: 19px;
  line-height: 21px;
}
.hikashop_container .product-attr {
  display: block;
  margin-top: 15px;
}
.hikashop_container .product-attr i {
  font-size: 15px;
  margin: 0 5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  background: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
/**
 * 3.3 - Product event
 * -----------------------------------------------------------------------------
 */
.hidden-before .hikashop-add-cart,
.hidden-before .hikashop_add_wishlist {
  padding-left: 0;
  margin-left: 0;
}
.hidden-before .hikashop-add-cart:before,
.hidden-before .hikashop_add_wishlist:before {
  content: '';
}
.add-to-cart {
  background-image: url("../images/cart_icon.png");
  background-position: 20px center;
  background-color: #f44336;
  padding: 12px 23px 13px 53px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 0;
  height: auto;
}
.add-to-cart:hover,
.add-to-cart:focus {
  background-color: #212121;
  color: #ffffff;
}
.hikashop-add-cart {
  position: relative;
  display: inline-block;
}
.hikashop-add-cart:before {
  content: '\e600';
  font-family: tziconcustom;
  display: inline-block;
  font-size: 20px;
  left: 25px;
  position: absolute;
  top: 10px;
  color: #ffffff;
}
.hikashop_add_wishlist {
  margin-left: 40px;
  padding-left: 33px;
}
.hikashop_add_wishlist:before {
  content: '\e04a';
  font-family: tziconcustom;
  display: inline-block;
}
.add-to-wishlist {
  background-image: url("../images/wishlist_black.png");
  background-position: 0 center;
  background-color: transparent;
  padding: 12px 0 13 px0;
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  height: auto;
}
.add-to-wishlist:hover,
.add-to-wishlist:focus {
  color: #f44336;
}
.product-event-content {
  padding: 0 0 0 65px;
  margin: 0;
  list-style: none;
}
.product-event-content li {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
  margin-top: 21px;
}
.product-event-content li:after {
  clear: both;
  display: table;
  content: '';
}
.product-event-content li:first-child {
  border-top: 0;
  padding: 0;
  margin-top: 0;
}
.product-event-content li h3 {
  font-size: 25px;
  padding: 2px 0 18px 0;
  margin: 0;
}
.product-event-content li .product-rating {
  display: block;
  padding-bottom: 30px;
}
.product-event-content li .product-rating i {
  font-size: 20px;
}
.product-event-content li .event-price {
  font-size: 30px;
  font-weight: 900;
  line-height: 21px;
  color: #f44336;
  padding-bottom: 15px;
  display: block;
}
.product-event-content li .tz-color {
  font-size: 19px;
  line-height: 21px;
}
.product-event-content li .tz-color i {
  background: none;
  font-size: 18px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 5px;
}
.product-event-content li .tz-color i:first-child {
  margin-left: 25px;
}
.product-event-content li .tz-stock {
  font-size: 19px;
  line-height: 21px;
  padding-left: 100px;
}
.product-event-content .event-footer {
  padding-top: 30px;
}
.event-thumbail {
  padding-top: 42px;
  text-align: center;
}
.countdown-section {
  min-width: 70px;
  min-height: 70px;
  display: inline-block;
  padding-top: 10px;
  margin-right: 30px;
  margin-bottom: 9px;
  border: 1px solid #212121;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.countdown-section:hover {
  background: #212121;
  color: #ffffff;
}
.countdown-section .countdown-amount {
  display: block;
  font-size: 25px;
  line-height: 27px;
  font-weight: 900;
}
.countdown-section .countdown-period {
  display: block;
  font-size: #212121;
  line-height: 21px;
  font-weight: 300;
}
/**
 * 3.4 - Get In Touch
 * -----------------------------------------------------------------------------
 */
.no-padding-rl {
  padding-left: 0;
  padding-right: 0;
}
.background-parallax {
  padding-top: 125px;
  padding-bottom: 125px;
  text-align: center;
}
.get-in-touch {
  text-align: center;
}
.get-in-touch h3 {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  padding: 3px 0 21px;
  margin: 0;
}
.get-in-touch p {
  font-size: 23px;
  line-height: 27px;
  padding: 10px 0;
  margin: 0;
  color: #ffffff;
}
.get-in-touch a {
  background-color: #f44336;
  font-weight: 700;
  line-height: 21px;
  font-size: 15px;
  display: inline-block;
  padding: 12px 29px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 38px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.get-in-touch a:hover {
  background-color: #212121;
}
/**
 * 3.5 - News Blog
 * -----------------------------------------------------------------------------
 */
.tz-new-blog {
  margin: 15px 0;
}
.tz-new-blog:after {
  clear: both;
  display: table;
  content: '';
}
.tz-new-blog .tzthumbnail {
  width: 50%;
  padding-right: 15px;
  float: left;
  position: relative;
}
.tz-new-blog .tz-new-content {
  width: 50%;
  padding-left: 15px;
  float: left;
}
.tz-new-blog .tz-new-content h4 {
  padding: 0 0 16px 0;
  margin: 0;
  font-weight: 900;
  line-height: 24px;
  font-size: 19px;
}
.tz-new-blog .tz-new-content .post-date {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 24px;
}
.tz-new-blog .tz-new-content .continue {
  color: #f44336;
  display: block;
  margin-top: 24px;
}
/**
 * 3.6 - Partners
 * -----------------------------------------------------------------------------
 */
.slick-prev::before,
.slick-next::before {
  color: #212121;
}
.slick-slide img {
  margin: auto;
}
.tz-partners {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: e-resize;
}
.tz-partners .slick-slider {
  margin: 0;
}
.tz-partners .slick-slide {
  padding: 50px 0;
  text-align: center;
}
/**
 * 3.7 - Shop
 * -----------------------------------------------------------------------------
 */
.hikashop_total_vote {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}
.list-product .catalog-meta {
  display: block;
}
.list-product .hikashop_products {
  margin-top: 25px;
  margin-bottom: 25px;
}
.list-product .hikashop_container {
  padding-bottom: 15px;
  padding-top: 15px;
}
.list-product .hikashop_container .hikashop_subcontainer {
  padding: 0;
  border-radius: 0 !important;
  margin: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.list-product .hikashop_container .hikashop_subcontainer .hikashop_product_name {
  margin: 8px 0 0;
  padding: 0 10px;
}
.list-product .hikashop_container .hikashop_subcontainer .hikashop_product_price_full {
  margin: 16px 0 12px;
}
.list-product .hikashop_container .hikashop_subcontainer:hover {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
}
.list-product .hikashop_container:hover .hikashop_add_wishlist .hikashop_cart_input_button {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.list-product .hikashop-add-cart::before,
.list-product .hikashop_add_wishlist::before {
  content: ' ';
}
.list-product .tz-shop-single .hikashop_add_wishlist {
  height: 50px;
  line-height: 50px;
}
.list-product .tz-shop-single .hikashop_add_wishlist:before {
  content: '\e04a';
}
.list-product .tz-shop-single .hikashop_add_wishlist .hikashop_cart_input_button {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.list-product .hikashop_add_wishlist {
  padding: 0;
  margin: 0;
}
.list-product .hikashop_add_wishlist .hikashop_cart_input_button {
  -webkit-transform: translate(-80px, 0);
  -ms-transform: translate(-80px, 0);
  -o-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
.list-product .product-info {
  padding-bottom: 15px;
}
.list-product .product-info .hikashop_product_vote,
.list-product .product-info .hikashop_product_desc {
  display: none;
}
.hikashop_product_carousel .hikashop_subcontainer {
  background: transparent !important;
}
.hikashop_product_carousel .hikashop_product_item_left_part,
.hikashop_product_carousel .hikashop_product_item_right_part {
  float: left;
}
.hikashop_product_carousel .hikashop_product_item_right_part {
  width: 50%;
}
.hikashop_product_carousel .hikashop_product_item_left_part {
  width: 50%;
}
.hikashop_product_carousel .hikashop_next_button,
.hikashop_product_carousel .hikashop_previous_button {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.hikashop_product_carousel .hikashop_next_button {
  right: -15%;
}
.hikashop_product_carousel .hikashop_previous_button {
  left: -15%;
}
.hikashop_product_carousel .hikashop_product_item_right_part {
  text-align: left;
  padding: 0 0 0 65px;
}
.hikashop_product_carousel .hikashop_product_item_right_part .hikashop_add_wishlist {
  display: inline-block;
}
.hikashop_product_carousel .hikashop_product_item_right_part .hikashop_product_price_full .hikashop_product_price {
  color: #f44336;
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 21px;
  padding-bottom: 15px;
  text-align: left !important;
}
.hikashop_product_carousel .hikashop_product_item_right_part h3 {
  font-size: 25px;
  margin: 25px 0 0 0;
  padding: 23px 0 18px;
  border-top: 1px solid #e0e0e0;
}
.hikashop_product_carousel .hikashop_product_item_right_part h3 .hikashop_product_name {
  text-align: left;
}
.hikashop_product_carousel .hikashop_product_item_right_part .hikashop_product_stock_count {
  font-size: 19px;
  line-height: 21px;
}
.hikashop_product_carousel .hikashop_product_item_right_part .add_wishlist,
.hikashop_product_carousel .hikashop_product_item_right_part .hikashop_product_stock_count {
  border-top: 1px solid #e0e0e0;
  margin-top: 21px;
  padding-top: 25px;
  display: block;
  text-align: left !important;
}
.tz-countdown .tzCountdown {
  display: block;
}
.tzCountdown {
  display: none;
}
.hikashop_product_vote {
  padding-bottom: 30px;
}
div.hk-rating,
div.ui-rating {
  position: relative;
  display: inline-block;
}
.state-empty,
.state-full,
div.ui-rating .ui-rating-full,
div.ui-rating a.ui-rating-empty {
  background: none !important;
  font-size: 20px;
  float: left;
  padding-right: 4px;
  cursor: pointer;
}
.state-empty:before,
.state-full:before,
div.ui-rating .ui-rating-full,
div.ui-rating .icon-star:before,
div.ui-rating a.ui-rating-empty:before {
  content: "\f006";
}
.state-full,
.state-empty,
div.ui-rating .ui-rating-full,
div.ui-rating a.icon-star,
div.ui-rating a.ui-rating-empty {
  font-family: FontAwesome;
  color: #c0c0c0 !important;
}
.state-full:before,
.state-full.state-hover:before,
.state-empty.state-hover:before,
div.ui-rating > .rating-item:hover span:before,
div.ui-rating > .rating-item:hover ~ a span:before,
div.ui-rating > .voted:before,
div.ui-rating > .rating-item:hover:before,
div.ui-rating > .rating-item:hover ~ .rating-item:before,
div.ui-rating a.ui-rating-hover:before,
div.ui-rating a.ui-rating-full:before {
  color: #212121 !important;
  content: "\f005";
}
.hikashop_container {
  position: relative;
}
.hikashop_container .hikashop_subcontainer .tz-btn-add {
  position: absolute;
}
.hikashop_product_image {
  height: auto !important;
}
.hikashop_product_image .hikashop_product_image_subdiv {
  width: 100% !important;
}
.tz-shop {
  padding: 50px 0;
}
.tz-shop-content {
  overflow: hidden;
}
.tz-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-breadcrumbs:after {
  clear: both;
  display: table;
  content: '';
}
.tz-breadcrumbs li {
  float: left;
  position: relative;
  padding-right: 20px;
  padding-left: 5px;
  line-height: 30px;
}
.tz-breadcrumbs li:first-child {
  padding-left: 0;
}
.tz-breadcrumbs li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "->";
}
.tz-breadcrumbs li:last-child:after {
  display: none;
}
.tz-breadcrumbs li a {
  display: block;
}
.shop-banner {
  margin-top: 14px;
}
.catalog-meta-none .catalog-meta {
  display: none !important;
}
.catalog-meta {
  margin: 30px 0 0;
  display: none;
}
.catalog_top {
  margin: 5px 0 0 5px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  -o-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  -ms-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  -webkit-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
}
.catalog_top:after {
  clear: both;
  display: table;
  content: '';
}
.catalog_top .style-switch {
  float: left;
}
.catalog_top .style-switch a {
  font-size: 16px;
  border-right: 1px solid #eeeeee;
  display: inline-block;
  line-height: 53px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
}
.catalog_top .style-switch a.active {
  color: #f44336;
}
.catalog_top .shop-order {
  float: right;
  font-size: 0;
}
.catalog_top .shop-order .limit .chzn-container {
  height: 53px;
  color: #9e9e9e;
  border-width: 0 0 0 1px;
  border-color: #eeeeee;
  border-style: solid;
  background: none;
  padding: 0 0 0 15px;
  width: 60px !important;
}
.catalog_top .shop-order .limit .chzn-container .chzn-single {
  height: 53px;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.catalog_top .shop-order .limit .chzn-container .chzn-single span {
  line-height: 53px;
  font-size: 16px;
}
.catalog_top .shop-order .limit .chzn-container .chzn-single b {
  background: none !important;
}
.catalog_top .shop-order .limit .chzn-container .chzn-single b:after {
  background: #fafafa;
  content: '\f0d7';
  font-family: "FontAwesome";
  line-height: 53px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.catalog_top .shop-order .limit .chzn-container .chzn-drop {
  background: #fafafa;
  border-color: #eeeeee;
}
.catalog_top .shop-order .limit .chzn-container .chzn-drop .chzn-results {
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
  color: #212121;
}
.catalog_top .shop-order .limit .chzn-container .chzn-drop .chzn-results li.highlighted {
  background: transparent;
  color: #f44336;
}
.catalog_top .shop-order .limit .chzn-container option {
  padding: 5px 5px 5px 15px;
}
.catalog_top .shop-order .form-arrow {
  margin: 0;
  position: relative;
  font-weight: 300;
}
.catalog_top .shop-order .form-arrow:after {
  background: #fafafa;
  content: '\f0d7';
  font-family: "FontAwesome";
  line-height: 53px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.tz-product {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.tz-product:after {
  clear: both;
  display: table;
  content: '';
}
.tz-product .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tz-product .product-item .item {
  position: relative;
  min-height: 340px;
  border: 1px solid #eeeeee;
}
.tz-product .product-item .item .product-item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 360px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product .product-item .item .product-item-inner .product-thumb img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product .product-item .item .product-item-inner .p-vote {
  display: none;
}
.tz-product .product-item .item .product-item-inner p {
  display: none;
  padding-right: 10px;
}
.tz-product .product-item .item .product-item-inner .product-info {
  position: static;
}
.tz-product .product-item .item .product-item-inner .product-info h4 {
  margin: 8px 0 0 0;
  padding: 0;
}
.tz-product .product-item .item .product-item-inner .product-info .p-meta {
  display: block;
  margin: 16px 0 12px;
}
.tz-product .product-item .item .product-item-inner .product-info .p-meta .p-price {
  color: #f44336;
  font-size: 19px;
}
.tz-product .product-item .item .product-item-inner .product-info .p-color {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  margin: 0;
}
.tz-product .product-item .item .product-item-inner .product-info .p-color i {
  font-size: 16px;
  margin: 0 4px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  background: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25%;
  left: 0;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist {
  display: none;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask a {
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 5px;
  -webkit-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask a:hover,
.tz-product .product-item .item .product-item-inner .product-info .p-mask a:focus {
  background: #f44336;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask a.add-to-cart {
  -webkit-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  -o-transform: translate(80px, 0);
  transform: translate(80px, 0);
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask a i {
  display: none;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask .quick-view {
  display: block;
  text-align: center;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask .quick-view a {
  -webkit-transform: translate(-80px, 0);
  -ms-transform: translate(-80px, 0);
  -o-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
.tz-product.grid-eff .product-item .item:hover {
  border-color: transparent;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-thumb img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .p-mask .add-to-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .p-mask .quick-view a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  color: #ffff00 !important;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(10) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(11) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(12) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(13) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(14) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(15) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(16) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.list-view .hikashop_container:hover .hikashop_product_image img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.list-view .hikashop_subcontainer {
  padding-bottom: 45px !important;
}
.list-view .hikashop_subcontainer:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.list-view .hikashop_product {
  text-align: left;
  width: 100%;
  display: block;
}
.list-view .hikashop_product .hikashop_product_desc {
  display: block;
}
.list-view .hikashop_product .hikashop_product_image {
  float: left;
  width: auto;
  padding: 15px;
}
.list-view .hikashop_product .product-info {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.list-view .hikashop_product .product-info .tz-btn-add {
  position: relative !important;
  top: 0;
  margin: 0;
  text-align: left;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.list-view .hikashop_product .product-info .tz-btn-add .hikashop-add-cart,
.list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist {
  display: inline-block;
}
.list-view .hikashop_product .product-info .tz-btn-add .hikashop-add-cart .add-to-cart,
.list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist .add-to-cart,
.list-view .hikashop_product .product-info .tz-btn-add .hikashop-add-cart .add-to-wishlist,
.list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist .add-to-wishlist {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist {
  padding-left: 30px;
}
.list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist:hover:before,
.list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist:hover input {
  color: #f44336;
}
.list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist input {
  padding-left: 0;
  margin-left: 0;
  background: transparent;
  color: #9e9e9e;
}
.list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist:before {
  content: '\f004' !important;
  font-family: FontAwesome;
  position: relative;
  top: 3px;
  color: #9e9e9e;
}
.list-view .hikashop_product .product-info .hikashop_product_price_full,
.list-view .hikashop_product .product-info .hikashop_product_vote {
  display: inline-block;
}
.list-view .hikashop_product .product-info .hikashop_product_vote {
  margin-left: 40px;
  padding: 0;
  vertical-align: middle;
}
.list-view .hikashop_product .product-info .hikashop_product_vote .ui-rating a {
  font-size: 13px;
}
.list-view .hikashop_product .product-info .hikashop_product_vote .hikashop_total_vote {
  font-size: 13px;
  line-height: 16px;
}
.list-view .hikashop_product .product-info .hikashop_product_name {
  padding: 0;
  margin: 25px 0 0;
}
.list-view .hikashop_product .product-info .hikashop_product_price_full {
  margin: 10px 0;
}
.list-view .hikashop_product .product-info .hikashop_product_price_full span {
  line-height: 27px;
  font-size: 19px;
}
.list-view .hikashop_product .product-info .hikashop_product_desc p {
  text-align: left;
  padding-right: 10px;
}
.list-view .hikashop_product .item {
  height: auto;
  min-height: 280px;
}
.list-view .hikashop_product .item .product-item-inner {
  position: relative;
  top: auto;
  left: auto;
  min-height: inherit;
}
.list-view .hikashop_product .item .product-item-inner:after {
  clear: both;
  display: table;
  content: '';
}
.list-view .hikashop_product .item .product-item-inner .product-thumb {
  float: left;
  width: 33%;
  overflow: hidden;
}
.list-view .hikashop_product .item .product-item-inner .product-thumb img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.list-view .hikashop_product .item .product-item-inner .product-info {
  width: 67%;
  position: relative;
  float: left;
}
.list-view .hikashop_product .item .product-item-inner .product-info h4 {
  margin: 25px 0 0 0;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-meta {
  margin: 10px 0;
  display: inline-block;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-meta:after {
  clear: both;
  display: table;
  content: '';
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-meta .p-price {
  float: left;
  line-height: 27px;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-meta .p-vote {
  margin-left: 40px;
  display: inline-block;
  font-size: 13px;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask {
  position: relative;
  text-align: left;
  width: auto;
  top: auto;
  left: auto;
  display: block;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask a i {
  margin-right: 10px;
  display: inline-block;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask a .add-to-cart {
  margin-left: 0;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask .add-to-wishlist {
  display: inline-block;
  background: none;
  border: none;
  color: #9e9e9e;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask .add-to-wishlist:hover,
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask .add-to-wishlist:focus {
  background: none !important;
  color: #f44336;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask .quick-view {
  display: inline-block;
  text-align: left;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask .quick-view a {
  background: none;
  border: none;
  color: #9e9e9e;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-mask .quick-view a:hover {
  background: none !important;
  color: #f44336;
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-color {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-view .hikashop_product .item .product-item-inner .product-info .p-color i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-view .hikashop_product .item .product-item-inner .product-info p {
  display: block;
  line-height: 24px;
}
.list-view .hikashop_product:hover .product-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.width_auto {
  width: auto;
}
.pagination {
  display: block;
  margin: 27px 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.pagination:after {
  clear: both;
  display: table;
  content: '';
}
.pagination ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul:after {
  clear: both;
  display: table;
  content: '';
}
.pagination ul li {
  float: left;
}
.pagination ul li a,
.pagination ul li span {
  border: none;
  padding: 10px;
  color: #212121;
}
.pagination ul li a.current,
.pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li span:hover {
  color: #f44336;
  background: transparent;
}
.pagination ul li:hover,
.pagination ul li.active {
  background: transparent;
}
.pagination ul li:hover a,
.pagination ul li.active a,
.pagination ul li:hover a:hover,
.pagination ul li.active a:hover {
  background: transparent;
  color: #f44336;
}
.latest-products .hikashop_product_item_left_part{
  max-width: 100px;
}
.product-style-1 .catalog-meta {
  display: none;
}
.product-style-1 .hikashop_products > .row > div:first-child .hikashop_container {
  margin-top: 12px !important;
}
.product-style-1 .hikashop_subcontainer:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.product-style-1 .hikashop_container {
  margin-top: 20px !important;
  padding: 0 !important;
}
.product-style-1 .hikashop_container:after {
  display: block;
  content: ' ';
  clear: both;
}
.product-style-1 .hikashop_container .hikashop_product_image {
  width: auto !important;
}
.product-style-1 .hikashop_container .hikashop_product_image img {
  border: 1px solid #eeeeee;
}
.product-style-1 .hikashop_container .hikashop_product_item_left_part {
  float: left;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part h3 {
  margin: auto;
  font-size: 16px;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part h3 .hikashop_product_name {
  margin: 0;
  font-size: 16px;
  padding: 0;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part .hikashop_product_desc {
  display: none;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part .hikashop_product_vote {
  margin-top: 3px;
  padding: 0;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part .hikashop_product_vote .hk-rating a,
.product-style-1 .hikashop_container .hikashop_product_item_right_part .hikashop_product_vote .ui-rating a {
  font-size: 13px !important;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part .hikashop_product_vote .hikashop_total_vote {
  display: none;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part .hikashop_product_price_full {
  margin: 0 !important;
}
.product-style-1 .hikashop_container .hikashop_product_item_right_part .hikashop_product_price {
  font-size: 16px;
}
.product-style-1 .hikashop_container:hover .hikashop_product_image img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hikashop_products_pagination_top .pagination {
  display: none;
}
.hikashop_products_pagination_bottom .limit {
  display: none;
}
.hikashop_products_pagination .pagination span,
.hikashop_products_pagination .pagination a {
  padding: 10px;
}
.hikashop_products_pagination .pagination a {
  cursor: pointer;
}
.hikashop_products_pagination .pagination span.pagenav {
  color: #f44336;
}
.hikashop_products_pagination .pagination span.pagenav.pagenav_text {
  color: #212121;
}
/**
 * 3.7.1 - Shop sidebar
 * -----------------------------------------------------------------------------
 */
.tz-shop-sidebar .module-title {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 18px;
  line-height: 32px;
}
.tz-shop-sidebar .module-title span {
  padding-bottom: 0;
  color: #f44336;
}
.tz-shop-sidebar .module-ct {
  margin-bottom: 48px;
}
.aside_right .module-title span {
  font-size: 19px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: normal;
  border-bottom: 2px solid #212121;
  padding: 0 0 5px 0;
  margin-bottom: 14px;
}
.aside_right .widget {
  margin-bottom: 48px;
}
.aside_right .search .form-search {
  position: relative;
  padding-right: 50px;
}
.aside_right .search .form-search input.search-query {
  height: 50px;
  width: 100%;
  border: 2px solid #e0e0e0;
  padding: 0 10px;
  border-radius: 0;
}
.aside_right .search .form-search input.search-query::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.aside_right .search .form-search input.search-query:-ms-input-placeholder {
  color: #212121;
}
.aside_right .search .form-search input.search-query::-webkit-input-placeholder {
  color: #212121;
}
.aside_right .search .form-search input.search-query::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.aside_right .search .form-search input.search-query:-ms-input-placeholder {
  color: #212121;
}
.aside_right .search .form-search input.search-query::-webkit-input-placeholder {
  color: #212121;
}
.aside_right .search .form-search .button {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  display: block;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: #212121;
  color: transparent;
}
.aside_right .search .form-search .button:hover {
  background-color: #f44336;
}
.aside_right .search .form-search .button:hover:after {
  border-right: 7px solid #f44336;
}
.aside_right .search .form-search .button:before {
  content: '\e036';
  font-family: tziconcustom;
  color: #ffffff;
  left: -7px;
  position: relative;
  font-size: 17px;
}
.aside_right .search .form-search .button:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -8px;
  border-right: 7px solid #212121;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.aside_right .category-menu li {
  border: none;
  padding: 0;
}
.aside_right .category-menu li a {
  line-height: 40px;
}
.aside_right .category-menu li a span {
  color: #9e9e9e;
  padding-left: 10px;
}
.aside_right .category-menu .sub-menu-category {
  display: block;
}
.aside_right .category-menu .sub-menu-category li {
  margin: 0;
}
.aside_right .newsflash-vert {
  margin-top: 30px;
}
.aside_right .newsflash-vert .newsflash-item:after {
  clear: both;
  content: "";
  display: table;
}
.aside_right .newsflash-vert .newsflash-item .tz_media,
.aside_right .newsflash-vert .newsflash-item .tz_info {
  display: table-cell;
  vertical-align: top;
}
.aside_right .newsflash-vert .newsflash-item .tz_media {
  max-width: 70px;
}
.aside_right .newsflash-vert .newsflash-item .tz_info {
  padding-left: 15px;
}
.aside_right .newsflash-vert .newsflash-item .tz_info .newsflash-title {
  margin: 0;
  font-weight: 300;
  color: #212121;
  font-size: 16px;
  line-height: 21px;
}
.aside_right .newsflash-vert .newsflash-item .tz_info span.date {
  color: #9e9e9e;
  font-size: 14px;
}
.hikashop_subcategories ul {
  list-style: outside none none;
  margin: 0;
  padding: 10px 10px 10px 20px;
}
.hikashop_subcategories ul li a {
  line-height: 36px;
}
.hikashop_subcategories ul li a span {
  color: #9e9e9e;
  display: inline-block;
  padding-left: 3px;
}
.hikashop_subcategories .accordion-heading h4 {
  margin: 0;
  position: relative;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
}
.hikashop_subcategories .accordion-heading h4 span {
  color: #9e9e9e;
  display: inline-block;
  padding-left: 3px;
}
.hikashop_subcategories .accordion-heading h4:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f105";
  font-family: 'FontAwesome';
}
.hikashop_subcategories .accordion-heading h4.active:after {
  content: "\f107";
}
.hikashop_subcategories .accordion-heading h4:hover:after {
  color: #f44336;
}
.hikashop_filter_main {
  padding-left: 20px;
  padding-top: 20px;
}
.hikashop_filter_main:first-child {
  padding-top: 0;
}
.hikashop_filter_main br {
  display: none;
}
.hikashop_filter_main .hikashop_filter_title {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  text-transform: uppercase;
  display: block;
}
.hikashop_filter_main .hikashop_filter_title:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f107";
  font-family: 'FontAwesome';
}
.hikashop_filter_main .filter_values_container {
  display: block;
}
.hikashop_filter_main .filter_values_container input {
  height: auto;
  margin: auto;
}
.hikashop_filter_main .filter_values_container label {
  margin: auto;
  padding-left: 5px;
  padding-right: 10px;
  font-weight: 300;
}
.TzModFeature li {
  margin-top: 25px;
}
.TzModFeature .tz_media,
.TzModFeature .tz_info {
  display: table-cell;
  vertical-align: top;
}
.TzModFeature .tz_media {
  max-width: 75px;
}
.TzModFeature .tz_media img {
  width: 100%;
}
.TzModFeature .tz_info {
  padding-left: 15px;
}
.TzModFeature .tz_info .title {
  display: block;
  font-weight: 300;
  color: #212121;
  font-size: 16px;
  line-height: 21px;
}
.TzModFeature .tz_info .title:hover {
  color: #f44336;
}
.TzModFeature .tz_info span.date {
  color: #9e9e9e;
  font-size: 14px;
}
#tz-flick {
  margin-top: 25px;
  margin-left: -5px;
  margin-right: -5px;
}
#tz-flick li {
  display: inline-block;
  list-style: outside none none;
  padding: 6px;
  width: 33%;
}
#tz-flick li img {
  width: 100%;
}
.product-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-categories > li {
  position: relative;
}
.product-categories > li a {
  line-height: 36px;
  text-transform: uppercase;
}
.product-catlog .widget_price_filter,
.product-catlog .widget_color_filter,
.product-catlog .widget-size-filter {
  padding-left: 20px;
}
.widget-title-children {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
  padding: 0 0 10px;
  margin: 0;
  position: relative;
}
.widget-title-children:after {
  position: absolute;
  right: 0;
  top: 1px;
  content: "\f107";
  font-family: 'FontAwesome';
}
.widget_price_filter form {
  margin-top: 9px;
}
.price_label {
  margin-top: 25px;
}
.price_label:after {
  clear: both;
  display: table;
  content: '';
}
.price_label button {
  border: 0;
  background: transparent;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.price_label .value-price {
  display: block;
  float: right;
  font-size: 14px;
  font-style: italic;
}
.ui-slider {
  position: relative;
  text-align: left;
  height: 5px;
}
.ui-widget-content {
  background: #eeeeee;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  cursor: pointer;
}
.ui-widget-header {
  background: #212121;
  height: 100%;
}
.ui-state-default {
  background: #212121;
  font-weight: normal;
  color: #fff;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(0, -7.5px);
  -ms-transform: translate(0, -7.5px);
  -o-transform: translate(0, -7.5px);
  transform: translate(0, -7.5px);
  cursor: pointer;
}
.ui-state-default:hover,
.ui-state-default:focus {
  outline: none;
  outline-color: transparent;
}
.ui-state-default:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-3px, -4px);
  -ms-transform: translate(-3px, -4px);
  -o-transform: translate(-3px, -4px);
  transform: translate(-3px, -4px);
  content: '';
  width: 5px;
  height: 5px;
  background: url("../images/bar.png") no-repeat center center;
}
.widget_color_filter {
  margin-top: 20px;
}
.widget_color_filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_color_filter ul:after {
  clear: both;
  display: table;
  content: '';
}
.widget_color_filter ul li {
  float: left;
}
.widget_color_filter ul li a {
  margin-right: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.widget-size-filter {
  margin-top: 20px;
}
.widget-size-filter .widget-title-children {
  padding-bottom: 5px;
}
.widget-size-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-size-filter ul li a {
  line-height: 36px;
}
.widget-size-filter ul li a span {
  color: #9e9e9e;
  padding-left: 5px;
}
.widget_product ul {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
}
.widget_product ul li {
  margin-top: 20px;
}
.widget_product ul li:after {
  clear: both;
  display: table;
  content: '';
}
.widget_product ul li a {
  display: block;
}
.widget_product ul li a:after {
  clear: both;
  display: table;
  content: '';
}
.widget_product ul li img {
  float: left;
  max-width: 80px;
  border: 1px solid #eeeeee;
}
.widget_product ul li .item-info {
  padding-left: 100px;
}
.widget_product ul li .item-info h5 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.widget_product ul li .item-info .p-vote {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #212121;
}
.widget_product ul li .item-info .price {
  margin-top: 3px;
  color: #f44336;
}
/**
 * 3.7.2 - Shop Single
 * -----------------------------------------------------------------------------
 */
.single-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-gallery .hikashop_global_image_div .hikashop_product_main_image_subdiv {
  width: 100% !important;
}
.single-gallery .owl-controls .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #e0e0e0;
  margin: 10px 5px;
}
.single-gallery .owl-controls .owl-dots .owl-dot:hover span,
.single-gallery .owl-controls .owl-dots .owl-dot.active span,
.single-gallery .owl-controls .owl-dots .owl-dot:focus span {
  background: transparent;
  border-color: #f44336;
}
.single-gallery .hikashop_small_image_div > a {
  display: inline-block;
  max-width: 150px;
}
.variant {
  display: none;
}
.product-social {
  margin: 40px 0 ;
}
.product-social a {
  display: inline-block;
  font-size: 25px;
  padding: 0 22px;
  border-left: 2px solid #e0e0e0;
  line-height: 28px;
}
.product-social a:first-child {
  padding-left: 0;
  border-left: 0;
}
.product-social #hikashop_social span {
  display: inline-block;
  line-height: 1em;
  position: relative;
}
.product-social #hikashop_social span.hikashop_social_google {
  top: 3px;
  margin: 0 0 0 20px;
}
.entry-summary h1 {
  font-size: 25px;
  line-height: 24px;
  padding: 0;
  margin: 48px 0 22px 0;
  font-weight: 900;
}
.entry-summary .hikashop_vote_stars div.hk-rating a,
.entry-summary .hikashop_vote_stars div.ui-rating a {
  font-size: 16px;
}
.entry-summary .hikashop_vote_stars span.hikashop_total_vote {
  line-height: 24px;
}
.entry-summary .hikashop_product_quantity_main,
.entry-summary .hikashop_product_characteristics {
  margin: 25px 0 30px;
}
.entry-summary .hikashop_product_quantity_main .chzn-container-single,
.entry-summary .hikashop_product_characteristics .chzn-container-single {
  width: auto !important;
  min-width: 100px;
  margin-left: 15px;
}
.entry-summary .hikashop_product_quantity_main .chzn-container-single .chzn-single,
.entry-summary .hikashop_product_characteristics .chzn-container-single .chzn-single {
  height: auto !important;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
  font-size: 16px;
}
.entry-summary .hikashop_product_quantity_main .chzn-container-single .chzn-single span,
.entry-summary .hikashop_product_characteristics .chzn-container-single .chzn-single span {
  margin: 0;
}
.entry-summary .hikashop_product_quantity_main .chzn-container-single .chzn-single div b,
.entry-summary .hikashop_product_characteristics .chzn-container-single .chzn-single div b {
  background-position: 0 15px;
}
.entry-summary .hikashop_product_quantity_main .chzn-container-single .chzn-drop li,
.entry-summary .hikashop_product_characteristics .chzn-container-single .chzn-drop li {
  font-size: 16px;
}
.entry-summary .hikashop_add_wishlist,
.entry-summary .hikashop_product_quantity_div {
  display: inline-block;
  position: relative;
}
.entry-summary .hikashop_add_wishlist {
  padding-left: 0;
  margin-left: 30px;
}
.entry-summary .hikashop_add_wishlist:hover input {
  color: #212121;
}
.entry-summary .hikashop_product_characteristics_table .product_characteristics {
  display: inline-block;
  margin-right: 20px;
}
.entry-summary .hikashop-add-cart .hikashop_product_quantity_div.input-append {
  border: 1px solid #e0e0e0;
  padding: 5px;
  top: 3px;
  border-radius: 3px;
}
.entry-summary .hikashop-add-cart .hikashop_product_quantity_div input.hikashop_product_quantity_field {
  width: 50px;
  text-align: center;
  height: auto;
  border: none;
}
.entry-summary .hikashop-add-cart .hikashop_product_quantity_div span.add-on {
  height: auto;
  line-height: 37px;
  padding: 0 5px;
  background: transparent;
  display: inline-block;
  position: relative;
  top: 0;
}
.entry-summary .hikashop-add-cart .hikashop_product_quantity_div span.add-on a {
  color: #212121;
}
.entry-summary .hikashop-add-cart .hikashop_product_quantity_add_to_cart_div {
  margin-left: 30px;
}
.entry-summary .hikashop-add-cart .hikashop_product_quantity_add_to_cart_div:before {
  content: '\e600';
  font-family: tziconcustom;
  position: absolute;
  top: 10px;
  left: 23px;
  font-size: 19px;
  color: #ffffff;
}
.entry-summary .hikashop_product_quantity_div .chzn-container {
  margin: 0 30px 0 0 !important;
}
.entry-summary .hikashop_product_quantity_div .chzn-container .chzn-single {
  border-radius: 0 !important;
  padding: 11px 10px !important;
}
.entry-summary .hikashop_product_price_main {
  margin: 15px 0;
}
.entry-summary .hikashop_product_price_main:after {
  clear: both;
  display: table;
  content: '';
}
.entry-summary .hikashop_product_price_main .hikashop_product_price_full span {
  font-weight: 900;
  color: #f44336;
  font-size: 30px;
  display: inline-block;
}
.entry-summary .hikashop_product_price_main .stock {
  padding-left: 80px;
}
.entry-summary .hikashop_product_price_main .stock span {
  color: #f44336;
}
.entry-summary p {
  line-height: 25px;
}
.entry-summary .tz_variations_form {
  margin-top: 23px;
}
.entry-summary .tz_variations_form .form-attr {
  margin: 0 0 30px 0;
}
.entry-summary .tz_variations_form label {
  font-weight: 300;
  margin-right: 15px;
  font-size: 19px;
}
.entry-summary .tz_variations_form select,
.entry-summary .tz_variations_form input {
  border: 1px solid #e0e0e0;
  height: 45px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  padding: 0 10px;
}
.entry-summary .tz_variations_form .tzqty {
  margin-left: 47px;
}
.entry-summary .tz_variations_form .qty {
  width: 90px;
  padding: 0;
}
.single_add_to_cart_button {
  background-image: url("../images/cart_icon.png");
  background-position: 20px center;
  background-color: #f44336;
  padding: 12px 23px 12px 53px;
  background-repeat: no-repeat;
  border: 0;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
  background-color: #212121;
}
.single_add_to_wishlist {
  background-image: url("../images/wishlist_black.png");
  background-position: 0 center;
  background-color: transparent;
  padding: 12px 0 13px 33px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 40px;
  border: 0;
}
.hikashop_submodules .hikashop_module > div > h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.hikashop_submodules .hikashop_add_wishlist {
  padding: 0;
  margin: 0;
}
.hikashop_submodules .hikashop_add_wishlist::before,
.hikashop_submodules .hikashop-add-cart::before {
  content: none;
}
.hikashop_submodules .tz-btn-add {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hikashop_submodules .hikashop_product_desc {
  display: none;
}
.hikashop_submodules .hikashop_product_name {
  margin-top: 0;
}
.tz-shop-tabs {
  background: #fafafa;
  margin: 70px 0 100px;
  padding: 52px 30px 45px;
}
.tz-shop-tabs .tab-content {
  padding: 10px 0;
}
.tz-shop-tabs .tab-content p {
  line-height: 30px;
  padding: 8px 0;
}
.tab-head {
  text-align: center;
}
.tab-head .nav-tabs {
  display: inline-block;
  border: 0;
}
.tab-head .nav-tabs:after {
  clear: both;
  display: table;
  content: '';
}
.tab-head .nav-tabs li a {
  border: 0;
  background: transparent;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  display: block !important;
}
.tab-head .nav-tabs li a label {
  margin: 0;
  font-weight: 900;
  cursor: pointer;
}
.tab-head .nav-tabs li.active a,
.tab-head .nav-tabs li:focus a,
.tab-head .nav-tabs li:hover a {
  border: 0;
  color: #f44336;
  background: transparent;
}
/**
 * 3.7.4 - Shop Cart
 * -----------------------------------------------------------------------------
 */
.hikashop_header_title .page-title {
  margin-top: 0;
}
.hikashop_showcart_infos {
  margin-bottom: 30px;
}
.shop-cart {
  margin: 28px 0 120px;
  border: 0;
  border-color: transparent;
}
.page-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #212121;
  padding: 0;
  margin: 63px 0 38px;
  text-transform: uppercase;
}
.shop_table {
  width: 100%;
  margin: 0 0 50px 0;
}
.shop_table thead tr {
  border-bottom: 2px solid #eeeeee;
}
.shop_table tr {
  border-bottom: 1px solid #eeeeee;
}
.shop_table tr th {
  font-size: 19px;
  font-weight: 700;
  padding: 15px 0;
}
.shop_table tr td {
  padding: 20px 0;
}
.shop_table tbody tr:last-child {
  border: 0;
}
.shop_table .product-remove {
  width: 6%;
  text-align: center;
}
.shop_table .product-remove .remove {
  background: url("../images/delete.png") center center no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.shop_table .product-remove .remove:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.shop_table .product-thumbnail {
  width: 10%;
}
.shop_table .product-thumbnail a {
  display: block;
  max-width: 80px;
  border: 1px solid #eeeeee;
}
.shop_table .product-thumbnail img {
  width: 100%;
}
.shop_table .hika_show_cart_total_price {
  color: #f44336;
  font-weight: 400;
}
.shop_table .product-price {
  width: 16%;
}
.shop_table .product-price span {
  color: #f44336;
  font-weight: 400;
}
.shop_table .hikashop_cart_action_title {
  text-align: center;
}
.shop_table .product-quantity {
  width: 16%;
}
.shop_table .product-quantity input {
  border: 1px solid #e0e0e0;
  height: 45px;
  width: 80px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
}
.shop_table .product-subtotal {
  width: 167px;
}
.shop_table .product-subtotal span {
  color: #f44336;
  font-weight: 400;
}
.shop_table .product-name {
  width: 20%;
}
.shop_table .product-name .color {
  display: block;
  margin-top: 15px;
}
.shop_table .product-name .color i {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
  margin-left: 5px;
}
.actions.tz_carts > input {
  margin: 0 10px;
}
.actions .back-shop {
  line-height: 36px;
  font-weight: 400;
}
.actions .back-shop i {
  padding-right: 10px;
}
.actions .update-cart {
  float: right;
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 30px 5px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 0;
  margin: 0 10px;
}
.actions .update-cart:hover,
.actions .update-cart:focus {
  background: #f44336;
}
.actions .key h3 {
  margin: 0;
}
.coupon h3 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0;
}
.coupon .input-text {
  height: 50px;
  border: 1px solid #e0e0e0;
  width: 95%;
  padding: 10px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 15px;
}
.coupon .input-text::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.coupon .input-text:-ms-input-placeholder {
  color: #212121;
}
.coupon .input-text::-webkit-input-placeholder {
  color: #212121;
}
.coupon .input-text::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.coupon .input-text:-ms-input-placeholder {
  color: #212121;
}
.coupon .input-text::-webkit-input-placeholder {
  color: #212121;
}
.coupon .button {
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 30px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: auto;
  margin-top: 20px;
}
.coupon .button:hover,
.coupon .button:focus {
  background: #f44336;
}
.cart_totals {
  background: #f5f5f5;
  padding: 32px 70px 35px;
}
.cart_totals .cart_totals_inner table {
  width: 100%;
  border: 0;
}
.cart_totals .cart_totals_inner table tr {
  border-bottom: 1px solid #dcdcdc;
}
.cart_totals .cart_totals_inner table tr th {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 36px;
  width: 50%;
  padding: 15px 0;
}
.cart_totals .cart_totals_inner table tr:last-child {
  border: 0;
}
.cart_totals .cart_totals_inner table tr td {
  padding: 15px 0;
}
.cart_totals .cart_totals_inner table .order-total th {
  font-weight: 700;
  font-size: 20px;
  padding: 19px 0;
}
.cart_totals .cart_totals_inner table .order-total td {
  text-align: right;
  padding: 19px 0;
}
.cart_totals .cart_totals_inner table .order-total td .amount {
  color: #f44336;
  font-size: 20px;
  font-weight: 700;
}
.cart_totals .cart_totals_inner table .cart-subtotal td {
  text-align: right;
}
.cart_totals .cart_totals_inner table .cart-subtotal td .amount {
  font-weight: 900;
}
.cart_totals .cart_totals_inner table .shipping th {
  vertical-align: top;
  padding-top: 16px;
}
.cart_totals .cart_totals_inner table .shipping td {
  padding-top: 52px;
}
.cart_totals .cart_totals_inner table .shipping .form-r {
  padding: 6px 0;
}
.cart_totals .cart_totals_inner table .shipping .form-r:after {
  clear: both;
  display: table;
  content: '';
}
.cart_totals .cart_totals_inner table .shipping .form-r input {
  float: left;
}
.cart_totals .cart_totals_inner table .shipping .form-r > span {
  display: block;
  margin: 0 22px 0;
  line-height: 24px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.cart_totals .cart_totals_inner table .shipping .form-r > span .price {
  display: block;
  color: #f44336;
}
/**
 * 3.7.5 - Shop Checkout
 * -----------------------------------------------------------------------------
 */
.upper {
  text-transform: uppercase;
}
.shop-checkout {
  margin: 28px 0 105px;
  border: 0;
  border-color: transparent;
}
.admintable.table td {
  border: none;
  padding: 0;
}
.hika_edit a span {
  padding: 0 10px;
}
#hikashop_checkout_billing_address {
  padding-bottom: 30px;
}
.address_selection > div {
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
}
.address_selection > input {
  margin: 0;
  height: auto;
}
.address_selection .hikashop_address_content {
  line-height: 27px;
  margin-top: 10px;
}
.hika_address_field .choose_address input {
  height: auto;
}
.hikashop_field_required {
  position: absolute;
  top: 20px;
  right: 0;
}
.check_out_title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 36px;
  margin: 0 0 12px;
}
.check-left .page-title {
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.check-right > * {
  background: #f5f5f5;
  padding-right: 70px;
  padding-left: 70px;
}
.check-right > *:first-child {
  padding-top: 45px;
}
.check-right > *:last-child {
  padding-bottom: 45px;
}
.check-right > * legend {
  border: none;
}
.check-right .hikashop_checkout_cart {
  padding-bottom: 40px;
}
.check-right .hikashop_checkout_coupon {
  text-transform: uppercase;
}
.check-right .hikashop_shipping_methods {
  padding-top: 30px;
  padding-bottom: 30px;
}
.check-right .hikashop_shipping_methods .hikashop_shipping_group {
  float: right;
  width: 60%;
}
.check-right .hikashop_shipping_methods .hikashop_shipping_group input {
  height: auto;
  margin: 0;
}
.check-right .hikashop_shipping_methods .hikashop_shipping_group label {
  font-weight: normal;
  padding-left: 10px;
}
.check-right .hikashop_shipping_methods .hikashop_shipping_group .hikashop_checkout_shipping_price_full {
  display: block;
  padding-left: 25px;
}
.check-right .hikashop_shipping_methods .hikashop_shipping_group .hikashop_checkout_shipping_price_full .hikashop_checkout_shipping_price {
  color: #f44336;
}
.check-right .hikashop_payment_methods input {
  height: auto;
  margin: 0;
}
.check-right .hikashop_payment_methods label {
  padding-left: 20px;
}
.check-right .hikashop_payment_methods .hikashop_checkout_payment_description {
  padding-left: 32px;
}
.hikashop_shipping_group .hikashop_shipping_methods_table input {
  height: auto;
}
.hikashop_shipping_group .hikashop_shipping_methods_table label {
  padding-left: 10px;
  padding-right: 5px;
  font-weight: normal;
}
.hikashop_shipping_group .hikashop_shipping_methods_table label.active {
  font-weight: 900;
}
.hikashop_checkout_cart .table {
  width: 100%;
  margin: 15px 0 0 0;
}
.hikashop_checkout_cart .table th {
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 9px 0;
  border-width: 1px;
}
.hikashop_checkout_cart .table tr {
  border-bottom: 1px solid #dcdcdc;
}
.hikashop_checkout_cart .table tr.shipping td,
.hikashop_checkout_cart .table tr.shipping th {
  border-top: none;
}
.hikashop_checkout_cart .table .product-total {
  text-align: right;
}
.hikashop_checkout_cart .table tbody tr {
  border: 0;
}
.hikashop_checkout_cart .table tbody tr td {
  padding: 8px 0;
  vertical-align: middle;
  border: none;
}
.hikashop_checkout_cart .table tbody tr td strong {
  font-weight: 300;
  color: #9e9e9e;
  padding-left: 20px;
}
.hikashop_checkout_cart .table tbody tr:first-child td {
  padding-top: 27px;
}
.hikashop_checkout_cart .table tbody tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.hikashop_checkout_cart .table tbody tr:last-child td {
  padding-bottom: 30px;
}
.hikashop_checkout_cart .table .cart-subtotal {
  border: 0;
}
.hikashop_checkout_cart .table .cart-subtotal th {
  padding: 13px 0 4px;
}
.hikashop_checkout_cart .table .cart-subtotal td {
  padding: 12px 0 0 0;
  text-align: right;
  font-weight: 900;
}
.hikashop_checkout_cart .table .shipping th {
  vertical-align: top;
  padding: 0;
}
.hikashop_checkout_cart .table .shipping td {
  padding-top: 32px;
}
.hikashop_checkout_cart .table .shipping .form-r {
  padding: 6px 0;
}
.hikashop_checkout_cart .table .shipping .form-r:after {
  clear: both;
  display: table;
  content: '';
}
.hikashop_checkout_cart .table .shipping .form-r input {
  float: left;
}
.hikashop_checkout_cart .table .shipping .form-r > span {
  display: block;
  margin: 0 22px 0;
  line-height: 24px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.hikashop_checkout_cart .table .shipping .form-r > span .price {
  display: block;
  color: #f44336;
}
.hikashop_checkout_cart .table .order-total {
  border-bottom: 2px solid #dcdcdc;
}
.hikashop_checkout_cart .table .order-total th {
  font-weight: 700;
  font-size: 20px;
  padding: 19px 0;
}
.hikashop_checkout_cart .table .order-total td {
  text-align: right;
  padding: 19px 0;
}
.hikashop_checkout_cart .table .order-total td .hikashop_checkout_cart_final_total {
  color: #f44336;
  font-size: 20px;
  font-weight: 700;
}
.hikashop_checkout_cart input[type="text"] {
  width: 85%;
  border: none;
  background: transparent;
  display: inline-block;
  text-align: center;
  height: auto;
}
.hikashop_checkout_cart .hikashop_cart_product_quantity_value > * {
  float: left;
}
.hikashop_checkout_cart td {
  padding: 8px 0;
}
.hikashop_checkout_cart .hikashop_cart_shipping_value,
.hikashop_checkout_cart .hikashop_cart_subtotal_value,
.hikashop_checkout_cart .hikashop_cart_total_value,
.hikashop_checkout_cart .hikashop_cart_product_total_title,
.hikashop_checkout_cart .hikashop_cart_product_total_value {
  text-align: right;
  text-transform: uppercase;
}
.hikashop_checkout_cart .hikashop_cart_total_title {
  text-transform: uppercase;
}
.shop-info {
  margin-bottom: 50px;
}
.shop-info p {
  padding: 0;
}
.shop-info p:first-child {
  margin-bottom: 15px;
}
.shop-info a {
  color: #f44336;
}
.shop-billing-fields h3 {
  font-size: 20px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.form-row {
  padding: 8px 0;
  position: relative;
}
.form-row:after {
  display: block;
  content: ' ';
  clear: both;
}
.form-row label {
  font-weight: 700;
  display: block;
  line-height: 40px;
  margin-bottom: 1px;
}
.form-row label span {
  color: #f44336;
}
.form-row a.submit,
.form-row input[type='text'],
.form-row input[type='email'],
.form-row input[type='password'],
.form-row select {
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 40px;
}
.form-row a.submit::-moz-placeholder,
.form-row input[type='text']::-moz-placeholder,
.form-row input[type='email']::-moz-placeholder,
.form-row input[type='password']::-moz-placeholder,
.form-row select::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.form-row a.submit:-ms-input-placeholder,
.form-row input[type='text']:-ms-input-placeholder,
.form-row input[type='email']:-ms-input-placeholder,
.form-row input[type='password']:-ms-input-placeholder,
.form-row select:-ms-input-placeholder {
  color: #212121;
}
.form-row a.submit::-webkit-input-placeholder,
.form-row input[type='text']::-webkit-input-placeholder,
.form-row input[type='email']::-webkit-input-placeholder,
.form-row input[type='password']::-webkit-input-placeholder,
.form-row select::-webkit-input-placeholder {
  color: #212121;
}
.form-row a.submit::-moz-placeholder,
.form-row input[type='text']::-moz-placeholder,
.form-row input[type='email']::-moz-placeholder,
.form-row input[type='password']::-moz-placeholder,
.form-row select::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.form-row a.submit:-ms-input-placeholder,
.form-row input[type='text']:-ms-input-placeholder,
.form-row input[type='email']:-ms-input-placeholder,
.form-row input[type='password']:-ms-input-placeholder,
.form-row select:-ms-input-placeholder {
  color: #212121;
}
.form-row a.submit::-webkit-input-placeholder,
.form-row input[type='text']::-webkit-input-placeholder,
.form-row input[type='email']::-webkit-input-placeholder,
.form-row input[type='password']::-webkit-input-placeholder,
.form-row select::-webkit-input-placeholder {
  color: #212121;
}
.form-row textarea {
  width: 100%;
  height: 190px;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 40px;
}
.form-row textarea::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.form-row textarea:-ms-input-placeholder {
  color: #212121;
}
.form-row textarea::-webkit-input-placeholder {
  color: #212121;
}
.form-row textarea::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.form-row textarea:-ms-input-placeholder {
  color: #212121;
}
.form-row textarea::-webkit-input-placeholder {
  color: #212121;
}
.form-row textarea:focus {
  outline: none;
  outline-color: transparent;
}
.form-row a.tz_faq {
  position: absolute;
  right: 15px;
}
.form-row .tz_new,
.form-row .tz-coupon,
.form-row input[type='submit'] {
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 35px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: right;
  height: 50px;
  margin-top: 1px;
  border-radius: 0;
}
.form-row .tz_new:hover,
.form-row .tz-coupon:hover,
.form-row input[type='submit']:hover,
.form-row .tz_new:focus,
.form-row .tz-coupon:focus,
.form-row input[type='submit']:focus {
  background: #f44336;
}
.form-row.checkbox input {
  height: auto;
}
.form-row.checkbox label,
.form-row.checkbox input {
  display: inline-block;
}
.form-row input.tz-coupon,
.form-row input#hikashop_checkout_coupon_input {
  display: table-cell;
}
.form-row input#hikashop_checkout_coupon_input {
  width: 70%;
}
.form-row input.tz-coupon {
  height: auto;
  line-height: 36px;
  padding: 0 35px;
}
.form-row-first {
  width: 47%;
  float: left;
}
.form-row-last {
  float: right;
  width: 47%;
}
.clear {
  clear: both;
}
.create-account {
  padding: 0;
  margin: 25px 0 0 0;
}
.create-account:after {
  clear: both;
  display: table;
  content: '';
}
.create-account label {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0 20px;
}
.create-account input {
  margin: 0;
  float: left;
}
.ship-to-different-address-checkbox {
  margin: 0 0 35px 0;
  padding: 0;
}
.ship-to-different-address-checkbox:after {
  clear: both;
  display: table;
  content: '';
}
.ship-to-different-address-checkbox label {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0 20px;
}
.ship-to-different-address-checkbox input {
  margin: 0;
  float: left;
}
#order_review {
  background: #f5f5f5;
  padding: 45px 70px;
  margin-top: 62px;
}
#order_review h3 {
  font-size: 20px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment_methods li {
  margin-bottom: 15px;
}
.payment_methods li input[type='radio'] {
  margin: 0;
  float: left;
  height: 26px;
}
.payment_methods li label {
  margin: 0 0 0 20px;
  display: inline-block;
  font-weight: 900;
}
.payment_methods li .payment_method_bacs {
  padding-left: 32px;
}
/**
 * 3.7.6 - Shop Register
 * -----------------------------------------------------------------------------
 */
.default-page {
  padding: 80px 0;
}
.form-horizontal label {
  text-align: left;
}
.hikashop_user_registration_page {
  margin: 41px 0;
}
.hikashop_user_registration_page h2 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.hikashop_user_registration_page .form-horizontal {
  width: 50%;
  margin: 47px auto 0;
}
.hikashop_user_registration_page .form-horizontal .form-row {
  padding: 9px 0;
}
.hikashop_user_registration_page .form-horizontal .form-row:after {
  clear: both;
  display: table;
  content: '';
}
.hikashop_user_registration_page .form-horizontal .form-row label {
  text-transform: uppercase;
  text-align: left;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='text'],
.hikashop_user_registration_page .form-horizontal .form-row input[type='password'] {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 40px;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='text']::-moz-placeholder,
.hikashop_user_registration_page .form-horizontal .form-row input[type='password']::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='text']:-ms-input-placeholder,
.hikashop_user_registration_page .form-horizontal .form-row input[type='password']:-ms-input-placeholder {
  color: #212121;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='text']::-webkit-input-placeholder,
.hikashop_user_registration_page .form-horizontal .form-row input[type='password']::-webkit-input-placeholder {
  color: #212121;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='text']::-moz-placeholder,
.hikashop_user_registration_page .form-horizontal .form-row input[type='password']::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='text']:-ms-input-placeholder,
.hikashop_user_registration_page .form-horizontal .form-row input[type='password']:-ms-input-placeholder {
  color: #212121;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='text']::-webkit-input-placeholder,
.hikashop_user_registration_page .form-horizontal .form-row input[type='password']::-webkit-input-placeholder {
  color: #212121;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='submit'] {
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 35px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: right;
  height: 50px;
  margin-top: 1px;
  border-radius: 0;
}
.hikashop_user_registration_page .form-horizontal .form-row input[type='submit']:hover,
.hikashop_user_registration_page .form-horizontal .form-row input[type='submit']:focus {
  background: #f44336;
}
/**
 * 3.8 - Blog
 * -----------------------------------------------------------------------------
 */
.rating > .rating-item:hover span::before,
.rating > .rating-item:hover ~ a span::before,
.rating > .voted::before,
.rating > .rating-item:hover::before,
.rating > .rating-item:hover ~ .rating-item::before {
  color: #212121;
}
.blog-container {
  padding: 50px 30px 42px;
  background: #ffffff;
  margin-top: 31px;
}
.TzItemsLeading .item-separator {
  display: none;
}
.TzItemsLeading .tz_item {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.tz_item {
  padding-top: 30px;
  padding-bottom: 35px;
}
.item-separator {
  border-bottom: 1px dotted #9e9e9e;
  margin-bottom: 30px;
  display: block;
}
.TzLeading {
  background: #f9f9f9;
}
.blog-item h3.TzBlogTitle {
  font-size: 19px;
  color: #212121;
  font-weight: 900;
  line-height: 25px;
  padding: 0 0 7px 0;
  margin: 0;
}
.blog-item .blog-info .entry-meta {
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  color: #9e9e9e;
  padding: 0 20px 0 0;
}
.blog-item .blog-info a {
  color: #9e9e9e;
}
.blog-item .blog-info a:hover {
  color: #f44336;
}
.blog-item .continue {
  margin-top: 12px;
  color: #f44336;
  display: block;
  text-align: left;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.blog-item .TzBlogMedia {
  overflow: hidden;
  margin: 0;
}
.blog-item .TzBlogMedia img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-item:hover .TzBlogMedia img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-item .pagination {
  margin: 0;
}
.TzDescription p {
  line-height: 25px;
  padding: 8px 0;
}
.blog-heading {
  background: #f9f9f9;
  border-bottom: 0;
  padding-bottom: 29px;
}
.blog-heading .blog-info {
  padding: 0 30px;
}
.blog-heading .blog-info h3 {
  padding: 27px 0 7px 0;
}
.blog-sidebar {
  background: #f2f2f2;
  padding: 40px 30px;
}
.blog-sidebar .widget-title {
  font-size: 19px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: normal;
  border-bottom: 2px solid #212121;
  padding: 0 0 5px 0;
  margin-bottom: 14px;
}
.blog-sidebar .widget {
  margin-bottom: 38px;
}
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_categories ul li a {
  line-height: 40px;
}
.widget_categories ul li a span {
  color: #9e9e9e;
  padding-left: 10px;
}
.widget_search .tz-search-form {
  position: relative;
  padding-right: 50px;
}
.widget_search .tz-search-form input[type='text'] {
  height: 50px;
  width: 100%;
  border: 2px solid #e0e0e0;
  padding: 0 10px;
}
.widget_search .tz-search-form input[type='text']::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.widget_search .tz-search-form input[type='text']:-ms-input-placeholder {
  color: #212121;
}
.widget_search .tz-search-form input[type='text']::-webkit-input-placeholder {
  color: #212121;
}
.widget_search .tz-search-form input[type='text']::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.widget_search .tz-search-form input[type='text']:-ms-input-placeholder {
  color: #212121;
}
.widget_search .tz-search-form input[type='text']::-webkit-input-placeholder {
  color: #212121;
}
.widget_search .tz-search-form .tz-submit {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  display: block;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: url("../images/search-w.png") no-repeat center center #212121;
}
.widget_search .tz-search-form .tz-submit:hover {
  background-color: #f44336;
}
.widget_search .tz-search-form .tz-submit:hover:after {
  border-right: 7px solid #f44336;
}
.widget_search .tz-search-form .tz-submit:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -8px;
  border-right: 7px solid #212121;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.widget_recent_posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_posts ul li {
  margin-top: 25px;
}
.widget_recent_posts ul li:after {
  clear: both;
  display: table;
  content: '';
}
.widget_recent_posts ul li:first-child {
  margin-top: 30px;
}
.widget_recent_posts ul li img {
  max-width: 70px;
  float: left;
}
.widget_recent_posts ul li .recent-info {
  padding-left: 90px;
}
.widget_recent_posts ul li .recent-info h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 6px 0;
  line-height: 21px;
}
.widget_recent_posts ul li .recent-info .date {
  font-size: 14px;
  color: #9e9e9e;
}
.widget_instagram .img-instagram {
  margin: 25px -5px 0;
}
.widget_instagram .img-instagram:after {
  clear: both;
  display: table;
  content: '';
}
.widget_instagram .img-instagram img {
  padding: 5px;
  float: left;
  width: 33.33%;
}
/**
 * 3.8.1 - Single blog
 * -----------------------------------------------------------------------------
 */
.single-blog .TzArticleMedia {
  margin: 0;
}
.single-blog .TzArticleTitle {
  font-size: 19px;
  font-weight: 900;
  padding: 0;
  margin: 0;
}
.single-blog .tz-information {
  font-size: 14px;
  line-height: 25px;
  display: block;
  color: #9e9e9e;
}
.single-blog .tz-text {
  margin: 3px 0;
}
.single-blog .tz-text p {
  padding: 7px 0;
  line-height: 30px;
}
.single-blog .entry-blog-meta {
  padding: 23px 0;
  margin-top: 49px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.single-blog .entry-blog-meta .tz-row > div.width_auto {
  margin-right: 46px;
  padding-right: 0;
}
.single-blog .entry-blog-meta .tz-row > div a {
  color: #9e9e9e;
}
.single-blog .entry-blog-meta .tz-row > div .TzArticleTag {
  margin: 0;
}
.single-blog .entry-blog-meta .tz-row > div .TzArticleTag h3 {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  margin: 0;
}
.single-blog .entry-social {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}
.single-blog .entry-social a {
  display: inline-block;
  font-size: 25px;
  margin: 0 45px;
}
.single-blog .post-navigation:after {
  clear: both;
  display: table;
  content: '';
}
.single-blog .post-navigation .pagenav {
  margin: 0;
}
.single-blog .post-navigation a {
  border-radius: 0;
  display: block;
  width: 48%;
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 4px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-align: center;
  letter-spacing: 1px;
}
.single-blog .post-navigation a:hover,
.single-blog .post-navigation a:focus {
  background: #f44336;
}
blockquote {
  border-left-color: #212121;
  background: #f9f9f9;
  padding: 18px 25px;
  margin: 30px 0 30px 30px;
  font-size: 16px;
}
.single-comment {
  margin-top: 60px;
  margin-bottom: 27px;
}
.comments-title {
  line-height: 36px;
  font-size: 19px;
  font-weight: 900;
  padding: 0 0 3px 0;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}
.comments-title span {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  display: inline-block;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  transform: translate(0, -1px);
  padding-left: 25px;
}
div#comments .comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
div#comments .comments-list .comment-avatar {
  max-width: 70px;
}
div#comments .comments-list .comment-avatar img {
  width: 100%;
}
div#comments .comments-list .comment-avatar,
div#comments .comments-list .comment-content {
  display: table-cell;
}
div#comments .comments-list .comment-content {
  padding-left: 20px;
}
div#comments .comments-list .comment-content p {
  font-size: 16px;
  color: #212121;
  line-height: 25px;
  padding-bottom: 0;
}
div#comments .comments-list .comment_item {
  margin: 0;
  border-bottom: 1px dotted #e0e0e0;
  padding-bottom: 30px;
  padding-top: 30px;
}
div#comments .comments-list .comments-list {
  margin-left: 70px;
}
div#comments .comments-list .comments-list .comment_item {
  padding-top: 30px;
}
div#comments .comments-list .comment-author .j-author {
  padding-right: 12px;
}
div#comments .comments-list .comment-author .comment-meta span,
div#comments .comments-list .comment-author .comment-meta a {
  margin: 0 12px;
  font-weight: 300;
}
div#comments .comments-list .comment-author .comment-meta a {
  color: #f44336;
}
div#comments #comments_content {
  padding-bottom: 65px;
}
div#comments .leave_comment {
  margin-bottom: 25px;
}
.comment-block {
  padding-left: 90px;
}
.comment-header .vcard {
  font-weight: 700;
  font-style: normal;
  margin-right: 12px;
}
.comment-header .comment-meta {
  color: #9e9e9e;
}
.comment-header .comment-meta .time {
  font-size: 14px;
  color: #9e9e9e;
  margin: 0 12px;
}
.comment-header .comment-meta .reply {
  margin-left: 12px;
  font-size: 14px;
  color: #f44336;
}
.comment-content p {
  padding: 8px 0;
  line-height: 25px;
}
.comment-content p:last-child {
  padding-bottom: 0;
}
#reply-title {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 67px 0 26px;
  padding: 0;
  letter-spacing: 0.3;
}
#comments-form:after {
  clear: both;
  display: table;
  content: '';
}
#comments-form > .row {
  margin: auto;
}
#comments-form > .row > div {
  padding: 0;
}
#comments-form .comment-for-content i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #dcdcdc;
}
#comments-form .form-group {
  padding: 0;
  margin: 0;
  position: relative;
}
#comments-form .form-group i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #dcdcdc;
}
#comments-form input[type='text'],
#comments-form input[type='email'],
#comments-form input[type='url'],
#comments-form textarea {
  background: transparent !important;
  padding: 5px 15px !important;
  height: 50px;
  display: block;
  border: 0;
  position: relative;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  font-size: 16px !important;
  font-weight: 300 !important;
}
#comments-form input[type='text']::-moz-placeholder,
#comments-form input[type='email']::-moz-placeholder,
#comments-form input[type='url']::-moz-placeholder,
#comments-form textarea::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
#comments-form input[type='text']:-ms-input-placeholder,
#comments-form input[type='email']:-ms-input-placeholder,
#comments-form input[type='url']:-ms-input-placeholder,
#comments-form textarea:-ms-input-placeholder {
  color: #212121;
}
#comments-form input[type='text']::-webkit-input-placeholder,
#comments-form input[type='email']::-webkit-input-placeholder,
#comments-form input[type='url']::-webkit-input-placeholder,
#comments-form textarea::-webkit-input-placeholder {
  color: #212121;
}
#comments-form input[type='text']::-moz-placeholder,
#comments-form input[type='email']::-moz-placeholder,
#comments-form input[type='url']::-moz-placeholder,
#comments-form textarea::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
#comments-form input[type='text']:-ms-input-placeholder,
#comments-form input[type='email']:-ms-input-placeholder,
#comments-form input[type='url']:-ms-input-placeholder,
#comments-form textarea:-ms-input-placeholder {
  color: #212121;
}
#comments-form input[type='text']::-webkit-input-placeholder,
#comments-form input[type='email']::-webkit-input-placeholder,
#comments-form input[type='url']::-webkit-input-placeholder,
#comments-form textarea::-webkit-input-placeholder {
  color: #212121;
}
#comments-form .comment-for-author,
#comments-form .comment-for-email {
  width: 50%;
  float: left;
}
#comments-form .comment-for-url,
#comments-form .comment-for-submit,
#comments-form .comment-for-content {
  width: 100%;
  float: left;
}
#comments-form .comment-for-email:after {
  clear: both;
  display: table;
  content: '';
}
#comments-form input.author {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#comments-form input.email {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#comments-form input.url {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#comments-form textarea {
  height: 150px;
  width: 100%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
  max-width: 100% !important;
}
#comments-form textarea:focus {
  outline-color: transparent;
  outline: none;
}
#comments-form .grippie {
  width: 100% !important;
  max-width: 100% !important;
}
#comments-form a.submit,
#comments-form button.submit {
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  letter-spacing: 3px;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  border-radius: 0;
}
#comments-form a.submit:hover,
#comments-form button.submit:hover,
#comments-form a.submit:focus,
#comments-form button.submit:focus {
  background: #f44336;
}
#comments-form .jcomment-captcha {
  margin-top: 30px;
}
#comments-form .jcomment-captcha > * {
  margin-right: 30px !important;
}
#comments-form .jcomment-captcha img.captcha {
  margin: 0;
}
#comments-form .jcomment-captcha span.captcha {
  padding-left: 10px;
}
#comments-form .jcomment-captcha #comments-form-captcha {
  border: 1px solid #e0e0e0;
  width: auto !important;
  min-width: 200px;
  display: inline-block;
  height: 60px !important;
}
#comments-inline-edit.comments-inline-edit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
  margin: 0 !important;
  padding: 10px;
}
#comments-inline-edit.comments-inline-edit button.submit,
#comments-inline-edit.comments-inline-edit a.submit {
  width: 50%;
  display: inline-block;
  margin-right: 0;
}
.TzRelated ul:after {
  clear: both;
  display: table;
  content: '';
}
.TzRelated .TzItem {
  float: left;
  margin: 0 20px 0 0;
}
/**
 * 3.9 - Contact
 * -----------------------------------------------------------------------------
 */
.contact {
  margin: 0 15px;
}
.info_contact {
  background: #f2f2f2;
  padding: 40px 30px;
}
.info_contact > h3 {
  color: #212121;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 36px;
  margin: 0 0 14px;
  padding: 0;
  text-transform: uppercase;
}
.info_contact .contact-misc p {
  padding: 0 0 10px;
}
.info_contact .contact-address {
  overflow: hidden;
}
.info_contact .contact-address li {
  padding: 8px 0;
}
.info_contact .contact-address li > span {
  color: #f44336;
  min-width: 60px;
}
.info_contact .contact-address li address {
  padding-left: 20px;
}
.info_contact .contact-address li address,
.info_contact .contact-address li > span {
  display: table-cell;
}
.contact_form > h3 {
  border-bottom: 2px solid #212121;
  font-size: 40px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  padding: 0 0 22px;
  text-transform: uppercase;
}
.contact_form > * {
  margin-left: 15px !important;
}
.contact_form #map {
  margin-top: 20px !important;
}
.tz_form {
  margin: 20px 0 0;
}
.tz_form .checkbox {
  padding: 10px 0 0;
}
.tz_form .checkbox input {
  height: auto;
  width: auto;
  position: relative;
  padding: 0;
  display: inline-block;
  margin: 0;
}
.tz_form input,
.tz_form textarea {
  width: 100%;
  display: block;
  height: 50px;
  padding: 5px 15px;
  position: relative;
  background: transparent;
  color: #212121;
}
.tz_form .form-group {
  padding: 0;
  margin: 0;
}
.tz_form .form-group i {
  color: #dcdcdc;
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.tz_form .tz_name input {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.tz_form .tz_email input {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.tz_form .tz_subject input {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.tz_form .tz_message textarea {
  height: 150px;
  width: 100%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
.tz_form .tz_message textarea:focus {
  outline-color: transparent;
  outline: none;
}
.tz_form button[type="submit"] {
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  letter-spacing: 3px;
  width: 100%;
  height: 45px;
  margin-top: 20px;
  border-radius: 0;
}
.tz_form button[type="submit"]:hover,
.tz_form button[type="submit"]:focus {
  background: #f44336;
}
.large-ttle {
  font-size: 40px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 22px 0;
  border-bottom: 2px solid #212121;
}
.map-iframe {
  margin: 18px 0 30px;
}
.map-iframe iframe {
  border: 0;
  width: 100%;
  height: 350px;
}
.blog-sidebar .contact-info .widget-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-sidebar .contact-info p {
  padding-top: 0;
}
.blog-sidebar .contact-info ul {
  margin-top: 12px;
}
#contact-form {
  margin: 39px 0 38px;
}
#contact-form .contact-form-7 {
  margin-top: 19px;
}
/**
 * 3.10 - Off canvas
 * -----------------------------------------------------------------------------
 */
#off-canvas-nav {
  display: none;
}
@media (max-width: 991px) {
  .tz-main-menu > li .sub-menu {
    position: relative;
    background: #3A3A3A;
    left: auto;
    top: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    min-width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
  }
  .tz-main-menu > li .sub-menu:before {
    display: none;
  }
  .tz_icon_menu {
    display: block;
  }
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body > * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #plazart-mainnav .nav-collapse,
  .off-canvas #ja-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1;
    background: none;
    height: 100% !important;
    width: 100% !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    margin: 0;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100% !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    background: none repeat scroll 0 0 #333 !important;
    height: 100% !important;
    margin: 0;
    padding: 30px 0;
    width: 100%;
    display: block !important;
    border: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse .plazart-megamenu {
    top: 0 !important;
    position: relative;
    padding-bottom: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse ul.level0 > li {
    float: left;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse ul.level0 > li > a {
    padding: 5px 20px !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li {
    float: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 a {
    padding: 5px 20px;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 > .dropdown-menu {
    padding: 10px 20px !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .hikashop_products {
    margin: 20px 0 0 -15px !important;
    padding-bottom: 20px;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .hikashop_products .row {
    margin: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .hikashop_products .row .hikashop_product {
    padding: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .hikashop_products .row .hikashop_product a {
    padding: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-dropdown-inner .row {
    margin: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-dropdown-inner .row > div {
    padding: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-nav,
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-module {
    padding: 0 !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-nav li,
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-module li {
    padding-left: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-nav li > .nav-child,
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-module li > .nav-child {
    padding-left: 20px;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-nav li > .nav-child li a,
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-module li > .nav-child li a {
    padding: 5px 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-nav li > .nav-child li a:hover,
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li.style1 .mega-col-module li > .nav-child li a:hover {
    padding-left: 12px;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li .mega-col-nav {
    padding: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li .mega-col-nav .mega-group > a.mega-group-title {
    text-transform: uppercase;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-enabled #plazart-mainnav {
    display: block;
  }
}
/**
 * 3.11 - Revolution
 * -----------------------------------------------------------------------------
 */
.tp-caption.mediumlightwhite2,
.mediumlightwhite2 {
  font-size: 27px;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  font-style: italic;
  border: 0;
}
.tp-caption.slider-title,
.slider-title {
  font-size: 60px;
  line-height: 60px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  letter-spacing: 2;
  border: 0;
}
.buttom_bike {
  background: #f44336;
  border: 0;
  text-transform: uppercase;
  padding: 0 30px;
  display: block;
  color: #ffffff !important;
  text-align: center;
  line-height: 45px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.buttom_bike:hover,
.buttom_bike:focus {
  background: #212121;
  color: #ffffff;
}
.tp-leftarrow.default {
  border: 2px solid #ffffff;
  background: none !important;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  top: 50% !important;
  margin-top: -20px !important;
}
.tp-leftarrow.default:hover {
  background-color: #f44336 !important;
  border-color: #f44336;
}
.tp-leftarrow.default:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 24px;
  padding: 0 12px;
  line-height: 35px;
}
.tp-rightarrow.default {
  border: 2px solid #ffffff;
  background: none !important;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  top: 50% !important;
  margin-top: -20px !important;
}
.tp-rightarrow.default:hover {
  background-color: #f44336 !important;
  border-color: #f44336;
}
.tp-rightarrow.default:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 24px;
  padding: 0 12px;
  line-height: 35px;
}
/**
 * 4.0 - Footer
 * -----------------------------------------------------------------------------
 */
.tz_testimonial-multiple > div {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 45px;
}
.tz_testimonial-multiple > div .testimonial_media {
  float: left;
}
.tz_testimonial-multiple > div .testimonial_media img {
  border-radius: 50%;
  display: block;
  height: 90px;
  margin-top: 9px;
  width: 90px;
}
.tz_testimonial-multiple > div .testimonial_text {
  float: left;
  width: 80%;
  padding-left: 30px;
}
.tz_testimonial-multiple > div .testimonial_text .author {
  color: #f44336;
  display: block;
  padding-top: 8px;
}
.menu_footer {
  margin-bottom: 30px;
}
.menu_footer ul li {
  margin: 0;
}
.menu_footer ul li.open a,
.menu_footer ul li.open a:hover,
.menu_footer ul li.open a:focus {
  background: transparent;
}
.menu_footer ul li a {
  line-height: 36px;
  padding: 0;
}
.menu_footer ul li a:hover,
.menu_footer ul li a:focus {
  background: transparent;
}
table.acymailing_form {
  width: 100%;
}
.footer-widget {
  background: #f5f5f5;
  padding: 55px 0 27px;
}
.footer-widget .widget-title {
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900;
  padding: 0 0 16px;
}
#footer {
  display: table;
}
#footer .footer-right,
#footer .footer-left {
  display: table-cell;
  float: none;
}
.footer-left {
  padding-right: 50px;
}
.footer-right {
  border-left: 1px solid #e0e0e0;
  padding-left: 50px;
}
.widget {
  margin-bottom: 30px;
}
.contact-info .widget-title {
  padding-bottom: 12px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info ul li {
  font-size: 16px;
  line-height: 27px;
  padding: 9px 0 7px;
}
.contact-info ul li:after {
  clear: both;
  display: table;
  content: '';
}
.contact-info ul li span {
  float: left;
  display: block;
  min-width: 70px;
  color: #f44336;
}
.contact-info ul li address {
  margin: 0;
  line-height: 27px;
  padding-left: 70px;
}
.contact-info ul li address p {
  padding-top: 0;
}
.acymailing_module {
  margin-bottom: 30px;
}
.acymailing_module div.acymailing_module_form {
  position: relative;
  padding: 24px 0 0 0 !important;
  margin: 0 !important;
}
.acymailing_module div.acymailing_module_form:after {
  clear: both;
  display: table;
  content: '';
}
.acymailing_module div.acymailing_module_form td {
  padding: 0;
}
.acymailing_module div.acymailing_module_form input[type='text'] {
  width: 270px;
  height: 45px;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  float: left;
}
.acymailing_module div.acymailing_module_form input[type='text']::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.acymailing_module div.acymailing_module_form input[type='text']:-ms-input-placeholder {
  color: #9e9e9e;
}
.acymailing_module div.acymailing_module_form input[type='text']::-webkit-input-placeholder {
  color: #9e9e9e;
}
.acymailing_module div.acymailing_module_form input[type='text']::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.acymailing_module div.acymailing_module_form input[type='text']:-ms-input-placeholder {
  color: #9e9e9e;
}
.acymailing_module div.acymailing_module_form input[type='text']::-webkit-input-placeholder {
  color: #9e9e9e;
}
.acymailing_module div.acymailing_module_form input[type='submit'] {
  height: 45px;
  background: #212121;
  color: #ffffff;
  border: 0;
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  float: left;
}
.acymailing_module div.acymailing_module_form input[type='submit']:hover,
.acymailing_module div.acymailing_module_form input[type='submit']:focus {
  background: #f44336;
}
.tz-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-social:after {
  clear: both;
  display: table;
  content: '';
}
.tz-social li {
  float: left;
  padding: 3px 0;
}
.tz-social li a {
  color: #9e9e9e;
  font-size: 20px;
  line-height: 27px;
  padding-right: 27px;
  display: block;
}
.tz-social li a:hover {
  color: #f44336;
}
.tz-widget-clients .widget-title {
  padding-bottom: 22px;
}
.tz-widget-say {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 44px;
}
.tz-widget-say:after {
  clear: both;
  display: table;
  content: '';
}
.tz-widget-say img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  float: left;
  margin-top: 9px;
}
.tz-widget-say .entry-say {
  padding-left: 120px;
}
.tz-widget-say .entry-say span {
  color: #f44336;
  display: block;
  padding-top: 8px;
}
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_nav_menu ul li a {
  line-height: 36px;
}
.tz-copyright {
  background: #212121;
  padding: 27px 0;
}
.tz-copyright p {
  color: #bdbdbd;
}
.tz-copyright p a {
  color: #f44336;
}
.payments-method {
  padding: 12px 0;
  display: block;
}
.payments-method a {
  display: inline-block;
  padding-left: 7px;
}
.registration legend,
.login legend,
.profile legend,
.profile-edit legend {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 15px;
}
.registration .form-row .control-label,
.login .form-row .control-label,
.profile .form-row .control-label,
.profile-edit .form-row .control-label {
  text-align: left;
  vertical-align: top;
  padding-top: 0;
}
.registration .form-row label,
.login .form-row label,
.profile .form-row label,
.profile-edit .form-row label {
  display: inline-block;
}
.registration .form-row ul li,
.login .form-row ul li,
.profile .form-row ul li,
.profile-edit .form-row ul li {
  float: left;
  padding-right: 15px;
}
.login form {
  width: 50%;
  margin: auto;
}
.login form .checkbox label {
  height: auto;
  padding: 0;
}
.login form .checkbox input {
  height: auto;
  margin: 0;
  position: relative;
}
a.btn-primary,
button.btn-primary {
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:focus,
button.btn-primary:focus {
  background: #f44336;
}
/**
* 5.0 - Responsive
* -----------------------------------------------------------------------------
*/
@media (max-width: 1199px) {
  .dropdown-mega {
    width: 100%;
    left: 0;
  }
  .list-view .product-item .item .product-item-inner .product-info .p-mask a {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tz-subcribe input[type='text'] {
    width: 100%;
    border-width: 2px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .top-left > div {
    padding: 0 8px;
  }
  body .aside_right .search .form-search .button::before {
    left: -7px;
  }
  body .single-blog .entry-blog-meta .tz-row > div.width_auto {
    margin-right: 15px;
  }
  body .menu-topbar-right .nav li a {
    padding: 0 15px;
  }
  body #login-form {
    padding-left: 15px;
  }
  body .style-boxed .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  body .style-boxed .container-fluid > .row > div {
    padding: 0;
  }
  .parallax {
    background-position: 50% 0 !important;
    background-attachment: scroll !important;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .hikashop_product_carousel {
    overflow: hidden;
  }
  .hikashop_product_carousel .hikashop_next_button {
    right: 0;
    z-index: 99;
  }
  .hikashop_product_carousel .hikashop_previous_button {
    left: 0;
    z-index: 99;
  }
  .hikashop_product_carousel .hikashop_product_item_right_part,
  .hikashop_product_carousel .hikashop_product_item_left_part {
    width: 40%;
  }
  .hikashop_container .tz-btn-add .hikashop_cart_input_button {
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    -o-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  .login form {
    width: 80%;
  }
  .list-product .hikashop_container .hikashop_subcontainer {
    padding: 5px;
  }
  .list-product .hikashop_container .hikashop_subcontainer .hikashop_product_name {
    font-size: 16px;
  }
  .list-product .hikashop_container .hikashop_subcontainer .tz-btn-add .btn {
    font-size: 13px;
    min-width: 130px;
  }
  body .hikashop_showcart_infos tbody tr td.form-row {
    width: 35% !important;
  }
}
@media (max-width: 991px) {
  body #tz-header-wrapper {
    padding: 30px 0 !important;
  }
  body #tz-component-area-wrapper {
    padding: 30px 15px !important;
  }
  body #tz-component-area-wrapper.main_container {
    padding: 0 !important;
  }
  body #tz-main-body-wrapper.tz-page {
    padding: 30px 0 !important;
  }
  body #tz-main-body-wrapper.tz-page #tz-component-area {
    padding: 0 !important;
  }
  body #tz-aside-wrapper.tz-aside-right {
    margin: 0 15px 30px 15px !important;
  }
  body .blog {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  body .info_contact {
    margin: 0 15px 30px 15px;
  }
  body .contact_form > * {
    margin: 0 !important;
  }
  body .hikashop_filter_main {
    padding-left: 0;
  }
  body .actions td {
    display: block;
    width: 100%;
  }
  body .actions td button:first-child {
    margin-right: 0 !important;
  }
  body .actions td #toolbar {
    float: left !important;
  }
  body .actions td #toolbar a:last-child {
    margin-left: 0;
  }
  body .entry-summary .hikashop_add_wishlist {
    margin-top: 15px;
  }
  .login form {
    width: 100%;
  }
  .width_auto .hikashop_filter_module .hikashop_filter_main_FilterCategory_1 {
    display: none;
  }
  .width_auto .hikashop_filter_module .hikashop_filter_main_Search_2 {
    float: right !important;
    width: 85% !important;
  }
  .tz_testimonial-multiple > div .testimonial_text {
    width: 70%;
  }
  .hikashop_product_carousel {
    overflow: hidden;
  }
  .hikashop_product_carousel .hikashop_product_item_left_part {
    width: 58%;
    padding-left: 50px;
  }
  .hikashop_product_carousel .hikashop_product_item_right_part {
    padding-top: 30px;
    padding-left: 70px;
    width: 56%;
  }
  .hikashop_product_carousel .hikashop_next_button {
    right: 5%;
    z-index: 99;
  }
  .hikashop_product_carousel .hikashop_previous_button {
    left: 5%;
    z-index: 99;
  }
  .best_seller_menu .hikashop_product {
    width: 100%;
  }
  .best_seller_menu .hikashop_product .hikashop_product_name a {
    font-size: 13px !important;
  }
  .acymailing_module div.acymailing_module_form input[type="text"] {
    border-width: 2px;
    margin-bottom: 10px;
  }
  .acymailing_module div.acymailing_module_form td {
    display: block;
  }
  .tz-logo {
    padding: 0;
    margin: 5px 0 0 0;
  }
  .tz-logo img {
    height: 22px;
    max-width: 250px;
  }
  .tz-search .select-arrow {
    display: none;
  }
  .dropdown-mega .menu-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
  }
  .header-top {
    display: none;
  }
  .header-content {
    padding: 30px 0;
  }

  .cart-inner {
    display: none;
  }
  .section-large-top {
    padding-top: 60px;
  }
  .section-medium {
    padding: 60px 0;
  }
  .section-small2 {
    padding: 30px 0;
  }
  .border-left {
    border-left: 0;
  }
  .tz-tabs-title {
    font-size: 24px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    float: none !important;
  }
  .tz-tabs-header {
    top: 0;
  }
  .tz-nav-tabs {
    margin-top: 30px;
    float: none !important;
  }
  .tz-nav-tabs li:first-child a {
    padding-left: 0;
  }
  .tz-new-blog .tzthumbnail {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .tz-new-blog .tzthumbnail img {
    width: 100%;
  }
  .tz-new-blog .tz-new-content {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .tz-new-blog .tz-new-content .continue {
    margin-top: 0;
  }
  .tz-title-black {
    font-size: 24px;
    font-family: 'loveloblack';
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #212121;
    margin: 20px 0;
    padding: 0;
  }
  .tz-title-black span {
    font-weight: 300;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    color: #212121;
    line-height: 21px;
    display: inline-block;
    text-transform: none;
    padding-left: 32px;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  .tz-partners li {
    padding: 25px 0;
  }
  .event-thumbail {
    text-align: left;
    padding: 0;
  }
  .product-event-content {
    padding: 35px 0 0 0;
  }
  .cart_totals {
    padding: 25px;
  }
  .cart_totals .cart_totals_inner table tr th {
    line-height: 25px;
  }
  .cart_totals .cart_totals_inner table .shipping td {
    padding-top: 0;
  }
  .blog {
    padding: 28px 0 70px;
  }
  .blog-sidebar {
    margin-bottom: 50px;
  }
  .blog-right-sidebar {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .blog-item .thumb img {
    width: 100%;
  }
  .tz-shop-tabs {
    margin: 50px 0;
  }
  .dropdown-mega {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 5px 0;
    padding: 15px 0;
    background: #3A3A3A;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .dropdown-mega:before {
    display: none;
  }
  .dropdown-mega .megamenu-item {
    border: 0;
    padding: 0 20px;
  }
  .dropdown-mega .menu-title {
    color: #ffffff;
  }
  .dropdown-mega .width50 {
    width: 100%;
    float: none !important;
  }
  .entry-summary .tz_variations_form .tzqty {
    margin: 0 0 0 10px;
  }
  .single_add_to_wishlist {
    margin: 25px 0 0 0;
    display: block;
  }
  .single-blog .entry-social a {
    margin: 0 30px;
  }
  .navbar-header .navbar-toggle {
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 60px;
    background: transparent;
    float: left;
  }
  .navbar-header .navbar-toggle:focus,
  .navbar-header .navbar-toggle:hover {
    background: transparent;
  }
  .navbar-header .navbar-toggle i {
    color: #ffffff;
    font-size: 20px;
  }
  .navbar-collapse.collapse {
    height: 0;
    overflow: hidden;
    display: none !important;
    border: none;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu {
    position: fixed;
    top: 150px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #333333;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding-bottom: 60px;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu.always-show ul.level0 > li > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 {
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: 0;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0:after {
    display: block;
    content: '';
    clear: both;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > a {
    padding: 0 30px !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li:hover > .dropdown-menu {
    display: block;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > .dropdown-menu {
    background: #3a3a3a;
    position: relative;
    top: 0;
    width: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 30px !important;
    display: none;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > .dropdown-menu:before {
    content: none;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > .dropdown-menu ul li {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > .dropdown-menu ul li .mega-group-title {
    padding: 0 !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > .dropdown-menu ul li.mega-group {
    padding-left: 0;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 li {
    width: 100%;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 li a {
    color: #ffffff;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu .style1 .mega-col-module,
  .plazart-mainnav .nav-collapse .plazart-megamenu .style1 .mega-col-nav {
    border: none !important;
    padding: 0 15px !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu .mega-nav > li a.mega-group-title {
    color: #ffffff !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu .hikashop_subcontainer {
    background: transparent !important;
  }
  .hikashop_subcategories ul {
    padding: 0;
  }
  .hikashop_subcategories ul li {
    width: 100% !important;
  }
  .hikashop_subcategories .accordion-group ul {
    padding: 10px 10px 10px 20px;
  }
  #tz-menu-wrapper {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  #tz-menu-wrapper.tz-affix {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    position: fixed;
  }
}
@media (max-width: 767px) {
  .header-content {
    padding: 25px 0;
  }
  .tz-search {
    display: none;
  }
  .product-item {
    margin-bottom: 30px;
  }
  .product-item:after {
    clear: both;
    display: table;
    content: '';
  }
  .product-item .product-thubnail {
    width: 45%;
    float: left;
  }
  .product-item .product-infomation {
    width: 55%;
    float: left;
    text-align: left;
    padding-left: 30px;
  }
  .product-item .product-attr i {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .tz-new-blog {
    margin-bottom: 30px;
  }
  .tz-new-blog .tzthumbnail {
    width: 45%;
    float: left;
  }
  .tz-new-blog .tzthumbnail img {
    width: 100%;
  }
  .tz-new-blog .tz-new-content {
    width: 55%;
    float: left;
    padding: 0 25px;
  }
  .tz-new-blog .tz-new-content .continue {
    margin-top: 0;
  }
  .tz-product .product-item .item {
    border: 0;
  }
  .tz-product .product-item .item .product-item-inner {
    background: #ffffff;
    border: 1px solid #eeeeee;
  }
  .tz-product .product-item .item .product-item-inner:after {
    clear: both;
    display: table;
    content: '';
  }
  .tz-product .product-info .p-color {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .tz-product .product-info .p-color i {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .tz-product.list-view .product-item {
    width: auto;
  }
  .tz-product.list-view .product-item .item .product-item-inner .product-info .p-mask a {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .product-thumbnail {
    display: none;
  }
  .product-remove {
    display: none;
  }
  .shop_table {
    margin-bottom: 30px;
  }
  .shop_table tr th {
    padding: 15px;
  }
  .coupon {
    margin: 0 0 30px;
  }
  #order_review {
    padding: 25px;
    margin-top: 30px;
  }
  .shop-cart {
    margin: 28px 0 50px;
  }
  .page-title {
    margin: 40px 0 30px;
  }
  .single-blog .entry-blog-meta span {
    display: block;
    margin: 0 0 15px 0;
  }
  .list-view .product-item {
    margin-bottom: 0;
  }
  .single-blog .entry-social {
    padding: 15px 0;
  }
  .single-blog .entry-social a {
    margin: 20px;
  }
  .tz-register form {
    width: 430px;
  }
}
@media (max-width: 479px) {
  body #tz-main-body-wrapper {
    padding-bottom: 30px !important;
  }
  body #tz-main-body-wrapper.tz-page {
    padding: 30px 0 !important;
  }
  body #tz-component-area-wrapper {
    padding: 15px 0 !important;
  }
  body #tz-component-area-wrapper.tz-shop-main-left {
    padding-top: 15px !important;
  }
  body #tz-main-body-wrapper.tz-page #tz-component-area {
    padding: 0 15px !important;
  }
  body #tz-aside-wrapper {
    margin: 0 0 15px 0 !important;
  }
  body #tz-aside-wrapper.tz-aside-right {
    margin: 15px 0 !important;
  }
  body #tz-aside-wrapper.tz-aside-left {
    margin: 30px 0 15px !important;
  }
  body #tz-breadcrumb-wrapper {
    padding: 20px 0 15px !important;
  }
  body .blog {
    padding: 20px 0;
  }
  body .aside_right > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  body .aside_right > div:first-child {
    padding-top: 30px;
  }
  body .single-blog .post-navigation a {
    margin: 5px 0;
  }
  body .info_contact {
    padding: 15px;
  }
  body .contact_form > h3 {
    font-size: 24px;
  }
  body .login form {
    padding: 0 15px;
  }
  body .catalog_top .shop-order {
    width: auto;
    float: right;
  }
  body .catalog_top .shop-order .limit .chzn-container {
    border: none;
  }
  body .list-view .hikashop_product .product-info .tz-btn-add .hikashop_add_wishlist {
    padding-left: 5px;
  }
  body .actions td button {
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
  body .actions td button:first-child {
    margin-right: 10px !important;
  }
  body .actions td #toolbar a.update-cart {
    margin-left: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .actions.tz_carts {
    text-align: center;
  }
  body .actions.tz_carts > input {
    float: none !important;
    margin-bottom: 10px !important;
  }
  body .shop_table tr th,
  body .table tr th,
  body .shop_table tr td,
  body .table tr td {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
  body .shop_table tr th,
  body .table tr th {
    border-width: 1px;
    font-size: 14px !important;
  }
  body .table tbody tr {
    background: transparent !important;
  }
  body .table tbody tr td:first-child {
    margin-top: 10px !important;
  }
  body .shop_table tbody tr {
    border-top-width: 1px;
  }
  body .shop_table tbody tr td {
    padding: 10px 0 !important;
  }
  body .shop_table tfoot td {
    padding: 2px 0 !important;
  }
  body .shop_table tfoot td.actions .update-cart {
    float: none !important;
  }
  body .shop_table tfoot td:first-child {
    padding-top: 10px !important;
  }
  body .shop_table tfoot td:last-child {
    padding-bottom: 10px !important;
  }
  body .check-right > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .form-row input#hikashop_checkout_coupon_input {
    width: 60%;
  }
  body .entry-summary .hikashop_product_characteristics_table .product_characteristics {
    margin-right: 0;
    margin-bottom: 20px;
  }
  body .entry-summary .hikashop-add-cart .hikashop_product_quantity_add_to_cart_div {
    margin-left: 10px;
  }
  body .entry-summary .hikashop_add_wishlist {
    margin-left: 0;
    display: block;
  }
  body .hikashop_submodules .hikashop_module > div > h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .login legend,
  .profile legend,
  .profile-edit legend,
  .registration legend {
    font-size: 20px;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    padding: 0;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu .style1 .mega-col-module,
  .plazart-mainnav .nav-collapse .plazart-megamenu .style1 .mega-col-nav {
    padding: 0 !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > a {
    line-height: 45px;
    font-size: 14px;
    padding: 0 15px !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > .dropdown-menu {
    padding: 10px 15px !important;
  }
  .plazart-mainnav .nav-collapse .plazart-megamenu ul.level0 > li > .dropdown-menu li a {
    font-size: 14px;
    line-height: 25px;
  }
  .hikashop_container .tz-btn-add .hikashop_cart_input_button {
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    -o-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  .blog-container {
    padding: 15px;
  }
  .blog-sidebar {
    background: #f2f2f2;
    padding: 30px 15px;
  }
  .single-blog .entry-social a {
    margin: 10px;
    font-size: 20px;
  }
  .single-blog .post-navigation a {
    font-size: 12px;
  }
  blockquote {
    margin: 15px;
    padding: 10px 20px;
  }
  #comments h2 span {
    padding: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .comment-avatar {
    max-width: 30px;
  }
  .comment-block {
    padding-left: 40px;
  }
  .tz-new-blog {
    margin-bottom: 30px;
  }
  .tz-new-blog .tzthumbnail {
    width: 100%;
    float: none;
  }
  .tz-new-blog .tzthumbnail img {
    width: 100%;
  }
  .tz-new-blog .tz-new-content {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  .tz-new-blog .tz-new-content .continue {
    margin-top: 0;
  }
  .tz-title-black span {
    padding-left: 0;
  }
  .product-item .product-thubnail {
    width: 100%;
    float: none;
  }
  .product-item .product-infomation {
    width: 100%;
    float: none;
    text-align: center;
    padding-left: 0;
  }
  .tz-nav-tabs li a {
    padding: 5px 26px 0 0;
  }
  .tz-nav-tabs li a i {
    display: none;
  }
  .countdown-section {
    margin-top: 30px;
  }
  .product-event-content li .tz-stock {
    padding-left: 0;
    display: block;
    padding-top: 10px;
  }
  .product-event-content .event-footer .add-to-wishlist {
    margin-left: 0;
    margin-top: 10px;
  }
  .list-view .product-item {
    margin: 0;
  }
  .list-view .product-item .item .product-item-inner .product-info {
    width: 100%;
    position: relative;
    float: none;
    padding: 0 30px;
  }
  .list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist,
  .list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view {
    padding-left: 0;
    display: block;
  }
  .list-view .product-item .item .product-item-inner .product-thumb {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .catalog_top .style-switch {
    float: none;
  }
  .catalog_top .shop-order {
    float: none;
  }
  .entry-summary .tz_variations_form .tzqty {
    margin: 25px 0 0 0;
    display: block;
  }
  .entry-summary .product-price .stock {
    padding: 25px 0 0 0;
    display: block;
  }
  .tab-head .nav-tabs li a {
    font-size: 20px;
    margin: 0;
    padding: 0 15px 0 0;
    text-align: left;
  }
  .tz-shop-tabs {
    padding: 35px 0;
    margin: 35px 0;
  }
  .shop_table .product-subtotal {
    width: 100px;
  }
  .shop_table tr th {
    padding: 0;
  }
  .shop_table .product-price {
    padding: 15px;
  }
  .shop_table .product-quantity {
    display: none;
  }
  .actions .update-cart {
    background: #212121;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 20px 5px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .actions .update-cart:hover,
  .actions .update-cart:focus {
    background: #f44336;
  }
  .blog-heading .blog-info {
    padding: 0 15px;
  }
  .large-ttle {
    font-size: 28px;
    padding: 0 0 15px 0;
  }
  .tz-register {
    margin: 0;
  }
  .tz-register form {
    width: auto;
    margin: 10px auto 0;
  }
  .tz-register h2 {
    font-size: 25px;
    line-height: 25px;
  }
  .tz_testimonial-multiple > div .testimonial_media img {
    width: 50px;
    height: 50px;
  }
  .tz_testimonial-multiple > div .testimonial_text {
    width: 80%;
    padding-left: 15px;
  }
  .tz-countdown .hikashop_product_carousel .hikashop_product_item_left_part {
    padding-left: 0;
    width: 25%;
  }
  .tz-countdown .hikashop_product_carousel .hikashop_product_item_right_part {
    padding-left: 0;
    width: 76%;
  }
  .tz-countdown .hikashop_product_carousel .hikashop_previous_button,
  .tz-countdown .hikashop_product_carousel .hikashop_next_button {
    display: none;
  }
  .tz-countdown .tz-btn-add .hikashop_add_wishlist {
    display: block;
    padding: 20px 0 0 0;
    margin: 0;
  }
  .tz-countdown .tzCountdown.is-countdown {
    width: 32%;
  }
  .tz-countdown .countdown-section {
    min-width: 50px;
    min-height: 50px;
    padding-top: 10px;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tz-countdown .countdown-section .countdown-amount {
    font-size: 16px;
  }
  .tz-countdown .countdown-section .countdown-period {
    font-size: 13px;
  }
  .tz-copyright {
    text-align: center;
  }
  .tz-copyright .pull-right {
    float: none !important;
  }
  .section-large-top .module-title span {
    line-height: 24px;
    font-size: 24px;
  }
  .tz-nav-tabs {
    margin-top: 15px;
  }
  .tz-nav-tabs li a {
    font-size: 16px;
  }
  #footer .footer-right,
  #footer .footer-left {
    display: inherit;
    float: left;
    padding: 0 15px;
  }
  .hikashop_user_registration_page h2 {
    font-size: 24px;
  }
}
@media (max-width: 320px) {
  .actions .update-cart {
    float: none;
    margin-top: 15px;
    display: block;
  }
  .shop-checkout {
    margin: 28px 0 35px;
  }
  .cart_totals .cart_totals_inner table .order-total th {
    font-size: 15px;
  }
  .page-title {
    margin: 30px 0;
    font-size: 30px;
    line-height: 30px;
  }
  .single-blog .post-navigation a {
    font-size: 15px;
    width: 100%;
    float: none;
  }
  .single-blog .post-navigation a.prev {
    margin-bottom: 10px;
  }
  .comment-avatar {
    display: none;
  }
  .comment-block {
    padding-left: 0;
  }
  .comments-list > li ol {
    margin-left: 20px;
  }
  #commentform .comment-for-author,
  #commentform .comment-for-email {
    width: 100%;
  }
  #commentform input.author {
    border-width: 1px 1px 0 1px;
  }
  #reply-title {
    margin-top: 30px;
  }
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
/*# sourceMappingURL=template.css.map */